Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e746624fef212b0f4c77d3fdd5597b262518530b 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-ssh10948320897622036016.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1644485593024630091.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7789047168540468277.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9105146793545969934.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-ssh2773156200640671385.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-775719 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/943 [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/943 # 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 e746624fef212b0f4c77d3fdd5597b262518530b (main) Commit message: "Merge pull request #5338 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.48" > 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 e746624fef212b0f4c77d3fdd5597b262518530b # timeout=10 > git rev-list --no-walk 32b54d096708f46b0b2348d0dcbc77c27003877e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-12-26T03:03:49.448Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-12-26T03:03:49.528Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-12-26T03:03:49.556Z] ========================================================= [2025-12-26T03:03:49.557Z] EdgeX Global Pipelines Version Info [2025-12-26T03:03:49.557Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:03:50.675Z] ------------------- [2025-12-26T03:03:50.675Z] stable info: [2025-12-26T03:03:50.675Z] ------------------- [2025-12-26T03:03:50.675Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-12-26T03:03:50.676Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2025-12-26T03:03:50.676Z] Message: update stable to v1.0.278 [2025-12-26T03:03:51.246Z] ------------------- [2025-12-26T03:03:51.246Z] experimental info: [2025-12-26T03:03:51.246Z] ------------------- [2025-12-26T03:03:51.246Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-12-26T03:03:51.246Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2025-12-26T03:03:51.246Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-12-26T03:03:51.337Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-12-26T03:03:51.361Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-12-26T03:03:51.390Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-12-26T03:03:51.416Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-12-26T03:03:51.436Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-12-26T03:03:51.460Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2025-12-26T03:03:51.488Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-12-26T03:03:51.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-12-26T03:03:51.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-12-26T03:03:51.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-12-26T03:03:51.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-12-26T03:03:51.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-12-26T03:03:51.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-12-26T03:03:51.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-12-26T03:03:51.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-12-26T03:03:51.725Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-12-26T03:03:51.755Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-12-26T03:03:51.779Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-12-26T03:03:51.804Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-12-26T03:03:51.826Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-12-26T03:03:51.852Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-12-26T03:03:51.876Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-12-26T03:03:51.900Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-12-26T03:03:51.925Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-12-26T03:03:51.946Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-12-26T03:03:51.971Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-12-26T03:03:51.997Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:03:52.020Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e746624 [Pipeline] echo [2025-12-26T03:03:52.046Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:03:52.112Z] provisioning config files... [2025-12-26T03:03:52.126Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config4420393153365854678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:03:52.468Z] ---> ****-login.sh [2025-12-26T03:03:52.468Z] nexus3.edgexfoundry.org:10001 [2025-12-26T03:03:52.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:03:52.729Z] [2025-12-26T03:03:52.729Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-26T03:03:52.729Z] Configure a credential helper to remove this warning. See [2025-12-26T03:03:52.729Z] https://docs.****.com/go/credential-store/ [2025-12-26T03:03:52.729Z] [2025-12-26T03:03:52.729Z] Login Succeeded [2025-12-26T03:03:52.729Z] nexus3.edgexfoundry.org:10002 [2025-12-26T03:03:52.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:03:52.729Z] [2025-12-26T03:03:52.729Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-26T03:03:52.729Z] Configure a credential helper to remove this warning. See [2025-12-26T03:03:52.729Z] https://docs.****.com/go/credential-store/ [2025-12-26T03:03:52.729Z] [2025-12-26T03:03:52.729Z] Login Succeeded [2025-12-26T03:03:52.729Z] nexus3.edgexfoundry.org:10003 [2025-12-26T03:03:52.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:03:52.989Z] [2025-12-26T03:03:52.989Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-26T03:03:52.989Z] Configure a credential helper to remove this warning. See [2025-12-26T03:03:52.989Z] https://docs.****.com/go/credential-store/ [2025-12-26T03:03:52.989Z] [2025-12-26T03:03:52.989Z] Login Succeeded [2025-12-26T03:03:52.989Z] nexus3.edgexfoundry.org:10004 [2025-12-26T03:03:52.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:03:52.989Z] [2025-12-26T03:03:52.989Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-26T03:03:52.989Z] Configure a credential helper to remove this warning. See [2025-12-26T03:03:52.989Z] https://docs.****.com/go/credential-store/ [2025-12-26T03:03:52.989Z] [2025-12-26T03:03:52.989Z] Login Succeeded [2025-12-26T03:03:52.989Z] ****.io [2025-12-26T03:03:52.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:03:53.250Z] [2025-12-26T03:03:53.250Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-12-26T03:03:53.250Z] Configure a credential helper to remove this warning. See [2025-12-26T03:03:53.250Z] https://docs.****.com/go/credential-store/ [2025-12-26T03:03:53.250Z] [2025-12-26T03:03:53.250Z] Login Succeeded [2025-12-26T03:03:53.250Z] ---> ****-login.sh ends [Pipeline] } [2025-12-26T03:03:53.258Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-26T03:03:53.595Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/core-command/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo core-command,cmd/core-command/Dockerfile [2025-12-26T03:03:53.595Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-12-26T03:03:53.595Z] cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/core-data/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo core-data,cmd/core-data/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/core-keeper/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/core-metadata/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/security-spire-agent/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-12-26T03:03:53.595Z] + + dirname cmd/security-spire-config/Dockerfile [2025-12-26T03:03:53.595Z] cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/security-spire-server/Dockerfile+ [2025-12-26T03:03:53.595Z] cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/support-notifications/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-12-26T03:03:53.595Z] + dirname cmd/support-scheduler/Dockerfile [2025-12-26T03:03:53.595Z] + cut -d/ -f2 [2025-12-26T03:03:53.595Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-12-26T03:03:53.637Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-12-26T03:03:54.027Z] + git rev-list -1 --merges e746624fef212b0f4c77d3fdd5597b262518530b~1..e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:03:54.042Z] -----------> git rev-list -1 --merges e746624fef212b0f4c77d3fdd5597b262518530b~1..e746624fef212b0f4c77d3fdd5597b262518530b e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:03:54.042Z] e746624fef212b0f4c77d3fdd5597b262518530b [false] [Pipeline] sh [2025-12-26T03:03:54.337Z] + git log --format=format:%s -1 e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:03:54.357Z] ========================================================= [2025-12-26T03:03:54.357Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-12-26T03:03:54.357Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-12-26T03:03:54.819Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-12-26T03:03:54.820Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-12-26T03:03:54.820Z] + [ -e /tmp/ssh_known_hosts ] [2025-12-26T03:03:54.820Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-12-26T03:03:54.820Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-12-26T03:03:54.820Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-12-26T03:03:54.820Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:03:55.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-26T03:03:55.242Z] [2025-12-26T03:03:55.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:03:55.554Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-26T03:03:55.554Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-12-26T03:03:55.554Z] 3dae71ba6b94: Pulling fs layer [2025-12-26T03:03:55.554Z] 6bf1a483ea7c: Pulling fs layer [2025-12-26T03:03:55.554Z] f5dfc541a4d3: Pulling fs layer [2025-12-26T03:03:55.554Z] 461d9e800cba: Pulling fs layer [2025-12-26T03:03:55.554Z] 461d9e800cba: Waiting [2025-12-26T03:03:55.554Z] 80192f66455f: Pulling fs layer [2025-12-26T03:03:55.554Z] 2e8e34ca0e6c: Pulling fs layer [2025-12-26T03:03:55.554Z] a29436f7fd5d: Pulling fs layer [2025-12-26T03:03:55.554Z] 923cac83aea3: Pulling fs layer [2025-12-26T03:03:55.554Z] a29436f7fd5d: Waiting [2025-12-26T03:03:55.554Z] 2e8e34ca0e6c: Waiting [2025-12-26T03:03:55.554Z] 80192f66455f: Waiting [2025-12-26T03:03:55.554Z] 25ad8b0a4227: Pulling fs layer [2025-12-26T03:03:55.554Z] db01528c6b51: Pulling fs layer [2025-12-26T03:03:55.554Z] 28988de357af: Pulling fs layer [2025-12-26T03:03:55.554Z] 923cac83aea3: Waiting [2025-12-26T03:03:55.554Z] 28988de357af: Waiting [2025-12-26T03:03:55.554Z] 25ad8b0a4227: Waiting [2025-12-26T03:03:55.554Z] db01528c6b51: Waiting [2025-12-26T03:03:55.554Z] 6bf1a483ea7c: Verifying Checksum [2025-12-26T03:03:55.554Z] 6bf1a483ea7c: Download complete [2025-12-26T03:03:55.554Z] 461d9e800cba: Download complete [2025-12-26T03:03:55.554Z] 80192f66455f: Download complete [2025-12-26T03:03:55.821Z] f5dfc541a4d3: Verifying Checksum [2025-12-26T03:03:55.821Z] f5dfc541a4d3: Download complete [2025-12-26T03:03:55.821Z] 3dae71ba6b94: Verifying Checksum [2025-12-26T03:03:55.821Z] 3dae71ba6b94: Download complete [2025-12-26T03:03:55.821Z] 923cac83aea3: Verifying Checksum [2025-12-26T03:03:55.821Z] 923cac83aea3: Download complete [2025-12-26T03:03:56.082Z] 25ad8b0a4227: Verifying Checksum [2025-12-26T03:03:56.082Z] 25ad8b0a4227: Download complete [2025-12-26T03:03:56.082Z] db01528c6b51: Download complete [2025-12-26T03:03:56.082Z] 28988de357af: Download complete [2025-12-26T03:03:56.082Z] a29436f7fd5d: Verifying Checksum [2025-12-26T03:03:56.082Z] a29436f7fd5d: Download complete [2025-12-26T03:03:56.676Z] 2e8e34ca0e6c: Verifying Checksum [2025-12-26T03:03:56.676Z] 2e8e34ca0e6c: Download complete [2025-12-26T03:03:57.249Z] 3dae71ba6b94: Pull complete [2025-12-26T03:03:57.509Z] 6bf1a483ea7c: Pull complete [2025-12-26T03:03:58.450Z] f5dfc541a4d3: Pull complete [2025-12-26T03:03:58.450Z] 461d9e800cba: Pull complete [2025-12-26T03:03:58.450Z] 80192f66455f: Pull complete [2025-12-26T03:04:02.644Z] 2e8e34ca0e6c: Pull complete [2025-12-26T03:04:03.211Z] a29436f7fd5d: Pull complete [2025-12-26T03:04:03.211Z] 923cac83aea3: Pull complete [2025-12-26T03:04:03.211Z] 25ad8b0a4227: Pull complete [2025-12-26T03:04:03.211Z] db01528c6b51: Pull complete [2025-12-26T03:04:03.470Z] 28988de357af: Pull complete [2025-12-26T03:04:03.470Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-12-26T03:04:03.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-26T03:04:03.470Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:04:03.610Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:04:03.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-12-26T03:04:06.434Z] $ docker top 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 -eo pid,comm [2025-12-26T03:04:06.492Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-12-26T03:04:06.492Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-12-26T03:04:06.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-12-26T03:04:06.554Z] [ssh-agent] Looking for ssh-agent implementation... [2025-12-26T03:04:06.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-12-26T03:04:06.655Z] $ docker exec 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent [2025-12-26T03:04:06.768Z] SSH_AUTH_SOCK=/tmp/ssh-XLlBnVXmaNUx/agent.33 [2025-12-26T03:04:06.768Z] SSH_AGENT_PID=39 [2025-12-26T03:04:06.775Z] Running ssh-add (command line suppressed) [2025-12-26T03:04:06.863Z] Identity added: /w/workspace/edgex-go/943@tmp/private_key_15896964125874529841.key (/w/workspace/edgex-go/943@tmp/private_key_15896964125874529841.key) [2025-12-26T03:04:06.900Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-12-26T03:04:07.202Z] + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] sh [2025-12-26T03:04:07.489Z] + git tag --points-at HEAD [Pipeline] } [2025-12-26T03:04:07.490Z] $ docker exec --env ******** --env ******** 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent -k [2025-12-26T03:04:07.597Z] unset SSH_AUTH_SOCK; [2025-12-26T03:04:07.597Z] unset SSH_AGENT_PID; [2025-12-26T03:04:07.597Z] echo Agent pid 39 killed; [2025-12-26T03:04:07.622Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-12-26T03:04:07.667Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-12-26T03:04:07.667Z] [ssh-agent] Looking for ssh-agent implementation... [2025-12-26T03:04:07.782Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-12-26T03:04:07.772Z] $ docker exec 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent [2025-12-26T03:04:07.887Z] SSH_AUTH_SOCK=/tmp/ssh-Jdc52ZUf5Myy/agent.86 [2025-12-26T03:04:07.887Z] SSH_AGENT_PID=92 [2025-12-26T03:04:07.892Z] Running ssh-add (command line suppressed) [2025-12-26T03:04:07.978Z] Identity added: /w/workspace/edgex-go/943@tmp/private_key_352519589364397968.key (/w/workspace/edgex-go/943@tmp/private_key_352519589364397968.key) [2025-12-26T03:04:08.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-12-26T03:04:08.306Z] + git semver init [2025-12-26T03:04:08.566Z] 2025-12-26 03:04:08,497 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-12-26T03:04:08.566Z] 2025-12-26 03:04:08,501 [run_init] DEBUG init version:0.0.0 force:False [2025-12-26T03:04:08.566Z] 2025-12-26 03:04:08,501 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/943/.semver [2025-12-26T03:04:08.566Z] 2025-12-26 03:04:08,502 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/943/.semver [2025-12-26T03:04:08.566Z] 2025-12-26 03:04:08,502 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/943/.semver'], cwd=/w/workspace/edgex-go/943, stdin=None, shell=False, universal_newlines=False) [2025-12-26T03:04:13.851Z] 2025-12-26 03:04:13,505 [append_file] DEBUG append to file:/w/workspace/edgex-go/943/.git/info/exclude [2025-12-26T03:04:13.851Z] 2025-12-26 03:04:13,506 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/943/.semver/main with force:False [2025-12-26T03:04:13.851Z] 2025-12-26 03:04:13,506 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:04:13.851Z] 2025-12-26 03:04:13,507 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:04:13.851Z] 4.1.0-dev.88 [Pipeline] } [2025-12-26T03:04:13.851Z] $ docker exec --env ******** --env ******** 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent -k [2025-12-26T03:04:13.955Z] unset SSH_AUTH_SOCK; [2025-12-26T03:04:13.956Z] unset SSH_AGENT_PID; [2025-12-26T03:04:13.956Z] echo Agent pid 92 killed; [2025-12-26T03:04:13.979Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-26T03:04:14.299Z] + git semver [Pipeline] } [2025-12-26T03:04:14.560Z] $ docker stop --time=1 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 [2025-12-26T03:04:15.824Z] $ docker rm -f --volumes 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 [Pipeline] // withDockerContainer [Pipeline] sh [2025-12-26T03:04:16.176Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-12-26T03:04:16.456Z] Stashed 1 file(s) [Pipeline] echo [2025-12-26T03:04:16.462Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.88 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-12-26T03:04:16.951Z] + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] echo [2025-12-26T03:04:16.967Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-26T03:04:16.988Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-26T03:04:17.013Z] ========================================================= [2025-12-26T03:04:17.013Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2025-12-26T03:04:17.013Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-12-26T03:04:17.311Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-26T03:04:17.311Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2025-12-26T03:04:17.311Z] 2d35ebdb57d9: Pulling fs layer [2025-12-26T03:04:17.311Z] c35fb4624d26: Pulling fs layer [2025-12-26T03:04:17.311Z] 4e2aec7ef170: Pulling fs layer [2025-12-26T03:04:17.311Z] 333b49ad6fbf: Pulling fs layer [2025-12-26T03:04:17.311Z] 4f4fb700ef54: Pulling fs layer [2025-12-26T03:04:17.311Z] c3e65509a76b: Pulling fs layer [2025-12-26T03:04:17.311Z] 7cf9ebb963bd: Pulling fs layer [2025-12-26T03:04:17.311Z] bb34ca984cfb: Pulling fs layer [2025-12-26T03:04:17.311Z] 4f4fb700ef54: Waiting [2025-12-26T03:04:17.311Z] c3e65509a76b: Waiting [2025-12-26T03:04:17.311Z] 151cf03bc807: Pulling fs layer [2025-12-26T03:04:17.311Z] 333b49ad6fbf: Waiting [2025-12-26T03:04:17.311Z] 7cf9ebb963bd: Waiting [2025-12-26T03:04:17.311Z] bb34ca984cfb: Waiting [2025-12-26T03:04:17.311Z] 151cf03bc807: Waiting [2025-12-26T03:04:17.311Z] c35fb4624d26: Download complete [2025-12-26T03:04:17.311Z] 333b49ad6fbf: Verifying Checksum [2025-12-26T03:04:17.311Z] 4f4fb700ef54: Verifying Checksum [2025-12-26T03:04:17.311Z] 4f4fb700ef54: Download complete [2025-12-26T03:04:17.311Z] c3e65509a76b: Verifying Checksum [2025-12-26T03:04:17.311Z] c3e65509a76b: Download complete [2025-12-26T03:04:17.311Z] 2d35ebdb57d9: Verifying Checksum [2025-12-26T03:04:17.311Z] 2d35ebdb57d9: Download complete [2025-12-26T03:04:17.571Z] 7cf9ebb963bd: Verifying Checksum [2025-12-26T03:04:17.571Z] 7cf9ebb963bd: Download complete [2025-12-26T03:04:17.571Z] 2d35ebdb57d9: Pull complete [2025-12-26T03:04:17.571Z] c35fb4624d26: Pull complete [2025-12-26T03:04:17.832Z] 151cf03bc807: Verifying Checksum [2025-12-26T03:04:17.832Z] 151cf03bc807: Download complete [2025-12-26T03:04:17.832Z] 4e2aec7ef170: Verifying Checksum [2025-12-26T03:04:17.832Z] 4e2aec7ef170: Download complete [2025-12-26T03:04:18.091Z] bb34ca984cfb: Verifying Checksum [2025-12-26T03:04:18.091Z] bb34ca984cfb: Download complete [2025-12-26T03:04:23.366Z] 4e2aec7ef170: Pull complete [2025-12-26T03:04:23.367Z] 333b49ad6fbf: Pull complete [2025-12-26T03:04:23.367Z] 4f4fb700ef54: Pull complete [2025-12-26T03:04:23.367Z] c3e65509a76b: Pull complete [2025-12-26T03:04:23.367Z] 7cf9ebb963bd: Pull complete [2025-12-26T03:04:25.912Z] bb34ca984cfb: Pull complete [2025-12-26T03:04:26.486Z] 151cf03bc807: Pull complete [2025-12-26T03:04:26.486Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2025-12-26T03:04:26.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-26T03:04:26.486Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2025-12-26T03:04:26.799Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-26T03:04:26.799Z] WORKDIR /edgex [2025-12-26T03:04:26.799Z] COPY go.mod . [2025-12-26T03:04:26.799Z] RUN go mod download [2025-12-26T03:04:26.799Z] + docker build -t ci-base-image-x86_64 -f - . [2025-12-26T03:04:27.366Z] #0 building with "default" instance using docker driver [2025-12-26T03:04:27.366Z] [2025-12-26T03:04:27.366Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:04:27.366Z] #1 DONE 0.0s [2025-12-26T03:04:27.366Z] [2025-12-26T03:04:27.366Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:04:27.366Z] #1 transferring dockerfile: 164B done [2025-12-26T03:04:27.366Z] #1 DONE 0.0s [2025-12-26T03:04:27.366Z] [2025-12-26T03:04:27.366Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-26T03:04:27.627Z] #2 DONE 0.0s [2025-12-26T03:04:27.627Z] [2025-12-26T03:04:27.627Z] #3 [internal] load .dockerignore [2025-12-26T03:04:27.627Z] #3 transferring context: 50B done [2025-12-26T03:04:27.627Z] #3 DONE 0.0s [2025-12-26T03:04:27.627Z] [2025-12-26T03:04:27.627Z] #4 [internal] load build context [2025-12-26T03:04:27.627Z] #4 transferring context: 7.11kB done [2025-12-26T03:04:27.627Z] #4 DONE 0.0s [2025-12-26T03:04:27.627Z] [2025-12-26T03:04:27.627Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-12-26T03:04:27.627Z] #5 DONE 0.1s [2025-12-26T03:04:27.887Z] [2025-12-26T03:04:27.887Z] #6 [2/4] WORKDIR /edgex [2025-12-26T03:04:31.180Z] #6 DONE 3.4s [2025-12-26T03:04:31.180Z] [2025-12-26T03:04:31.180Z] #7 [3/4] COPY go.mod . [2025-12-26T03:04:31.180Z] #7 DONE 0.1s [2025-12-26T03:04:31.180Z] [2025-12-26T03:04:31.180Z] #8 [4/4] RUN go mod download [2025-12-26T03:04:31.575Z] Still waiting to schedule task [2025-12-26T03:04:31.575Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-12-26T03:04:49.316Z] #8 DONE 16.2s [2025-12-26T03:04:49.316Z] [2025-12-26T03:04:49.316Z] #9 exporting to image [2025-12-26T03:04:49.316Z] #9 exporting layers [2025-12-26T03:04:51.222Z] #9 exporting layers 3.8s done [2025-12-26T03:04:51.222Z] #9 writing image sha256:4261863a930fad30290d7d782ead6943dc5f9ce8aa2ae0dd3aa26468926228b1 done [2025-12-26T03:04:51.222Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-12-26T03:04:51.222Z] #9 DONE 3.8s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:04:51.539Z] + docker inspect -f . ci-base-image-x86_64 [2025-12-26T03:04:51.539Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:04:51.620Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:04:51.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-12-26T03:04:51.892Z] $ docker top 1acc3936ee66ed74a3d38ace21395d3d9e22f07b3b0cd6602ecbcad1eeec9527 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-26T03:04:52.242Z] + go version [2025-12-26T03:04:52.242Z] go version go1.25.2 linux/amd64 [Pipeline] } [2025-12-26T03:04:52.244Z] $ docker stop --time=1 1acc3936ee66ed74a3d38ace21395d3d9e22f07b3b0cd6602ecbcad1eeec9527 [2025-12-26T03:04:53.506Z] $ docker rm -f --volumes 1acc3936ee66ed74a3d38ace21395d3d9e22f07b3b0cd6602ecbcad1eeec9527 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:04:53.985Z] + docker inspect -f . ci-base-image-x86_64 [2025-12-26T03:04:53.986Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:04:54.072Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:04:54.094Z] $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-12-26T03:04:54.316Z] $ docker top a475ff22b2f2c5cd6363a521b0bdbe927fcd840583b07cc930205509b51a205f -eo pid,comm [Pipeline] { [Pipeline] echo [2025-12-26T03:04:54.400Z] ========================================================= [2025-12-26T03:04:54.400Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-12-26T03:04:54.400Z] ========================================================= [Pipeline] sh [2025-12-26T03:04:54.678Z] + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] fileExists [Pipeline] sh [2025-12-26T03:04:54.985Z] + make test [2025-12-26T03:04:54.985Z] go test -race -coverprofile=coverage.out ./... [2025-12-26T03:05:03.108Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-12-26T03:05:29.645Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-12-26T03:05:32.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements [2025-12-26T03:05:35.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.042s coverage: 69.4% of statements [2025-12-26T03:05:35.463Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-12-26T03:05:35.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 4.8% of statements [2025-12-26T03:05:35.463Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-12-26T03:05:35.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.070s coverage: 57.6% of statements [2025-12-26T03:05:35.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.023s coverage: 86.5% of statements [2025-12-26T03:05:35.463Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-12-26T03:05:35.463Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.437s coverage: 94.2% of statements [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-12-26T03:05:37.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.064s coverage: 90.7% of statements [2025-12-26T03:05:37.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-12-26T03:05:37.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.033s coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-12-26T03:05:37.362Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-12-26T03:05:38.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 8.3% of statements [2025-12-26T03:05:38.295Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-12-26T03:05:38.295Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.399s coverage: 95.9% of statements [2025-12-26T03:05:40.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-12-26T03:05:40.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.034s coverage: 72.2% of statements [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-12-26T03:05:40.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2025-12-26T03:05:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.056s coverage: 3.5% of statements [2025-12-26T03:05:42.738Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2025-12-26T03:05:42.738Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-12-26T03:05:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements [2025-12-26T03:05:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-12-26T03:05:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 38.2% of statements [2025-12-26T03:05:42.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.027s coverage: 68.8% of statements [2025-12-26T03:05:42.738Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-12-26T03:05:42.738Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-12-26T03:05:42.738Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-12-26T03:05:43.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.018s coverage: 40.0% of statements [2025-12-26T03:05:43.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements [2025-12-26T03:05:43.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 89.5% of statements [2025-12-26T03:05:43.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 93.1% of statements [2025-12-26T03:05:44.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2025-12-26T03:05:56.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.028s coverage: 94.4% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.047s coverage: 92.9% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 68.8% of statements [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.032s coverage: 47.4% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.061s coverage: 82.1% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.028s coverage: 86.0% of statements [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.033s coverage: 33.3% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.039s coverage: 100.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.148s coverage: 54.8% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.017s coverage: 89.6% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.022s coverage: 100.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.025s coverage: 73.7% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.051s coverage: 20.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.038s coverage: 88.6% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.038s coverage: 96.8% of statements [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.024s coverage: 100.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.137s coverage: 29.2% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.031s coverage: 93.8% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.1% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.100s coverage: 94.9% of statements [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.021s coverage: 9.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.063s coverage: 97.7% of statements [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-12-26T03:06:08.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements [2025-12-26T03:06:08.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-12-26T03:06:08.688Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-12-26T03:06:08.688Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-12-26T03:06:08.688Z] running golangci-lint [2025-12-26T03:06:08.688Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2025-12-26T03:06:08.688Z] go version go1.25.2 linux/amd64 [2025-12-26T03:06:08.948Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2025-12-26T03:06:08.948Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-12-26T03:06:08.948Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2025-12-26T03:06:08.948Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2025-12-26T03:06:08.948Z] level=info msg="[goenv] Read go env for 4.772737ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2025-12-26T03:06:08.948Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2025-12-26T03:06:19.602Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-775721 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-12-26T03:06:19.622Z] Running in /w/workspace/edgex-go/943 [Pipeline] { [Pipeline] checkout [2025-12-26T03:06:22.682Z] The recommended git tool is: git [2025-12-26T03:06:27.229Z] using credential edgex-jenkins-ssh [2025-12-26T03:06:27.253Z] Cloning the remote Git repository [2025-12-26T03:06:27.292Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-12-26T03:06:27.377Z] > git init /w/workspace/edgex-go/943 # timeout=10 [2025-12-26T03:06:27.497Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-12-26T03:06:27.498Z] > git --version # timeout=10 [2025-12-26T03:06:27.519Z] > git --version # 'git version 2.25.1' [2025-12-26T03:06:27.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-12-26T03:06:27.674Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-12-26T03:06:30.871Z] level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|exports_file|imports|types_sizes|deps|files|name) took 19.68674706s" [2025-12-26T03:06:30.871Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.698965ms" [2025-12-26T03:06:40.841Z] level=info msg="[linters_context/goanalysis] analyzers took 1m45.920534966s with top 10 stages: buildir: 49.841825605s, gosec: 2.63682589s, inspect: 2.22616351s, fact_deprecated: 2.215156934s, fact_purity: 1.746014672s, printf: 1.650369068s, ctrlflow: 1.511265372s, nilness: 1.47315057s, typedness: 912.373361ms, QF1004: 909.780429ms" [2025-12-26T03:06:40.841Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2025-12-26T03:06:40.841Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2025-12-26T03:06:40.841Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2025-12-26T03:06:40.841Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2025-12-26T03:06:40.841Z] level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, exclusion_rules: 22/21, generated_file_filter: 35/22, cgo: 35/35, invalid_issue: 35/35, path_relativity: 35/35, nolint_filter: 21/0, filename_unadjuster: 35/35, exclusion_paths: 35/35" [2025-12-26T03:06:40.841Z] level=info msg="[runner] processing took 7.696888ms with stages: nolint_filter: 6.79385ms, generated_file_filter: 687.569µs, exclusion_rules: 120.385µs, exclusion_paths: 43.852µs, path_relativity: 37.541µs, cgo: 3.021µs, path_absoluter: 2.87µs, sort_results: 1.99µs, invalid_issue: 1.83µs, filename_unadjuster: 1.09µs, max_same_issues: 620ns, fixer: 520ns, diff: 390ns, severity-rules: 250ns, path_prettifier: 250ns, uniq_by_line: 240ns, max_from_linter: 190ns, max_per_file_from_linter: 160ns, path_shortener: 140ns, source_code: 130ns" [2025-12-26T03:06:40.841Z] level=info msg="[runner] linters took 10.720184676s with stages: goanalysis_metalinter: 10.712420944s" [2025-12-26T03:06:40.841Z] 0 issues. [2025-12-26T03:06:40.841Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-12-26T03:06:40.841Z] level=info msg="Memory: 304 samples, avg is 322.3MB, max is 1364.9MB" [2025-12-26T03:06:40.841Z] level=info msg="Execution took 30.452213335s" [2025-12-26T03:06:40.841Z] go vet ./... [2025-12-26T03:06:45.746Z] Avoid second fetch [2025-12-26T03:06:45.747Z] Checking out Revision e746624fef212b0f4c77d3fdd5597b262518530b (main) [2025-12-26T03:06:46.104Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-12-26T03:06:46.104Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-12-26T03:06:46.104Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-12-26T03:06:46.120Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-12-26T03:06:46.412Z] + ls -al . [2025-12-26T03:06:46.412Z] total 1392 [2025-12-26T03:06:46.412Z] drwxrwxr-x 11 1001 1001 4096 Dec 26 03:04 . [2025-12-26T03:06:46.412Z] drwxr-xr-x 4 root root 4096 Dec 26 03:04 .. [2025-12-26T03:06:46.412Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 .blubracket [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 10 Dec 26 03:03 .dockerignore [2025-12-26T03:06:46.412Z] drwxrwxr-x 8 1001 1001 4096 Dec 26 03:06 .git [2025-12-26T03:06:46.412Z] drwxrwxr-x 3 1001 1001 4096 Dec 26 03:03 .github [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 909 Dec 26 03:03 .gitignore [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 359 Dec 26 03:03 .golangci.yml [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 100 Dec 26 03:03 .hadolint.yml [2025-12-26T03:06:46.412Z] drwxr-xr-x 3 1001 1001 4096 Dec 26 03:04 .semver [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 155 Dec 26 03:03 .sonarcloud.properties [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 1171 Dec 26 03:03 ADOPTERS.md [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 20017 Dec 26 03:03 Attribution.txt [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 108018 Dec 26 03:03 CHANGELOG.md [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 3804 Dec 26 03:03 CONTRIBUTING.md [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 677 Dec 26 03:03 GOVERNANCE.md [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 886 Dec 26 03:03 Jenkinsfile [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 10775 Dec 26 03:03 LICENSE [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 16739 Dec 26 03:03 Makefile [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 582 Dec 26 03:03 OWNERS.md [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 9932 Dec 26 03:03 README.md [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 789 Dec 26 03:03 SECURITY.md [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 12 Dec 26 03:04 VERSION [2025-12-26T03:06:46.412Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 bin [2025-12-26T03:06:46.412Z] drwxrwxr-x 19 1001 1001 4096 Dec 26 03:03 cmd [2025-12-26T03:06:46.412Z] -rw-r--r-- 1 root root 1043597 Dec 26 03:06 coverage.out [2025-12-26T03:06:46.412Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 fuzz_test [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 7070 Dec 26 03:03 go.mod [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 90674 Dec 26 03:03 go.sum [2025-12-26T03:06:46.412Z] drwxrwxr-x 7 1001 1001 4096 Dec 26 03:03 internal [2025-12-26T03:06:46.412Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 openapi [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 584 Dec 26 03:03 security.txt [2025-12-26T03:06:46.412Z] -rw-rw-r-- 1 1001 1001 204 Dec 26 03:03 version.go [Pipeline] sh [2025-12-26T03:06:46.543Z] Commit message: "Merge pull request #5338 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.48" [2025-12-26T03:06:46.700Z] + '[' -e coverage.out ] [2025-12-26T03:06:46.700Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-12-26T03:06:46.823Z] Stashed 1 file(s) [Pipeline] sh [2025-12-26T03:06:44.884Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-12-26T03:06:44.913Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-12-26T03:06:45.757Z] > git config core.sparsecheckout # timeout=10 [2025-12-26T03:06:45.820Z] > git checkout -f e746624fef212b0f4c77d3fdd5597b262518530b # timeout=10 [2025-12-26T03:06:47.108Z] + make build [2025-12-26T03:06:47.108Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:06:50.930Z] provisioning config files... [2025-12-26T03:06:50.959Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config10310634423363143267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:06:51.664Z] ---> ****-login.sh [2025-12-26T03:06:51.664Z] nexus3.edgexfoundry.org:10001 [2025-12-26T03:06:51.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:06:52.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:06:52.208Z] Configure a credential helper to remove this warning. See [2025-12-26T03:06:52.208Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:06:52.208Z] [2025-12-26T03:06:52.208Z] Login Succeeded [2025-12-26T03:06:52.208Z] nexus3.edgexfoundry.org:10002 [2025-12-26T03:06:52.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:06:52.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:06:52.480Z] Configure a credential helper to remove this warning. See [2025-12-26T03:06:52.480Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:06:52.480Z] [2025-12-26T03:06:52.480Z] Login Succeeded [2025-12-26T03:06:52.480Z] nexus3.edgexfoundry.org:10003 [2025-12-26T03:06:52.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:06:52.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:06:52.748Z] Configure a credential helper to remove this warning. See [2025-12-26T03:06:52.748Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:06:52.748Z] [2025-12-26T03:06:52.748Z] Login Succeeded [2025-12-26T03:06:53.019Z] nexus3.edgexfoundry.org:10004 [2025-12-26T03:06:53.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:06:53.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:06:53.287Z] Configure a credential helper to remove this warning. See [2025-12-26T03:06:53.287Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:06:53.287Z] [2025-12-26T03:06:53.287Z] Login Succeeded [2025-12-26T03:06:53.287Z] ****.io [2025-12-26T03:06:53.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:06:53.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:06:53.824Z] Configure a credential helper to remove this warning. See [2025-12-26T03:06:53.824Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:06:53.824Z] [2025-12-26T03:06:53.824Z] Login Succeeded [2025-12-26T03:06:53.824Z] ---> ****-login.sh ends [Pipeline] } [2025-12-26T03:06:53.846Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-12-26T03:06:54.484Z] + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] echo [2025-12-26T03:06:54.508Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-26T03:06:54.533Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-26T03:06:54.550Z] ========================================================= [2025-12-26T03:06:54.550Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2025-12-26T03:06:54.550Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-12-26T03:06:54.887Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-26T03:06:54.887Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-12-26T03:06:54.887Z] 6b59a28fa201: Pulling fs layer [2025-12-26T03:06:54.887Z] d32bb0dddca7: Pulling fs layer [2025-12-26T03:06:54.887Z] 5dab1238d3d9: Pulling fs layer [2025-12-26T03:06:54.887Z] 196fd7d83e7d: Pulling fs layer [2025-12-26T03:06:54.887Z] 4f4fb700ef54: Pulling fs layer [2025-12-26T03:06:54.887Z] 8ba94037c8f0: Pulling fs layer [2025-12-26T03:06:54.887Z] deaec5988b04: Pulling fs layer [2025-12-26T03:06:55.160Z] 9f65657bb879: Pulling fs layer [2025-12-26T03:06:55.160Z] 196fd7d83e7d: Waiting [2025-12-26T03:06:55.160Z] 8ba94037c8f0: Waiting [2025-12-26T03:06:55.160Z] deaec5988b04: Waiting [2025-12-26T03:06:55.160Z] 9f65657bb879: Waiting [2025-12-26T03:06:55.160Z] 4f4fb700ef54: Waiting [2025-12-26T03:06:55.160Z] d32bb0dddca7: Verifying Checksum [2025-12-26T03:06:55.160Z] d32bb0dddca7: Download complete [2025-12-26T03:06:55.160Z] 196fd7d83e7d: Verifying Checksum [2025-12-26T03:06:55.160Z] 196fd7d83e7d: Download complete [2025-12-26T03:06:55.160Z] 4f4fb700ef54: Verifying Checksum [2025-12-26T03:06:55.160Z] 4f4fb700ef54: Download complete [2025-12-26T03:06:55.160Z] 8ba94037c8f0: Download complete [2025-12-26T03:06:55.160Z] 6b59a28fa201: Verifying Checksum [2025-12-26T03:06:55.160Z] 6b59a28fa201: Download complete [2025-12-26T03:06:55.759Z] 9f65657bb879: Verifying Checksum [2025-12-26T03:06:55.759Z] 9f65657bb879: Download complete [2025-12-26T03:06:56.029Z] 6b59a28fa201: Pull complete [2025-12-26T03:06:56.622Z] 5dab1238d3d9: Verifying Checksum [2025-12-26T03:06:56.622Z] 5dab1238d3d9: Download complete [2025-12-26T03:06:56.622Z] d32bb0dddca7: Pull complete [2025-12-26T03:06:58.584Z] deaec5988b04: Verifying Checksum [2025-12-26T03:06:58.584Z] deaec5988b04: Download complete [2025-12-26T03:07:09.037Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-12-26T03:07:10.921Z] 5dab1238d3d9: Pull complete [2025-12-26T03:07:10.921Z] 196fd7d83e7d: Pull complete [2025-12-26T03:07:10.921Z] 4f4fb700ef54: Pull complete [2025-12-26T03:07:10.921Z] 8ba94037c8f0: Pull complete [2025-12-26T03:07:10.941Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-12-26T03:07:12.315Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-12-26T03:07:12.884Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-12-26T03:07:14.791Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-12-26T03:07:20.062Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-12-26T03:07:21.022Z] deaec5988b04: Pull complete [2025-12-26T03:07:21.440Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-12-26T03:07:22.430Z] 9f65657bb879: Pull complete [2025-12-26T03:07:22.430Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2025-12-26T03:07:22.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-26T03:07:22.430Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2025-12-26T03:07:22.777Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-26T03:07:22.777Z] WORKDIR /edgex [2025-12-26T03:07:22.777Z] COPY go.mod . [2025-12-26T03:07:22.777Z] RUN go mod download [2025-12-26T03:07:22.777Z] docker build -t ci-base-image-arm64 -f - . [2025-12-26T03:07:23.373Z] Sending build context to Docker daemon 3.887MB [2025-12-26T03:07:23.373Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-12-26T03:07:23.373Z] ---> 334268110677 [2025-12-26T03:07:23.373Z] Step 2/4 : WORKDIR /edgex [2025-12-26T03:07:23.975Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-12-26T03:07:25.338Z] ---> Running in 6eaa5e4c439d [2025-12-26T03:07:25.607Z] Removing intermediate container 6eaa5e4c439d [2025-12-26T03:07:25.607Z] ---> 909141f45139 [2025-12-26T03:07:25.607Z] Step 3/4 : COPY go.mod . [2025-12-26T03:07:25.880Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-12-26T03:07:26.201Z] ---> 6ddbd309ab84 [2025-12-26T03:07:26.203Z] Step 4/4 : RUN go mod download [2025-12-26T03:07:26.203Z] ---> Running in b9599e70160d [2025-12-26T03:07:27.785Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-12-26T03:07:29.166Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-12-26T03:07:30.104Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-12-26T03:07:31.492Z] $ docker stop --time=1 a475ff22b2f2c5cd6363a521b0bdbe927fcd840583b07cc930205509b51a205f [2025-12-26T03:07:34.857Z] $ docker rm -f --volumes a475ff22b2f2c5cd6363a521b0bdbe927fcd840583b07cc930205509b51a205f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:07:36.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-12-26T03:07:36.148Z] [2025-12-26T03:07:36.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:07:36.465Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-12-26T03:07:36.465Z] latest: Pulling from edgex-devops/edgex-compose [2025-12-26T03:07:36.465Z] 91d30c5bc195: Pulling fs layer [2025-12-26T03:07:36.465Z] 2e9b0aa3be6d: Pulling fs layer [2025-12-26T03:07:36.465Z] 9c61dcf015f6: Pulling fs layer [2025-12-26T03:07:36.465Z] 4698f68db338: Pulling fs layer [2025-12-26T03:07:36.465Z] 2a2f49069b9e: Pulling fs layer [2025-12-26T03:07:36.465Z] e0025b399a48: Pulling fs layer [2025-12-26T03:07:36.465Z] 4698f68db338: Waiting [2025-12-26T03:07:36.465Z] 2a2f49069b9e: Waiting [2025-12-26T03:07:36.465Z] e0025b399a48: Waiting [2025-12-26T03:07:36.465Z] 91d30c5bc195: Download complete [2025-12-26T03:07:36.465Z] 4698f68db338: Download complete [2025-12-26T03:07:36.724Z] 2e9b0aa3be6d: Verifying Checksum [2025-12-26T03:07:36.724Z] 2e9b0aa3be6d: Download complete [2025-12-26T03:07:36.724Z] e0025b399a48: Verifying Checksum [2025-12-26T03:07:36.724Z] e0025b399a48: Download complete [2025-12-26T03:07:36.724Z] 91d30c5bc195: Pull complete [2025-12-26T03:07:36.724Z] 2a2f49069b9e: Verifying Checksum [2025-12-26T03:07:36.724Z] 2a2f49069b9e: Download complete [2025-12-26T03:07:36.984Z] 2e9b0aa3be6d: Pull complete [2025-12-26T03:07:37.554Z] 9c61dcf015f6: Verifying Checksum [2025-12-26T03:07:37.554Z] 9c61dcf015f6: Download complete [2025-12-26T03:07:40.841Z] 9c61dcf015f6: Pull complete [2025-12-26T03:07:41.100Z] 4698f68db338: Pull complete [2025-12-26T03:07:41.360Z] 2a2f49069b9e: Pull complete [2025-12-26T03:07:41.360Z] e0025b399a48: Pull complete [2025-12-26T03:07:41.360Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-12-26T03:07:41.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-12-26T03:07:41.360Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:07:41.459Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:07:41.482Z] $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-12-26T03:07:43.039Z] $ docker top f1d01aabcbbb51a9707158b3e9b504269b8770a1b33c56082fbc121301fbc88f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-26T03:07:43.396Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-12-26T03:07:43.656Z] #1 [core-data internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #1 transferring dockerfile: 2.04kB done [2025-12-26T03:07:43.656Z] #1 DONE 0.1s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #2 transferring dockerfile: 2.01kB done [2025-12-26T03:07:43.656Z] #2 DONE 0.1s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #3 transferring dockerfile: 1.89kB done [2025-12-26T03:07:43.656Z] #3 DONE 0.1s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #4 [core-command internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #4 transferring dockerfile: 1.94kB done [2025-12-26T03:07:43.656Z] #4 DONE 0.1s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #5 [support-scheduler internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #5 transferring dockerfile: 1.83kB done [2025-12-26T03:07:43.656Z] #5 DONE 0.2s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #6 [support-notifications internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #6 transferring dockerfile: 2.02kB done [2025-12-26T03:07:43.656Z] #6 DONE 0.2s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #7 transferring dockerfile: 2.49kB done [2025-12-26T03:07:43.656Z] #7 DONE 0.2s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #8 transferring dockerfile: 2.50kB done [2025-12-26T03:07:43.656Z] #8 DONE 0.2s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #9 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-12-26T03:07:43.656Z] #9 DONE 0.0s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #10 [core-metadata internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #10 transferring dockerfile: 2.10kB done [2025-12-26T03:07:43.656Z] #10 DONE 0.2s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2025-12-26T03:07:43.656Z] #11 transferring dockerfile: 2.14kB done [2025-12-26T03:07:43.656Z] #11 DONE 0.2s [2025-12-26T03:07:43.656Z] [2025-12-26T03:07:43.656Z] #12 [security-spiffe-token-provider internal] load .dockerignore [2025-12-26T03:07:43.918Z] #12 transferring context: 50B done [2025-12-26T03:07:43.918Z] #12 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #13 [security-spire-server internal] load build definition from Dockerfile [2025-12-26T03:07:43.918Z] #13 transferring dockerfile: 1.70kB done [2025-12-26T03:07:43.918Z] #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-12-26T03:07:43.918Z] #13 DONE 0.2s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #14 [security-spire-config internal] load build definition from Dockerfile [2025-12-26T03:07:43.918Z] #14 transferring dockerfile: 1.69kB done [2025-12-26T03:07:43.918Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-12-26T03:07:43.918Z] #14 DONE 0.2s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #15 [security-bootstrapper internal] load build definition from Dockerfile [2025-12-26T03:07:43.918Z] #15 transferring dockerfile: 3.02kB done [2025-12-26T03:07:43.918Z] #15 DONE 0.2s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2025-12-26T03:07:43.918Z] #16 transferring dockerfile: 1.81kB done [2025-12-26T03:07:43.918Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-12-26T03:07:43.918Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-12-26T03:07:43.918Z] #16 DONE 0.2s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #17 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-12-26T03:07:43.918Z] #17 transferring dockerfile: 2.23kB done [2025-12-26T03:07:43.918Z] #17 DONE 0.2s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #9 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-12-26T03:07:43.918Z] #9 DONE 0.0s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #18 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2025-12-26T03:07:43.918Z] #18 DONE 0.2s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #19 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:07:43.918Z] #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:07:43.918Z] #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:07:43.918Z] #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-26T03:07:43.918Z] #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-26T03:07:43.918Z] #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:07:43.918Z] #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:07:43.918Z] #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-26T03:07:43.918Z] #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-26T03:07:43.918Z] #19 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #20 [core-keeper internal] load .dockerignore [2025-12-26T03:07:43.918Z] #20 transferring context: 50B done [2025-12-26T03:07:43.918Z] #20 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #21 [support-scheduler internal] load .dockerignore [2025-12-26T03:07:43.918Z] #21 transferring context: 50B done [2025-12-26T03:07:43.918Z] #21 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #22 [core-command internal] load .dockerignore [2025-12-26T03:07:43.918Z] #22 transferring context: 50B done [2025-12-26T03:07:43.918Z] #22 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #23 [core-data internal] load .dockerignore [2025-12-26T03:07:43.918Z] #23 transferring context: 50B done [2025-12-26T03:07:43.918Z] #23 DONE 0.2s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #24 [security-secretstore-setup internal] load .dockerignore [2025-12-26T03:07:43.918Z] #24 transferring context: 50B done [2025-12-26T03:07:43.918Z] #24 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #25 [security-proxy-setup internal] load .dockerignore [2025-12-26T03:07:43.918Z] #25 transferring context: 50B done [2025-12-26T03:07:43.918Z] #25 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #26 [core-metadata internal] load .dockerignore [2025-12-26T03:07:43.918Z] #26 transferring context: 50B done [2025-12-26T03:07:43.918Z] #26 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #27 [support-notifications internal] load .dockerignore [2025-12-26T03:07:43.918Z] #27 transferring context: 50B done [2025-12-26T03:07:43.918Z] #27 DONE 0.1s [2025-12-26T03:07:43.918Z] [2025-12-26T03:07:43.918Z] #28 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-12-26T03:07:44.279Z] #28 DONE 0.3s [2025-12-26T03:07:44.279Z] [2025-12-26T03:07:44.279Z] #29 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-12-26T03:07:44.542Z] #29 ... [2025-12-26T03:07:44.542Z] [2025-12-26T03:07:44.542Z] #30 [security-proxy-auth internal] load .dockerignore [2025-12-26T03:07:44.542Z] #30 transferring context: 50B 0.0s done [2025-12-26T03:07:44.542Z] #30 DONE 0.6s [2025-12-26T03:07:44.542Z] [2025-12-26T03:07:44.542Z] #31 [security-spiffe-token-provider internal] load build context [2025-12-26T03:07:44.800Z] #31 ... [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #19 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:07:44.800Z] #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:07:44.800Z] #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:07:44.800Z] #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-26T03:07:44.800Z] #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-26T03:07:44.800Z] #19 DONE 0.1s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #28 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-12-26T03:07:44.800Z] #28 DONE 0.3s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #32 [core-common-config-bootstrapper internal] load .dockerignore [2025-12-26T03:07:44.800Z] #32 transferring context: 50B 0.0s done [2025-12-26T03:07:44.800Z] #32 DONE 0.8s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #29 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-12-26T03:07:44.800Z] #29 DONE 0.6s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #33 [security-bootstrapper internal] load .dockerignore [2025-12-26T03:07:44.800Z] #33 transferring context: 50B done [2025-12-26T03:07:44.800Z] #33 DONE 0.9s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #31 [security-spiffe-token-provider internal] load build context [2025-12-26T03:07:44.800Z] #31 ... [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #19 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:07:44.800Z] #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:07:44.800Z] #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:07:44.800Z] #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-26T03:07:44.800Z] #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-26T03:07:44.800Z] #19 DONE 0.1s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #28 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-12-26T03:07:44.800Z] #28 DONE 0.3s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #29 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-12-26T03:07:44.800Z] #29 DONE 0.6s [2025-12-26T03:07:44.800Z] [2025-12-26T03:07:44.800Z] #31 [security-spiffe-token-provider internal] load build context [2025-12-26T03:07:50.084Z] #31 transferring context: 312.72MB 6.1s [2025-12-26T03:07:50.659Z] #31 ... [2025-12-26T03:07:50.659Z] [2025-12-26T03:07:50.659Z] #34 [core-keeper internal] load build context [2025-12-26T03:07:50.659Z] #34 ... [2025-12-26T03:07:50.659Z] [2025-12-26T03:07:50.659Z] #31 [security-spiffe-token-provider internal] load build context [2025-12-26T03:07:54.001Z] #31 ... [2025-12-26T03:07:54.001Z] [2025-12-26T03:07:54.001Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2025-12-26T03:07:54.001Z] #35 ... [2025-12-26T03:07:54.001Z] [2025-12-26T03:07:54.001Z] #36 [security-secretstore-setup internal] load build context [2025-12-26T03:07:54.260Z] #36 ... [2025-12-26T03:07:54.260Z] [2025-12-26T03:07:54.260Z] #37 [security-proxy-setup internal] load build context [2025-12-26T03:07:54.260Z] #37 transferring context: 608.47MB 9.2s done [2025-12-26T03:07:54.260Z] #37 ... [2025-12-26T03:07:54.260Z] [2025-12-26T03:07:54.260Z] #38 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-26T03:07:54.260Z] #0 7.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:54.260Z] #0 7.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:54.260Z] #0 7.676 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-26T03:07:54.260Z] #0 7.685 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:07:54.260Z] #0 7.694 OK: 7 MiB in 17 packages [2025-12-26T03:07:54.260Z] #38 ... [2025-12-26T03:07:54.260Z] [2025-12-26T03:07:54.260Z] #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-26T03:07:54.260Z] #0 0.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:54.260Z] #0 1.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:54.260Z] #0 1.961 (1/3) Installing ca-certificates (20250911-r0) [2025-12-26T03:07:54.260Z] #0 1.981 (2/3) Installing dumb-init (1.2.5-r3) [2025-12-26T03:07:54.260Z] #0 1.985 (3/3) Installing tzdata (2025c-r0) [2025-12-26T03:07:54.260Z] #0 2.022 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:07:54.260Z] #0 2.031 Executing ca-certificates-20250911-r0.trigger [2025-12-26T03:07:54.260Z] #0 2.083 OK: 8 MiB in 19 packages [2025-12-26T03:07:54.520Z] #39 ... [2025-12-26T03:07:54.520Z] [2025-12-26T03:07:54.520Z] #40 [support-notifications internal] load build context [2025-12-26T03:07:54.520Z] #40 transferring context: 608.47MB 9.3s done [2025-12-26T03:07:54.520Z] #40 ... [2025-12-26T03:07:54.520Z] [2025-12-26T03:07:54.520Z] #41 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-26T03:07:54.781Z] #41 ... [2025-12-26T03:07:54.781Z] [2025-12-26T03:07:54.781Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2025-12-26T03:07:54.781Z] #42 ... [2025-12-26T03:07:54.781Z] [2025-12-26T03:07:54.781Z] #43 [core-common-config-bootstrapper internal] load build context [2025-12-26T03:07:55.039Z] #43 ... [2025-12-26T03:07:55.039Z] [2025-12-26T03:07:55.039Z] #44 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-12-26T03:07:55.039Z] #0 6.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.039Z] #0 6.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.039Z] #0 6.476 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-26T03:07:55.039Z] #0 6.483 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:07:55.039Z] #0 6.495 OK: 7 MiB in 17 packages [2025-12-26T03:07:55.039Z] #44 ... [2025-12-26T03:07:55.039Z] [2025-12-26T03:07:55.039Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:07:55.039Z] #0 0.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.039Z] #0 1.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.039Z] #0 2.075 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:07:55.039Z] #0 2.075 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:07:55.039Z] #0 2.075 OK: 26327 distinct packages available [2025-12-26T03:07:55.039Z] #0 2.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.039Z] #0 2.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.039Z] #0 2.543 (1/13) Installing brotli-libs (1.1.0-r2) [2025-12-26T03:07:55.039Z] #0 2.557 (2/13) Installing c-ares (1.34.6-r0) [2025-12-26T03:07:55.039Z] #0 2.563 (3/13) Installing libunistring (1.3-r0) [2025-12-26T03:07:55.039Z] #0 2.579 (4/13) Installing libidn2 (2.3.7-r0) [2025-12-26T03:07:55.039Z] #0 2.584 (5/13) Installing nghttp2-libs (1.65.0-r0) [2025-12-26T03:07:55.039Z] #0 2.591 (6/13) Installing libpsl (0.21.5-r3) [2025-12-26T03:07:55.039Z] #0 2.594 (7/13) Installing zstd-libs (1.5.7-r0) [2025-12-26T03:07:55.039Z] #0 2.624 (8/13) Installing libcurl (8.14.1-r2) [2025-12-26T03:07:55.039Z] #0 2.636 (9/13) Installing curl (8.14.1-r2) [2025-12-26T03:07:55.039Z] #0 2.643 (10/13) Installing dumb-init (1.2.5-r3) [2025-12-26T03:07:55.039Z] #0 2.657 (11/13) Installing musl-obstack (1.2.3-r2) [2025-12-26T03:07:55.039Z] #0 2.658 (12/13) Installing libucontext (1.3.2-r0) [2025-12-26T03:07:55.039Z] #0 2.660 (13/13) Installing gcompat (1.1.0-r4) [2025-12-26T03:07:55.039Z] #0 2.665 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:07:55.039Z] #0 2.673 OK: 13 MiB in 29 packages [2025-12-26T03:07:55.297Z] #45 ... [2025-12-26T03:07:55.297Z] [2025-12-26T03:07:55.297Z] #46 [core-metadata internal] load build context [2025-12-26T03:07:55.297Z] #46 transferring context: 608.47MB 8.7s done [2025-12-26T03:07:55.297Z] #46 ... [2025-12-26T03:07:55.297Z] [2025-12-26T03:07:55.297Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-26T03:07:55.297Z] #0 8.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.297Z] #0 8.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:55.297Z] #0 8.871 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-26T03:07:55.297Z] #0 8.878 (2/4) Installing openssl (3.5.4-r0) [2025-12-26T03:07:55.297Z] #0 8.894 (3/4) Installing su-exec (0.2-r3) [2025-12-26T03:07:55.297Z] #0 8.897 (4/4) Installing yq-go (4.47.2-r2) [2025-12-26T03:07:55.297Z] #0 8.971 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:07:55.297Z] #0 8.987 OK: 20 MiB in 20 packages [2025-12-26T03:07:55.981Z] #47 ... [2025-12-26T03:07:55.981Z] [2025-12-26T03:07:55.981Z] #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-26T03:07:56.246Z] #48 ... [2025-12-26T03:07:56.246Z] [2025-12-26T03:07:56.246Z] #49 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-26T03:07:56.246Z] #49 ... [2025-12-26T03:07:56.246Z] [2025-12-26T03:07:56.246Z] #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-26T03:07:56.246Z] #0 0.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:56.246Z] #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:56.246Z] #0 1.853 (1/4) Installing ca-certificates (20250911-r0) [2025-12-26T03:07:56.246Z] #0 1.900 (2/4) Installing dumb-init (1.2.5-r3) [2025-12-26T03:07:56.246Z] #0 1.906 (3/4) Installing su-exec (0.2-r3) [2025-12-26T03:07:56.246Z] #0 1.913 (4/4) Installing yq-go (4.47.2-r2) [2025-12-26T03:07:56.246Z] #0 2.001 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:07:56.246Z] #0 2.007 Executing ca-certificates-20250911-r0.trigger [2025-12-26T03:07:56.246Z] #0 2.066 OK: 20 MiB in 20 packages [2025-12-26T03:07:56.504Z] #50 ... [2025-12-26T03:07:56.504Z] [2025-12-26T03:07:56.504Z] #51 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-26T03:07:56.504Z] #51 ... [2025-12-26T03:07:56.504Z] [2025-12-26T03:07:56.504Z] #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-26T03:07:56.764Z] #52 ... [2025-12-26T03:07:56.764Z] [2025-12-26T03:07:56.764Z] #53 [core-data internal] load build context [2025-12-26T03:07:56.764Z] #53 transferring context: 608.47MB 10.1s done [2025-12-26T03:07:56.764Z] #53 ... [2025-12-26T03:07:56.764Z] [2025-12-26T03:07:56.764Z] #54 [support-scheduler internal] load build context [2025-12-26T03:07:56.764Z] #54 transferring context: 608.47MB 11.5s done [2025-12-26T03:07:57.027Z] #54 ... [2025-12-26T03:07:57.027Z] [2025-12-26T03:07:57.027Z] #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-26T03:07:57.027Z] #0 4.271 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:57.027Z] #0 4.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:07:57.027Z] #0 4.668 (1/7) Installing ca-certificates (20250911-r0) [2025-12-26T03:07:57.027Z] #0 4.689 (2/7) Installing dumb-init (1.2.5-r3) [2025-12-26T03:07:57.027Z] #0 4.699 (3/7) Installing libgcc (14.2.0-r6) [2025-12-26T03:07:57.027Z] #0 4.710 (4/7) Installing libsodium (1.0.20-r0) [2025-12-26T03:07:57.027Z] #0 4.716 (5/7) Installing libstdc++ (14.2.0-r6) [2025-12-26T03:07:57.027Z] #0 4.739 (6/7) Installing libzmq (4.3.5-r2) [2025-12-26T03:07:57.027Z] #0 4.756 (7/7) Installing zeromq (4.3.5-r2) [2025-12-26T03:07:57.027Z] #0 4.762 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:07:57.027Z] #0 4.767 Executing ca-certificates-20250911-r0.trigger [2025-12-26T03:07:57.027Z] #0 4.803 OK: 12 MiB in 23 packages [2025-12-26T03:07:57.288Z] #55 ... [2025-12-26T03:07:57.288Z] [2025-12-26T03:07:57.288Z] #56 [core-command internal] load build context [2025-12-26T03:07:57.288Z] #56 transferring context: 608.47MB 10.4s done [2025-12-26T03:07:57.288Z] #56 ... [2025-12-26T03:07:57.288Z] [2025-12-26T03:07:57.288Z] #57 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:07:57.548Z] #57 ... [2025-12-26T03:07:57.548Z] [2025-12-26T03:07:57.548Z] #58 [security-bootstrapper internal] load build context [2025-12-26T03:07:57.548Z] #58 ... [2025-12-26T03:07:57.548Z] [2025-12-26T03:07:57.548Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-26T03:07:57.811Z] #59 ... [2025-12-26T03:07:57.811Z] [2025-12-26T03:07:57.811Z] #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:07:58.071Z] #60 ... [2025-12-26T03:07:58.071Z] [2025-12-26T03:07:58.071Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:07:58.071Z] #61 ... [2025-12-26T03:07:58.071Z] [2025-12-26T03:07:58.071Z] #34 [core-keeper internal] load build context [2025-12-26T03:07:58.071Z] #34 transferring context: 608.47MB 11.1s done [2025-12-26T03:08:04.689Z] #34 ... [2025-12-26T03:08:04.689Z] [2025-12-26T03:08:04.689Z] #31 [security-spiffe-token-provider internal] load build context [2025-12-26T03:08:04.689Z] #31 transferring context: 608.47MB 10.4s done [2025-12-26T03:08:04.689Z] #31 ... [2025-12-26T03:08:04.689Z] [2025-12-26T03:08:04.689Z] #36 [security-secretstore-setup internal] load build context [2025-12-26T03:08:04.689Z] #36 transferring context: 608.47MB 11.2s done [2025-12-26T03:08:04.689Z] #36 ... [2025-12-26T03:08:04.689Z] [2025-12-26T03:08:04.689Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2025-12-26T03:08:04.689Z] #35 DONE 20.8s [2025-12-26T03:08:04.689Z] [2025-12-26T03:08:04.689Z] #62 [security-spire-server internal] load .dockerignore [2025-12-26T03:08:05.626Z] #62 ... [2025-12-26T03:08:05.626Z] [2025-12-26T03:08:05.626Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2025-12-26T03:08:05.626Z] #42 DONE 21.8s [2025-12-26T03:08:05.626Z] [2025-12-26T03:08:05.626Z] #63 [security-spire-agent internal] load .dockerignore [2025-12-26T03:08:12.390Z] #63 ... [2025-12-26T03:08:12.390Z] [2025-12-26T03:08:12.390Z] #43 [core-common-config-bootstrapper internal] load build context [2025-12-26T03:08:12.390Z] #43 transferring context: [2025-12-26T03:08:14.927Z] #43 ... [2025-12-26T03:08:14.927Z] [2025-12-26T03:08:14.927Z] #64 [security-spire-config internal] load .dockerignore [2025-12-26T03:08:14.927Z] #64 ... [2025-12-26T03:08:14.927Z] [2025-12-26T03:08:14.927Z] #43 [core-common-config-bootstrapper internal] load build context [2025-12-26T03:08:14.927Z] #43 transferring context: 608.47MB 2.5s done [2025-12-26T03:08:15.868Z] #43 ... [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #41 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-26T03:08:15.868Z] #41 DONE 31.9s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #46 [core-metadata internal] load build context [2025-12-26T03:08:15.868Z] #46 DONE 32.0s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #37 [security-proxy-setup internal] load build context [2025-12-26T03:08:15.868Z] #37 DONE 32.0s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #40 [support-notifications internal] load build context [2025-12-26T03:08:15.868Z] #40 DONE 32.0s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:08:15.868Z] #61 ... [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #53 [core-data internal] load build context [2025-12-26T03:08:15.868Z] #53 DONE 32.0s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #31 [security-spiffe-token-provider internal] load build context [2025-12-26T03:08:15.868Z] #31 DONE 32.1s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #56 [core-command internal] load build context [2025-12-26T03:08:15.868Z] #56 DONE 32.0s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #34 [core-keeper internal] load build context [2025-12-26T03:08:15.868Z] #34 DONE 32.1s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #36 [security-secretstore-setup internal] load build context [2025-12-26T03:08:15.868Z] #36 DONE 32.1s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #54 [support-scheduler internal] load build context [2025-12-26T03:08:15.868Z] #54 DONE 32.1s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #38 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-26T03:08:15.868Z] #38 DONE 32.1s [2025-12-26T03:08:15.868Z] [2025-12-26T03:08:15.868Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:08:16.129Z] #61 ... [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-26T03:08:16.129Z] #50 DONE 32.1s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-26T03:08:16.129Z] #39 DONE 32.1s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-26T03:08:16.129Z] #47 DONE 32.1s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:08:16.129Z] #45 DONE 32.2s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #44 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-12-26T03:08:16.129Z] #44 DONE 32.2s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-26T03:08:16.129Z] #55 DONE 32.2s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #43 [core-common-config-bootstrapper internal] load build context [2025-12-26T03:08:16.129Z] #43 DONE 31.4s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:08:16.129Z] #61 ... [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #62 [security-spire-server internal] load .dockerignore [2025-12-26T03:08:16.129Z] #62 transferring context: 50B 0.0s done [2025-12-26T03:08:16.129Z] #62 DONE 11.6s [2025-12-26T03:08:16.129Z] [2025-12-26T03:08:16.129Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:08:16.389Z] #61 ... [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #19 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:16.389Z] #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:16.389Z] #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:16.389Z] #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-12-26T03:08:16.389Z] #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-12-26T03:08:16.389Z] #19 DONE 0.1s [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #63 [security-spire-agent internal] load .dockerignore [2025-12-26T03:08:16.389Z] #63 transferring context: 50B done [2025-12-26T03:08:16.389Z] #63 DONE 10.6s [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #64 [security-spire-config internal] load .dockerignore [2025-12-26T03:08:16.389Z] #64 transferring context: 50B done [2025-12-26T03:08:16.389Z] #64 DONE 11.7s [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:08:16.389Z] #61 ... [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #65 [security-spire-agent internal] load build context [2025-12-26T03:08:16.389Z] #65 transferring context: 25.98kB done [2025-12-26T03:08:16.389Z] #65 DONE 0.1s [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #66 [security-spire-server internal] load build context [2025-12-26T03:08:16.389Z] #66 transferring context: 26.44kB done [2025-12-26T03:08:16.389Z] #66 DONE 0.1s [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #67 [security-spire-config internal] load build context [2025-12-26T03:08:16.389Z] #67 transferring context: 24.70kB done [2025-12-26T03:08:16.389Z] #67 DONE 0.1s [2025-12-26T03:08:16.389Z] [2025-12-26T03:08:16.389Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:08:19.682Z] #61 transferring context: 608.47MB 3.3s done [2025-12-26T03:08:21.898Z] #61 ... [2025-12-26T03:08:21.898Z] [2025-12-26T03:08:21.898Z] #51 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-26T03:08:21.898Z] #51 DONE 36.8s [2025-12-26T03:08:21.898Z] [2025-12-26T03:08:21.898Z] #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:08:21.898Z] #68 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done [2025-12-26T03:08:21.898Z] #68 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2025-12-26T03:08:21.898Z] #68 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2025-12-26T03:08:21.898Z] #68 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2025-12-26T03:08:21.898Z] #68 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done [2025-12-26T03:08:21.898Z] #68 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 3.7s done [2025-12-26T03:08:21.898Z] #68 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2025-12-26T03:08:21.898Z] #68 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 5.2s [2025-12-26T03:08:21.898Z] #68 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2025-12-26T03:08:22.465Z] #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0B / 41.51MB 6.1s [2025-12-26T03:08:22.658Z] Removing intermediate container b9599e70160d [2025-12-26T03:08:22.658Z] ---> c7ec5ad02a03 [2025-12-26T03:08:22.658Z] Successfully built c7ec5ad02a03 [2025-12-26T03:08:22.658Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:08:22.724Z] #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 38.80MB / 41.51MB 6.4s [2025-12-26T03:08:22.724Z] #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 6.5s [2025-12-26T03:08:22.982Z] #68 ... [2025-12-26T03:08:22.982Z] [2025-12-26T03:08:22.982Z] #58 [security-bootstrapper internal] load build context [2025-12-26T03:08:22.982Z] #58 transferring context: 608.47MB 3.7s done [2025-12-26T03:08:22.982Z] #58 DONE 38.4s [2025-12-26T03:08:22.982Z] [2025-12-26T03:08:22.982Z] #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:08:22.982Z] #68 ... [2025-12-26T03:08:22.982Z] [2025-12-26T03:08:22.982Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-26T03:08:22.982Z] #69 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done [2025-12-26T03:08:22.982Z] #69 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2025-12-26T03:08:22.982Z] #69 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2025-12-26T03:08:22.982Z] #69 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2025-12-26T03:08:22.982Z] #69 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done [2025-12-26T03:08:22.982Z] #69 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 3.7s done [2025-12-26T03:08:22.982Z] #69 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.9s done [2025-12-26T03:08:22.982Z] #69 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2025-12-26T03:08:22.982Z] #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 6.1s done [2025-12-26T03:08:22.982Z] #69 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2025-12-26T03:08:23.017Z] + docker inspect -f . ci-base-image-arm64 [2025-12-26T03:08:23.017Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:08:23.232Z] prd-ubuntu20.04-docker-arm64-4c-16g-775721 does not seem to be running inside a container [2025-12-26T03:08:23.240Z] #69 ... [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:08:23.240Z] #68 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 6.8s done [2025-12-26T03:08:23.240Z] #68 ... [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #61 [security-proxy-auth internal] load build context [2025-12-26T03:08:23.240Z] #61 DONE 38.5s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-26T03:08:23.240Z] #0 2.467 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #0 2.799 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #0 3.254 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-26T03:08:23.240Z] #0 3.391 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:08:23.240Z] #0 3.397 OK: 7 MiB in 17 packages [2025-12-26T03:08:23.240Z] #70 DONE 7.4s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #57 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:08:23.240Z] #57 31.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #57 31.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #57 32.17 OK: 265 MiB in 60 packages [2025-12-26T03:08:23.240Z] #57 DONE 38.6s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-26T03:08:23.240Z] #59 31.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #59 31.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #59 32.19 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:08:23.240Z] #59 32.19 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:08:23.240Z] #59 32.19 OK: 26329 distinct packages available [2025-12-26T03:08:23.240Z] #59 32.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #59 32.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #59 32.93 OK: 265 MiB in 60 packages [2025-12-26T03:08:23.240Z] #59 DONE 38.6s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #49 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-26T03:08:23.240Z] #49 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #49 31.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #49 32.16 OK: 265 MiB in 60 packages [2025-12-26T03:08:23.240Z] #49 DONE 38.6s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-26T03:08:23.240Z] #52 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #52 31.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #52 32.15 OK: 265 MiB in 60 packages [2025-12-26T03:08:23.240Z] #52 DONE 38.6s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:08:23.240Z] #60 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #60 31.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #60 32.18 OK: 265 MiB in 60 packages [2025-12-26T03:08:23.240Z] #60 DONE 38.6s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-26T03:08:23.240Z] #48 31.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #48 31.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:23.240Z] #48 32.18 (1/2) Installing dumb-init (1.2.5-r3) [2025-12-26T03:08:23.240Z] #48 32.19 (2/2) Installing su-exec (0.2-r3) [2025-12-26T03:08:23.240Z] #48 32.20 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:08:23.240Z] #48 32.20 OK: 7 MiB in 18 packages [2025-12-26T03:08:23.240Z] #48 DONE 38.6s [2025-12-26T03:08:23.240Z] [2025-12-26T03:08:23.240Z] #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:08:23.240Z] #68 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 6.8s done [2025-12-26T03:08:23.240Z] #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 6.9s done [2025-12-26T03:08:23.240Z] #68 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2025-12-26T03:08:23.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-12-26T03:08:23.498Z] #68 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d [2025-12-26T03:08:24.069Z] #68 ... [2025-12-26T03:08:24.069Z] [2025-12-26T03:08:24.069Z] #71 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:08:24.069Z] #71 DONE 0.7s [2025-12-26T03:08:24.069Z] [2025-12-26T03:08:24.069Z] #72 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:08:24.069Z] #72 DONE 0.7s [2025-12-26T03:08:24.069Z] [2025-12-26T03:08:24.069Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:08:24.069Z] #73 DONE 0.8s [2025-12-26T03:08:24.069Z] [2025-12-26T03:08:24.069Z] #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:08:24.069Z] #74 DONE 0.8s [2025-12-26T03:08:24.069Z] [2025-12-26T03:08:24.069Z] #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:08:24.327Z] #68 ... [2025-12-26T03:08:24.327Z] [2025-12-26T03:08:24.327Z] #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:08:24.327Z] #75 DONE 0.9s [2025-12-26T03:08:24.327Z] [2025-12-26T03:08:24.327Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-26T03:08:24.327Z] #69 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2025-12-26T03:08:24.327Z] #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 0.6s done [2025-12-26T03:08:24.327Z] #69 DONE 8.0s [2025-12-26T03:08:24.327Z] [2025-12-26T03:08:24.327Z] #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:08:24.495Z] $ docker top d24f1396a8b35a8af86c7b69f0c959903be7400e4e74f6b290b1f1f01e9fc481 -eo pid,comm [2025-12-26T03:08:24.587Z] #68 ... [2025-12-26T03:08:24.587Z] [2025-12-26T03:08:24.587Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-26T03:08:24.587Z] #0 7.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:24.587Z] #0 7.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:24.587Z] #0 7.691 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:24.587Z] #0 7.710 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:24.587Z] #0 8.049 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:24.587Z] #0 8.052 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:24.587Z] #0 8.055 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:24.587Z] #0 8.071 OK: 20 MiB in 20 packages [2025-12-26T03:08:24.587Z] #76 DONE 8.4s [2025-12-26T03:08:24.587Z] [2025-12-26T03:08:24.587Z] #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [Pipeline] { [Pipeline] sh [2025-12-26T03:08:25.331Z] + go version [2025-12-26T03:08:25.331Z] go version go1.25.3 linux/arm64 [Pipeline] } [2025-12-26T03:08:25.345Z] $ docker stop --time=1 d24f1396a8b35a8af86c7b69f0c959903be7400e4e74f6b290b1f1f01e9fc481 [2025-12-26T03:08:25.534Z] #68 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 1.9s done [2025-12-26T03:08:25.534Z] #68 ... [2025-12-26T03:08:25.534Z] [2025-12-26T03:08:25.534Z] #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:08:25.534Z] #0 8.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.534Z] #0 8.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.534Z] #0 8.512 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.534Z] #0 8.528 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:25.534Z] #0 8.842 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.534Z] #0 8.846 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.534Z] #0 8.849 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:25.534Z] #0 8.860 OK: 7 MiB in 17 packages [2025-12-26T03:08:25.534Z] #77 DONE 9.6s [2025-12-26T03:08:25.534Z] [2025-12-26T03:08:25.534Z] #78 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-12-26T03:08:25.534Z] #0 8.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.534Z] #0 8.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.534Z] #0 8.468 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.534Z] #0 8.485 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:25.534Z] #0 8.796 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.534Z] #0 8.801 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.534Z] #0 8.801 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:25.534Z] #0 8.814 OK: 7 MiB in 17 packages [2025-12-26T03:08:25.534Z] #78 DONE 9.5s [2025-12-26T03:08:25.534Z] [2025-12-26T03:08:25.534Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-26T03:08:25.534Z] #0 8.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.535Z] #0 8.549 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.535Z] #0 8.897 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.535Z] #0 8.910 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:25.535Z] #0 8.955 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.535Z] #0 8.958 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.535Z] #0 8.965 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:25.535Z] #0 8.972 OK: 20 MiB in 20 packages [2025-12-26T03:08:25.535Z] #79 DONE 9.5s [2025-12-26T03:08:25.829Z] [2025-12-26T03:08:25.829Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:08:25.829Z] #0 8.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.829Z] #0 8.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.829Z] #0 8.898 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.915 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:25.829Z] #0 8.961 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.976 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.976 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:25.829Z] #0 8.993 OK: 12 MiB in 23 packages [2025-12-26T03:08:25.829Z] #80 DONE 9.5s [2025-12-26T03:08:25.829Z] [2025-12-26T03:08:25.829Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:08:25.829Z] #0 8.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.829Z] #0 8.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.829Z] #0 8.731 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.746 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:25.829Z] #0 8.830 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.835 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.838 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:25.829Z] #0 8.843 OK: 8 MiB in 19 packages [2025-12-26T03:08:25.829Z] #81 DONE 9.5s [2025-12-26T03:08:25.829Z] [2025-12-26T03:08:25.829Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:08:25.829Z] #0 8.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.829Z] #0 8.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:25.829Z] #0 8.832 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.873 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:25.829Z] #0 8.929 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.929 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:25.829Z] #0 8.935 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:25.829Z] #0 8.942 OK: 13 MiB in 29 packages [2025-12-26T03:08:25.829Z] #82 DONE 9.5s [2025-12-26T03:08:25.829Z] [2025-12-26T03:08:25.829Z] #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:08:25.829Z] #68 DONE 9.4s [2025-12-26T03:08:25.829Z] [2025-12-26T03:08:25.829Z] #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-12-26T03:08:25.829Z] #83 DONE 0.1s [2025-12-26T03:08:25.829Z] [2025-12-26T03:08:25.829Z] #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:26.088Z] #84 ... [2025-12-26T03:08:26.088Z] [2025-12-26T03:08:26.088Z] #85 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-12-26T03:08:26.088Z] #0 3.095 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.088Z] #0 3.297 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.088Z] #0 3.774 OK: 265 MiB in 60 packages [2025-12-26T03:08:26.088Z] #85 DONE 4.0s [2025-12-26T03:08:26.088Z] [2025-12-26T03:08:26.088Z] #86 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-26T03:08:26.088Z] #0 8.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.088Z] #0 8.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.088Z] #0 9.179 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:08:26.088Z] #0 9.179 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:08:26.088Z] #0 9.179 OK: 26327 distinct packages available [2025-12-26T03:08:26.088Z] #0 9.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.088Z] #0 9.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.088Z] #0 9.644 (1/5) Installing dumb-init (1.2.5-r3) [2025-12-26T03:08:26.088Z] #0 9.650 (2/5) Installing musl-obstack (1.2.3-r2) [2025-12-26T03:08:26.088Z] #0 9.653 (3/5) Installing libucontext (1.3.2-r0) [2025-12-26T03:08:26.088Z] #0 9.658 (4/5) Installing gcompat (1.1.0-r4) [2025-12-26T03:08:26.088Z] #0 9.662 (5/5) Installing openssl (3.5.4-r0) [2025-12-26T03:08:26.088Z] #0 9.675 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:08:26.088Z] #0 9.681 OK: 8 MiB in 21 packages [2025-12-26T03:08:26.088Z] #86 DONE 9.8s [2025-12-26T03:08:26.088Z] [2025-12-26T03:08:26.088Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-12-26T03:08:26.351Z] #87 ... [2025-12-26T03:08:26.351Z] [2025-12-26T03:08:26.351Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-12-26T03:08:26.351Z] #88 DONE 0.1s [2025-12-26T03:08:26.351Z] [2025-12-26T03:08:26.351Z] #89 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-12-26T03:08:26.351Z] #0 2.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.351Z] #0 2.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.351Z] #0 2.726 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:26.351Z] #0 2.755 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:26.351Z] #0 2.818 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:26.351Z] #0 2.823 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:26.351Z] #0 2.827 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:26.351Z] #0 2.833 OK: 7 MiB in 18 packages [2025-12-26T03:08:26.351Z] #89 DONE 3.0s [2025-12-26T03:08:26.351Z] [2025-12-26T03:08:26.351Z] #90 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-26T03:08:26.351Z] #0 8.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.351Z] #0 8.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.351Z] #0 9.385 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:08:26.351Z] #0 9.385 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:08:26.351Z] #0 9.385 OK: 26327 distinct packages available [2025-12-26T03:08:26.351Z] #0 9.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.351Z] #0 9.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:26.351Z] #0 9.892 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-26T03:08:26.351Z] #0 9.897 (2/4) Installing musl-obstack (1.2.3-r2) [2025-12-26T03:08:26.351Z] #0 9.899 (3/4) Installing libucontext (1.3.2-r0) [2025-12-26T03:08:26.351Z] #0 9.901 (4/4) Installing gcompat (1.1.0-r4) [2025-12-26T03:08:26.351Z] #0 9.905 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:08:26.351Z] #0 9.911 OK: 8 MiB in 20 packages [2025-12-26T03:08:26.351Z] #90 DONE 10.0s [2025-12-26T03:08:26.351Z] [2025-12-26T03:08:26.351Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-26T03:08:27.663Z] $ docker rm -f --volumes d24f1396a8b35a8af86c7b69f0c959903be7400e4e74f6b290b1f1f01e9fc481 [2025-12-26T03:08:27.736Z] #91 ... [2025-12-26T03:08:27.736Z] [2025-12-26T03:08:27.736Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-12-26T03:08:27.736Z] #92 DONE 1.1s [2025-12-26T03:08:27.736Z] [2025-12-26T03:08:27.736Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-26T03:08:27.736Z] #91 1.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:27.736Z] #91 ... [2025-12-26T03:08:27.736Z] [2025-12-26T03:08:27.736Z] #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-12-26T03:08:27.736Z] #93 DONE 0.1s [2025-12-26T03:08:27.736Z] [2025-12-26T03:08:27.736Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-26T03:08:27.736Z] #91 1.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2025-12-26T03:08:27.997Z] #91 1.607 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:27.997Z] #91 1.624 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:27.997Z] #91 1.663 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:27.997Z] #91 1.666 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:27.997Z] #91 1.670 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:27.997Z] #91 1.675 OK: 8 MiB in 20 packages [2025-12-26T03:08:27.997Z] #91 DONE 1.8s [2025-12-26T03:08:27.997Z] [2025-12-26T03:08:27.997Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-12-26T03:08:27.997Z] #87 1.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:27.997Z] #87 1.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-12-26T03:08:27.997Z] #87 1.834 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:27.997Z] #87 1.851 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:08:27.997Z] #87 1.880 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:27.997Z] #87 1.885 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:08:27.997Z] #87 1.889 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:08:27.997Z] #87 1.899 OK: 8 MiB in 21 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:08:28.256Z] #87 DONE 2.0s [2025-12-26T03:08:28.257Z] [2025-12-26T03:08:28.257Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-12-26T03:08:28.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-12-26T03:08:28.359Z] [2025-12-26T03:08:28.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:08:28.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-12-26T03:08:28.699Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-12-26T03:08:28.699Z] 547446be3368: Pulling fs layer [2025-12-26T03:08:28.699Z] d125d8839a47: Pulling fs layer [2025-12-26T03:08:28.699Z] 3e85d5ac6304: Pulling fs layer [2025-12-26T03:08:28.699Z] c3105a71a48b: Pulling fs layer [2025-12-26T03:08:28.699Z] 0f093f025ec4: Pulling fs layer [2025-12-26T03:08:28.699Z] c3106fc0e877: Pulling fs layer [2025-12-26T03:08:28.699Z] 0f093f025ec4: Waiting [2025-12-26T03:08:28.699Z] c3105a71a48b: Waiting [2025-12-26T03:08:28.699Z] c3106fc0e877: Waiting [2025-12-26T03:08:28.968Z] 547446be3368: Verifying Checksum [2025-12-26T03:08:28.968Z] 547446be3368: Download complete [2025-12-26T03:08:28.968Z] c3105a71a48b: Verifying Checksum [2025-12-26T03:08:28.968Z] c3105a71a48b: Download complete [2025-12-26T03:08:29.236Z] d125d8839a47: Verifying Checksum [2025-12-26T03:08:29.236Z] d125d8839a47: Download complete [2025-12-26T03:08:29.236Z] c3106fc0e877: Download complete [2025-12-26T03:08:29.236Z] 0f093f025ec4: Verifying Checksum [2025-12-26T03:08:29.236Z] 0f093f025ec4: Download complete [2025-12-26T03:08:29.504Z] 547446be3368: Pull complete [2025-12-26T03:08:30.213Z] #94 DONE 2.0s [2025-12-26T03:08:30.213Z] [2025-12-26T03:08:30.213Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:08:30.213Z] #95 DONE 2.0s [2025-12-26T03:08:30.213Z] [2025-12-26T03:08:30.213Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:08:30.213Z] #96 DONE 2.0s [2025-12-26T03:08:30.213Z] [2025-12-26T03:08:30.213Z] #97 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-12-26T03:08:30.213Z] #97 DONE 0.1s [2025-12-26T03:08:30.213Z] [2025-12-26T03:08:30.213Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-12-26T03:08:30.492Z] #98 DONE 0.1s [2025-12-26T03:08:30.492Z] [2025-12-26T03:08:30.492Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2025-12-26T03:08:31.014Z] d125d8839a47: Pull complete [2025-12-26T03:08:31.306Z] 3e85d5ac6304: Verifying Checksum [2025-12-26T03:08:31.433Z] #99 ... [2025-12-26T03:08:31.433Z] [2025-12-26T03:08:31.433Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2025-12-26T03:08:31.433Z] #100 DONE 1.1s [2025-12-26T03:08:31.433Z] [2025-12-26T03:08:31.433Z] #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:08:34.721Z] #101 ... [2025-12-26T03:08:34.721Z] [2025-12-26T03:08:34.721Z] #102 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:34.721Z] #102 ... [2025-12-26T03:08:34.721Z] [2025-12-26T03:08:34.721Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:34.721Z] #103 ... [2025-12-26T03:08:34.721Z] [2025-12-26T03:08:34.721Z] #104 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:35.080Z] #104 ... [2025-12-26T03:08:35.080Z] [2025-12-26T03:08:35.080Z] #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:35.340Z] #105 ... [2025-12-26T03:08:35.340Z] [2025-12-26T03:08:35.340Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:08:36.283Z] #106 ... [2025-12-26T03:08:36.283Z] [2025-12-26T03:08:36.283Z] #107 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:41.429Z] 3e85d5ac6304: Pull complete [2025-12-26T03:08:41.429Z] c3105a71a48b: Pull complete [2025-12-26T03:08:42.012Z] 0f093f025ec4: Pull complete [2025-12-26T03:08:42.278Z] c3106fc0e877: Pull complete [2025-12-26T03:08:42.278Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-12-26T03:08:42.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-12-26T03:08:42.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:08:42.485Z] prd-ubuntu20.04-docker-arm64-4c-16g-775721 does not seem to be running inside a container [2025-12-26T03:08:42.550Z] $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-12-26T03:08:44.408Z] #107 ... [2025-12-26T03:08:44.408Z] [2025-12-26T03:08:44.408Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2025-12-26T03:08:44.408Z] #99 DONE 13.9s [2025-12-26T03:08:44.408Z] [2025-12-26T03:08:44.408Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:08:44.503Z] $ docker top 0e4fc304837c3c279434eae4f37759e11bb3bc70e7472985ff398d45292b4a6e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-26T03:08:45.028Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-12-26T03:08:54.407Z] #108 ... [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:08:54.408Z] #106 DONE 22.6s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #102 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:54.408Z] #102 DONE 28.6s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #107 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:54.408Z] #107 DONE 26.6s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #84 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:54.408Z] #84 DONE 28.7s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:54.408Z] #105 DONE 28.6s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:54.408Z] #103 DONE 28.7s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #104 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:08:54.408Z] #104 DONE 28.6s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:08:54.408Z] #101 DONE 21.4s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:08:54.408Z] #108 DONE 8.7s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #109 [core-metadata builder 6/7] COPY . . [2025-12-26T03:08:54.408Z] #109 ... [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-12-26T03:08:54.408Z] #110 DONE 0.3s [2025-12-26T03:08:54.408Z] [2025-12-26T03:08:54.408Z] #111 [security-proxy-setup builder 6/7] COPY . . [2025-12-26T03:08:55.116Z] #1 [support-scheduler internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #1 transferring dockerfile: 1.83kB 0.0s done [2025-12-26T03:08:55.116Z] #1 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #2 transferring dockerfile: 2.14kB done [2025-12-26T03:08:55.116Z] #2 DONE 0.0s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #3 transferring dockerfile: 2.02kB 0.0s done [2025-12-26T03:08:55.116Z] #3 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #4 transferring dockerfile: 2.23kB done [2025-12-26T03:08:55.116Z] #4 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #5 transferring dockerfile: 1.70kB done [2025-12-26T03:08:55.116Z] #5 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #6 transferring dockerfile: 3.02kB done [2025-12-26T03:08:55.116Z] #6 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #7 [core-command internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #7 transferring dockerfile: 1.94kB done [2025-12-26T03:08:55.116Z] #7 DONE 0.0s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #8 [core-data internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #8 transferring dockerfile: 2.04kB done [2025-12-26T03:08:55.116Z] #8 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #9 [security-spire-config internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #9 transferring dockerfile: 1.69kB done [2025-12-26T03:08:55.116Z] #9 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #10 [core-keeper internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #10 transferring dockerfile: 2.01kB done [2025-12-26T03:08:55.116Z] #10 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #11 [core-metadata internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #11 transferring dockerfile: 2.10kB done [2025-12-26T03:08:55.116Z] #11 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #12 transferring dockerfile: 1.89kB 0.0s done [2025-12-26T03:08:55.116Z] #12 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2025-12-26T03:08:55.116Z] #13 transferring dockerfile: 1.81kB done [2025-12-26T03:08:55.116Z] #13 DONE 0.1s [2025-12-26T03:08:55.116Z] [2025-12-26T03:08:55.116Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-12-26T03:08:55.383Z] #14 transferring dockerfile: 2.49kB done [2025-12-26T03:08:55.383Z] #14 DONE 0.1s [2025-12-26T03:08:55.383Z] [2025-12-26T03:08:55.383Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2025-12-26T03:08:55.383Z] #15 transferring dockerfile: 2.50kB done [2025-12-26T03:08:55.383Z] #15 DONE 0.1s [2025-12-26T03:08:55.383Z] [2025-12-26T03:08:55.383Z] #16 [support-scheduler internal] load .dockerignore [2025-12-26T03:08:55.383Z] #16 transferring context: [2025-12-26T03:08:55.383Z] #16 transferring context: 50B 0.0s done [2025-12-26T03:08:55.383Z] #16 DONE 0.1s [2025-12-26T03:08:56.345Z] [2025-12-26T03:08:56.345Z] #17 [security-proxy-auth internal] load .dockerignore [2025-12-26T03:08:56.345Z] #17 transferring context: 50B done [2025-12-26T03:08:56.345Z] #17 DONE 0.0s [2025-12-26T03:08:56.345Z] [2025-12-26T03:08:56.345Z] #18 [support-notifications internal] load .dockerignore [2025-12-26T03:08:56.345Z] #18 transferring context: 50B done [2025-12-26T03:08:56.345Z] #18 DONE 0.0s [2025-12-26T03:08:56.345Z] [2025-12-26T03:08:56.345Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2025-12-26T03:08:56.345Z] #19 transferring context: 50B 0.0s done [2025-12-26T03:08:56.345Z] #19 DONE 0.1s [2025-12-26T03:08:56.345Z] [2025-12-26T03:08:56.345Z] #20 [security-spire-server internal] load .dockerignore [2025-12-26T03:08:56.345Z] #20 transferring context: 50B done [2025-12-26T03:08:56.345Z] #20 DONE 0.1s [2025-12-26T03:08:56.345Z] [2025-12-26T03:08:56.345Z] #21 [security-bootstrapper internal] load .dockerignore [2025-12-26T03:08:56.345Z] #21 transferring context: 50B done [2025-12-26T03:08:56.345Z] #21 DONE 0.1s [2025-12-26T03:08:56.345Z] [2025-12-26T03:08:56.345Z] #22 [core-command internal] load .dockerignore [2025-12-26T03:08:56.345Z] #22 transferring context: 50B 0.0s done [2025-12-26T03:08:56.345Z] #22 DONE 0.1s [2025-12-26T03:08:56.345Z] [2025-12-26T03:08:56.345Z] #23 [core-data internal] load .dockerignore [2025-12-26T03:08:56.613Z] #23 transferring context: 50B 0.0s done [2025-12-26T03:08:56.613Z] #23 DONE 0.1s [2025-12-26T03:08:56.613Z] [2025-12-26T03:08:56.613Z] #24 [security-spire-config internal] load .dockerignore [2025-12-26T03:08:56.613Z] #24 transferring context: 50B 0.0s done [2025-12-26T03:08:56.613Z] #24 DONE 0.1s [2025-12-26T03:08:56.613Z] [2025-12-26T03:08:56.613Z] #25 [core-keeper internal] load .dockerignore [2025-12-26T03:08:56.613Z] #25 transferring context: 50B 0.0s done [2025-12-26T03:08:56.613Z] #25 DONE 0.1s [2025-12-26T03:08:56.613Z] [2025-12-26T03:08:56.613Z] #26 [core-metadata internal] load .dockerignore [2025-12-26T03:08:56.881Z] #26 transferring context: 50B done [2025-12-26T03:08:56.881Z] #26 DONE 0.1s [2025-12-26T03:08:56.881Z] [2025-12-26T03:08:56.881Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2025-12-26T03:08:56.881Z] #27 transferring context: 50B done [2025-12-26T03:08:56.881Z] #27 DONE 0.1s [2025-12-26T03:08:56.881Z] [2025-12-26T03:08:56.881Z] #28 [security-spire-agent internal] load .dockerignore [2025-12-26T03:08:56.881Z] #28 transferring context: 50B done [2025-12-26T03:08:56.881Z] #28 DONE 0.1s [2025-12-26T03:08:56.881Z] [2025-12-26T03:08:56.881Z] #29 [security-secretstore-setup internal] load .dockerignore [2025-12-26T03:08:56.881Z] #29 transferring context: 50B done [2025-12-26T03:08:57.149Z] #29 DONE 0.0s [2025-12-26T03:08:57.149Z] [2025-12-26T03:08:57.149Z] #30 [security-proxy-setup internal] load .dockerignore [2025-12-26T03:08:57.149Z] #30 transferring context: 50B 0.0s done [2025-12-26T03:08:57.149Z] #30 DONE 0.1s [2025-12-26T03:08:57.149Z] [2025-12-26T03:08:57.149Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:57.149Z] #31 DONE 0.0s [2025-12-26T03:08:57.149Z] [2025-12-26T03:08:57.149Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2025-12-26T03:08:57.423Z] #32 DONE 0.5s [2025-12-26T03:08:57.691Z] [2025-12-26T03:08:57.691Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:57.691Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:57.691Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:57.691Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:57.691Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:57.691Z] #33 DONE 0.1s [2025-12-26T03:08:57.691Z] [2025-12-26T03:08:57.691Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:57.691Z] #31 DONE 0.0s [2025-12-26T03:08:57.691Z] [2025-12-26T03:08:57.691Z] #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-26T03:08:57.691Z] #34 ... [2025-12-26T03:08:57.691Z] [2025-12-26T03:08:57.691Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:57.691Z] #31 DONE 0.0s [2025-12-26T03:08:57.691Z] [2025-12-26T03:08:57.691Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:57.691Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:57.691Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:57.691Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:57.691Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:57.691Z] #33 DONE 0.2s [2025-12-26T03:08:57.958Z] [2025-12-26T03:08:57.959Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:57.959Z] #31 DONE 0.0s [2025-12-26T03:08:57.959Z] [2025-12-26T03:08:57.959Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 [2025-12-26T03:08:57.959Z] #32 DONE 0.5s [2025-12-26T03:08:57.959Z] [2025-12-26T03:08:57.959Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:57.959Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:57.959Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:57.959Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:57.959Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:57.959Z] #33 DONE 0.2s [2025-12-26T03:08:57.959Z] [2025-12-26T03:08:57.959Z] #35 [core-common-config-bootstrapper internal] load build context [2025-12-26T03:08:58.226Z] #35 ... [2025-12-26T03:08:58.226Z] [2025-12-26T03:08:58.226Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:58.226Z] #31 DONE 0.0s [2025-12-26T03:08:58.226Z] [2025-12-26T03:08:58.226Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 [2025-12-26T03:08:58.226Z] #32 DONE 0.5s [2025-12-26T03:08:58.226Z] [2025-12-26T03:08:58.226Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:58.226Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:58.226Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:58.226Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:58.226Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:58.226Z] #33 DONE 0.3s [2025-12-26T03:08:58.226Z] [2025-12-26T03:08:58.226Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:08:58.495Z] #36 ... [2025-12-26T03:08:58.495Z] [2025-12-26T03:08:58.495Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:58.495Z] #31 DONE 0.0s [2025-12-26T03:08:58.495Z] [2025-12-26T03:08:58.495Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:58.495Z] #31 DONE 0.0s [2025-12-26T03:08:58.495Z] [2025-12-26T03:08:58.495Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:08:58.762Z] #36 ... [2025-12-26T03:08:58.762Z] [2025-12-26T03:08:58.762Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:58.762Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:58.762Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:58.762Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:58.762Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:58.762Z] #33 DONE 0.3s [2025-12-26T03:08:58.762Z] [2025-12-26T03:08:58.762Z] #37 [core-data internal] load build context [2025-12-26T03:08:58.762Z] #37 DONE 0.0s [2025-12-26T03:08:58.762Z] [2025-12-26T03:08:58.762Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:08:58.762Z] #36 ... [2025-12-26T03:08:58.762Z] [2025-12-26T03:08:58.762Z] #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:58.762Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:58.762Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:58.762Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:58.762Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:59.031Z] #33 DONE 0.3s [2025-12-26T03:08:59.031Z] [2025-12-26T03:08:59.031Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:08:59.031Z] #36 ... [2025-12-26T03:08:59.031Z] [2025-12-26T03:08:59.031Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:59.031Z] #31 DONE 0.0s [2025-12-26T03:08:59.031Z] [2025-12-26T03:08:59.031Z] #38 [support-scheduler internal] load build context [2025-12-26T03:08:59.031Z] #38 transferring context: 3.39MB 1.0s done [2025-12-26T03:08:59.031Z] #38 DONE 1.4s [2025-12-26T03:08:59.031Z] [2025-12-26T03:08:59.031Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:08:59.302Z] #36 ... [2025-12-26T03:08:59.302Z] [2025-12-26T03:08:59.302Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:59.302Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:59.302Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:59.302Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:59.302Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:59.302Z] #33 DONE 0.4s [2025-12-26T03:08:59.302Z] [2025-12-26T03:08:59.302Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:59.302Z] #31 DONE 0.0s [2025-12-26T03:08:59.302Z] [2025-12-26T03:08:59.302Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:08:59.572Z] #36 ... [2025-12-26T03:08:59.572Z] [2025-12-26T03:08:59.572Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:08:59.572Z] #31 DONE 0.0s [2025-12-26T03:08:59.572Z] [2025-12-26T03:08:59.572Z] #39 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2025-12-26T03:08:59.572Z] #39 DONE 1.6s [2025-12-26T03:08:59.572Z] [2025-12-26T03:08:59.572Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:08:59.572Z] #36 ... [2025-12-26T03:08:59.572Z] [2025-12-26T03:08:59.572Z] #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:08:59.572Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:08:59.572Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:08:59.572Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:08:59.572Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:08:59.572Z] #33 DONE 0.4s [2025-12-26T03:08:59.572Z] [2025-12-26T03:08:59.572Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:09:00.160Z] #36 ... [2025-12-26T03:09:00.160Z] [2025-12-26T03:09:00.160Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:09:00.160Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:09:00.160Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:09:00.160Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:09:00.160Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:09:00.160Z] #33 DONE 0.4s [2025-12-26T03:09:00.160Z] [2025-12-26T03:09:00.160Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:09:00.160Z] #31 DONE 0.0s [2025-12-26T03:09:00.160Z] [2025-12-26T03:09:00.160Z] #40 [core-metadata internal] load build context [2025-12-26T03:09:00.160Z] #40 DONE 0.0s [2025-12-26T03:09:00.160Z] [2025-12-26T03:09:00.160Z] #41 [security-proxy-auth internal] load build context [2025-12-26T03:09:00.160Z] #41 transferring context: 3.39MB 1.7s done [2025-12-26T03:09:00.160Z] #41 DONE 2.3s [2025-12-26T03:09:00.160Z] [2025-12-26T03:09:00.160Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:09:00.160Z] #36 transferring context: 3.39MB 1.7s done [2025-12-26T03:09:00.160Z] #36 ... [2025-12-26T03:09:00.160Z] [2025-12-26T03:09:00.160Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:00.160Z] #42 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done [2025-12-26T03:09:00.160Z] #42 DONE 0.6s [2025-12-26T03:09:00.427Z] [2025-12-26T03:09:00.427Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-12-26T03:09:00.427Z] #31 DONE 0.0s [2025-12-26T03:09:00.427Z] [2025-12-26T03:09:00.427Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:01.018Z] #42 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2025-12-26T03:09:01.019Z] #42 ... [2025-12-26T03:09:01.019Z] [2025-12-26T03:09:01.019Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2025-12-26T03:09:01.019Z] #39 DONE 2.7s [2025-12-26T03:09:01.019Z] [2025-12-26T03:09:01.019Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:01.019Z] #42 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2025-12-26T03:09:01.019Z] #42 ... [2025-12-26T03:09:01.019Z] [2025-12-26T03:09:01.019Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:09:01.019Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:09:01.019Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:09:01.019Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:09:01.019Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:09:01.019Z] #33 DONE 0.5s [2025-12-26T03:09:01.019Z] [2025-12-26T03:09:01.019Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.22 [2025-12-26T03:09:01.019Z] #32 DONE 3.0s [2025-12-26T03:09:01.019Z] [2025-12-26T03:09:01.019Z] #43 [security-secretstore-setup internal] load build context [2025-12-26T03:09:01.019Z] #43 DONE 0.0s [2025-12-26T03:09:01.019Z] [2025-12-26T03:09:01.019Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:01.019Z] #42 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2025-12-26T03:09:01.618Z] #42 ... [2025-12-26T03:09:01.618Z] [2025-12-26T03:09:01.618Z] #36 [security-bootstrapper internal] load build context [2025-12-26T03:09:01.618Z] #36 DONE 3.2s [2025-12-26T03:09:01.618Z] [2025-12-26T03:09:01.618Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:01.618Z] #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.4s [2025-12-26T03:09:01.618Z] #42 ... [2025-12-26T03:09:01.618Z] [2025-12-26T03:09:01.618Z] #35 [core-common-config-bootstrapper internal] load build context [2025-12-26T03:09:01.618Z] #35 transferring context: 3.39MB 1.6s done [2025-12-26T03:09:01.618Z] #35 DONE 3.6s [2025-12-26T03:09:01.618Z] [2025-12-26T03:09:01.618Z] #44 [support-notifications internal] load build context [2025-12-26T03:09:01.618Z] #44 transferring context: 3.39MB 1.7s done [2025-12-26T03:09:01.618Z] #44 DONE 3.7s [2025-12-26T03:09:01.618Z] [2025-12-26T03:09:01.618Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:01.618Z] #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.6s [2025-12-26T03:09:01.618Z] #42 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.6s [2025-12-26T03:09:01.888Z] #42 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.9s [2025-12-26T03:09:01.888Z] #42 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.9s [2025-12-26T03:09:02.157Z] #42 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.1s [2025-12-26T03:09:02.425Z] #42 ... [2025-12-26T03:09:02.425Z] [2025-12-26T03:09:02.425Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2025-12-26T03:09:02.425Z] #45 DONE 2.6s [2025-12-26T03:09:02.425Z] [2025-12-26T03:09:02.425Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:03.014Z] #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 1.7s done [2025-12-26T03:09:03.014Z] #42 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 [2025-12-26T03:09:03.014Z] #42 ... [2025-12-26T03:09:03.014Z] [2025-12-26T03:09:03.014Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-12-26T03:09:03.014Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-12-26T03:09:03.014Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-12-26T03:09:03.014Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-12-26T03:09:03.014Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-12-26T03:09:03.014Z] #33 DONE 0.5s [2025-12-26T03:09:03.014Z] [2025-12-26T03:09:03.014Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:03.014Z] #42 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done [2025-12-26T03:09:03.014Z] #42 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2025-12-26T03:09:03.014Z] #42 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2025-12-26T03:09:03.014Z] #42 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2025-12-26T03:09:03.014Z] #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 1.7s done [2025-12-26T03:09:03.014Z] #42 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.8s done [2025-12-26T03:09:03.014Z] #42 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2025-12-26T03:09:03.281Z] #42 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.9s done [2025-12-26T03:09:03.281Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 2.3s [2025-12-26T03:09:03.867Z] #42 ... [2025-12-26T03:09:03.867Z] [2025-12-26T03:09:03.867Z] #46 [security-spire-server internal] load build context [2025-12-26T03:09:03.867Z] #46 transferring context: 26.44kB 0.4s done [2025-12-26T03:09:03.867Z] #46 DONE 4.1s [2025-12-26T03:09:03.867Z] [2025-12-26T03:09:03.867Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:03.867Z] #42 ... [2025-12-26T03:09:03.867Z] [2025-12-26T03:09:03.867Z] #47 [security-spire-config internal] load build context [2025-12-26T03:09:03.867Z] #47 transferring context: 24.70kB 0.5s done [2025-12-26T03:09:03.867Z] #47 DONE 4.1s [2025-12-26T03:09:03.867Z] [2025-12-26T03:09:03.867Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:03.867Z] #42 ... [2025-12-26T03:09:03.867Z] [2025-12-26T03:09:03.867Z] #37 [core-data internal] load build context [2025-12-26T03:09:03.867Z] #37 transferring context: 3.39MB 3.2s done [2025-12-26T03:09:03.867Z] #37 DONE 5.0s [2025-12-26T03:09:03.867Z] [2025-12-26T03:09:03.867Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:04.134Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 3.1s [2025-12-26T03:09:04.408Z] #42 ... [2025-12-26T03:09:04.408Z] [2025-12-26T03:09:04.408Z] #48 [core-command internal] load build context [2025-12-26T03:09:04.408Z] #48 transferring context: 3.39MB 3.4s done [2025-12-26T03:09:04.408Z] #48 DONE 5.3s [2025-12-26T03:09:04.408Z] [2025-12-26T03:09:04.408Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:04.429Z] #111 ... [2025-12-26T03:09:04.429Z] [2025-12-26T03:09:04.429Z] #112 [core-keeper builder 7/8] COPY . . [2025-12-26T03:09:04.429Z] #112 ... [2025-12-26T03:09:04.429Z] [2025-12-26T03:09:04.429Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-12-26T03:09:04.429Z] #113 ... [2025-12-26T03:09:04.429Z] [2025-12-26T03:09:04.429Z] #114 [support-notifications builder 6/7] COPY . . [2025-12-26T03:09:04.429Z] #114 ... [2025-12-26T03:09:04.429Z] [2025-12-26T03:09:04.429Z] #115 [security-spiffe-token-provider builder 6/7] COPY . . [2025-12-26T03:09:04.429Z] #115 ... [2025-12-26T03:09:04.429Z] [2025-12-26T03:09:04.429Z] #116 [support-scheduler builder 6/7] COPY . . [2025-12-26T03:09:04.429Z] #116 ... [2025-12-26T03:09:04.429Z] [2025-12-26T03:09:04.429Z] #117 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-12-26T03:09:04.429Z] #117 ... [2025-12-26T03:09:04.429Z] [2025-12-26T03:09:04.429Z] #118 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-12-26T03:09:04.990Z] #42 ... [2025-12-26T03:09:04.990Z] [2025-12-26T03:09:04.990Z] #49 [core-keeper internal] load build context [2025-12-26T03:09:04.990Z] #49 transferring context: 3.39MB 3.4s done [2025-12-26T03:09:04.990Z] #49 DONE 5.6s [2025-12-26T03:09:04.990Z] [2025-12-26T03:09:04.990Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:04.990Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 3.7s [2025-12-26T03:09:05.578Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.29MB / 37.02MB 4.5s [2025-12-26T03:09:05.844Z] #42 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.1s done [2025-12-26T03:09:06.109Z] #42 ... [2025-12-26T03:09:06.109Z] [2025-12-26T03:09:06.109Z] #50 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-12-26T03:09:06.109Z] #50 DONE 9.4s [2025-12-26T03:09:06.109Z] [2025-12-26T03:09:06.109Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:06.109Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.38MB / 37.02MB 5.0s [2025-12-26T03:09:07.070Z] #42 ... [2025-12-26T03:09:07.070Z] [2025-12-26T03:09:07.070Z] #51 [security-spiffe-token-provider internal] load build context [2025-12-26T03:09:07.070Z] #51 transferring context: 3.39MB 4.4s done [2025-12-26T03:09:07.070Z] #51 DONE 6.8s [2025-12-26T03:09:07.070Z] [2025-12-26T03:09:07.070Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:07.070Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.49MB / 37.02MB 5.9s [2025-12-26T03:09:07.340Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.58MB / 37.02MB 6.2s [2025-12-26T03:09:07.340Z] #42 ... [2025-12-26T03:09:07.340Z] [2025-12-26T03:09:07.340Z] #52 [security-spire-agent internal] load build context [2025-12-26T03:09:07.340Z] #52 transferring context: 25.98kB 0.2s done [2025-12-26T03:09:07.340Z] #52 DONE 4.5s [2025-12-26T03:09:07.340Z] [2025-12-26T03:09:07.340Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:07.929Z] #42 ... [2025-12-26T03:09:07.929Z] [2025-12-26T03:09:07.929Z] #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:07.929Z] #53 ... [2025-12-26T03:09:07.929Z] [2025-12-26T03:09:07.929Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-26T03:09:07.929Z] #54 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.4s done [2025-12-26T03:09:07.929Z] #54 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2025-12-26T03:09:07.929Z] #54 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2025-12-26T03:09:07.929Z] #54 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2025-12-26T03:09:07.929Z] #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2025-12-26T03:09:07.929Z] #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2025-12-26T03:09:07.929Z] #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2025-12-26T03:09:07.929Z] #54 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done [2025-12-26T03:09:07.929Z] #54 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.53MB / 17.33MB 4.2s [2025-12-26T03:09:07.929Z] #54 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.1s done [2025-12-26T03:09:08.197Z] #54 ... [2025-12-26T03:09:08.197Z] [2025-12-26T03:09:08.197Z] #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-26T03:09:08.197Z] #0 8.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:08.197Z] #0 9.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:08.197Z] #55 ... [2025-12-26T03:09:08.197Z] [2025-12-26T03:09:08.197Z] #56 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-12-26T03:09:08.463Z] #56 DONE 2.5s [2025-12-26T03:09:08.463Z] [2025-12-26T03:09:08.463Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:08.463Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.68MB / 37.02MB 7.3s [2025-12-26T03:09:08.463Z] #42 ... [2025-12-26T03:09:08.463Z] [2025-12-26T03:09:08.463Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-26T03:09:08.463Z] #0 8.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:08.463Z] #0 8.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:08.463Z] #57 ... [2025-12-26T03:09:08.463Z] [2025-12-26T03:09:08.463Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:08.626Z] #118 DONE 14.0s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-12-26T03:09:08.626Z] #113 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #115 [security-spiffe-token-provider builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #115 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #114 [support-notifications builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #114 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #111 [security-proxy-setup builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #111 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #119 [security-proxy-setup builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #119 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #120 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:08.626Z] #120 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #121 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:08.626Z] #121 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:08.626Z] #122 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #123 [security-bootstrapper builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #123 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:08.626Z] #124 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #112 [core-keeper builder 7/8] COPY . . [2025-12-26T03:09:08.626Z] #112 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #116 [support-scheduler builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #116 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #109 [security-proxy-auth builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #109 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #117 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-12-26T03:09:08.626Z] #117 DONE 15.6s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:08.626Z] #125 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #126 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:08.626Z] #127 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #128 [core-data builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #128 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #129 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:08.626Z] #129 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:08.626Z] #130 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:08.626Z] #131 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:08.626Z] #132 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #133 [core-metadata builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #133 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:08.626Z] #134 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:08.626Z] #135 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #136 [security-proxy-auth builder 6/7] COPY . . [2025-12-26T03:09:08.626Z] #136 CACHED [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #137 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:09:08.626Z] #137 ... [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #138 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-12-26T03:09:08.626Z] #138 DONE 0.1s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #139 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-12-26T03:09:08.626Z] #139 DONE 0.3s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #137 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:09:08.626Z] #137 DONE 0.3s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #140 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-12-26T03:09:08.626Z] #140 DONE 0.0s [2025-12-26T03:09:08.626Z] [2025-12-26T03:09:08.626Z] #141 [security-spire-server] exporting to image [2025-12-26T03:09:08.626Z] #141 exporting layers [2025-12-26T03:09:08.885Z] #141 ... [2025-12-26T03:09:08.885Z] [2025-12-26T03:09:08.885Z] #142 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-12-26T03:09:08.885Z] #142 DONE 0.0s [2025-12-26T03:09:08.885Z] [2025-12-26T03:09:08.885Z] #143 [security-spire-agent] exporting to image [2025-12-26T03:09:09.050Z] #42 ... [2025-12-26T03:09:09.050Z] [2025-12-26T03:09:09.050Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:09.050Z] #0 6.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:09.050Z] #0 7.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:09.050Z] #58 ... [2025-12-26T03:09:09.050Z] [2025-12-26T03:09:09.050Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:09.050Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.78MB / 37.02MB 7.9s [2025-12-26T03:09:09.318Z] #42 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2025-12-26T03:09:09.450Z] #143 ... [2025-12-26T03:09:09.450Z] [2025-12-26T03:09:09.450Z] #144 [security-spire-config] exporting to image [2025-12-26T03:09:09.450Z] #144 exporting layers 0.6s done [2025-12-26T03:09:09.450Z] #144 writing image sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 0.0s done [2025-12-26T03:09:09.450Z] #144 naming to docker.io/library/security-spire-config done [2025-12-26T03:09:09.450Z] #144 DONE 0.7s [2025-12-26T03:09:09.450Z] [2025-12-26T03:09:09.450Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-26T03:09:09.450Z] #0 1.055 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-12-26T03:09:09.586Z] #42 ... [2025-12-26T03:09:09.586Z] [2025-12-26T03:09:09.586Z] #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-26T03:09:09.586Z] #59 DONE 9.8s [2025-12-26T03:09:09.586Z] [2025-12-26T03:09:09.586Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:09.586Z] #42 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2025-12-26T03:09:09.854Z] #42 ... [2025-12-26T03:09:09.854Z] [2025-12-26T03:09:09.854Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-26T03:09:10.017Z] #145 ... [2025-12-26T03:09:10.017Z] [2025-12-26T03:09:10.017Z] #141 [security-spire-server] exporting to image [2025-12-26T03:09:10.017Z] #141 exporting layers 1.1s done [2025-12-26T03:09:10.017Z] #141 writing image sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab 0.0s done [2025-12-26T03:09:10.017Z] #141 naming to docker.io/library/security-spire-server 0.0s done [2025-12-26T03:09:10.017Z] #141 DONE 1.2s [2025-12-26T03:09:10.017Z] [2025-12-26T03:09:10.017Z] #143 [security-spire-agent] exporting to image [2025-12-26T03:09:10.017Z] #143 exporting layers 1.2s done [2025-12-26T03:09:10.017Z] #143 writing image sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 0.0s done [2025-12-26T03:09:10.017Z] #143 naming to docker.io/library/security-spire-agent 0.0s done [2025-12-26T03:09:10.120Z] #60 ... [2025-12-26T03:09:10.121Z] [2025-12-26T03:09:10.121Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-26T03:09:10.121Z] #0 9.918 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:10.121Z] #61 ... [2025-12-26T03:09:10.121Z] [2025-12-26T03:09:10.121Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:10.276Z] #143 DONE 1.4s [2025-12-26T03:09:10.276Z] [2025-12-26T03:09:10.276Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:09:10.276Z] #0 1.156 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-12-26T03:09:10.398Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 9.2s [2025-12-26T03:09:10.398Z] #42 ... [2025-12-26T03:09:10.398Z] [2025-12-26T03:09:10.398Z] #40 [core-metadata internal] load build context [2025-12-26T03:09:10.398Z] #40 transferring context: 3.39MB 6.5s done [2025-12-26T03:09:10.398Z] #40 ... [2025-12-26T03:09:10.398Z] [2025-12-26T03:09:10.398Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:10.982Z] #42 ... [2025-12-26T03:09:10.982Z] [2025-12-26T03:09:10.982Z] #62 [security-proxy-setup internal] load build context [2025-12-26T03:09:10.982Z] #62 transferring context: 3.39MB 6.5s done [2025-12-26T03:09:10.982Z] #62 DONE 9.7s [2025-12-26T03:09:10.982Z] [2025-12-26T03:09:10.982Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:10.982Z] #42 ... [2025-12-26T03:09:10.982Z] [2025-12-26T03:09:10.982Z] #43 [security-secretstore-setup internal] load build context [2025-12-26T03:09:10.982Z] #43 transferring context: 3.39MB 6.6s done [2025-12-26T03:09:10.982Z] #43 DONE 9.8s [2025-12-26T03:09:10.982Z] [2025-12-26T03:09:10.982Z] #40 [core-metadata internal] load build context [2025-12-26T03:09:10.982Z] #40 DONE 10.7s [2025-12-26T03:09:10.982Z] [2025-12-26T03:09:10.982Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:10.982Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 10.0s [2025-12-26T03:09:10.982Z] #42 ... [2025-12-26T03:09:10.982Z] [2025-12-26T03:09:10.982Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:09:11.249Z] #63 ... [2025-12-26T03:09:11.249Z] [2025-12-26T03:09:11.249Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:11.518Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.07MB / 37.02MB 10.6s [2025-12-26T03:09:12.481Z] #42 ... [2025-12-26T03:09:12.481Z] [2025-12-26T03:09:12.481Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-26T03:09:12.481Z] #64 ... [2025-12-26T03:09:12.481Z] [2025-12-26T03:09:12.481Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-26T03:09:12.481Z] #65 ... [2025-12-26T03:09:12.481Z] [2025-12-26T03:09:12.481Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:13.075Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.01MB / 37.02MB 11.9s [2025-12-26T03:09:13.657Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 12.6s [2025-12-26T03:09:14.648Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.36MB / 37.02MB 13.4s [2025-12-26T03:09:15.233Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.55MB / 37.02MB 14.2s [2025-12-26T03:09:15.514Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 35.56MB / 37.02MB 14.4s [2025-12-26T03:09:16.104Z] #42 ... [2025-12-26T03:09:16.104Z] [2025-12-26T03:09:16.104Z] #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-26T03:09:16.104Z] #34 8.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:16.104Z] #34 9.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:16.104Z] #34 14.33 (1/3) Installing ca-certificates (20250911-r0) [2025-12-26T03:09:16.104Z] #34 14.71 (2/3) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:16.104Z] #34 14.73 (3/3) Installing tzdata (2025c-r0) [2025-12-26T03:09:16.104Z] #34 16.27 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:16.104Z] #34 16.55 Executing ca-certificates-20250911-r0.trigger [2025-12-26T03:09:16.104Z] #34 17.82 OK: 8 MiB in 19 packages [2025-12-26T03:09:16.104Z] #34 ... [2025-12-26T03:09:16.104Z] [2025-12-26T03:09:16.104Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:17.553Z] #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 16.2s done [2025-12-26T03:09:17.824Z] #42 ... [2025-12-26T03:09:17.824Z] [2025-12-26T03:09:17.824Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:17.824Z] #58 13.54 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:17.824Z] #58 13.56 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:17.824Z] #58 13.68 OK: 8 MiB in 17 packages [2025-12-26T03:09:17.824Z] #58 DONE 18.7s [2025-12-26T03:09:17.824Z] [2025-12-26T03:09:17.824Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-12-26T03:09:17.824Z] #57 16.56 (1/2) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:17.824Z] #57 16.57 (2/2) Installing su-exec (0.2-r3) [2025-12-26T03:09:17.824Z] #57 16.57 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:17.824Z] #57 16.66 OK: 8 MiB in 18 packages [2025-12-26T03:09:17.824Z] #57 DONE 19.3s [2025-12-26T03:09:17.824Z] [2025-12-26T03:09:17.824Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-12-26T03:09:18.407Z] #66 ... [2025-12-26T03:09:18.407Z] [2025-12-26T03:09:18.407Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-26T03:09:18.407Z] #54 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 6.5s done [2025-12-26T03:09:18.407Z] #54 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.1s done [2025-12-26T03:09:18.407Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 [2025-12-26T03:09:18.407Z] #54 ... [2025-12-26T03:09:18.407Z] [2025-12-26T03:09:18.407Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:09:18.407Z] #0 9.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:18.412Z] #146 ... [2025-12-26T03:09:18.412Z] [2025-12-26T03:09:18.412Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:09:18.412Z] #0 0.875 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-12-26T03:09:18.670Z] #147 ... [2025-12-26T03:09:18.670Z] [2025-12-26T03:09:18.670Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-12-26T03:09:18.670Z] #0 1.005 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-12-26T03:09:18.670Z] #148 ... [2025-12-26T03:09:18.670Z] [2025-12-26T03:09:18.670Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-26T03:09:18.670Z] #0 0.462 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-12-26T03:09:18.683Z] #67 ... [2025-12-26T03:09:18.683Z] [2025-12-26T03:09:18.683Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:09:18.683Z] #0 9.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:18.683Z] #68 ... [2025-12-26T03:09:18.683Z] [2025-12-26T03:09:18.683Z] #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-12-26T03:09:18.683Z] #34 DONE 20.9s [2025-12-26T03:09:18.683Z] [2025-12-26T03:09:18.683Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-26T03:09:18.927Z] #149 ... [2025-12-26T03:09:18.927Z] [2025-12-26T03:09:18.927Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-26T03:09:18.927Z] #0 0.716 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-12-26T03:09:18.927Z] #150 ... [2025-12-26T03:09:18.927Z] [2025-12-26T03:09:18.927Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-26T03:09:18.927Z] #0 0.654 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-12-26T03:09:18.951Z] #69 ... [2025-12-26T03:09:18.951Z] [2025-12-26T03:09:18.951Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-26T03:09:18.951Z] #0 9.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:18.951Z] #70 ... [2025-12-26T03:09:18.951Z] [2025-12-26T03:09:18.951Z] #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-12-26T03:09:18.951Z] #55 14.92 (1/7) Installing ca-certificates (20250911-r0) [2025-12-26T03:09:18.951Z] #55 15.28 (2/7) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:18.951Z] #55 15.33 (3/7) Installing libgcc (14.2.0-r6) [2025-12-26T03:09:18.951Z] #55 15.36 (4/7) Installing libsodium (1.0.20-r0) [2025-12-26T03:09:18.951Z] #55 15.41 (5/7) Installing libstdc++ (14.2.0-r6) [2025-12-26T03:09:18.951Z] #55 15.87 (6/7) Installing libzmq (4.3.5-r2) [2025-12-26T03:09:18.951Z] #55 15.94 (7/7) Installing zeromq (4.3.5-r2) [2025-12-26T03:09:18.951Z] #55 16.11 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:18.951Z] #55 16.23 Executing ca-certificates-20250911-r0.trigger [2025-12-26T03:09:18.951Z] #55 17.49 OK: 12 MiB in 23 packages [2025-12-26T03:09:18.951Z] #55 DONE 20.9s [2025-12-26T03:09:18.951Z] [2025-12-26T03:09:18.951Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-26T03:09:18.951Z] #0 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:19.188Z] #151 ... [2025-12-26T03:09:19.188Z] [2025-12-26T03:09:19.188Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-26T03:09:19.188Z] #0 1.072 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-12-26T03:09:19.228Z] #71 ... [2025-12-26T03:09:19.228Z] [2025-12-26T03:09:19.228Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-26T03:09:19.228Z] #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:19.228Z] #72 ... [2025-12-26T03:09:19.228Z] [2025-12-26T03:09:19.228Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-12-26T03:09:19.228Z] #69 DONE 10.7s [2025-12-26T03:09:19.228Z] [2025-12-26T03:09:19.228Z] #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:19.228Z] #53 10.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:19.228Z] #53 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:19.446Z] #152 ... [2025-12-26T03:09:19.446Z] [2025-12-26T03:09:19.446Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-12-26T03:09:19.446Z] #0 0.770 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-12-26T03:09:19.446Z] #153 ... [2025-12-26T03:09:19.446Z] [2025-12-26T03:09:19.446Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:09:19.446Z] #0 1.075 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-12-26T03:09:19.494Z] #53 ... [2025-12-26T03:09:19.494Z] [2025-12-26T03:09:19.494Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-12-26T03:09:19.704Z] #154 ... [2025-12-26T03:09:19.704Z] [2025-12-26T03:09:19.704Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-26T03:09:19.704Z] #0 1.223 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-12-26T03:09:19.704Z] #155 ... [2025-12-26T03:09:19.704Z] [2025-12-26T03:09:19.704Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:09:19.704Z] #0 1.043 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-12-26T03:09:19.762Z] #73 ... [2025-12-26T03:09:19.762Z] [2025-12-26T03:09:19.762Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:19.762Z] #74 ... [2025-12-26T03:09:19.762Z] [2025-12-26T03:09:19.762Z] #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:19.762Z] #53 21.97 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:20.032Z] #53 22.02 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:20.033Z] #53 22.19 OK: 8 MiB in 17 packages [2025-12-26T03:09:21.442Z] #53 ... [2025-12-26T03:09:21.442Z] [2025-12-26T03:09:21.442Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-26T03:09:21.442Z] #61 11.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:21.442Z] #61 ... [2025-12-26T03:09:21.442Z] [2025-12-26T03:09:21.442Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-26T03:09:21.442Z] #60 11.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:21.442Z] #60 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:21.708Z] #60 ... [2025-12-26T03:09:21.708Z] [2025-12-26T03:09:21.708Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:21.708Z] #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0.3s [2025-12-26T03:09:22.669Z] #42 ... [2025-12-26T03:09:22.669Z] [2025-12-26T03:09:22.669Z] #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:22.669Z] #53 DONE 24.8s [2025-12-26T03:09:22.669Z] [2025-12-26T03:09:22.669Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:23.633Z] #42 ... [2025-12-26T03:09:23.633Z] [2025-12-26T03:09:23.633Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:09:23.633Z] #63 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:23.633Z] #63 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:23.901Z] #63 ... [2025-12-26T03:09:23.901Z] [2025-12-26T03:09:23.901Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-26T03:09:23.901Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 6.1s [2025-12-26T03:09:24.489Z] #54 ... [2025-12-26T03:09:24.489Z] [2025-12-26T03:09:24.489Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-26T03:09:24.489Z] #64 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:24.489Z] #64 13.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:24.489Z] #64 ... [2025-12-26T03:09:24.489Z] [2025-12-26T03:09:24.489Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:24.755Z] #42 ... [2025-12-26T03:09:24.755Z] [2025-12-26T03:09:24.755Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-26T03:09:24.755Z] #65 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:24.755Z] #65 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:25.022Z] #65 ... [2025-12-26T03:09:25.022Z] [2025-12-26T03:09:25.022Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:26.967Z] #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.7s [2025-12-26T03:09:27.933Z] #42 ... [2025-12-26T03:09:27.933Z] [2025-12-26T03:09:27.933Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:27.933Z] #0 9.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:27.933Z] #75 ... [2025-12-26T03:09:27.933Z] [2025-12-26T03:09:27.933Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:09:27.933Z] #63 26.82 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:09:27.933Z] #63 26.82 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:09:27.933Z] #63 26.82 OK: 26168 distinct packages available [2025-12-26T03:09:28.899Z] #63 ... [2025-12-26T03:09:28.899Z] [2025-12-26T03:09:28.899Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:28.899Z] #0 7.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:28.899Z] #0 8.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:28.899Z] #76 ... [2025-12-26T03:09:28.899Z] [2025-12-26T03:09:28.899Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:28.899Z] #0 9.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:29.168Z] #77 ... [2025-12-26T03:09:29.168Z] [2025-12-26T03:09:29.168Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:30.587Z] #42 ... [2025-12-26T03:09:30.587Z] [2025-12-26T03:09:30.587Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:09:30.587Z] #67 11.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:30.587Z] #67 ... [2025-12-26T03:09:30.587Z] [2025-12-26T03:09:30.587Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2025-12-26T03:09:30.587Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.4s done [2025-12-26T03:09:30.587Z] #54 DONE 27.5s [2025-12-26T03:09:30.587Z] [2025-12-26T03:09:30.587Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:30.587Z] #74 10.78 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:30.587Z] #74 12.81 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:30.587Z] #74 ... [2025-12-26T03:09:30.587Z] [2025-12-26T03:09:30.587Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:09:30.587Z] #68 12.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:30.855Z] #68 ... [2025-12-26T03:09:30.855Z] [2025-12-26T03:09:30.855Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-26T03:09:30.855Z] #70 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:30.855Z] #70 ... [2025-12-26T03:09:30.855Z] [2025-12-26T03:09:30.855Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-26T03:09:30.855Z] #72 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:31.126Z] #72 ... [2025-12-26T03:09:31.126Z] [2025-12-26T03:09:31.126Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-26T03:09:31.126Z] #71 12.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:31.126Z] #71 ... [2025-12-26T03:09:31.126Z] [2025-12-26T03:09:31.126Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:32.090Z] #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.8s [2025-12-26T03:09:32.356Z] #42 ... [2025-12-26T03:09:32.356Z] [2025-12-26T03:09:32.356Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-12-26T03:09:32.356Z] #65 24.58 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:32.356Z] #65 24.62 (2/4) Installing openssl (3.5.4-r0) [2025-12-26T03:09:32.356Z] #65 24.72 (3/4) Installing su-exec (0.2-r3) [2025-12-26T03:09:32.356Z] #65 24.74 (4/4) Installing yq-go (4.47.2-r2) [2025-12-26T03:09:32.356Z] #65 26.69 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:32.356Z] #65 26.85 OK: 20 MiB in 20 packages [2025-12-26T03:09:32.356Z] #65 DONE 30.0s [2025-12-26T03:09:32.356Z] [2025-12-26T03:09:32.356Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:32.627Z] #42 ... [2025-12-26T03:09:32.627Z] [2025-12-26T03:09:32.627Z] #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-12-26T03:09:32.627Z] #0 6.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:32.627Z] #0 8.052 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:32.627Z] #78 ... [2025-12-26T03:09:32.627Z] [2025-12-26T03:09:32.627Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-26T03:09:32.627Z] #61 22.46 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:09:32.627Z] #61 22.46 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:09:32.627Z] #61 22.46 OK: 26168 distinct packages available [2025-12-26T03:09:32.627Z] #61 24.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:32.627Z] #61 26.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:32.897Z] #61 ... [2025-12-26T03:09:32.897Z] [2025-12-26T03:09:32.897Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:35.477Z] #42 ... [2025-12-26T03:09:35.477Z] [2025-12-26T03:09:35.477Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-26T03:09:35.477Z] #60 25.11 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:09:35.477Z] #60 25.11 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:09:35.477Z] #60 25.11 OK: 26168 distinct packages available [2025-12-26T03:09:35.477Z] #60 26.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:35.477Z] #60 28.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:35.477Z] #60 ... [2025-12-26T03:09:35.477Z] [2025-12-26T03:09:35.477Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:35.477Z] #42 ... [2025-12-26T03:09:35.477Z] [2025-12-26T03:09:35.477Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:09:35.477Z] #67 24.79 OK: 255 MiB in 60 packages [2025-12-26T03:09:35.477Z] #67 DONE 27.3s [2025-12-26T03:09:35.477Z] [2025-12-26T03:09:35.477Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:35.477Z] #42 ... [2025-12-26T03:09:35.477Z] [2025-12-26T03:09:35.477Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-12-26T03:09:35.477Z] #64 26.80 (1/4) Installing ca-certificates (20250911-r0) [2025-12-26T03:09:35.477Z] #64 27.52 (2/4) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:35.477Z] #64 27.57 (3/4) Installing su-exec (0.2-r3) [2025-12-26T03:09:35.477Z] #64 27.61 (4/4) Installing yq-go (4.47.2-r2) [2025-12-26T03:09:35.477Z] #64 29.21 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:35.477Z] #64 29.31 Executing ca-certificates-20250911-r0.trigger [2025-12-26T03:09:35.477Z] #64 30.90 OK: 19 MiB in 20 packages [2025-12-26T03:09:35.477Z] #64 DONE 33.4s [2025-12-26T03:09:35.477Z] [2025-12-26T03:09:35.477Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:36.437Z] #42 ... [2025-12-26T03:09:36.437Z] [2025-12-26T03:09:36.437Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-12-26T03:09:36.437Z] #66 8.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:36.437Z] #66 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:36.437Z] #66 ... [2025-12-26T03:09:36.437Z] [2025-12-26T03:09:36.437Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:36.437Z] #74 26.01 (1/1) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:36.704Z] #74 ... [2025-12-26T03:09:36.704Z] [2025-12-26T03:09:36.704Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-12-26T03:09:36.704Z] #71 25.34 OK: 255 MiB in 60 packages [2025-12-26T03:09:36.704Z] #71 DONE 28.3s [2025-12-26T03:09:36.704Z] [2025-12-26T03:09:36.704Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:36.704Z] #74 27.01 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:36.704Z] #74 ... [2025-12-26T03:09:36.704Z] [2025-12-26T03:09:36.704Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-12-26T03:09:36.704Z] #70 25.43 OK: 255 MiB in 60 packages [2025-12-26T03:09:36.704Z] #70 DONE 28.4s [2025-12-26T03:09:36.973Z] [2025-12-26T03:09:36.973Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:36.973Z] #74 27.22 OK: 8 MiB in 17 packages [2025-12-26T03:09:36.973Z] #74 ... [2025-12-26T03:09:36.973Z] [2025-12-26T03:09:36.973Z] #79 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:36.973Z] #79 DONE 1.4s [2025-12-26T03:09:37.257Z] [2025-12-26T03:09:37.257Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-12-26T03:09:37.257Z] #68 25.73 OK: 255 MiB in 60 packages [2025-12-26T03:09:37.257Z] #68 DONE 28.8s [2025-12-26T03:09:37.257Z] [2025-12-26T03:09:37.257Z] #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:37.257Z] #80 ... [2025-12-26T03:09:37.257Z] [2025-12-26T03:09:37.257Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-12-26T03:09:37.257Z] #73 7.922 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:37.257Z] #73 9.805 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:37.525Z] #73 ... [2025-12-26T03:09:37.525Z] [2025-12-26T03:09:37.525Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:37.525Z] #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.4s [2025-12-26T03:09:38.491Z] #42 ... [2025-12-26T03:09:38.492Z] [2025-12-26T03:09:38.492Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:38.492Z] #81 DONE 1.6s [2025-12-26T03:09:38.492Z] [2025-12-26T03:09:38.492Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:38.492Z] #42 ... [2025-12-26T03:09:38.492Z] [2025-12-26T03:09:38.492Z] #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:38.492Z] #80 DONE 1.4s [2025-12-26T03:09:38.492Z] [2025-12-26T03:09:38.492Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:38.492Z] #82 DONE 1.8s [2025-12-26T03:09:38.492Z] [2025-12-26T03:09:38.492Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:39.461Z] #42 ... [2025-12-26T03:09:39.461Z] [2025-12-26T03:09:39.461Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:39.461Z] #75 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:39.461Z] #75 ... [2025-12-26T03:09:39.461Z] [2025-12-26T03:09:39.461Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-26T03:09:39.461Z] #61 38.09 (1/5) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:39.461Z] #61 38.14 (2/5) Installing musl-obstack (1.2.3-r2) [2025-12-26T03:09:39.461Z] #61 38.25 (3/5) Installing libucontext (1.3.2-r0) [2025-12-26T03:09:39.461Z] #61 38.26 (4/5) Installing gcompat (1.1.0-r4) [2025-12-26T03:09:39.461Z] #61 38.33 (5/5) Installing openssl (3.5.4-r0) [2025-12-26T03:09:39.461Z] #61 38.38 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:39.461Z] #61 38.58 OK: 9 MiB in 21 packages [2025-12-26T03:09:40.045Z] #61 ... [2025-12-26T03:09:40.045Z] [2025-12-26T03:09:40.045Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-12-26T03:09:40.045Z] #74 DONE 30.2s [2025-12-26T03:09:40.045Z] [2025-12-26T03:09:40.045Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:40.313Z] #42 ... [2025-12-26T03:09:40.313Z] [2025-12-26T03:09:40.313Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:40.313Z] #77 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:40.313Z] #77 ... [2025-12-26T03:09:40.313Z] [2025-12-26T03:09:40.313Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-26T03:09:40.313Z] #72 25.10 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-12-26T03:09:40.313Z] #72 25.12 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-12-26T03:09:40.313Z] #72 25.12 OK: 26170 distinct packages available [2025-12-26T03:09:40.313Z] #72 26.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:40.313Z] #72 29.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:40.580Z] #72 ... [2025-12-26T03:09:40.580Z] [2025-12-26T03:09:40.580Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:09:40.580Z] #63 29.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:40.580Z] #63 31.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:40.580Z] #63 ... [2025-12-26T03:09:40.580Z] [2025-12-26T03:09:40.580Z] #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:42.526Z] #83 ... [2025-12-26T03:09:42.526Z] [2025-12-26T03:09:42.526Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-26T03:09:42.526Z] #0 4.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:42.526Z] #0 7.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:42.526Z] #84 ... [2025-12-26T03:09:42.526Z] [2025-12-26T03:09:42.526Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:42.526Z] #76 23.64 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:42.526Z] #76 23.92 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:43.493Z] #76 ... [2025-12-26T03:09:43.493Z] [2025-12-26T03:09:43.493Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-12-26T03:09:43.493Z] #60 41.24 (1/4) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:43.493Z] #60 41.27 (2/4) Installing musl-obstack (1.2.3-r2) [2025-12-26T03:09:43.493Z] #60 41.29 (3/4) Installing libucontext (1.3.2-r0) [2025-12-26T03:09:43.493Z] #60 41.34 (4/4) Installing gcompat (1.1.0-r4) [2025-12-26T03:09:43.493Z] #60 41.45 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:43.493Z] #60 41.70 OK: 8 MiB in 20 packages [2025-12-26T03:09:43.493Z] #60 DONE 43.4s [2025-12-26T03:09:43.493Z] [2025-12-26T03:09:43.493Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-12-26T03:09:43.493Z] #61 DONE 43.5s [2025-12-26T03:09:43.493Z] [2025-12-26T03:09:43.493Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:43.493Z] #76 24.62 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:43.493Z] #76 24.64 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:43.493Z] #76 24.66 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:43.761Z] #76 24.80 OK: 8 MiB in 19 packages [2025-12-26T03:09:44.043Z] #76 ... [2025-12-26T03:09:44.043Z] [2025-12-26T03:09:44.043Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2025-12-26T03:09:44.043Z] #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 19.8s done [2025-12-26T03:09:44.043Z] #42 DONE 44.3s [2025-12-26T03:09:44.043Z] [2025-12-26T03:09:44.043Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:09:44.043Z] #63 42.46 (1/13) Installing brotli-libs (1.1.0-r2) [2025-12-26T03:09:44.043Z] #63 42.63 (2/13) Installing c-ares (1.34.6-r0) [2025-12-26T03:09:44.043Z] #63 42.71 (3/13) Installing libunistring (1.3-r0) [2025-12-26T03:09:44.043Z] #63 43.00 (4/13) Installing libidn2 (2.3.7-r0) [2025-12-26T03:09:44.043Z] #63 43.08 (5/13) Installing nghttp2-libs (1.65.0-r0) [2025-12-26T03:09:44.043Z] #63 43.11 (6/13) Installing libpsl (0.21.5-r3) [2025-12-26T03:09:44.314Z] #63 43.21 (7/13) Installing zstd-libs (1.5.7-r0) [2025-12-26T03:09:44.314Z] #63 43.30 (8/13) Installing libcurl (8.14.1-r2) [2025-12-26T03:09:44.580Z] #63 43.43 (9/13) Installing curl (8.14.1-r2) [2025-12-26T03:09:44.580Z] #63 43.53 (10/13) Installing dumb-init (1.2.5-r3) [2025-12-26T03:09:44.580Z] #63 43.61 (11/13) Installing musl-obstack (1.2.3-r2) [2025-12-26T03:09:44.580Z] #63 43.65 (12/13) Installing libucontext (1.3.2-r0) [2025-12-26T03:09:44.848Z] #63 43.75 (13/13) Installing gcompat (1.1.0-r4) [2025-12-26T03:09:44.848Z] #63 43.88 Executing busybox-1.37.0-r19.trigger [2025-12-26T03:09:45.116Z] #63 44.07 OK: 13 MiB in 29 packages [2025-12-26T03:09:45.700Z] #63 ... [2025-12-26T03:09:45.700Z] [2025-12-26T03:09:45.700Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-26T03:09:45.700Z] #0 8.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:45.700Z] #85 ... [2025-12-26T03:09:45.700Z] [2025-12-26T03:09:45.700Z] #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-12-26T03:09:45.700Z] #78 21.16 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:45.700Z] #78 21.61 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:45.700Z] #78 22.35 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:45.700Z] #78 22.36 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:45.701Z] #78 22.46 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:45.701Z] #78 22.57 OK: 8 MiB in 17 packages [2025-12-26T03:09:46.661Z] #78 ... [2025-12-26T03:09:46.661Z] [2025-12-26T03:09:46.661Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-12-26T03:09:46.661Z] #66 23.81 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:46.661Z] #66 24.04 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:46.661Z] #66 25.75 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:46.661Z] #66 25.76 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:46.661Z] #66 25.79 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:46.661Z] #66 25.90 OK: 8 MiB in 18 packages [2025-12-26T03:09:46.661Z] #66 DONE 28.7s [2025-12-26T03:09:46.661Z] [2025-12-26T03:09:46.661Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-12-26T03:09:46.661Z] #86 ... [2025-12-26T03:09:46.661Z] [2025-12-26T03:09:46.661Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-12-26T03:09:46.661Z] #73 25.16 OK: 255 MiB in 60 packages [2025-12-26T03:09:46.661Z] #73 DONE 27.5s [2025-12-26T03:09:46.929Z] [2025-12-26T03:09:46.929Z] #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-12-26T03:09:47.201Z] #87 ... [2025-12-26T03:09:47.201Z] [2025-12-26T03:09:47.201Z] #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:47.467Z] #88 ... [2025-12-26T03:09:47.467Z] [2025-12-26T03:09:47.467Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:47.467Z] #76 DONE 28.5s [2025-12-26T03:09:47.467Z] [2025-12-26T03:09:47.467Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:47.467Z] #75 25.60 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:47.467Z] #75 25.82 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:47.467Z] #75 26.71 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:47.467Z] #75 26.73 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:47.467Z] #75 26.74 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:47.467Z] #75 26.94 OK: 8 MiB in 17 packages [2025-12-26T03:09:47.467Z] #75 DONE 29.8s [2025-12-26T03:09:47.467Z] [2025-12-26T03:09:47.467Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:47.467Z] #77 24.40 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:47.467Z] #77 24.81 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:47.467Z] #77 25.62 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:47.467Z] #77 25.62 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:47.467Z] #77 25.66 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:47.467Z] #77 25.94 OK: 12 MiB in 23 packages [2025-12-26T03:09:48.050Z] #77 ... [2025-12-26T03:09:48.050Z] [2025-12-26T03:09:48.050Z] #78 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-12-26T03:09:48.050Z] #78 DONE 25.6s [2025-12-26T03:09:48.050Z] [2025-12-26T03:09:48.050Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-26T03:09:48.050Z] #85 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:48.317Z] #85 ... [2025-12-26T03:09:48.317Z] [2025-12-26T03:09:48.317Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:48.317Z] #77 DONE 29.3s [2025-12-26T03:09:48.317Z] [2025-12-26T03:09:48.317Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-12-26T03:09:48.317Z] #63 DONE 47.3s [2025-12-26T03:09:48.317Z] [2025-12-26T03:09:48.317Z] #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-12-26T03:09:48.317Z] #87 DONE 1.6s [2025-12-26T03:09:48.317Z] [2025-12-26T03:09:48.317Z] #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:48.588Z] #89 ... [2025-12-26T03:09:48.589Z] [2025-12-26T03:09:48.589Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:48.589Z] #90 ... [2025-12-26T03:09:48.589Z] [2025-12-26T03:09:48.589Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:50.010Z] #91 ... [2025-12-26T03:09:50.010Z] [2025-12-26T03:09:50.010Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-12-26T03:09:50.010Z] #72 39.97 OK: 255 MiB in 60 packages [2025-12-26T03:09:50.010Z] #72 DONE 41.8s [2025-12-26T03:09:50.276Z] [2025-12-26T03:09:50.276Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:09:50.860Z] #92 DONE 0.6s [2025-12-26T03:09:50.860Z] [2025-12-26T03:09:50.860Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:09:52.269Z] #93 ... [2025-12-26T03:09:52.269Z] [2025-12-26T03:09:52.269Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-12-26T03:09:52.269Z] #86 DONE 5.9s [2025-12-26T03:09:52.539Z] [2025-12-26T03:09:52.539Z] #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-12-26T03:09:52.806Z] #94 DONE 0.2s [2025-12-26T03:09:52.806Z] [2025-12-26T03:09:52.806Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-26T03:09:52.806Z] #84 18.65 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:52.806Z] #84 18.85 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:52.806Z] #84 19.53 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:52.806Z] #84 19.54 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:52.806Z] #84 19.56 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:52.806Z] #84 19.63 OK: 20 MiB in 20 packages [2025-12-26T03:09:53.389Z] #84 ... [2025-12-26T03:09:53.389Z] [2025-12-26T03:09:53.389Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-12-26T03:09:53.389Z] #0 7.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:53.389Z] #0 8.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:53.656Z] #95 ... [2025-12-26T03:09:53.656Z] [2025-12-26T03:09:53.656Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-26T03:09:53.656Z] #0 4.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:53.656Z] #0 5.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:53.656Z] #96 ... [2025-12-26T03:09:53.656Z] [2025-12-26T03:09:53.656Z] #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:09:53.656Z] #0 4.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-12-26T03:09:54.237Z] #97 ... [2025-12-26T03:09:54.237Z] [2025-12-26T03:09:54.237Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-26T03:09:54.237Z] #85 18.51 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:54.237Z] #85 18.59 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:56.177Z] #85 ... [2025-12-26T03:09:56.177Z] [2025-12-26T03:09:56.177Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-12-26T03:09:56.177Z] #84 DONE 23.9s [2025-12-26T03:09:56.177Z] [2025-12-26T03:09:56.177Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-26T03:09:56.178Z] #85 20.68 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:56.449Z] #85 ... [2025-12-26T03:09:56.449Z] [2025-12-26T03:09:56.449Z] #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-12-26T03:09:56.449Z] #98 DONE 0.2s [2025-12-26T03:09:56.449Z] [2025-12-26T03:09:56.449Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-12-26T03:09:56.449Z] #85 20.70 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:56.449Z] #85 20.74 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:56.449Z] #85 20.91 OK: 19 MiB in 20 packages [2025-12-26T03:09:57.865Z] #85 DONE 22.0s [2025-12-26T03:09:57.865Z] [2025-12-26T03:09:57.865Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-12-26T03:09:57.865Z] #95 12.68 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:57.865Z] #95 12.75 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:57.865Z] #95 13.16 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:57.865Z] #95 13.16 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:57.865Z] #95 13.17 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:57.865Z] #95 13.25 OK: 9 MiB in 21 packages [2025-12-26T03:09:58.134Z] #95 ... [2025-12-26T03:09:58.134Z] [2025-12-26T03:09:58.134Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-12-26T03:09:58.134Z] #96 11.69 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:58.134Z] #96 11.74 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:09:58.134Z] #96 12.98 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:58.134Z] #96 12.98 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:09:58.134Z] #96 13.01 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:09:58.134Z] #96 13.14 OK: 8 MiB in 20 packages [2025-12-26T03:09:58.134Z] #96 DONE 14.7s [2025-12-26T03:09:58.134Z] [2025-12-26T03:09:58.134Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:09:58.400Z] #99 ... [2025-12-26T03:09:58.400Z] [2025-12-26T03:09:58.400Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-12-26T03:09:58.400Z] #95 DONE 15.0s [2025-12-26T03:09:58.400Z] [2025-12-26T03:09:58.400Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-12-26T03:10:00.341Z] #100 DONE 1.8s [2025-12-26T03:10:00.341Z] [2025-12-26T03:10:00.341Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:10:00.341Z] #101 ... [2025-12-26T03:10:00.341Z] [2025-12-26T03:10:00.341Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:10:00.341Z] #99 DONE 2.2s [2025-12-26T03:10:00.341Z] [2025-12-26T03:10:00.341Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:10:00.341Z] #102 DONE 2.0s [2025-12-26T03:10:00.341Z] [2025-12-26T03:10:00.341Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-12-26T03:10:00.617Z] #103 DONE 0.3s [2025-12-26T03:10:00.617Z] [2025-12-26T03:10:00.617Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2025-12-26T03:10:00.617Z] #104 ... [2025-12-26T03:10:00.617Z] [2025-12-26T03:10:00.617Z] #105 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-12-26T03:10:00.617Z] #105 DONE 0.4s [2025-12-26T03:10:00.883Z] [2025-12-26T03:10:00.883Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2025-12-26T03:10:00.883Z] #104 DONE 0.3s [2025-12-26T03:10:00.883Z] [2025-12-26T03:10:00.883Z] #106 [security-spire-config stage-2 6/10] COPY security.txt / [2025-12-26T03:10:00.883Z] #106 DONE 0.3s [2025-12-26T03:10:00.883Z] [2025-12-26T03:10:00.883Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:10:01.473Z] #107 DONE 0.3s [2025-12-26T03:10:01.473Z] [2025-12-26T03:10:01.473Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:10:01.473Z] #108 DONE 0.4s [2025-12-26T03:10:01.473Z] [2025-12-26T03:10:01.473Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-12-26T03:10:01.473Z] #109 ... [2025-12-26T03:10:01.473Z] [2025-12-26T03:10:01.473Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-12-26T03:10:01.473Z] #110 DONE 0.2s [2025-12-26T03:10:01.473Z] [2025-12-26T03:10:01.473Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-12-26T03:10:01.739Z] #111 ... [2025-12-26T03:10:01.739Z] [2025-12-26T03:10:01.739Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-12-26T03:10:01.739Z] #109 DONE 0.3s [2025-12-26T03:10:02.005Z] [2025-12-26T03:10:02.005Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-12-26T03:10:02.005Z] #111 DONE 0.3s [2025-12-26T03:10:02.005Z] [2025-12-26T03:10:02.005Z] #112 [security-spire-config] exporting to image [2025-12-26T03:10:02.005Z] #112 exporting layers [2025-12-26T03:10:02.271Z] #112 ... [2025-12-26T03:10:02.271Z] [2025-12-26T03:10:02.271Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-12-26T03:10:02.271Z] #113 DONE 0.5s [2025-12-26T03:10:02.271Z] [2025-12-26T03:10:02.271Z] #112 [security-spire-server] exporting to image [2025-12-26T03:10:03.676Z] #112 ... [2025-12-26T03:10:03.676Z] [2025-12-26T03:10:03.676Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-12-26T03:10:03.676Z] #101 DONE 3.4s [2025-12-26T03:10:03.676Z] [2025-12-26T03:10:03.676Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-12-26T03:10:03.676Z] #114 DONE 0.3s [2025-12-26T03:10:03.676Z] [2025-12-26T03:10:03.676Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-12-26T03:10:04.275Z] #115 DONE 0.4s [2025-12-26T03:10:04.275Z] [2025-12-26T03:10:04.275Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:10:04.275Z] #116 ... [2025-12-26T03:10:04.275Z] [2025-12-26T03:10:04.275Z] #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-12-26T03:10:04.275Z] #97 8.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-12-26T03:10:04.275Z] #97 13.77 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:10:04.275Z] #97 14.01 Executing busybox-1.37.0-r20.post-upgrade [2025-12-26T03:10:04.275Z] #97 14.46 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:10:04.275Z] #97 14.49 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2025-12-26T03:10:04.275Z] #97 14.53 Executing busybox-1.37.0-r20.trigger [2025-12-26T03:10:04.275Z] #97 14.59 OK: 13 MiB in 29 packages [2025-12-26T03:10:04.275Z] #97 DONE 16.0s [2025-12-26T03:10:04.544Z] [2025-12-26T03:10:04.544Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:10:04.810Z] #90 ... [2025-12-26T03:10:04.810Z] [2025-12-26T03:10:04.810Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-12-26T03:10:04.810Z] #116 DONE 0.6s [2025-12-26T03:10:04.810Z] [2025-12-26T03:10:04.810Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-12-26T03:10:05.076Z] #117 DONE 0.3s [2025-12-26T03:10:05.076Z] [2025-12-26T03:10:05.076Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-12-26T03:10:05.660Z] #118 DONE 0.3s [2025-12-26T03:10:05.660Z] [2025-12-26T03:10:05.660Z] #112 [security-spire-agent] exporting to image [2025-12-26T03:10:07.597Z] #112 exporting layers 5.4s done [2025-12-26T03:10:07.597Z] #112 writing image sha256:5bf0e4779d8a9c92716e1c8606d2b3f868ef83b4e5e65a634a955922574aa502 0.0s done [2025-12-26T03:10:07.597Z] #112 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-12-26T03:10:07.597Z] #112 exporting layers 5.3s done [2025-12-26T03:10:07.597Z] #112 writing image sha256:96c1dd66f72cc4bbba3799fd22c25acb19b2214a1f7d67c98fdc0c26faa493dd 0.0s done [2025-12-26T03:10:07.597Z] #112 naming to docker.io/library/security-spire-server-arm64 0.0s done [2025-12-26T03:10:08.554Z] #112 exporting layers 3.2s done [2025-12-26T03:10:08.839Z] #112 writing image sha256:4db2ff39fca2a9e30a7af7ade10f6186459d26aeedd9096131fb78d74f04cf91 done [2025-12-26T03:10:08.839Z] #112 naming to docker.io/library/security-spire-agent-arm64 done [2025-12-26T03:10:08.839Z] #112 DONE 6.7s [2025-12-26T03:10:08.839Z] [2025-12-26T03:10:08.839Z] #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:10:56.219Z] #156 ... [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-26T03:10:56.219Z] #151 DONE 102.8s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-12-26T03:10:56.219Z] #148 DONE 102.8s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:10:56.219Z] #156 ... [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-12-26T03:10:56.219Z] #157 DONE 0.2s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:10:56.219Z] #158 DONE 0.2s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:10:56.219Z] #159 DONE 0.1s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-12-26T03:10:56.219Z] #160 DONE 0.4s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-12-26T03:10:56.219Z] #161 ... [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:10:56.219Z] #162 DONE 0.2s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-12-26T03:10:56.219Z] #163 DONE 0.1s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-12-26T03:10:56.219Z] #161 DONE 0.9s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:10:56.219Z] #164 ... [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:10:56.219Z] #165 DONE 0.3s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:10:56.219Z] #166 DONE 0.3s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-26T03:10:56.219Z] #145 ... [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-12-26T03:10:56.219Z] #167 DONE 0.3s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:10:56.219Z] #164 DONE 1.0s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #168 [core-common-config-bootstrapper] exporting to image [2025-12-26T03:10:56.219Z] #168 exporting layers [2025-12-26T03:10:56.219Z] #168 ... [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-12-26T03:10:56.219Z] #169 DONE 0.2s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-12-26T03:10:56.219Z] #170 DONE 0.2s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #168 [core-common-config-bootstrapper] exporting to image [2025-12-26T03:10:56.219Z] #168 exporting layers 0.6s done [2025-12-26T03:10:56.219Z] #168 writing image sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done [2025-12-26T03:10:56.219Z] #168 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2025-12-26T03:10:56.219Z] #168 DONE 0.6s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-12-26T03:10:56.219Z] #171 DONE 0.2s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-12-26T03:10:56.219Z] #172 DONE 0.1s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-12-26T03:10:56.219Z] #173 DONE 0.1s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-12-26T03:10:56.219Z] #174 DONE 1.0s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #175 [security-bootstrapper] exporting to image [2025-12-26T03:10:56.219Z] #175 exporting layers 0.4s done [2025-12-26T03:10:56.219Z] #175 writing image sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done [2025-12-26T03:10:56.219Z] #175 naming to docker.io/library/security-bootstrapper done [2025-12-26T03:10:56.219Z] #175 DONE 0.4s [2025-12-26T03:10:56.219Z] [2025-12-26T03:10:56.219Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:11:30.461Z] #89 ... [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #93 DONE 96.1s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #90 DONE 108.5s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #119 [support-notifications builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #119 ... [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #91 DONE 98.5s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #83 DONE 108.3s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #88 DONE 109.8s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #89 DONE 108.4s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #120 [support-scheduler builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #120 DONE 1.7s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #121 [core-keeper builder 7/8] COPY . . [2025-12-26T03:11:30.461Z] #121 DONE 1.9s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #122 [security-proxy-setup builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #122 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:11:30.461Z] #123 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #124 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:11:30.461Z] #125 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #126 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #127 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #128 [security-spiffe-token-provider builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #128 DONE 1.9s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #129 [security-bootstrapper builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #129 DONE 1.9s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #130 [security-proxy-auth builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #130 DONE 1.9s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:11:30.461Z] #131 ... [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #132 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #133 [core-metadata builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #133 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:11:30.461Z] #134 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #135 [core-data builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #135 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:11:30.461Z] #136 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #137 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #138 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #139 [core-command builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #139 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #140 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:11:30.461Z] #140 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #141 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #141 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-12-26T03:11:30.461Z] #142 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #143 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-12-26T03:11:30.461Z] #143 CACHED [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #119 [support-notifications builder 6/7] COPY . . [2025-12-26T03:11:30.461Z] #119 DONE 2.0s [2025-12-26T03:11:30.461Z] [2025-12-26T03:11:30.461Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:11:34.720Z] #144 ... [2025-12-26T03:11:34.720Z] [2025-12-26T03:11:34.720Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-12-26T03:11:34.720Z] #0 4.754 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-12-26T03:11:34.720Z] #145 ... [2025-12-26T03:11:34.720Z] [2025-12-26T03:11:34.720Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:11:34.720Z] #144 5.765 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-12-26T03:11:38.986Z] #144 ... [2025-12-26T03:11:38.986Z] [2025-12-26T03:11:38.986Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-26T03:11:38.986Z] #0 5.594 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-12-26T03:11:38.986Z] #146 ... [2025-12-26T03:11:38.986Z] [2025-12-26T03:11:38.986Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-26T03:11:38.986Z] #0 4.674 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-12-26T03:11:39.255Z] #147 ... [2025-12-26T03:11:39.255Z] [2025-12-26T03:11:39.255Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-26T03:11:39.255Z] #0 6.303 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-12-26T03:11:39.255Z] #148 ... [2025-12-26T03:11:39.255Z] [2025-12-26T03:11:39.255Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-26T03:11:39.255Z] #0 6.289 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-12-26T03:11:39.536Z] #149 ... [2025-12-26T03:11:39.536Z] [2025-12-26T03:11:39.536Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-26T03:11:39.536Z] #0 4.007 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-12-26T03:11:39.536Z] #150 ... [2025-12-26T03:11:39.536Z] [2025-12-26T03:11:39.536Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-12-26T03:11:39.536Z] #0 5.307 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-12-26T03:11:39.804Z] #151 ... [2025-12-26T03:11:39.804Z] [2025-12-26T03:11:39.804Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:11:39.804Z] #0 6.217 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-12-26T03:11:40.097Z] #152 ... [2025-12-26T03:11:40.097Z] [2025-12-26T03:11:40.097Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:11:40.097Z] #0 5.946 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-12-26T03:11:40.097Z] #153 ... [2025-12-26T03:11:40.097Z] [2025-12-26T03:11:40.097Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-26T03:11:40.097Z] #0 6.083 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-12-26T03:11:40.364Z] #154 ... [2025-12-26T03:11:40.364Z] [2025-12-26T03:11:40.364Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:11:40.364Z] #131 6.409 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-12-26T03:11:52.500Z] #154 ... [2025-12-26T03:11:52.500Z] [2025-12-26T03:11:52.500Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-12-26T03:11:52.500Z] #153 159.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-12-26T03:12:04.726Z] #153 ... [2025-12-26T03:12:04.726Z] [2025-12-26T03:12:04.726Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-26T03:12:04.727Z] #150 DONE 175.9s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-26T03:12:04.727Z] #149 DONE 175.9s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:12:04.727Z] #156 DONE 175.9s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-26T03:12:04.727Z] #145 DONE 175.9s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:12:04.727Z] #146 DONE 175.9s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-12-26T03:12:04.727Z] #153 DONE 176.0s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-26T03:12:04.727Z] #155 DONE 176.0s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-26T03:12:04.727Z] #152 DONE 176.0s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:12:04.727Z] #154 DONE 176.0s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #176 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #176 ... [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:12:04.727Z] #147 DONE 176.0s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #176 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #176 DONE 0.2s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #177 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #177 DONE 0.2s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #178 DONE 0.2s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #179 DONE 0.2s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #180 DONE 0.1s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #181 DONE 0.2s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #182 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #182 DONE 0.2s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #183 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:04.727Z] #183 DONE 0.1s [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #184 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:04.727Z] #184 ... [2025-12-26T03:12:04.727Z] [2025-12-26T03:12:04.727Z] #185 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:04.727Z] #185 DONE 0.1s [2025-12-26T03:12:04.997Z] [2025-12-26T03:12:04.997Z] #186 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-12-26T03:12:04.997Z] #186 ... [2025-12-26T03:12:04.997Z] [2025-12-26T03:12:04.997Z] #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:04.997Z] #187 DONE 0.4s [2025-12-26T03:12:04.997Z] [2025-12-26T03:12:04.997Z] #188 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:04.997Z] #188 DONE 0.4s [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #189 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:05.256Z] #189 DONE 0.4s [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #184 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:05.256Z] #184 DONE 0.4s [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:05.256Z] #190 CACHED [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #191 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:05.256Z] #191 CACHED [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:12:05.256Z] #192 CACHED [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:05.256Z] #193 CACHED [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #194 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-12-26T03:12:05.256Z] #194 DONE 0.4s [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:05.256Z] #195 DONE 0.4s [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-12-26T03:12:05.256Z] #196 ... [2025-12-26T03:12:05.256Z] [2025-12-26T03:12:05.256Z] #197 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:12:05.256Z] #197 DONE 0.7s [2025-12-26T03:12:05.516Z] [2025-12-26T03:12:05.516Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.421Z] #198 ... [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #186 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-12-26T03:12:07.421Z] #186 DONE 2.3s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-12-26T03:12:07.421Z] #199 DONE 2.1s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-12-26T03:12:07.421Z] #200 DONE 2.2s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #201 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-12-26T03:12:07.421Z] #201 DONE 0.4s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #202 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-12-26T03:12:07.421Z] #202 DONE 2.3s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #203 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-12-26T03:12:07.421Z] #203 DONE 2.3s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-12-26T03:12:07.421Z] #204 DONE 2.3s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #205 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-12-26T03:12:07.421Z] #205 DONE 2.3s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.421Z] #198 DONE 2.3s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-12-26T03:12:07.421Z] #196 DONE 2.3s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #206 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-12-26T03:12:07.421Z] #206 DONE 1.8s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #207 [core-keeper] exporting to image [2025-12-26T03:12:07.421Z] #207 exporting layers [2025-12-26T03:12:07.421Z] #207 ... [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #208 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.421Z] #208 DONE 0.2s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.421Z] #209 DONE 0.2s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.421Z] #210 DONE 0.2s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #211 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-12-26T03:12:07.421Z] #211 DONE 0.2s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #212 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.421Z] #212 DONE 0.2s [2025-12-26T03:12:07.421Z] [2025-12-26T03:12:07.421Z] #213 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-12-26T03:12:07.421Z] #213 DONE 0.2s [2025-12-26T03:12:07.679Z] [2025-12-26T03:12:07.679Z] #214 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-12-26T03:12:07.679Z] #214 DONE 0.2s [2025-12-26T03:12:07.679Z] [2025-12-26T03:12:07.679Z] #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.679Z] #215 DONE 0.2s [2025-12-26T03:12:07.679Z] [2025-12-26T03:12:07.679Z] #216 [support-notifications] exporting to image [2025-12-26T03:12:07.679Z] #216 ... [2025-12-26T03:12:07.679Z] [2025-12-26T03:12:07.679Z] #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-12-26T03:12:07.679Z] #217 DONE 0.2s [2025-12-26T03:12:07.679Z] [2025-12-26T03:12:07.679Z] #218 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-12-26T03:12:07.679Z] #218 DONE 0.2s [2025-12-26T03:12:07.938Z] [2025-12-26T03:12:07.938Z] #219 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:12:07.938Z] #219 DONE 0.4s [2025-12-26T03:12:07.938Z] [2025-12-26T03:12:07.938Z] #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-12-26T03:12:07.938Z] #220 ... [2025-12-26T03:12:07.938Z] [2025-12-26T03:12:07.938Z] #221 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-12-26T03:12:07.938Z] #221 DONE 0.4s [2025-12-26T03:12:07.938Z] [2025-12-26T03:12:07.938Z] #222 [core-command] exporting to image [2025-12-26T03:12:07.938Z] #222 exporting layers 0.2s done [2025-12-26T03:12:07.938Z] #222 writing image sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 0.2s done [2025-12-26T03:12:07.938Z] #222 naming to docker.io/library/core-command done [2025-12-26T03:12:07.938Z] #222 DONE 0.5s [2025-12-26T03:12:07.938Z] [2025-12-26T03:12:07.938Z] #207 [core-keeper] exporting to image [2025-12-26T03:12:07.938Z] #207 exporting layers 0.2s done [2025-12-26T03:12:07.938Z] #207 writing image sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 0.3s done [2025-12-26T03:12:07.938Z] #207 naming to docker.io/library/core-keeper done [2025-12-26T03:12:07.938Z] #207 DONE 0.7s [2025-12-26T03:12:08.197Z] [2025-12-26T03:12:08.197Z] #223 [core-data] exporting to image [2025-12-26T03:12:08.197Z] #223 exporting layers 0.5s done [2025-12-26T03:12:08.197Z] #223 writing image sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done [2025-12-26T03:12:08.197Z] #223 naming to docker.io/library/core-data [2025-12-26T03:12:08.197Z] #223 naming to docker.io/library/core-data 0.2s done [2025-12-26T03:12:08.458Z] #223 DONE 0.8s [2025-12-26T03:12:08.458Z] [2025-12-26T03:12:08.458Z] #224 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-12-26T03:12:08.458Z] #224 DONE 0.3s [2025-12-26T03:12:08.458Z] [2025-12-26T03:12:08.458Z] #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-12-26T03:12:08.458Z] #220 DONE 0.4s [2025-12-26T03:12:08.458Z] [2025-12-26T03:12:08.458Z] #225 [security-spiffe-token-provider] exporting to image [2025-12-26T03:12:08.458Z] #225 exporting layers 0.5s done [2025-12-26T03:12:08.458Z] #225 writing image sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 0.3s done [2025-12-26T03:12:08.458Z] #225 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2025-12-26T03:12:08.458Z] #225 DONE 0.9s [2025-12-26T03:12:08.458Z] [2025-12-26T03:12:08.458Z] #216 [support-notifications] exporting to image [2025-12-26T03:12:08.458Z] #216 exporting layers 0.8s done [2025-12-26T03:12:08.458Z] #216 writing image sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e 0.0s done [2025-12-26T03:12:08.458Z] #216 naming to docker.io/library/support-notifications done [2025-12-26T03:12:08.458Z] #216 DONE 0.8s [2025-12-26T03:12:08.458Z] [2025-12-26T03:12:08.458Z] #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-12-26T03:12:08.717Z] #226 ... [2025-12-26T03:12:08.717Z] [2025-12-26T03:12:08.717Z] #227 [core-metadata] exporting to image [2025-12-26T03:12:08.717Z] #227 exporting layers 0.4s done [2025-12-26T03:12:08.717Z] #227 writing image sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done [2025-12-26T03:12:08.717Z] #227 naming to docker.io/library/core-metadata 0.0s done [2025-12-26T03:12:08.717Z] #227 DONE 0.8s [2025-12-26T03:12:08.717Z] [2025-12-26T03:12:08.717Z] #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-12-26T03:12:08.717Z] #226 DONE 0.4s [2025-12-26T03:12:08.717Z] [2025-12-26T03:12:08.717Z] #228 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:12:08.717Z] #228 DONE 0.8s [2025-12-26T03:12:08.717Z] [2025-12-26T03:12:08.717Z] #229 [support-scheduler] exporting to image [2025-12-26T03:12:08.717Z] #229 exporting layers 1.0s done [2025-12-26T03:12:08.717Z] #229 writing image sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done [2025-12-26T03:12:08.717Z] #229 naming to docker.io/library/support-scheduler done [2025-12-26T03:12:08.717Z] #229 DONE 1.3s [2025-12-26T03:12:08.717Z] [2025-12-26T03:12:08.717Z] #230 [security-proxy-auth] exporting to image [2025-12-26T03:12:08.975Z] #230 ... [2025-12-26T03:12:08.975Z] [2025-12-26T03:12:08.975Z] #231 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-12-26T03:12:08.975Z] #231 DONE 0.1s [2025-12-26T03:12:08.975Z] [2025-12-26T03:12:08.976Z] #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:12:08.976Z] #232 DONE 0.7s [2025-12-26T03:12:08.976Z] [2025-12-26T03:12:08.976Z] #233 [security-proxy-setup] exporting to image [2025-12-26T03:12:09.235Z] #233 exporting layers 0.2s done [2025-12-26T03:12:09.235Z] #233 writing image sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done [2025-12-26T03:12:09.235Z] #233 naming to docker.io/library/security-proxy-setup done [2025-12-26T03:12:09.235Z] #233 DONE 0.2s [2025-12-26T03:12:09.235Z] [2025-12-26T03:12:09.235Z] #230 [security-proxy-auth] exporting to image [2025-12-26T03:12:09.235Z] #230 exporting layers 0.5s done [2025-12-26T03:12:09.235Z] #230 writing image sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c [2025-12-26T03:12:09.235Z] #230 writing image sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done [2025-12-26T03:12:09.235Z] #230 naming to docker.io/library/security-proxy-auth done [2025-12-26T03:12:09.235Z] #230 DONE 0.5s [2025-12-26T03:12:09.235Z] [2025-12-26T03:12:09.235Z] #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:12:09.235Z] #234 DONE 0.4s [2025-12-26T03:12:09.235Z] [2025-12-26T03:12:09.235Z] #235 [security-secretstore-setup] exporting to image [2025-12-26T03:12:09.493Z] #235 exporting layers 0.2s done [2025-12-26T03:12:09.493Z] #235 writing image sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done [2025-12-26T03:12:09.493Z] #235 naming to docker.io/library/security-secretstore-setup done [2025-12-26T03:12:09.493Z] #235 DONE 0.2s [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:12:09.493Z] time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-12-26T03:12:09.509Z] $ docker stop --time=1 f1d01aabcbbb51a9707158b3e9b504269b8770a1b33c56082fbc121301fbc88f [2025-12-26T03:12:10.762Z] $ docker rm -f --volumes f1d01aabcbbb51a9707158b3e9b504269b8770a1b33c56082fbc121301fbc88f [Pipeline] // withDockerContainer [Pipeline] sh [2025-12-26T03:12:11.118Z] + docker images [2025-12-26T03:12:11.118Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-12-26T03:12:11.118Z] security-secretstore-setup latest 7cf78c292a51 1 second ago 84.5MB [2025-12-26T03:12:11.118Z] security-proxy-setup latest fb3238627616 2 seconds ago 52.8MB [2025-12-26T03:12:11.118Z] security-proxy-auth latest 55e9670902e6 2 seconds ago 47MB [2025-12-26T03:12:11.118Z] core-keeper latest fbe4016ef2fb 3 seconds ago 46.8MB [2025-12-26T03:12:11.118Z] support-notifications latest 6fce353f6ec1 3 seconds ago 55.7MB [2025-12-26T03:12:11.118Z] core-metadata latest 2fac77d02ba5 3 seconds ago 48MB [2025-12-26T03:12:11.118Z] core-command latest 95941c7f0d8c 3 seconds ago 42.1MB [2025-12-26T03:12:11.118Z] core-data latest ff06044ae3f7 3 seconds ago 47.8MB [2025-12-26T03:12:11.118Z] security-spiffe-token-provider latest 6f64f33e941e 3 seconds ago 51MB [2025-12-26T03:12:11.118Z] support-scheduler latest 5e5f70a5cbc8 3 seconds ago 52MB [2025-12-26T03:12:11.118Z] security-bootstrapper latest b72a1c21955a About a minute ago 22.4MB [2025-12-26T03:12:11.118Z] core-common-config-bootstrapper latest b79a798a4d9f About a minute ago 21.3MB [2025-12-26T03:12:11.118Z] security-spire-agent latest 18bd545aa2c4 3 minutes ago 238MB [2025-12-26T03:12:11.118Z] security-spire-config latest 344dae4ebee7 3 minutes ago 178MB [2025-12-26T03:12:11.118Z] security-spire-server latest f42ac6751db9 3 minutes ago 178MB [2025-12-26T03:12:11.118Z] ci-base-image-x86_64 latest 4261863a930f 7 minutes ago 999MB [2025-12-26T03:12:11.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 months ago 636MB [2025-12-26T03:12:11.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 months ago 573MB [2025-12-26T03:12:11.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:12:11.274Z] provisioning config files... [2025-12-26T03:12:11.285Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config7392964164182509442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:12:11.599Z] ---> ****-login.sh [2025-12-26T03:12:11.599Z] nexus3.edgexfoundry.org:10001 [2025-12-26T03:12:11.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:12:11.599Z] Login Succeeded [2025-12-26T03:12:11.599Z] nexus3.edgexfoundry.org:10002 [2025-12-26T03:12:11.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:12:11.858Z] Login Succeeded [2025-12-26T03:12:11.858Z] nexus3.edgexfoundry.org:10003 [2025-12-26T03:12:11.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:12:11.858Z] Login Succeeded [2025-12-26T03:12:11.858Z] nexus3.edgexfoundry.org:10004 [2025-12-26T03:12:11.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:12:12.117Z] Login Succeeded [2025-12-26T03:12:12.117Z] ****.io [2025-12-26T03:12:12.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:12:12.377Z] Login Succeeded [2025-12-26T03:12:12.377Z] ---> ****-login.sh ends [Pipeline] } [2025-12-26T03:12:12.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:12:12.440Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-26T03:12:12.479Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-12-26T03:12:12.479Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:12.479Z] latest [2025-12-26T03:12:12.479Z] 4.1.0-dev.88 [2025-12-26T03:12:12.479Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:12.479Z] main [2025-12-26T03:12:12.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:12.840Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:13.166Z] + docker push nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:13.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-26T03:12:13.166Z] dfd9b5c0a5a7: Preparing [2025-12-26T03:12:13.166Z] adb3c701b79c: Preparing [2025-12-26T03:12:13.166Z] 84af72fcb462: Preparing [2025-12-26T03:12:13.166Z] c52ab6884c59: Preparing [2025-12-26T03:12:13.166Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:13.166Z] 2987ece16cb9: Preparing [2025-12-26T03:12:13.166Z] 256f393e029f: Preparing [2025-12-26T03:12:13.166Z] 2987ece16cb9: Waiting [2025-12-26T03:12:13.166Z] 256f393e029f: Waiting [2025-12-26T03:12:13.166Z] c52ab6884c59: Pushed [2025-12-26T03:12:13.166Z] dfd9b5c0a5a7: Pushed [2025-12-26T03:12:13.166Z] 84af72fcb462: Pushed [2025-12-26T03:12:13.166Z] 256f393e029f: Layer already exists [2025-12-26T03:12:13.166Z] c43ed0b6f7e1: Pushed [2025-12-26T03:12:13.166Z] 2987ece16cb9: Pushed [2025-12-26T03:12:16.454Z] adb3c701b79c: Pushed [2025-12-26T03:12:16.454Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:16.797Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:17.129Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-26T03:12:17.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-26T03:12:17.130Z] dfd9b5c0a5a7: Preparing [2025-12-26T03:12:17.130Z] adb3c701b79c: Preparing [2025-12-26T03:12:17.130Z] 84af72fcb462: Preparing [2025-12-26T03:12:17.130Z] c52ab6884c59: Preparing [2025-12-26T03:12:17.130Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:17.130Z] 2987ece16cb9: Preparing [2025-12-26T03:12:17.130Z] 256f393e029f: Preparing [2025-12-26T03:12:17.130Z] 256f393e029f: Waiting [2025-12-26T03:12:17.130Z] 2987ece16cb9: Waiting [2025-12-26T03:12:17.130Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:17.130Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:17.130Z] dfd9b5c0a5a7: Layer already exists [2025-12-26T03:12:17.130Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:17.130Z] adb3c701b79c: Layer already exists [2025-12-26T03:12:17.130Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:17.130Z] 256f393e029f: Layer already exists [2025-12-26T03:12:17.130Z] latest: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:17.468Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:17.801Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-26T03:12:17.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-26T03:12:17.801Z] dfd9b5c0a5a7: Preparing [2025-12-26T03:12:17.801Z] adb3c701b79c: Preparing [2025-12-26T03:12:17.801Z] 84af72fcb462: Preparing [2025-12-26T03:12:17.801Z] c52ab6884c59: Preparing [2025-12-26T03:12:17.801Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:17.801Z] 2987ece16cb9: Preparing [2025-12-26T03:12:17.801Z] 256f393e029f: Preparing [2025-12-26T03:12:17.801Z] 2987ece16cb9: Waiting [2025-12-26T03:12:17.801Z] 256f393e029f: Waiting [2025-12-26T03:12:17.801Z] adb3c701b79c: Layer already exists [2025-12-26T03:12:17.801Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:17.801Z] dfd9b5c0a5a7: Layer already exists [2025-12-26T03:12:17.801Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:17.801Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:17.801Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:17.801Z] 256f393e029f: Layer already exists [2025-12-26T03:12:17.801Z] 4.1.0-dev.88: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:18.138Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:18.475Z] + docker push nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:18.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-26T03:12:18.475Z] dfd9b5c0a5a7: Preparing [2025-12-26T03:12:18.475Z] adb3c701b79c: Preparing [2025-12-26T03:12:18.475Z] 84af72fcb462: Preparing [2025-12-26T03:12:18.475Z] c52ab6884c59: Preparing [2025-12-26T03:12:18.475Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:18.475Z] 2987ece16cb9: Preparing [2025-12-26T03:12:18.475Z] 256f393e029f: Preparing [2025-12-26T03:12:18.475Z] 2987ece16cb9: Waiting [2025-12-26T03:12:18.475Z] 256f393e029f: Waiting [2025-12-26T03:12:18.475Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:18.475Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:18.475Z] adb3c701b79c: Layer already exists [2025-12-26T03:12:18.475Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:18.475Z] dfd9b5c0a5a7: Layer already exists [2025-12-26T03:12:18.475Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:18.475Z] 256f393e029f: Layer already exists [2025-12-26T03:12:18.475Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:18.974Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:19.384Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-12-26T03:12:19.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-12-26T03:12:19.385Z] dfd9b5c0a5a7: Preparing [2025-12-26T03:12:19.385Z] adb3c701b79c: Preparing [2025-12-26T03:12:19.385Z] 84af72fcb462: Preparing [2025-12-26T03:12:19.385Z] c52ab6884c59: Preparing [2025-12-26T03:12:19.385Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:19.385Z] 2987ece16cb9: Preparing [2025-12-26T03:12:19.385Z] 256f393e029f: Preparing [2025-12-26T03:12:19.385Z] 2987ece16cb9: Waiting [2025-12-26T03:12:19.385Z] 256f393e029f: Waiting [2025-12-26T03:12:19.385Z] adb3c701b79c: Layer already exists [2025-12-26T03:12:19.385Z] dfd9b5c0a5a7: Layer already exists [2025-12-26T03:12:19.385Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:19.385Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:19.385Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:19.385Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:19.385Z] 256f393e029f: Layer already exists [2025-12-26T03:12:19.385Z] main: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:12:19.509Z] ===================================================== [Pipeline] echo [2025-12-26T03:12:19.529Z] taggedImages: [2025-12-26T03:12:19.529Z] - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:19.529Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-26T03:12:19.529Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-26T03:12:19.529Z] - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:19.529Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-12-26T03:12:19.558Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-12-26T03:12:19.558Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:19.558Z] latest [2025-12-26T03:12:19.558Z] 4.1.0-dev.88 [2025-12-26T03:12:19.558Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:19.558Z] main [2025-12-26T03:12:19.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:19.968Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:20.433Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:20.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-26T03:12:20.433Z] fda2b0787a2b: Preparing [2025-12-26T03:12:20.433Z] 52eea5d51a18: Preparing [2025-12-26T03:12:20.433Z] c8295a2b66fb: Preparing [2025-12-26T03:12:20.433Z] 8fea2c39d412: Preparing [2025-12-26T03:12:20.433Z] 84af72fcb462: Preparing [2025-12-26T03:12:20.433Z] c52ab6884c59: Preparing [2025-12-26T03:12:20.433Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:20.433Z] 2987ece16cb9: Preparing [2025-12-26T03:12:20.433Z] 256f393e029f: Preparing [2025-12-26T03:12:20.433Z] 2987ece16cb9: Waiting [2025-12-26T03:12:20.433Z] c52ab6884c59: Waiting [2025-12-26T03:12:20.433Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:20.433Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:20.433Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:20.433Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:20.433Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:20.433Z] 256f393e029f: Layer already exists [2025-12-26T03:12:20.433Z] c8295a2b66fb: Pushed [2025-12-26T03:12:20.433Z] fda2b0787a2b: Pushed [2025-12-26T03:12:20.433Z] 52eea5d51a18: Pushed [2025-12-26T03:12:21.810Z] 8fea2c39d412: Pushed [2025-12-26T03:12:21.810Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:22.151Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:22.485Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-26T03:12:22.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-26T03:12:22.485Z] fda2b0787a2b: Preparing [2025-12-26T03:12:22.485Z] 52eea5d51a18: Preparing [2025-12-26T03:12:22.485Z] c8295a2b66fb: Preparing [2025-12-26T03:12:22.485Z] 8fea2c39d412: Preparing [2025-12-26T03:12:22.485Z] 84af72fcb462: Preparing [2025-12-26T03:12:22.485Z] c52ab6884c59: Preparing [2025-12-26T03:12:22.485Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:22.485Z] 2987ece16cb9: Preparing [2025-12-26T03:12:22.485Z] 256f393e029f: Preparing [2025-12-26T03:12:22.485Z] 2987ece16cb9: Waiting [2025-12-26T03:12:22.485Z] c52ab6884c59: Waiting [2025-12-26T03:12:22.485Z] 256f393e029f: Waiting [2025-12-26T03:12:22.485Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:22.485Z] fda2b0787a2b: Layer already exists [2025-12-26T03:12:22.485Z] 8fea2c39d412: Layer already exists [2025-12-26T03:12:22.485Z] 52eea5d51a18: Layer already exists [2025-12-26T03:12:22.485Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:22.485Z] c8295a2b66fb: Layer already exists [2025-12-26T03:12:22.485Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:22.485Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:22.485Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:22.485Z] 256f393e029f: Layer already exists [2025-12-26T03:12:22.485Z] latest: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:22.822Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:23.168Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-26T03:12:23.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-26T03:12:23.168Z] fda2b0787a2b: Preparing [2025-12-26T03:12:23.168Z] 52eea5d51a18: Preparing [2025-12-26T03:12:23.168Z] c8295a2b66fb: Preparing [2025-12-26T03:12:23.168Z] 8fea2c39d412: Preparing [2025-12-26T03:12:23.168Z] 84af72fcb462: Preparing [2025-12-26T03:12:23.168Z] c52ab6884c59: Preparing [2025-12-26T03:12:23.168Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:23.168Z] 2987ece16cb9: Preparing [2025-12-26T03:12:23.168Z] 256f393e029f: Preparing [2025-12-26T03:12:23.168Z] c52ab6884c59: Waiting [2025-12-26T03:12:23.168Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:23.168Z] 2987ece16cb9: Waiting [2025-12-26T03:12:23.169Z] 256f393e029f: Waiting [2025-12-26T03:12:23.169Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:23.169Z] 8fea2c39d412: Layer already exists [2025-12-26T03:12:23.169Z] fda2b0787a2b: Layer already exists [2025-12-26T03:12:23.169Z] c8295a2b66fb: Layer already exists [2025-12-26T03:12:23.169Z] 52eea5d51a18: Layer already exists [2025-12-26T03:12:23.169Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:23.169Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:23.169Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:23.169Z] 256f393e029f: Layer already exists [2025-12-26T03:12:23.169Z] 4.1.0-dev.88: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:23.502Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:23.835Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:23.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-26T03:12:23.835Z] fda2b0787a2b: Preparing [2025-12-26T03:12:23.835Z] 52eea5d51a18: Preparing [2025-12-26T03:12:23.835Z] c8295a2b66fb: Preparing [2025-12-26T03:12:23.835Z] 8fea2c39d412: Preparing [2025-12-26T03:12:23.835Z] 84af72fcb462: Preparing [2025-12-26T03:12:23.835Z] c52ab6884c59: Preparing [2025-12-26T03:12:23.835Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:23.835Z] 2987ece16cb9: Preparing [2025-12-26T03:12:23.835Z] 256f393e029f: Preparing [2025-12-26T03:12:23.835Z] 2987ece16cb9: Waiting [2025-12-26T03:12:23.835Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:23.835Z] 256f393e029f: Waiting [2025-12-26T03:12:23.835Z] c52ab6884c59: Waiting [2025-12-26T03:12:23.835Z] fda2b0787a2b: Layer already exists [2025-12-26T03:12:23.835Z] 52eea5d51a18: Layer already exists [2025-12-26T03:12:23.835Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:23.835Z] 8fea2c39d412: Layer already exists [2025-12-26T03:12:23.835Z] c8295a2b66fb: Layer already exists [2025-12-26T03:12:23.835Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:23.835Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:23.835Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:23.835Z] 256f393e029f: Layer already exists [2025-12-26T03:12:23.835Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:24.166Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:24.500Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-12-26T03:12:24.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-12-26T03:12:24.500Z] fda2b0787a2b: Preparing [2025-12-26T03:12:24.500Z] 52eea5d51a18: Preparing [2025-12-26T03:12:24.500Z] c8295a2b66fb: Preparing [2025-12-26T03:12:24.500Z] 8fea2c39d412: Preparing [2025-12-26T03:12:24.500Z] 84af72fcb462: Preparing [2025-12-26T03:12:24.500Z] c52ab6884c59: Preparing [2025-12-26T03:12:24.500Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:24.500Z] 2987ece16cb9: Preparing [2025-12-26T03:12:24.500Z] 256f393e029f: Preparing [2025-12-26T03:12:24.500Z] c52ab6884c59: Waiting [2025-12-26T03:12:24.500Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:24.500Z] 2987ece16cb9: Waiting [2025-12-26T03:12:24.500Z] 256f393e029f: Waiting [2025-12-26T03:12:24.500Z] 8fea2c39d412: Layer already exists [2025-12-26T03:12:24.500Z] fda2b0787a2b: Layer already exists [2025-12-26T03:12:24.500Z] c8295a2b66fb: Layer already exists [2025-12-26T03:12:24.500Z] 52eea5d51a18: Layer already exists [2025-12-26T03:12:24.500Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:24.500Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:24.500Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:24.500Z] 256f393e029f: Layer already exists [2025-12-26T03:12:24.500Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:24.500Z] main: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:12:24.583Z] ===================================================== [Pipeline] echo [2025-12-26T03:12:24.601Z] taggedImages: [2025-12-26T03:12:24.601Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:24.601Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-26T03:12:24.601Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-26T03:12:24.601Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:24.601Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-12-26T03:12:24.637Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-12-26T03:12:24.637Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:24.637Z] latest [2025-12-26T03:12:24.637Z] 4.1.0-dev.88 [2025-12-26T03:12:24.637Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:24.637Z] main [2025-12-26T03:12:24.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:24.991Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:25.335Z] + docker push nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:25.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-26T03:12:25.336Z] 407caaa81ad0: Preparing [2025-12-26T03:12:25.336Z] 2ef6d8083809: Preparing [2025-12-26T03:12:25.336Z] 84af72fcb462: Preparing [2025-12-26T03:12:25.336Z] c52ab6884c59: Preparing [2025-12-26T03:12:25.336Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:25.336Z] 9436db749a5e: Preparing [2025-12-26T03:12:25.336Z] 256f393e029f: Preparing [2025-12-26T03:12:25.336Z] 9436db749a5e: Waiting [2025-12-26T03:12:25.336Z] 256f393e029f: Waiting [2025-12-26T03:12:25.336Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:25.336Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:25.336Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:25.336Z] 256f393e029f: Layer already exists [2025-12-26T03:12:25.336Z] 407caaa81ad0: Pushed [2025-12-26T03:12:25.336Z] 9436db749a5e: Pushed [2025-12-26T03:12:29.527Z] 2ef6d8083809: Pushed [2025-12-26T03:12:29.527Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:29.874Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:30.210Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-26T03:12:30.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-26T03:12:30.211Z] 407caaa81ad0: Preparing [2025-12-26T03:12:30.211Z] 2ef6d8083809: Preparing [2025-12-26T03:12:30.211Z] 84af72fcb462: Preparing [2025-12-26T03:12:30.211Z] c52ab6884c59: Preparing [2025-12-26T03:12:30.211Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:30.211Z] 9436db749a5e: Preparing [2025-12-26T03:12:30.211Z] 256f393e029f: Preparing [2025-12-26T03:12:30.211Z] 256f393e029f: Waiting [2025-12-26T03:12:30.211Z] 9436db749a5e: Waiting [2025-12-26T03:12:30.211Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:30.211Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:30.211Z] 407caaa81ad0: Layer already exists [2025-12-26T03:12:30.211Z] 2ef6d8083809: Layer already exists [2025-12-26T03:12:30.211Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:30.211Z] 9436db749a5e: Layer already exists [2025-12-26T03:12:30.211Z] 256f393e029f: Layer already exists [2025-12-26T03:12:30.211Z] latest: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:30.544Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:30.884Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-26T03:12:30.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-26T03:12:30.884Z] 407caaa81ad0: Preparing [2025-12-26T03:12:30.884Z] 2ef6d8083809: Preparing [2025-12-26T03:12:30.884Z] 84af72fcb462: Preparing [2025-12-26T03:12:30.884Z] c52ab6884c59: Preparing [2025-12-26T03:12:30.884Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:30.884Z] 9436db749a5e: Preparing [2025-12-26T03:12:30.884Z] 256f393e029f: Preparing [2025-12-26T03:12:30.884Z] 9436db749a5e: Waiting [2025-12-26T03:12:30.884Z] 256f393e029f: Waiting [2025-12-26T03:12:30.884Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:30.884Z] 2ef6d8083809: Layer already exists [2025-12-26T03:12:30.884Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:30.884Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:30.884Z] 407caaa81ad0: Layer already exists [2025-12-26T03:12:30.884Z] 256f393e029f: Layer already exists [2025-12-26T03:12:30.884Z] 9436db749a5e: Layer already exists [2025-12-26T03:12:30.884Z] 4.1.0-dev.88: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:31.215Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:31.543Z] + docker push nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:31.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-26T03:12:31.543Z] 407caaa81ad0: Preparing [2025-12-26T03:12:31.543Z] 2ef6d8083809: Preparing [2025-12-26T03:12:31.543Z] 84af72fcb462: Preparing [2025-12-26T03:12:31.543Z] c52ab6884c59: Preparing [2025-12-26T03:12:31.543Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:31.543Z] 9436db749a5e: Preparing [2025-12-26T03:12:31.543Z] 256f393e029f: Preparing [2025-12-26T03:12:31.543Z] 9436db749a5e: Waiting [2025-12-26T03:12:31.543Z] 256f393e029f: Waiting [2025-12-26T03:12:31.543Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:31.543Z] 407caaa81ad0: Layer already exists [2025-12-26T03:12:31.543Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:31.543Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:31.543Z] 2ef6d8083809: Layer already exists [2025-12-26T03:12:31.543Z] 9436db749a5e: Layer already exists [2025-12-26T03:12:31.543Z] 256f393e029f: Layer already exists [2025-12-26T03:12:31.543Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:31.878Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:32.216Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-12-26T03:12:32.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-12-26T03:12:32.216Z] 407caaa81ad0: Preparing [2025-12-26T03:12:32.216Z] 2ef6d8083809: Preparing [2025-12-26T03:12:32.216Z] 84af72fcb462: Preparing [2025-12-26T03:12:32.216Z] c52ab6884c59: Preparing [2025-12-26T03:12:32.216Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:32.216Z] 9436db749a5e: Preparing [2025-12-26T03:12:32.216Z] 256f393e029f: Preparing [2025-12-26T03:12:32.216Z] 256f393e029f: Waiting [2025-12-26T03:12:32.216Z] 9436db749a5e: Waiting [2025-12-26T03:12:32.216Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:32.216Z] 407caaa81ad0: Layer already exists [2025-12-26T03:12:32.216Z] 2ef6d8083809: Layer already exists [2025-12-26T03:12:32.216Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:32.216Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:32.216Z] 9436db749a5e: Layer already exists [2025-12-26T03:12:32.216Z] 256f393e029f: Layer already exists [2025-12-26T03:12:32.216Z] main: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:12:32.298Z] ===================================================== [Pipeline] echo [2025-12-26T03:12:32.313Z] taggedImages: [2025-12-26T03:12:32.313Z] - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:32.313Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-26T03:12:32.313Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-26T03:12:32.313Z] - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:32.313Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-12-26T03:12:32.342Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-12-26T03:12:32.343Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:32.343Z] latest [2025-12-26T03:12:32.343Z] 4.1.0-dev.88 [2025-12-26T03:12:32.343Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:32.343Z] main [2025-12-26T03:12:32.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:32.708Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:33.044Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:33.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-26T03:12:33.044Z] a30557837d1b: Preparing [2025-12-26T03:12:33.044Z] 277c3b536d33: Preparing [2025-12-26T03:12:33.044Z] c52ab6884c59: Preparing [2025-12-26T03:12:33.044Z] 1308669f8c53: Preparing [2025-12-26T03:12:33.044Z] 1b8150bbaf6e: Preparing [2025-12-26T03:12:33.044Z] 256f393e029f: Preparing [2025-12-26T03:12:33.044Z] 256f393e029f: Waiting [2025-12-26T03:12:33.044Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:33.044Z] 256f393e029f: Layer already exists [2025-12-26T03:12:33.044Z] 1b8150bbaf6e: Pushed [2025-12-26T03:12:33.044Z] 1308669f8c53: Pushed [2025-12-26T03:12:33.044Z] a30557837d1b: Pushed [2025-12-26T03:12:37.233Z] 277c3b536d33: Pushed [2025-12-26T03:12:37.233Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:37.569Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:37.910Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-26T03:12:37.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-26T03:12:37.911Z] a30557837d1b: Preparing [2025-12-26T03:12:37.911Z] 277c3b536d33: Preparing [2025-12-26T03:12:37.911Z] c52ab6884c59: Preparing [2025-12-26T03:12:37.911Z] 1308669f8c53: Preparing [2025-12-26T03:12:37.911Z] 1b8150bbaf6e: Preparing [2025-12-26T03:12:37.911Z] 256f393e029f: Preparing [2025-12-26T03:12:37.911Z] 256f393e029f: Waiting [2025-12-26T03:12:37.911Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:37.911Z] 1308669f8c53: Layer already exists [2025-12-26T03:12:37.911Z] 277c3b536d33: Layer already exists [2025-12-26T03:12:37.911Z] a30557837d1b: Layer already exists [2025-12-26T03:12:37.911Z] 1b8150bbaf6e: Layer already exists [2025-12-26T03:12:37.911Z] 256f393e029f: Layer already exists [2025-12-26T03:12:37.911Z] latest: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:38.253Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:38.580Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-26T03:12:38.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-26T03:12:38.580Z] a30557837d1b: Preparing [2025-12-26T03:12:38.580Z] 277c3b536d33: Preparing [2025-12-26T03:12:38.580Z] c52ab6884c59: Preparing [2025-12-26T03:12:38.580Z] 1308669f8c53: Preparing [2025-12-26T03:12:38.580Z] 1b8150bbaf6e: Preparing [2025-12-26T03:12:38.580Z] 256f393e029f: Preparing [2025-12-26T03:12:38.580Z] 256f393e029f: Waiting [2025-12-26T03:12:38.580Z] 277c3b536d33: Layer already exists [2025-12-26T03:12:38.580Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:38.580Z] 1b8150bbaf6e: Layer already exists [2025-12-26T03:12:38.580Z] 1308669f8c53: Layer already exists [2025-12-26T03:12:38.580Z] a30557837d1b: Layer already exists [2025-12-26T03:12:38.580Z] 256f393e029f: Layer already exists [2025-12-26T03:12:38.580Z] 4.1.0-dev.88: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:38.919Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:39.252Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:39.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-26T03:12:39.253Z] a30557837d1b: Preparing [2025-12-26T03:12:39.253Z] 277c3b536d33: Preparing [2025-12-26T03:12:39.253Z] c52ab6884c59: Preparing [2025-12-26T03:12:39.253Z] 1308669f8c53: Preparing [2025-12-26T03:12:39.253Z] 1b8150bbaf6e: Preparing [2025-12-26T03:12:39.253Z] 256f393e029f: Preparing [2025-12-26T03:12:39.253Z] 256f393e029f: Waiting [2025-12-26T03:12:39.253Z] 277c3b536d33: Layer already exists [2025-12-26T03:12:39.253Z] 1308669f8c53: Layer already exists [2025-12-26T03:12:39.253Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:39.253Z] 1b8150bbaf6e: Layer already exists [2025-12-26T03:12:39.253Z] a30557837d1b: Layer already exists [2025-12-26T03:12:39.253Z] 256f393e029f: Layer already exists [2025-12-26T03:12:39.253Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:39.582Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:39.913Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-12-26T03:12:39.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-12-26T03:12:39.914Z] a30557837d1b: Preparing [2025-12-26T03:12:39.914Z] 277c3b536d33: Preparing [2025-12-26T03:12:39.914Z] c52ab6884c59: Preparing [2025-12-26T03:12:39.914Z] 1308669f8c53: Preparing [2025-12-26T03:12:39.914Z] 1b8150bbaf6e: Preparing [2025-12-26T03:12:39.914Z] 256f393e029f: Preparing [2025-12-26T03:12:39.914Z] 256f393e029f: Waiting [2025-12-26T03:12:39.914Z] 1308669f8c53: Layer already exists [2025-12-26T03:12:39.914Z] a30557837d1b: Layer already exists [2025-12-26T03:12:39.914Z] 1b8150bbaf6e: Layer already exists [2025-12-26T03:12:39.914Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:39.914Z] 277c3b536d33: Layer already exists [2025-12-26T03:12:39.914Z] 256f393e029f: Layer already exists [2025-12-26T03:12:39.914Z] main: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:12:40.001Z] ===================================================== [Pipeline] echo [2025-12-26T03:12:40.017Z] taggedImages: [2025-12-26T03:12:40.017Z] - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:40.017Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-26T03:12:40.017Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-26T03:12:40.017Z] - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:40.017Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-12-26T03:12:40.049Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-12-26T03:12:40.049Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:40.049Z] latest [2025-12-26T03:12:40.049Z] 4.1.0-dev.88 [2025-12-26T03:12:40.049Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:40.049Z] main [2025-12-26T03:12:40.049Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:40.428Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:40.759Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:40.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-26T03:12:40.759Z] 8fde9535da0f: Preparing [2025-12-26T03:12:40.759Z] 719776882bba: Preparing [2025-12-26T03:12:40.759Z] 3b42a1bbb2a3: Preparing [2025-12-26T03:12:40.759Z] 84af72fcb462: Preparing [2025-12-26T03:12:40.759Z] c52ab6884c59: Preparing [2025-12-26T03:12:40.759Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:40.759Z] 2987ece16cb9: Preparing [2025-12-26T03:12:40.759Z] 256f393e029f: Preparing [2025-12-26T03:12:40.759Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:40.759Z] 2987ece16cb9: Waiting [2025-12-26T03:12:40.759Z] 256f393e029f: Waiting [2025-12-26T03:12:40.759Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:40.759Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:40.759Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:40.759Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:40.759Z] 256f393e029f: Layer already exists [2025-12-26T03:12:40.759Z] 719776882bba: Pushed [2025-12-26T03:12:40.759Z] 8fde9535da0f: Pushed [2025-12-26T03:12:44.956Z] 3b42a1bbb2a3: Pushed [2025-12-26T03:12:44.956Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:45.296Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:45.620Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-26T03:12:45.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-26T03:12:45.620Z] 8fde9535da0f: Preparing [2025-12-26T03:12:45.620Z] 719776882bba: Preparing [2025-12-26T03:12:45.620Z] 3b42a1bbb2a3: Preparing [2025-12-26T03:12:45.620Z] 84af72fcb462: Preparing [2025-12-26T03:12:45.620Z] c52ab6884c59: Preparing [2025-12-26T03:12:45.620Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:45.620Z] 2987ece16cb9: Preparing [2025-12-26T03:12:45.620Z] 256f393e029f: Preparing [2025-12-26T03:12:45.620Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:45.620Z] 2987ece16cb9: Waiting [2025-12-26T03:12:45.620Z] 256f393e029f: Waiting [2025-12-26T03:12:45.620Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:45.620Z] 3b42a1bbb2a3: Layer already exists [2025-12-26T03:12:45.620Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:45.620Z] 719776882bba: Layer already exists [2025-12-26T03:12:45.620Z] 8fde9535da0f: Layer already exists [2025-12-26T03:12:45.620Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:45.620Z] 256f393e029f: Layer already exists [2025-12-26T03:12:45.620Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:45.620Z] latest: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:45.957Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:46.290Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-26T03:12:46.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-26T03:12:46.290Z] 8fde9535da0f: Preparing [2025-12-26T03:12:46.290Z] 719776882bba: Preparing [2025-12-26T03:12:46.290Z] 3b42a1bbb2a3: Preparing [2025-12-26T03:12:46.290Z] 84af72fcb462: Preparing [2025-12-26T03:12:46.290Z] c52ab6884c59: Preparing [2025-12-26T03:12:46.290Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:46.290Z] 2987ece16cb9: Preparing [2025-12-26T03:12:46.290Z] 256f393e029f: Preparing [2025-12-26T03:12:46.290Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:46.290Z] 2987ece16cb9: Waiting [2025-12-26T03:12:46.290Z] 256f393e029f: Waiting [2025-12-26T03:12:46.290Z] 719776882bba: Layer already exists [2025-12-26T03:12:46.290Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:46.290Z] 3b42a1bbb2a3: Layer already exists [2025-12-26T03:12:46.290Z] 8fde9535da0f: Layer already exists [2025-12-26T03:12:46.290Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:46.290Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:46.290Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:46.290Z] 256f393e029f: Layer already exists [2025-12-26T03:12:46.290Z] 4.1.0-dev.88: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:46.624Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:46.970Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:46.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-26T03:12:46.970Z] 8fde9535da0f: Preparing [2025-12-26T03:12:46.970Z] 719776882bba: Preparing [2025-12-26T03:12:46.970Z] 3b42a1bbb2a3: Preparing [2025-12-26T03:12:46.970Z] 84af72fcb462: Preparing [2025-12-26T03:12:46.970Z] c52ab6884c59: Preparing [2025-12-26T03:12:46.970Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:46.970Z] 2987ece16cb9: Preparing [2025-12-26T03:12:46.970Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:46.970Z] 256f393e029f: Preparing [2025-12-26T03:12:46.970Z] 256f393e029f: Waiting [2025-12-26T03:12:46.970Z] 2987ece16cb9: Waiting [2025-12-26T03:12:46.970Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:46.970Z] 8fde9535da0f: Layer already exists [2025-12-26T03:12:46.970Z] 3b42a1bbb2a3: Layer already exists [2025-12-26T03:12:46.970Z] 719776882bba: Layer already exists [2025-12-26T03:12:46.970Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:46.970Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:46.970Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:46.970Z] 256f393e029f: Layer already exists [2025-12-26T03:12:46.970Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:47.311Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:47.642Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-12-26T03:12:47.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-12-26T03:12:47.642Z] 8fde9535da0f: Preparing [2025-12-26T03:12:47.642Z] 719776882bba: Preparing [2025-12-26T03:12:47.642Z] 3b42a1bbb2a3: Preparing [2025-12-26T03:12:47.642Z] 84af72fcb462: Preparing [2025-12-26T03:12:47.642Z] c52ab6884c59: Preparing [2025-12-26T03:12:47.642Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:47.642Z] 2987ece16cb9: Preparing [2025-12-26T03:12:47.642Z] 256f393e029f: Preparing [2025-12-26T03:12:47.642Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:47.642Z] 2987ece16cb9: Waiting [2025-12-26T03:12:47.642Z] 256f393e029f: Waiting [2025-12-26T03:12:47.642Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:47.642Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:47.642Z] 8fde9535da0f: Layer already exists [2025-12-26T03:12:47.642Z] 719776882bba: Layer already exists [2025-12-26T03:12:47.642Z] 3b42a1bbb2a3: Layer already exists [2025-12-26T03:12:47.642Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:47.642Z] 256f393e029f: Layer already exists [2025-12-26T03:12:47.642Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:47.642Z] main: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:12:47.724Z] ===================================================== [Pipeline] echo [2025-12-26T03:12:47.745Z] taggedImages: [2025-12-26T03:12:47.745Z] - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:47.745Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-26T03:12:47.745Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-26T03:12:47.745Z] - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:47.745Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-12-26T03:12:47.782Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-12-26T03:12:47.782Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:47.782Z] latest [2025-12-26T03:12:47.782Z] 4.1.0-dev.88 [2025-12-26T03:12:47.782Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:47.782Z] main [2025-12-26T03:12:47.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:48.127Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:48.466Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:48.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-26T03:12:48.466Z] abd18e6ef677: Preparing [2025-12-26T03:12:48.466Z] 9b315bfbbae3: Preparing [2025-12-26T03:12:48.466Z] e7720ba1708d: Preparing [2025-12-26T03:12:48.466Z] 13840ce56ccf: Preparing [2025-12-26T03:12:48.466Z] e31978e7e985: Preparing [2025-12-26T03:12:48.466Z] aba76cd62f20: Preparing [2025-12-26T03:12:48.466Z] 31816ad230f4: Preparing [2025-12-26T03:12:48.466Z] 84af72fcb462: Preparing [2025-12-26T03:12:48.466Z] c52ab6884c59: Preparing [2025-12-26T03:12:48.466Z] 4ae6d50eab54: Preparing [2025-12-26T03:12:48.466Z] a35661c04679: Preparing [2025-12-26T03:12:48.466Z] 5f70bf18a086: Preparing [2025-12-26T03:12:48.466Z] 5b16dab5a9c2: Preparing [2025-12-26T03:12:48.466Z] 571a481fcfe1: Preparing [2025-12-26T03:12:48.466Z] a98dbec35cd6: Preparing [2025-12-26T03:12:48.466Z] 256f393e029f: Preparing [2025-12-26T03:12:48.466Z] 84af72fcb462: Waiting [2025-12-26T03:12:48.466Z] c52ab6884c59: Waiting [2025-12-26T03:12:48.466Z] aba76cd62f20: Waiting [2025-12-26T03:12:48.466Z] 4ae6d50eab54: Waiting [2025-12-26T03:12:48.466Z] 31816ad230f4: Waiting [2025-12-26T03:12:48.466Z] 5f70bf18a086: Waiting [2025-12-26T03:12:48.466Z] a35661c04679: Waiting [2025-12-26T03:12:48.466Z] 571a481fcfe1: Waiting [2025-12-26T03:12:48.466Z] 5b16dab5a9c2: Waiting [2025-12-26T03:12:48.466Z] a98dbec35cd6: Waiting [2025-12-26T03:12:48.466Z] 256f393e029f: Waiting [2025-12-26T03:12:48.466Z] 13840ce56ccf: Pushed [2025-12-26T03:12:48.466Z] e7720ba1708d: Pushed [2025-12-26T03:12:48.466Z] 9b315bfbbae3: Pushed [2025-12-26T03:12:48.466Z] abd18e6ef677: Pushed [2025-12-26T03:12:48.466Z] e31978e7e985: Pushed [2025-12-26T03:12:48.466Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:48.466Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:48.466Z] 5f70bf18a086: Layer already exists [2025-12-26T03:12:48.466Z] aba76cd62f20: Pushed [2025-12-26T03:12:48.727Z] a35661c04679: Pushed [2025-12-26T03:12:48.727Z] 4ae6d50eab54: Pushed [2025-12-26T03:12:48.727Z] 5b16dab5a9c2: Pushed [2025-12-26T03:12:48.727Z] 256f393e029f: Layer already exists [2025-12-26T03:12:48.727Z] a98dbec35cd6: Pushed [2025-12-26T03:12:48.727Z] 571a481fcfe1: Pushed [2025-12-26T03:12:50.105Z] 31816ad230f4: Pushed [2025-12-26T03:12:50.105Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:50.451Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:50.791Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-26T03:12:50.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-26T03:12:50.791Z] abd18e6ef677: Preparing [2025-12-26T03:12:50.791Z] 9b315bfbbae3: Preparing [2025-12-26T03:12:50.791Z] e7720ba1708d: Preparing [2025-12-26T03:12:50.791Z] 13840ce56ccf: Preparing [2025-12-26T03:12:50.791Z] e31978e7e985: Preparing [2025-12-26T03:12:50.791Z] aba76cd62f20: Preparing [2025-12-26T03:12:50.791Z] 31816ad230f4: Preparing [2025-12-26T03:12:50.791Z] 84af72fcb462: Preparing [2025-12-26T03:12:50.791Z] c52ab6884c59: Preparing [2025-12-26T03:12:50.791Z] 4ae6d50eab54: Preparing [2025-12-26T03:12:50.791Z] a35661c04679: Preparing [2025-12-26T03:12:50.791Z] 5f70bf18a086: Preparing [2025-12-26T03:12:50.791Z] 5b16dab5a9c2: Preparing [2025-12-26T03:12:50.791Z] 571a481fcfe1: Preparing [2025-12-26T03:12:50.791Z] a98dbec35cd6: Preparing [2025-12-26T03:12:50.791Z] 256f393e029f: Preparing [2025-12-26T03:12:50.791Z] c52ab6884c59: Waiting [2025-12-26T03:12:50.791Z] 4ae6d50eab54: Waiting [2025-12-26T03:12:50.791Z] a35661c04679: Waiting [2025-12-26T03:12:50.791Z] 5f70bf18a086: Waiting [2025-12-26T03:12:50.791Z] 5b16dab5a9c2: Waiting [2025-12-26T03:12:50.791Z] 571a481fcfe1: Waiting [2025-12-26T03:12:50.791Z] a98dbec35cd6: Waiting [2025-12-26T03:12:50.791Z] 256f393e029f: Waiting [2025-12-26T03:12:50.791Z] aba76cd62f20: Waiting [2025-12-26T03:12:50.791Z] 31816ad230f4: Waiting [2025-12-26T03:12:50.791Z] 84af72fcb462: Waiting [2025-12-26T03:12:50.791Z] e31978e7e985: Layer already exists [2025-12-26T03:12:50.791Z] e7720ba1708d: Layer already exists [2025-12-26T03:12:50.791Z] 9b315bfbbae3: Layer already exists [2025-12-26T03:12:50.791Z] 13840ce56ccf: Layer already exists [2025-12-26T03:12:50.791Z] abd18e6ef677: Layer already exists [2025-12-26T03:12:50.791Z] aba76cd62f20: Layer already exists [2025-12-26T03:12:50.791Z] 31816ad230f4: Layer already exists [2025-12-26T03:12:50.791Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:50.791Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:50.791Z] 4ae6d50eab54: Layer already exists [2025-12-26T03:12:50.791Z] a35661c04679: Layer already exists [2025-12-26T03:12:50.791Z] 571a481fcfe1: Layer already exists [2025-12-26T03:12:50.791Z] 5f70bf18a086: Layer already exists [2025-12-26T03:12:50.791Z] 5b16dab5a9c2: Layer already exists [2025-12-26T03:12:50.791Z] a98dbec35cd6: Layer already exists [2025-12-26T03:12:50.791Z] 256f393e029f: Layer already exists [2025-12-26T03:12:50.791Z] latest: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:51.140Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:51.479Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-26T03:12:51.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-26T03:12:51.479Z] abd18e6ef677: Preparing [2025-12-26T03:12:51.479Z] 9b315bfbbae3: Preparing [2025-12-26T03:12:51.479Z] e7720ba1708d: Preparing [2025-12-26T03:12:51.479Z] 13840ce56ccf: Preparing [2025-12-26T03:12:51.479Z] e31978e7e985: Preparing [2025-12-26T03:12:51.479Z] aba76cd62f20: Preparing [2025-12-26T03:12:51.479Z] 31816ad230f4: Preparing [2025-12-26T03:12:51.479Z] 84af72fcb462: Preparing [2025-12-26T03:12:51.479Z] c52ab6884c59: Preparing [2025-12-26T03:12:51.479Z] 4ae6d50eab54: Preparing [2025-12-26T03:12:51.479Z] a35661c04679: Preparing [2025-12-26T03:12:51.479Z] 5f70bf18a086: Preparing [2025-12-26T03:12:51.479Z] 5b16dab5a9c2: Preparing [2025-12-26T03:12:51.479Z] 571a481fcfe1: Preparing [2025-12-26T03:12:51.479Z] aba76cd62f20: Waiting [2025-12-26T03:12:51.479Z] a98dbec35cd6: Preparing [2025-12-26T03:12:51.479Z] 31816ad230f4: Waiting [2025-12-26T03:12:51.479Z] 256f393e029f: Preparing [2025-12-26T03:12:51.479Z] 84af72fcb462: Waiting [2025-12-26T03:12:51.479Z] c52ab6884c59: Waiting [2025-12-26T03:12:51.479Z] 4ae6d50eab54: Waiting [2025-12-26T03:12:51.479Z] a35661c04679: Waiting [2025-12-26T03:12:51.479Z] 5f70bf18a086: Waiting [2025-12-26T03:12:51.479Z] 5b16dab5a9c2: Waiting [2025-12-26T03:12:51.479Z] 571a481fcfe1: Waiting [2025-12-26T03:12:51.479Z] a98dbec35cd6: Waiting [2025-12-26T03:12:51.479Z] 256f393e029f: Waiting [2025-12-26T03:12:51.479Z] e31978e7e985: Layer already exists [2025-12-26T03:12:51.479Z] e7720ba1708d: Layer already exists [2025-12-26T03:12:51.479Z] abd18e6ef677: Layer already exists [2025-12-26T03:12:51.479Z] 13840ce56ccf: Layer already exists [2025-12-26T03:12:51.479Z] 9b315bfbbae3: Layer already exists [2025-12-26T03:12:51.479Z] aba76cd62f20: Layer already exists [2025-12-26T03:12:51.479Z] 4ae6d50eab54: Layer already exists [2025-12-26T03:12:51.479Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:51.479Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:51.479Z] 31816ad230f4: Layer already exists [2025-12-26T03:12:51.479Z] a35661c04679: Layer already exists [2025-12-26T03:12:51.479Z] 5f70bf18a086: Layer already exists [2025-12-26T03:12:51.479Z] 5b16dab5a9c2: Layer already exists [2025-12-26T03:12:51.479Z] a98dbec35cd6: Layer already exists [2025-12-26T03:12:51.479Z] 571a481fcfe1: Layer already exists [2025-12-26T03:12:51.479Z] 256f393e029f: Layer already exists [2025-12-26T03:12:51.479Z] 4.1.0-dev.88: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:51.819Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:52.149Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:52.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-26T03:12:52.150Z] abd18e6ef677: Preparing [2025-12-26T03:12:52.150Z] 9b315bfbbae3: Preparing [2025-12-26T03:12:52.150Z] e7720ba1708d: Preparing [2025-12-26T03:12:52.150Z] 13840ce56ccf: Preparing [2025-12-26T03:12:52.150Z] e31978e7e985: Preparing [2025-12-26T03:12:52.150Z] aba76cd62f20: Preparing [2025-12-26T03:12:52.150Z] 31816ad230f4: Preparing [2025-12-26T03:12:52.150Z] 84af72fcb462: Preparing [2025-12-26T03:12:52.150Z] c52ab6884c59: Preparing [2025-12-26T03:12:52.150Z] 4ae6d50eab54: Preparing [2025-12-26T03:12:52.150Z] a35661c04679: Preparing [2025-12-26T03:12:52.150Z] 5f70bf18a086: Preparing [2025-12-26T03:12:52.150Z] 5b16dab5a9c2: Preparing [2025-12-26T03:12:52.150Z] 571a481fcfe1: Preparing [2025-12-26T03:12:52.150Z] a98dbec35cd6: Preparing [2025-12-26T03:12:52.150Z] 256f393e029f: Preparing [2025-12-26T03:12:52.150Z] a35661c04679: Waiting [2025-12-26T03:12:52.150Z] 5f70bf18a086: Waiting [2025-12-26T03:12:52.150Z] 31816ad230f4: Waiting [2025-12-26T03:12:52.150Z] 5b16dab5a9c2: Waiting [2025-12-26T03:12:52.150Z] 84af72fcb462: Waiting [2025-12-26T03:12:52.150Z] c52ab6884c59: Waiting [2025-12-26T03:12:52.150Z] 571a481fcfe1: Waiting [2025-12-26T03:12:52.150Z] a98dbec35cd6: Waiting [2025-12-26T03:12:52.150Z] 256f393e029f: Waiting [2025-12-26T03:12:52.150Z] aba76cd62f20: Waiting [2025-12-26T03:12:52.150Z] 4ae6d50eab54: Waiting [2025-12-26T03:12:52.150Z] e7720ba1708d: Layer already exists [2025-12-26T03:12:52.150Z] abd18e6ef677: Layer already exists [2025-12-26T03:12:52.150Z] 13840ce56ccf: Layer already exists [2025-12-26T03:12:52.150Z] 9b315bfbbae3: Layer already exists [2025-12-26T03:12:52.150Z] e31978e7e985: Layer already exists [2025-12-26T03:12:52.150Z] 31816ad230f4: Layer already exists [2025-12-26T03:12:52.150Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:52.150Z] aba76cd62f20: Layer already exists [2025-12-26T03:12:52.150Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:52.150Z] 4ae6d50eab54: Layer already exists [2025-12-26T03:12:52.150Z] 5b16dab5a9c2: Layer already exists [2025-12-26T03:12:52.150Z] a35661c04679: Layer already exists [2025-12-26T03:12:52.150Z] 5f70bf18a086: Layer already exists [2025-12-26T03:12:52.150Z] a98dbec35cd6: Layer already exists [2025-12-26T03:12:52.150Z] 571a481fcfe1: Layer already exists [2025-12-26T03:12:52.150Z] 256f393e029f: Layer already exists [2025-12-26T03:12:52.150Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:52.487Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:52.819Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-12-26T03:12:52.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-12-26T03:12:52.819Z] abd18e6ef677: Preparing [2025-12-26T03:12:52.819Z] 9b315bfbbae3: Preparing [2025-12-26T03:12:52.819Z] e7720ba1708d: Preparing [2025-12-26T03:12:52.819Z] 13840ce56ccf: Preparing [2025-12-26T03:12:52.819Z] e31978e7e985: Preparing [2025-12-26T03:12:52.819Z] aba76cd62f20: Preparing [2025-12-26T03:12:52.819Z] 31816ad230f4: Preparing [2025-12-26T03:12:52.819Z] 84af72fcb462: Preparing [2025-12-26T03:12:52.819Z] c52ab6884c59: Preparing [2025-12-26T03:12:52.819Z] 4ae6d50eab54: Preparing [2025-12-26T03:12:52.819Z] a35661c04679: Preparing [2025-12-26T03:12:52.819Z] 5f70bf18a086: Preparing [2025-12-26T03:12:52.819Z] aba76cd62f20: Waiting [2025-12-26T03:12:52.819Z] 5b16dab5a9c2: Preparing [2025-12-26T03:12:52.819Z] 31816ad230f4: Waiting [2025-12-26T03:12:52.819Z] 571a481fcfe1: Preparing [2025-12-26T03:12:52.819Z] 84af72fcb462: Waiting [2025-12-26T03:12:52.819Z] a98dbec35cd6: Preparing [2025-12-26T03:12:52.819Z] c52ab6884c59: Waiting [2025-12-26T03:12:52.819Z] 256f393e029f: Preparing [2025-12-26T03:12:52.819Z] 4ae6d50eab54: Waiting [2025-12-26T03:12:52.819Z] a35661c04679: Waiting [2025-12-26T03:12:52.819Z] a98dbec35cd6: Waiting [2025-12-26T03:12:52.819Z] 5f70bf18a086: Waiting [2025-12-26T03:12:52.819Z] 256f393e029f: Waiting [2025-12-26T03:12:52.819Z] 571a481fcfe1: Waiting [2025-12-26T03:12:52.819Z] 5b16dab5a9c2: Waiting [2025-12-26T03:12:52.819Z] abd18e6ef677: Layer already exists [2025-12-26T03:12:52.819Z] 9b315bfbbae3: Layer already exists [2025-12-26T03:12:52.819Z] e7720ba1708d: Layer already exists [2025-12-26T03:12:52.819Z] e31978e7e985: Layer already exists [2025-12-26T03:12:52.819Z] 13840ce56ccf: Layer already exists [2025-12-26T03:12:52.819Z] aba76cd62f20: Layer already exists [2025-12-26T03:12:52.819Z] 31816ad230f4: Layer already exists [2025-12-26T03:12:52.819Z] 4ae6d50eab54: Layer already exists [2025-12-26T03:12:52.819Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:52.819Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:52.819Z] 5b16dab5a9c2: Layer already exists [2025-12-26T03:12:52.819Z] 5f70bf18a086: Layer already exists [2025-12-26T03:12:52.819Z] 571a481fcfe1: Layer already exists [2025-12-26T03:12:52.819Z] a35661c04679: Layer already exists [2025-12-26T03:12:52.819Z] a98dbec35cd6: Layer already exists [2025-12-26T03:12:52.819Z] 256f393e029f: Layer already exists [2025-12-26T03:12:52.819Z] main: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:12:52.899Z] ===================================================== [Pipeline] echo [2025-12-26T03:12:52.919Z] taggedImages: [2025-12-26T03:12:52.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:52.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-26T03:12:52.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-26T03:12:52.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:52.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-12-26T03:12:52.955Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-12-26T03:12:52.955Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:52.955Z] latest [2025-12-26T03:12:52.955Z] 4.1.0-dev.88 [2025-12-26T03:12:52.955Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:52.955Z] main [2025-12-26T03:12:52.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:53.303Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:53.626Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:12:53.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-26T03:12:53.626Z] 6817bf5a83c3: Preparing [2025-12-26T03:12:53.626Z] 1dc5fcfbefbb: Preparing [2025-12-26T03:12:53.626Z] 2e5cff84e32a: Preparing [2025-12-26T03:12:53.626Z] 1679ffb51d6d: Preparing [2025-12-26T03:12:53.626Z] 84af72fcb462: Preparing [2025-12-26T03:12:53.626Z] c52ab6884c59: Preparing [2025-12-26T03:12:53.626Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:53.626Z] 2987ece16cb9: Preparing [2025-12-26T03:12:53.626Z] 256f393e029f: Preparing [2025-12-26T03:12:53.626Z] c52ab6884c59: Waiting [2025-12-26T03:12:53.626Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:53.626Z] 2987ece16cb9: Waiting [2025-12-26T03:12:53.626Z] 256f393e029f: Waiting [2025-12-26T03:12:53.626Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:53.626Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:53.626Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:53.626Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:53.626Z] 6817bf5a83c3: Pushed [2025-12-26T03:12:53.626Z] 1dc5fcfbefbb: Pushed [2025-12-26T03:12:53.626Z] 256f393e029f: Layer already exists [2025-12-26T03:12:53.626Z] 2e5cff84e32a: Pushed [2025-12-26T03:12:57.817Z] 1679ffb51d6d: Pushed [2025-12-26T03:12:57.817Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:58.157Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:58.493Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-26T03:12:58.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-26T03:12:58.493Z] 6817bf5a83c3: Preparing [2025-12-26T03:12:58.493Z] 1dc5fcfbefbb: Preparing [2025-12-26T03:12:58.493Z] 2e5cff84e32a: Preparing [2025-12-26T03:12:58.493Z] 1679ffb51d6d: Preparing [2025-12-26T03:12:58.493Z] 84af72fcb462: Preparing [2025-12-26T03:12:58.493Z] c52ab6884c59: Preparing [2025-12-26T03:12:58.493Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:58.493Z] 2987ece16cb9: Preparing [2025-12-26T03:12:58.493Z] 256f393e029f: Preparing [2025-12-26T03:12:58.493Z] c52ab6884c59: Waiting [2025-12-26T03:12:58.493Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:58.493Z] 2987ece16cb9: Waiting [2025-12-26T03:12:58.493Z] 256f393e029f: Waiting [2025-12-26T03:12:58.493Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:58.493Z] 1dc5fcfbefbb: Layer already exists [2025-12-26T03:12:58.493Z] 2e5cff84e32a: Layer already exists [2025-12-26T03:12:58.493Z] 6817bf5a83c3: Layer already exists [2025-12-26T03:12:58.493Z] 1679ffb51d6d: Layer already exists [2025-12-26T03:12:58.493Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:58.493Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:58.493Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:58.493Z] 256f393e029f: Layer already exists [2025-12-26T03:12:58.493Z] latest: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:58.824Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:59.159Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-26T03:12:59.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-26T03:12:59.159Z] 6817bf5a83c3: Preparing [2025-12-26T03:12:59.159Z] 1dc5fcfbefbb: Preparing [2025-12-26T03:12:59.159Z] 2e5cff84e32a: Preparing [2025-12-26T03:12:59.159Z] 1679ffb51d6d: Preparing [2025-12-26T03:12:59.159Z] 84af72fcb462: Preparing [2025-12-26T03:12:59.159Z] c52ab6884c59: Preparing [2025-12-26T03:12:59.159Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:59.159Z] 2987ece16cb9: Preparing [2025-12-26T03:12:59.159Z] 256f393e029f: Preparing [2025-12-26T03:12:59.159Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:59.159Z] 2987ece16cb9: Waiting [2025-12-26T03:12:59.159Z] 256f393e029f: Waiting [2025-12-26T03:12:59.159Z] 2e5cff84e32a: Layer already exists [2025-12-26T03:12:59.159Z] 6817bf5a83c3: Layer already exists [2025-12-26T03:12:59.159Z] 1679ffb51d6d: Layer already exists [2025-12-26T03:12:59.159Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:59.159Z] 1dc5fcfbefbb: Layer already exists [2025-12-26T03:12:59.159Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:59.159Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:59.159Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:59.159Z] 256f393e029f: Layer already exists [2025-12-26T03:12:59.159Z] 4.1.0-dev.88: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:59.560Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:12:59.899Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:12:59.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-26T03:12:59.900Z] 6817bf5a83c3: Preparing [2025-12-26T03:12:59.900Z] 1dc5fcfbefbb: Preparing [2025-12-26T03:12:59.900Z] 2e5cff84e32a: Preparing [2025-12-26T03:12:59.900Z] 1679ffb51d6d: Preparing [2025-12-26T03:12:59.900Z] 84af72fcb462: Preparing [2025-12-26T03:12:59.900Z] c52ab6884c59: Preparing [2025-12-26T03:12:59.900Z] c43ed0b6f7e1: Preparing [2025-12-26T03:12:59.900Z] 2987ece16cb9: Preparing [2025-12-26T03:12:59.900Z] 256f393e029f: Preparing [2025-12-26T03:12:59.900Z] c52ab6884c59: Waiting [2025-12-26T03:12:59.900Z] c43ed0b6f7e1: Waiting [2025-12-26T03:12:59.900Z] 2987ece16cb9: Waiting [2025-12-26T03:12:59.900Z] 256f393e029f: Waiting [2025-12-26T03:12:59.900Z] 1dc5fcfbefbb: Layer already exists [2025-12-26T03:12:59.900Z] 1679ffb51d6d: Layer already exists [2025-12-26T03:12:59.900Z] 84af72fcb462: Layer already exists [2025-12-26T03:12:59.900Z] 2e5cff84e32a: Layer already exists [2025-12-26T03:12:59.900Z] 6817bf5a83c3: Layer already exists [2025-12-26T03:12:59.900Z] c52ab6884c59: Layer already exists [2025-12-26T03:12:59.900Z] 2987ece16cb9: Layer already exists [2025-12-26T03:12:59.900Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:12:59.900Z] 256f393e029f: Layer already exists [2025-12-26T03:12:59.900Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:00.245Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:00.589Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-12-26T03:13:00.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-12-26T03:13:00.589Z] 6817bf5a83c3: Preparing [2025-12-26T03:13:00.589Z] 1dc5fcfbefbb: Preparing [2025-12-26T03:13:00.589Z] 2e5cff84e32a: Preparing [2025-12-26T03:13:00.589Z] 1679ffb51d6d: Preparing [2025-12-26T03:13:00.589Z] 84af72fcb462: Preparing [2025-12-26T03:13:00.589Z] c52ab6884c59: Preparing [2025-12-26T03:13:00.589Z] c43ed0b6f7e1: Preparing [2025-12-26T03:13:00.589Z] 2987ece16cb9: Preparing [2025-12-26T03:13:00.589Z] 256f393e029f: Preparing [2025-12-26T03:13:00.589Z] c43ed0b6f7e1: Waiting [2025-12-26T03:13:00.589Z] 2987ece16cb9: Waiting [2025-12-26T03:13:00.589Z] c52ab6884c59: Waiting [2025-12-26T03:13:00.589Z] 256f393e029f: Waiting [2025-12-26T03:13:00.589Z] 6817bf5a83c3: Layer already exists [2025-12-26T03:13:00.589Z] 1dc5fcfbefbb: Layer already exists [2025-12-26T03:13:00.589Z] 1679ffb51d6d: Layer already exists [2025-12-26T03:13:00.589Z] 2e5cff84e32a: Layer already exists [2025-12-26T03:13:00.589Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:00.589Z] c43ed0b6f7e1: Layer already exists [2025-12-26T03:13:00.589Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:00.589Z] 2987ece16cb9: Layer already exists [2025-12-26T03:13:00.589Z] 256f393e029f: Layer already exists [2025-12-26T03:13:00.589Z] main: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:13:00.673Z] ===================================================== [Pipeline] echo [2025-12-26T03:13:00.687Z] taggedImages: [2025-12-26T03:13:00.687Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:00.687Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-26T03:13:00.687Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-26T03:13:00.687Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:00.687Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-12-26T03:13:00.718Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-12-26T03:13:00.718Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:00.718Z] latest [2025-12-26T03:13:00.718Z] 4.1.0-dev.88 [2025-12-26T03:13:00.718Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:00.718Z] main [2025-12-26T03:13:00.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:01.077Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:01.412Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:01.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-26T03:13:01.413Z] 58957c7c9c57: Preparing [2025-12-26T03:13:01.413Z] 62118366294c: Preparing [2025-12-26T03:13:01.413Z] 74b5d67a0aea: Preparing [2025-12-26T03:13:01.413Z] 58ff7e476ec2: Preparing [2025-12-26T03:13:01.413Z] c5618952b0a1: Preparing [2025-12-26T03:13:01.413Z] 84af72fcb462: Preparing [2025-12-26T03:13:01.413Z] c52ab6884c59: Preparing [2025-12-26T03:13:01.413Z] 1dd626d2801e: Preparing [2025-12-26T03:13:01.413Z] 1f13ec55cebc: Preparing [2025-12-26T03:13:01.413Z] af3c5583651c: Preparing [2025-12-26T03:13:01.413Z] 256f393e029f: Preparing [2025-12-26T03:13:01.413Z] c52ab6884c59: Waiting [2025-12-26T03:13:01.413Z] 256f393e029f: Waiting [2025-12-26T03:13:01.413Z] af3c5583651c: Waiting [2025-12-26T03:13:01.413Z] 1dd626d2801e: Waiting [2025-12-26T03:13:01.413Z] 1f13ec55cebc: Waiting [2025-12-26T03:13:01.413Z] 84af72fcb462: Waiting [2025-12-26T03:13:01.413Z] c5618952b0a1: Pushed [2025-12-26T03:13:01.413Z] 62118366294c: Pushed [2025-12-26T03:13:01.413Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:01.413Z] 58957c7c9c57: Pushed [2025-12-26T03:13:01.413Z] 58ff7e476ec2: Pushed [2025-12-26T03:13:01.413Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:01.413Z] 256f393e029f: Layer already exists [2025-12-26T03:13:01.413Z] 1dd626d2801e: Pushed [2025-12-26T03:13:01.671Z] 1f13ec55cebc: Pushed [2025-12-26T03:13:03.046Z] af3c5583651c: Pushed [2025-12-26T03:13:04.425Z] 74b5d67a0aea: Pushed [2025-12-26T03:13:04.425Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:04.766Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:05.098Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-26T03:13:05.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-26T03:13:05.099Z] 58957c7c9c57: Preparing [2025-12-26T03:13:05.099Z] 62118366294c: Preparing [2025-12-26T03:13:05.099Z] 74b5d67a0aea: Preparing [2025-12-26T03:13:05.099Z] 58ff7e476ec2: Preparing [2025-12-26T03:13:05.099Z] c5618952b0a1: Preparing [2025-12-26T03:13:05.099Z] 84af72fcb462: Preparing [2025-12-26T03:13:05.099Z] c52ab6884c59: Preparing [2025-12-26T03:13:05.099Z] 1dd626d2801e: Preparing [2025-12-26T03:13:05.099Z] 1f13ec55cebc: Preparing [2025-12-26T03:13:05.099Z] af3c5583651c: Preparing [2025-12-26T03:13:05.099Z] 256f393e029f: Preparing [2025-12-26T03:13:05.099Z] 84af72fcb462: Waiting [2025-12-26T03:13:05.099Z] c52ab6884c59: Waiting [2025-12-26T03:13:05.099Z] 1dd626d2801e: Waiting [2025-12-26T03:13:05.099Z] 1f13ec55cebc: Waiting [2025-12-26T03:13:05.099Z] af3c5583651c: Waiting [2025-12-26T03:13:05.099Z] 256f393e029f: Waiting [2025-12-26T03:13:05.099Z] 58957c7c9c57: Layer already exists [2025-12-26T03:13:05.099Z] 62118366294c: Layer already exists [2025-12-26T03:13:05.099Z] c5618952b0a1: Layer already exists [2025-12-26T03:13:05.099Z] 58ff7e476ec2: Layer already exists [2025-12-26T03:13:05.099Z] 74b5d67a0aea: Layer already exists [2025-12-26T03:13:05.099Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:05.099Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:05.099Z] 1dd626d2801e: Layer already exists [2025-12-26T03:13:05.099Z] af3c5583651c: Layer already exists [2025-12-26T03:13:05.099Z] 1f13ec55cebc: Layer already exists [2025-12-26T03:13:05.099Z] 256f393e029f: Layer already exists [2025-12-26T03:13:05.099Z] latest: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:05.439Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:05.779Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-26T03:13:05.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-26T03:13:05.779Z] 58957c7c9c57: Preparing [2025-12-26T03:13:05.779Z] 62118366294c: Preparing [2025-12-26T03:13:05.779Z] 74b5d67a0aea: Preparing [2025-12-26T03:13:05.779Z] 58ff7e476ec2: Preparing [2025-12-26T03:13:05.779Z] c5618952b0a1: Preparing [2025-12-26T03:13:05.779Z] 84af72fcb462: Preparing [2025-12-26T03:13:05.779Z] c52ab6884c59: Preparing [2025-12-26T03:13:05.779Z] 1dd626d2801e: Preparing [2025-12-26T03:13:05.779Z] 1f13ec55cebc: Preparing [2025-12-26T03:13:05.779Z] af3c5583651c: Preparing [2025-12-26T03:13:05.779Z] 256f393e029f: Preparing [2025-12-26T03:13:05.779Z] 1dd626d2801e: Waiting [2025-12-26T03:13:05.779Z] 1f13ec55cebc: Waiting [2025-12-26T03:13:05.779Z] af3c5583651c: Waiting [2025-12-26T03:13:05.779Z] 256f393e029f: Waiting [2025-12-26T03:13:05.779Z] 84af72fcb462: Waiting [2025-12-26T03:13:05.779Z] c52ab6884c59: Waiting [2025-12-26T03:13:05.779Z] c5618952b0a1: Layer already exists [2025-12-26T03:13:05.779Z] 58957c7c9c57: Layer already exists [2025-12-26T03:13:05.779Z] 58ff7e476ec2: Layer already exists [2025-12-26T03:13:05.779Z] 74b5d67a0aea: Layer already exists [2025-12-26T03:13:05.779Z] 62118366294c: Layer already exists [2025-12-26T03:13:05.779Z] 1dd626d2801e: Layer already exists [2025-12-26T03:13:05.779Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:05.779Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:05.779Z] 1f13ec55cebc: Layer already exists [2025-12-26T03:13:05.779Z] af3c5583651c: Layer already exists [2025-12-26T03:13:05.779Z] 256f393e029f: Layer already exists [2025-12-26T03:13:05.779Z] 4.1.0-dev.88: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:06.112Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:06.435Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:06.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-26T03:13:06.435Z] 58957c7c9c57: Preparing [2025-12-26T03:13:06.435Z] 62118366294c: Preparing [2025-12-26T03:13:06.435Z] 74b5d67a0aea: Preparing [2025-12-26T03:13:06.435Z] 58ff7e476ec2: Preparing [2025-12-26T03:13:06.435Z] c5618952b0a1: Preparing [2025-12-26T03:13:06.435Z] 84af72fcb462: Preparing [2025-12-26T03:13:06.435Z] c52ab6884c59: Preparing [2025-12-26T03:13:06.435Z] 1dd626d2801e: Preparing [2025-12-26T03:13:06.435Z] 1f13ec55cebc: Preparing [2025-12-26T03:13:06.435Z] af3c5583651c: Preparing [2025-12-26T03:13:06.435Z] 256f393e029f: Preparing [2025-12-26T03:13:06.435Z] 84af72fcb462: Waiting [2025-12-26T03:13:06.435Z] c52ab6884c59: Waiting [2025-12-26T03:13:06.435Z] 1dd626d2801e: Waiting [2025-12-26T03:13:06.435Z] 1f13ec55cebc: Waiting [2025-12-26T03:13:06.435Z] af3c5583651c: Waiting [2025-12-26T03:13:06.435Z] 256f393e029f: Waiting [2025-12-26T03:13:06.435Z] 74b5d67a0aea: Layer already exists [2025-12-26T03:13:06.435Z] 62118366294c: Layer already exists [2025-12-26T03:13:06.435Z] 58957c7c9c57: Layer already exists [2025-12-26T03:13:06.435Z] c5618952b0a1: Layer already exists [2025-12-26T03:13:06.435Z] 58ff7e476ec2: Layer already exists [2025-12-26T03:13:06.435Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:06.435Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:06.435Z] 1dd626d2801e: Layer already exists [2025-12-26T03:13:06.435Z] 1f13ec55cebc: Layer already exists [2025-12-26T03:13:06.435Z] af3c5583651c: Layer already exists [2025-12-26T03:13:06.435Z] 256f393e029f: Layer already exists [2025-12-26T03:13:06.435Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:06.765Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:07.094Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-12-26T03:13:07.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-12-26T03:13:07.094Z] 58957c7c9c57: Preparing [2025-12-26T03:13:07.094Z] 62118366294c: Preparing [2025-12-26T03:13:07.094Z] 74b5d67a0aea: Preparing [2025-12-26T03:13:07.094Z] 58ff7e476ec2: Preparing [2025-12-26T03:13:07.094Z] c5618952b0a1: Preparing [2025-12-26T03:13:07.094Z] 84af72fcb462: Preparing [2025-12-26T03:13:07.094Z] c52ab6884c59: Preparing [2025-12-26T03:13:07.094Z] 1dd626d2801e: Preparing [2025-12-26T03:13:07.094Z] 1f13ec55cebc: Preparing [2025-12-26T03:13:07.094Z] af3c5583651c: Preparing [2025-12-26T03:13:07.094Z] 256f393e029f: Preparing [2025-12-26T03:13:07.094Z] 84af72fcb462: Waiting [2025-12-26T03:13:07.094Z] af3c5583651c: Waiting [2025-12-26T03:13:07.094Z] c52ab6884c59: Waiting [2025-12-26T03:13:07.094Z] 256f393e029f: Waiting [2025-12-26T03:13:07.094Z] 1f13ec55cebc: Waiting [2025-12-26T03:13:07.094Z] 1dd626d2801e: Waiting [2025-12-26T03:13:07.094Z] 58ff7e476ec2: Layer already exists [2025-12-26T03:13:07.094Z] 74b5d67a0aea: Layer already exists [2025-12-26T03:13:07.094Z] 58957c7c9c57: Layer already exists [2025-12-26T03:13:07.094Z] c5618952b0a1: Layer already exists [2025-12-26T03:13:07.094Z] 62118366294c: Layer already exists [2025-12-26T03:13:07.094Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:07.094Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:07.094Z] 1dd626d2801e: Layer already exists [2025-12-26T03:13:07.094Z] af3c5583651c: Layer already exists [2025-12-26T03:13:07.094Z] 1f13ec55cebc: Layer already exists [2025-12-26T03:13:07.094Z] 256f393e029f: Layer already exists [2025-12-26T03:13:07.094Z] main: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:13:07.171Z] ===================================================== [Pipeline] echo [2025-12-26T03:13:07.191Z] taggedImages: [2025-12-26T03:13:07.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:07.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-26T03:13:07.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-26T03:13:07.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:07.191Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-12-26T03:13:07.216Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-12-26T03:13:07.216Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:07.216Z] latest [2025-12-26T03:13:07.216Z] 4.1.0-dev.88 [2025-12-26T03:13:07.216Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:07.216Z] main [2025-12-26T03:13:07.216Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:07.572Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:07.902Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:07.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-26T03:13:07.902Z] 8126b4cea6b7: Preparing [2025-12-26T03:13:07.902Z] a58f05b0ffcd: Preparing [2025-12-26T03:13:07.902Z] 5a990710840c: Preparing [2025-12-26T03:13:07.902Z] e160f902d365: Preparing [2025-12-26T03:13:07.902Z] b84767a6c3d5: Preparing [2025-12-26T03:13:07.902Z] f6fee46d3848: Preparing [2025-12-26T03:13:07.902Z] 5d1f4756d4bc: Preparing [2025-12-26T03:13:07.902Z] 84af72fcb462: Preparing [2025-12-26T03:13:07.902Z] c52ab6884c59: Preparing [2025-12-26T03:13:07.902Z] 52c5392912ef: Preparing [2025-12-26T03:13:07.902Z] 2bec5c05d998: Preparing [2025-12-26T03:13:07.902Z] 256f393e029f: Preparing [2025-12-26T03:13:07.902Z] 52c5392912ef: Waiting [2025-12-26T03:13:07.902Z] c52ab6884c59: Waiting [2025-12-26T03:13:07.902Z] 2bec5c05d998: Waiting [2025-12-26T03:13:07.902Z] 256f393e029f: Waiting [2025-12-26T03:13:07.902Z] 84af72fcb462: Waiting [2025-12-26T03:13:07.902Z] 5d1f4756d4bc: Waiting [2025-12-26T03:13:07.902Z] f6fee46d3848: Waiting [2025-12-26T03:13:07.902Z] b84767a6c3d5: Pushed [2025-12-26T03:13:07.902Z] 8126b4cea6b7: Pushed [2025-12-26T03:13:07.902Z] a58f05b0ffcd: Pushed [2025-12-26T03:13:07.902Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:07.902Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:07.902Z] f6fee46d3848: Pushed [2025-12-26T03:13:07.902Z] 5d1f4756d4bc: Pushed [2025-12-26T03:13:08.162Z] 256f393e029f: Layer already exists [2025-12-26T03:13:08.162Z] 52c5392912ef: Pushed [2025-12-26T03:13:09.536Z] 2bec5c05d998: Pushed [2025-12-26T03:13:10.912Z] e160f902d365: Pushed [2025-12-26T03:13:10.912Z] 5a990710840c: Pushed [2025-12-26T03:13:10.912Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:11.261Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:11.604Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-26T03:13:11.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-26T03:13:11.604Z] 8126b4cea6b7: Preparing [2025-12-26T03:13:11.604Z] a58f05b0ffcd: Preparing [2025-12-26T03:13:11.604Z] 5a990710840c: Preparing [2025-12-26T03:13:11.604Z] e160f902d365: Preparing [2025-12-26T03:13:11.604Z] b84767a6c3d5: Preparing [2025-12-26T03:13:11.604Z] f6fee46d3848: Preparing [2025-12-26T03:13:11.604Z] 5d1f4756d4bc: Preparing [2025-12-26T03:13:11.604Z] 84af72fcb462: Preparing [2025-12-26T03:13:11.604Z] c52ab6884c59: Preparing [2025-12-26T03:13:11.604Z] 52c5392912ef: Preparing [2025-12-26T03:13:11.604Z] 2bec5c05d998: Preparing [2025-12-26T03:13:11.604Z] 256f393e029f: Preparing [2025-12-26T03:13:11.604Z] f6fee46d3848: Waiting [2025-12-26T03:13:11.604Z] 5d1f4756d4bc: Waiting [2025-12-26T03:13:11.604Z] 84af72fcb462: Waiting [2025-12-26T03:13:11.604Z] 2bec5c05d998: Waiting [2025-12-26T03:13:11.604Z] 256f393e029f: Waiting [2025-12-26T03:13:11.604Z] c52ab6884c59: Waiting [2025-12-26T03:13:11.604Z] 52c5392912ef: Waiting [2025-12-26T03:13:11.604Z] 8126b4cea6b7: Layer already exists [2025-12-26T03:13:11.604Z] b84767a6c3d5: Layer already exists [2025-12-26T03:13:11.604Z] 5a990710840c: Layer already exists [2025-12-26T03:13:11.604Z] a58f05b0ffcd: Layer already exists [2025-12-26T03:13:11.604Z] e160f902d365: Layer already exists [2025-12-26T03:13:11.604Z] f6fee46d3848: Layer already exists [2025-12-26T03:13:11.604Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:11.604Z] 5d1f4756d4bc: Layer already exists [2025-12-26T03:13:11.604Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:11.604Z] 52c5392912ef: Layer already exists [2025-12-26T03:13:11.604Z] 2bec5c05d998: Layer already exists [2025-12-26T03:13:11.604Z] 256f393e029f: Layer already exists [2025-12-26T03:13:11.604Z] latest: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:11.952Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:12.291Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-26T03:13:12.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-26T03:13:12.291Z] 8126b4cea6b7: Preparing [2025-12-26T03:13:12.291Z] a58f05b0ffcd: Preparing [2025-12-26T03:13:12.291Z] 5a990710840c: Preparing [2025-12-26T03:13:12.291Z] e160f902d365: Preparing [2025-12-26T03:13:12.291Z] b84767a6c3d5: Preparing [2025-12-26T03:13:12.291Z] f6fee46d3848: Preparing [2025-12-26T03:13:12.291Z] 5d1f4756d4bc: Preparing [2025-12-26T03:13:12.291Z] 84af72fcb462: Preparing [2025-12-26T03:13:12.291Z] c52ab6884c59: Preparing [2025-12-26T03:13:12.291Z] 52c5392912ef: Preparing [2025-12-26T03:13:12.291Z] 2bec5c05d998: Preparing [2025-12-26T03:13:12.291Z] 256f393e029f: Preparing [2025-12-26T03:13:12.291Z] c52ab6884c59: Waiting [2025-12-26T03:13:12.291Z] 52c5392912ef: Waiting [2025-12-26T03:13:12.291Z] 2bec5c05d998: Waiting [2025-12-26T03:13:12.291Z] 256f393e029f: Waiting [2025-12-26T03:13:12.291Z] f6fee46d3848: Waiting [2025-12-26T03:13:12.291Z] 5d1f4756d4bc: Waiting [2025-12-26T03:13:12.291Z] 84af72fcb462: Waiting [2025-12-26T03:13:12.291Z] a58f05b0ffcd: Layer already exists [2025-12-26T03:13:12.291Z] 5a990710840c: Layer already exists [2025-12-26T03:13:12.291Z] e160f902d365: Layer already exists [2025-12-26T03:13:12.291Z] b84767a6c3d5: Layer already exists [2025-12-26T03:13:12.291Z] 8126b4cea6b7: Layer already exists [2025-12-26T03:13:12.291Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:12.291Z] 5d1f4756d4bc: Layer already exists [2025-12-26T03:13:12.291Z] f6fee46d3848: Layer already exists [2025-12-26T03:13:12.291Z] 52c5392912ef: Layer already exists [2025-12-26T03:13:12.291Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:12.291Z] 2bec5c05d998: Layer already exists [2025-12-26T03:13:12.291Z] 256f393e029f: Layer already exists [2025-12-26T03:13:12.291Z] 4.1.0-dev.88: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:12.626Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:12.956Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:12.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-26T03:13:12.956Z] 8126b4cea6b7: Preparing [2025-12-26T03:13:12.956Z] a58f05b0ffcd: Preparing [2025-12-26T03:13:12.956Z] 5a990710840c: Preparing [2025-12-26T03:13:12.956Z] e160f902d365: Preparing [2025-12-26T03:13:12.956Z] b84767a6c3d5: Preparing [2025-12-26T03:13:12.956Z] f6fee46d3848: Preparing [2025-12-26T03:13:12.956Z] 5d1f4756d4bc: Preparing [2025-12-26T03:13:12.956Z] 84af72fcb462: Preparing [2025-12-26T03:13:12.956Z] c52ab6884c59: Preparing [2025-12-26T03:13:12.956Z] 52c5392912ef: Preparing [2025-12-26T03:13:12.956Z] 2bec5c05d998: Preparing [2025-12-26T03:13:12.956Z] 256f393e029f: Preparing [2025-12-26T03:13:12.956Z] 84af72fcb462: Waiting [2025-12-26T03:13:12.956Z] c52ab6884c59: Waiting [2025-12-26T03:13:12.956Z] 52c5392912ef: Waiting [2025-12-26T03:13:12.956Z] 2bec5c05d998: Waiting [2025-12-26T03:13:12.956Z] 256f393e029f: Waiting [2025-12-26T03:13:12.956Z] f6fee46d3848: Waiting [2025-12-26T03:13:12.956Z] 5d1f4756d4bc: Waiting [2025-12-26T03:13:12.956Z] a58f05b0ffcd: Layer already exists [2025-12-26T03:13:12.956Z] e160f902d365: Layer already exists [2025-12-26T03:13:12.956Z] 5a990710840c: Layer already exists [2025-12-26T03:13:12.956Z] 8126b4cea6b7: Layer already exists [2025-12-26T03:13:12.956Z] b84767a6c3d5: Layer already exists [2025-12-26T03:13:12.956Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:12.956Z] 5d1f4756d4bc: Layer already exists [2025-12-26T03:13:12.956Z] f6fee46d3848: Layer already exists [2025-12-26T03:13:12.956Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:12.956Z] 52c5392912ef: Layer already exists [2025-12-26T03:13:12.956Z] 256f393e029f: Layer already exists [2025-12-26T03:13:12.956Z] 2bec5c05d998: Layer already exists [2025-12-26T03:13:12.956Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:13.286Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:13.615Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-12-26T03:13:13.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-12-26T03:13:13.615Z] 8126b4cea6b7: Preparing [2025-12-26T03:13:13.615Z] a58f05b0ffcd: Preparing [2025-12-26T03:13:13.615Z] 5a990710840c: Preparing [2025-12-26T03:13:13.615Z] e160f902d365: Preparing [2025-12-26T03:13:13.615Z] b84767a6c3d5: Preparing [2025-12-26T03:13:13.615Z] f6fee46d3848: Preparing [2025-12-26T03:13:13.615Z] 5d1f4756d4bc: Preparing [2025-12-26T03:13:13.615Z] 84af72fcb462: Preparing [2025-12-26T03:13:13.615Z] c52ab6884c59: Preparing [2025-12-26T03:13:13.615Z] 52c5392912ef: Preparing [2025-12-26T03:13:13.615Z] 2bec5c05d998: Preparing [2025-12-26T03:13:13.615Z] 256f393e029f: Preparing [2025-12-26T03:13:13.615Z] c52ab6884c59: Waiting [2025-12-26T03:13:13.615Z] 5d1f4756d4bc: Waiting [2025-12-26T03:13:13.615Z] 84af72fcb462: Waiting [2025-12-26T03:13:13.615Z] 256f393e029f: Waiting [2025-12-26T03:13:13.615Z] 52c5392912ef: Waiting [2025-12-26T03:13:13.615Z] f6fee46d3848: Waiting [2025-12-26T03:13:13.615Z] 2bec5c05d998: Waiting [2025-12-26T03:13:13.615Z] e160f902d365: Layer already exists [2025-12-26T03:13:13.615Z] 8126b4cea6b7: Layer already exists [2025-12-26T03:13:13.615Z] b84767a6c3d5: Layer already exists [2025-12-26T03:13:13.615Z] 5a990710840c: Layer already exists [2025-12-26T03:13:13.615Z] a58f05b0ffcd: Layer already exists [2025-12-26T03:13:13.615Z] f6fee46d3848: Layer already exists [2025-12-26T03:13:13.615Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:13.615Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:13.615Z] 5d1f4756d4bc: Layer already exists [2025-12-26T03:13:13.615Z] 52c5392912ef: Layer already exists [2025-12-26T03:13:13.615Z] 2bec5c05d998: Layer already exists [2025-12-26T03:13:13.615Z] 256f393e029f: Layer already exists [2025-12-26T03:13:13.615Z] main: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:13:13.701Z] ===================================================== [Pipeline] echo [2025-12-26T03:13:13.720Z] taggedImages: [2025-12-26T03:13:13.720Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:13.720Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-26T03:13:13.720Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-26T03:13:13.720Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:13.720Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-12-26T03:13:13.748Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-12-26T03:13:13.748Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:13.748Z] latest [2025-12-26T03:13:13.748Z] 4.1.0-dev.88 [2025-12-26T03:13:13.748Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:13.748Z] main [2025-12-26T03:13:13.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:14.100Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:14.436Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:14.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-26T03:13:14.436Z] f21fd17e1562: Preparing [2025-12-26T03:13:14.436Z] b57d96d84ece: Preparing [2025-12-26T03:13:14.436Z] 84af72fcb462: Preparing [2025-12-26T03:13:14.436Z] c52ab6884c59: Preparing [2025-12-26T03:13:14.436Z] 7311f9348805: Preparing [2025-12-26T03:13:14.436Z] bef4c8741864: Preparing [2025-12-26T03:13:14.436Z] 256f393e029f: Preparing [2025-12-26T03:13:14.436Z] bef4c8741864: Waiting [2025-12-26T03:13:14.436Z] 256f393e029f: Waiting [2025-12-26T03:13:14.436Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:14.436Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:14.436Z] 256f393e029f: Layer already exists [2025-12-26T03:13:14.436Z] f21fd17e1562: Pushed [2025-12-26T03:13:14.436Z] 7311f9348805: Pushed [2025-12-26T03:13:15.373Z] bef4c8741864: Pushed [2025-12-26T03:13:17.911Z] b57d96d84ece: Pushed [2025-12-26T03:13:17.911Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:18.271Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:18.598Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-26T03:13:18.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-26T03:13:18.598Z] f21fd17e1562: Preparing [2025-12-26T03:13:18.598Z] b57d96d84ece: Preparing [2025-12-26T03:13:18.598Z] 84af72fcb462: Preparing [2025-12-26T03:13:18.598Z] c52ab6884c59: Preparing [2025-12-26T03:13:18.598Z] 7311f9348805: Preparing [2025-12-26T03:13:18.598Z] bef4c8741864: Preparing [2025-12-26T03:13:18.598Z] 256f393e029f: Preparing [2025-12-26T03:13:18.598Z] bef4c8741864: Waiting [2025-12-26T03:13:18.598Z] 256f393e029f: Waiting [2025-12-26T03:13:18.598Z] b57d96d84ece: Layer already exists [2025-12-26T03:13:18.598Z] 7311f9348805: Layer already exists [2025-12-26T03:13:18.598Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:18.598Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:18.598Z] f21fd17e1562: Layer already exists [2025-12-26T03:13:18.598Z] bef4c8741864: Layer already exists [2025-12-26T03:13:18.598Z] 256f393e029f: Layer already exists [2025-12-26T03:13:18.599Z] latest: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:18.934Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:19.265Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-26T03:13:19.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-26T03:13:19.265Z] f21fd17e1562: Preparing [2025-12-26T03:13:19.265Z] b57d96d84ece: Preparing [2025-12-26T03:13:19.265Z] 84af72fcb462: Preparing [2025-12-26T03:13:19.265Z] c52ab6884c59: Preparing [2025-12-26T03:13:19.265Z] 7311f9348805: Preparing [2025-12-26T03:13:19.265Z] bef4c8741864: Preparing [2025-12-26T03:13:19.265Z] 256f393e029f: Preparing [2025-12-26T03:13:19.265Z] bef4c8741864: Waiting [2025-12-26T03:13:19.265Z] 256f393e029f: Waiting [2025-12-26T03:13:19.265Z] 7311f9348805: Layer already exists [2025-12-26T03:13:19.265Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:19.265Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:19.265Z] b57d96d84ece: Layer already exists [2025-12-26T03:13:19.265Z] f21fd17e1562: Layer already exists [2025-12-26T03:13:19.265Z] 256f393e029f: Layer already exists [2025-12-26T03:13:19.265Z] bef4c8741864: Layer already exists [2025-12-26T03:13:19.265Z] 4.1.0-dev.88: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:19.607Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:19.944Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:19.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-26T03:13:19.944Z] f21fd17e1562: Preparing [2025-12-26T03:13:19.944Z] b57d96d84ece: Preparing [2025-12-26T03:13:19.944Z] 84af72fcb462: Preparing [2025-12-26T03:13:19.944Z] c52ab6884c59: Preparing [2025-12-26T03:13:19.944Z] 7311f9348805: Preparing [2025-12-26T03:13:19.944Z] bef4c8741864: Preparing [2025-12-26T03:13:19.944Z] 256f393e029f: Preparing [2025-12-26T03:13:19.944Z] bef4c8741864: Waiting [2025-12-26T03:13:19.944Z] 256f393e029f: Waiting [2025-12-26T03:13:19.944Z] b57d96d84ece: Layer already exists [2025-12-26T03:13:19.944Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:19.944Z] 7311f9348805: Layer already exists [2025-12-26T03:13:19.944Z] f21fd17e1562: Layer already exists [2025-12-26T03:13:19.944Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:19.944Z] 256f393e029f: Layer already exists [2025-12-26T03:13:19.944Z] bef4c8741864: Layer already exists [2025-12-26T03:13:19.944Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:20.286Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:20.612Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-12-26T03:13:20.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-12-26T03:13:20.612Z] f21fd17e1562: Preparing [2025-12-26T03:13:20.612Z] b57d96d84ece: Preparing [2025-12-26T03:13:20.612Z] 84af72fcb462: Preparing [2025-12-26T03:13:20.612Z] c52ab6884c59: Preparing [2025-12-26T03:13:20.612Z] 7311f9348805: Preparing [2025-12-26T03:13:20.612Z] bef4c8741864: Preparing [2025-12-26T03:13:20.612Z] 256f393e029f: Preparing [2025-12-26T03:13:20.612Z] bef4c8741864: Waiting [2025-12-26T03:13:20.612Z] 256f393e029f: Waiting [2025-12-26T03:13:20.612Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:20.612Z] b57d96d84ece: Layer already exists [2025-12-26T03:13:20.612Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:20.612Z] 7311f9348805: Layer already exists [2025-12-26T03:13:20.612Z] f21fd17e1562: Layer already exists [2025-12-26T03:13:20.612Z] bef4c8741864: Layer already exists [2025-12-26T03:13:20.612Z] 256f393e029f: Layer already exists [2025-12-26T03:13:20.612Z] main: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:13:20.697Z] ===================================================== [Pipeline] echo [2025-12-26T03:13:20.715Z] taggedImages: [2025-12-26T03:13:20.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:20.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-26T03:13:20.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-26T03:13:20.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:20.715Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-12-26T03:13:20.745Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-12-26T03:13:20.745Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:20.745Z] latest [2025-12-26T03:13:20.745Z] 4.1.0-dev.88 [2025-12-26T03:13:20.745Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:20.745Z] main [2025-12-26T03:13:20.745Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:21.100Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:21.436Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:21.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-26T03:13:21.436Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:21.436Z] 31a9a56bc412: Preparing [2025-12-26T03:13:21.436Z] 87baed665f9a: Preparing [2025-12-26T03:13:21.436Z] 84af72fcb462: Preparing [2025-12-26T03:13:21.436Z] c52ab6884c59: Preparing [2025-12-26T03:13:21.436Z] 349e6e222e61: Preparing [2025-12-26T03:13:21.436Z] 319084c11f90: Preparing [2025-12-26T03:13:21.436Z] 80f1796f428a: Preparing [2025-12-26T03:13:21.436Z] 00d73ba12737: Preparing [2025-12-26T03:13:21.436Z] 256f393e029f: Preparing [2025-12-26T03:13:21.436Z] 349e6e222e61: Waiting [2025-12-26T03:13:21.436Z] 319084c11f90: Waiting [2025-12-26T03:13:21.436Z] 80f1796f428a: Waiting [2025-12-26T03:13:21.436Z] 00d73ba12737: Waiting [2025-12-26T03:13:21.436Z] 256f393e029f: Waiting [2025-12-26T03:13:21.436Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:21.436Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:21.436Z] 87baed665f9a: Pushed [2025-12-26T03:13:21.436Z] 31a9a56bc412: Pushed [2025-12-26T03:13:21.436Z] c4ef88ccabd7: Pushed [2025-12-26T03:13:21.436Z] 256f393e029f: Layer already exists [2025-12-26T03:13:21.696Z] 80f1796f428a: Pushed [2025-12-26T03:13:21.955Z] 00d73ba12737: Pushed [2025-12-26T03:13:27.404Z] 319084c11f90: Pushed [2025-12-26T03:13:35.552Z] 349e6e222e61: Pushed [2025-12-26T03:13:35.552Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:35.895Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:36.230Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-26T03:13:36.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-26T03:13:36.230Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:36.230Z] 31a9a56bc412: Preparing [2025-12-26T03:13:36.230Z] 87baed665f9a: Preparing [2025-12-26T03:13:36.230Z] 84af72fcb462: Preparing [2025-12-26T03:13:36.230Z] c52ab6884c59: Preparing [2025-12-26T03:13:36.230Z] 349e6e222e61: Preparing [2025-12-26T03:13:36.230Z] 319084c11f90: Preparing [2025-12-26T03:13:36.230Z] 80f1796f428a: Preparing [2025-12-26T03:13:36.230Z] 00d73ba12737: Preparing [2025-12-26T03:13:36.230Z] 256f393e029f: Preparing [2025-12-26T03:13:36.230Z] 349e6e222e61: Waiting [2025-12-26T03:13:36.230Z] 00d73ba12737: Waiting [2025-12-26T03:13:36.230Z] 319084c11f90: Waiting [2025-12-26T03:13:36.230Z] 80f1796f428a: Waiting [2025-12-26T03:13:36.230Z] 256f393e029f: Waiting [2025-12-26T03:13:36.230Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:36.230Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:36.230Z] 87baed665f9a: Layer already exists [2025-12-26T03:13:36.230Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:13:36.230Z] 31a9a56bc412: Layer already exists [2025-12-26T03:13:36.230Z] 319084c11f90: Layer already exists [2025-12-26T03:13:36.230Z] 80f1796f428a: Layer already exists [2025-12-26T03:13:36.230Z] 349e6e222e61: Layer already exists [2025-12-26T03:13:36.230Z] 00d73ba12737: Layer already exists [2025-12-26T03:13:36.230Z] 256f393e029f: Layer already exists [2025-12-26T03:13:36.230Z] latest: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:36.570Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:36.908Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-26T03:13:36.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-26T03:13:36.908Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:36.908Z] 31a9a56bc412: Preparing [2025-12-26T03:13:36.908Z] 87baed665f9a: Preparing [2025-12-26T03:13:36.908Z] 84af72fcb462: Preparing [2025-12-26T03:13:36.908Z] c52ab6884c59: Preparing [2025-12-26T03:13:36.908Z] 349e6e222e61: Preparing [2025-12-26T03:13:36.908Z] 319084c11f90: Preparing [2025-12-26T03:13:36.908Z] 80f1796f428a: Preparing [2025-12-26T03:13:36.908Z] 00d73ba12737: Preparing [2025-12-26T03:13:36.908Z] 256f393e029f: Preparing [2025-12-26T03:13:36.908Z] 349e6e222e61: Waiting [2025-12-26T03:13:36.908Z] 256f393e029f: Waiting [2025-12-26T03:13:36.908Z] 319084c11f90: Waiting [2025-12-26T03:13:36.908Z] 00d73ba12737: Waiting [2025-12-26T03:13:36.908Z] 80f1796f428a: Waiting [2025-12-26T03:13:36.908Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:36.908Z] 87baed665f9a: Layer already exists [2025-12-26T03:13:36.908Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:36.908Z] 31a9a56bc412: Layer already exists [2025-12-26T03:13:36.908Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:13:36.908Z] 80f1796f428a: Layer already exists [2025-12-26T03:13:36.908Z] 349e6e222e61: Layer already exists [2025-12-26T03:13:36.908Z] 319084c11f90: Layer already exists [2025-12-26T03:13:36.908Z] 00d73ba12737: Layer already exists [2025-12-26T03:13:36.908Z] 256f393e029f: Layer already exists [2025-12-26T03:13:36.908Z] 4.1.0-dev.88: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:37.242Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:37.573Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:37.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-26T03:13:37.573Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:37.573Z] 31a9a56bc412: Preparing [2025-12-26T03:13:37.573Z] 87baed665f9a: Preparing [2025-12-26T03:13:37.573Z] 84af72fcb462: Preparing [2025-12-26T03:13:37.573Z] c52ab6884c59: Preparing [2025-12-26T03:13:37.573Z] 349e6e222e61: Preparing [2025-12-26T03:13:37.573Z] 319084c11f90: Preparing [2025-12-26T03:13:37.573Z] 80f1796f428a: Preparing [2025-12-26T03:13:37.573Z] 00d73ba12737: Preparing [2025-12-26T03:13:37.573Z] 256f393e029f: Preparing [2025-12-26T03:13:37.573Z] 319084c11f90: Waiting [2025-12-26T03:13:37.573Z] 80f1796f428a: Waiting [2025-12-26T03:13:37.573Z] 00d73ba12737: Waiting [2025-12-26T03:13:37.573Z] 256f393e029f: Waiting [2025-12-26T03:13:37.574Z] 349e6e222e61: Waiting [2025-12-26T03:13:37.574Z] 31a9a56bc412: Layer already exists [2025-12-26T03:13:37.574Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:13:37.574Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:37.574Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:37.574Z] 87baed665f9a: Layer already exists [2025-12-26T03:13:37.574Z] 349e6e222e61: Layer already exists [2025-12-26T03:13:37.574Z] 319084c11f90: Layer already exists [2025-12-26T03:13:37.574Z] 80f1796f428a: Layer already exists [2025-12-26T03:13:37.574Z] 256f393e029f: Layer already exists [2025-12-26T03:13:37.574Z] 00d73ba12737: Layer already exists [2025-12-26T03:13:37.574Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:37.905Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:38.238Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-12-26T03:13:38.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-12-26T03:13:38.238Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:38.238Z] 31a9a56bc412: Preparing [2025-12-26T03:13:38.238Z] 87baed665f9a: Preparing [2025-12-26T03:13:38.238Z] 84af72fcb462: Preparing [2025-12-26T03:13:38.238Z] c52ab6884c59: Preparing [2025-12-26T03:13:38.238Z] 349e6e222e61: Preparing [2025-12-26T03:13:38.238Z] 319084c11f90: Preparing [2025-12-26T03:13:38.238Z] 80f1796f428a: Preparing [2025-12-26T03:13:38.238Z] 00d73ba12737: Preparing [2025-12-26T03:13:38.238Z] 256f393e029f: Preparing [2025-12-26T03:13:38.238Z] 80f1796f428a: Waiting [2025-12-26T03:13:38.238Z] 349e6e222e61: Waiting [2025-12-26T03:13:38.238Z] 319084c11f90: Waiting [2025-12-26T03:13:38.238Z] 00d73ba12737: Waiting [2025-12-26T03:13:38.238Z] 256f393e029f: Waiting [2025-12-26T03:13:38.238Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:38.238Z] 31a9a56bc412: Layer already exists [2025-12-26T03:13:38.238Z] 87baed665f9a: Layer already exists [2025-12-26T03:13:38.238Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:38.238Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:13:38.238Z] 319084c11f90: Layer already exists [2025-12-26T03:13:38.238Z] 80f1796f428a: Layer already exists [2025-12-26T03:13:38.238Z] 00d73ba12737: Layer already exists [2025-12-26T03:13:38.238Z] 349e6e222e61: Layer already exists [2025-12-26T03:13:38.238Z] 256f393e029f: Layer already exists [2025-12-26T03:13:38.238Z] main: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:13:38.317Z] ===================================================== [Pipeline] echo [2025-12-26T03:13:38.333Z] taggedImages: [2025-12-26T03:13:38.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:38.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-26T03:13:38.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-26T03:13:38.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:38.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-12-26T03:13:38.437Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-12-26T03:13:38.437Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:38.437Z] latest [2025-12-26T03:13:38.437Z] 4.1.0-dev.88 [2025-12-26T03:13:38.437Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:38.437Z] main [2025-12-26T03:13:38.437Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:38.796Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:39.136Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:39.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-26T03:13:39.136Z] e786ae108204: Preparing [2025-12-26T03:13:39.136Z] f74e1dd6f848: Preparing [2025-12-26T03:13:39.136Z] c3f0f5e83340: Preparing [2025-12-26T03:13:39.136Z] 84af72fcb462: Preparing [2025-12-26T03:13:39.136Z] c52ab6884c59: Preparing [2025-12-26T03:13:39.136Z] a28e811fea99: Preparing [2025-12-26T03:13:39.136Z] f83f8cbd8524: Preparing [2025-12-26T03:13:39.136Z] d1a174f27cfe: Preparing [2025-12-26T03:13:39.136Z] 256f393e029f: Preparing [2025-12-26T03:13:39.136Z] f83f8cbd8524: Waiting [2025-12-26T03:13:39.136Z] d1a174f27cfe: Waiting [2025-12-26T03:13:39.136Z] 256f393e029f: Waiting [2025-12-26T03:13:39.136Z] a28e811fea99: Waiting [2025-12-26T03:13:39.136Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:39.136Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:39.136Z] f74e1dd6f848: Pushed [2025-12-26T03:13:39.136Z] c3f0f5e83340: Pushed [2025-12-26T03:13:39.136Z] e786ae108204: Pushed [2025-12-26T03:13:39.136Z] 256f393e029f: Layer already exists [2025-12-26T03:13:39.395Z] f83f8cbd8524: Pushed [2025-12-26T03:13:39.654Z] d1a174f27cfe: Pushed [2025-12-26T03:13:54.538Z] a28e811fea99: Pushed [2025-12-26T03:13:54.538Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:54.877Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:55.202Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-26T03:13:55.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-26T03:13:55.202Z] e786ae108204: Preparing [2025-12-26T03:13:55.202Z] f74e1dd6f848: Preparing [2025-12-26T03:13:55.202Z] c3f0f5e83340: Preparing [2025-12-26T03:13:55.202Z] 84af72fcb462: Preparing [2025-12-26T03:13:55.202Z] c52ab6884c59: Preparing [2025-12-26T03:13:55.202Z] a28e811fea99: Preparing [2025-12-26T03:13:55.202Z] f83f8cbd8524: Preparing [2025-12-26T03:13:55.202Z] d1a174f27cfe: Preparing [2025-12-26T03:13:55.202Z] 256f393e029f: Preparing [2025-12-26T03:13:55.202Z] a28e811fea99: Waiting [2025-12-26T03:13:55.202Z] f83f8cbd8524: Waiting [2025-12-26T03:13:55.202Z] d1a174f27cfe: Waiting [2025-12-26T03:13:55.202Z] 256f393e029f: Waiting [2025-12-26T03:13:55.202Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:55.202Z] c3f0f5e83340: Layer already exists [2025-12-26T03:13:55.202Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:55.202Z] e786ae108204: Layer already exists [2025-12-26T03:13:55.202Z] f74e1dd6f848: Layer already exists [2025-12-26T03:13:55.202Z] f83f8cbd8524: Layer already exists [2025-12-26T03:13:55.202Z] a28e811fea99: Layer already exists [2025-12-26T03:13:55.202Z] d1a174f27cfe: Layer already exists [2025-12-26T03:13:55.202Z] 256f393e029f: Layer already exists [2025-12-26T03:13:55.202Z] latest: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:55.537Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:55.862Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-26T03:13:55.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-26T03:13:55.862Z] e786ae108204: Preparing [2025-12-26T03:13:55.862Z] f74e1dd6f848: Preparing [2025-12-26T03:13:55.862Z] c3f0f5e83340: Preparing [2025-12-26T03:13:55.862Z] 84af72fcb462: Preparing [2025-12-26T03:13:55.862Z] c52ab6884c59: Preparing [2025-12-26T03:13:55.862Z] a28e811fea99: Preparing [2025-12-26T03:13:55.862Z] f83f8cbd8524: Preparing [2025-12-26T03:13:55.862Z] d1a174f27cfe: Preparing [2025-12-26T03:13:55.862Z] 256f393e029f: Preparing [2025-12-26T03:13:55.862Z] f83f8cbd8524: Waiting [2025-12-26T03:13:55.862Z] d1a174f27cfe: Waiting [2025-12-26T03:13:55.862Z] 256f393e029f: Waiting [2025-12-26T03:13:55.862Z] a28e811fea99: Waiting [2025-12-26T03:13:55.862Z] f74e1dd6f848: Layer already exists [2025-12-26T03:13:55.862Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:55.862Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:55.862Z] e786ae108204: Layer already exists [2025-12-26T03:13:55.862Z] c3f0f5e83340: Layer already exists [2025-12-26T03:13:55.862Z] a28e811fea99: Layer already exists [2025-12-26T03:13:55.862Z] d1a174f27cfe: Layer already exists [2025-12-26T03:13:55.862Z] 256f393e029f: Layer already exists [2025-12-26T03:13:55.862Z] f83f8cbd8524: Layer already exists [2025-12-26T03:13:55.862Z] 4.1.0-dev.88: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:56.206Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:56.542Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:56.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-26T03:13:56.542Z] e786ae108204: Preparing [2025-12-26T03:13:56.542Z] f74e1dd6f848: Preparing [2025-12-26T03:13:56.542Z] c3f0f5e83340: Preparing [2025-12-26T03:13:56.542Z] 84af72fcb462: Preparing [2025-12-26T03:13:56.542Z] c52ab6884c59: Preparing [2025-12-26T03:13:56.542Z] a28e811fea99: Preparing [2025-12-26T03:13:56.542Z] f83f8cbd8524: Preparing [2025-12-26T03:13:56.542Z] d1a174f27cfe: Preparing [2025-12-26T03:13:56.542Z] 256f393e029f: Preparing [2025-12-26T03:13:56.542Z] f83f8cbd8524: Waiting [2025-12-26T03:13:56.542Z] d1a174f27cfe: Waiting [2025-12-26T03:13:56.542Z] 256f393e029f: Waiting [2025-12-26T03:13:56.542Z] a28e811fea99: Waiting [2025-12-26T03:13:56.542Z] e786ae108204: Layer already exists [2025-12-26T03:13:56.542Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:56.542Z] f74e1dd6f848: Layer already exists [2025-12-26T03:13:56.542Z] c3f0f5e83340: Layer already exists [2025-12-26T03:13:56.542Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:56.542Z] f83f8cbd8524: Layer already exists [2025-12-26T03:13:56.542Z] a28e811fea99: Layer already exists [2025-12-26T03:13:56.542Z] 256f393e029f: Layer already exists [2025-12-26T03:13:56.542Z] d1a174f27cfe: Layer already exists [2025-12-26T03:13:56.542Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:56.874Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:57.202Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-12-26T03:13:57.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-12-26T03:13:57.202Z] e786ae108204: Preparing [2025-12-26T03:13:57.202Z] f74e1dd6f848: Preparing [2025-12-26T03:13:57.202Z] c3f0f5e83340: Preparing [2025-12-26T03:13:57.202Z] 84af72fcb462: Preparing [2025-12-26T03:13:57.202Z] c52ab6884c59: Preparing [2025-12-26T03:13:57.202Z] a28e811fea99: Preparing [2025-12-26T03:13:57.202Z] f83f8cbd8524: Preparing [2025-12-26T03:13:57.202Z] d1a174f27cfe: Preparing [2025-12-26T03:13:57.202Z] 256f393e029f: Preparing [2025-12-26T03:13:57.202Z] f83f8cbd8524: Waiting [2025-12-26T03:13:57.202Z] d1a174f27cfe: Waiting [2025-12-26T03:13:57.202Z] 256f393e029f: Waiting [2025-12-26T03:13:57.202Z] a28e811fea99: Waiting [2025-12-26T03:13:57.202Z] e786ae108204: Layer already exists [2025-12-26T03:13:57.202Z] c3f0f5e83340: Layer already exists [2025-12-26T03:13:57.202Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:57.202Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:57.202Z] f74e1dd6f848: Layer already exists [2025-12-26T03:13:57.202Z] a28e811fea99: Layer already exists [2025-12-26T03:13:57.202Z] f83f8cbd8524: Layer already exists [2025-12-26T03:13:57.202Z] d1a174f27cfe: Layer already exists [2025-12-26T03:13:57.202Z] 256f393e029f: Layer already exists [2025-12-26T03:13:57.202Z] main: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:13:57.297Z] ===================================================== [Pipeline] echo [2025-12-26T03:13:57.312Z] taggedImages: [2025-12-26T03:13:57.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:57.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-26T03:13:57.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-26T03:13:57.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:57.312Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-12-26T03:13:57.337Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-12-26T03:13:57.337Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:57.337Z] latest [2025-12-26T03:13:57.337Z] 4.1.0-dev.88 [2025-12-26T03:13:57.337Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:13:57.337Z] main [2025-12-26T03:13:57.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:57.678Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:58.003Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:13:58.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-26T03:13:58.003Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:58.003Z] d4a66c00836f: Preparing [2025-12-26T03:13:58.003Z] 96bd9dc8e198: Preparing [2025-12-26T03:13:58.003Z] 84af72fcb462: Preparing [2025-12-26T03:13:58.003Z] c52ab6884c59: Preparing [2025-12-26T03:13:58.003Z] a28e811fea99: Preparing [2025-12-26T03:13:58.003Z] 80f1796f428a: Preparing [2025-12-26T03:13:58.003Z] 00d73ba12737: Preparing [2025-12-26T03:13:58.003Z] 256f393e029f: Preparing [2025-12-26T03:13:58.003Z] 80f1796f428a: Waiting [2025-12-26T03:13:58.003Z] 00d73ba12737: Waiting [2025-12-26T03:13:58.003Z] 256f393e029f: Waiting [2025-12-26T03:13:58.003Z] a28e811fea99: Waiting [2025-12-26T03:13:58.003Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:58.003Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:13:58.003Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:58.003Z] a28e811fea99: Layer already exists [2025-12-26T03:13:58.003Z] 00d73ba12737: Layer already exists [2025-12-26T03:13:58.003Z] 80f1796f428a: Layer already exists [2025-12-26T03:13:58.003Z] 256f393e029f: Layer already exists [2025-12-26T03:13:58.003Z] d4a66c00836f: Pushed [2025-12-26T03:13:58.003Z] 96bd9dc8e198: Pushed [2025-12-26T03:13:58.262Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:58.589Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:58.918Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-26T03:13:58.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-26T03:13:58.918Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:58.918Z] d4a66c00836f: Preparing [2025-12-26T03:13:58.918Z] 96bd9dc8e198: Preparing [2025-12-26T03:13:58.918Z] 84af72fcb462: Preparing [2025-12-26T03:13:58.918Z] c52ab6884c59: Preparing [2025-12-26T03:13:58.918Z] a28e811fea99: Preparing [2025-12-26T03:13:58.918Z] 80f1796f428a: Preparing [2025-12-26T03:13:58.918Z] 00d73ba12737: Preparing [2025-12-26T03:13:58.918Z] 256f393e029f: Preparing [2025-12-26T03:13:58.918Z] a28e811fea99: Waiting [2025-12-26T03:13:58.918Z] 80f1796f428a: Waiting [2025-12-26T03:13:58.918Z] 00d73ba12737: Waiting [2025-12-26T03:13:58.918Z] 256f393e029f: Waiting [2025-12-26T03:13:58.918Z] 96bd9dc8e198: Layer already exists [2025-12-26T03:13:58.918Z] d4a66c00836f: Layer already exists [2025-12-26T03:13:58.918Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:58.918Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:13:58.918Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:58.918Z] a28e811fea99: Layer already exists [2025-12-26T03:13:58.918Z] 00d73ba12737: Layer already exists [2025-12-26T03:13:58.918Z] 80f1796f428a: Layer already exists [2025-12-26T03:13:58.918Z] 256f393e029f: Layer already exists [2025-12-26T03:13:58.918Z] latest: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:59.250Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:59.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-26T03:13:59.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-26T03:13:59.583Z] c4ef88ccabd7: Preparing [2025-12-26T03:13:59.583Z] d4a66c00836f: Preparing [2025-12-26T03:13:59.583Z] 96bd9dc8e198: Preparing [2025-12-26T03:13:59.583Z] 84af72fcb462: Preparing [2025-12-26T03:13:59.583Z] c52ab6884c59: Preparing [2025-12-26T03:13:59.583Z] a28e811fea99: Preparing [2025-12-26T03:13:59.583Z] 80f1796f428a: Preparing [2025-12-26T03:13:59.583Z] 00d73ba12737: Preparing [2025-12-26T03:13:59.583Z] 256f393e029f: Preparing [2025-12-26T03:13:59.583Z] a28e811fea99: Waiting [2025-12-26T03:13:59.583Z] 00d73ba12737: Waiting [2025-12-26T03:13:59.583Z] 80f1796f428a: Waiting [2025-12-26T03:13:59.583Z] 256f393e029f: Waiting [2025-12-26T03:13:59.583Z] d4a66c00836f: Layer already exists [2025-12-26T03:13:59.583Z] 96bd9dc8e198: Layer already exists [2025-12-26T03:13:59.583Z] 84af72fcb462: Layer already exists [2025-12-26T03:13:59.583Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:13:59.583Z] c52ab6884c59: Layer already exists [2025-12-26T03:13:59.583Z] a28e811fea99: Layer already exists [2025-12-26T03:13:59.583Z] 80f1796f428a: Layer already exists [2025-12-26T03:13:59.583Z] 256f393e029f: Layer already exists [2025-12-26T03:13:59.583Z] 00d73ba12737: Layer already exists [2025-12-26T03:13:59.583Z] 4.1.0-dev.88: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:13:59.920Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:00.244Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:00.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-26T03:14:00.244Z] c4ef88ccabd7: Preparing [2025-12-26T03:14:00.244Z] d4a66c00836f: Preparing [2025-12-26T03:14:00.244Z] 96bd9dc8e198: Preparing [2025-12-26T03:14:00.244Z] 84af72fcb462: Preparing [2025-12-26T03:14:00.244Z] c52ab6884c59: Preparing [2025-12-26T03:14:00.244Z] a28e811fea99: Preparing [2025-12-26T03:14:00.244Z] 80f1796f428a: Preparing [2025-12-26T03:14:00.244Z] 00d73ba12737: Preparing [2025-12-26T03:14:00.244Z] 256f393e029f: Preparing [2025-12-26T03:14:00.244Z] a28e811fea99: Waiting [2025-12-26T03:14:00.244Z] 80f1796f428a: Waiting [2025-12-26T03:14:00.244Z] 00d73ba12737: Waiting [2025-12-26T03:14:00.244Z] 256f393e029f: Waiting [2025-12-26T03:14:00.244Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:14:00.244Z] 96bd9dc8e198: Layer already exists [2025-12-26T03:14:00.244Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:00.244Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:00.244Z] d4a66c00836f: Layer already exists [2025-12-26T03:14:00.244Z] 256f393e029f: Layer already exists [2025-12-26T03:14:00.244Z] 80f1796f428a: Layer already exists [2025-12-26T03:14:00.244Z] a28e811fea99: Layer already exists [2025-12-26T03:14:00.244Z] 00d73ba12737: Layer already exists [2025-12-26T03:14:00.244Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:00.570Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:00.896Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-12-26T03:14:00.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-12-26T03:14:00.896Z] c4ef88ccabd7: Preparing [2025-12-26T03:14:00.896Z] d4a66c00836f: Preparing [2025-12-26T03:14:00.896Z] 96bd9dc8e198: Preparing [2025-12-26T03:14:00.896Z] 84af72fcb462: Preparing [2025-12-26T03:14:00.896Z] c52ab6884c59: Preparing [2025-12-26T03:14:00.896Z] a28e811fea99: Preparing [2025-12-26T03:14:00.896Z] 80f1796f428a: Preparing [2025-12-26T03:14:00.896Z] 00d73ba12737: Preparing [2025-12-26T03:14:00.896Z] 256f393e029f: Preparing [2025-12-26T03:14:00.896Z] a28e811fea99: Waiting [2025-12-26T03:14:00.896Z] 80f1796f428a: Waiting [2025-12-26T03:14:00.896Z] 00d73ba12737: Waiting [2025-12-26T03:14:00.896Z] 256f393e029f: Waiting [2025-12-26T03:14:00.896Z] c4ef88ccabd7: Layer already exists [2025-12-26T03:14:00.896Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:00.896Z] 96bd9dc8e198: Layer already exists [2025-12-26T03:14:00.896Z] d4a66c00836f: Layer already exists [2025-12-26T03:14:00.896Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:00.896Z] 80f1796f428a: Layer already exists [2025-12-26T03:14:00.896Z] a28e811fea99: Layer already exists [2025-12-26T03:14:00.896Z] 00d73ba12737: Layer already exists [2025-12-26T03:14:00.896Z] 256f393e029f: Layer already exists [2025-12-26T03:14:00.896Z] main: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:14:00.965Z] ===================================================== [Pipeline] echo [2025-12-26T03:14:00.979Z] taggedImages: [2025-12-26T03:14:00.979Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:00.979Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-26T03:14:00.979Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-26T03:14:00.979Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:00.979Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-12-26T03:14:01.004Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-12-26T03:14:01.004Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:01.004Z] latest [2025-12-26T03:14:01.004Z] 4.1.0-dev.88 [2025-12-26T03:14:01.004Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:01.004Z] main [2025-12-26T03:14:01.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:01.347Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:01.682Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:01.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-26T03:14:01.682Z] facae27a18d8: Preparing [2025-12-26T03:14:01.682Z] 5cbf29618807: Preparing [2025-12-26T03:14:01.682Z] 84af72fcb462: Preparing [2025-12-26T03:14:01.682Z] c52ab6884c59: Preparing [2025-12-26T03:14:01.682Z] 0dc1c4174df7: Preparing [2025-12-26T03:14:01.682Z] 306da3a5f723: Preparing [2025-12-26T03:14:01.682Z] 256f393e029f: Preparing [2025-12-26T03:14:01.682Z] 306da3a5f723: Waiting [2025-12-26T03:14:01.682Z] 256f393e029f: Waiting [2025-12-26T03:14:01.682Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:01.682Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:01.682Z] 256f393e029f: Layer already exists [2025-12-26T03:14:01.682Z] facae27a18d8: Pushed [2025-12-26T03:14:01.682Z] 0dc1c4174df7: Pushed [2025-12-26T03:14:02.251Z] 306da3a5f723: Pushed [2025-12-26T03:14:05.544Z] 5cbf29618807: Pushed [2025-12-26T03:14:05.804Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:06.149Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:06.486Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-26T03:14:06.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-26T03:14:06.486Z] facae27a18d8: Preparing [2025-12-26T03:14:06.486Z] 5cbf29618807: Preparing [2025-12-26T03:14:06.486Z] 84af72fcb462: Preparing [2025-12-26T03:14:06.486Z] c52ab6884c59: Preparing [2025-12-26T03:14:06.486Z] 0dc1c4174df7: Preparing [2025-12-26T03:14:06.486Z] 306da3a5f723: Preparing [2025-12-26T03:14:06.486Z] 256f393e029f: Preparing [2025-12-26T03:14:06.486Z] 306da3a5f723: Waiting [2025-12-26T03:14:06.486Z] 256f393e029f: Waiting [2025-12-26T03:14:06.486Z] 5cbf29618807: Layer already exists [2025-12-26T03:14:06.486Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:06.486Z] 0dc1c4174df7: Layer already exists [2025-12-26T03:14:06.486Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:06.486Z] facae27a18d8: Layer already exists [2025-12-26T03:14:06.486Z] 306da3a5f723: Layer already exists [2025-12-26T03:14:06.486Z] 256f393e029f: Layer already exists [2025-12-26T03:14:06.486Z] latest: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:06.822Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:07.155Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-26T03:14:07.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-26T03:14:07.155Z] facae27a18d8: Preparing [2025-12-26T03:14:07.155Z] 5cbf29618807: Preparing [2025-12-26T03:14:07.155Z] 84af72fcb462: Preparing [2025-12-26T03:14:07.155Z] c52ab6884c59: Preparing [2025-12-26T03:14:07.155Z] 0dc1c4174df7: Preparing [2025-12-26T03:14:07.155Z] 306da3a5f723: Preparing [2025-12-26T03:14:07.155Z] 256f393e029f: Preparing [2025-12-26T03:14:07.155Z] 256f393e029f: Waiting [2025-12-26T03:14:07.155Z] 306da3a5f723: Waiting [2025-12-26T03:14:07.155Z] 0dc1c4174df7: Layer already exists [2025-12-26T03:14:07.155Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:07.155Z] facae27a18d8: Layer already exists [2025-12-26T03:14:07.155Z] 5cbf29618807: Layer already exists [2025-12-26T03:14:07.155Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:07.155Z] 306da3a5f723: Layer already exists [2025-12-26T03:14:07.155Z] 256f393e029f: Layer already exists [2025-12-26T03:14:07.155Z] 4.1.0-dev.88: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:07.487Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:07.816Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:07.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-26T03:14:07.816Z] facae27a18d8: Preparing [2025-12-26T03:14:07.816Z] 5cbf29618807: Preparing [2025-12-26T03:14:07.816Z] 84af72fcb462: Preparing [2025-12-26T03:14:07.816Z] c52ab6884c59: Preparing [2025-12-26T03:14:07.816Z] 0dc1c4174df7: Preparing [2025-12-26T03:14:07.816Z] 306da3a5f723: Preparing [2025-12-26T03:14:07.816Z] 256f393e029f: Preparing [2025-12-26T03:14:07.816Z] 306da3a5f723: Waiting [2025-12-26T03:14:07.816Z] 256f393e029f: Waiting [2025-12-26T03:14:07.816Z] facae27a18d8: Layer already exists [2025-12-26T03:14:07.816Z] 0dc1c4174df7: Layer already exists [2025-12-26T03:14:07.816Z] 5cbf29618807: Layer already exists [2025-12-26T03:14:07.816Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:07.816Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:07.816Z] 306da3a5f723: Layer already exists [2025-12-26T03:14:07.816Z] 256f393e029f: Layer already exists [2025-12-26T03:14:07.816Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:08.151Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:08.494Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-12-26T03:14:08.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-12-26T03:14:08.494Z] facae27a18d8: Preparing [2025-12-26T03:14:08.494Z] 5cbf29618807: Preparing [2025-12-26T03:14:08.494Z] 84af72fcb462: Preparing [2025-12-26T03:14:08.494Z] c52ab6884c59: Preparing [2025-12-26T03:14:08.494Z] 0dc1c4174df7: Preparing [2025-12-26T03:14:08.494Z] 306da3a5f723: Preparing [2025-12-26T03:14:08.494Z] 256f393e029f: Preparing [2025-12-26T03:14:08.494Z] 306da3a5f723: Waiting [2025-12-26T03:14:08.494Z] 256f393e029f: Waiting [2025-12-26T03:14:08.494Z] 5cbf29618807: Layer already exists [2025-12-26T03:14:08.494Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:08.494Z] 0dc1c4174df7: Layer already exists [2025-12-26T03:14:08.494Z] facae27a18d8: Layer already exists [2025-12-26T03:14:08.494Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:08.494Z] 256f393e029f: Layer already exists [2025-12-26T03:14:08.494Z] 306da3a5f723: Layer already exists [2025-12-26T03:14:08.494Z] main: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:14:08.579Z] ===================================================== [Pipeline] echo [2025-12-26T03:14:08.594Z] taggedImages: [2025-12-26T03:14:08.594Z] - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:08.594Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-26T03:14:08.594Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-26T03:14:08.594Z] - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:08.594Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-12-26T03:14:08.619Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-12-26T03:14:08.619Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:08.619Z] latest [2025-12-26T03:14:08.619Z] 4.1.0-dev.88 [2025-12-26T03:14:08.619Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:08.619Z] main [2025-12-26T03:14:08.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:08.970Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:09.301Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:09.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-26T03:14:09.301Z] 973213ecb1f4: Preparing [2025-12-26T03:14:09.301Z] b53380501f3a: Preparing [2025-12-26T03:14:09.301Z] 84af72fcb462: Preparing [2025-12-26T03:14:09.301Z] c52ab6884c59: Preparing [2025-12-26T03:14:09.301Z] 0085ad80a34b: Preparing [2025-12-26T03:14:09.301Z] 9fa7e00281e0: Preparing [2025-12-26T03:14:09.301Z] 256f393e029f: Preparing [2025-12-26T03:14:09.301Z] 9fa7e00281e0: Waiting [2025-12-26T03:14:09.301Z] 256f393e029f: Waiting [2025-12-26T03:14:09.301Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:09.301Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:09.301Z] 256f393e029f: Layer already exists [2025-12-26T03:14:09.301Z] 973213ecb1f4: Pushed [2025-12-26T03:14:09.301Z] 0085ad80a34b: Pushed [2025-12-26T03:14:09.561Z] 9fa7e00281e0: Pushed [2025-12-26T03:14:13.753Z] b53380501f3a: Pushed [2025-12-26T03:14:13.753Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:14.084Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:14.409Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-26T03:14:14.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-26T03:14:14.410Z] 973213ecb1f4: Preparing [2025-12-26T03:14:14.410Z] b53380501f3a: Preparing [2025-12-26T03:14:14.410Z] 84af72fcb462: Preparing [2025-12-26T03:14:14.410Z] c52ab6884c59: Preparing [2025-12-26T03:14:14.410Z] 0085ad80a34b: Preparing [2025-12-26T03:14:14.410Z] 9fa7e00281e0: Preparing [2025-12-26T03:14:14.410Z] 256f393e029f: Preparing [2025-12-26T03:14:14.410Z] 9fa7e00281e0: Waiting [2025-12-26T03:14:14.410Z] 256f393e029f: Waiting [2025-12-26T03:14:14.410Z] b53380501f3a: Layer already exists [2025-12-26T03:14:14.410Z] 973213ecb1f4: Layer already exists [2025-12-26T03:14:14.410Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:14.410Z] 0085ad80a34b: Layer already exists [2025-12-26T03:14:14.410Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:14.410Z] 9fa7e00281e0: Layer already exists [2025-12-26T03:14:14.410Z] 256f393e029f: Layer already exists [2025-12-26T03:14:14.410Z] latest: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:14.743Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:15.079Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-26T03:14:15.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-26T03:14:15.079Z] 973213ecb1f4: Preparing [2025-12-26T03:14:15.079Z] b53380501f3a: Preparing [2025-12-26T03:14:15.079Z] 84af72fcb462: Preparing [2025-12-26T03:14:15.079Z] c52ab6884c59: Preparing [2025-12-26T03:14:15.079Z] 0085ad80a34b: Preparing [2025-12-26T03:14:15.079Z] 9fa7e00281e0: Preparing [2025-12-26T03:14:15.079Z] 256f393e029f: Preparing [2025-12-26T03:14:15.079Z] 9fa7e00281e0: Waiting [2025-12-26T03:14:15.079Z] 256f393e029f: Waiting [2025-12-26T03:14:15.079Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:15.079Z] 973213ecb1f4: Layer already exists [2025-12-26T03:14:15.079Z] b53380501f3a: Layer already exists [2025-12-26T03:14:15.079Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:15.079Z] 0085ad80a34b: Layer already exists [2025-12-26T03:14:15.079Z] 9fa7e00281e0: Layer already exists [2025-12-26T03:14:15.079Z] 256f393e029f: Layer already exists [2025-12-26T03:14:15.079Z] 4.1.0-dev.88: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:15.416Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:15.752Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:15.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-26T03:14:15.752Z] 973213ecb1f4: Preparing [2025-12-26T03:14:15.752Z] b53380501f3a: Preparing [2025-12-26T03:14:15.752Z] 84af72fcb462: Preparing [2025-12-26T03:14:15.752Z] c52ab6884c59: Preparing [2025-12-26T03:14:15.752Z] 0085ad80a34b: Preparing [2025-12-26T03:14:15.752Z] 9fa7e00281e0: Preparing [2025-12-26T03:14:15.752Z] 256f393e029f: Preparing [2025-12-26T03:14:15.752Z] 9fa7e00281e0: Waiting [2025-12-26T03:14:15.752Z] 256f393e029f: Waiting [2025-12-26T03:14:15.752Z] 973213ecb1f4: Layer already exists [2025-12-26T03:14:15.752Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:15.752Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:15.752Z] b53380501f3a: Layer already exists [2025-12-26T03:14:15.752Z] 0085ad80a34b: Layer already exists [2025-12-26T03:14:15.752Z] 256f393e029f: Layer already exists [2025-12-26T03:14:15.752Z] 9fa7e00281e0: Layer already exists [2025-12-26T03:14:15.752Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:16.084Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:14:16.411Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-12-26T03:14:16.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-12-26T03:14:16.411Z] 973213ecb1f4: Preparing [2025-12-26T03:14:16.411Z] b53380501f3a: Preparing [2025-12-26T03:14:16.411Z] 84af72fcb462: Preparing [2025-12-26T03:14:16.411Z] c52ab6884c59: Preparing [2025-12-26T03:14:16.411Z] 0085ad80a34b: Preparing [2025-12-26T03:14:16.411Z] 9fa7e00281e0: Preparing [2025-12-26T03:14:16.411Z] 256f393e029f: Preparing [2025-12-26T03:14:16.411Z] 9fa7e00281e0: Waiting [2025-12-26T03:14:16.411Z] 256f393e029f: Waiting [2025-12-26T03:14:16.411Z] b53380501f3a: Layer already exists [2025-12-26T03:14:16.411Z] c52ab6884c59: Layer already exists [2025-12-26T03:14:16.411Z] 84af72fcb462: Layer already exists [2025-12-26T03:14:16.411Z] 973213ecb1f4: Layer already exists [2025-12-26T03:14:16.411Z] 0085ad80a34b: Layer already exists [2025-12-26T03:14:16.411Z] 9fa7e00281e0: Layer already exists [2025-12-26T03:14:16.411Z] 256f393e029f: Layer already exists [2025-12-26T03:14:16.411Z] main: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:14:16.483Z] ===================================================== [Pipeline] echo [2025-12-26T03:14:16.497Z] taggedImages: [2025-12-26T03:14:16.497Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.497Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-26T03:14:16.497Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-26T03:14:16.497Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.497Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-12-26T03:14:16.564Z] ========================================================= [2025-12-26T03:14:16.564Z] [edgeXBuildMultiArch] RAW Config: [2025-12-26T03:14:16.564Z] images: [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:14:16.564Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-12-26T03:14:16.564Z] settingsFile: [2025-12-26T03:14:16.564Z] edgex-go-settings [2025-12-26T03:14:16.564Z] ========================================================= [Pipeline] node [2025-12-26T03:14:31.568Z] Still waiting to schedule task [2025-12-26T03:14:31.569Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-12-26T03:15:33.518Z] Running on prd-centos7-docker-4c-2g-775722 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:15:33.589Z] provisioning config files... [2025-12-26T03:15:33.612Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2622020695348776495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:15:34.625Z] ---> ****-login.sh [2025-12-26T03:15:34.625Z] nexus3.edgexfoundry.org:10001 [2025-12-26T03:15:34.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:15:34.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:15:34.625Z] Configure a credential helper to remove this warning. See [2025-12-26T03:15:34.625Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:15:34.625Z] [2025-12-26T03:15:34.625Z] Login Succeeded [2025-12-26T03:15:34.625Z] nexus3.edgexfoundry.org:10002 [2025-12-26T03:15:34.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:15:34.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:15:34.887Z] Configure a credential helper to remove this warning. See [2025-12-26T03:15:34.888Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:15:34.888Z] [2025-12-26T03:15:34.888Z] Login Succeeded [2025-12-26T03:15:34.888Z] nexus3.edgexfoundry.org:10003 [2025-12-26T03:15:34.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:15:34.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:15:34.888Z] Configure a credential helper to remove this warning. See [2025-12-26T03:15:34.888Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:15:34.888Z] [2025-12-26T03:15:34.888Z] Login Succeeded [2025-12-26T03:15:34.888Z] nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:34.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:15:34.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:15:34.888Z] Configure a credential helper to remove this warning. See [2025-12-26T03:15:34.888Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:15:34.888Z] [2025-12-26T03:15:34.888Z] Login Succeeded [2025-12-26T03:15:34.888Z] ****.io [2025-12-26T03:15:35.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:15:35.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:15:35.152Z] Configure a credential helper to remove this warning. See [2025-12-26T03:15:35.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:15:35.152Z] [2025-12-26T03:15:35.152Z] Login Succeeded [2025-12-26T03:15:35.152Z] ---> ****-login.sh ends [Pipeline] } [2025-12-26T03:15:35.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-26T03:15:35.519Z] + docker buildx ls [2025-12-26T03:15:35.519Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-12-26T03:15:35.519Z] default * docker [2025-12-26T03:15:35.519Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-12-26T03:15:35.823Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-12-26T03:15:35.823Z] edgex-builder [Pipeline] sh [2025-12-26T03:15:36.124Z] + docker buildx inspect --bootstrap [2025-12-26T03:15:36.124Z] #1 [internal] booting buildkit [2025-12-26T03:15:36.124Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-12-26T03:15:40.370Z] #1 pulling image moby/buildkit:buildx-stable-1 4.2s done [2025-12-26T03:15:40.370Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-12-26T03:15:41.763Z] #1 creating container buildx_buildkit_edgex-builder0 1.4s done [2025-12-26T03:15:41.763Z] #1 DONE 5.5s [2025-12-26T03:15:41.763Z] Name: edgex-builder [2025-12-26T03:15:41.763Z] Driver: docker-container [2025-12-26T03:15:41.763Z] [2025-12-26T03:15:41.763Z] Nodes: [2025-12-26T03:15:41.763Z] Name: edgex-builder0 [2025-12-26T03:15:41.763Z] Endpoint: unix:///var/run/docker.sock [2025-12-26T03:15:41.763Z] Status: running [2025-12-26T03:15:41.763Z] Buildkit: v0.26.2 [2025-12-26T03:15:41.763Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-12-26T03:15:42.073Z] + docker buildx ls [2025-12-26T03:15:42.073Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-12-26T03:15:42.073Z] edgex-builder * docker-container [2025-12-26T03:15:42.073Z] edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-12-26T03:15:42.073Z] default docker [2025-12-26T03:15:42.073Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-12-26T03:15:42.381Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:15:42.381Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:15:42.643Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:42.643Z] #1 transferring dockerfile: 197B done [2025-12-26T03:15:42.643Z] #1 DONE 0.0s [2025-12-26T03:15:42.643Z] [2025-12-26T03:15:42.643Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:42.643Z] #2 DONE 0.1s [2025-12-26T03:15:42.643Z] [2025-12-26T03:15:42.643Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:42.643Z] #3 DONE 0.1s [2025-12-26T03:15:42.643Z] [2025-12-26T03:15:42.643Z] #4 [internal] load .dockerignore [2025-12-26T03:15:42.643Z] #4 transferring context: 2B done [2025-12-26T03:15:42.643Z] #4 DONE 0.0s [2025-12-26T03:15:42.643Z] [2025-12-26T03:15:42.643Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:42.643Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:42.643Z] #5 DONE 0.0s [2025-12-26T03:15:42.643Z] [2025-12-26T03:15:42.643Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:42.643Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:42.910Z] #6 DONE 0.1s [2025-12-26T03:15:42.910Z] [2025-12-26T03:15:42.910Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:42.910Z] #7 DONE 0.0s [2025-12-26T03:15:42.910Z] [2025-12-26T03:15:42.910Z] #8 exporting to image [2025-12-26T03:15:42.910Z] #8 exporting layers done [2025-12-26T03:15:42.910Z] #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c 0.0s done [2025-12-26T03:15:42.910Z] #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done [2025-12-26T03:15:42.910Z] #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done [2025-12-26T03:15:42.910Z] #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 0.0s done [2025-12-26T03:15:42.910Z] #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.0s done [2025-12-26T03:15:42.910Z] #8 pushing layers [2025-12-26T03:15:42.910Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:42.910Z] #8 pushing layers 0.1s done [2025-12-26T03:15:42.910Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done [2025-12-26T03:15:42.910Z] #8 DONE 0.2s [2025-12-26T03:15:43.192Z] [2025-12-26T03:15:43.192Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:43.192Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:43.486Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-12-26T03:15:43.487Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-12-26T03:15:43.745Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:43.745Z] #1 transferring dockerfile: 163B done [2025-12-26T03:15:43.745Z] #1 DONE 0.0s [2025-12-26T03:15:43.745Z] [2025-12-26T03:15:43.745Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-26T03:15:43.745Z] #2 DONE 0.0s [2025-12-26T03:15:43.745Z] [2025-12-26T03:15:43.745Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-12-26T03:15:43.745Z] #3 DONE 0.0s [2025-12-26T03:15:43.745Z] [2025-12-26T03:15:43.745Z] #4 [internal] load .dockerignore [2025-12-26T03:15:43.745Z] #4 transferring context: 2B done [2025-12-26T03:15:43.745Z] #4 DONE 0.0s [2025-12-26T03:15:43.745Z] [2025-12-26T03:15:43.745Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:43.745Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:43.745Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd done [2025-12-26T03:15:43.746Z] #5 CACHED [2025-12-26T03:15:43.746Z] [2025-12-26T03:15:43.746Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:43.746Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:43.746Z] #6 CACHED [2025-12-26T03:15:43.746Z] [2025-12-26T03:15:43.746Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:43.746Z] #7 DONE 0.0s [2025-12-26T03:15:43.746Z] [2025-12-26T03:15:43.746Z] #8 exporting to image [2025-12-26T03:15:43.746Z] #8 exporting layers done [2025-12-26T03:15:43.746Z] #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done [2025-12-26T03:15:43.746Z] #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done [2025-12-26T03:15:43.746Z] #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done [2025-12-26T03:15:43.746Z] #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done [2025-12-26T03:15:43.746Z] #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done [2025-12-26T03:15:43.746Z] #8 pushing layers 0.0s done [2025-12-26T03:15:43.746Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done [2025-12-26T03:15:43.746Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:43.746Z] #8 DONE 0.1s [2025-12-26T03:15:43.746Z] [2025-12-26T03:15:43.746Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:43.746Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:44.051Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88' [2025-12-26T03:15:44.051Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 --push - [2025-12-26T03:15:44.051Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:44.051Z] #1 transferring dockerfile: 169B done [2025-12-26T03:15:44.051Z] #1 DONE 0.0s [2025-12-26T03:15:44.051Z] [2025-12-26T03:15:44.051Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-26T03:15:44.051Z] #2 DONE 0.0s [2025-12-26T03:15:44.051Z] [2025-12-26T03:15:44.052Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [2025-12-26T03:15:44.052Z] #3 DONE 0.0s [2025-12-26T03:15:44.052Z] [2025-12-26T03:15:44.052Z] #4 [internal] load .dockerignore [2025-12-26T03:15:44.052Z] #4 transferring context: 2B done [2025-12-26T03:15:44.052Z] #4 DONE 0.0s [2025-12-26T03:15:44.052Z] [2025-12-26T03:15:44.052Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:44.052Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:44.052Z] #5 CACHED [2025-12-26T03:15:44.052Z] [2025-12-26T03:15:44.052Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:44.052Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:44.052Z] #6 CACHED [2025-12-26T03:15:44.052Z] [2025-12-26T03:15:44.052Z] #7 exporting to image [2025-12-26T03:15:44.052Z] #7 exporting layers done [2025-12-26T03:15:44.052Z] #7 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done [2025-12-26T03:15:44.052Z] #7 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done [2025-12-26T03:15:44.052Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:44.310Z] #7 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done [2025-12-26T03:15:44.310Z] #7 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done [2025-12-26T03:15:44.310Z] #7 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done [2025-12-26T03:15:44.310Z] #7 pushing layers 0.0s done [2025-12-26T03:15:44.310Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done [2025-12-26T03:15:44.310Z] #7 DONE 0.1s [2025-12-26T03:15:44.310Z] [2025-12-26T03:15:44.310Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:44.310Z] #8 DONE 0.0s [2025-12-26T03:15:44.310Z] [2025-12-26T03:15:44.310Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:44.310Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:44.623Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:15:44.623Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:15:44.623Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:44.623Z] #1 transferring dockerfile: 210B done [2025-12-26T03:15:44.623Z] #1 DONE 0.0s [2025-12-26T03:15:44.623Z] [2025-12-26T03:15:44.623Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:44.623Z] #2 DONE 0.0s [2025-12-26T03:15:44.623Z] [2025-12-26T03:15:44.623Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:44.623Z] #3 DONE 0.0s [2025-12-26T03:15:44.623Z] [2025-12-26T03:15:44.623Z] #4 [internal] load .dockerignore [2025-12-26T03:15:44.623Z] #4 transferring context: 2B done [2025-12-26T03:15:44.623Z] #4 DONE 0.0s [2025-12-26T03:15:44.623Z] [2025-12-26T03:15:44.623Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:44.623Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:44.883Z] #5 CACHED [2025-12-26T03:15:44.883Z] [2025-12-26T03:15:44.883Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:44.883Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:44.883Z] #6 CACHED [2025-12-26T03:15:44.883Z] [2025-12-26T03:15:44.883Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:44.883Z] #7 DONE 0.0s [2025-12-26T03:15:44.883Z] [2025-12-26T03:15:44.883Z] #8 exporting to image [2025-12-26T03:15:44.883Z] #8 exporting layers done [2025-12-26T03:15:44.883Z] #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done [2025-12-26T03:15:44.883Z] #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done [2025-12-26T03:15:44.883Z] #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done [2025-12-26T03:15:44.883Z] #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done [2025-12-26T03:15:44.883Z] #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done [2025-12-26T03:15:44.883Z] #8 pushing layers 0.0s done [2025-12-26T03:15:44.883Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done [2025-12-26T03:15:44.883Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:44.883Z] #8 DONE 0.1s [2025-12-26T03:15:44.883Z] [2025-12-26T03:15:44.883Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:44.883Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:45.177Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-12-26T03:15:45.177Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-12-26T03:15:45.177Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:45.177Z] #1 transferring dockerfile: 161B done [2025-12-26T03:15:45.177Z] #1 DONE 0.0s [2025-12-26T03:15:45.177Z] [2025-12-26T03:15:45.177Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-12-26T03:15:45.177Z] #2 DONE 0.0s [2025-12-26T03:15:45.177Z] [2025-12-26T03:15:45.177Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-12-26T03:15:45.177Z] #3 DONE 0.0s [2025-12-26T03:15:45.177Z] [2025-12-26T03:15:45.177Z] #4 [internal] load .dockerignore [2025-12-26T03:15:45.177Z] #4 transferring context: 2B done [2025-12-26T03:15:45.177Z] #4 DONE 0.0s [2025-12-26T03:15:45.177Z] [2025-12-26T03:15:45.177Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:45.177Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd done [2025-12-26T03:15:45.177Z] #5 DONE 0.0s [2025-12-26T03:15:45.177Z] [2025-12-26T03:15:45.177Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:45.436Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done [2025-12-26T03:15:45.436Z] #6 CACHED [2025-12-26T03:15:45.436Z] [2025-12-26T03:15:45.436Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd [2025-12-26T03:15:45.436Z] #5 CACHED [2025-12-26T03:15:45.436Z] [2025-12-26T03:15:45.436Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:45.436Z] #7 DONE 0.0s [2025-12-26T03:15:45.436Z] [2025-12-26T03:15:45.436Z] #8 exporting to image [2025-12-26T03:15:45.436Z] #8 exporting layers done [2025-12-26T03:15:45.436Z] #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done [2025-12-26T03:15:45.436Z] #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done [2025-12-26T03:15:45.436Z] #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done [2025-12-26T03:15:45.436Z] #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done [2025-12-26T03:15:45.436Z] #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done [2025-12-26T03:15:45.436Z] #8 pushing layers 0.0s done [2025-12-26T03:15:45.436Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done [2025-12-26T03:15:45.436Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:45.436Z] #8 DONE 0.1s [2025-12-26T03:15:45.436Z] [2025-12-26T03:15:45.436Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:45.436Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:45.740Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:15:45.740Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:15:45.740Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:45.740Z] #1 transferring dockerfile: 216B done [2025-12-26T03:15:45.740Z] #1 DONE 0.0s [2025-12-26T03:15:45.740Z] [2025-12-26T03:15:45.740Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:45.740Z] #2 DONE 0.0s [2025-12-26T03:15:45.740Z] [2025-12-26T03:15:45.740Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:45.740Z] #3 DONE 0.1s [2025-12-26T03:15:45.740Z] [2025-12-26T03:15:45.740Z] #4 [internal] load .dockerignore [2025-12-26T03:15:45.740Z] #4 transferring context: 2B done [2025-12-26T03:15:45.740Z] #4 DONE 0.0s [2025-12-26T03:15:46.007Z] [2025-12-26T03:15:46.007Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:46.007Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:46.007Z] #5 ... [2025-12-26T03:15:46.007Z] [2025-12-26T03:15:46.007Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:46.007Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:46.007Z] #6 DONE 0.1s [2025-12-26T03:15:46.007Z] [2025-12-26T03:15:46.007Z] #7 exporting to image [2025-12-26T03:15:46.007Z] #7 exporting layers done [2025-12-26T03:15:46.007Z] #7 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done [2025-12-26T03:15:46.007Z] #7 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done [2025-12-26T03:15:46.007Z] #7 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 0.0s done [2025-12-26T03:15:46.007Z] #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 [2025-12-26T03:15:46.007Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:46.007Z] #7 ... [2025-12-26T03:15:46.007Z] [2025-12-26T03:15:46.007Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:46.007Z] #8 DONE 0.0s [2025-12-26T03:15:46.007Z] [2025-12-26T03:15:46.007Z] #7 exporting to image [2025-12-26T03:15:46.007Z] #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done [2025-12-26T03:15:46.007Z] #7 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.0s done [2025-12-26T03:15:46.007Z] #7 pushing layers 0.1s done [2025-12-26T03:15:46.007Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e [2025-12-26T03:15:46.271Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done [2025-12-26T03:15:46.271Z] #7 DONE 0.2s [2025-12-26T03:15:46.271Z] [2025-12-26T03:15:46.271Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:46.271Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:46.573Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-12-26T03:15:46.573Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-12-26T03:15:46.573Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:46.573Z] #1 transferring dockerfile: 182B done [2025-12-26T03:15:46.573Z] #1 DONE 0.0s [2025-12-26T03:15:46.573Z] [2025-12-26T03:15:46.573Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-26T03:15:46.573Z] #2 DONE 0.0s [2025-12-26T03:15:46.573Z] [2025-12-26T03:15:46.573Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-12-26T03:15:46.573Z] #3 DONE 0.0s [2025-12-26T03:15:46.573Z] [2025-12-26T03:15:46.573Z] #4 [internal] load .dockerignore [2025-12-26T03:15:46.573Z] #4 transferring context: 2B done [2025-12-26T03:15:46.573Z] #4 DONE 0.0s [2025-12-26T03:15:46.573Z] [2025-12-26T03:15:46.573Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:46.573Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:46.834Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:46.834Z] #5 CACHED [2025-12-26T03:15:46.834Z] [2025-12-26T03:15:46.834Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:46.834Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:46.834Z] #6 CACHED [2025-12-26T03:15:46.834Z] [2025-12-26T03:15:46.834Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:46.834Z] #7 DONE 0.0s [2025-12-26T03:15:46.834Z] [2025-12-26T03:15:46.834Z] #8 exporting to image [2025-12-26T03:15:46.834Z] #8 exporting layers done [2025-12-26T03:15:46.834Z] #8 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done [2025-12-26T03:15:46.834Z] #8 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done [2025-12-26T03:15:46.834Z] #8 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done [2025-12-26T03:15:46.834Z] #8 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done [2025-12-26T03:15:46.834Z] #8 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done [2025-12-26T03:15:46.834Z] #8 pushing layers 0.0s done [2025-12-26T03:15:46.834Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done [2025-12-26T03:15:46.834Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:46.834Z] #8 DONE 0.1s [2025-12-26T03:15:46.834Z] [2025-12-26T03:15:46.834Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:46.834Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:47.131Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 --push - [2025-12-26T03:15:47.131Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88' [2025-12-26T03:15:47.131Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:47.131Z] #1 transferring dockerfile: 188B done [2025-12-26T03:15:47.131Z] #1 DONE 0.0s [2025-12-26T03:15:47.131Z] [2025-12-26T03:15:47.131Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-26T03:15:47.131Z] #2 DONE 0.0s [2025-12-26T03:15:47.131Z] [2025-12-26T03:15:47.131Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [2025-12-26T03:15:47.131Z] #3 DONE 0.0s [2025-12-26T03:15:47.131Z] [2025-12-26T03:15:47.131Z] #4 [internal] load .dockerignore [2025-12-26T03:15:47.131Z] #4 transferring context: 2B done [2025-12-26T03:15:47.131Z] #4 DONE 0.0s [2025-12-26T03:15:47.131Z] [2025-12-26T03:15:47.131Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:47.131Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:47.131Z] #5 CACHED [2025-12-26T03:15:47.131Z] [2025-12-26T03:15:47.131Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:47.390Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:47.390Z] #6 CACHED [2025-12-26T03:15:47.390Z] [2025-12-26T03:15:47.390Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:47.390Z] #7 DONE 0.0s [2025-12-26T03:15:47.390Z] [2025-12-26T03:15:47.390Z] #8 exporting to image [2025-12-26T03:15:47.390Z] #8 exporting layers done [2025-12-26T03:15:47.390Z] #8 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done [2025-12-26T03:15:47.390Z] #8 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done [2025-12-26T03:15:47.390Z] #8 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done [2025-12-26T03:15:47.390Z] #8 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done [2025-12-26T03:15:47.390Z] #8 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done [2025-12-26T03:15:47.390Z] #8 pushing layers 0.0s done [2025-12-26T03:15:47.390Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done [2025-12-26T03:15:47.390Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:47.390Z] #8 DONE 0.1s [2025-12-26T03:15:47.390Z] [2025-12-26T03:15:47.390Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:47.390Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:47.690Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:15:47.691Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:15:47.950Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:47.950Z] #1 transferring dockerfile: 229B done [2025-12-26T03:15:47.950Z] #1 DONE 0.0s [2025-12-26T03:15:47.950Z] [2025-12-26T03:15:47.950Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:47.950Z] #2 DONE 0.0s [2025-12-26T03:15:47.950Z] [2025-12-26T03:15:47.950Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:47.950Z] #3 DONE 0.0s [2025-12-26T03:15:47.950Z] [2025-12-26T03:15:47.950Z] #4 [internal] load .dockerignore [2025-12-26T03:15:47.950Z] #4 transferring context: [2025-12-26T03:15:47.950Z] #4 transferring context: 2B done [2025-12-26T03:15:47.950Z] #4 DONE 0.0s [2025-12-26T03:15:47.950Z] [2025-12-26T03:15:47.950Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:47.950Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:47.950Z] #5 CACHED [2025-12-26T03:15:47.950Z] [2025-12-26T03:15:47.950Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:47.950Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:47.950Z] #6 CACHED [2025-12-26T03:15:47.950Z] [2025-12-26T03:15:47.950Z] #7 exporting to image [2025-12-26T03:15:47.950Z] #7 exporting layers done [2025-12-26T03:15:47.950Z] #7 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done [2025-12-26T03:15:47.950Z] #7 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 0.0s done [2025-12-26T03:15:47.950Z] #7 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done [2025-12-26T03:15:47.950Z] #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 [2025-12-26T03:15:47.950Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:47.950Z] #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done [2025-12-26T03:15:47.950Z] #7 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done [2025-12-26T03:15:47.950Z] #7 pushing layers 0.0s done [2025-12-26T03:15:47.950Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done [2025-12-26T03:15:47.950Z] #7 DONE 0.1s [2025-12-26T03:15:47.950Z] [2025-12-26T03:15:47.950Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:47.950Z] #8 DONE 0.0s [2025-12-26T03:15:48.211Z] [2025-12-26T03:15:48.211Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:48.211Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:48.550Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-12-26T03:15:48.550Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-12-26T03:15:48.550Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:48.550Z] #1 transferring dockerfile: 180B done [2025-12-26T03:15:48.550Z] #1 DONE 0.0s [2025-12-26T03:15:48.550Z] [2025-12-26T03:15:48.550Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-12-26T03:15:48.550Z] #2 DONE 0.0s [2025-12-26T03:15:48.550Z] [2025-12-26T03:15:48.550Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-12-26T03:15:48.550Z] #3 DONE 0.0s [2025-12-26T03:15:48.550Z] [2025-12-26T03:15:48.550Z] #4 [internal] load .dockerignore [2025-12-26T03:15:48.550Z] #4 transferring context: 2B done [2025-12-26T03:15:48.550Z] #4 DONE 0.0s [2025-12-26T03:15:48.820Z] [2025-12-26T03:15:48.820Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:48.820Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:48.820Z] #5 CACHED [2025-12-26T03:15:48.820Z] [2025-12-26T03:15:48.820Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 [2025-12-26T03:15:48.820Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done [2025-12-26T03:15:48.820Z] #6 CACHED [2025-12-26T03:15:48.820Z] [2025-12-26T03:15:48.820Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:48.820Z] #7 DONE 0.0s [2025-12-26T03:15:48.820Z] [2025-12-26T03:15:48.820Z] #8 exporting to image [2025-12-26T03:15:48.820Z] #8 exporting layers done [2025-12-26T03:15:48.820Z] #8 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done [2025-12-26T03:15:48.820Z] #8 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done [2025-12-26T03:15:48.820Z] #8 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done [2025-12-26T03:15:48.820Z] #8 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done [2025-12-26T03:15:48.820Z] #8 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done [2025-12-26T03:15:48.820Z] #8 pushing layers 0.0s done [2025-12-26T03:15:48.820Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done [2025-12-26T03:15:48.820Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:48.820Z] #8 DONE 0.1s [2025-12-26T03:15:48.820Z] [2025-12-26T03:15:48.820Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:48.820Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:49.118Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:15:49.118Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:15:49.118Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:49.118Z] #1 transferring dockerfile: 194B done [2025-12-26T03:15:49.118Z] #1 DONE 0.0s [2025-12-26T03:15:49.118Z] [2025-12-26T03:15:49.118Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:49.118Z] #2 DONE 0.1s [2025-12-26T03:15:49.118Z] [2025-12-26T03:15:49.118Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:49.118Z] #3 DONE 0.1s [2025-12-26T03:15:49.118Z] [2025-12-26T03:15:49.118Z] #4 [internal] load .dockerignore [2025-12-26T03:15:49.118Z] #4 transferring context: [2025-12-26T03:15:49.378Z] #4 transferring context: 2B done [2025-12-26T03:15:49.378Z] #4 DONE 0.0s [2025-12-26T03:15:49.378Z] [2025-12-26T03:15:49.378Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:49.378Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:49.378Z] #5 DONE 0.0s [2025-12-26T03:15:49.378Z] [2025-12-26T03:15:49.378Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:49.378Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 done [2025-12-26T03:15:49.378Z] #6 DONE 0.1s [2025-12-26T03:15:49.378Z] [2025-12-26T03:15:49.378Z] #7 exporting to image [2025-12-26T03:15:49.378Z] #7 exporting layers done [2025-12-26T03:15:49.378Z] #7 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done [2025-12-26T03:15:49.378Z] #7 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done [2025-12-26T03:15:49.378Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:49.378Z] #7 ... [2025-12-26T03:15:49.378Z] [2025-12-26T03:15:49.378Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:49.378Z] #8 DONE 0.0s [2025-12-26T03:15:49.378Z] [2025-12-26T03:15:49.378Z] #7 exporting to image [2025-12-26T03:15:49.378Z] #7 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done [2025-12-26T03:15:49.378Z] #7 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 0.0s done [2025-12-26T03:15:49.378Z] #7 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.0s done [2025-12-26T03:15:49.378Z] #7 pushing layers 0.1s done [2025-12-26T03:15:49.378Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 [2025-12-26T03:15:49.639Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done [2025-12-26T03:15:49.639Z] #7 DONE 0.2s [2025-12-26T03:15:49.639Z] [2025-12-26T03:15:49.639Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:49.639Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:49.937Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-12-26T03:15:49.937Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-12-26T03:15:50.196Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:50.196Z] #1 transferring dockerfile: 160B done [2025-12-26T03:15:50.196Z] #1 DONE 0.0s [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-26T03:15:50.196Z] #2 DONE 0.0s [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-12-26T03:15:50.196Z] #3 DONE 0.0s [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #4 [internal] load .dockerignore [2025-12-26T03:15:50.196Z] #4 transferring context: 2B done [2025-12-26T03:15:50.196Z] #4 DONE 0.0s [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:50.196Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:50.196Z] #5 DONE 0.1s [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:50.196Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.1s done [2025-12-26T03:15:50.196Z] #6 CACHED [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:50.196Z] #5 CACHED [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:50.196Z] #7 DONE 0.0s [2025-12-26T03:15:50.196Z] [2025-12-26T03:15:50.196Z] #8 exporting to image [2025-12-26T03:15:50.196Z] #8 exporting layers done [2025-12-26T03:15:50.196Z] #8 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done [2025-12-26T03:15:50.196Z] #8 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done [2025-12-26T03:15:50.196Z] #8 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done [2025-12-26T03:15:50.196Z] #8 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done [2025-12-26T03:15:50.196Z] #8 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done [2025-12-26T03:15:50.196Z] #8 pushing layers 0.0s done [2025-12-26T03:15:50.196Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done [2025-12-26T03:15:50.196Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:50.196Z] #8 DONE 0.1s [2025-12-26T03:15:50.457Z] [2025-12-26T03:15:50.457Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:50.457Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:50.762Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 --push - [2025-12-26T03:15:50.762Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88' [2025-12-26T03:15:50.762Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:50.762Z] #1 transferring dockerfile: 166B done [2025-12-26T03:15:50.762Z] #1 DONE 0.0s [2025-12-26T03:15:50.762Z] [2025-12-26T03:15:50.762Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-26T03:15:50.762Z] #2 DONE 0.0s [2025-12-26T03:15:50.762Z] [2025-12-26T03:15:50.762Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [2025-12-26T03:15:50.762Z] #3 DONE 0.0s [2025-12-26T03:15:50.762Z] [2025-12-26T03:15:50.762Z] #4 [internal] load .dockerignore [2025-12-26T03:15:50.762Z] #4 transferring context: 2B done [2025-12-26T03:15:50.762Z] #4 DONE 0.0s [2025-12-26T03:15:50.762Z] [2025-12-26T03:15:50.762Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:50.762Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:50.762Z] #5 DONE 0.0s [2025-12-26T03:15:50.762Z] [2025-12-26T03:15:50.762Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:51.022Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:51.022Z] #6 CACHED [2025-12-26T03:15:51.022Z] [2025-12-26T03:15:51.022Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:51.022Z] #5 CACHED [2025-12-26T03:15:51.022Z] [2025-12-26T03:15:51.022Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:51.022Z] #7 DONE 0.0s [2025-12-26T03:15:51.022Z] [2025-12-26T03:15:51.022Z] #8 exporting to image [2025-12-26T03:15:51.022Z] #8 exporting layers done [2025-12-26T03:15:51.022Z] #8 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done [2025-12-26T03:15:51.022Z] #8 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done [2025-12-26T03:15:51.022Z] #8 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done [2025-12-26T03:15:51.022Z] #8 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done [2025-12-26T03:15:51.022Z] #8 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done [2025-12-26T03:15:51.022Z] #8 pushing layers 0.0s done [2025-12-26T03:15:51.022Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done [2025-12-26T03:15:51.022Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:51.022Z] #8 DONE 0.1s [2025-12-26T03:15:51.022Z] [2025-12-26T03:15:51.022Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:51.022Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:51.312Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:15:51.312Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:15:51.573Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:51.573Z] #1 transferring dockerfile: 207B done [2025-12-26T03:15:51.573Z] #1 DONE 0.0s [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:51.573Z] #2 DONE 0.0s [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:51.573Z] #3 DONE 0.0s [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] #4 [internal] load .dockerignore [2025-12-26T03:15:51.573Z] #4 transferring context: [2025-12-26T03:15:51.573Z] #4 transferring context: 2B done [2025-12-26T03:15:51.573Z] #4 DONE 0.0s [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:51.573Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:51.573Z] #5 CACHED [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:51.573Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:51.573Z] #6 CACHED [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] #7 exporting to image [2025-12-26T03:15:51.573Z] #7 exporting layers done [2025-12-26T03:15:51.573Z] #7 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done [2025-12-26T03:15:51.573Z] #7 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done [2025-12-26T03:15:51.573Z] #7 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done [2025-12-26T03:15:51.573Z] #7 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done [2025-12-26T03:15:51.573Z] #7 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done [2025-12-26T03:15:51.573Z] #7 pushing layers 0.0s done [2025-12-26T03:15:51.573Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 [2025-12-26T03:15:51.573Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:51.573Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done [2025-12-26T03:15:51.573Z] #7 DONE 0.1s [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:51.573Z] #8 DONE 0.0s [2025-12-26T03:15:51.573Z] [2025-12-26T03:15:51.573Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:51.573Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:51.867Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-12-26T03:15:51.867Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-12-26T03:15:52.128Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:52.128Z] #1 transferring dockerfile: 158B done [2025-12-26T03:15:52.128Z] #1 DONE 0.0s [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-12-26T03:15:52.128Z] #2 DONE 0.0s [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-12-26T03:15:52.128Z] #3 DONE 0.0s [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #4 [internal] load .dockerignore [2025-12-26T03:15:52.128Z] #4 transferring context: 2B done [2025-12-26T03:15:52.128Z] #4 DONE 0.0s [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:52.128Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:52.128Z] #5 DONE 0.0s [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:52.128Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done [2025-12-26T03:15:52.128Z] #6 CACHED [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 [2025-12-26T03:15:52.128Z] #5 CACHED [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:52.128Z] #7 DONE 0.0s [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] #8 exporting to image [2025-12-26T03:15:52.128Z] #8 exporting layers done [2025-12-26T03:15:52.128Z] #8 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done [2025-12-26T03:15:52.128Z] #8 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done [2025-12-26T03:15:52.128Z] #8 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done [2025-12-26T03:15:52.128Z] #8 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done [2025-12-26T03:15:52.128Z] #8 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done [2025-12-26T03:15:52.128Z] #8 pushing layers 0.0s done [2025-12-26T03:15:52.128Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done [2025-12-26T03:15:52.128Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:52.128Z] #8 DONE 0.1s [2025-12-26T03:15:52.128Z] [2025-12-26T03:15:52.128Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:52.128Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:52.423Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:15:52.423Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:15:52.423Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:52.423Z] #1 transferring dockerfile: 196B done [2025-12-26T03:15:52.423Z] #1 DONE 0.0s [2025-12-26T03:15:52.423Z] [2025-12-26T03:15:52.423Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:52.423Z] #2 DONE 0.0s [2025-12-26T03:15:52.423Z] [2025-12-26T03:15:52.423Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:52.423Z] #3 DONE 0.0s [2025-12-26T03:15:52.423Z] [2025-12-26T03:15:52.423Z] #4 [internal] load .dockerignore [2025-12-26T03:15:52.423Z] #4 transferring context: 2B done [2025-12-26T03:15:52.423Z] #4 DONE 0.0s [2025-12-26T03:15:52.423Z] [2025-12-26T03:15:52.423Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:52.423Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done [2025-12-26T03:15:52.423Z] #5 DONE 0.0s [2025-12-26T03:15:52.423Z] [2025-12-26T03:15:52.423Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:52.685Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done [2025-12-26T03:15:52.685Z] #6 DONE 0.0s [2025-12-26T03:15:52.685Z] [2025-12-26T03:15:52.685Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:52.685Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done [2025-12-26T03:15:52.685Z] #5 DONE 0.1s [2025-12-26T03:15:52.685Z] [2025-12-26T03:15:52.685Z] #7 exporting to image [2025-12-26T03:15:52.685Z] #7 exporting layers done [2025-12-26T03:15:52.685Z] #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc [2025-12-26T03:15:52.685Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:52.685Z] #7 ... [2025-12-26T03:15:52.685Z] [2025-12-26T03:15:52.685Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:52.685Z] #8 DONE 0.0s [2025-12-26T03:15:52.685Z] [2025-12-26T03:15:52.685Z] #7 exporting to image [2025-12-26T03:15:52.685Z] #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc 0.0s done [2025-12-26T03:15:52.685Z] #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done [2025-12-26T03:15:52.685Z] #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c 0.0s done [2025-12-26T03:15:52.685Z] #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done [2025-12-26T03:15:52.685Z] #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done [2025-12-26T03:15:52.685Z] #7 pushing layers 0.1s done [2025-12-26T03:15:52.685Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad [2025-12-26T03:15:52.944Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done [2025-12-26T03:15:52.944Z] #7 DONE 0.2s [2025-12-26T03:15:52.944Z] [2025-12-26T03:15:52.944Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:52.944Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:53.239Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-12-26T03:15:53.239Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-12-26T03:15:53.239Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:53.239Z] #1 transferring dockerfile: 162B done [2025-12-26T03:15:53.239Z] #1 DONE 0.0s [2025-12-26T03:15:53.239Z] [2025-12-26T03:15:53.239Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-26T03:15:53.239Z] #2 DONE 0.0s [2025-12-26T03:15:53.239Z] [2025-12-26T03:15:53.239Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-12-26T03:15:53.239Z] #3 DONE 0.0s [2025-12-26T03:15:53.239Z] [2025-12-26T03:15:53.239Z] #4 [internal] load .dockerignore [2025-12-26T03:15:53.239Z] #4 transferring context: 2B done [2025-12-26T03:15:53.239Z] #4 DONE 0.0s [2025-12-26T03:15:53.239Z] [2025-12-26T03:15:53.239Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:53.239Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done [2025-12-26T03:15:53.239Z] #5 CACHED [2025-12-26T03:15:53.239Z] [2025-12-26T03:15:53.239Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:53.239Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done [2025-12-26T03:15:53.239Z] #6 CACHED [2025-12-26T03:15:53.239Z] [2025-12-26T03:15:53.239Z] #7 exporting to image [2025-12-26T03:15:53.239Z] #7 exporting layers done [2025-12-26T03:15:53.239Z] #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done [2025-12-26T03:15:53.239Z] #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done [2025-12-26T03:15:53.239Z] #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done [2025-12-26T03:15:53.239Z] #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done [2025-12-26T03:15:53.239Z] #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done [2025-12-26T03:15:53.239Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:53.499Z] #7 pushing layers 0.0s done [2025-12-26T03:15:53.499Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done [2025-12-26T03:15:53.499Z] #7 DONE 0.1s [2025-12-26T03:15:53.499Z] [2025-12-26T03:15:53.499Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:53.499Z] #8 DONE 0.0s [2025-12-26T03:15:53.499Z] [2025-12-26T03:15:53.499Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:53.499Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:53.792Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 --push - [2025-12-26T03:15:53.792Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88' [2025-12-26T03:15:53.792Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:53.792Z] #1 transferring dockerfile: 168B done [2025-12-26T03:15:53.792Z] #1 DONE 0.0s [2025-12-26T03:15:53.792Z] [2025-12-26T03:15:53.792Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-26T03:15:53.792Z] #2 DONE 0.0s [2025-12-26T03:15:53.792Z] [2025-12-26T03:15:53.792Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [2025-12-26T03:15:53.792Z] #3 DONE 0.0s [2025-12-26T03:15:53.792Z] [2025-12-26T03:15:53.792Z] #4 [internal] load .dockerignore [2025-12-26T03:15:53.792Z] #4 transferring context: 2B done [2025-12-26T03:15:53.792Z] #4 DONE 0.0s [2025-12-26T03:15:53.792Z] [2025-12-26T03:15:53.792Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:53.792Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done [2025-12-26T03:15:53.792Z] #5 CACHED [2025-12-26T03:15:53.792Z] [2025-12-26T03:15:53.792Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:53.792Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done [2025-12-26T03:15:53.792Z] #6 CACHED [2025-12-26T03:15:53.792Z] [2025-12-26T03:15:53.792Z] #7 exporting to image [2025-12-26T03:15:53.792Z] #7 exporting layers done [2025-12-26T03:15:53.792Z] #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done [2025-12-26T03:15:53.792Z] #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done [2025-12-26T03:15:53.792Z] #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done [2025-12-26T03:15:53.792Z] #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done [2025-12-26T03:15:53.792Z] #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done [2025-12-26T03:15:53.792Z] #7 pushing layers 0.0s done [2025-12-26T03:15:53.792Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad [2025-12-26T03:15:53.792Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:54.053Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done [2025-12-26T03:15:54.053Z] #7 DONE 0.1s [2025-12-26T03:15:54.053Z] [2025-12-26T03:15:54.053Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:54.053Z] #8 DONE 0.0s [2025-12-26T03:15:54.053Z] [2025-12-26T03:15:54.053Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:54.053Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:54.346Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:15:54.346Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:15:54.608Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:54.608Z] #1 transferring dockerfile: 209B done [2025-12-26T03:15:54.608Z] #1 DONE 0.0s [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:54.608Z] #2 DONE 0.0s [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:15:54.608Z] #3 DONE 0.0s [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] #4 [internal] load .dockerignore [2025-12-26T03:15:54.608Z] #4 transferring context: 2B done [2025-12-26T03:15:54.608Z] #4 DONE 0.0s [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:54.608Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done [2025-12-26T03:15:54.608Z] #5 CACHED [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:54.608Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done [2025-12-26T03:15:54.608Z] #6 CACHED [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] #7 exporting to image [2025-12-26T03:15:54.608Z] #7 exporting layers done [2025-12-26T03:15:54.608Z] #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done [2025-12-26T03:15:54.608Z] #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done [2025-12-26T03:15:54.608Z] #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done [2025-12-26T03:15:54.608Z] #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done [2025-12-26T03:15:54.608Z] #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done [2025-12-26T03:15:54.608Z] #7 pushing layers 0.0s done [2025-12-26T03:15:54.608Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad [2025-12-26T03:15:54.608Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:54.608Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done [2025-12-26T03:15:54.608Z] #7 DONE 0.1s [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:54.608Z] #8 DONE 0.0s [2025-12-26T03:15:54.608Z] [2025-12-26T03:15:54.608Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:54.608Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:54.914Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-12-26T03:15:54.914Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-12-26T03:15:55.174Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:55.174Z] #1 transferring dockerfile: 160B done [2025-12-26T03:15:55.174Z] #1 DONE 0.0s [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-12-26T03:15:55.174Z] #2 DONE 0.0s [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-12-26T03:15:55.174Z] #3 DONE 0.0s [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] #4 [internal] load .dockerignore [2025-12-26T03:15:55.174Z] #4 transferring context: 2B done [2025-12-26T03:15:55.174Z] #4 DONE 0.0s [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:55.174Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done [2025-12-26T03:15:55.174Z] #5 CACHED [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 [2025-12-26T03:15:55.174Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done [2025-12-26T03:15:55.174Z] #6 CACHED [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] #7 exporting to image [2025-12-26T03:15:55.174Z] #7 exporting layers done [2025-12-26T03:15:55.174Z] #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done [2025-12-26T03:15:55.174Z] #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done [2025-12-26T03:15:55.174Z] #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done [2025-12-26T03:15:55.174Z] #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done [2025-12-26T03:15:55.174Z] #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done [2025-12-26T03:15:55.174Z] #7 pushing layers 0.0s done [2025-12-26T03:15:55.174Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad [2025-12-26T03:15:55.174Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:55.174Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done [2025-12-26T03:15:55.174Z] #7 DONE 0.1s [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:55.174Z] #8 DONE 0.0s [2025-12-26T03:15:55.174Z] [2025-12-26T03:15:55.174Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:55.174Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:55.465Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:15:55.465Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:15:55.465Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:55.465Z] #1 transferring dockerfile: 198B done [2025-12-26T03:15:55.465Z] #1 DONE 0.0s [2025-12-26T03:15:55.465Z] [2025-12-26T03:15:55.465Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:55.465Z] #2 DONE 0.0s [2025-12-26T03:15:55.465Z] [2025-12-26T03:15:55.465Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:15:55.465Z] #3 DONE 0.0s [2025-12-26T03:15:55.465Z] [2025-12-26T03:15:55.465Z] #4 [internal] load .dockerignore [2025-12-26T03:15:55.465Z] #4 transferring context: 2B done [2025-12-26T03:15:55.465Z] #4 DONE 0.0s [2025-12-26T03:15:55.465Z] [2025-12-26T03:15:55.465Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:15:55.465Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:15:55.724Z] #5 DONE 0.0s [2025-12-26T03:15:55.724Z] [2025-12-26T03:15:55.724Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:15:55.724Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done [2025-12-26T03:15:55.724Z] #6 DONE 0.1s [2025-12-26T03:15:55.724Z] [2025-12-26T03:15:55.724Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:55.724Z] #7 DONE 0.0s [2025-12-26T03:15:55.724Z] [2025-12-26T03:15:55.724Z] #8 exporting to image [2025-12-26T03:15:55.724Z] #8 exporting layers done [2025-12-26T03:15:55.724Z] #8 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done [2025-12-26T03:15:55.724Z] #8 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done [2025-12-26T03:15:55.724Z] #8 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done [2025-12-26T03:15:55.724Z] #8 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done [2025-12-26T03:15:55.724Z] #8 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done [2025-12-26T03:15:55.724Z] #8 pushing layers 0.1s done [2025-12-26T03:15:55.724Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done [2025-12-26T03:15:55.724Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:55.724Z] #8 DONE 0.2s [2025-12-26T03:15:55.984Z] [2025-12-26T03:15:55.984Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:55.984Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:56.274Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-12-26T03:15:56.275Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-12-26T03:15:56.275Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:56.275Z] #1 transferring dockerfile: 164B done [2025-12-26T03:15:56.275Z] #1 DONE 0.0s [2025-12-26T03:15:56.275Z] [2025-12-26T03:15:56.275Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-26T03:15:56.275Z] #2 DONE 0.0s [2025-12-26T03:15:56.275Z] [2025-12-26T03:15:56.275Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-12-26T03:15:56.275Z] #3 DONE 0.0s [2025-12-26T03:15:56.275Z] [2025-12-26T03:15:56.275Z] #4 [internal] load .dockerignore [2025-12-26T03:15:56.275Z] #4 transferring context: 2B done [2025-12-26T03:15:56.275Z] #4 DONE 0.0s [2025-12-26T03:15:56.275Z] [2025-12-26T03:15:56.275Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:15:56.275Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 done [2025-12-26T03:15:56.275Z] #5 CACHED [2025-12-26T03:15:56.275Z] [2025-12-26T03:15:56.275Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:15:56.275Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done [2025-12-26T03:15:56.275Z] #6 CACHED [2025-12-26T03:15:56.275Z] [2025-12-26T03:15:56.275Z] #7 exporting to image [2025-12-26T03:15:56.275Z] #7 exporting layers done [2025-12-26T03:15:56.275Z] #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done [2025-12-26T03:15:56.275Z] #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done [2025-12-26T03:15:56.275Z] #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done [2025-12-26T03:15:56.275Z] #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done [2025-12-26T03:15:56.275Z] #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e [2025-12-26T03:15:56.275Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:15:56.533Z] #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done [2025-12-26T03:15:56.534Z] #7 pushing layers 0.0s done [2025-12-26T03:15:56.534Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done [2025-12-26T03:15:56.534Z] #7 DONE 0.1s [2025-12-26T03:15:56.534Z] [2025-12-26T03:15:56.534Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:15:56.534Z] #8 DONE 0.0s [2025-12-26T03:15:56.534Z] [2025-12-26T03:15:56.534Z] 1 warning found (use --debug to expand): [2025-12-26T03:15:56.534Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:15:56.836Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 --push - [2025-12-26T03:15:56.836Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88' [2025-12-26T03:15:57.798Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:15:58.737Z] #1 transferring dockerfile: 170B done [2025-12-26T03:15:58.737Z] #1 DONE 1.0s [2025-12-26T03:15:58.737Z] [2025-12-26T03:15:58.737Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-26T03:15:59.307Z] #2 DONE 0.5s [2025-12-26T03:15:59.307Z] [2025-12-26T03:15:59.307Z] #3 [internal] load .dockerignore [2025-12-26T03:15:59.307Z] #3 ... [2025-12-26T03:15:59.307Z] [2025-12-26T03:15:59.307Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [2025-12-26T03:15:59.307Z] #4 DONE 0.6s [2025-12-26T03:15:59.564Z] [2025-12-26T03:15:59.564Z] #3 [internal] load .dockerignore [2025-12-26T03:16:00.514Z] #3 transferring context: [2025-12-26T03:16:00.774Z] #3 transferring context: 2B done [2025-12-26T03:16:01.035Z] #3 DONE 1.8s [2025-12-26T03:16:01.604Z] [2025-12-26T03:16:01.604Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:16:01.863Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:16:02.445Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.6s done [2025-12-26T03:16:02.445Z] #5 CACHED [2025-12-26T03:16:02.445Z] [2025-12-26T03:16:02.445Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:16:02.445Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.6s done [2025-12-26T03:16:02.445Z] #6 CACHED [2025-12-26T03:16:02.445Z] [2025-12-26T03:16:02.445Z] #7 exporting to image [2025-12-26T03:16:02.445Z] #7 exporting layers done [2025-12-26T03:16:02.445Z] #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb 0.1s done [2025-12-26T03:16:02.445Z] #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 [2025-12-26T03:16:02.445Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:02.704Z] #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 0.0s done [2025-12-26T03:16:02.704Z] #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 0.1s done [2025-12-26T03:16:02.704Z] #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 0.0s done [2025-12-26T03:16:02.704Z] #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e [2025-12-26T03:16:02.704Z] #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done [2025-12-26T03:16:02.704Z] #7 pushing layers 0.0s done [2025-12-26T03:16:02.704Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done [2025-12-26T03:16:02.704Z] #7 DONE 0.3s [2025-12-26T03:16:02.704Z] [2025-12-26T03:16:02.704Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:02.704Z] #8 DONE 0.0s [2025-12-26T03:16:04.082Z] [2025-12-26T03:16:04.082Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:04.082Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:04.379Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:04.379Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:04.379Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:04.379Z] #1 transferring dockerfile: 211B done [2025-12-26T03:16:04.379Z] #1 DONE 0.0s [2025-12-26T03:16:04.379Z] [2025-12-26T03:16:04.379Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:04.379Z] #2 DONE 0.0s [2025-12-26T03:16:04.379Z] [2025-12-26T03:16:04.379Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:04.379Z] #3 DONE 0.0s [2025-12-26T03:16:04.379Z] [2025-12-26T03:16:04.379Z] #4 [internal] load .dockerignore [2025-12-26T03:16:04.379Z] #4 transferring context: 2B done [2025-12-26T03:16:04.379Z] #4 DONE 0.0s [2025-12-26T03:16:04.379Z] [2025-12-26T03:16:04.379Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:16:04.379Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 done [2025-12-26T03:16:04.379Z] #5 CACHED [2025-12-26T03:16:04.379Z] [2025-12-26T03:16:04.379Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:16:04.379Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 done [2025-12-26T03:16:04.379Z] #6 CACHED [2025-12-26T03:16:04.379Z] [2025-12-26T03:16:04.379Z] #7 exporting to image [2025-12-26T03:16:04.379Z] #7 exporting layers done [2025-12-26T03:16:04.379Z] #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done [2025-12-26T03:16:04.379Z] #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done [2025-12-26T03:16:04.379Z] #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done [2025-12-26T03:16:04.379Z] #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done [2025-12-26T03:16:04.379Z] #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done [2025-12-26T03:16:04.379Z] #7 pushing layers 0.0s done [2025-12-26T03:16:04.379Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e [2025-12-26T03:16:04.379Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:04.637Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done [2025-12-26T03:16:04.637Z] #7 DONE 0.1s [2025-12-26T03:16:04.637Z] [2025-12-26T03:16:04.637Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:04.637Z] #8 DONE 0.0s [2025-12-26T03:16:04.637Z] [2025-12-26T03:16:04.637Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:04.637Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:04.935Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-12-26T03:16:04.935Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-12-26T03:16:04.935Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:04.935Z] #1 transferring dockerfile: 162B done [2025-12-26T03:16:04.935Z] #1 DONE 0.0s [2025-12-26T03:16:04.935Z] [2025-12-26T03:16:04.935Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-12-26T03:16:04.935Z] #2 DONE 0.0s [2025-12-26T03:16:04.935Z] [2025-12-26T03:16:04.935Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-12-26T03:16:04.935Z] #3 DONE 0.0s [2025-12-26T03:16:04.935Z] [2025-12-26T03:16:04.935Z] #4 [internal] load .dockerignore [2025-12-26T03:16:04.935Z] #4 transferring context: 2B done [2025-12-26T03:16:04.935Z] #4 DONE 0.0s [2025-12-26T03:16:04.935Z] [2025-12-26T03:16:04.935Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:16:04.935Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done [2025-12-26T03:16:04.935Z] #5 CACHED [2025-12-26T03:16:04.935Z] [2025-12-26T03:16:04.935Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 [2025-12-26T03:16:04.935Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done [2025-12-26T03:16:04.935Z] #6 CACHED [2025-12-26T03:16:04.935Z] [2025-12-26T03:16:04.935Z] #7 exporting to image [2025-12-26T03:16:04.935Z] #7 exporting layers done [2025-12-26T03:16:04.935Z] #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done [2025-12-26T03:16:04.935Z] #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done [2025-12-26T03:16:04.935Z] #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done [2025-12-26T03:16:04.935Z] #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done [2025-12-26T03:16:04.935Z] #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done [2025-12-26T03:16:04.935Z] #7 pushing layers 0.0s done [2025-12-26T03:16:04.935Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e [2025-12-26T03:16:04.935Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:05.198Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done [2025-12-26T03:16:05.198Z] #7 DONE 0.1s [2025-12-26T03:16:05.198Z] [2025-12-26T03:16:05.198Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:05.198Z] #8 DONE 0.0s [2025-12-26T03:16:05.198Z] [2025-12-26T03:16:05.198Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:05.198Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:05.491Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:05.491Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:05.491Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:05.491Z] #1 transferring dockerfile: 206B done [2025-12-26T03:16:05.491Z] #1 DONE 0.0s [2025-12-26T03:16:05.491Z] [2025-12-26T03:16:05.491Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:05.491Z] #2 DONE 0.0s [2025-12-26T03:16:05.491Z] [2025-12-26T03:16:05.491Z] #3 [internal] load .dockerignore [2025-12-26T03:16:05.491Z] #3 transferring context: 2B done [2025-12-26T03:16:05.491Z] #3 DONE 0.0s [2025-12-26T03:16:05.491Z] [2025-12-26T03:16:05.491Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:05.491Z] #4 DONE 0.1s [2025-12-26T03:16:05.491Z] [2025-12-26T03:16:05.491Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:05.491Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:05.491Z] #5 DONE 0.0s [2025-12-26T03:16:05.491Z] [2025-12-26T03:16:05.491Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:05.749Z] #6 DONE 0.0s [2025-12-26T03:16:05.749Z] [2025-12-26T03:16:05.749Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:05.749Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:06.009Z] #5 DONE 0.2s [2025-12-26T03:16:06.009Z] [2025-12-26T03:16:06.009Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:06.009Z] #7 DONE 0.0s [2025-12-26T03:16:06.009Z] [2025-12-26T03:16:06.009Z] #8 exporting to image [2025-12-26T03:16:06.009Z] #8 exporting layers done [2025-12-26T03:16:06.009Z] #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 0.0s done [2025-12-26T03:16:06.009Z] #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done [2025-12-26T03:16:06.009Z] #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done [2025-12-26T03:16:06.009Z] #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done [2025-12-26T03:16:06.009Z] #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done [2025-12-26T03:16:06.009Z] #8 pushing layers [2025-12-26T03:16:06.009Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:06.009Z] #8 pushing layers 0.1s done [2025-12-26T03:16:06.009Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done [2025-12-26T03:16:06.009Z] #8 DONE 0.2s [2025-12-26T03:16:06.268Z] [2025-12-26T03:16:06.268Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:06.268Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:06.563Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-12-26T03:16:06.563Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-12-26T03:16:06.563Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:06.563Z] #1 transferring dockerfile: 172B done [2025-12-26T03:16:06.563Z] #1 DONE 0.0s [2025-12-26T03:16:06.563Z] [2025-12-26T03:16:06.563Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-26T03:16:06.563Z] #2 DONE 0.0s [2025-12-26T03:16:06.563Z] [2025-12-26T03:16:06.563Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-12-26T03:16:06.563Z] #3 DONE 0.0s [2025-12-26T03:16:06.563Z] [2025-12-26T03:16:06.563Z] #4 [internal] load .dockerignore [2025-12-26T03:16:06.563Z] #4 transferring context: 2B done [2025-12-26T03:16:06.563Z] #4 DONE 0.0s [2025-12-26T03:16:06.823Z] [2025-12-26T03:16:06.823Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:06.823Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:06.823Z] #5 CACHED [2025-12-26T03:16:06.823Z] [2025-12-26T03:16:06.823Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:06.823Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:06.823Z] #6 CACHED [2025-12-26T03:16:06.823Z] [2025-12-26T03:16:06.823Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:06.823Z] #7 DONE 0.0s [2025-12-26T03:16:06.823Z] [2025-12-26T03:16:06.823Z] #8 exporting to image [2025-12-26T03:16:06.823Z] #8 exporting layers done [2025-12-26T03:16:06.823Z] #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done [2025-12-26T03:16:06.823Z] #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done [2025-12-26T03:16:06.823Z] #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done [2025-12-26T03:16:06.823Z] #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done [2025-12-26T03:16:06.823Z] #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done [2025-12-26T03:16:06.823Z] #8 pushing layers 0.0s done [2025-12-26T03:16:06.823Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done [2025-12-26T03:16:06.823Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:06.823Z] #8 DONE 0.1s [2025-12-26T03:16:06.823Z] [2025-12-26T03:16:06.823Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:06.823Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:07.114Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88' [2025-12-26T03:16:07.114Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 --push - [2025-12-26T03:16:07.114Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:07.114Z] #1 transferring dockerfile: 178B done [2025-12-26T03:16:07.114Z] #1 DONE 0.0s [2025-12-26T03:16:07.114Z] [2025-12-26T03:16:07.114Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-26T03:16:07.114Z] #2 DONE 0.0s [2025-12-26T03:16:07.114Z] [2025-12-26T03:16:07.114Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [2025-12-26T03:16:07.114Z] #3 DONE 0.0s [2025-12-26T03:16:07.114Z] [2025-12-26T03:16:07.114Z] #4 [internal] load .dockerignore [2025-12-26T03:16:07.114Z] #4 transferring context: 2B done [2025-12-26T03:16:07.114Z] #4 DONE 0.0s [2025-12-26T03:16:07.374Z] [2025-12-26T03:16:07.374Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:07.374Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:07.374Z] #5 CACHED [2025-12-26T03:16:07.374Z] [2025-12-26T03:16:07.374Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:07.374Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:07.374Z] #6 CACHED [2025-12-26T03:16:07.374Z] [2025-12-26T03:16:07.374Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:07.374Z] #7 DONE 0.0s [2025-12-26T03:16:07.374Z] [2025-12-26T03:16:07.374Z] #8 exporting to image [2025-12-26T03:16:07.374Z] #8 exporting layers done [2025-12-26T03:16:07.374Z] #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done [2025-12-26T03:16:07.374Z] #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done [2025-12-26T03:16:07.374Z] #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done [2025-12-26T03:16:07.374Z] #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done [2025-12-26T03:16:07.374Z] #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done [2025-12-26T03:16:07.374Z] #8 pushing layers 0.0s done [2025-12-26T03:16:07.374Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done [2025-12-26T03:16:07.374Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:07.374Z] #8 DONE 0.1s [2025-12-26T03:16:07.374Z] [2025-12-26T03:16:07.374Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:07.374Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:07.664Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:07.665Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:07.925Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:07.925Z] #1 transferring dockerfile: 219B done [2025-12-26T03:16:07.925Z] #1 DONE 0.0s [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:07.925Z] #2 DONE 0.0s [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:07.925Z] #3 DONE 0.0s [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] #4 [internal] load .dockerignore [2025-12-26T03:16:07.925Z] #4 transferring context: 2B done [2025-12-26T03:16:07.925Z] #4 DONE 0.0s [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:07.925Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:07.925Z] #5 CACHED [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:07.925Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:07.925Z] #6 CACHED [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:07.925Z] #7 DONE 0.0s [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] #8 exporting to image [2025-12-26T03:16:07.925Z] #8 exporting layers done [2025-12-26T03:16:07.925Z] #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done [2025-12-26T03:16:07.925Z] #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done [2025-12-26T03:16:07.925Z] #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done [2025-12-26T03:16:07.925Z] #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done [2025-12-26T03:16:07.925Z] #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done [2025-12-26T03:16:07.925Z] #8 pushing layers 0.0s done [2025-12-26T03:16:07.925Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done [2025-12-26T03:16:07.925Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:07.925Z] #8 DONE 0.1s [2025-12-26T03:16:07.925Z] [2025-12-26T03:16:07.925Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:07.925Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:08.474Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-12-26T03:16:08.474Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-12-26T03:16:08.732Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:08.732Z] #1 transferring dockerfile: 170B done [2025-12-26T03:16:08.732Z] #1 DONE 0.0s [2025-12-26T03:16:08.732Z] [2025-12-26T03:16:08.732Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-12-26T03:16:08.991Z] #2 DONE 0.0s [2025-12-26T03:16:08.991Z] [2025-12-26T03:16:08.991Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-12-26T03:16:08.991Z] #3 DONE 0.0s [2025-12-26T03:16:08.991Z] [2025-12-26T03:16:08.991Z] #4 [internal] load .dockerignore [2025-12-26T03:16:08.991Z] #4 transferring context: 2B done [2025-12-26T03:16:08.991Z] #4 DONE 0.0s [2025-12-26T03:16:08.991Z] [2025-12-26T03:16:08.991Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:08.991Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:08.991Z] #5 CACHED [2025-12-26T03:16:08.991Z] [2025-12-26T03:16:08.991Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 [2025-12-26T03:16:08.991Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done [2025-12-26T03:16:08.991Z] #6 CACHED [2025-12-26T03:16:08.991Z] [2025-12-26T03:16:08.991Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:08.991Z] #7 DONE 0.0s [2025-12-26T03:16:08.991Z] [2025-12-26T03:16:08.991Z] #8 exporting to image [2025-12-26T03:16:08.992Z] #8 exporting layers done [2025-12-26T03:16:08.992Z] #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done [2025-12-26T03:16:08.992Z] #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done [2025-12-26T03:16:08.992Z] #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done [2025-12-26T03:16:08.992Z] #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done [2025-12-26T03:16:08.992Z] #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done [2025-12-26T03:16:08.992Z] #8 pushing layers 0.0s done [2025-12-26T03:16:08.992Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done [2025-12-26T03:16:08.992Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:08.992Z] #8 DONE 0.1s [2025-12-26T03:16:08.992Z] [2025-12-26T03:16:08.992Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:08.992Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:09.285Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:09.285Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:09.285Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:09.285Z] #1 transferring dockerfile: 204B done [2025-12-26T03:16:09.285Z] #1 DONE 0.0s [2025-12-26T03:16:09.285Z] [2025-12-26T03:16:09.285Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:09.285Z] #2 DONE 0.0s [2025-12-26T03:16:09.285Z] [2025-12-26T03:16:09.285Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:09.285Z] #3 DONE 0.0s [2025-12-26T03:16:09.285Z] [2025-12-26T03:16:09.285Z] #4 [internal] load .dockerignore [2025-12-26T03:16:09.285Z] #4 transferring context: 2B done [2025-12-26T03:16:09.285Z] #4 DONE 0.0s [2025-12-26T03:16:09.285Z] [2025-12-26T03:16:09.285Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:09.285Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done [2025-12-26T03:16:09.285Z] #5 DONE 0.0s [2025-12-26T03:16:09.285Z] [2025-12-26T03:16:09.285Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:09.545Z] #6 DONE 0.0s [2025-12-26T03:16:09.545Z] [2025-12-26T03:16:09.545Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:09.545Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done [2025-12-26T03:16:09.545Z] #5 DONE 0.1s [2025-12-26T03:16:09.545Z] [2025-12-26T03:16:09.545Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:09.545Z] #7 DONE 0.0s [2025-12-26T03:16:09.545Z] [2025-12-26T03:16:09.545Z] #8 exporting to image [2025-12-26T03:16:09.545Z] #8 exporting layers done [2025-12-26T03:16:09.545Z] #8 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e 0.0s done [2025-12-26T03:16:09.545Z] #8 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done [2025-12-26T03:16:09.545Z] #8 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 done [2025-12-26T03:16:09.545Z] #8 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done [2025-12-26T03:16:09.545Z] #8 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done [2025-12-26T03:16:09.545Z] #8 pushing layers 0.1s done [2025-12-26T03:16:09.545Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff [2025-12-26T03:16:09.545Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:09.804Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done [2025-12-26T03:16:09.804Z] #8 DONE 0.2s [2025-12-26T03:16:09.804Z] [2025-12-26T03:16:09.804Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:09.804Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:10.095Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-12-26T03:16:10.096Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-12-26T03:16:10.355Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:10.355Z] #1 transferring dockerfile: 170B done [2025-12-26T03:16:10.355Z] #1 DONE 0.1s [2025-12-26T03:16:10.355Z] [2025-12-26T03:16:10.355Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-26T03:16:10.355Z] #2 DONE 0.0s [2025-12-26T03:16:10.355Z] [2025-12-26T03:16:10.355Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-12-26T03:16:10.355Z] #3 DONE 0.1s [2025-12-26T03:16:10.355Z] [2025-12-26T03:16:10.355Z] #4 [internal] load .dockerignore [2025-12-26T03:16:10.355Z] #4 transferring context: 2B done [2025-12-26T03:16:10.355Z] #4 DONE 0.0s [2025-12-26T03:16:10.355Z] [2025-12-26T03:16:10.355Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:10.355Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done [2025-12-26T03:16:10.355Z] #5 CACHED [2025-12-26T03:16:10.355Z] [2025-12-26T03:16:10.355Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:10.355Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done [2025-12-26T03:16:10.355Z] #6 CACHED [2025-12-26T03:16:10.355Z] [2025-12-26T03:16:10.355Z] #7 exporting to image [2025-12-26T03:16:10.355Z] #7 exporting layers done [2025-12-26T03:16:10.355Z] #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done [2025-12-26T03:16:10.355Z] #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done [2025-12-26T03:16:10.355Z] #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 0.0s done [2025-12-26T03:16:10.355Z] #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done [2025-12-26T03:16:10.355Z] #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff [2025-12-26T03:16:10.355Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:10.355Z] #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done [2025-12-26T03:16:10.355Z] #7 pushing layers 0.0s done [2025-12-26T03:16:10.355Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done [2025-12-26T03:16:10.355Z] #7 DONE 0.1s [2025-12-26T03:16:10.355Z] [2025-12-26T03:16:10.355Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:10.355Z] #8 DONE 0.0s [2025-12-26T03:16:10.616Z] [2025-12-26T03:16:10.616Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:10.616Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:10.904Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88' [2025-12-26T03:16:10.904Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 --push - [2025-12-26T03:16:11.873Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:12.131Z] #1 transferring dockerfile: 176B done [2025-12-26T03:16:12.389Z] #1 DONE 0.8s [2025-12-26T03:16:12.389Z] [2025-12-26T03:16:12.389Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-26T03:16:12.956Z] #2 DONE 0.7s [2025-12-26T03:16:12.956Z] [2025-12-26T03:16:12.956Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [2025-12-26T03:16:12.956Z] #3 DONE 0.6s [2025-12-26T03:16:12.956Z] [2025-12-26T03:16:12.956Z] #4 [internal] load .dockerignore [2025-12-26T03:16:14.860Z] #4 transferring context: 2B done [2025-12-26T03:16:15.118Z] #4 DONE 2.0s [2025-12-26T03:16:15.118Z] [2025-12-26T03:16:15.118Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:15.382Z] #5 ... [2025-12-26T03:16:15.382Z] [2025-12-26T03:16:15.382Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:15.382Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.1s done [2025-12-26T03:16:15.382Z] #6 DONE 0.3s [2025-12-26T03:16:15.382Z] [2025-12-26T03:16:15.382Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:15.382Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.1s done [2025-12-26T03:16:15.382Z] #5 CACHED [2025-12-26T03:16:15.382Z] [2025-12-26T03:16:15.382Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:15.382Z] #6 CACHED [2025-12-26T03:16:15.382Z] [2025-12-26T03:16:15.382Z] #7 exporting to image [2025-12-26T03:16:15.382Z] #7 exporting layers done [2025-12-26T03:16:15.382Z] #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done [2025-12-26T03:16:15.382Z] #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c [2025-12-26T03:16:15.382Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:15.382Z] #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done [2025-12-26T03:16:15.382Z] #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 0.0s done [2025-12-26T03:16:15.382Z] #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done [2025-12-26T03:16:15.382Z] #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done [2025-12-26T03:16:15.382Z] #7 pushing layers 0.0s done [2025-12-26T03:16:15.382Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done [2025-12-26T03:16:15.382Z] #7 DONE 0.1s [2025-12-26T03:16:15.382Z] [2025-12-26T03:16:15.382Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:15.382Z] #8 DONE 0.0s [2025-12-26T03:16:15.640Z] [2025-12-26T03:16:15.640Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:15.640Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:15.929Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:15.929Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:16.189Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:16.189Z] #1 transferring dockerfile: 217B done [2025-12-26T03:16:16.189Z] #1 DONE 0.1s [2025-12-26T03:16:16.189Z] [2025-12-26T03:16:16.189Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:16.189Z] #2 DONE 0.0s [2025-12-26T03:16:16.189Z] [2025-12-26T03:16:16.189Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:16.189Z] #3 DONE 0.0s [2025-12-26T03:16:16.189Z] [2025-12-26T03:16:16.189Z] #4 [internal] load .dockerignore [2025-12-26T03:16:16.189Z] #4 transferring context: 2B done [2025-12-26T03:16:16.189Z] #4 DONE 0.0s [2025-12-26T03:16:16.189Z] [2025-12-26T03:16:16.189Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:16.189Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done [2025-12-26T03:16:16.189Z] #5 CACHED [2025-12-26T03:16:16.189Z] [2025-12-26T03:16:16.189Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:16.189Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done [2025-12-26T03:16:16.189Z] #6 CACHED [2025-12-26T03:16:16.189Z] [2025-12-26T03:16:16.189Z] #7 exporting to image [2025-12-26T03:16:16.189Z] #7 exporting layers done [2025-12-26T03:16:16.189Z] #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done [2025-12-26T03:16:16.189Z] #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done [2025-12-26T03:16:16.189Z] #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 done [2025-12-26T03:16:16.189Z] #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done [2025-12-26T03:16:16.189Z] #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done [2025-12-26T03:16:16.189Z] #7 pushing layers 0.0s done [2025-12-26T03:16:16.189Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff [2025-12-26T03:16:16.189Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:16.448Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done [2025-12-26T03:16:16.448Z] #7 DONE 0.1s [2025-12-26T03:16:16.448Z] [2025-12-26T03:16:16.448Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:16.448Z] #8 DONE 0.0s [2025-12-26T03:16:16.448Z] [2025-12-26T03:16:16.448Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:16.448Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:16.736Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-12-26T03:16:16.736Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-12-26T03:16:16.736Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:16.736Z] #1 transferring dockerfile: 168B done [2025-12-26T03:16:16.736Z] #1 DONE 0.0s [2025-12-26T03:16:16.736Z] [2025-12-26T03:16:16.736Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-12-26T03:16:16.736Z] #2 DONE 0.0s [2025-12-26T03:16:16.736Z] [2025-12-26T03:16:16.736Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-12-26T03:16:16.736Z] #3 DONE 0.0s [2025-12-26T03:16:16.736Z] [2025-12-26T03:16:16.736Z] #4 [internal] load .dockerignore [2025-12-26T03:16:16.736Z] #4 transferring context: 2B done [2025-12-26T03:16:16.736Z] #4 DONE 0.0s [2025-12-26T03:16:16.736Z] [2025-12-26T03:16:16.736Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:16.736Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done [2025-12-26T03:16:16.736Z] #5 CACHED [2025-12-26T03:16:16.736Z] [2025-12-26T03:16:16.736Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab [2025-12-26T03:16:16.736Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done [2025-12-26T03:16:16.736Z] #6 CACHED [2025-12-26T03:16:16.736Z] [2025-12-26T03:16:16.736Z] #7 exporting to image [2025-12-26T03:16:16.736Z] #7 exporting layers done [2025-12-26T03:16:16.736Z] #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done [2025-12-26T03:16:16.736Z] #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done [2025-12-26T03:16:16.736Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:16.995Z] #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 done [2025-12-26T03:16:16.995Z] #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done [2025-12-26T03:16:16.995Z] #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done [2025-12-26T03:16:16.995Z] #7 pushing layers 0.0s done [2025-12-26T03:16:16.995Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done [2025-12-26T03:16:16.995Z] #7 DONE 0.1s [2025-12-26T03:16:16.995Z] [2025-12-26T03:16:16.995Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:16.995Z] #8 DONE 0.0s [2025-12-26T03:16:16.995Z] [2025-12-26T03:16:16.995Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:16.995Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:17.285Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:17.285Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:17.285Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:17.285Z] #1 transferring dockerfile: 205B done [2025-12-26T03:16:17.285Z] #1 DONE 0.0s [2025-12-26T03:16:17.285Z] [2025-12-26T03:16:17.285Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:17.285Z] #2 DONE 0.0s [2025-12-26T03:16:17.285Z] [2025-12-26T03:16:17.285Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:17.285Z] #3 DONE 0.1s [2025-12-26T03:16:17.285Z] [2025-12-26T03:16:17.285Z] #4 [internal] load .dockerignore [2025-12-26T03:16:17.285Z] #4 transferring context: 2B done [2025-12-26T03:16:17.285Z] #4 DONE 0.0s [2025-12-26T03:16:17.285Z] [2025-12-26T03:16:17.285Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:17.285Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:17.285Z] #5 DONE 0.0s [2025-12-26T03:16:17.285Z] [2025-12-26T03:16:17.285Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:17.543Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 0.0s done [2025-12-26T03:16:17.543Z] #6 DONE 0.0s [2025-12-26T03:16:17.543Z] [2025-12-26T03:16:17.543Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:17.543Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:17.543Z] #5 DONE 0.1s [2025-12-26T03:16:17.543Z] [2025-12-26T03:16:17.543Z] #7 exporting to image [2025-12-26T03:16:17.543Z] #7 exporting layers done [2025-12-26T03:16:17.543Z] #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done [2025-12-26T03:16:17.543Z] #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done [2025-12-26T03:16:17.543Z] #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done [2025-12-26T03:16:17.543Z] #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done [2025-12-26T03:16:17.543Z] #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 [2025-12-26T03:16:17.543Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:17.543Z] #7 ... [2025-12-26T03:16:17.543Z] [2025-12-26T03:16:17.543Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:17.543Z] #8 DONE 0.0s [2025-12-26T03:16:17.543Z] [2025-12-26T03:16:17.543Z] #7 exporting to image [2025-12-26T03:16:17.543Z] #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done [2025-12-26T03:16:17.543Z] #7 pushing layers 0.1s done [2025-12-26T03:16:17.543Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 [2025-12-26T03:16:17.801Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done [2025-12-26T03:16:17.801Z] #7 DONE 0.2s [2025-12-26T03:16:17.801Z] [2025-12-26T03:16:17.801Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:17.801Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:18.200Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-12-26T03:16:18.200Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-12-26T03:16:18.200Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:18.200Z] #1 transferring dockerfile: 171B done [2025-12-26T03:16:18.200Z] #1 DONE 0.0s [2025-12-26T03:16:18.200Z] [2025-12-26T03:16:18.200Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-26T03:16:18.200Z] #2 DONE 0.0s [2025-12-26T03:16:18.200Z] [2025-12-26T03:16:18.200Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-12-26T03:16:18.200Z] #3 DONE 0.0s [2025-12-26T03:16:18.200Z] [2025-12-26T03:16:18.200Z] #4 [internal] load .dockerignore [2025-12-26T03:16:18.200Z] #4 transferring context: 2B done [2025-12-26T03:16:18.200Z] #4 DONE 0.0s [2025-12-26T03:16:18.200Z] [2025-12-26T03:16:18.200Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:18.200Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:18.200Z] #5 CACHED [2025-12-26T03:16:18.200Z] [2025-12-26T03:16:18.200Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:18.200Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:18.200Z] #6 CACHED [2025-12-26T03:16:18.200Z] [2025-12-26T03:16:18.200Z] #7 exporting to image [2025-12-26T03:16:18.200Z] #7 exporting layers done [2025-12-26T03:16:18.200Z] #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done [2025-12-26T03:16:18.200Z] #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done [2025-12-26T03:16:18.200Z] #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done [2025-12-26T03:16:18.200Z] #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done [2025-12-26T03:16:18.200Z] #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done [2025-12-26T03:16:18.200Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:18.460Z] #7 pushing layers 0.0s done [2025-12-26T03:16:18.460Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done [2025-12-26T03:16:18.460Z] #7 DONE 0.1s [2025-12-26T03:16:18.460Z] [2025-12-26T03:16:18.460Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:18.460Z] #8 DONE 0.0s [2025-12-26T03:16:18.460Z] [2025-12-26T03:16:18.460Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:18.460Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:18.747Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 --push - [2025-12-26T03:16:18.747Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88' [2025-12-26T03:16:18.747Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:18.747Z] #1 transferring dockerfile: 177B done [2025-12-26T03:16:18.747Z] #1 DONE 0.0s [2025-12-26T03:16:18.747Z] [2025-12-26T03:16:18.747Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-26T03:16:18.747Z] #2 DONE 0.0s [2025-12-26T03:16:18.747Z] [2025-12-26T03:16:18.747Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [2025-12-26T03:16:18.747Z] #3 DONE 0.0s [2025-12-26T03:16:18.747Z] [2025-12-26T03:16:18.747Z] #4 [internal] load .dockerignore [2025-12-26T03:16:18.747Z] #4 transferring context: 2B done [2025-12-26T03:16:18.747Z] #4 DONE 0.0s [2025-12-26T03:16:18.747Z] [2025-12-26T03:16:18.747Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:18.747Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 0.0s done [2025-12-26T03:16:18.747Z] #5 CACHED [2025-12-26T03:16:18.747Z] [2025-12-26T03:16:18.747Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:18.747Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 0.0s done [2025-12-26T03:16:18.747Z] #6 CACHED [2025-12-26T03:16:18.747Z] [2025-12-26T03:16:18.747Z] #7 exporting to image [2025-12-26T03:16:18.747Z] #7 exporting layers done [2025-12-26T03:16:18.747Z] #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done [2025-12-26T03:16:18.747Z] #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done [2025-12-26T03:16:18.747Z] #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done [2025-12-26T03:16:18.747Z] #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done [2025-12-26T03:16:18.747Z] #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done [2025-12-26T03:16:18.747Z] #7 pushing layers [2025-12-26T03:16:18.747Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:19.007Z] #7 pushing layers 0.0s done [2025-12-26T03:16:19.008Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done [2025-12-26T03:16:19.008Z] #7 DONE 0.1s [2025-12-26T03:16:19.008Z] [2025-12-26T03:16:19.008Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:19.008Z] #8 DONE 0.0s [2025-12-26T03:16:19.008Z] [2025-12-26T03:16:19.008Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:19.008Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:19.306Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:19.306Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:19.565Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:19.565Z] #1 transferring dockerfile: 218B done [2025-12-26T03:16:19.565Z] #1 DONE 0.0s [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:19.565Z] #2 DONE 0.0s [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:19.565Z] #3 DONE 0.0s [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] #4 [internal] load .dockerignore [2025-12-26T03:16:19.565Z] #4 transferring context: 2B done [2025-12-26T03:16:19.565Z] #4 DONE 0.0s [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:19.565Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:19.565Z] #5 CACHED [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:19.565Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:19.565Z] #6 CACHED [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] #7 exporting to image [2025-12-26T03:16:19.565Z] #7 exporting layers done [2025-12-26T03:16:19.565Z] #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done [2025-12-26T03:16:19.565Z] #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done [2025-12-26T03:16:19.565Z] #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done [2025-12-26T03:16:19.565Z] #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done [2025-12-26T03:16:19.565Z] #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done [2025-12-26T03:16:19.565Z] #7 pushing layers 0.0s done [2025-12-26T03:16:19.565Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 [2025-12-26T03:16:19.565Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:19.565Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done [2025-12-26T03:16:19.565Z] #7 DONE 0.1s [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:19.565Z] #8 DONE 0.0s [2025-12-26T03:16:19.565Z] [2025-12-26T03:16:19.565Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:19.565Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:19.860Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-12-26T03:16:19.860Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-12-26T03:16:19.860Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:19.860Z] #1 transferring dockerfile: 169B done [2025-12-26T03:16:19.860Z] #1 DONE 0.0s [2025-12-26T03:16:19.860Z] [2025-12-26T03:16:19.860Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-12-26T03:16:19.860Z] #2 DONE 0.0s [2025-12-26T03:16:19.860Z] [2025-12-26T03:16:19.860Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-12-26T03:16:19.860Z] #3 DONE 0.0s [2025-12-26T03:16:19.860Z] [2025-12-26T03:16:19.860Z] #4 [internal] load .dockerignore [2025-12-26T03:16:19.860Z] #4 transferring context: 2B done [2025-12-26T03:16:19.860Z] #4 DONE 0.0s [2025-12-26T03:16:19.860Z] [2025-12-26T03:16:19.860Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:19.860Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:19.860Z] #5 CACHED [2025-12-26T03:16:19.860Z] [2025-12-26T03:16:19.860Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 [2025-12-26T03:16:19.860Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done [2025-12-26T03:16:19.860Z] #6 CACHED [2025-12-26T03:16:19.860Z] [2025-12-26T03:16:19.860Z] #7 exporting to image [2025-12-26T03:16:19.860Z] #7 exporting layers done [2025-12-26T03:16:19.860Z] #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done [2025-12-26T03:16:19.860Z] #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done [2025-12-26T03:16:19.860Z] #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done [2025-12-26T03:16:19.860Z] #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done [2025-12-26T03:16:19.860Z] #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done [2025-12-26T03:16:19.860Z] #7 pushing layers 0.0s done [2025-12-26T03:16:19.860Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 [2025-12-26T03:16:19.860Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:20.119Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done [2025-12-26T03:16:20.119Z] #7 DONE 0.1s [2025-12-26T03:16:20.119Z] [2025-12-26T03:16:20.119Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:20.119Z] #8 DONE 0.0s [2025-12-26T03:16:20.119Z] [2025-12-26T03:16:20.119Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:20.119Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:20.412Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:20.412Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:20.412Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:20.412Z] #1 transferring dockerfile: 211B done [2025-12-26T03:16:20.412Z] #1 DONE 0.0s [2025-12-26T03:16:20.412Z] [2025-12-26T03:16:20.412Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:20.412Z] #2 DONE 0.0s [2025-12-26T03:16:20.412Z] [2025-12-26T03:16:20.412Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:20.412Z] #3 DONE 0.1s [2025-12-26T03:16:20.412Z] [2025-12-26T03:16:20.412Z] #4 [internal] load .dockerignore [2025-12-26T03:16:20.412Z] #4 transferring context: 2B done [2025-12-26T03:16:20.412Z] #4 DONE 0.0s [2025-12-26T03:16:20.412Z] [2025-12-26T03:16:20.412Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:20.412Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:20.412Z] #5 DONE 0.0s [2025-12-26T03:16:20.412Z] [2025-12-26T03:16:20.412Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:20.671Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:20.671Z] #6 DONE 0.0s [2025-12-26T03:16:20.671Z] [2025-12-26T03:16:20.671Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:20.671Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:20.671Z] #5 DONE 0.1s [2025-12-26T03:16:20.671Z] [2025-12-26T03:16:20.671Z] #7 exporting to image [2025-12-26T03:16:20.671Z] #7 exporting layers done [2025-12-26T03:16:20.671Z] #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done [2025-12-26T03:16:20.671Z] #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done [2025-12-26T03:16:20.671Z] #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done [2025-12-26T03:16:20.671Z] #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 [2025-12-26T03:16:20.671Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:20.671Z] #7 ... [2025-12-26T03:16:20.671Z] [2025-12-26T03:16:20.671Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:20.671Z] #8 DONE 0.0s [2025-12-26T03:16:20.671Z] [2025-12-26T03:16:20.671Z] #7 exporting to image [2025-12-26T03:16:20.671Z] #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done [2025-12-26T03:16:20.671Z] #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done [2025-12-26T03:16:20.671Z] #7 pushing layers 0.1s done [2025-12-26T03:16:20.671Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 [2025-12-26T03:16:20.931Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done [2025-12-26T03:16:20.931Z] #7 DONE 0.2s [2025-12-26T03:16:20.931Z] [2025-12-26T03:16:20.931Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:20.931Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:21.218Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-12-26T03:16:21.218Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-12-26T03:16:21.478Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:21.478Z] #1 transferring dockerfile: 177B done [2025-12-26T03:16:21.478Z] #1 DONE 0.1s [2025-12-26T03:16:21.478Z] [2025-12-26T03:16:21.478Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-26T03:16:21.478Z] #2 DONE 0.0s [2025-12-26T03:16:21.478Z] [2025-12-26T03:16:21.478Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-12-26T03:16:21.478Z] #3 DONE 0.0s [2025-12-26T03:16:21.478Z] [2025-12-26T03:16:21.478Z] #4 [internal] load .dockerignore [2025-12-26T03:16:21.478Z] #4 transferring context: 2B done [2025-12-26T03:16:21.478Z] #4 DONE 0.1s [2025-12-26T03:16:21.478Z] [2025-12-26T03:16:21.478Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:21.478Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:21.478Z] #5 CACHED [2025-12-26T03:16:21.478Z] [2025-12-26T03:16:21.478Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:21.478Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:21.478Z] #6 CACHED [2025-12-26T03:16:21.478Z] [2025-12-26T03:16:21.478Z] #7 exporting to image [2025-12-26T03:16:21.478Z] #7 exporting layers done [2025-12-26T03:16:21.478Z] #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done [2025-12-26T03:16:21.478Z] #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done [2025-12-26T03:16:21.478Z] #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done [2025-12-26T03:16:21.478Z] #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done [2025-12-26T03:16:21.478Z] #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done [2025-12-26T03:16:21.478Z] #7 pushing layers 0.0s done [2025-12-26T03:16:21.478Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 [2025-12-26T03:16:21.478Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:21.738Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done [2025-12-26T03:16:21.738Z] #7 DONE 0.1s [2025-12-26T03:16:21.738Z] [2025-12-26T03:16:21.738Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:21.738Z] #8 DONE 0.0s [2025-12-26T03:16:21.738Z] [2025-12-26T03:16:21.738Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:21.738Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:22.031Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88' [2025-12-26T03:16:22.031Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 --push - [2025-12-26T03:16:22.294Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:22.294Z] #1 transferring dockerfile: 183B done [2025-12-26T03:16:22.294Z] #1 DONE 0.1s [2025-12-26T03:16:22.294Z] [2025-12-26T03:16:22.294Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-26T03:16:22.294Z] #2 DONE 0.1s [2025-12-26T03:16:22.294Z] [2025-12-26T03:16:22.294Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [2025-12-26T03:16:22.555Z] #3 DONE 0.1s [2025-12-26T03:16:22.555Z] [2025-12-26T03:16:22.555Z] #4 [internal] load .dockerignore [2025-12-26T03:16:22.555Z] #4 transferring context: [2025-12-26T03:16:22.555Z] #4 transferring context: 2B done [2025-12-26T03:16:22.555Z] #4 DONE 0.2s [2025-12-26T03:16:22.555Z] [2025-12-26T03:16:22.555Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:22.555Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:22.555Z] #5 DONE 0.0s [2025-12-26T03:16:22.555Z] [2025-12-26T03:16:22.555Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:22.819Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:22.819Z] #6 CACHED [2025-12-26T03:16:22.819Z] [2025-12-26T03:16:22.819Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:22.819Z] #5 CACHED [2025-12-26T03:16:22.819Z] [2025-12-26T03:16:22.819Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:22.819Z] #7 DONE 0.0s [2025-12-26T03:16:22.819Z] [2025-12-26T03:16:22.819Z] #8 exporting to image [2025-12-26T03:16:22.819Z] #8 exporting layers done [2025-12-26T03:16:22.819Z] #8 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done [2025-12-26T03:16:22.819Z] #8 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done [2025-12-26T03:16:22.819Z] #8 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done [2025-12-26T03:16:22.819Z] #8 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done [2025-12-26T03:16:22.819Z] #8 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done [2025-12-26T03:16:22.819Z] #8 pushing layers 0.0s done [2025-12-26T03:16:22.819Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done [2025-12-26T03:16:22.819Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:22.819Z] #8 DONE 0.1s [2025-12-26T03:16:22.819Z] [2025-12-26T03:16:22.819Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:22.819Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:23.115Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:23.115Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:23.380Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:23.380Z] #1 transferring dockerfile: 224B done [2025-12-26T03:16:23.380Z] #1 DONE 0.0s [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:23.380Z] #2 DONE 0.0s [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:23.380Z] #3 DONE 0.0s [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] #4 [internal] load .dockerignore [2025-12-26T03:16:23.380Z] #4 transferring context: 2B done [2025-12-26T03:16:23.380Z] #4 DONE 0.0s [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:23.380Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:23.380Z] #5 CACHED [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:23.380Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:23.380Z] #6 CACHED [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] #7 exporting to image [2025-12-26T03:16:23.380Z] #7 exporting layers [2025-12-26T03:16:23.380Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:23.380Z] #7 exporting layers done [2025-12-26T03:16:23.380Z] #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done [2025-12-26T03:16:23.380Z] #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done [2025-12-26T03:16:23.380Z] #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done [2025-12-26T03:16:23.380Z] #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done [2025-12-26T03:16:23.380Z] #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done [2025-12-26T03:16:23.380Z] #7 pushing layers 0.0s done [2025-12-26T03:16:23.380Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done [2025-12-26T03:16:23.380Z] #7 DONE 0.1s [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:23.380Z] #8 DONE 0.0s [2025-12-26T03:16:23.380Z] [2025-12-26T03:16:23.380Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:23.380Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:23.701Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-12-26T03:16:23.701Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-12-26T03:16:23.701Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:23.701Z] #1 transferring dockerfile: 175B done [2025-12-26T03:16:23.701Z] #1 DONE 0.0s [2025-12-26T03:16:23.701Z] [2025-12-26T03:16:23.701Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-12-26T03:16:23.701Z] #2 DONE 0.0s [2025-12-26T03:16:23.701Z] [2025-12-26T03:16:23.701Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-12-26T03:16:23.701Z] #3 DONE 0.0s [2025-12-26T03:16:23.701Z] [2025-12-26T03:16:23.701Z] #4 [internal] load .dockerignore [2025-12-26T03:16:23.701Z] #4 transferring context: 2B done [2025-12-26T03:16:23.701Z] #4 DONE 0.0s [2025-12-26T03:16:23.701Z] [2025-12-26T03:16:23.701Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:23.701Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:23.701Z] #5 CACHED [2025-12-26T03:16:23.701Z] [2025-12-26T03:16:23.701Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df [2025-12-26T03:16:23.701Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done [2025-12-26T03:16:23.701Z] #6 CACHED [2025-12-26T03:16:23.701Z] [2025-12-26T03:16:23.701Z] #7 exporting to image [2025-12-26T03:16:23.701Z] #7 exporting layers done [2025-12-26T03:16:23.701Z] #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done [2025-12-26T03:16:23.701Z] #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done [2025-12-26T03:16:23.701Z] #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done [2025-12-26T03:16:23.701Z] #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done [2025-12-26T03:16:23.701Z] #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done [2025-12-26T03:16:23.701Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:23.963Z] #7 pushing layers 0.0s done [2025-12-26T03:16:23.963Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done [2025-12-26T03:16:23.963Z] #7 DONE 0.1s [2025-12-26T03:16:23.963Z] [2025-12-26T03:16:23.963Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:23.963Z] #8 DONE 0.0s [2025-12-26T03:16:23.963Z] [2025-12-26T03:16:23.963Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:23.963Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:24.277Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:24.277Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:24.277Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:24.277Z] #1 transferring dockerfile: 215B done [2025-12-26T03:16:24.277Z] #1 DONE 0.0s [2025-12-26T03:16:24.277Z] [2025-12-26T03:16:24.277Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:24.277Z] #2 DONE 0.0s [2025-12-26T03:16:24.277Z] [2025-12-26T03:16:24.277Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:24.277Z] #3 DONE 0.0s [2025-12-26T03:16:24.277Z] [2025-12-26T03:16:24.277Z] #4 [internal] load .dockerignore [2025-12-26T03:16:24.277Z] #4 transferring context: 2B done [2025-12-26T03:16:24.277Z] #4 DONE 0.0s [2025-12-26T03:16:24.277Z] [2025-12-26T03:16:24.277Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:24.277Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done [2025-12-26T03:16:24.277Z] #5 DONE 0.0s [2025-12-26T03:16:24.277Z] [2025-12-26T03:16:24.277Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:24.539Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done [2025-12-26T03:16:24.539Z] #6 DONE 0.0s [2025-12-26T03:16:24.539Z] [2025-12-26T03:16:24.539Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:24.539Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done [2025-12-26T03:16:24.539Z] #5 DONE 0.1s [2025-12-26T03:16:24.539Z] [2025-12-26T03:16:24.539Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:24.539Z] #7 DONE 0.0s [2025-12-26T03:16:24.539Z] [2025-12-26T03:16:24.539Z] #8 exporting to image [2025-12-26T03:16:24.539Z] #8 exporting layers done [2025-12-26T03:16:24.539Z] #8 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done [2025-12-26T03:16:24.539Z] #8 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done [2025-12-26T03:16:24.539Z] #8 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done [2025-12-26T03:16:24.539Z] #8 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done [2025-12-26T03:16:24.539Z] #8 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done [2025-12-26T03:16:24.539Z] #8 pushing layers 0.1s done [2025-12-26T03:16:24.539Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 [2025-12-26T03:16:24.539Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:24.799Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done [2025-12-26T03:16:24.799Z] #8 DONE 0.2s [2025-12-26T03:16:24.799Z] [2025-12-26T03:16:24.799Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:24.799Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:25.100Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-12-26T03:16:25.100Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-12-26T03:16:25.100Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:25.100Z] #1 transferring dockerfile: 181B done [2025-12-26T03:16:25.100Z] #1 DONE 0.0s [2025-12-26T03:16:25.100Z] [2025-12-26T03:16:25.100Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-26T03:16:25.100Z] #2 DONE 0.0s [2025-12-26T03:16:25.100Z] [2025-12-26T03:16:25.100Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-12-26T03:16:25.100Z] #3 DONE 0.0s [2025-12-26T03:16:25.100Z] [2025-12-26T03:16:25.100Z] #4 [internal] load .dockerignore [2025-12-26T03:16:25.100Z] #4 transferring context: 2B done [2025-12-26T03:16:25.100Z] #4 DONE 0.0s [2025-12-26T03:16:25.100Z] [2025-12-26T03:16:25.100Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:25.100Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done [2025-12-26T03:16:25.100Z] #5 CACHED [2025-12-26T03:16:25.100Z] [2025-12-26T03:16:25.100Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:25.359Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done [2025-12-26T03:16:25.359Z] #6 CACHED [2025-12-26T03:16:25.359Z] [2025-12-26T03:16:25.359Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:25.359Z] #7 DONE 0.0s [2025-12-26T03:16:25.359Z] [2025-12-26T03:16:25.359Z] #8 exporting to image [2025-12-26T03:16:25.359Z] #8 exporting layers done [2025-12-26T03:16:25.359Z] #8 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done [2025-12-26T03:16:25.359Z] #8 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done [2025-12-26T03:16:25.359Z] #8 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done [2025-12-26T03:16:25.359Z] #8 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done [2025-12-26T03:16:25.359Z] #8 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done [2025-12-26T03:16:25.359Z] #8 pushing layers 0.0s done [2025-12-26T03:16:25.359Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done [2025-12-26T03:16:25.359Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:25.359Z] #8 DONE 0.1s [2025-12-26T03:16:25.359Z] [2025-12-26T03:16:25.359Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:25.359Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:25.651Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88' [2025-12-26T03:16:25.651Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 --push - [2025-12-26T03:16:25.651Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:25.651Z] #1 transferring dockerfile: 187B done [2025-12-26T03:16:25.651Z] #1 DONE 0.0s [2025-12-26T03:16:25.651Z] [2025-12-26T03:16:25.651Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-26T03:16:25.651Z] #2 DONE 0.0s [2025-12-26T03:16:25.651Z] [2025-12-26T03:16:25.651Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [2025-12-26T03:16:25.651Z] #3 DONE 0.0s [2025-12-26T03:16:25.651Z] [2025-12-26T03:16:25.652Z] #4 [internal] load .dockerignore [2025-12-26T03:16:25.652Z] #4 transferring context: 2B done [2025-12-26T03:16:25.652Z] #4 DONE 0.0s [2025-12-26T03:16:25.652Z] [2025-12-26T03:16:25.652Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:25.652Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done [2025-12-26T03:16:25.652Z] #5 CACHED [2025-12-26T03:16:25.652Z] [2025-12-26T03:16:25.652Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:25.652Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done [2025-12-26T03:16:25.652Z] #6 CACHED [2025-12-26T03:16:25.652Z] [2025-12-26T03:16:25.652Z] #7 exporting to image [2025-12-26T03:16:25.652Z] #7 exporting layers done [2025-12-26T03:16:25.652Z] #7 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done [2025-12-26T03:16:25.652Z] #7 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done [2025-12-26T03:16:25.652Z] #7 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done [2025-12-26T03:16:25.652Z] #7 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done [2025-12-26T03:16:25.652Z] #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done [2025-12-26T03:16:25.652Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:25.911Z] #7 pushing layers 0.0s done [2025-12-26T03:16:25.911Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done [2025-12-26T03:16:25.911Z] #7 DONE 0.1s [2025-12-26T03:16:25.911Z] [2025-12-26T03:16:25.911Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:25.911Z] #8 DONE 0.0s [2025-12-26T03:16:25.911Z] [2025-12-26T03:16:25.911Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:25.911Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:26.205Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:26.205Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:26.205Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:26.205Z] #1 transferring dockerfile: 228B done [2025-12-26T03:16:26.205Z] #1 DONE 0.0s [2025-12-26T03:16:26.205Z] [2025-12-26T03:16:26.205Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:26.205Z] #2 DONE 0.0s [2025-12-26T03:16:26.205Z] [2025-12-26T03:16:26.206Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:26.206Z] #3 DONE 0.0s [2025-12-26T03:16:26.206Z] [2025-12-26T03:16:26.206Z] #4 [internal] load .dockerignore [2025-12-26T03:16:26.206Z] #4 transferring context: 2B done [2025-12-26T03:16:26.206Z] #4 DONE 0.0s [2025-12-26T03:16:26.206Z] [2025-12-26T03:16:26.206Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:26.206Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done [2025-12-26T03:16:26.206Z] #5 CACHED [2025-12-26T03:16:26.206Z] [2025-12-26T03:16:26.206Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:26.206Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done [2025-12-26T03:16:26.206Z] #6 CACHED [2025-12-26T03:16:26.206Z] [2025-12-26T03:16:26.206Z] #7 exporting to image [2025-12-26T03:16:26.206Z] #7 exporting layers done [2025-12-26T03:16:26.206Z] #7 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done [2025-12-26T03:16:26.206Z] #7 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done [2025-12-26T03:16:26.206Z] #7 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done [2025-12-26T03:16:26.206Z] #7 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done [2025-12-26T03:16:26.206Z] #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 [2025-12-26T03:16:26.206Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:26.465Z] #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done [2025-12-26T03:16:26.465Z] #7 pushing layers 0.0s done [2025-12-26T03:16:26.465Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done [2025-12-26T03:16:26.465Z] #7 DONE 0.1s [2025-12-26T03:16:26.465Z] [2025-12-26T03:16:26.465Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:26.465Z] #8 DONE 0.0s [2025-12-26T03:16:26.465Z] [2025-12-26T03:16:26.465Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:26.465Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:26.752Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-12-26T03:16:26.752Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-12-26T03:16:26.752Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:26.752Z] #1 transferring dockerfile: 179B done [2025-12-26T03:16:26.752Z] #1 DONE 0.0s [2025-12-26T03:16:26.752Z] [2025-12-26T03:16:26.752Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-12-26T03:16:26.752Z] #2 DONE 0.0s [2025-12-26T03:16:26.752Z] [2025-12-26T03:16:26.752Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-12-26T03:16:26.752Z] #3 DONE 0.0s [2025-12-26T03:16:26.752Z] [2025-12-26T03:16:26.752Z] #4 [internal] load .dockerignore [2025-12-26T03:16:26.752Z] #4 transferring context: 2B done [2025-12-26T03:16:26.752Z] #4 DONE 0.0s [2025-12-26T03:16:26.752Z] [2025-12-26T03:16:26.752Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:26.752Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done [2025-12-26T03:16:26.752Z] #5 CACHED [2025-12-26T03:16:26.752Z] [2025-12-26T03:16:26.752Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed [2025-12-26T03:16:26.752Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done [2025-12-26T03:16:26.752Z] #6 CACHED [2025-12-26T03:16:26.752Z] [2025-12-26T03:16:26.752Z] #7 exporting to image [2025-12-26T03:16:26.752Z] #7 exporting layers done [2025-12-26T03:16:26.752Z] #7 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done [2025-12-26T03:16:26.752Z] #7 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done [2025-12-26T03:16:26.752Z] #7 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done [2025-12-26T03:16:26.752Z] #7 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done [2025-12-26T03:16:26.752Z] #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done [2025-12-26T03:16:26.752Z] #7 pushing layers 0.0s done [2025-12-26T03:16:26.752Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 [2025-12-26T03:16:26.752Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:27.012Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done [2025-12-26T03:16:27.012Z] #7 DONE 0.1s [2025-12-26T03:16:27.012Z] [2025-12-26T03:16:27.012Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:27.012Z] #8 DONE 0.0s [2025-12-26T03:16:27.012Z] [2025-12-26T03:16:27.012Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:27.012Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:27.302Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:27.302Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:27.562Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:27.562Z] #1 transferring dockerfile: 205B done [2025-12-26T03:16:27.562Z] #1 DONE 0.0s [2025-12-26T03:16:27.562Z] [2025-12-26T03:16:27.562Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:27.562Z] #2 DONE 0.1s [2025-12-26T03:16:27.562Z] [2025-12-26T03:16:27.562Z] #3 [internal] load .dockerignore [2025-12-26T03:16:27.562Z] #3 transferring context: [2025-12-26T03:16:27.562Z] #3 transferring context: 2B done [2025-12-26T03:16:27.562Z] #3 DONE 0.0s [2025-12-26T03:16:27.562Z] [2025-12-26T03:16:27.562Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:27.562Z] #4 DONE 0.1s [2025-12-26T03:16:27.562Z] [2025-12-26T03:16:27.562Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:27.562Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:27.562Z] #5 DONE 0.0s [2025-12-26T03:16:27.562Z] [2025-12-26T03:16:27.562Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:27.562Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:27.822Z] #6 DONE 0.2s [2025-12-26T03:16:27.822Z] [2025-12-26T03:16:27.822Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:27.822Z] #7 DONE 0.0s [2025-12-26T03:16:27.823Z] [2025-12-26T03:16:27.823Z] #8 exporting to image [2025-12-26T03:16:27.823Z] #8 exporting layers done [2025-12-26T03:16:27.823Z] #8 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done [2025-12-26T03:16:27.823Z] #8 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done [2025-12-26T03:16:27.823Z] #8 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done [2025-12-26T03:16:27.823Z] #8 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done [2025-12-26T03:16:27.823Z] #8 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done [2025-12-26T03:16:27.823Z] #8 pushing layers 0.1s done [2025-12-26T03:16:27.823Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done [2025-12-26T03:16:27.823Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:27.823Z] #8 DONE 0.2s [2025-12-26T03:16:28.082Z] [2025-12-26T03:16:28.082Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:28.082Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:28.371Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-12-26T03:16:28.371Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-12-26T03:16:28.371Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:28.371Z] #1 transferring dockerfile: 171B done [2025-12-26T03:16:28.371Z] #1 DONE 0.0s [2025-12-26T03:16:28.371Z] [2025-12-26T03:16:28.371Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-26T03:16:28.371Z] #2 DONE 0.0s [2025-12-26T03:16:28.371Z] [2025-12-26T03:16:28.371Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-12-26T03:16:28.371Z] #3 DONE 0.0s [2025-12-26T03:16:28.371Z] [2025-12-26T03:16:28.371Z] #4 [internal] load .dockerignore [2025-12-26T03:16:28.371Z] #4 transferring context: [2025-12-26T03:16:28.629Z] #4 transferring context: 2B done [2025-12-26T03:16:28.630Z] #4 DONE 0.0s [2025-12-26T03:16:28.630Z] [2025-12-26T03:16:28.630Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:28.630Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:28.630Z] #5 CACHED [2025-12-26T03:16:28.630Z] [2025-12-26T03:16:28.630Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:28.630Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:28.630Z] #6 CACHED [2025-12-26T03:16:28.630Z] [2025-12-26T03:16:28.630Z] #7 exporting to image [2025-12-26T03:16:28.630Z] #7 exporting layers done [2025-12-26T03:16:28.630Z] #7 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done [2025-12-26T03:16:28.630Z] #7 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done [2025-12-26T03:16:28.630Z] #7 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done [2025-12-26T03:16:28.630Z] #7 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done [2025-12-26T03:16:28.630Z] #7 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done [2025-12-26T03:16:28.630Z] #7 pushing layers 0.0s done [2025-12-26T03:16:28.630Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad [2025-12-26T03:16:28.630Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:28.630Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done [2025-12-26T03:16:28.630Z] #7 DONE 0.1s [2025-12-26T03:16:28.630Z] [2025-12-26T03:16:28.630Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:28.630Z] #8 DONE 0.0s [2025-12-26T03:16:28.630Z] [2025-12-26T03:16:28.630Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:28.630Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:28.927Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88' [2025-12-26T03:16:28.927Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 --push - [2025-12-26T03:16:29.187Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:29.187Z] #1 transferring dockerfile: 177B done [2025-12-26T03:16:29.187Z] #1 DONE 0.0s [2025-12-26T03:16:29.187Z] [2025-12-26T03:16:29.187Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-26T03:16:29.187Z] #2 DONE 0.0s [2025-12-26T03:16:29.187Z] [2025-12-26T03:16:29.187Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [2025-12-26T03:16:29.187Z] #3 DONE 0.0s [2025-12-26T03:16:29.187Z] [2025-12-26T03:16:29.187Z] #4 [internal] load .dockerignore [2025-12-26T03:16:29.187Z] #4 transferring context: 2B done [2025-12-26T03:16:29.187Z] #4 DONE 0.0s [2025-12-26T03:16:29.187Z] [2025-12-26T03:16:29.187Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:29.187Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:29.187Z] #5 CACHED [2025-12-26T03:16:29.187Z] [2025-12-26T03:16:29.187Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:29.187Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:29.187Z] #6 CACHED [2025-12-26T03:16:29.187Z] [2025-12-26T03:16:29.187Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:29.187Z] #7 DONE 0.0s [2025-12-26T03:16:29.187Z] [2025-12-26T03:16:29.187Z] #8 exporting to image [2025-12-26T03:16:29.187Z] #8 exporting layers done [2025-12-26T03:16:29.188Z] #8 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done [2025-12-26T03:16:29.188Z] #8 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done [2025-12-26T03:16:29.188Z] #8 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done [2025-12-26T03:16:29.188Z] #8 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done [2025-12-26T03:16:29.188Z] #8 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done [2025-12-26T03:16:29.188Z] #8 pushing layers 0.0s done [2025-12-26T03:16:29.188Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad [2025-12-26T03:16:29.188Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:29.188Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done [2025-12-26T03:16:29.188Z] #8 DONE 0.1s [2025-12-26T03:16:29.188Z] [2025-12-26T03:16:29.188Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:29.188Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:29.478Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:29.478Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:29.737Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:29.737Z] #1 transferring dockerfile: 218B done [2025-12-26T03:16:29.737Z] #1 DONE 0.0s [2025-12-26T03:16:29.737Z] [2025-12-26T03:16:29.737Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:29.737Z] #2 DONE 0.0s [2025-12-26T03:16:29.737Z] [2025-12-26T03:16:29.737Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:29.737Z] #3 DONE 0.0s [2025-12-26T03:16:29.737Z] [2025-12-26T03:16:29.737Z] #4 [internal] load .dockerignore [2025-12-26T03:16:29.737Z] #4 transferring context: 2B done [2025-12-26T03:16:29.737Z] #4 DONE 0.0s [2025-12-26T03:16:29.737Z] [2025-12-26T03:16:29.737Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:29.737Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 done [2025-12-26T03:16:29.737Z] #5 CACHED [2025-12-26T03:16:29.737Z] [2025-12-26T03:16:29.737Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:29.737Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 done [2025-12-26T03:16:29.737Z] #6 CACHED [2025-12-26T03:16:29.737Z] [2025-12-26T03:16:29.737Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:29.997Z] #7 DONE 0.0s [2025-12-26T03:16:29.997Z] [2025-12-26T03:16:29.997Z] #8 exporting to image [2025-12-26T03:16:29.997Z] #8 exporting layers done [2025-12-26T03:16:29.997Z] #8 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done [2025-12-26T03:16:29.997Z] #8 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done [2025-12-26T03:16:29.997Z] #8 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done [2025-12-26T03:16:29.997Z] #8 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done [2025-12-26T03:16:29.997Z] #8 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done [2025-12-26T03:16:29.997Z] #8 pushing layers 0.0s done [2025-12-26T03:16:29.997Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done [2025-12-26T03:16:29.997Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:29.997Z] #8 DONE 0.1s [2025-12-26T03:16:29.997Z] [2025-12-26T03:16:29.997Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:29.997Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:30.291Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-12-26T03:16:30.291Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-12-26T03:16:30.291Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:30.291Z] #1 transferring dockerfile: 169B done [2025-12-26T03:16:30.291Z] #1 DONE 0.0s [2025-12-26T03:16:30.291Z] [2025-12-26T03:16:30.291Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-12-26T03:16:30.291Z] #2 DONE 0.0s [2025-12-26T03:16:30.291Z] [2025-12-26T03:16:30.291Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-12-26T03:16:30.291Z] #3 DONE 0.0s [2025-12-26T03:16:30.291Z] [2025-12-26T03:16:30.291Z] #4 [internal] load .dockerignore [2025-12-26T03:16:30.291Z] #4 transferring context: 2B done [2025-12-26T03:16:30.291Z] #4 DONE 0.0s [2025-12-26T03:16:30.291Z] [2025-12-26T03:16:30.291Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:30.291Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:30.291Z] #5 CACHED [2025-12-26T03:16:30.291Z] [2025-12-26T03:16:30.291Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 [2025-12-26T03:16:30.291Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done [2025-12-26T03:16:30.291Z] #6 CACHED [2025-12-26T03:16:30.291Z] [2025-12-26T03:16:30.291Z] #7 exporting to image [2025-12-26T03:16:30.291Z] #7 exporting layers done [2025-12-26T03:16:30.291Z] #7 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done [2025-12-26T03:16:30.291Z] #7 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done [2025-12-26T03:16:30.291Z] #7 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done [2025-12-26T03:16:30.291Z] #7 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done [2025-12-26T03:16:30.291Z] #7 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done [2025-12-26T03:16:30.291Z] #7 pushing layers 0.0s done [2025-12-26T03:16:30.291Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad [2025-12-26T03:16:30.291Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:30.550Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done [2025-12-26T03:16:30.550Z] #7 DONE 0.1s [2025-12-26T03:16:30.550Z] [2025-12-26T03:16:30.550Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:30.550Z] #8 DONE 0.0s [2025-12-26T03:16:30.550Z] [2025-12-26T03:16:30.550Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:30.550Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:30.839Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:30.839Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:30.839Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:30.839Z] #1 transferring dockerfile: 206B done [2025-12-26T03:16:30.839Z] #1 DONE 0.0s [2025-12-26T03:16:30.839Z] [2025-12-26T03:16:30.839Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:30.839Z] #2 DONE 0.0s [2025-12-26T03:16:30.839Z] [2025-12-26T03:16:30.839Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:30.839Z] #3 DONE 0.0s [2025-12-26T03:16:30.839Z] [2025-12-26T03:16:30.839Z] #4 [internal] load .dockerignore [2025-12-26T03:16:30.839Z] #4 transferring context: 2B done [2025-12-26T03:16:30.839Z] #4 DONE 0.0s [2025-12-26T03:16:30.839Z] [2025-12-26T03:16:30.839Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:30.839Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:31.099Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done [2025-12-26T03:16:31.099Z] #5 DONE 0.1s [2025-12-26T03:16:31.099Z] [2025-12-26T03:16:31.099Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:31.099Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done [2025-12-26T03:16:31.099Z] #6 DONE 0.0s [2025-12-26T03:16:31.099Z] [2025-12-26T03:16:31.099Z] #7 exporting to image [2025-12-26T03:16:31.099Z] #7 exporting layers done [2025-12-26T03:16:31.099Z] #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done [2025-12-26T03:16:31.099Z] #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 [2025-12-26T03:16:31.099Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:31.099Z] #7 ... [2025-12-26T03:16:31.099Z] [2025-12-26T03:16:31.099Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:31.099Z] #8 DONE 0.0s [2025-12-26T03:16:31.099Z] [2025-12-26T03:16:31.099Z] #7 exporting to image [2025-12-26T03:16:31.099Z] #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done [2025-12-26T03:16:31.099Z] #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done [2025-12-26T03:16:31.099Z] #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d 0.0s done [2025-12-26T03:16:31.099Z] #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.0s done [2025-12-26T03:16:31.099Z] #7 pushing layers 0.1s done [2025-12-26T03:16:31.099Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b [2025-12-26T03:16:31.359Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done [2025-12-26T03:16:31.359Z] #7 DONE 0.2s [2025-12-26T03:16:31.359Z] [2025-12-26T03:16:31.359Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:31.359Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:31.651Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-12-26T03:16:31.651Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-12-26T03:16:31.651Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:31.651Z] #1 transferring dockerfile: 172B done [2025-12-26T03:16:31.651Z] #1 DONE 0.0s [2025-12-26T03:16:31.651Z] [2025-12-26T03:16:31.651Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-26T03:16:31.651Z] #2 DONE 0.0s [2025-12-26T03:16:31.651Z] [2025-12-26T03:16:31.651Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-12-26T03:16:31.651Z] #3 DONE 0.0s [2025-12-26T03:16:31.651Z] [2025-12-26T03:16:31.651Z] #4 [internal] load .dockerignore [2025-12-26T03:16:31.651Z] #4 transferring context: 2B done [2025-12-26T03:16:31.651Z] #4 DONE 0.0s [2025-12-26T03:16:31.651Z] [2025-12-26T03:16:31.651Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:31.651Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done [2025-12-26T03:16:31.651Z] #5 CACHED [2025-12-26T03:16:31.651Z] [2025-12-26T03:16:31.651Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:31.651Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done [2025-12-26T03:16:31.651Z] #6 CACHED [2025-12-26T03:16:31.651Z] [2025-12-26T03:16:31.651Z] #7 exporting to image [2025-12-26T03:16:31.651Z] #7 exporting layers [2025-12-26T03:16:31.651Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:31.912Z] #7 exporting layers done [2025-12-26T03:16:31.912Z] #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done [2025-12-26T03:16:31.912Z] #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done [2025-12-26T03:16:31.912Z] #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done [2025-12-26T03:16:31.912Z] #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done [2025-12-26T03:16:31.912Z] #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done [2025-12-26T03:16:31.912Z] #7 pushing layers 0.0s done [2025-12-26T03:16:31.912Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done [2025-12-26T03:16:31.912Z] #7 DONE 0.1s [2025-12-26T03:16:31.912Z] [2025-12-26T03:16:31.912Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:31.912Z] #8 DONE 0.0s [2025-12-26T03:16:31.912Z] [2025-12-26T03:16:31.912Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:31.912Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:32.201Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88' [2025-12-26T03:16:32.201Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 --push - [2025-12-26T03:16:32.201Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:32.201Z] #1 transferring dockerfile: 178B done [2025-12-26T03:16:32.201Z] #1 DONE 0.0s [2025-12-26T03:16:32.201Z] [2025-12-26T03:16:32.201Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-26T03:16:32.201Z] #2 DONE 0.0s [2025-12-26T03:16:32.201Z] [2025-12-26T03:16:32.201Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [2025-12-26T03:16:32.201Z] #3 DONE 0.0s [2025-12-26T03:16:32.201Z] [2025-12-26T03:16:32.201Z] #4 [internal] load .dockerignore [2025-12-26T03:16:32.201Z] #4 transferring context: 2B done [2025-12-26T03:16:32.201Z] #4 DONE 0.0s [2025-12-26T03:16:32.201Z] [2025-12-26T03:16:32.201Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:32.201Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done [2025-12-26T03:16:32.201Z] #5 CACHED [2025-12-26T03:16:32.201Z] [2025-12-26T03:16:32.201Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:32.201Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done [2025-12-26T03:16:32.201Z] #6 CACHED [2025-12-26T03:16:32.201Z] [2025-12-26T03:16:32.201Z] #7 exporting to image [2025-12-26T03:16:32.201Z] #7 exporting layers done [2025-12-26T03:16:32.201Z] #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done [2025-12-26T03:16:32.201Z] #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done [2025-12-26T03:16:32.201Z] #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done [2025-12-26T03:16:32.201Z] #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d [2025-12-26T03:16:32.201Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:32.460Z] #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done [2025-12-26T03:16:32.460Z] #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done [2025-12-26T03:16:32.460Z] #7 pushing layers 0.0s done [2025-12-26T03:16:32.460Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done [2025-12-26T03:16:32.460Z] #7 DONE 0.1s [2025-12-26T03:16:32.460Z] [2025-12-26T03:16:32.460Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:32.460Z] #8 DONE 0.0s [2025-12-26T03:16:32.460Z] [2025-12-26T03:16:32.460Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:32.460Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:32.755Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:32.755Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:32.755Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:32.755Z] #1 transferring dockerfile: 219B done [2025-12-26T03:16:32.755Z] #1 DONE 0.0s [2025-12-26T03:16:32.755Z] [2025-12-26T03:16:32.755Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:32.755Z] #2 DONE 0.0s [2025-12-26T03:16:32.755Z] [2025-12-26T03:16:32.755Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:32.755Z] #3 DONE 0.0s [2025-12-26T03:16:32.755Z] [2025-12-26T03:16:32.755Z] #4 [internal] load .dockerignore [2025-12-26T03:16:32.755Z] #4 transferring context: 2B done [2025-12-26T03:16:32.755Z] #4 DONE 0.0s [2025-12-26T03:16:32.755Z] [2025-12-26T03:16:32.755Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:32.755Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done [2025-12-26T03:16:32.755Z] #5 CACHED [2025-12-26T03:16:32.755Z] [2025-12-26T03:16:32.755Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:32.755Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done [2025-12-26T03:16:32.755Z] #6 CACHED [2025-12-26T03:16:32.755Z] [2025-12-26T03:16:32.755Z] #7 exporting to image [2025-12-26T03:16:32.755Z] #7 exporting layers [2025-12-26T03:16:32.755Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:33.015Z] #7 exporting layers done [2025-12-26T03:16:33.015Z] #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done [2025-12-26T03:16:33.015Z] #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done [2025-12-26T03:16:33.015Z] #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done [2025-12-26T03:16:33.015Z] #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done [2025-12-26T03:16:33.015Z] #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done [2025-12-26T03:16:33.015Z] #7 pushing layers 0.0s done [2025-12-26T03:16:33.015Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done [2025-12-26T03:16:33.015Z] #7 DONE 0.1s [2025-12-26T03:16:33.015Z] [2025-12-26T03:16:33.015Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:33.015Z] #8 DONE 0.0s [2025-12-26T03:16:33.015Z] [2025-12-26T03:16:33.015Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:33.015Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:33.303Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-12-26T03:16:33.303Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-12-26T03:16:33.303Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:33.303Z] #1 transferring dockerfile: 170B done [2025-12-26T03:16:33.303Z] #1 DONE 0.0s [2025-12-26T03:16:33.303Z] [2025-12-26T03:16:33.303Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-12-26T03:16:33.303Z] #2 DONE 0.0s [2025-12-26T03:16:33.303Z] [2025-12-26T03:16:33.303Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-12-26T03:16:33.303Z] #3 DONE 0.0s [2025-12-26T03:16:33.303Z] [2025-12-26T03:16:33.303Z] #4 [internal] load .dockerignore [2025-12-26T03:16:33.303Z] #4 transferring context: 2B done [2025-12-26T03:16:33.303Z] #4 DONE 0.0s [2025-12-26T03:16:33.303Z] [2025-12-26T03:16:33.303Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:33.303Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done [2025-12-26T03:16:33.303Z] #5 CACHED [2025-12-26T03:16:33.303Z] [2025-12-26T03:16:33.303Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d [2025-12-26T03:16:33.303Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done [2025-12-26T03:16:33.303Z] #6 CACHED [2025-12-26T03:16:33.303Z] [2025-12-26T03:16:33.303Z] #7 exporting to image [2025-12-26T03:16:33.303Z] #7 exporting layers done [2025-12-26T03:16:33.303Z] #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done [2025-12-26T03:16:33.303Z] #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done [2025-12-26T03:16:33.303Z] #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done [2025-12-26T03:16:33.303Z] #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done [2025-12-26T03:16:33.303Z] #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done [2025-12-26T03:16:33.303Z] #7 pushing layers 0.0s done [2025-12-26T03:16:33.303Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b [2025-12-26T03:16:33.303Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:33.562Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done [2025-12-26T03:16:33.562Z] #7 DONE 0.1s [2025-12-26T03:16:33.562Z] [2025-12-26T03:16:33.562Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:33.562Z] #8 DONE 0.0s [2025-12-26T03:16:33.562Z] [2025-12-26T03:16:33.562Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:33.562Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:33.857Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:33.857Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:33.857Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:33.857Z] #1 transferring dockerfile: 206B done [2025-12-26T03:16:33.857Z] #1 DONE 0.0s [2025-12-26T03:16:33.857Z] [2025-12-26T03:16:33.857Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:33.857Z] #2 DONE 0.0s [2025-12-26T03:16:33.857Z] [2025-12-26T03:16:33.857Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:33.857Z] #3 DONE 0.0s [2025-12-26T03:16:33.857Z] [2025-12-26T03:16:33.857Z] #4 [internal] load .dockerignore [2025-12-26T03:16:33.857Z] #4 transferring context: 2B done [2025-12-26T03:16:33.857Z] #4 DONE 0.0s [2025-12-26T03:16:33.857Z] [2025-12-26T03:16:33.857Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:33.857Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done [2025-12-26T03:16:33.857Z] #5 DONE 0.0s [2025-12-26T03:16:33.857Z] [2025-12-26T03:16:33.857Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:34.116Z] #6 DONE 0.0s [2025-12-26T03:16:34.116Z] [2025-12-26T03:16:34.116Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:34.116Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done [2025-12-26T03:16:34.116Z] #5 DONE 0.1s [2025-12-26T03:16:34.116Z] [2025-12-26T03:16:34.116Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:34.116Z] #7 DONE 0.0s [2025-12-26T03:16:34.116Z] [2025-12-26T03:16:34.116Z] #8 exporting to image [2025-12-26T03:16:34.116Z] #8 exporting layers done [2025-12-26T03:16:34.116Z] #8 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done [2025-12-26T03:16:34.116Z] #8 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done [2025-12-26T03:16:34.116Z] #8 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done [2025-12-26T03:16:34.116Z] #8 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done [2025-12-26T03:16:34.116Z] #8 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done [2025-12-26T03:16:34.116Z] #8 pushing layers 0.1s done [2025-12-26T03:16:34.116Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a [2025-12-26T03:16:34.116Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:34.376Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done [2025-12-26T03:16:34.376Z] #8 DONE 0.2s [2025-12-26T03:16:34.376Z] [2025-12-26T03:16:34.376Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:34.376Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:34.670Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-12-26T03:16:34.670Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-12-26T03:16:34.670Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:34.670Z] #1 transferring dockerfile: 172B done [2025-12-26T03:16:34.670Z] #1 DONE 0.0s [2025-12-26T03:16:34.670Z] [2025-12-26T03:16:34.670Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-26T03:16:34.670Z] #2 DONE 0.0s [2025-12-26T03:16:34.670Z] [2025-12-26T03:16:34.670Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-12-26T03:16:34.670Z] #3 DONE 0.0s [2025-12-26T03:16:34.670Z] [2025-12-26T03:16:34.670Z] #4 [internal] load .dockerignore [2025-12-26T03:16:34.670Z] #4 transferring context: 2B done [2025-12-26T03:16:34.670Z] #4 DONE 0.0s [2025-12-26T03:16:34.670Z] [2025-12-26T03:16:34.670Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:34.670Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done [2025-12-26T03:16:34.670Z] #5 CACHED [2025-12-26T03:16:34.670Z] [2025-12-26T03:16:34.670Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:34.670Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 0.0s done [2025-12-26T03:16:34.670Z] #6 CACHED [2025-12-26T03:16:34.670Z] [2025-12-26T03:16:34.670Z] #7 exporting to image [2025-12-26T03:16:34.670Z] #7 exporting layers done [2025-12-26T03:16:34.670Z] #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done [2025-12-26T03:16:34.670Z] #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done [2025-12-26T03:16:34.670Z] #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done [2025-12-26T03:16:34.670Z] #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 [2025-12-26T03:16:34.670Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:34.930Z] #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done [2025-12-26T03:16:34.930Z] #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done [2025-12-26T03:16:34.930Z] #7 pushing layers 0.0s done [2025-12-26T03:16:34.930Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done [2025-12-26T03:16:34.930Z] #7 DONE 0.1s [2025-12-26T03:16:34.930Z] [2025-12-26T03:16:34.930Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:34.930Z] #8 DONE 0.0s [2025-12-26T03:16:34.930Z] [2025-12-26T03:16:34.930Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:34.930Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:35.239Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88' [2025-12-26T03:16:35.239Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 --push - [2025-12-26T03:16:35.239Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:35.239Z] #1 transferring dockerfile: 178B done [2025-12-26T03:16:35.239Z] #1 DONE 0.0s [2025-12-26T03:16:35.239Z] [2025-12-26T03:16:35.239Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-26T03:16:35.239Z] #2 DONE 0.0s [2025-12-26T03:16:35.239Z] [2025-12-26T03:16:35.239Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [2025-12-26T03:16:35.239Z] #3 DONE 0.0s [2025-12-26T03:16:35.239Z] [2025-12-26T03:16:35.239Z] #4 [internal] load .dockerignore [2025-12-26T03:16:35.239Z] #4 transferring context: 2B done [2025-12-26T03:16:35.239Z] #4 DONE 0.0s [2025-12-26T03:16:35.239Z] [2025-12-26T03:16:35.239Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:35.239Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done [2025-12-26T03:16:35.239Z] #5 CACHED [2025-12-26T03:16:35.239Z] [2025-12-26T03:16:35.239Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:35.239Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 0.0s done [2025-12-26T03:16:35.239Z] #6 CACHED [2025-12-26T03:16:35.239Z] [2025-12-26T03:16:35.239Z] #7 exporting to image [2025-12-26T03:16:35.239Z] #7 exporting layers done [2025-12-26T03:16:35.239Z] #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done [2025-12-26T03:16:35.239Z] #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done [2025-12-26T03:16:35.239Z] #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done [2025-12-26T03:16:35.239Z] #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done [2025-12-26T03:16:35.239Z] #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done [2025-12-26T03:16:35.239Z] #7 pushing layers 0.0s done [2025-12-26T03:16:35.239Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a [2025-12-26T03:16:35.239Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:35.538Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done [2025-12-26T03:16:35.538Z] #7 DONE 0.1s [2025-12-26T03:16:35.538Z] [2025-12-26T03:16:35.538Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:35.538Z] #8 DONE 0.0s [2025-12-26T03:16:35.538Z] [2025-12-26T03:16:35.538Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:35.538Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:35.833Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:35.833Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:35.833Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:35.833Z] #1 transferring dockerfile: 219B done [2025-12-26T03:16:35.833Z] #1 DONE 0.0s [2025-12-26T03:16:35.833Z] [2025-12-26T03:16:35.833Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:35.833Z] #2 DONE 0.0s [2025-12-26T03:16:35.833Z] [2025-12-26T03:16:35.833Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:35.833Z] #3 DONE 0.0s [2025-12-26T03:16:35.833Z] [2025-12-26T03:16:35.833Z] #4 [internal] load .dockerignore [2025-12-26T03:16:35.833Z] #4 transferring context: 2B done [2025-12-26T03:16:35.833Z] #4 DONE 0.0s [2025-12-26T03:16:35.833Z] [2025-12-26T03:16:35.833Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:35.833Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done [2025-12-26T03:16:35.833Z] #5 CACHED [2025-12-26T03:16:35.833Z] [2025-12-26T03:16:35.833Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:35.833Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 0.0s done [2025-12-26T03:16:35.833Z] #6 CACHED [2025-12-26T03:16:35.833Z] [2025-12-26T03:16:35.833Z] #7 exporting to image [2025-12-26T03:16:35.833Z] #7 exporting layers done [2025-12-26T03:16:35.833Z] #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done [2025-12-26T03:16:35.833Z] #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done [2025-12-26T03:16:35.833Z] #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done [2025-12-26T03:16:35.833Z] #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done [2025-12-26T03:16:35.833Z] #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done [2025-12-26T03:16:35.833Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:36.095Z] #7 pushing layers 0.0s done [2025-12-26T03:16:36.095Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done [2025-12-26T03:16:36.095Z] #7 DONE 0.1s [2025-12-26T03:16:36.095Z] [2025-12-26T03:16:36.095Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:36.095Z] #8 DONE 0.0s [2025-12-26T03:16:36.095Z] [2025-12-26T03:16:36.095Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:36.095Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:36.389Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-12-26T03:16:36.389Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-12-26T03:16:36.389Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:36.389Z] #1 transferring dockerfile: 170B done [2025-12-26T03:16:36.389Z] #1 DONE 0.0s [2025-12-26T03:16:36.389Z] [2025-12-26T03:16:36.389Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-12-26T03:16:36.389Z] #2 DONE 0.0s [2025-12-26T03:16:36.389Z] [2025-12-26T03:16:36.389Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-12-26T03:16:36.389Z] #3 DONE 0.0s [2025-12-26T03:16:36.389Z] [2025-12-26T03:16:36.389Z] #4 [internal] load .dockerignore [2025-12-26T03:16:36.389Z] #4 transferring context: 2B done [2025-12-26T03:16:36.389Z] #4 DONE 0.0s [2025-12-26T03:16:36.389Z] [2025-12-26T03:16:36.389Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:36.389Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done [2025-12-26T03:16:36.389Z] #5 CACHED [2025-12-26T03:16:36.389Z] [2025-12-26T03:16:36.389Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 [2025-12-26T03:16:36.389Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done [2025-12-26T03:16:36.389Z] #6 CACHED [2025-12-26T03:16:36.389Z] [2025-12-26T03:16:36.389Z] #7 exporting to image [2025-12-26T03:16:36.389Z] #7 exporting layers done [2025-12-26T03:16:36.389Z] #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done [2025-12-26T03:16:36.389Z] #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done [2025-12-26T03:16:36.389Z] #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done [2025-12-26T03:16:36.389Z] #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done [2025-12-26T03:16:36.389Z] #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done [2025-12-26T03:16:36.389Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:36.648Z] #7 pushing layers 0.0s done [2025-12-26T03:16:36.648Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done [2025-12-26T03:16:36.648Z] #7 DONE 0.1s [2025-12-26T03:16:36.648Z] [2025-12-26T03:16:36.648Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:36.648Z] #8 DONE 0.0s [2025-12-26T03:16:36.648Z] [2025-12-26T03:16:36.648Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:36.648Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:36.942Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:36.942Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:36.942Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:36.942Z] #1 transferring dockerfile: 206B done [2025-12-26T03:16:36.942Z] #1 DONE 0.0s [2025-12-26T03:16:36.942Z] [2025-12-26T03:16:36.942Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:36.942Z] #2 DONE 0.0s [2025-12-26T03:16:36.942Z] [2025-12-26T03:16:36.942Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:36.942Z] #3 DONE 0.1s [2025-12-26T03:16:36.942Z] [2025-12-26T03:16:36.942Z] #4 [internal] load .dockerignore [2025-12-26T03:16:36.942Z] #4 transferring context: 2B done [2025-12-26T03:16:36.942Z] #4 DONE 0.0s [2025-12-26T03:16:37.201Z] [2025-12-26T03:16:37.201Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:37.201Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:37.201Z] #5 DONE 0.0s [2025-12-26T03:16:37.201Z] [2025-12-26T03:16:37.201Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:37.201Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:37.201Z] #6 DONE 0.1s [2025-12-26T03:16:37.201Z] [2025-12-26T03:16:37.201Z] #7 exporting to image [2025-12-26T03:16:37.201Z] #7 exporting layers done [2025-12-26T03:16:37.201Z] #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done [2025-12-26T03:16:37.201Z] #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e [2025-12-26T03:16:37.201Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:37.201Z] #7 ... [2025-12-26T03:16:37.201Z] [2025-12-26T03:16:37.201Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:37.201Z] #8 DONE 0.0s [2025-12-26T03:16:37.201Z] [2025-12-26T03:16:37.201Z] #7 exporting to image [2025-12-26T03:16:37.201Z] #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done [2025-12-26T03:16:37.201Z] #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 0.0s done [2025-12-26T03:16:37.201Z] #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done [2025-12-26T03:16:37.201Z] #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done [2025-12-26T03:16:37.201Z] #7 pushing layers 0.1s done [2025-12-26T03:16:37.201Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 [2025-12-26T03:16:37.459Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done [2025-12-26T03:16:37.459Z] #7 DONE 0.2s [2025-12-26T03:16:37.459Z] [2025-12-26T03:16:37.459Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:37.459Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:37.750Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-12-26T03:16:37.750Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-12-26T03:16:38.010Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:38.010Z] #1 transferring dockerfile: 172B done [2025-12-26T03:16:38.010Z] #1 DONE 0.0s [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-26T03:16:38.010Z] #2 DONE 0.0s [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-12-26T03:16:38.010Z] #3 DONE 0.0s [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #4 [internal] load .dockerignore [2025-12-26T03:16:38.010Z] #4 transferring context: 2B done [2025-12-26T03:16:38.010Z] #4 DONE 0.0s [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:38.010Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:38.010Z] #5 DONE 0.0s [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:38.010Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:38.010Z] #6 CACHED [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:38.010Z] #5 CACHED [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:38.010Z] #7 DONE 0.0s [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] #8 exporting to image [2025-12-26T03:16:38.010Z] #8 exporting layers done [2025-12-26T03:16:38.010Z] #8 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done [2025-12-26T03:16:38.010Z] #8 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done [2025-12-26T03:16:38.010Z] #8 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done [2025-12-26T03:16:38.010Z] #8 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done [2025-12-26T03:16:38.010Z] #8 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done [2025-12-26T03:16:38.010Z] #8 pushing layers 0.0s done [2025-12-26T03:16:38.010Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done [2025-12-26T03:16:38.010Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:38.010Z] #8 DONE 0.1s [2025-12-26T03:16:38.010Z] [2025-12-26T03:16:38.010Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:38.010Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:38.296Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88' [2025-12-26T03:16:38.296Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 --push - [2025-12-26T03:16:38.296Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:38.296Z] #1 transferring dockerfile: 178B done [2025-12-26T03:16:38.296Z] #1 DONE 0.0s [2025-12-26T03:16:38.296Z] [2025-12-26T03:16:38.296Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-26T03:16:38.296Z] #2 DONE 0.0s [2025-12-26T03:16:38.296Z] [2025-12-26T03:16:38.296Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [2025-12-26T03:16:38.296Z] #3 DONE 0.0s [2025-12-26T03:16:38.296Z] [2025-12-26T03:16:38.296Z] #4 [internal] load .dockerignore [2025-12-26T03:16:38.296Z] #4 transferring context: 2B done [2025-12-26T03:16:38.296Z] #4 DONE 0.0s [2025-12-26T03:16:38.296Z] [2025-12-26T03:16:38.296Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:38.296Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:38.296Z] #5 CACHED [2025-12-26T03:16:38.296Z] [2025-12-26T03:16:38.296Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:38.296Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:38.296Z] #6 CACHED [2025-12-26T03:16:38.296Z] [2025-12-26T03:16:38.296Z] #7 exporting to image [2025-12-26T03:16:38.296Z] #7 exporting layers [2025-12-26T03:16:38.296Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:38.557Z] #7 exporting layers done [2025-12-26T03:16:38.557Z] #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done [2025-12-26T03:16:38.557Z] #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done [2025-12-26T03:16:38.557Z] #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done [2025-12-26T03:16:38.557Z] #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done [2025-12-26T03:16:38.557Z] #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done [2025-12-26T03:16:38.557Z] #7 pushing layers 0.0s done [2025-12-26T03:16:38.557Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done [2025-12-26T03:16:38.557Z] #7 DONE 0.1s [2025-12-26T03:16:38.557Z] [2025-12-26T03:16:38.557Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:38.557Z] #8 DONE 0.0s [2025-12-26T03:16:38.557Z] [2025-12-26T03:16:38.557Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:38.557Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:38.847Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:38.847Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:38.847Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:38.847Z] #1 transferring dockerfile: 219B done [2025-12-26T03:16:38.847Z] #1 DONE 0.0s [2025-12-26T03:16:38.847Z] [2025-12-26T03:16:38.847Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:38.847Z] #2 DONE 0.0s [2025-12-26T03:16:38.847Z] [2025-12-26T03:16:38.847Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:38.847Z] #3 DONE 0.0s [2025-12-26T03:16:38.847Z] [2025-12-26T03:16:38.847Z] #4 [internal] load .dockerignore [2025-12-26T03:16:38.847Z] #4 transferring context: 2B done [2025-12-26T03:16:38.847Z] #4 DONE 0.0s [2025-12-26T03:16:38.847Z] [2025-12-26T03:16:38.847Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:38.847Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 done [2025-12-26T03:16:38.847Z] #5 CACHED [2025-12-26T03:16:38.847Z] [2025-12-26T03:16:38.847Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:38.847Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:38.847Z] #6 CACHED [2025-12-26T03:16:38.847Z] [2025-12-26T03:16:38.847Z] #7 exporting to image [2025-12-26T03:16:38.847Z] #7 exporting layers done [2025-12-26T03:16:38.847Z] #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done [2025-12-26T03:16:38.847Z] #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done [2025-12-26T03:16:38.847Z] #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done [2025-12-26T03:16:38.847Z] #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea [2025-12-26T03:16:38.847Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:39.106Z] #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done [2025-12-26T03:16:39.106Z] #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done [2025-12-26T03:16:39.106Z] #7 pushing layers 0.0s done [2025-12-26T03:16:39.106Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done [2025-12-26T03:16:39.106Z] #7 DONE 0.1s [2025-12-26T03:16:39.106Z] [2025-12-26T03:16:39.106Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:39.106Z] #8 DONE 0.0s [2025-12-26T03:16:39.106Z] [2025-12-26T03:16:39.106Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:39.106Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:39.400Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-12-26T03:16:39.400Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-12-26T03:16:39.659Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:39.659Z] #1 transferring dockerfile: 170B done [2025-12-26T03:16:39.659Z] #1 DONE 0.0s [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-12-26T03:16:39.659Z] #2 DONE 0.0s [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-12-26T03:16:39.659Z] #3 DONE 0.0s [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] #4 [internal] load .dockerignore [2025-12-26T03:16:39.659Z] #4 transferring context: 2B done [2025-12-26T03:16:39.659Z] #4 DONE 0.0s [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:39.659Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 done [2025-12-26T03:16:39.659Z] #5 CACHED [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 [2025-12-26T03:16:39.659Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done [2025-12-26T03:16:39.659Z] #6 CACHED [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] #7 exporting to image [2025-12-26T03:16:39.659Z] #7 exporting layers done [2025-12-26T03:16:39.659Z] #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done [2025-12-26T03:16:39.659Z] #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done [2025-12-26T03:16:39.659Z] #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done [2025-12-26T03:16:39.659Z] #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done [2025-12-26T03:16:39.659Z] #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done [2025-12-26T03:16:39.659Z] #7 pushing layers 0.0s done [2025-12-26T03:16:39.659Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 [2025-12-26T03:16:39.659Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:39.659Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done [2025-12-26T03:16:39.659Z] #7 DONE 0.1s [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:39.659Z] #8 DONE 0.0s [2025-12-26T03:16:39.659Z] [2025-12-26T03:16:39.659Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:39.659Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:39.956Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b' [2025-12-26T03:16:39.956Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b --push - [2025-12-26T03:16:39.956Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:39.956Z] #1 transferring dockerfile: 202B done [2025-12-26T03:16:39.956Z] #1 DONE 0.0s [2025-12-26T03:16:39.956Z] [2025-12-26T03:16:39.956Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:39.956Z] #2 DONE 0.0s [2025-12-26T03:16:39.956Z] [2025-12-26T03:16:39.956Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:16:39.956Z] #3 DONE 0.0s [2025-12-26T03:16:39.956Z] [2025-12-26T03:16:39.956Z] #4 [internal] load .dockerignore [2025-12-26T03:16:39.956Z] #4 transferring context: 2B done [2025-12-26T03:16:39.956Z] #4 DONE 0.0s [2025-12-26T03:16:39.956Z] [2025-12-26T03:16:39.956Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:39.956Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done [2025-12-26T03:16:39.956Z] #5 DONE 0.0s [2025-12-26T03:16:39.956Z] [2025-12-26T03:16:39.956Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:40.218Z] #6 DONE 0.0s [2025-12-26T03:16:40.218Z] [2025-12-26T03:16:40.218Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:40.218Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done [2025-12-26T03:16:40.218Z] #5 DONE 0.1s [2025-12-26T03:16:40.218Z] [2025-12-26T03:16:40.218Z] #7 exporting to image [2025-12-26T03:16:40.218Z] #7 exporting layers done [2025-12-26T03:16:40.218Z] #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da 0.0s done [2025-12-26T03:16:40.218Z] #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done [2025-12-26T03:16:40.218Z] #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done [2025-12-26T03:16:40.218Z] #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done [2025-12-26T03:16:40.218Z] #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done [2025-12-26T03:16:40.218Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:40.218Z] #7 ... [2025-12-26T03:16:40.218Z] [2025-12-26T03:16:40.218Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:40.218Z] #8 DONE 0.0s [2025-12-26T03:16:40.218Z] [2025-12-26T03:16:40.218Z] #7 exporting to image [2025-12-26T03:16:40.218Z] #7 pushing layers 0.1s done [2025-12-26T03:16:40.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 [2025-12-26T03:16:40.477Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done [2025-12-26T03:16:40.477Z] #7 DONE 0.2s [2025-12-26T03:16:40.477Z] [2025-12-26T03:16:40.477Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:40.477Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:40.765Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-12-26T03:16:40.765Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-12-26T03:16:40.765Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:40.765Z] #1 transferring dockerfile: 168B done [2025-12-26T03:16:40.765Z] #1 DONE 0.0s [2025-12-26T03:16:40.765Z] [2025-12-26T03:16:40.765Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-26T03:16:40.765Z] #2 DONE 0.0s [2025-12-26T03:16:40.765Z] [2025-12-26T03:16:40.765Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-12-26T03:16:40.765Z] #3 DONE 0.0s [2025-12-26T03:16:40.765Z] [2025-12-26T03:16:40.765Z] #4 [internal] load .dockerignore [2025-12-26T03:16:40.765Z] #4 transferring context: 2B done [2025-12-26T03:16:40.765Z] #4 DONE 0.0s [2025-12-26T03:16:40.765Z] [2025-12-26T03:16:40.765Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:40.765Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done [2025-12-26T03:16:40.765Z] #5 DONE 0.0s [2025-12-26T03:16:40.765Z] [2025-12-26T03:16:40.765Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:41.024Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done [2025-12-26T03:16:41.024Z] #6 CACHED [2025-12-26T03:16:41.024Z] [2025-12-26T03:16:41.024Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:41.024Z] #5 CACHED [2025-12-26T03:16:41.024Z] [2025-12-26T03:16:41.024Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:41.024Z] #7 DONE 0.0s [2025-12-26T03:16:41.024Z] [2025-12-26T03:16:41.024Z] #8 exporting to image [2025-12-26T03:16:41.024Z] #8 exporting layers done [2025-12-26T03:16:41.024Z] #8 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done [2025-12-26T03:16:41.024Z] #8 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done [2025-12-26T03:16:41.024Z] #8 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done [2025-12-26T03:16:41.024Z] #8 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done [2025-12-26T03:16:41.024Z] #8 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done [2025-12-26T03:16:41.024Z] #8 pushing layers 0.0s done [2025-12-26T03:16:41.024Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done [2025-12-26T03:16:41.024Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:41.024Z] #8 DONE 0.1s [2025-12-26T03:16:41.024Z] [2025-12-26T03:16:41.024Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:41.024Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:41.310Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88' [2025-12-26T03:16:41.310Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 --push - [2025-12-26T03:16:41.310Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:41.310Z] #1 transferring dockerfile: 174B done [2025-12-26T03:16:41.310Z] #1 DONE 0.0s [2025-12-26T03:16:41.310Z] [2025-12-26T03:16:41.310Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-26T03:16:41.310Z] #2 DONE 0.0s [2025-12-26T03:16:41.310Z] [2025-12-26T03:16:41.310Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [2025-12-26T03:16:41.310Z] #3 DONE 0.0s [2025-12-26T03:16:41.310Z] [2025-12-26T03:16:41.310Z] #4 [internal] load .dockerignore [2025-12-26T03:16:41.310Z] #4 transferring context: 2B done [2025-12-26T03:16:41.310Z] #4 DONE 0.0s [2025-12-26T03:16:41.310Z] [2025-12-26T03:16:41.310Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:41.310Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done [2025-12-26T03:16:41.310Z] #5 CACHED [2025-12-26T03:16:41.310Z] [2025-12-26T03:16:41.310Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:41.310Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done [2025-12-26T03:16:41.310Z] #6 CACHED [2025-12-26T03:16:41.310Z] [2025-12-26T03:16:41.310Z] #7 exporting to image [2025-12-26T03:16:41.310Z] #7 exporting layers done [2025-12-26T03:16:41.310Z] #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done [2025-12-26T03:16:41.311Z] #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done [2025-12-26T03:16:41.311Z] #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done [2025-12-26T03:16:41.311Z] #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f [2025-12-26T03:16:41.311Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:41.569Z] #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done [2025-12-26T03:16:41.569Z] #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done [2025-12-26T03:16:41.569Z] #7 pushing layers 0.0s done [2025-12-26T03:16:41.569Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done [2025-12-26T03:16:41.569Z] #7 DONE 0.1s [2025-12-26T03:16:41.569Z] [2025-12-26T03:16:41.569Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:41.569Z] #8 DONE 0.0s [2025-12-26T03:16:41.569Z] [2025-12-26T03:16:41.569Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:41.569Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:41.859Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - [2025-12-26T03:16:41.860Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' [2025-12-26T03:16:41.860Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:41.860Z] #1 transferring dockerfile: 215B done [2025-12-26T03:16:41.860Z] #1 DONE 0.0s [2025-12-26T03:16:41.860Z] [2025-12-26T03:16:41.860Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:41.860Z] #2 DONE 0.0s [2025-12-26T03:16:41.860Z] [2025-12-26T03:16:41.860Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:16:41.860Z] #3 DONE 0.0s [2025-12-26T03:16:41.860Z] [2025-12-26T03:16:41.860Z] #4 [internal] load .dockerignore [2025-12-26T03:16:41.860Z] #4 transferring context: 2B done [2025-12-26T03:16:41.860Z] #4 DONE 0.0s [2025-12-26T03:16:41.860Z] [2025-12-26T03:16:41.860Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:41.860Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done [2025-12-26T03:16:41.860Z] #5 CACHED [2025-12-26T03:16:41.860Z] [2025-12-26T03:16:41.860Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:41.860Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done [2025-12-26T03:16:41.860Z] #6 CACHED [2025-12-26T03:16:41.860Z] [2025-12-26T03:16:41.860Z] #7 exporting to image [2025-12-26T03:16:41.860Z] #7 exporting layers done [2025-12-26T03:16:41.860Z] #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done [2025-12-26T03:16:41.860Z] #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e [2025-12-26T03:16:41.860Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:42.119Z] #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done [2025-12-26T03:16:42.119Z] #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done [2025-12-26T03:16:42.119Z] #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done [2025-12-26T03:16:42.119Z] #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done [2025-12-26T03:16:42.119Z] #7 pushing layers 0.0s done [2025-12-26T03:16:42.119Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done [2025-12-26T03:16:42.119Z] #7 DONE 0.1s [2025-12-26T03:16:42.119Z] [2025-12-26T03:16:42.119Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:42.119Z] #8 DONE 0.0s [2025-12-26T03:16:42.119Z] [2025-12-26T03:16:42.119Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:42.119Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-12-26T03:16:42.415Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-12-26T03:16:42.415Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-12-26T03:16:42.415Z] #1 [internal] load build definition from Dockerfile [2025-12-26T03:16:42.415Z] #1 transferring dockerfile: 166B done [2025-12-26T03:16:42.415Z] #1 DONE 0.0s [2025-12-26T03:16:42.415Z] [2025-12-26T03:16:42.415Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-12-26T03:16:42.415Z] #2 DONE 0.0s [2025-12-26T03:16:42.415Z] [2025-12-26T03:16:42.415Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-12-26T03:16:42.415Z] #3 DONE 0.0s [2025-12-26T03:16:42.415Z] [2025-12-26T03:16:42.415Z] #4 [internal] load .dockerignore [2025-12-26T03:16:42.415Z] #4 transferring context: 2B done [2025-12-26T03:16:42.415Z] #4 DONE 0.0s [2025-12-26T03:16:42.415Z] [2025-12-26T03:16:42.415Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:42.415Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done [2025-12-26T03:16:42.415Z] #5 CACHED [2025-12-26T03:16:42.415Z] [2025-12-26T03:16:42.415Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 [2025-12-26T03:16:42.415Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done [2025-12-26T03:16:42.415Z] #6 CACHED [2025-12-26T03:16:42.415Z] [2025-12-26T03:16:42.415Z] #7 exporting to image [2025-12-26T03:16:42.415Z] #7 exporting layers done [2025-12-26T03:16:42.415Z] #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done [2025-12-26T03:16:42.415Z] #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done [2025-12-26T03:16:42.415Z] #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done [2025-12-26T03:16:42.415Z] #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done [2025-12-26T03:16:42.415Z] #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done [2025-12-26T03:16:42.415Z] #7 pushing layers 0.0s done [2025-12-26T03:16:42.415Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 [2025-12-26T03:16:42.415Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-12-26T03:16:42.675Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done [2025-12-26T03:16:42.675Z] #7 DONE 0.1s [2025-12-26T03:16:42.675Z] [2025-12-26T03:16:42.675Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-12-26T03:16:42.675Z] #8 DONE 0.0s [2025-12-26T03:16:42.675Z] [2025-12-26T03:16:42.675Z] 1 warning found (use --debug to expand): [2025-12-26T03:16:42.675Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-12-26T03:16:43.073Z] + '[' -d /w/workspace/edgex-go/943/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:16:43.368Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:16:43.926Z] ---> package-listing.sh [2025-12-26T03:16:43.926Z] ++ tr '[:upper:]' '[:lower:]' [2025-12-26T03:16:43.926Z] ++ facter osfamily [2025-12-26T03:16:44.185Z] + OS_FAMILY=redhat [2025-12-26T03:16:44.185Z] + workspace=/w/workspace/edgex-go/943 [2025-12-26T03:16:44.185Z] + START_PACKAGES=/tmp/packages_start.txt [2025-12-26T03:16:44.185Z] + END_PACKAGES=/tmp/packages_end.txt [2025-12-26T03:16:44.185Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-12-26T03:16:44.185Z] + PACKAGES=/tmp/packages_start.txt [2025-12-26T03:16:44.185Z] + '[' /w/workspace/edgex-go/943 ']' [2025-12-26T03:16:44.185Z] + PACKAGES=/tmp/packages_end.txt [2025-12-26T03:16:44.185Z] + case "${OS_FAMILY}" in [2025-12-26T03:16:44.185Z] + rpm -qa [2025-12-26T03:16:44.185Z] + sort [2025-12-26T03:16:44.755Z] + '[' -f /tmp/packages_start.txt ']' [2025-12-26T03:16:44.755Z] + '[' -f /tmp/packages_end.txt ']' [2025-12-26T03:16:44.755Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-12-26T03:16:44.755Z] + '[' /w/workspace/edgex-go/943 ']' [2025-12-26T03:16:44.755Z] + mkdir -p /w/workspace/edgex-go/943/archives/ [2025-12-26T03:16:44.755Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/943/archives/ [Pipeline] echo [2025-12-26T03:16:44.768Z] 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/943/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-12-26T03:16:45.048Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:16:45.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-26T03:16:45.616Z] [2025-12-26T03:16:45.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:16:45.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-26T03:16:45.925Z] latest: Pulling from edgex-lftools-log-publisher [2025-12-26T03:16:45.925Z] 5eb5b503b376: Pulling fs layer [2025-12-26T03:16:45.925Z] 5c69ac0246d0: Pulling fs layer [2025-12-26T03:16:45.925Z] ec43610c2a17: Pulling fs layer [2025-12-26T03:16:45.925Z] 3a2ae6a8a46f: Pulling fs layer [2025-12-26T03:16:45.925Z] 33b1e0a273af: Pulling fs layer [2025-12-26T03:16:45.925Z] 5d3b04190fa2: Pulling fs layer [2025-12-26T03:16:45.925Z] 2f39f015ded8: Pulling fs layer [2025-12-26T03:16:45.925Z] 3a2ae6a8a46f: Waiting [2025-12-26T03:16:45.925Z] 33b1e0a273af: Waiting [2025-12-26T03:16:45.925Z] 5d3b04190fa2: Waiting [2025-12-26T03:16:45.925Z] 2f39f015ded8: Waiting [2025-12-26T03:16:45.925Z] 5c69ac0246d0: Verifying Checksum [2025-12-26T03:16:45.925Z] 5c69ac0246d0: Download complete [2025-12-26T03:16:45.925Z] 3a2ae6a8a46f: Verifying Checksum [2025-12-26T03:16:45.925Z] 3a2ae6a8a46f: Download complete [2025-12-26T03:16:45.925Z] 33b1e0a273af: Verifying Checksum [2025-12-26T03:16:45.925Z] 33b1e0a273af: Download complete [2025-12-26T03:16:45.925Z] ec43610c2a17: Verifying Checksum [2025-12-26T03:16:45.926Z] ec43610c2a17: Download complete [2025-12-26T03:16:45.926Z] 5d3b04190fa2: Verifying Checksum [2025-12-26T03:16:45.926Z] 5d3b04190fa2: Download complete [2025-12-26T03:16:46.184Z] 5eb5b503b376: Verifying Checksum [2025-12-26T03:16:46.184Z] 5eb5b503b376: Download complete [2025-12-26T03:16:46.758Z] 2f39f015ded8: Download complete [2025-12-26T03:16:47.342Z] 5eb5b503b376: Pull complete [2025-12-26T03:16:47.606Z] 5c69ac0246d0: Pull complete [2025-12-26T03:16:47.874Z] ec43610c2a17: Pull complete [2025-12-26T03:16:47.874Z] 3a2ae6a8a46f: Pull complete [2025-12-26T03:16:48.141Z] 33b1e0a273af: Pull complete [2025-12-26T03:16:48.141Z] 5d3b04190fa2: Pull complete [2025-12-26T03:16:52.347Z] 2f39f015ded8: Pull complete [2025-12-26T03:16:52.347Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-12-26T03:16:52.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-26T03:16:52.347Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:16:52.529Z] prd-centos7-docker-4c-2g-775722 does not seem to be running inside a container [2025-12-26T03:16:52.559Z] $ 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/943/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-12-26T03:16:56.147Z] $ docker top 2b498f88a8e970021378ebc805042f1d3c011d93c00374527fe145be4e49d6d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-26T03:16:56.499Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-12-26T03:16:56.789Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-12-26T03:16:57.078Z] + ls /var/log/sa-host [2025-12-26T03:16:57.078Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:16:57.290Z] provisioning config files... [2025-12-26T03:16:57.301Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6692056929602381705tmp [Pipeline] { [Pipeline] echo [2025-12-26T03:16:57.325Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:16:57.617Z] ---> create-netrc.sh [Pipeline] } [2025-12-26T03:16:57.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:16:57.972Z] ---> python-tools-install.sh [Pipeline] echo [2025-12-26T03:16:57.983Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:16:58.306Z] ---> sudo-logs.sh [2025-12-26T03:16:58.306Z] Archiving 'sudo' log.. [2025-12-26T03:16:58.306Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:16:58.357Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-12-26T03:16:58.361Z] $ docker stop --time=1 2b498f88a8e970021378ebc805042f1d3c011d93c00374527fe145be4e49d6d2 [2025-12-26T03:16:59.487Z] $ docker rm -f --volumes 2b498f88a8e970021378ebc805042f1d3c011d93c00374527fe145be4e49d6d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-12-26T03:16:59.589Z] [WS-CLEANUP] Deleting project workspace... [2025-12-26T03:16:59.589Z] [WS-CLEANUP] Deferred wipeout is used... [2025-12-26T03:16:59.611Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-12-26T03:31:03.221Z] #131 ... [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-12-26T03:31:03.221Z] #145 DONE 1165.3s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:31:03.221Z] #153 ... [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:31:03.221Z] #155 DONE 0.1s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:31:03.221Z] #144 ... [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:31:03.221Z] #156 DONE 0.1s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-12-26T03:31:03.221Z] #157 DONE 0.3s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-12-26T03:31:03.221Z] #151 ... [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:31:03.221Z] #158 DONE 0.1s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-12-26T03:31:03.221Z] #159 DONE 0.2s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:31:03.221Z] #160 DONE 2.5s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #112 [core-common-config-bootstrapper] exporting to image [2025-12-26T03:31:03.221Z] #112 exporting layers [2025-12-26T03:31:03.221Z] #112 exporting layers 1.0s done [2025-12-26T03:31:03.221Z] #112 writing image sha256:29bbb0a07fd8430064d95f0dce426a8a1edf8f5cb0de5a4d012ffb79ef2c342f done [2025-12-26T03:31:03.221Z] #112 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-12-26T03:31:03.221Z] #112 DONE 7.7s [2025-12-26T03:31:03.221Z] [2025-12-26T03:31:03.221Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-26T03:31:13.285Z] #146 ... [2025-12-26T03:31:13.285Z] [2025-12-26T03:31:13.285Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-12-26T03:31:13.285Z] #147 DONE 1184.5s [2025-12-26T03:31:13.565Z] [2025-12-26T03:31:13.565Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-12-26T03:31:14.152Z] #161 DONE 0.5s [2025-12-26T03:31:14.152Z] [2025-12-26T03:31:14.152Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-12-26T03:31:16.117Z] #162 DONE 2.2s [2025-12-26T03:31:16.117Z] [2025-12-26T03:31:16.117Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:31:16.391Z] #163 DONE 0.2s [2025-12-26T03:31:16.391Z] [2025-12-26T03:31:16.391Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:31:16.391Z] #144 ... [2025-12-26T03:31:16.391Z] [2025-12-26T03:31:16.391Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:31:16.662Z] #164 DONE 0.3s [2025-12-26T03:31:16.662Z] [2025-12-26T03:31:16.662Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-12-26T03:31:17.253Z] #165 DONE 0.3s [2025-12-26T03:31:17.253Z] [2025-12-26T03:31:17.253Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-12-26T03:31:17.253Z] #166 DONE 0.1s [2025-12-26T03:31:17.253Z] [2025-12-26T03:31:17.253Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-12-26T03:31:17.253Z] #167 DONE 0.2s [2025-12-26T03:31:17.253Z] [2025-12-26T03:31:17.253Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-12-26T03:31:17.253Z] #168 DONE 0.1s [2025-12-26T03:31:17.253Z] [2025-12-26T03:31:17.253Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:31:17.522Z] #144 ... [2025-12-26T03:31:17.522Z] [2025-12-26T03:31:17.522Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-12-26T03:31:17.522Z] #169 DONE 0.1s [2025-12-26T03:31:17.522Z] [2025-12-26T03:31:17.522Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-12-26T03:31:17.522Z] #170 DONE 0.1s [2025-12-26T03:31:17.522Z] [2025-12-26T03:31:17.522Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-12-26T03:31:17.789Z] #151 ... [2025-12-26T03:31:17.789Z] [2025-12-26T03:31:17.789Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-12-26T03:31:20.532Z] #171 DONE 2.4s [2025-12-26T03:31:20.533Z] [2025-12-26T03:31:20.533Z] #112 [security-bootstrapper] exporting to image [2025-12-26T03:31:20.533Z] #112 exporting layers [2025-12-26T03:31:21.168Z] #112 exporting layers 1.1s done [2025-12-26T03:31:21.168Z] #112 writing image sha256:edd7b1ff2930fd539a6e19894ea0706dbfc07c7b37669190da1fad6c5cee1683 0.0s done [2025-12-26T03:31:21.168Z] #112 naming to docker.io/library/security-bootstrapper-arm64 done [2025-12-26T03:31:21.168Z] #112 DONE 8.8s [2025-12-26T03:31:21.168Z] [2025-12-26T03:31:21.168Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-26T03:47:30.187Z] #146 ... [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-12-26T03:47:30.187Z] #154 DONE 2154.8s [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:47:30.187Z] #152 ... [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:47:30.187Z] #172 DONE 0.1s [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:47:30.187Z] #131 ... [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:47:30.187Z] #173 DONE 0.1s [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-12-26T03:47:30.187Z] #174 DONE 0.4s [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:47:30.187Z] #131 ... [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:47:30.187Z] #175 DONE 0.1s [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #112 [core-command] exporting to image [2025-12-26T03:47:30.187Z] #112 exporting layers [2025-12-26T03:47:30.187Z] #112 exporting layers 0.5s done [2025-12-26T03:47:30.187Z] #112 writing image sha256:403c86c114c288bb892b4253d4f41d3ed8b060f131b1f1dd086504abf94982a7 done [2025-12-26T03:47:30.187Z] #112 naming to docker.io/library/core-command-arm64 done [2025-12-26T03:47:30.187Z] #112 DONE 9.3s [2025-12-26T03:47:30.187Z] [2025-12-26T03:47:30.187Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-26T03:47:53.087Z] #148 ... [2025-12-26T03:47:53.087Z] [2025-12-26T03:47:53.087Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-12-26T03:47:53.087Z] #149 DONE 2183.8s [2025-12-26T03:47:53.087Z] [2025-12-26T03:47:53.087Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:47:53.087Z] #144 ... [2025-12-26T03:47:53.087Z] [2025-12-26T03:47:53.087Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:47:53.355Z] #176 DONE 0.2s [2025-12-26T03:47:53.355Z] [2025-12-26T03:47:53.355Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:47:53.355Z] #131 ... [2025-12-26T03:47:53.355Z] [2025-12-26T03:47:53.355Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:47:53.623Z] #177 DONE 0.4s [2025-12-26T03:47:53.623Z] [2025-12-26T03:47:53.623Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-12-26T03:47:53.891Z] #178 DONE 0.2s [2025-12-26T03:47:53.891Z] [2025-12-26T03:47:53.891Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-12-26T03:47:54.480Z] #179 DONE 0.4s [2025-12-26T03:47:54.480Z] [2025-12-26T03:47:54.480Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-12-26T03:47:55.067Z] #180 DONE 0.7s [2025-12-26T03:47:55.067Z] [2025-12-26T03:47:55.067Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:47:55.067Z] #153 ... [2025-12-26T03:47:55.067Z] [2025-12-26T03:47:55.067Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-12-26T03:47:55.656Z] #181 DONE 0.4s [2025-12-26T03:47:55.656Z] [2025-12-26T03:47:55.656Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:47:59.913Z] #182 DONE 4.2s [2025-12-26T03:47:59.913Z] [2025-12-26T03:47:59.913Z] #112 [security-proxy-setup] exporting to image [2025-12-26T03:47:59.913Z] #112 exporting layers [2025-12-26T03:48:00.501Z] #112 exporting layers 0.9s done [2025-12-26T03:48:00.501Z] #112 writing image sha256:d75b5a53ac4be39aadee395f9138ba9b20957d771002041ce38614a65a84ff62 0.0s done [2025-12-26T03:48:00.501Z] #112 naming to docker.io/library/security-proxy-setup-arm64 done [2025-12-26T03:48:00.501Z] #112 DONE 10.2s [2025-12-26T03:48:00.501Z] [2025-12-26T03:48:00.501Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:48:02.445Z] #153 ... [2025-12-26T03:48:02.445Z] [2025-12-26T03:48:02.445Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-12-26T03:48:02.445Z] #151 2193.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-12-26T03:48:41.321Z] #151 DONE 2228.6s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:48:41.321Z] #153 ... [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:48:41.321Z] #183 DONE 0.4s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:48:41.321Z] #184 DONE 0.2s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:48:41.321Z] #152 ... [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-12-26T03:48:41.321Z] #185 DONE 0.1s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-12-26T03:48:41.321Z] #186 DONE 0.1s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:48:41.321Z] #131 ... [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:48:41.321Z] #187 DONE 0.1s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-12-26T03:48:41.321Z] #188 DONE 0.4s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-12-26T03:48:41.321Z] #189 DONE 0.4s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:48:41.321Z] #144 ... [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-12-26T03:48:41.321Z] #190 DONE 0.2s [2025-12-26T03:48:41.321Z] [2025-12-26T03:48:41.321Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:48:42.284Z] #191 DONE 1.9s [2025-12-26T03:48:42.284Z] [2025-12-26T03:48:42.284Z] #112 [security-secretstore-setup] exporting to image [2025-12-26T03:48:42.284Z] #112 exporting layers [2025-12-26T03:48:43.694Z] #112 exporting layers 1.6s done [2025-12-26T03:48:43.694Z] #112 writing image sha256:cf6af1f057ecea2f34a5b35bbf994659111dbe62ded49dd4f190ccbcf35ec607 done [2025-12-26T03:48:43.694Z] #112 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-12-26T03:48:43.694Z] #112 DONE 11.8s [2025-12-26T03:48:43.694Z] [2025-12-26T03:48:43.694Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:49:22.564Z] #152 ... [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-12-26T03:49:22.564Z] #150 DONE 2269.4s [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:49:22.564Z] #131 ... [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:49:22.564Z] #192 DONE 0.2s [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:49:22.564Z] #193 DONE 0.2s [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:49:22.564Z] #144 ... [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-12-26T03:49:22.564Z] #194 DONE 0.4s [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:49:22.564Z] #195 DONE 0.1s [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #112 [security-spiffe-token-provider] exporting to image [2025-12-26T03:49:22.564Z] #112 exporting layers [2025-12-26T03:49:22.564Z] #112 exporting layers 0.6s done [2025-12-26T03:49:22.564Z] #112 writing image sha256:c773fd4478bd5e71d2a79a43b45e398c01387308504ffb2a7239d287200579ce 0.0s done [2025-12-26T03:49:22.564Z] #112 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-12-26T03:49:22.564Z] #112 DONE 12.4s [2025-12-26T03:49:22.564Z] [2025-12-26T03:49:22.564Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-26T03:50:09.393Z] #148 ... [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-12-26T03:50:09.393Z] #152 DONE 2315.9s [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:09.393Z] #144 ... [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:50:09.393Z] #196 DONE 0.1s [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:50:09.393Z] #197 DONE 0.2s [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-12-26T03:50:09.393Z] #198 DONE 0.5s [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-12-26T03:50:09.393Z] #199 DONE 0.2s [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:09.393Z] #144 ... [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-12-26T03:50:09.393Z] #200 DONE 0.2s [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-12-26T03:50:09.393Z] #201 DONE 2.1s [2025-12-26T03:50:09.393Z] [2025-12-26T03:50:09.393Z] #112 [security-proxy-auth] exporting to image [2025-12-26T03:50:09.393Z] #112 exporting layers [2025-12-26T03:50:09.977Z] #112 exporting layers 0.9s done [2025-12-26T03:50:10.243Z] #112 writing image sha256:5c47785229c077b3f5195ffe5eec1fd53edf74958e7c770abc08eeae3ea9dd6f done [2025-12-26T03:50:10.243Z] #112 naming to docker.io/library/security-proxy-auth-arm64 done [2025-12-26T03:50:10.243Z] #112 DONE 13.4s [2025-12-26T03:50:10.243Z] [2025-12-26T03:50:10.243Z] #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-12-26T03:50:13.604Z] #131 DONE 2324.7s [2025-12-26T03:50:13.604Z] [2025-12-26T03:50:13.604Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-12-26T03:50:13.604Z] #148 DONE 2324.7s [2025-12-26T03:50:13.604Z] [2025-12-26T03:50:13.604Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-12-26T03:50:13.604Z] #153 DONE 2324.7s [2025-12-26T03:50:13.604Z] [2025-12-26T03:50:13.604Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:14.193Z] #144 ... [2025-12-26T03:50:14.193Z] [2025-12-26T03:50:14.193Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:50:14.775Z] #202 DONE 0.4s [2025-12-26T03:50:14.775Z] [2025-12-26T03:50:14.775Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:14.775Z] #144 ... [2025-12-26T03:50:14.775Z] [2025-12-26T03:50:14.775Z] #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:50:15.042Z] #203 DONE 0.3s [2025-12-26T03:50:15.042Z] [2025-12-26T03:50:15.042Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:15.042Z] #144 ... [2025-12-26T03:50:15.042Z] [2025-12-26T03:50:15.042Z] #204 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:50:15.638Z] #204 DONE 0.4s [2025-12-26T03:50:15.638Z] [2025-12-26T03:50:15.638Z] #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:50:15.638Z] #205 DONE 0.3s [2025-12-26T03:50:15.638Z] [2025-12-26T03:50:15.638Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:50:15.905Z] #206 DONE 0.3s [2025-12-26T03:50:15.905Z] [2025-12-26T03:50:15.905Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-12-26T03:50:15.905Z] #207 ... [2025-12-26T03:50:15.905Z] [2025-12-26T03:50:15.905Z] #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-12-26T03:50:15.905Z] #208 DONE 0.8s [2025-12-26T03:50:16.171Z] [2025-12-26T03:50:16.171Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:50:16.438Z] #209 DONE 0.5s [2025-12-26T03:50:16.438Z] [2025-12-26T03:50:16.438Z] #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-12-26T03:50:16.438Z] #210 DONE 0.9s [2025-12-26T03:50:16.438Z] [2025-12-26T03:50:16.438Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-12-26T03:50:16.438Z] #207 DONE 0.8s [2025-12-26T03:50:16.438Z] [2025-12-26T03:50:16.438Z] #211 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:50:17.017Z] #211 DONE 0.4s [2025-12-26T03:50:17.017Z] [2025-12-26T03:50:17.017Z] #212 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:50:17.017Z] #212 DONE 0.5s [2025-12-26T03:50:17.017Z] [2025-12-26T03:50:17.017Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-12-26T03:50:17.017Z] #213 DONE 0.2s [2025-12-26T03:50:17.017Z] [2025-12-26T03:50:17.017Z] #112 [core-metadata] exporting to image [2025-12-26T03:50:17.017Z] #112 exporting layers [2025-12-26T03:50:17.597Z] #112 exporting layers 1.2s done [2025-12-26T03:50:17.597Z] #112 writing image sha256:b5a263a673b47c8535cc14bf102aa724a598521d651f046c439adaf2fe183eb5 done [2025-12-26T03:50:17.597Z] #112 naming to docker.io/library/core-data-arm64 0.0s done [2025-12-26T03:50:18.188Z] #112 exporting layers 0.9s done [2025-12-26T03:50:18.188Z] #112 writing image sha256:ffa10813badbcdba793e985bd01a8316c0b795ccd1717e9e462adfb59a7c80a9 0.0s done [2025-12-26T03:50:18.188Z] #112 naming to docker.io/library/core-keeper-arm64 done [2025-12-26T03:50:18.188Z] #112 writing image sha256:f11640675bba3732eaa88555efd72900c9c9f46a42e9a14d5eede234a9c152c8 0.0s done [2025-12-26T03:50:18.188Z] #112 naming to docker.io/library/core-metadata-arm64 done [2025-12-26T03:50:18.188Z] #112 DONE 14.9s [2025-12-26T03:50:18.188Z] [2025-12-26T03:50:18.188Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:44.854Z] #144 ... [2025-12-26T03:50:44.854Z] [2025-12-26T03:50:44.854Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-12-26T03:50:44.854Z] #146 DONE 2355.6s [2025-12-26T03:50:44.854Z] [2025-12-26T03:50:44.854Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:44.854Z] #144 ... [2025-12-26T03:50:44.854Z] [2025-12-26T03:50:44.854Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:50:44.854Z] #214 DONE 0.3s [2025-12-26T03:50:44.854Z] [2025-12-26T03:50:44.854Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:45.124Z] #144 ... [2025-12-26T03:50:45.124Z] [2025-12-26T03:50:45.124Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:50:45.124Z] #215 DONE 0.2s [2025-12-26T03:50:45.124Z] [2025-12-26T03:50:45.124Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-12-26T03:50:45.711Z] #216 DONE 0.5s [2025-12-26T03:50:45.711Z] [2025-12-26T03:50:45.711Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-12-26T03:50:45.711Z] #217 DONE 0.1s [2025-12-26T03:50:45.711Z] [2025-12-26T03:50:45.711Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:45.711Z] #144 ... [2025-12-26T03:50:45.711Z] [2025-12-26T03:50:45.711Z] #112 [support-scheduler] exporting to image [2025-12-26T03:50:45.711Z] #112 exporting layers [2025-12-26T03:50:46.671Z] #112 exporting layers 1.0s done [2025-12-26T03:50:46.671Z] #112 writing image sha256:02a4956130807428a9792f7054caaf72d015fbaed20ba2b9537751af5a05c6d9 done [2025-12-26T03:50:46.671Z] #112 naming to docker.io/library/support-scheduler-arm64 done [2025-12-26T03:50:46.671Z] #112 DONE 15.8s [2025-12-26T03:50:46.671Z] [2025-12-26T03:50:46.671Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-12-26T03:50:52.003Z] #144 DONE 2362.4s [2025-12-26T03:50:52.003Z] [2025-12-26T03:50:52.003Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-12-26T03:50:52.003Z] #218 DONE 0.1s [2025-12-26T03:50:52.003Z] [2025-12-26T03:50:52.003Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-12-26T03:50:52.003Z] #219 DONE 0.1s [2025-12-26T03:50:52.003Z] [2025-12-26T03:50:52.003Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-12-26T03:50:52.269Z] #220 DONE 0.4s [2025-12-26T03:50:52.269Z] [2025-12-26T03:50:52.269Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-12-26T03:50:52.269Z] #221 DONE 0.1s [2025-12-26T03:50:52.533Z] [2025-12-26T03:50:52.533Z] #112 [support-notifications] exporting to image [2025-12-26T03:50:52.533Z] #112 exporting layers [2025-12-26T03:50:53.112Z] #112 exporting layers 0.6s done [2025-12-26T03:50:53.112Z] #112 writing image sha256:4f0c6c318c5925a6a8b01950aac5520ce4ea5e1e09bb4dd5ada477d97ea8cfd0 done [2025-12-26T03:50:53.112Z] #112 naming to docker.io/library/support-notifications-arm64 done [2025-12-26T03:50:53.112Z] #112 DONE 16.4s [2025-12-26T03:50:53.112Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.112Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.112Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.112Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-12-26T03:50:53.113Z] time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-12-26T03:50:53.122Z] $ docker stop --time=1 0e4fc304837c3c279434eae4f37759e11bb3bc70e7472985ff398d45292b4a6e [2025-12-26T03:50:54.800Z] $ docker rm -f --volumes 0e4fc304837c3c279434eae4f37759e11bb3bc70e7472985ff398d45292b4a6e [Pipeline] // withDockerContainer [Pipeline] sh [2025-12-26T03:50:55.375Z] + docker images [2025-12-26T03:50:55.375Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-12-26T03:50:55.375Z] support-notifications-arm64 latest 4f0c6c318c59 3 seconds ago 54.3MB [2025-12-26T03:50:55.375Z] support-scheduler-arm64 latest 02a495613080 10 seconds ago 50.4MB [2025-12-26T03:50:55.375Z] core-keeper-arm64 latest ffa10813badb 39 seconds ago 45.1MB [2025-12-26T03:50:55.375Z] core-data-arm64 latest b5a263a673b4 39 seconds ago 46.2MB [2025-12-26T03:50:55.375Z] core-metadata-arm64 latest f11640675bba 39 seconds ago 46.3MB [2025-12-26T03:50:55.375Z] security-proxy-auth-arm64 latest 5c47785229c0 47 seconds ago 45.4MB [2025-12-26T03:50:55.375Z] security-spiffe-token-provider-arm64 latest c773fd4478bd About a minute ago 50.2MB [2025-12-26T03:50:55.375Z] security-secretstore-setup-arm64 latest cf6af1f057ec 2 minutes ago 81.6MB [2025-12-26T03:50:55.375Z] security-proxy-setup-arm64 latest d75b5a53ac4b 2 minutes ago 51.3MB [2025-12-26T03:50:55.375Z] core-command-arm64 latest 403c86c114c2 3 minutes ago 40.9MB [2025-12-26T03:50:55.375Z] security-bootstrapper-arm64 latest edd7b1ff2930 19 minutes ago 22.2MB [2025-12-26T03:50:55.375Z] core-common-config-bootstrapper-arm64 latest 29bbb0a07fd8 19 minutes ago 21.1MB [2025-12-26T03:50:55.375Z] security-spire-agent-arm64 latest 4db2ff39fca2 40 minutes ago 220MB [2025-12-26T03:50:55.375Z] security-spire-server-arm64 latest 96c1dd66f72c 40 minutes ago 164MB [2025-12-26T03:50:55.375Z] security-spire-config-arm64 latest 5bf0e4779d8a 40 minutes ago 163MB [2025-12-26T03:50:55.375Z] ci-base-image-arm64 latest c7ec5ad02a03 42 minutes ago 927MB [2025-12-26T03:50:55.375Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 months ago 564MB [2025-12-26T03:50:55.375Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:50:55.528Z] provisioning config files... [2025-12-26T03:50:55.545Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config4861713717291688695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:50:55.901Z] ---> ****-login.sh [2025-12-26T03:50:55.901Z] nexus3.edgexfoundry.org:10001 [2025-12-26T03:50:56.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:50:56.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:50:56.181Z] Configure a credential helper to remove this warning. See [2025-12-26T03:50:56.181Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:50:56.181Z] [2025-12-26T03:50:56.181Z] Login Succeeded [2025-12-26T03:50:56.181Z] nexus3.edgexfoundry.org:10002 [2025-12-26T03:50:56.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:50:56.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:50:56.737Z] Configure a credential helper to remove this warning. See [2025-12-26T03:50:56.738Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:50:56.738Z] [2025-12-26T03:50:56.738Z] Login Succeeded [2025-12-26T03:50:56.738Z] nexus3.edgexfoundry.org:10003 [2025-12-26T03:50:57.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:50:57.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:50:57.025Z] Configure a credential helper to remove this warning. See [2025-12-26T03:50:57.025Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:50:57.025Z] [2025-12-26T03:50:57.025Z] Login Succeeded [2025-12-26T03:50:57.025Z] nexus3.edgexfoundry.org:10004 [2025-12-26T03:50:57.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:50:57.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:50:57.299Z] Configure a credential helper to remove this warning. See [2025-12-26T03:50:57.299Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:50:57.299Z] [2025-12-26T03:50:57.299Z] Login Succeeded [2025-12-26T03:50:57.299Z] ****.io [2025-12-26T03:50:57.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-12-26T03:50:57.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-12-26T03:50:57.830Z] Configure a credential helper to remove this warning. See [2025-12-26T03:50:57.830Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-12-26T03:50:57.830Z] [2025-12-26T03:50:57.830Z] Login Succeeded [2025-12-26T03:50:57.830Z] ---> ****-login.sh ends [Pipeline] } [2025-12-26T03:50:57.842Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:50:57.896Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-12-26T03:50:57.927Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-12-26T03:50:57.927Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:50:57.927Z] latest [2025-12-26T03:50:57.927Z] 4.1.0-dev.88 [2025-12-26T03:50:57.927Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:50:57.927Z] main [2025-12-26T03:50:57.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:50:58.297Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:50:58.659Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:50:58.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-26T03:50:58.659Z] 4bd84f59812d: Preparing [2025-12-26T03:50:58.659Z] 3428ea16e554: Preparing [2025-12-26T03:50:58.659Z] 455d800d2b43: Preparing [2025-12-26T03:50:58.659Z] cde82507d7ef: Preparing [2025-12-26T03:50:58.659Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:50:58.659Z] f26364988652: Preparing [2025-12-26T03:50:58.659Z] 0e64f2360a44: Preparing [2025-12-26T03:50:58.659Z] f26364988652: Waiting [2025-12-26T03:50:58.659Z] 0e64f2360a44: Waiting [2025-12-26T03:50:58.925Z] 455d800d2b43: Pushed [2025-12-26T03:50:58.925Z] cde82507d7ef: Pushed [2025-12-26T03:50:58.925Z] 4bd84f59812d: Pushed [2025-12-26T03:50:58.925Z] 0e64f2360a44: Layer already exists [2025-12-26T03:50:58.925Z] f26364988652: Pushed [2025-12-26T03:50:59.190Z] 8ecc8bfba6c2: Pushed [2025-12-26T03:51:05.809Z] 3428ea16e554: Pushed [2025-12-26T03:51:05.809Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:06.166Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:06.527Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-12-26T03:51:06.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-26T03:51:06.528Z] 4bd84f59812d: Preparing [2025-12-26T03:51:06.528Z] 3428ea16e554: Preparing [2025-12-26T03:51:06.528Z] 455d800d2b43: Preparing [2025-12-26T03:51:06.528Z] cde82507d7ef: Preparing [2025-12-26T03:51:06.528Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:06.528Z] f26364988652: Preparing [2025-12-26T03:51:06.528Z] 0e64f2360a44: Preparing [2025-12-26T03:51:06.528Z] f26364988652: Waiting [2025-12-26T03:51:06.528Z] 0e64f2360a44: Waiting [2025-12-26T03:51:06.528Z] 4bd84f59812d: Layer already exists [2025-12-26T03:51:06.528Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:06.528Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:06.528Z] 3428ea16e554: Layer already exists [2025-12-26T03:51:06.528Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:06.528Z] f26364988652: Layer already exists [2025-12-26T03:51:06.528Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:06.791Z] latest: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:07.150Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:07.506Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [2025-12-26T03:51:07.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-26T03:51:07.507Z] 4bd84f59812d: Preparing [2025-12-26T03:51:07.507Z] 3428ea16e554: Preparing [2025-12-26T03:51:07.507Z] 455d800d2b43: Preparing [2025-12-26T03:51:07.507Z] cde82507d7ef: Preparing [2025-12-26T03:51:07.507Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:07.507Z] f26364988652: Preparing [2025-12-26T03:51:07.507Z] 0e64f2360a44: Preparing [2025-12-26T03:51:07.507Z] f26364988652: Waiting [2025-12-26T03:51:07.507Z] 0e64f2360a44: Waiting [2025-12-26T03:51:07.507Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:07.507Z] 4bd84f59812d: Layer already exists [2025-12-26T03:51:07.507Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:07.507Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:07.507Z] 3428ea16e554: Layer already exists [2025-12-26T03:51:07.507Z] f26364988652: Layer already exists [2025-12-26T03:51:07.507Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:07.507Z] 4.1.0-dev.88: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:08.137Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:08.509Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:08.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-26T03:51:08.509Z] 4bd84f59812d: Preparing [2025-12-26T03:51:08.509Z] 3428ea16e554: Preparing [2025-12-26T03:51:08.509Z] 455d800d2b43: Preparing [2025-12-26T03:51:08.509Z] cde82507d7ef: Preparing [2025-12-26T03:51:08.509Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:08.509Z] f26364988652: Preparing [2025-12-26T03:51:08.509Z] 0e64f2360a44: Preparing [2025-12-26T03:51:08.509Z] f26364988652: Waiting [2025-12-26T03:51:08.509Z] 0e64f2360a44: Waiting [2025-12-26T03:51:08.509Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:08.509Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:08.509Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:08.509Z] 4bd84f59812d: Layer already exists [2025-12-26T03:51:08.509Z] 3428ea16e554: Layer already exists [2025-12-26T03:51:08.509Z] f26364988652: Layer already exists [2025-12-26T03:51:08.509Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:08.509Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:08.875Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:09.232Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-12-26T03:51:09.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-12-26T03:51:09.232Z] 4bd84f59812d: Preparing [2025-12-26T03:51:09.232Z] 3428ea16e554: Preparing [2025-12-26T03:51:09.232Z] 455d800d2b43: Preparing [2025-12-26T03:51:09.232Z] cde82507d7ef: Preparing [2025-12-26T03:51:09.232Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:09.232Z] f26364988652: Preparing [2025-12-26T03:51:09.232Z] 0e64f2360a44: Preparing [2025-12-26T03:51:09.232Z] f26364988652: Waiting [2025-12-26T03:51:09.232Z] 0e64f2360a44: Waiting [2025-12-26T03:51:09.232Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:09.232Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:09.232Z] 4bd84f59812d: Layer already exists [2025-12-26T03:51:09.232Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:09.232Z] 3428ea16e554: Layer already exists [2025-12-26T03:51:09.232Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:09.232Z] f26364988652: Layer already exists [2025-12-26T03:51:09.496Z] main: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:51:09.584Z] ===================================================== [Pipeline] echo [2025-12-26T03:51:09.599Z] taggedImages: [2025-12-26T03:51:09.599Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:09.599Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-12-26T03:51:09.599Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [2025-12-26T03:51:09.599Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:09.599Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-12-26T03:51:09.635Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-12-26T03:51:09.635Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:09.635Z] latest [2025-12-26T03:51:09.635Z] 4.1.0-dev.88 [2025-12-26T03:51:09.635Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:09.635Z] main [2025-12-26T03:51:09.635Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:10.005Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:10.354Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:10.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-26T03:51:10.355Z] 6bbc3d3115bd: Preparing [2025-12-26T03:51:10.355Z] a5b893ec72e7: Preparing [2025-12-26T03:51:10.355Z] 59264f9c34a1: Preparing [2025-12-26T03:51:10.355Z] 5bf5c1852635: Preparing [2025-12-26T03:51:10.355Z] 455d800d2b43: Preparing [2025-12-26T03:51:10.355Z] cde82507d7ef: Preparing [2025-12-26T03:51:10.355Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:10.355Z] f26364988652: Preparing [2025-12-26T03:51:10.355Z] 0e64f2360a44: Preparing [2025-12-26T03:51:10.355Z] cde82507d7ef: Waiting [2025-12-26T03:51:10.355Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:10.355Z] f26364988652: Waiting [2025-12-26T03:51:10.355Z] 0e64f2360a44: Waiting [2025-12-26T03:51:10.619Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:10.619Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:10.619Z] 59264f9c34a1: Pushed [2025-12-26T03:51:10.619Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:10.619Z] f26364988652: Layer already exists [2025-12-26T03:51:10.619Z] a5b893ec72e7: Pushed [2025-12-26T03:51:10.619Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:10.619Z] 6bbc3d3115bd: Pushed [2025-12-26T03:51:13.184Z] 5bf5c1852635: Pushed [2025-12-26T03:51:13.449Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:13.813Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:16.105Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-12-26T03:51:16.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-26T03:51:16.105Z] 6bbc3d3115bd: Preparing [2025-12-26T03:51:16.105Z] a5b893ec72e7: Preparing [2025-12-26T03:51:16.105Z] 59264f9c34a1: Preparing [2025-12-26T03:51:16.105Z] 5bf5c1852635: Preparing [2025-12-26T03:51:16.105Z] 455d800d2b43: Preparing [2025-12-26T03:51:16.105Z] cde82507d7ef: Preparing [2025-12-26T03:51:16.105Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:16.105Z] f26364988652: Preparing [2025-12-26T03:51:16.105Z] 0e64f2360a44: Preparing [2025-12-26T03:51:16.105Z] cde82507d7ef: Waiting [2025-12-26T03:51:16.105Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:16.105Z] f26364988652: Waiting [2025-12-26T03:51:16.105Z] 0e64f2360a44: Waiting [2025-12-26T03:51:16.105Z] a5b893ec72e7: Layer already exists [2025-12-26T03:51:16.105Z] 5bf5c1852635: Layer already exists [2025-12-26T03:51:16.105Z] 6bbc3d3115bd: Layer already exists [2025-12-26T03:51:16.105Z] 59264f9c34a1: Layer already exists [2025-12-26T03:51:16.105Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:16.105Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:16.105Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:16.105Z] f26364988652: Layer already exists [2025-12-26T03:51:16.105Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:16.369Z] latest: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:16.730Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:17.084Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [2025-12-26T03:51:17.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-26T03:51:17.084Z] 6bbc3d3115bd: Preparing [2025-12-26T03:51:17.084Z] a5b893ec72e7: Preparing [2025-12-26T03:51:17.084Z] 59264f9c34a1: Preparing [2025-12-26T03:51:17.084Z] 5bf5c1852635: Preparing [2025-12-26T03:51:17.084Z] 455d800d2b43: Preparing [2025-12-26T03:51:17.084Z] cde82507d7ef: Preparing [2025-12-26T03:51:17.084Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:17.084Z] f26364988652: Preparing [2025-12-26T03:51:17.084Z] 0e64f2360a44: Preparing [2025-12-26T03:51:17.084Z] cde82507d7ef: Waiting [2025-12-26T03:51:17.084Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:17.084Z] f26364988652: Waiting [2025-12-26T03:51:17.084Z] 0e64f2360a44: Waiting [2025-12-26T03:51:17.084Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:17.084Z] 6bbc3d3115bd: Layer already exists [2025-12-26T03:51:17.084Z] 5bf5c1852635: Layer already exists [2025-12-26T03:51:17.084Z] 59264f9c34a1: Layer already exists [2025-12-26T03:51:17.084Z] a5b893ec72e7: Layer already exists [2025-12-26T03:51:17.084Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:17.084Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:17.084Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:17.084Z] f26364988652: Layer already exists [2025-12-26T03:51:17.348Z] 4.1.0-dev.88: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:17.720Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:18.085Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:18.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-26T03:51:18.085Z] 6bbc3d3115bd: Preparing [2025-12-26T03:51:18.085Z] a5b893ec72e7: Preparing [2025-12-26T03:51:18.085Z] 59264f9c34a1: Preparing [2025-12-26T03:51:18.085Z] 5bf5c1852635: Preparing [2025-12-26T03:51:18.085Z] 455d800d2b43: Preparing [2025-12-26T03:51:18.085Z] cde82507d7ef: Preparing [2025-12-26T03:51:18.085Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:18.085Z] f26364988652: Preparing [2025-12-26T03:51:18.085Z] 0e64f2360a44: Preparing [2025-12-26T03:51:18.085Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:18.085Z] f26364988652: Waiting [2025-12-26T03:51:18.085Z] 0e64f2360a44: Waiting [2025-12-26T03:51:18.085Z] cde82507d7ef: Waiting [2025-12-26T03:51:18.085Z] 6bbc3d3115bd: Layer already exists [2025-12-26T03:51:18.085Z] 59264f9c34a1: Layer already exists [2025-12-26T03:51:18.085Z] 5bf5c1852635: Layer already exists [2025-12-26T03:51:18.085Z] a5b893ec72e7: Layer already exists [2025-12-26T03:51:18.085Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:18.085Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:18.085Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:18.085Z] f26364988652: Layer already exists [2025-12-26T03:51:18.085Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:18.085Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:18.448Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:18.798Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-12-26T03:51:18.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-12-26T03:51:18.798Z] 6bbc3d3115bd: Preparing [2025-12-26T03:51:18.798Z] a5b893ec72e7: Preparing [2025-12-26T03:51:18.798Z] 59264f9c34a1: Preparing [2025-12-26T03:51:18.798Z] 5bf5c1852635: Preparing [2025-12-26T03:51:18.798Z] 455d800d2b43: Preparing [2025-12-26T03:51:18.798Z] cde82507d7ef: Preparing [2025-12-26T03:51:18.798Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:18.798Z] f26364988652: Preparing [2025-12-26T03:51:18.798Z] 0e64f2360a44: Preparing [2025-12-26T03:51:18.798Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:18.798Z] f26364988652: Waiting [2025-12-26T03:51:18.798Z] 0e64f2360a44: Waiting [2025-12-26T03:51:18.798Z] 6bbc3d3115bd: Layer already exists [2025-12-26T03:51:18.798Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:18.798Z] a5b893ec72e7: Layer already exists [2025-12-26T03:51:18.798Z] 5bf5c1852635: Layer already exists [2025-12-26T03:51:18.798Z] 59264f9c34a1: Layer already exists [2025-12-26T03:51:18.798Z] f26364988652: Layer already exists [2025-12-26T03:51:18.798Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:18.798Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:18.798Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:19.064Z] main: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:51:19.155Z] ===================================================== [Pipeline] echo [2025-12-26T03:51:19.177Z] taggedImages: [2025-12-26T03:51:19.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:19.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-12-26T03:51:19.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [2025-12-26T03:51:19.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:19.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-12-26T03:51:19.213Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-12-26T03:51:19.213Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:19.213Z] latest [2025-12-26T03:51:19.213Z] 4.1.0-dev.88 [2025-12-26T03:51:19.213Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:19.213Z] main [2025-12-26T03:51:19.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:19.599Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:19.960Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:19.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-26T03:51:19.960Z] 5235021e9337: Preparing [2025-12-26T03:51:19.960Z] 6e6b95f939d4: Preparing [2025-12-26T03:51:19.960Z] 455d800d2b43: Preparing [2025-12-26T03:51:19.960Z] cde82507d7ef: Preparing [2025-12-26T03:51:19.960Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:19.960Z] 82e5138f888b: Preparing [2025-12-26T03:51:19.960Z] 0e64f2360a44: Preparing [2025-12-26T03:51:19.960Z] 82e5138f888b: Waiting [2025-12-26T03:51:19.960Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:19.960Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:19.960Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:20.227Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:20.227Z] 5235021e9337: Pushed [2025-12-26T03:51:20.227Z] 82e5138f888b: Pushed [2025-12-26T03:51:28.407Z] 6e6b95f939d4: Pushed [2025-12-26T03:51:28.672Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:29.038Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:29.403Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-12-26T03:51:29.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-26T03:51:29.403Z] 5235021e9337: Preparing [2025-12-26T03:51:29.403Z] 6e6b95f939d4: Preparing [2025-12-26T03:51:29.403Z] 455d800d2b43: Preparing [2025-12-26T03:51:29.403Z] cde82507d7ef: Preparing [2025-12-26T03:51:29.403Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:29.403Z] 82e5138f888b: Preparing [2025-12-26T03:51:29.403Z] 0e64f2360a44: Preparing [2025-12-26T03:51:29.403Z] 82e5138f888b: Waiting [2025-12-26T03:51:29.403Z] 0e64f2360a44: Waiting [2025-12-26T03:51:29.403Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:29.403Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:29.403Z] 6e6b95f939d4: Layer already exists [2025-12-26T03:51:29.403Z] 5235021e9337: Layer already exists [2025-12-26T03:51:29.403Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:29.403Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:29.403Z] 82e5138f888b: Layer already exists [2025-12-26T03:51:29.669Z] latest: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:30.158Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:30.526Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [2025-12-26T03:51:30.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-26T03:51:30.526Z] 5235021e9337: Preparing [2025-12-26T03:51:30.526Z] 6e6b95f939d4: Preparing [2025-12-26T03:51:30.526Z] 455d800d2b43: Preparing [2025-12-26T03:51:30.526Z] cde82507d7ef: Preparing [2025-12-26T03:51:30.526Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:30.526Z] 82e5138f888b: Preparing [2025-12-26T03:51:30.526Z] 0e64f2360a44: Preparing [2025-12-26T03:51:30.526Z] 82e5138f888b: Waiting [2025-12-26T03:51:30.526Z] 0e64f2360a44: Waiting [2025-12-26T03:51:30.526Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:30.526Z] 5235021e9337: Layer already exists [2025-12-26T03:51:30.526Z] 6e6b95f939d4: Layer already exists [2025-12-26T03:51:30.526Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:30.526Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:30.526Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:30.526Z] 82e5138f888b: Layer already exists [2025-12-26T03:51:30.526Z] 4.1.0-dev.88: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:31.144Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:31.491Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:31.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-26T03:51:31.491Z] 5235021e9337: Preparing [2025-12-26T03:51:31.491Z] 6e6b95f939d4: Preparing [2025-12-26T03:51:31.491Z] 455d800d2b43: Preparing [2025-12-26T03:51:31.491Z] cde82507d7ef: Preparing [2025-12-26T03:51:31.491Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:31.491Z] 82e5138f888b: Preparing [2025-12-26T03:51:31.491Z] 0e64f2360a44: Preparing [2025-12-26T03:51:31.491Z] 82e5138f888b: Waiting [2025-12-26T03:51:31.491Z] 0e64f2360a44: Waiting [2025-12-26T03:51:31.491Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:31.491Z] 6e6b95f939d4: Layer already exists [2025-12-26T03:51:31.491Z] 5235021e9337: Layer already exists [2025-12-26T03:51:31.491Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:31.491Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:31.491Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:31.491Z] 82e5138f888b: Layer already exists [2025-12-26T03:51:31.755Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:32.125Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:32.475Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-12-26T03:51:32.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-12-26T03:51:32.475Z] 5235021e9337: Preparing [2025-12-26T03:51:32.475Z] 6e6b95f939d4: Preparing [2025-12-26T03:51:32.475Z] 455d800d2b43: Preparing [2025-12-26T03:51:32.475Z] cde82507d7ef: Preparing [2025-12-26T03:51:32.475Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:32.475Z] 82e5138f888b: Preparing [2025-12-26T03:51:32.475Z] 0e64f2360a44: Preparing [2025-12-26T03:51:32.475Z] 0e64f2360a44: Waiting [2025-12-26T03:51:32.475Z] 82e5138f888b: Waiting [2025-12-26T03:51:32.475Z] 6e6b95f939d4: Layer already exists [2025-12-26T03:51:32.475Z] 5235021e9337: Layer already exists [2025-12-26T03:51:32.475Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:32.475Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:32.475Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:32.476Z] 82e5138f888b: Layer already exists [2025-12-26T03:51:32.476Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:32.476Z] main: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:51:32.809Z] ===================================================== [Pipeline] echo [2025-12-26T03:51:32.820Z] taggedImages: [2025-12-26T03:51:32.820Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:32.820Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-12-26T03:51:32.820Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [2025-12-26T03:51:32.820Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:32.820Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-12-26T03:51:32.841Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-12-26T03:51:32.841Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:32.841Z] latest [2025-12-26T03:51:32.841Z] 4.1.0-dev.88 [2025-12-26T03:51:32.841Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:32.841Z] main [2025-12-26T03:51:32.841Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:33.203Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:33.571Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:33.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-26T03:51:33.571Z] b87eb574949e: Preparing [2025-12-26T03:51:33.571Z] b361beebd094: Preparing [2025-12-26T03:51:33.571Z] cde82507d7ef: Preparing [2025-12-26T03:51:33.571Z] 204cccc712b0: Preparing [2025-12-26T03:51:33.571Z] 9e40ab55a193: Preparing [2025-12-26T03:51:33.571Z] 0e64f2360a44: Preparing [2025-12-26T03:51:33.571Z] 0e64f2360a44: Waiting [2025-12-26T03:51:33.571Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:33.836Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:33.836Z] 9e40ab55a193: Pushed [2025-12-26T03:51:33.836Z] b87eb574949e: Pushed [2025-12-26T03:51:33.836Z] 204cccc712b0: Pushed [2025-12-26T03:51:42.026Z] b361beebd094: Pushed [2025-12-26T03:51:42.026Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:42.401Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:42.761Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-12-26T03:51:42.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-26T03:51:42.762Z] b87eb574949e: Preparing [2025-12-26T03:51:42.762Z] b361beebd094: Preparing [2025-12-26T03:51:42.762Z] cde82507d7ef: Preparing [2025-12-26T03:51:42.762Z] 204cccc712b0: Preparing [2025-12-26T03:51:42.762Z] 9e40ab55a193: Preparing [2025-12-26T03:51:42.762Z] 0e64f2360a44: Preparing [2025-12-26T03:51:42.762Z] 0e64f2360a44: Waiting [2025-12-26T03:51:42.762Z] 204cccc712b0: Layer already exists [2025-12-26T03:51:42.762Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:42.762Z] 9e40ab55a193: Layer already exists [2025-12-26T03:51:42.762Z] b87eb574949e: Layer already exists [2025-12-26T03:51:42.762Z] b361beebd094: Layer already exists [2025-12-26T03:51:42.762Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:42.762Z] latest: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:43.372Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:43.732Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [2025-12-26T03:51:43.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-26T03:51:43.732Z] b87eb574949e: Preparing [2025-12-26T03:51:43.732Z] b361beebd094: Preparing [2025-12-26T03:51:43.732Z] cde82507d7ef: Preparing [2025-12-26T03:51:43.732Z] 204cccc712b0: Preparing [2025-12-26T03:51:43.732Z] 9e40ab55a193: Preparing [2025-12-26T03:51:43.732Z] 0e64f2360a44: Preparing [2025-12-26T03:51:43.732Z] 0e64f2360a44: Waiting [2025-12-26T03:51:43.732Z] b87eb574949e: Layer already exists [2025-12-26T03:51:43.732Z] 9e40ab55a193: Layer already exists [2025-12-26T03:51:43.732Z] 204cccc712b0: Layer already exists [2025-12-26T03:51:43.732Z] b361beebd094: Layer already exists [2025-12-26T03:51:43.732Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:43.732Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:43.732Z] 4.1.0-dev.88: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:44.360Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:44.724Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:44.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-26T03:51:44.724Z] b87eb574949e: Preparing [2025-12-26T03:51:44.724Z] b361beebd094: Preparing [2025-12-26T03:51:44.724Z] cde82507d7ef: Preparing [2025-12-26T03:51:44.724Z] 204cccc712b0: Preparing [2025-12-26T03:51:44.724Z] 9e40ab55a193: Preparing [2025-12-26T03:51:44.724Z] 0e64f2360a44: Preparing [2025-12-26T03:51:44.724Z] 0e64f2360a44: Waiting [2025-12-26T03:51:44.724Z] 204cccc712b0: Layer already exists [2025-12-26T03:51:44.724Z] b87eb574949e: Layer already exists [2025-12-26T03:51:44.724Z] 9e40ab55a193: Layer already exists [2025-12-26T03:51:44.724Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:44.724Z] b361beebd094: Layer already exists [2025-12-26T03:51:44.724Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:44.724Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:45.354Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:45.707Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-12-26T03:51:45.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-12-26T03:51:45.707Z] b87eb574949e: Preparing [2025-12-26T03:51:45.707Z] b361beebd094: Preparing [2025-12-26T03:51:45.707Z] cde82507d7ef: Preparing [2025-12-26T03:51:45.707Z] 204cccc712b0: Preparing [2025-12-26T03:51:45.707Z] 9e40ab55a193: Preparing [2025-12-26T03:51:45.707Z] 0e64f2360a44: Preparing [2025-12-26T03:51:45.707Z] 0e64f2360a44: Waiting [2025-12-26T03:51:45.707Z] b361beebd094: Layer already exists [2025-12-26T03:51:45.707Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:45.707Z] 9e40ab55a193: Layer already exists [2025-12-26T03:51:45.707Z] b87eb574949e: Layer already exists [2025-12-26T03:51:45.707Z] 204cccc712b0: Layer already exists [2025-12-26T03:51:45.707Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:45.972Z] main: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:51:46.067Z] ===================================================== [Pipeline] echo [2025-12-26T03:51:46.080Z] taggedImages: [2025-12-26T03:51:46.080Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:46.080Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-12-26T03:51:46.080Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [2025-12-26T03:51:46.080Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:46.080Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-12-26T03:51:46.109Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-12-26T03:51:46.109Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:46.109Z] latest [2025-12-26T03:51:46.109Z] 4.1.0-dev.88 [2025-12-26T03:51:46.109Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:46.109Z] main [2025-12-26T03:51:46.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:46.482Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:46.838Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:46.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-26T03:51:46.839Z] 35c1e9592e1d: Preparing [2025-12-26T03:51:46.839Z] d8d626cadafc: Preparing [2025-12-26T03:51:46.839Z] 27ff77056e75: Preparing [2025-12-26T03:51:46.839Z] 455d800d2b43: Preparing [2025-12-26T03:51:46.839Z] cde82507d7ef: Preparing [2025-12-26T03:51:46.839Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:46.839Z] f26364988652: Preparing [2025-12-26T03:51:46.839Z] 0e64f2360a44: Preparing [2025-12-26T03:51:46.839Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:46.839Z] f26364988652: Waiting [2025-12-26T03:51:46.839Z] 0e64f2360a44: Waiting [2025-12-26T03:51:46.839Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:46.839Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:46.839Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:47.104Z] f26364988652: Layer already exists [2025-12-26T03:51:47.104Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:47.104Z] d8d626cadafc: Pushed [2025-12-26T03:51:47.104Z] 35c1e9592e1d: Pushed [2025-12-26T03:51:55.292Z] 27ff77056e75: Pushed [2025-12-26T03:51:55.292Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:55.650Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:56.005Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-12-26T03:51:56.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-26T03:51:56.005Z] 35c1e9592e1d: Preparing [2025-12-26T03:51:56.005Z] d8d626cadafc: Preparing [2025-12-26T03:51:56.005Z] 27ff77056e75: Preparing [2025-12-26T03:51:56.005Z] 455d800d2b43: Preparing [2025-12-26T03:51:56.005Z] cde82507d7ef: Preparing [2025-12-26T03:51:56.005Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:56.005Z] f26364988652: Preparing [2025-12-26T03:51:56.005Z] 0e64f2360a44: Preparing [2025-12-26T03:51:56.005Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:56.005Z] f26364988652: Waiting [2025-12-26T03:51:56.005Z] 0e64f2360a44: Waiting [2025-12-26T03:51:56.005Z] 35c1e9592e1d: Layer already exists [2025-12-26T03:51:56.005Z] 27ff77056e75: Layer already exists [2025-12-26T03:51:56.005Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:56.005Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:56.005Z] d8d626cadafc: Layer already exists [2025-12-26T03:51:56.005Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:56.005Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:56.005Z] f26364988652: Layer already exists [2025-12-26T03:51:56.271Z] latest: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:56.639Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:56.994Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [2025-12-26T03:51:56.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-26T03:51:56.994Z] 35c1e9592e1d: Preparing [2025-12-26T03:51:56.994Z] d8d626cadafc: Preparing [2025-12-26T03:51:56.994Z] 27ff77056e75: Preparing [2025-12-26T03:51:56.994Z] 455d800d2b43: Preparing [2025-12-26T03:51:56.994Z] cde82507d7ef: Preparing [2025-12-26T03:51:56.994Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:56.994Z] f26364988652: Preparing [2025-12-26T03:51:56.994Z] 0e64f2360a44: Preparing [2025-12-26T03:51:56.994Z] f26364988652: Waiting [2025-12-26T03:51:56.994Z] 0e64f2360a44: Waiting [2025-12-26T03:51:56.994Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:56.994Z] 35c1e9592e1d: Layer already exists [2025-12-26T03:51:56.994Z] d8d626cadafc: Layer already exists [2025-12-26T03:51:56.994Z] 27ff77056e75: Layer already exists [2025-12-26T03:51:56.994Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:56.994Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:56.994Z] f26364988652: Layer already exists [2025-12-26T03:51:56.994Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:56.994Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:57.260Z] 4.1.0-dev.88: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:57.606Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:57.967Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:57.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-26T03:51:57.967Z] 35c1e9592e1d: Preparing [2025-12-26T03:51:57.967Z] d8d626cadafc: Preparing [2025-12-26T03:51:57.967Z] 27ff77056e75: Preparing [2025-12-26T03:51:57.967Z] 455d800d2b43: Preparing [2025-12-26T03:51:57.967Z] cde82507d7ef: Preparing [2025-12-26T03:51:57.967Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:57.967Z] f26364988652: Preparing [2025-12-26T03:51:57.967Z] 0e64f2360a44: Preparing [2025-12-26T03:51:57.967Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:57.967Z] f26364988652: Waiting [2025-12-26T03:51:57.967Z] 0e64f2360a44: Waiting [2025-12-26T03:51:57.967Z] d8d626cadafc: Layer already exists [2025-12-26T03:51:57.967Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:57.967Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:57.967Z] 35c1e9592e1d: Layer already exists [2025-12-26T03:51:57.967Z] 27ff77056e75: Layer already exists [2025-12-26T03:51:57.967Z] f26364988652: Layer already exists [2025-12-26T03:51:57.967Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:57.967Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:57.967Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:58.333Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:58.696Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-12-26T03:51:58.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-12-26T03:51:58.697Z] 35c1e9592e1d: Preparing [2025-12-26T03:51:58.697Z] d8d626cadafc: Preparing [2025-12-26T03:51:58.697Z] 27ff77056e75: Preparing [2025-12-26T03:51:58.697Z] 455d800d2b43: Preparing [2025-12-26T03:51:58.697Z] cde82507d7ef: Preparing [2025-12-26T03:51:58.697Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:51:58.697Z] f26364988652: Preparing [2025-12-26T03:51:58.697Z] 0e64f2360a44: Preparing [2025-12-26T03:51:58.697Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:51:58.697Z] f26364988652: Waiting [2025-12-26T03:51:58.697Z] 0e64f2360a44: Waiting [2025-12-26T03:51:58.697Z] 27ff77056e75: Layer already exists [2025-12-26T03:51:58.697Z] d8d626cadafc: Layer already exists [2025-12-26T03:51:58.697Z] 35c1e9592e1d: Layer already exists [2025-12-26T03:51:58.697Z] cde82507d7ef: Layer already exists [2025-12-26T03:51:58.697Z] 455d800d2b43: Layer already exists [2025-12-26T03:51:58.697Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:51:58.697Z] 0e64f2360a44: Layer already exists [2025-12-26T03:51:58.697Z] f26364988652: Layer already exists [2025-12-26T03:51:58.962Z] main: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:51:59.050Z] ===================================================== [Pipeline] echo [2025-12-26T03:51:59.065Z] taggedImages: [2025-12-26T03:51:59.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:59.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-12-26T03:51:59.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [2025-12-26T03:51:59.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:59.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-12-26T03:51:59.095Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-12-26T03:51:59.095Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:59.095Z] latest [2025-12-26T03:51:59.095Z] 4.1.0-dev.88 [2025-12-26T03:51:59.095Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:51:59.095Z] main [2025-12-26T03:51:59.095Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:59.464Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:51:59.830Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:51:59.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-26T03:51:59.831Z] 979aef178578: Preparing [2025-12-26T03:51:59.831Z] 15999109a6de: Preparing [2025-12-26T03:51:59.831Z] bdad74b02de1: Preparing [2025-12-26T03:51:59.831Z] 51208a00f949: Preparing [2025-12-26T03:51:59.831Z] f93d1ff11636: Preparing [2025-12-26T03:51:59.831Z] 571d6a4806dd: Preparing [2025-12-26T03:51:59.831Z] d8ccb101b61e: Preparing [2025-12-26T03:51:59.831Z] 455d800d2b43: Preparing [2025-12-26T03:51:59.831Z] cde82507d7ef: Preparing [2025-12-26T03:51:59.831Z] 706a647317f2: Preparing [2025-12-26T03:51:59.831Z] cc2b6e086973: Preparing [2025-12-26T03:51:59.831Z] 5f70bf18a086: Preparing [2025-12-26T03:51:59.831Z] c3dc83feb404: Preparing [2025-12-26T03:51:59.831Z] 74cb85c07044: Preparing [2025-12-26T03:51:59.831Z] 1551b3feed3c: Preparing [2025-12-26T03:51:59.831Z] 0e64f2360a44: Preparing [2025-12-26T03:51:59.831Z] 571d6a4806dd: Waiting [2025-12-26T03:51:59.831Z] d8ccb101b61e: Waiting [2025-12-26T03:51:59.831Z] 455d800d2b43: Waiting [2025-12-26T03:51:59.831Z] cde82507d7ef: Waiting [2025-12-26T03:51:59.831Z] 706a647317f2: Waiting [2025-12-26T03:51:59.831Z] 5f70bf18a086: Waiting [2025-12-26T03:51:59.831Z] c3dc83feb404: Waiting [2025-12-26T03:51:59.831Z] 74cb85c07044: Waiting [2025-12-26T03:51:59.831Z] 1551b3feed3c: Waiting [2025-12-26T03:51:59.831Z] 0e64f2360a44: Waiting [2025-12-26T03:51:59.831Z] cc2b6e086973: Waiting [2025-12-26T03:52:00.097Z] bdad74b02de1: Pushed [2025-12-26T03:52:00.097Z] 979aef178578: Pushed [2025-12-26T03:52:00.097Z] 15999109a6de: Pushed [2025-12-26T03:52:00.097Z] 51208a00f949: Pushed [2025-12-26T03:52:00.097Z] f93d1ff11636: Pushed [2025-12-26T03:52:00.097Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:00.097Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:00.097Z] 571d6a4806dd: Pushed [2025-12-26T03:52:00.097Z] 5f70bf18a086: Layer already exists [2025-12-26T03:52:00.367Z] cc2b6e086973: Pushed [2025-12-26T03:52:00.367Z] 706a647317f2: Pushed [2025-12-26T03:52:00.367Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:00.367Z] c3dc83feb404: Pushed [2025-12-26T03:52:00.367Z] 1551b3feed3c: Pushed [2025-12-26T03:52:00.632Z] 74cb85c07044: Pushed [2025-12-26T03:52:03.200Z] d8ccb101b61e: Pushed [2025-12-26T03:52:03.464Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:03.825Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:04.177Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-12-26T03:52:04.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-26T03:52:04.177Z] 979aef178578: Preparing [2025-12-26T03:52:04.177Z] 15999109a6de: Preparing [2025-12-26T03:52:04.177Z] bdad74b02de1: Preparing [2025-12-26T03:52:04.177Z] 51208a00f949: Preparing [2025-12-26T03:52:04.177Z] f93d1ff11636: Preparing [2025-12-26T03:52:04.177Z] 571d6a4806dd: Preparing [2025-12-26T03:52:04.177Z] 571d6a4806dd: Waiting [2025-12-26T03:52:04.177Z] d8ccb101b61e: Preparing [2025-12-26T03:52:04.177Z] 455d800d2b43: Preparing [2025-12-26T03:52:04.177Z] cde82507d7ef: Preparing [2025-12-26T03:52:04.177Z] 706a647317f2: Preparing [2025-12-26T03:52:04.177Z] cc2b6e086973: Preparing [2025-12-26T03:52:04.177Z] 5f70bf18a086: Preparing [2025-12-26T03:52:04.177Z] c3dc83feb404: Preparing [2025-12-26T03:52:04.177Z] 74cb85c07044: Preparing [2025-12-26T03:52:04.177Z] 1551b3feed3c: Preparing [2025-12-26T03:52:04.177Z] 0e64f2360a44: Preparing [2025-12-26T03:52:04.177Z] d8ccb101b61e: Waiting [2025-12-26T03:52:04.177Z] 455d800d2b43: Waiting [2025-12-26T03:52:04.177Z] cde82507d7ef: Waiting [2025-12-26T03:52:04.177Z] 706a647317f2: Waiting [2025-12-26T03:52:04.177Z] cc2b6e086973: Waiting [2025-12-26T03:52:04.177Z] 5f70bf18a086: Waiting [2025-12-26T03:52:04.177Z] c3dc83feb404: Waiting [2025-12-26T03:52:04.177Z] 74cb85c07044: Waiting [2025-12-26T03:52:04.177Z] 1551b3feed3c: Waiting [2025-12-26T03:52:04.177Z] 0e64f2360a44: Waiting [2025-12-26T03:52:04.177Z] bdad74b02de1: Layer already exists [2025-12-26T03:52:04.177Z] f93d1ff11636: Layer already exists [2025-12-26T03:52:04.177Z] 15999109a6de: Layer already exists [2025-12-26T03:52:04.177Z] 51208a00f949: Layer already exists [2025-12-26T03:52:04.177Z] 979aef178578: Layer already exists [2025-12-26T03:52:04.177Z] 571d6a4806dd: Layer already exists [2025-12-26T03:52:04.177Z] d8ccb101b61e: Layer already exists [2025-12-26T03:52:04.177Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:04.177Z] 706a647317f2: Layer already exists [2025-12-26T03:52:04.177Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:04.177Z] 5f70bf18a086: Layer already exists [2025-12-26T03:52:04.177Z] cc2b6e086973: Layer already exists [2025-12-26T03:52:04.177Z] 74cb85c07044: Layer already exists [2025-12-26T03:52:04.177Z] 1551b3feed3c: Layer already exists [2025-12-26T03:52:04.177Z] c3dc83feb404: Layer already exists [2025-12-26T03:52:04.177Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:04.442Z] latest: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:04.858Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:05.246Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [2025-12-26T03:52:05.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-26T03:52:05.246Z] 979aef178578: Preparing [2025-12-26T03:52:05.246Z] 15999109a6de: Preparing [2025-12-26T03:52:05.246Z] bdad74b02de1: Preparing [2025-12-26T03:52:05.246Z] 51208a00f949: Preparing [2025-12-26T03:52:05.246Z] f93d1ff11636: Preparing [2025-12-26T03:52:05.246Z] 571d6a4806dd: Preparing [2025-12-26T03:52:05.246Z] d8ccb101b61e: Preparing [2025-12-26T03:52:05.246Z] 455d800d2b43: Preparing [2025-12-26T03:52:05.246Z] cde82507d7ef: Preparing [2025-12-26T03:52:05.246Z] 706a647317f2: Preparing [2025-12-26T03:52:05.246Z] cc2b6e086973: Preparing [2025-12-26T03:52:05.246Z] 5f70bf18a086: Preparing [2025-12-26T03:52:05.246Z] c3dc83feb404: Preparing [2025-12-26T03:52:05.246Z] 74cb85c07044: Preparing [2025-12-26T03:52:05.246Z] 1551b3feed3c: Preparing [2025-12-26T03:52:05.246Z] 0e64f2360a44: Preparing [2025-12-26T03:52:05.246Z] cc2b6e086973: Waiting [2025-12-26T03:52:05.246Z] 571d6a4806dd: Waiting [2025-12-26T03:52:05.246Z] 5f70bf18a086: Waiting [2025-12-26T03:52:05.246Z] c3dc83feb404: Waiting [2025-12-26T03:52:05.246Z] 74cb85c07044: Waiting [2025-12-26T03:52:05.246Z] 1551b3feed3c: Waiting [2025-12-26T03:52:05.246Z] 0e64f2360a44: Waiting [2025-12-26T03:52:05.246Z] d8ccb101b61e: Waiting [2025-12-26T03:52:05.246Z] 455d800d2b43: Waiting [2025-12-26T03:52:05.246Z] 706a647317f2: Waiting [2025-12-26T03:52:05.246Z] cde82507d7ef: Waiting [2025-12-26T03:52:05.246Z] 979aef178578: Layer already exists [2025-12-26T03:52:05.246Z] bdad74b02de1: Layer already exists [2025-12-26T03:52:05.246Z] 15999109a6de: Layer already exists [2025-12-26T03:52:05.246Z] 51208a00f949: Layer already exists [2025-12-26T03:52:05.246Z] f93d1ff11636: Layer already exists [2025-12-26T03:52:05.246Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:05.246Z] d8ccb101b61e: Layer already exists [2025-12-26T03:52:05.246Z] 571d6a4806dd: Layer already exists [2025-12-26T03:52:05.246Z] 706a647317f2: Layer already exists [2025-12-26T03:52:05.246Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:05.246Z] 5f70bf18a086: Layer already exists [2025-12-26T03:52:05.246Z] c3dc83feb404: Layer already exists [2025-12-26T03:52:05.246Z] cc2b6e086973: Layer already exists [2025-12-26T03:52:05.246Z] 74cb85c07044: Layer already exists [2025-12-26T03:52:05.246Z] 1551b3feed3c: Layer already exists [2025-12-26T03:52:05.246Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:05.517Z] 4.1.0-dev.88: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:05.884Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:06.521Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:06.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-26T03:52:06.521Z] 979aef178578: Preparing [2025-12-26T03:52:06.521Z] 15999109a6de: Preparing [2025-12-26T03:52:06.521Z] bdad74b02de1: Preparing [2025-12-26T03:52:06.521Z] 51208a00f949: Preparing [2025-12-26T03:52:06.521Z] f93d1ff11636: Preparing [2025-12-26T03:52:06.521Z] 571d6a4806dd: Preparing [2025-12-26T03:52:06.521Z] d8ccb101b61e: Preparing [2025-12-26T03:52:06.521Z] 455d800d2b43: Preparing [2025-12-26T03:52:06.521Z] 571d6a4806dd: Waiting [2025-12-26T03:52:06.521Z] d8ccb101b61e: Waiting [2025-12-26T03:52:06.521Z] cde82507d7ef: Preparing [2025-12-26T03:52:06.521Z] 455d800d2b43: Waiting [2025-12-26T03:52:06.521Z] 706a647317f2: Preparing [2025-12-26T03:52:06.521Z] cc2b6e086973: Preparing [2025-12-26T03:52:06.521Z] 5f70bf18a086: Preparing [2025-12-26T03:52:06.521Z] c3dc83feb404: Preparing [2025-12-26T03:52:06.521Z] 74cb85c07044: Preparing [2025-12-26T03:52:06.521Z] cde82507d7ef: Waiting [2025-12-26T03:52:06.521Z] 1551b3feed3c: Preparing [2025-12-26T03:52:06.521Z] 0e64f2360a44: Preparing [2025-12-26T03:52:06.521Z] 706a647317f2: Waiting [2025-12-26T03:52:06.521Z] cc2b6e086973: Waiting [2025-12-26T03:52:06.521Z] 74cb85c07044: Waiting [2025-12-26T03:52:06.521Z] 5f70bf18a086: Waiting [2025-12-26T03:52:06.521Z] 1551b3feed3c: Waiting [2025-12-26T03:52:06.521Z] c3dc83feb404: Waiting [2025-12-26T03:52:06.521Z] 0e64f2360a44: Waiting [2025-12-26T03:52:06.521Z] bdad74b02de1: Layer already exists [2025-12-26T03:52:06.521Z] 51208a00f949: Layer already exists [2025-12-26T03:52:06.521Z] 979aef178578: Layer already exists [2025-12-26T03:52:06.521Z] 15999109a6de: Layer already exists [2025-12-26T03:52:06.521Z] f93d1ff11636: Layer already exists [2025-12-26T03:52:06.521Z] 706a647317f2: Layer already exists [2025-12-26T03:52:06.521Z] d8ccb101b61e: Layer already exists [2025-12-26T03:52:06.521Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:06.521Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:06.521Z] 571d6a4806dd: Layer already exists [2025-12-26T03:52:06.521Z] c3dc83feb404: Layer already exists [2025-12-26T03:52:06.521Z] 74cb85c07044: Layer already exists [2025-12-26T03:52:06.521Z] 5f70bf18a086: Layer already exists [2025-12-26T03:52:06.521Z] cc2b6e086973: Layer already exists [2025-12-26T03:52:06.521Z] 1551b3feed3c: Layer already exists [2025-12-26T03:52:06.521Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:06.787Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:07.147Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:07.502Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-12-26T03:52:07.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-12-26T03:52:07.502Z] 979aef178578: Preparing [2025-12-26T03:52:07.502Z] 15999109a6de: Preparing [2025-12-26T03:52:07.502Z] bdad74b02de1: Preparing [2025-12-26T03:52:07.502Z] 51208a00f949: Preparing [2025-12-26T03:52:07.502Z] f93d1ff11636: Preparing [2025-12-26T03:52:07.502Z] 571d6a4806dd: Preparing [2025-12-26T03:52:07.502Z] d8ccb101b61e: Preparing [2025-12-26T03:52:07.502Z] 455d800d2b43: Preparing [2025-12-26T03:52:07.502Z] cde82507d7ef: Preparing [2025-12-26T03:52:07.502Z] 706a647317f2: Preparing [2025-12-26T03:52:07.502Z] cc2b6e086973: Preparing [2025-12-26T03:52:07.502Z] 5f70bf18a086: Preparing [2025-12-26T03:52:07.502Z] c3dc83feb404: Preparing [2025-12-26T03:52:07.502Z] 74cb85c07044: Preparing [2025-12-26T03:52:07.502Z] 1551b3feed3c: Preparing [2025-12-26T03:52:07.502Z] 0e64f2360a44: Preparing [2025-12-26T03:52:07.502Z] 706a647317f2: Waiting [2025-12-26T03:52:07.502Z] cc2b6e086973: Waiting [2025-12-26T03:52:07.502Z] 5f70bf18a086: Waiting [2025-12-26T03:52:07.502Z] c3dc83feb404: Waiting [2025-12-26T03:52:07.502Z] 1551b3feed3c: Waiting [2025-12-26T03:52:07.502Z] 0e64f2360a44: Waiting [2025-12-26T03:52:07.502Z] 571d6a4806dd: Waiting [2025-12-26T03:52:07.502Z] d8ccb101b61e: Waiting [2025-12-26T03:52:07.502Z] 455d800d2b43: Waiting [2025-12-26T03:52:07.502Z] cde82507d7ef: Waiting [2025-12-26T03:52:07.502Z] 15999109a6de: Layer already exists [2025-12-26T03:52:07.502Z] 979aef178578: Layer already exists [2025-12-26T03:52:07.502Z] 51208a00f949: Layer already exists [2025-12-26T03:52:07.502Z] f93d1ff11636: Layer already exists [2025-12-26T03:52:07.502Z] bdad74b02de1: Layer already exists [2025-12-26T03:52:07.502Z] d8ccb101b61e: Layer already exists [2025-12-26T03:52:07.502Z] 571d6a4806dd: Layer already exists [2025-12-26T03:52:07.502Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:07.502Z] 706a647317f2: Layer already exists [2025-12-26T03:52:07.502Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:07.502Z] cc2b6e086973: Layer already exists [2025-12-26T03:52:07.502Z] c3dc83feb404: Layer already exists [2025-12-26T03:52:07.502Z] 5f70bf18a086: Layer already exists [2025-12-26T03:52:07.502Z] 1551b3feed3c: Layer already exists [2025-12-26T03:52:07.502Z] 74cb85c07044: Layer already exists [2025-12-26T03:52:07.502Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:07.768Z] main: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:52:07.852Z] ===================================================== [Pipeline] echo [2025-12-26T03:52:07.868Z] taggedImages: [2025-12-26T03:52:07.868Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:07.868Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-12-26T03:52:07.868Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [2025-12-26T03:52:07.868Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:07.868Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-12-26T03:52:07.900Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-12-26T03:52:07.900Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:07.900Z] latest [2025-12-26T03:52:07.900Z] 4.1.0-dev.88 [2025-12-26T03:52:07.900Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:07.900Z] main [2025-12-26T03:52:07.900Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:08.276Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:08.631Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:08.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-26T03:52:08.631Z] 5ea0ae9d1b13: Preparing [2025-12-26T03:52:08.631Z] de205ea8ec57: Preparing [2025-12-26T03:52:08.631Z] 217427b5e6de: Preparing [2025-12-26T03:52:08.631Z] ee56d762cc08: Preparing [2025-12-26T03:52:08.631Z] 455d800d2b43: Preparing [2025-12-26T03:52:08.631Z] cde82507d7ef: Preparing [2025-12-26T03:52:08.631Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:52:08.631Z] f26364988652: Preparing [2025-12-26T03:52:08.631Z] 0e64f2360a44: Preparing [2025-12-26T03:52:08.631Z] cde82507d7ef: Waiting [2025-12-26T03:52:08.631Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:52:08.631Z] f26364988652: Waiting [2025-12-26T03:52:08.631Z] 0e64f2360a44: Waiting [2025-12-26T03:52:08.631Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:08.895Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:08.895Z] 217427b5e6de: Pushed [2025-12-26T03:52:08.895Z] de205ea8ec57: Pushed [2025-12-26T03:52:08.895Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:52:08.895Z] f26364988652: Layer already exists [2025-12-26T03:52:08.895Z] 5ea0ae9d1b13: Pushed [2025-12-26T03:52:08.895Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:17.074Z] ee56d762cc08: Pushed [2025-12-26T03:52:17.074Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:17.439Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:17.806Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-12-26T03:52:17.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-26T03:52:17.806Z] 5ea0ae9d1b13: Preparing [2025-12-26T03:52:17.806Z] de205ea8ec57: Preparing [2025-12-26T03:52:17.806Z] 217427b5e6de: Preparing [2025-12-26T03:52:17.806Z] ee56d762cc08: Preparing [2025-12-26T03:52:17.806Z] 455d800d2b43: Preparing [2025-12-26T03:52:17.806Z] cde82507d7ef: Preparing [2025-12-26T03:52:17.806Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:52:17.806Z] f26364988652: Preparing [2025-12-26T03:52:17.806Z] 0e64f2360a44: Preparing [2025-12-26T03:52:17.806Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:52:17.806Z] f26364988652: Waiting [2025-12-26T03:52:17.806Z] 0e64f2360a44: Waiting [2025-12-26T03:52:17.806Z] cde82507d7ef: Waiting [2025-12-26T03:52:17.806Z] ee56d762cc08: Layer already exists [2025-12-26T03:52:17.806Z] 217427b5e6de: Layer already exists [2025-12-26T03:52:17.806Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:17.806Z] 5ea0ae9d1b13: Layer already exists [2025-12-26T03:52:17.806Z] de205ea8ec57: Layer already exists [2025-12-26T03:52:17.806Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:52:17.806Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:17.806Z] f26364988652: Layer already exists [2025-12-26T03:52:17.806Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:17.806Z] latest: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:18.431Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:18.795Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [2025-12-26T03:52:18.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-26T03:52:18.795Z] 5ea0ae9d1b13: Preparing [2025-12-26T03:52:18.795Z] de205ea8ec57: Preparing [2025-12-26T03:52:18.795Z] 217427b5e6de: Preparing [2025-12-26T03:52:18.795Z] ee56d762cc08: Preparing [2025-12-26T03:52:18.795Z] 455d800d2b43: Preparing [2025-12-26T03:52:18.795Z] cde82507d7ef: Preparing [2025-12-26T03:52:18.795Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:52:18.795Z] f26364988652: Preparing [2025-12-26T03:52:18.795Z] 0e64f2360a44: Preparing [2025-12-26T03:52:18.795Z] cde82507d7ef: Waiting [2025-12-26T03:52:18.795Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:52:18.795Z] f26364988652: Waiting [2025-12-26T03:52:18.795Z] 0e64f2360a44: Waiting [2025-12-26T03:52:18.795Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:18.795Z] de205ea8ec57: Layer already exists [2025-12-26T03:52:18.795Z] 217427b5e6de: Layer already exists [2025-12-26T03:52:18.795Z] 5ea0ae9d1b13: Layer already exists [2025-12-26T03:52:18.795Z] ee56d762cc08: Layer already exists [2025-12-26T03:52:18.795Z] f26364988652: Layer already exists [2025-12-26T03:52:18.795Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:52:18.795Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:18.795Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:18.795Z] 4.1.0-dev.88: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:19.419Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:19.767Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:19.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-26T03:52:19.767Z] 5ea0ae9d1b13: Preparing [2025-12-26T03:52:19.767Z] de205ea8ec57: Preparing [2025-12-26T03:52:19.767Z] 217427b5e6de: Preparing [2025-12-26T03:52:19.767Z] ee56d762cc08: Preparing [2025-12-26T03:52:19.767Z] 455d800d2b43: Preparing [2025-12-26T03:52:19.767Z] cde82507d7ef: Preparing [2025-12-26T03:52:19.767Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:52:19.767Z] f26364988652: Preparing [2025-12-26T03:52:19.767Z] 0e64f2360a44: Preparing [2025-12-26T03:52:19.767Z] cde82507d7ef: Waiting [2025-12-26T03:52:19.767Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:52:19.767Z] f26364988652: Waiting [2025-12-26T03:52:19.767Z] 0e64f2360a44: Waiting [2025-12-26T03:52:19.767Z] 217427b5e6de: Layer already exists [2025-12-26T03:52:19.767Z] ee56d762cc08: Layer already exists [2025-12-26T03:52:19.767Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:19.767Z] 5ea0ae9d1b13: Layer already exists [2025-12-26T03:52:19.767Z] de205ea8ec57: Layer already exists [2025-12-26T03:52:19.767Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:52:19.767Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:19.767Z] f26364988652: Layer already exists [2025-12-26T03:52:19.767Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:19.767Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:20.123Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:20.598Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-12-26T03:52:20.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-12-26T03:52:20.598Z] 5ea0ae9d1b13: Preparing [2025-12-26T03:52:20.598Z] de205ea8ec57: Preparing [2025-12-26T03:52:20.598Z] 217427b5e6de: Preparing [2025-12-26T03:52:20.598Z] ee56d762cc08: Preparing [2025-12-26T03:52:20.598Z] 455d800d2b43: Preparing [2025-12-26T03:52:20.598Z] cde82507d7ef: Preparing [2025-12-26T03:52:20.598Z] 8ecc8bfba6c2: Preparing [2025-12-26T03:52:20.598Z] cde82507d7ef: Waiting [2025-12-26T03:52:20.598Z] f26364988652: Preparing [2025-12-26T03:52:20.598Z] 8ecc8bfba6c2: Waiting [2025-12-26T03:52:20.598Z] 0e64f2360a44: Preparing [2025-12-26T03:52:20.598Z] f26364988652: Waiting [2025-12-26T03:52:20.598Z] 0e64f2360a44: Waiting [2025-12-26T03:52:20.598Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:20.598Z] 5ea0ae9d1b13: Layer already exists [2025-12-26T03:52:20.598Z] 217427b5e6de: Layer already exists [2025-12-26T03:52:20.598Z] ee56d762cc08: Layer already exists [2025-12-26T03:52:20.598Z] de205ea8ec57: Layer already exists [2025-12-26T03:52:20.598Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:20.598Z] 8ecc8bfba6c2: Layer already exists [2025-12-26T03:52:20.598Z] f26364988652: Layer already exists [2025-12-26T03:52:20.598Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:20.863Z] main: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:52:20.939Z] ===================================================== [Pipeline] echo [2025-12-26T03:52:20.952Z] taggedImages: [2025-12-26T03:52:20.952Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:20.952Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-12-26T03:52:20.952Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [2025-12-26T03:52:20.952Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:20.952Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-12-26T03:52:20.980Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-12-26T03:52:20.980Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:20.980Z] latest [2025-12-26T03:52:20.980Z] 4.1.0-dev.88 [2025-12-26T03:52:20.980Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:20.980Z] main [2025-12-26T03:52:20.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:21.347Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:21.721Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:21.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-26T03:52:21.721Z] c40cd9e0212a: Preparing [2025-12-26T03:52:21.721Z] d9a64d39966d: Preparing [2025-12-26T03:52:21.721Z] 76500b20e75e: Preparing [2025-12-26T03:52:21.721Z] 3665ac47c508: Preparing [2025-12-26T03:52:21.721Z] 45f4a876cbde: Preparing [2025-12-26T03:52:21.721Z] 455d800d2b43: Preparing [2025-12-26T03:52:21.721Z] cde82507d7ef: Preparing [2025-12-26T03:52:21.721Z] 8c847acfb534: Preparing [2025-12-26T03:52:21.721Z] 904ee6f8c6e6: Preparing [2025-12-26T03:52:21.721Z] f7c0bafc59cc: Preparing [2025-12-26T03:52:21.721Z] 0e64f2360a44: Preparing [2025-12-26T03:52:21.721Z] 8c847acfb534: Waiting [2025-12-26T03:52:21.721Z] f7c0bafc59cc: Waiting [2025-12-26T03:52:21.721Z] 455d800d2b43: Waiting [2025-12-26T03:52:21.721Z] 0e64f2360a44: Waiting [2025-12-26T03:52:21.721Z] 904ee6f8c6e6: Waiting [2025-12-26T03:52:21.985Z] 45f4a876cbde: Pushed [2025-12-26T03:52:21.985Z] d9a64d39966d: Pushed [2025-12-26T03:52:21.985Z] 3665ac47c508: Pushed [2025-12-26T03:52:21.985Z] c40cd9e0212a: Pushed [2025-12-26T03:52:21.985Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:21.985Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:21.985Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:21.985Z] 8c847acfb534: Pushed [2025-12-26T03:52:22.249Z] 904ee6f8c6e6: Pushed [2025-12-26T03:52:25.582Z] f7c0bafc59cc: Pushed [2025-12-26T03:52:28.148Z] 76500b20e75e: Pushed [2025-12-26T03:52:30.729Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:31.090Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:31.457Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-12-26T03:52:31.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-26T03:52:31.457Z] c40cd9e0212a: Preparing [2025-12-26T03:52:31.457Z] d9a64d39966d: Preparing [2025-12-26T03:52:31.457Z] 76500b20e75e: Preparing [2025-12-26T03:52:31.457Z] 3665ac47c508: Preparing [2025-12-26T03:52:31.457Z] 45f4a876cbde: Preparing [2025-12-26T03:52:31.457Z] 455d800d2b43: Preparing [2025-12-26T03:52:31.457Z] cde82507d7ef: Preparing [2025-12-26T03:52:31.457Z] 8c847acfb534: Preparing [2025-12-26T03:52:31.457Z] 904ee6f8c6e6: Preparing [2025-12-26T03:52:31.457Z] f7c0bafc59cc: Preparing [2025-12-26T03:52:31.457Z] 0e64f2360a44: Preparing [2025-12-26T03:52:31.457Z] 455d800d2b43: Waiting [2025-12-26T03:52:31.457Z] cde82507d7ef: Waiting [2025-12-26T03:52:31.457Z] 8c847acfb534: Waiting [2025-12-26T03:52:31.457Z] 904ee6f8c6e6: Waiting [2025-12-26T03:52:31.457Z] 0e64f2360a44: Waiting [2025-12-26T03:52:31.457Z] f7c0bafc59cc: Waiting [2025-12-26T03:52:31.457Z] 76500b20e75e: Layer already exists [2025-12-26T03:52:31.457Z] 3665ac47c508: Layer already exists [2025-12-26T03:52:31.457Z] c40cd9e0212a: Layer already exists [2025-12-26T03:52:31.457Z] 45f4a876cbde: Layer already exists [2025-12-26T03:52:31.457Z] d9a64d39966d: Layer already exists [2025-12-26T03:52:31.457Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:31.457Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:31.457Z] 904ee6f8c6e6: Layer already exists [2025-12-26T03:52:31.457Z] 8c847acfb534: Layer already exists [2025-12-26T03:52:31.457Z] f7c0bafc59cc: Layer already exists [2025-12-26T03:52:31.457Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:31.722Z] latest: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:32.077Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:32.434Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [2025-12-26T03:52:32.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-26T03:52:32.435Z] c40cd9e0212a: Preparing [2025-12-26T03:52:32.435Z] d9a64d39966d: Preparing [2025-12-26T03:52:32.435Z] 76500b20e75e: Preparing [2025-12-26T03:52:32.435Z] 3665ac47c508: Preparing [2025-12-26T03:52:32.435Z] 45f4a876cbde: Preparing [2025-12-26T03:52:32.435Z] 455d800d2b43: Preparing [2025-12-26T03:52:32.435Z] cde82507d7ef: Preparing [2025-12-26T03:52:32.435Z] 8c847acfb534: Preparing [2025-12-26T03:52:32.435Z] 904ee6f8c6e6: Preparing [2025-12-26T03:52:32.435Z] f7c0bafc59cc: Preparing [2025-12-26T03:52:32.435Z] 0e64f2360a44: Preparing [2025-12-26T03:52:32.435Z] 8c847acfb534: Waiting [2025-12-26T03:52:32.435Z] 904ee6f8c6e6: Waiting [2025-12-26T03:52:32.435Z] f7c0bafc59cc: Waiting [2025-12-26T03:52:32.435Z] 0e64f2360a44: Waiting [2025-12-26T03:52:32.435Z] 455d800d2b43: Waiting [2025-12-26T03:52:32.435Z] cde82507d7ef: Waiting [2025-12-26T03:52:32.435Z] c40cd9e0212a: Layer already exists [2025-12-26T03:52:32.435Z] d9a64d39966d: Layer already exists [2025-12-26T03:52:32.435Z] 76500b20e75e: Layer already exists [2025-12-26T03:52:32.435Z] 45f4a876cbde: Layer already exists [2025-12-26T03:52:32.435Z] 3665ac47c508: Layer already exists [2025-12-26T03:52:32.435Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:32.435Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:32.435Z] 8c847acfb534: Layer already exists [2025-12-26T03:52:32.435Z] 904ee6f8c6e6: Layer already exists [2025-12-26T03:52:32.435Z] f7c0bafc59cc: Layer already exists [2025-12-26T03:52:32.435Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:32.699Z] 4.1.0-dev.88: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:33.063Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:33.399Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:33.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-26T03:52:33.399Z] c40cd9e0212a: Preparing [2025-12-26T03:52:33.399Z] d9a64d39966d: Preparing [2025-12-26T03:52:33.399Z] 76500b20e75e: Preparing [2025-12-26T03:52:33.399Z] 3665ac47c508: Preparing [2025-12-26T03:52:33.399Z] 45f4a876cbde: Preparing [2025-12-26T03:52:33.399Z] 455d800d2b43: Preparing [2025-12-26T03:52:33.399Z] cde82507d7ef: Preparing [2025-12-26T03:52:33.399Z] 8c847acfb534: Preparing [2025-12-26T03:52:33.399Z] 904ee6f8c6e6: Preparing [2025-12-26T03:52:33.399Z] f7c0bafc59cc: Preparing [2025-12-26T03:52:33.399Z] 0e64f2360a44: Preparing [2025-12-26T03:52:33.399Z] 455d800d2b43: Waiting [2025-12-26T03:52:33.399Z] 8c847acfb534: Waiting [2025-12-26T03:52:33.399Z] 904ee6f8c6e6: Waiting [2025-12-26T03:52:33.399Z] cde82507d7ef: Waiting [2025-12-26T03:52:33.399Z] 0e64f2360a44: Waiting [2025-12-26T03:52:33.399Z] f7c0bafc59cc: Waiting [2025-12-26T03:52:33.399Z] 3665ac47c508: Layer already exists [2025-12-26T03:52:33.399Z] c40cd9e0212a: Layer already exists [2025-12-26T03:52:33.399Z] d9a64d39966d: Layer already exists [2025-12-26T03:52:33.399Z] 45f4a876cbde: Layer already exists [2025-12-26T03:52:33.399Z] 76500b20e75e: Layer already exists [2025-12-26T03:52:33.399Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:33.399Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:33.399Z] f7c0bafc59cc: Layer already exists [2025-12-26T03:52:33.399Z] 8c847acfb534: Layer already exists [2025-12-26T03:52:33.399Z] 904ee6f8c6e6: Layer already exists [2025-12-26T03:52:33.399Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:33.662Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:34.017Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:34.387Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-12-26T03:52:34.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-12-26T03:52:34.387Z] c40cd9e0212a: Preparing [2025-12-26T03:52:34.387Z] d9a64d39966d: Preparing [2025-12-26T03:52:34.387Z] 76500b20e75e: Preparing [2025-12-26T03:52:34.387Z] 3665ac47c508: Preparing [2025-12-26T03:52:34.387Z] 45f4a876cbde: Preparing [2025-12-26T03:52:34.387Z] 455d800d2b43: Preparing [2025-12-26T03:52:34.387Z] cde82507d7ef: Preparing [2025-12-26T03:52:34.387Z] 8c847acfb534: Preparing [2025-12-26T03:52:34.387Z] 904ee6f8c6e6: Preparing [2025-12-26T03:52:34.387Z] f7c0bafc59cc: Preparing [2025-12-26T03:52:34.387Z] 0e64f2360a44: Preparing [2025-12-26T03:52:34.388Z] cde82507d7ef: Waiting [2025-12-26T03:52:34.388Z] 455d800d2b43: Waiting [2025-12-26T03:52:34.388Z] 8c847acfb534: Waiting [2025-12-26T03:52:34.388Z] 904ee6f8c6e6: Waiting [2025-12-26T03:52:34.388Z] f7c0bafc59cc: Waiting [2025-12-26T03:52:34.388Z] 0e64f2360a44: Waiting [2025-12-26T03:52:34.388Z] d9a64d39966d: Layer already exists [2025-12-26T03:52:34.388Z] c40cd9e0212a: Layer already exists [2025-12-26T03:52:34.388Z] 45f4a876cbde: Layer already exists [2025-12-26T03:52:34.388Z] 76500b20e75e: Layer already exists [2025-12-26T03:52:34.388Z] 3665ac47c508: Layer already exists [2025-12-26T03:52:34.388Z] 904ee6f8c6e6: Layer already exists [2025-12-26T03:52:34.388Z] 8c847acfb534: Layer already exists [2025-12-26T03:52:34.388Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:34.388Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:34.388Z] f7c0bafc59cc: Layer already exists [2025-12-26T03:52:34.388Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:34.650Z] main: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:52:34.758Z] ===================================================== [Pipeline] echo [2025-12-26T03:52:34.775Z] taggedImages: [2025-12-26T03:52:34.775Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:34.775Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-12-26T03:52:34.775Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [2025-12-26T03:52:34.775Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:34.775Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-12-26T03:52:34.813Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-12-26T03:52:34.813Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:34.813Z] latest [2025-12-26T03:52:34.813Z] 4.1.0-dev.88 [2025-12-26T03:52:34.813Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:34.813Z] main [2025-12-26T03:52:34.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:35.195Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:35.545Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:35.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-26T03:52:35.546Z] bd6c73b550ab: Preparing [2025-12-26T03:52:35.546Z] 0496c76e214e: Preparing [2025-12-26T03:52:35.546Z] b7ba4111dbd5: Preparing [2025-12-26T03:52:35.546Z] 8b1bceea6fd8: Preparing [2025-12-26T03:52:35.546Z] 6d9cd5f77a48: Preparing [2025-12-26T03:52:35.546Z] f5a694d5f39c: Preparing [2025-12-26T03:52:35.546Z] 373bd823fcb8: Preparing [2025-12-26T03:52:35.546Z] f5a694d5f39c: Waiting [2025-12-26T03:52:35.546Z] 373bd823fcb8: Waiting [2025-12-26T03:52:35.546Z] 455d800d2b43: Preparing [2025-12-26T03:52:35.546Z] 455d800d2b43: Waiting [2025-12-26T03:52:35.546Z] cde82507d7ef: Preparing [2025-12-26T03:52:35.546Z] b1ce12638b05: Preparing [2025-12-26T03:52:35.546Z] 62fa9d22e410: Preparing [2025-12-26T03:52:35.546Z] 0e64f2360a44: Preparing [2025-12-26T03:52:35.546Z] cde82507d7ef: Waiting [2025-12-26T03:52:35.546Z] 62fa9d22e410: Waiting [2025-12-26T03:52:35.546Z] b1ce12638b05: Waiting [2025-12-26T03:52:35.546Z] 0e64f2360a44: Waiting [2025-12-26T03:52:35.811Z] 6d9cd5f77a48: Pushed [2025-12-26T03:52:35.811Z] bd6c73b550ab: Pushed [2025-12-26T03:52:35.811Z] 0496c76e214e: Pushed [2025-12-26T03:52:35.811Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:35.811Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:35.811Z] 373bd823fcb8: Pushed [2025-12-26T03:52:35.811Z] f5a694d5f39c: Pushed [2025-12-26T03:52:36.076Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:36.340Z] b1ce12638b05: Pushed [2025-12-26T03:52:39.666Z] 62fa9d22e410: Pushed [2025-12-26T03:52:42.232Z] 8b1bceea6fd8: Pushed [2025-12-26T03:52:42.232Z] b7ba4111dbd5: Pushed [2025-12-26T03:52:42.498Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:42.859Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:44.166Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-12-26T03:52:44.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-26T03:52:44.166Z] bd6c73b550ab: Preparing [2025-12-26T03:52:44.166Z] 0496c76e214e: Preparing [2025-12-26T03:52:44.166Z] b7ba4111dbd5: Preparing [2025-12-26T03:52:44.166Z] 8b1bceea6fd8: Preparing [2025-12-26T03:52:44.166Z] 6d9cd5f77a48: Preparing [2025-12-26T03:52:44.166Z] f5a694d5f39c: Preparing [2025-12-26T03:52:44.166Z] 373bd823fcb8: Preparing [2025-12-26T03:52:44.166Z] 455d800d2b43: Preparing [2025-12-26T03:52:44.166Z] cde82507d7ef: Preparing [2025-12-26T03:52:44.166Z] b1ce12638b05: Preparing [2025-12-26T03:52:44.166Z] 62fa9d22e410: Preparing [2025-12-26T03:52:44.166Z] 0e64f2360a44: Preparing [2025-12-26T03:52:44.166Z] 373bd823fcb8: Waiting [2025-12-26T03:52:44.166Z] 62fa9d22e410: Waiting [2025-12-26T03:52:44.166Z] cde82507d7ef: Waiting [2025-12-26T03:52:44.166Z] 0e64f2360a44: Waiting [2025-12-26T03:52:44.166Z] b1ce12638b05: Waiting [2025-12-26T03:52:44.166Z] 455d800d2b43: Waiting [2025-12-26T03:52:44.166Z] b7ba4111dbd5: Layer already exists [2025-12-26T03:52:44.166Z] 8b1bceea6fd8: Layer already exists [2025-12-26T03:52:44.166Z] 0496c76e214e: Layer already exists [2025-12-26T03:52:44.166Z] 6d9cd5f77a48: Layer already exists [2025-12-26T03:52:44.166Z] bd6c73b550ab: Layer already exists [2025-12-26T03:52:44.166Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:44.166Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:44.166Z] f5a694d5f39c: Layer already exists [2025-12-26T03:52:44.166Z] 373bd823fcb8: Layer already exists [2025-12-26T03:52:44.166Z] b1ce12638b05: Layer already exists [2025-12-26T03:52:44.166Z] 62fa9d22e410: Layer already exists [2025-12-26T03:52:44.166Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:44.429Z] latest: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:44.793Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:45.145Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [2025-12-26T03:52:45.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-26T03:52:45.146Z] bd6c73b550ab: Preparing [2025-12-26T03:52:45.146Z] 0496c76e214e: Preparing [2025-12-26T03:52:45.146Z] b7ba4111dbd5: Preparing [2025-12-26T03:52:45.146Z] 8b1bceea6fd8: Preparing [2025-12-26T03:52:45.146Z] 6d9cd5f77a48: Preparing [2025-12-26T03:52:45.146Z] f5a694d5f39c: Preparing [2025-12-26T03:52:45.146Z] 373bd823fcb8: Preparing [2025-12-26T03:52:45.146Z] 455d800d2b43: Preparing [2025-12-26T03:52:45.146Z] cde82507d7ef: Preparing [2025-12-26T03:52:45.146Z] b1ce12638b05: Preparing [2025-12-26T03:52:45.146Z] 62fa9d22e410: Preparing [2025-12-26T03:52:45.146Z] 0e64f2360a44: Preparing [2025-12-26T03:52:45.146Z] cde82507d7ef: Waiting [2025-12-26T03:52:45.146Z] b1ce12638b05: Waiting [2025-12-26T03:52:45.146Z] 62fa9d22e410: Waiting [2025-12-26T03:52:45.146Z] 0e64f2360a44: Waiting [2025-12-26T03:52:45.146Z] f5a694d5f39c: Waiting [2025-12-26T03:52:45.146Z] 373bd823fcb8: Waiting [2025-12-26T03:52:45.146Z] 455d800d2b43: Waiting [2025-12-26T03:52:45.146Z] 6d9cd5f77a48: Layer already exists [2025-12-26T03:52:45.146Z] bd6c73b550ab: Layer already exists [2025-12-26T03:52:45.146Z] 0496c76e214e: Layer already exists [2025-12-26T03:52:45.146Z] 8b1bceea6fd8: Layer already exists [2025-12-26T03:52:45.146Z] b7ba4111dbd5: Layer already exists [2025-12-26T03:52:45.146Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:45.146Z] 373bd823fcb8: Layer already exists [2025-12-26T03:52:45.146Z] f5a694d5f39c: Layer already exists [2025-12-26T03:52:45.146Z] b1ce12638b05: Layer already exists [2025-12-26T03:52:45.146Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:45.146Z] 62fa9d22e410: Layer already exists [2025-12-26T03:52:45.146Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:45.409Z] 4.1.0-dev.88: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:45.764Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:46.116Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:46.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-26T03:52:46.116Z] bd6c73b550ab: Preparing [2025-12-26T03:52:46.116Z] 0496c76e214e: Preparing [2025-12-26T03:52:46.116Z] b7ba4111dbd5: Preparing [2025-12-26T03:52:46.116Z] 8b1bceea6fd8: Preparing [2025-12-26T03:52:46.116Z] 6d9cd5f77a48: Preparing [2025-12-26T03:52:46.116Z] f5a694d5f39c: Preparing [2025-12-26T03:52:46.116Z] 373bd823fcb8: Preparing [2025-12-26T03:52:46.116Z] 455d800d2b43: Preparing [2025-12-26T03:52:46.116Z] cde82507d7ef: Preparing [2025-12-26T03:52:46.116Z] b1ce12638b05: Preparing [2025-12-26T03:52:46.116Z] 62fa9d22e410: Preparing [2025-12-26T03:52:46.116Z] 0e64f2360a44: Preparing [2025-12-26T03:52:46.116Z] cde82507d7ef: Waiting [2025-12-26T03:52:46.116Z] b1ce12638b05: Waiting [2025-12-26T03:52:46.116Z] 0e64f2360a44: Waiting [2025-12-26T03:52:46.116Z] 62fa9d22e410: Waiting [2025-12-26T03:52:46.116Z] f5a694d5f39c: Waiting [2025-12-26T03:52:46.116Z] 373bd823fcb8: Waiting [2025-12-26T03:52:46.116Z] 455d800d2b43: Waiting [2025-12-26T03:52:46.116Z] b7ba4111dbd5: Layer already exists [2025-12-26T03:52:46.116Z] 0496c76e214e: Layer already exists [2025-12-26T03:52:46.116Z] bd6c73b550ab: Layer already exists [2025-12-26T03:52:46.116Z] 8b1bceea6fd8: Layer already exists [2025-12-26T03:52:46.116Z] 6d9cd5f77a48: Layer already exists [2025-12-26T03:52:46.116Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:46.116Z] f5a694d5f39c: Layer already exists [2025-12-26T03:52:46.116Z] 373bd823fcb8: Layer already exists [2025-12-26T03:52:46.116Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:46.116Z] b1ce12638b05: Layer already exists [2025-12-26T03:52:46.116Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:46.116Z] 62fa9d22e410: Layer already exists [2025-12-26T03:52:46.383Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:46.732Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:47.079Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-12-26T03:52:47.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-12-26T03:52:47.079Z] bd6c73b550ab: Preparing [2025-12-26T03:52:47.079Z] 0496c76e214e: Preparing [2025-12-26T03:52:47.079Z] b7ba4111dbd5: Preparing [2025-12-26T03:52:47.079Z] 8b1bceea6fd8: Preparing [2025-12-26T03:52:47.079Z] 6d9cd5f77a48: Preparing [2025-12-26T03:52:47.079Z] f5a694d5f39c: Preparing [2025-12-26T03:52:47.079Z] 373bd823fcb8: Preparing [2025-12-26T03:52:47.079Z] 455d800d2b43: Preparing [2025-12-26T03:52:47.079Z] cde82507d7ef: Preparing [2025-12-26T03:52:47.079Z] b1ce12638b05: Preparing [2025-12-26T03:52:47.079Z] 62fa9d22e410: Preparing [2025-12-26T03:52:47.079Z] 0e64f2360a44: Preparing [2025-12-26T03:52:47.079Z] cde82507d7ef: Waiting [2025-12-26T03:52:47.079Z] b1ce12638b05: Waiting [2025-12-26T03:52:47.079Z] 62fa9d22e410: Waiting [2025-12-26T03:52:47.079Z] f5a694d5f39c: Waiting [2025-12-26T03:52:47.079Z] 0e64f2360a44: Waiting [2025-12-26T03:52:47.079Z] 373bd823fcb8: Waiting [2025-12-26T03:52:47.079Z] 455d800d2b43: Waiting [2025-12-26T03:52:47.079Z] bd6c73b550ab: Layer already exists [2025-12-26T03:52:47.079Z] 6d9cd5f77a48: Layer already exists [2025-12-26T03:52:47.079Z] 8b1bceea6fd8: Layer already exists [2025-12-26T03:52:47.079Z] 0496c76e214e: Layer already exists [2025-12-26T03:52:47.079Z] b7ba4111dbd5: Layer already exists [2025-12-26T03:52:47.079Z] 373bd823fcb8: Layer already exists [2025-12-26T03:52:47.079Z] f5a694d5f39c: Layer already exists [2025-12-26T03:52:47.079Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:47.079Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:47.079Z] b1ce12638b05: Layer already exists [2025-12-26T03:52:47.079Z] 62fa9d22e410: Layer already exists [2025-12-26T03:52:47.079Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:47.342Z] main: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:52:47.431Z] ===================================================== [Pipeline] echo [2025-12-26T03:52:47.445Z] taggedImages: [2025-12-26T03:52:47.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:47.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-12-26T03:52:47.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [2025-12-26T03:52:47.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:47.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-12-26T03:52:47.474Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-12-26T03:52:47.474Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:47.474Z] latest [2025-12-26T03:52:47.474Z] 4.1.0-dev.88 [2025-12-26T03:52:47.474Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:47.474Z] main [2025-12-26T03:52:47.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:47.838Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:48.201Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:52:48.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-26T03:52:48.201Z] 30536221fa70: Preparing [2025-12-26T03:52:48.201Z] 762f47c41aa4: Preparing [2025-12-26T03:52:48.201Z] 455d800d2b43: Preparing [2025-12-26T03:52:48.201Z] cde82507d7ef: Preparing [2025-12-26T03:52:48.201Z] 456a62364cfc: Preparing [2025-12-26T03:52:48.201Z] 0f72b7225d59: Preparing [2025-12-26T03:52:48.201Z] 0e64f2360a44: Preparing [2025-12-26T03:52:48.201Z] 0f72b7225d59: Waiting [2025-12-26T03:52:48.201Z] 0e64f2360a44: Waiting [2025-12-26T03:52:48.201Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:48.201Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:48.466Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:48.466Z] 30536221fa70: Pushed [2025-12-26T03:52:48.729Z] 456a62364cfc: Pushed [2025-12-26T03:52:50.126Z] 0f72b7225d59: Pushed [2025-12-26T03:52:55.441Z] 762f47c41aa4: Pushed [2025-12-26T03:52:56.840Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:57.201Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:57.551Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-12-26T03:52:57.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-26T03:52:57.551Z] 30536221fa70: Preparing [2025-12-26T03:52:57.551Z] 762f47c41aa4: Preparing [2025-12-26T03:52:57.551Z] 455d800d2b43: Preparing [2025-12-26T03:52:57.551Z] cde82507d7ef: Preparing [2025-12-26T03:52:57.551Z] 456a62364cfc: Preparing [2025-12-26T03:52:57.551Z] 0f72b7225d59: Preparing [2025-12-26T03:52:57.551Z] 0e64f2360a44: Preparing [2025-12-26T03:52:57.551Z] 0f72b7225d59: Waiting [2025-12-26T03:52:57.551Z] 30536221fa70: Layer already exists [2025-12-26T03:52:57.551Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:57.551Z] 762f47c41aa4: Layer already exists [2025-12-26T03:52:57.551Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:57.551Z] 456a62364cfc: Layer already exists [2025-12-26T03:52:57.551Z] 0f72b7225d59: Layer already exists [2025-12-26T03:52:57.551Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:57.816Z] latest: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:58.180Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:58.538Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [2025-12-26T03:52:58.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-26T03:52:58.539Z] 30536221fa70: Preparing [2025-12-26T03:52:58.539Z] 762f47c41aa4: Preparing [2025-12-26T03:52:58.539Z] 455d800d2b43: Preparing [2025-12-26T03:52:58.539Z] cde82507d7ef: Preparing [2025-12-26T03:52:58.539Z] 456a62364cfc: Preparing [2025-12-26T03:52:58.539Z] 0f72b7225d59: Preparing [2025-12-26T03:52:58.539Z] 0e64f2360a44: Preparing [2025-12-26T03:52:58.539Z] 0f72b7225d59: Waiting [2025-12-26T03:52:58.539Z] 0e64f2360a44: Waiting [2025-12-26T03:52:58.539Z] 30536221fa70: Layer already exists [2025-12-26T03:52:58.539Z] 762f47c41aa4: Layer already exists [2025-12-26T03:52:58.539Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:58.539Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:58.539Z] 456a62364cfc: Layer already exists [2025-12-26T03:52:58.539Z] 0f72b7225d59: Layer already exists [2025-12-26T03:52:58.539Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:58.539Z] 4.1.0-dev.88: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:59.181Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:52:59.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:52:59.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-26T03:52:59.541Z] 30536221fa70: Preparing [2025-12-26T03:52:59.541Z] 762f47c41aa4: Preparing [2025-12-26T03:52:59.541Z] 455d800d2b43: Preparing [2025-12-26T03:52:59.541Z] cde82507d7ef: Preparing [2025-12-26T03:52:59.541Z] 456a62364cfc: Preparing [2025-12-26T03:52:59.541Z] 0f72b7225d59: Preparing [2025-12-26T03:52:59.541Z] 0e64f2360a44: Preparing [2025-12-26T03:52:59.541Z] 0f72b7225d59: Waiting [2025-12-26T03:52:59.541Z] 0e64f2360a44: Waiting [2025-12-26T03:52:59.541Z] 30536221fa70: Layer already exists [2025-12-26T03:52:59.541Z] 762f47c41aa4: Layer already exists [2025-12-26T03:52:59.541Z] cde82507d7ef: Layer already exists [2025-12-26T03:52:59.541Z] 455d800d2b43: Layer already exists [2025-12-26T03:52:59.541Z] 456a62364cfc: Layer already exists [2025-12-26T03:52:59.541Z] 0e64f2360a44: Layer already exists [2025-12-26T03:52:59.541Z] 0f72b7225d59: Layer already exists [2025-12-26T03:52:59.541Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:00.158Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:00.504Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-12-26T03:53:00.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-12-26T03:53:00.504Z] 30536221fa70: Preparing [2025-12-26T03:53:00.504Z] 762f47c41aa4: Preparing [2025-12-26T03:53:00.504Z] 455d800d2b43: Preparing [2025-12-26T03:53:00.505Z] cde82507d7ef: Preparing [2025-12-26T03:53:00.505Z] 456a62364cfc: Preparing [2025-12-26T03:53:00.505Z] 0f72b7225d59: Preparing [2025-12-26T03:53:00.505Z] 0e64f2360a44: Preparing [2025-12-26T03:53:00.505Z] 0f72b7225d59: Waiting [2025-12-26T03:53:00.505Z] 0e64f2360a44: Waiting [2025-12-26T03:53:00.505Z] 455d800d2b43: Layer already exists [2025-12-26T03:53:00.505Z] 762f47c41aa4: Layer already exists [2025-12-26T03:53:00.505Z] 30536221fa70: Layer already exists [2025-12-26T03:53:00.505Z] cde82507d7ef: Layer already exists [2025-12-26T03:53:00.505Z] 456a62364cfc: Layer already exists [2025-12-26T03:53:00.505Z] 0f72b7225d59: Layer already exists [2025-12-26T03:53:00.505Z] 0e64f2360a44: Layer already exists [2025-12-26T03:53:00.769Z] main: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:53:00.851Z] ===================================================== [Pipeline] echo [2025-12-26T03:53:00.867Z] taggedImages: [2025-12-26T03:53:00.867Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:53:00.867Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-12-26T03:53:00.867Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [2025-12-26T03:53:00.867Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:53:00.867Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-12-26T03:53:00.897Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-12-26T03:53:00.897Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:53:00.897Z] latest [2025-12-26T03:53:00.897Z] 4.1.0-dev.88 [2025-12-26T03:53:00.897Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:53:00.897Z] main [2025-12-26T03:53:00.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:01.271Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:01.632Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:53:01.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-26T03:53:01.632Z] 18a5fc56360d: Preparing [2025-12-26T03:53:01.632Z] 09125145400c: Preparing [2025-12-26T03:53:01.632Z] 778be4af526e: Preparing [2025-12-26T03:53:01.632Z] 455d800d2b43: Preparing [2025-12-26T03:53:01.632Z] cde82507d7ef: Preparing [2025-12-26T03:53:01.632Z] e8f22b646d94: Preparing [2025-12-26T03:53:01.632Z] 77f43ca8b666: Preparing [2025-12-26T03:53:01.632Z] dd7b7ce48d68: Preparing [2025-12-26T03:53:01.632Z] 2b2645cf97fa: Preparing [2025-12-26T03:53:01.632Z] 0e64f2360a44: Preparing [2025-12-26T03:53:01.632Z] e8f22b646d94: Waiting [2025-12-26T03:53:01.632Z] 77f43ca8b666: Waiting [2025-12-26T03:53:01.632Z] dd7b7ce48d68: Waiting [2025-12-26T03:53:01.632Z] 2b2645cf97fa: Waiting [2025-12-26T03:53:01.632Z] 0e64f2360a44: Waiting [2025-12-26T03:53:01.632Z] cde82507d7ef: Layer already exists [2025-12-26T03:53:01.896Z] 455d800d2b43: Layer already exists [2025-12-26T03:53:01.896Z] 778be4af526e: Pushed [2025-12-26T03:53:01.896Z] 09125145400c: Pushed [2025-12-26T03:53:01.896Z] 18a5fc56360d: Pushed [2025-12-26T03:53:01.896Z] 0e64f2360a44: Layer already exists [2025-12-26T03:53:02.161Z] dd7b7ce48d68: Pushed [2025-12-26T03:53:02.742Z] 2b2645cf97fa: Pushed [2025-12-26T03:53:15.026Z] 77f43ca8b666: Pushed [2025-12-26T03:53:29.988Z] e8f22b646d94: Pushed [2025-12-26T03:53:29.988Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:30.361Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:30.714Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-12-26T03:53:30.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-26T03:53:30.714Z] 18a5fc56360d: Preparing [2025-12-26T03:53:30.714Z] 09125145400c: Preparing [2025-12-26T03:53:30.714Z] 778be4af526e: Preparing [2025-12-26T03:53:30.714Z] 455d800d2b43: Preparing [2025-12-26T03:53:30.714Z] cde82507d7ef: Preparing [2025-12-26T03:53:30.714Z] e8f22b646d94: Preparing [2025-12-26T03:53:30.714Z] 77f43ca8b666: Preparing [2025-12-26T03:53:30.714Z] dd7b7ce48d68: Preparing [2025-12-26T03:53:30.714Z] 2b2645cf97fa: Preparing [2025-12-26T03:53:30.714Z] 0e64f2360a44: Preparing [2025-12-26T03:53:30.714Z] 77f43ca8b666: Waiting [2025-12-26T03:53:30.714Z] e8f22b646d94: Waiting [2025-12-26T03:53:30.714Z] 2b2645cf97fa: Waiting [2025-12-26T03:53:30.714Z] 778be4af526e: Layer already exists [2025-12-26T03:53:30.714Z] 09125145400c: Layer already exists [2025-12-26T03:53:30.714Z] cde82507d7ef: Layer already exists [2025-12-26T03:53:30.714Z] 455d800d2b43: Layer already exists [2025-12-26T03:53:30.714Z] 18a5fc56360d: Layer already exists [2025-12-26T03:53:30.714Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:53:30.714Z] 77f43ca8b666: Layer already exists [2025-12-26T03:53:30.714Z] e8f22b646d94: Layer already exists [2025-12-26T03:53:30.714Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:53:30.714Z] 0e64f2360a44: Layer already exists [2025-12-26T03:53:30.978Z] latest: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:31.385Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:31.759Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [2025-12-26T03:53:31.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-26T03:53:31.759Z] 18a5fc56360d: Preparing [2025-12-26T03:53:31.759Z] 09125145400c: Preparing [2025-12-26T03:53:31.759Z] 778be4af526e: Preparing [2025-12-26T03:53:31.759Z] 455d800d2b43: Preparing [2025-12-26T03:53:31.759Z] cde82507d7ef: Preparing [2025-12-26T03:53:31.759Z] e8f22b646d94: Preparing [2025-12-26T03:53:31.759Z] 77f43ca8b666: Preparing [2025-12-26T03:53:31.759Z] dd7b7ce48d68: Preparing [2025-12-26T03:53:31.759Z] 2b2645cf97fa: Preparing [2025-12-26T03:53:31.759Z] 0e64f2360a44: Preparing [2025-12-26T03:53:31.759Z] 77f43ca8b666: Waiting [2025-12-26T03:53:31.759Z] dd7b7ce48d68: Waiting [2025-12-26T03:53:31.759Z] 2b2645cf97fa: Waiting [2025-12-26T03:53:31.759Z] 0e64f2360a44: Waiting [2025-12-26T03:53:31.759Z] e8f22b646d94: Waiting [2025-12-26T03:53:31.759Z] 778be4af526e: Layer already exists [2025-12-26T03:53:31.759Z] 18a5fc56360d: Layer already exists [2025-12-26T03:53:31.759Z] cde82507d7ef: Layer already exists [2025-12-26T03:53:31.759Z] 455d800d2b43: Layer already exists [2025-12-26T03:53:31.759Z] 09125145400c: Layer already exists [2025-12-26T03:53:31.759Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:53:31.759Z] 77f43ca8b666: Layer already exists [2025-12-26T03:53:31.759Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:53:31.759Z] e8f22b646d94: Layer already exists [2025-12-26T03:53:31.759Z] 0e64f2360a44: Layer already exists [2025-12-26T03:53:32.029Z] 4.1.0-dev.88: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:32.386Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:34.701Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:53:34.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-26T03:53:34.701Z] 18a5fc56360d: Preparing [2025-12-26T03:53:34.701Z] 09125145400c: Preparing [2025-12-26T03:53:34.701Z] 778be4af526e: Preparing [2025-12-26T03:53:34.701Z] 455d800d2b43: Preparing [2025-12-26T03:53:34.701Z] cde82507d7ef: Preparing [2025-12-26T03:53:34.701Z] e8f22b646d94: Preparing [2025-12-26T03:53:34.701Z] 77f43ca8b666: Preparing [2025-12-26T03:53:34.701Z] dd7b7ce48d68: Preparing [2025-12-26T03:53:34.701Z] 2b2645cf97fa: Preparing [2025-12-26T03:53:34.701Z] 0e64f2360a44: Preparing [2025-12-26T03:53:34.701Z] 77f43ca8b666: Waiting [2025-12-26T03:53:34.701Z] dd7b7ce48d68: Waiting [2025-12-26T03:53:34.701Z] 2b2645cf97fa: Waiting [2025-12-26T03:53:34.701Z] e8f22b646d94: Waiting [2025-12-26T03:53:34.701Z] 0e64f2360a44: Waiting [2025-12-26T03:53:34.701Z] 18a5fc56360d: Layer already exists [2025-12-26T03:53:34.701Z] 778be4af526e: Layer already exists [2025-12-26T03:53:34.701Z] cde82507d7ef: Layer already exists [2025-12-26T03:53:34.701Z] 09125145400c: Layer already exists [2025-12-26T03:53:34.701Z] 455d800d2b43: Layer already exists [2025-12-26T03:53:34.701Z] 77f43ca8b666: Layer already exists [2025-12-26T03:53:34.701Z] e8f22b646d94: Layer already exists [2025-12-26T03:53:34.701Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:53:34.701Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:53:34.701Z] 0e64f2360a44: Layer already exists [2025-12-26T03:53:34.966Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:35.318Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:35.666Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-12-26T03:53:35.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-12-26T03:53:35.666Z] 18a5fc56360d: Preparing [2025-12-26T03:53:35.666Z] 09125145400c: Preparing [2025-12-26T03:53:35.666Z] 778be4af526e: Preparing [2025-12-26T03:53:35.666Z] 455d800d2b43: Preparing [2025-12-26T03:53:35.666Z] cde82507d7ef: Preparing [2025-12-26T03:53:35.666Z] e8f22b646d94: Preparing [2025-12-26T03:53:35.666Z] 77f43ca8b666: Preparing [2025-12-26T03:53:35.666Z] dd7b7ce48d68: Preparing [2025-12-26T03:53:35.666Z] 2b2645cf97fa: Preparing [2025-12-26T03:53:35.666Z] 0e64f2360a44: Preparing [2025-12-26T03:53:35.666Z] e8f22b646d94: Waiting [2025-12-26T03:53:35.666Z] 77f43ca8b666: Waiting [2025-12-26T03:53:35.666Z] dd7b7ce48d68: Waiting [2025-12-26T03:53:35.666Z] 2b2645cf97fa: Waiting [2025-12-26T03:53:35.666Z] 0e64f2360a44: Waiting [2025-12-26T03:53:35.666Z] 455d800d2b43: Layer already exists [2025-12-26T03:53:35.666Z] 778be4af526e: Layer already exists [2025-12-26T03:53:35.666Z] 18a5fc56360d: Layer already exists [2025-12-26T03:53:35.666Z] 09125145400c: Layer already exists [2025-12-26T03:53:35.666Z] cde82507d7ef: Layer already exists [2025-12-26T03:53:35.666Z] e8f22b646d94: Layer already exists [2025-12-26T03:53:35.666Z] 77f43ca8b666: Layer already exists [2025-12-26T03:53:35.666Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:53:35.666Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:53:35.666Z] 0e64f2360a44: Layer already exists [2025-12-26T03:53:35.929Z] main: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:53:36.007Z] ===================================================== [Pipeline] echo [2025-12-26T03:53:36.019Z] taggedImages: [2025-12-26T03:53:36.019Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:53:36.019Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-12-26T03:53:36.019Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [2025-12-26T03:53:36.019Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:53:36.019Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-12-26T03:53:36.043Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-12-26T03:53:36.043Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:53:36.043Z] latest [2025-12-26T03:53:36.043Z] 4.1.0-dev.88 [2025-12-26T03:53:36.043Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:53:36.043Z] main [2025-12-26T03:53:36.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:36.408Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:53:36.920Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:53:36.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-26T03:53:36.920Z] 091d084a8a77: Preparing [2025-12-26T03:53:36.920Z] 02c85d08bb0a: Preparing [2025-12-26T03:53:36.920Z] 6fb4d0e23b63: Preparing [2025-12-26T03:53:36.920Z] 455d800d2b43: Preparing [2025-12-26T03:53:36.920Z] cde82507d7ef: Preparing [2025-12-26T03:53:36.920Z] da2f6449c506: Preparing [2025-12-26T03:53:36.920Z] 55b6dcc881f2: Preparing [2025-12-26T03:53:36.920Z] 6ed78a9e7f88: Preparing [2025-12-26T03:53:36.920Z] 0e64f2360a44: Preparing [2025-12-26T03:53:36.920Z] 55b6dcc881f2: Waiting [2025-12-26T03:53:36.920Z] 6ed78a9e7f88: Waiting [2025-12-26T03:53:36.920Z] da2f6449c506: Waiting [2025-12-26T03:53:36.920Z] 0e64f2360a44: Waiting [2025-12-26T03:53:36.920Z] 455d800d2b43: Layer already exists [2025-12-26T03:53:36.920Z] cde82507d7ef: Layer already exists [2025-12-26T03:53:37.186Z] 02c85d08bb0a: Pushed [2025-12-26T03:53:37.186Z] 6fb4d0e23b63: Pushed [2025-12-26T03:53:37.186Z] 091d084a8a77: Pushed [2025-12-26T03:53:37.186Z] 0e64f2360a44: Layer already exists [2025-12-26T03:53:37.455Z] 55b6dcc881f2: Pushed [2025-12-26T03:53:38.033Z] 6ed78a9e7f88: Pushed [2025-12-26T03:54:04.709Z] da2f6449c506: Pushed [2025-12-26T03:54:04.709Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:05.077Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:05.434Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-12-26T03:54:05.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-26T03:54:05.434Z] 091d084a8a77: Preparing [2025-12-26T03:54:05.434Z] 02c85d08bb0a: Preparing [2025-12-26T03:54:05.434Z] 6fb4d0e23b63: Preparing [2025-12-26T03:54:05.434Z] 455d800d2b43: Preparing [2025-12-26T03:54:05.434Z] cde82507d7ef: Preparing [2025-12-26T03:54:05.434Z] da2f6449c506: Preparing [2025-12-26T03:54:05.434Z] 55b6dcc881f2: Preparing [2025-12-26T03:54:05.434Z] 6ed78a9e7f88: Preparing [2025-12-26T03:54:05.434Z] 0e64f2360a44: Preparing [2025-12-26T03:54:05.434Z] 55b6dcc881f2: Waiting [2025-12-26T03:54:05.434Z] 6ed78a9e7f88: Waiting [2025-12-26T03:54:05.434Z] 0e64f2360a44: Waiting [2025-12-26T03:54:05.434Z] da2f6449c506: Waiting [2025-12-26T03:54:05.434Z] 091d084a8a77: Layer already exists [2025-12-26T03:54:05.434Z] 02c85d08bb0a: Layer already exists [2025-12-26T03:54:05.434Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:05.434Z] 6fb4d0e23b63: Layer already exists [2025-12-26T03:54:05.434Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:05.434Z] 55b6dcc881f2: Layer already exists [2025-12-26T03:54:05.434Z] da2f6449c506: Layer already exists [2025-12-26T03:54:05.434Z] 6ed78a9e7f88: Layer already exists [2025-12-26T03:54:05.434Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:05.698Z] latest: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:06.063Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:06.405Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [2025-12-26T03:54:06.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-26T03:54:06.405Z] 091d084a8a77: Preparing [2025-12-26T03:54:06.405Z] 02c85d08bb0a: Preparing [2025-12-26T03:54:06.405Z] 6fb4d0e23b63: Preparing [2025-12-26T03:54:06.405Z] 455d800d2b43: Preparing [2025-12-26T03:54:06.405Z] cde82507d7ef: Preparing [2025-12-26T03:54:06.405Z] da2f6449c506: Preparing [2025-12-26T03:54:06.405Z] 55b6dcc881f2: Preparing [2025-12-26T03:54:06.405Z] 6ed78a9e7f88: Preparing [2025-12-26T03:54:06.405Z] 0e64f2360a44: Preparing [2025-12-26T03:54:06.405Z] 55b6dcc881f2: Waiting [2025-12-26T03:54:06.405Z] 6ed78a9e7f88: Waiting [2025-12-26T03:54:06.405Z] da2f6449c506: Waiting [2025-12-26T03:54:06.405Z] 02c85d08bb0a: Layer already exists [2025-12-26T03:54:06.405Z] 6fb4d0e23b63: Layer already exists [2025-12-26T03:54:06.405Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:06.405Z] 091d084a8a77: Layer already exists [2025-12-26T03:54:06.405Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:06.405Z] da2f6449c506: Layer already exists [2025-12-26T03:54:06.405Z] 55b6dcc881f2: Layer already exists [2025-12-26T03:54:06.405Z] 6ed78a9e7f88: Layer already exists [2025-12-26T03:54:06.405Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:06.405Z] 4.1.0-dev.88: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:07.030Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:07.387Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:07.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-26T03:54:07.388Z] 091d084a8a77: Preparing [2025-12-26T03:54:07.388Z] 02c85d08bb0a: Preparing [2025-12-26T03:54:07.388Z] 6fb4d0e23b63: Preparing [2025-12-26T03:54:07.388Z] 455d800d2b43: Preparing [2025-12-26T03:54:07.388Z] cde82507d7ef: Preparing [2025-12-26T03:54:07.388Z] da2f6449c506: Preparing [2025-12-26T03:54:07.388Z] 55b6dcc881f2: Preparing [2025-12-26T03:54:07.388Z] 6ed78a9e7f88: Preparing [2025-12-26T03:54:07.388Z] 0e64f2360a44: Preparing [2025-12-26T03:54:07.388Z] 55b6dcc881f2: Waiting [2025-12-26T03:54:07.388Z] 6ed78a9e7f88: Waiting [2025-12-26T03:54:07.388Z] 0e64f2360a44: Waiting [2025-12-26T03:54:07.388Z] da2f6449c506: Waiting [2025-12-26T03:54:07.388Z] 02c85d08bb0a: Layer already exists [2025-12-26T03:54:07.388Z] 091d084a8a77: Layer already exists [2025-12-26T03:54:07.388Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:07.388Z] 6fb4d0e23b63: Layer already exists [2025-12-26T03:54:07.388Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:07.388Z] da2f6449c506: Layer already exists [2025-12-26T03:54:07.388Z] 55b6dcc881f2: Layer already exists [2025-12-26T03:54:07.388Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:07.388Z] 6ed78a9e7f88: Layer already exists [2025-12-26T03:54:07.388Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:08.012Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:08.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-12-26T03:54:08.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-12-26T03:54:08.366Z] 091d084a8a77: Preparing [2025-12-26T03:54:08.366Z] 02c85d08bb0a: Preparing [2025-12-26T03:54:08.366Z] 6fb4d0e23b63: Preparing [2025-12-26T03:54:08.366Z] 455d800d2b43: Preparing [2025-12-26T03:54:08.366Z] cde82507d7ef: Preparing [2025-12-26T03:54:08.366Z] da2f6449c506: Preparing [2025-12-26T03:54:08.366Z] 55b6dcc881f2: Preparing [2025-12-26T03:54:08.366Z] 6ed78a9e7f88: Preparing [2025-12-26T03:54:08.366Z] 0e64f2360a44: Preparing [2025-12-26T03:54:08.366Z] da2f6449c506: Waiting [2025-12-26T03:54:08.366Z] 55b6dcc881f2: Waiting [2025-12-26T03:54:08.366Z] 6ed78a9e7f88: Waiting [2025-12-26T03:54:08.366Z] 0e64f2360a44: Waiting [2025-12-26T03:54:08.366Z] 091d084a8a77: Layer already exists [2025-12-26T03:54:08.366Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:08.366Z] 02c85d08bb0a: Layer already exists [2025-12-26T03:54:08.366Z] 6fb4d0e23b63: Layer already exists [2025-12-26T03:54:08.366Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:08.366Z] 55b6dcc881f2: Layer already exists [2025-12-26T03:54:08.366Z] da2f6449c506: Layer already exists [2025-12-26T03:54:08.366Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:08.366Z] 6ed78a9e7f88: Layer already exists [2025-12-26T03:54:08.630Z] main: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:54:08.716Z] ===================================================== [Pipeline] echo [2025-12-26T03:54:08.730Z] taggedImages: [2025-12-26T03:54:08.730Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:08.730Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-12-26T03:54:08.730Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [2025-12-26T03:54:08.730Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:08.730Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-12-26T03:54:08.757Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-12-26T03:54:08.757Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:08.757Z] latest [2025-12-26T03:54:08.757Z] 4.1.0-dev.88 [2025-12-26T03:54:08.757Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:08.757Z] main [2025-12-26T03:54:08.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:09.117Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:09.462Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:09.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-26T03:54:09.462Z] 473a850a3df6: Preparing [2025-12-26T03:54:09.462Z] bea13e532139: Preparing [2025-12-26T03:54:09.462Z] 32ce56405b9e: Preparing [2025-12-26T03:54:09.462Z] 455d800d2b43: Preparing [2025-12-26T03:54:09.462Z] cde82507d7ef: Preparing [2025-12-26T03:54:09.462Z] da2f6449c506: Preparing [2025-12-26T03:54:09.462Z] dd7b7ce48d68: Preparing [2025-12-26T03:54:09.462Z] 2b2645cf97fa: Preparing [2025-12-26T03:54:09.462Z] 0e64f2360a44: Preparing [2025-12-26T03:54:09.462Z] dd7b7ce48d68: Waiting [2025-12-26T03:54:09.462Z] da2f6449c506: Waiting [2025-12-26T03:54:09.462Z] 2b2645cf97fa: Waiting [2025-12-26T03:54:09.462Z] 0e64f2360a44: Waiting [2025-12-26T03:54:09.726Z] 32ce56405b9e: Pushed [2025-12-26T03:54:09.726Z] bea13e532139: Pushed [2025-12-26T03:54:10.676Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:10.676Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:10.676Z] da2f6449c506: Layer already exists [2025-12-26T03:54:10.676Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:54:10.676Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:10.676Z] 473a850a3df6: Pushed [2025-12-26T03:54:10.941Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:54:10.941Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:11.291Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:11.636Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-12-26T03:54:11.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-26T03:54:11.636Z] 473a850a3df6: Preparing [2025-12-26T03:54:11.636Z] bea13e532139: Preparing [2025-12-26T03:54:11.636Z] 32ce56405b9e: Preparing [2025-12-26T03:54:11.636Z] 455d800d2b43: Preparing [2025-12-26T03:54:11.636Z] cde82507d7ef: Preparing [2025-12-26T03:54:11.636Z] da2f6449c506: Preparing [2025-12-26T03:54:11.636Z] dd7b7ce48d68: Preparing [2025-12-26T03:54:11.636Z] 2b2645cf97fa: Preparing [2025-12-26T03:54:11.636Z] 0e64f2360a44: Preparing [2025-12-26T03:54:11.636Z] dd7b7ce48d68: Waiting [2025-12-26T03:54:11.636Z] 0e64f2360a44: Waiting [2025-12-26T03:54:11.636Z] da2f6449c506: Waiting [2025-12-26T03:54:11.636Z] 2b2645cf97fa: Waiting [2025-12-26T03:54:11.636Z] bea13e532139: Layer already exists [2025-12-26T03:54:11.636Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:11.636Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:11.636Z] 32ce56405b9e: Layer already exists [2025-12-26T03:54:11.636Z] 473a850a3df6: Layer already exists [2025-12-26T03:54:11.636Z] da2f6449c506: Layer already exists [2025-12-26T03:54:11.636Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:11.636Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:54:11.636Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:54:11.900Z] latest: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:12.250Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:12.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [2025-12-26T03:54:12.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-26T03:54:12.596Z] 473a850a3df6: Preparing [2025-12-26T03:54:12.596Z] bea13e532139: Preparing [2025-12-26T03:54:12.596Z] 32ce56405b9e: Preparing [2025-12-26T03:54:12.596Z] 455d800d2b43: Preparing [2025-12-26T03:54:12.596Z] cde82507d7ef: Preparing [2025-12-26T03:54:12.596Z] da2f6449c506: Preparing [2025-12-26T03:54:12.596Z] dd7b7ce48d68: Preparing [2025-12-26T03:54:12.596Z] 2b2645cf97fa: Preparing [2025-12-26T03:54:12.596Z] 0e64f2360a44: Preparing [2025-12-26T03:54:12.596Z] da2f6449c506: Waiting [2025-12-26T03:54:12.596Z] dd7b7ce48d68: Waiting [2025-12-26T03:54:12.596Z] 2b2645cf97fa: Waiting [2025-12-26T03:54:12.596Z] 0e64f2360a44: Waiting [2025-12-26T03:54:12.596Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:12.596Z] 473a850a3df6: Layer already exists [2025-12-26T03:54:12.596Z] 32ce56405b9e: Layer already exists [2025-12-26T03:54:12.596Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:12.596Z] bea13e532139: Layer already exists [2025-12-26T03:54:12.596Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:54:12.596Z] da2f6449c506: Layer already exists [2025-12-26T03:54:12.596Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:54:12.596Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:12.596Z] 4.1.0-dev.88: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:13.213Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:13.560Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:13.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-26T03:54:13.560Z] 473a850a3df6: Preparing [2025-12-26T03:54:13.560Z] bea13e532139: Preparing [2025-12-26T03:54:13.560Z] 32ce56405b9e: Preparing [2025-12-26T03:54:13.560Z] 455d800d2b43: Preparing [2025-12-26T03:54:13.560Z] cde82507d7ef: Preparing [2025-12-26T03:54:13.560Z] da2f6449c506: Preparing [2025-12-26T03:54:13.560Z] dd7b7ce48d68: Preparing [2025-12-26T03:54:13.560Z] 2b2645cf97fa: Preparing [2025-12-26T03:54:13.560Z] 0e64f2360a44: Preparing [2025-12-26T03:54:13.560Z] da2f6449c506: Waiting [2025-12-26T03:54:13.560Z] dd7b7ce48d68: Waiting [2025-12-26T03:54:13.560Z] 2b2645cf97fa: Waiting [2025-12-26T03:54:13.560Z] 0e64f2360a44: Waiting [2025-12-26T03:54:13.560Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:13.560Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:13.560Z] 473a850a3df6: Layer already exists [2025-12-26T03:54:13.560Z] 32ce56405b9e: Layer already exists [2025-12-26T03:54:13.560Z] bea13e532139: Layer already exists [2025-12-26T03:54:13.560Z] da2f6449c506: Layer already exists [2025-12-26T03:54:13.560Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:54:13.560Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:13.560Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:54:13.560Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:14.173Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:14.522Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-12-26T03:54:14.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-12-26T03:54:14.522Z] 473a850a3df6: Preparing [2025-12-26T03:54:14.522Z] bea13e532139: Preparing [2025-12-26T03:54:14.522Z] 32ce56405b9e: Preparing [2025-12-26T03:54:14.522Z] 455d800d2b43: Preparing [2025-12-26T03:54:14.522Z] cde82507d7ef: Preparing [2025-12-26T03:54:14.522Z] da2f6449c506: Preparing [2025-12-26T03:54:14.522Z] dd7b7ce48d68: Preparing [2025-12-26T03:54:14.522Z] 2b2645cf97fa: Preparing [2025-12-26T03:54:14.522Z] 0e64f2360a44: Preparing [2025-12-26T03:54:14.522Z] da2f6449c506: Waiting [2025-12-26T03:54:14.522Z] dd7b7ce48d68: Waiting [2025-12-26T03:54:14.522Z] 2b2645cf97fa: Waiting [2025-12-26T03:54:14.522Z] 0e64f2360a44: Waiting [2025-12-26T03:54:14.522Z] 473a850a3df6: Layer already exists [2025-12-26T03:54:14.522Z] 32ce56405b9e: Layer already exists [2025-12-26T03:54:14.522Z] bea13e532139: Layer already exists [2025-12-26T03:54:14.522Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:14.522Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:14.522Z] 2b2645cf97fa: Layer already exists [2025-12-26T03:54:14.522Z] da2f6449c506: Layer already exists [2025-12-26T03:54:14.522Z] dd7b7ce48d68: Layer already exists [2025-12-26T03:54:14.522Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:14.786Z] main: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:54:14.867Z] ===================================================== [Pipeline] echo [2025-12-26T03:54:14.888Z] taggedImages: [2025-12-26T03:54:14.888Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:14.888Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-12-26T03:54:14.888Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [2025-12-26T03:54:14.888Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:14.888Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-12-26T03:54:14.914Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-12-26T03:54:14.914Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:14.914Z] latest [2025-12-26T03:54:14.914Z] 4.1.0-dev.88 [2025-12-26T03:54:14.914Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:14.914Z] main [2025-12-26T03:54:14.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:15.303Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:15.674Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:15.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-26T03:54:15.674Z] ff1ad37ab880: Preparing [2025-12-26T03:54:15.674Z] c23072bb2523: Preparing [2025-12-26T03:54:15.674Z] 455d800d2b43: Preparing [2025-12-26T03:54:15.674Z] cde82507d7ef: Preparing [2025-12-26T03:54:15.674Z] f6fc9e661a6c: Preparing [2025-12-26T03:54:15.674Z] 269358c4888b: Preparing [2025-12-26T03:54:15.674Z] 0e64f2360a44: Preparing [2025-12-26T03:54:15.674Z] 269358c4888b: Waiting [2025-12-26T03:54:15.674Z] 0e64f2360a44: Waiting [2025-12-26T03:54:15.674Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:15.674Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:15.944Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:15.944Z] ff1ad37ab880: Pushed [2025-12-26T03:54:15.944Z] f6fc9e661a6c: Pushed [2025-12-26T03:54:16.893Z] 269358c4888b: Pushed [2025-12-26T03:54:25.066Z] c23072bb2523: Pushed [2025-12-26T03:54:25.066Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:25.436Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:25.788Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-12-26T03:54:25.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-26T03:54:25.789Z] ff1ad37ab880: Preparing [2025-12-26T03:54:25.789Z] c23072bb2523: Preparing [2025-12-26T03:54:25.789Z] 455d800d2b43: Preparing [2025-12-26T03:54:25.789Z] cde82507d7ef: Preparing [2025-12-26T03:54:25.789Z] f6fc9e661a6c: Preparing [2025-12-26T03:54:25.789Z] 269358c4888b: Preparing [2025-12-26T03:54:25.789Z] 0e64f2360a44: Preparing [2025-12-26T03:54:25.789Z] 269358c4888b: Waiting [2025-12-26T03:54:25.789Z] 0e64f2360a44: Waiting [2025-12-26T03:54:25.789Z] f6fc9e661a6c: Layer already exists [2025-12-26T03:54:25.789Z] c23072bb2523: Layer already exists [2025-12-26T03:54:25.789Z] ff1ad37ab880: Layer already exists [2025-12-26T03:54:25.789Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:25.789Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:25.789Z] 269358c4888b: Layer already exists [2025-12-26T03:54:25.789Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:26.052Z] latest: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:26.409Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:26.777Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [2025-12-26T03:54:26.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-26T03:54:26.778Z] ff1ad37ab880: Preparing [2025-12-26T03:54:26.778Z] c23072bb2523: Preparing [2025-12-26T03:54:26.778Z] 455d800d2b43: Preparing [2025-12-26T03:54:26.778Z] cde82507d7ef: Preparing [2025-12-26T03:54:26.778Z] f6fc9e661a6c: Preparing [2025-12-26T03:54:26.778Z] 269358c4888b: Preparing [2025-12-26T03:54:26.778Z] 0e64f2360a44: Preparing [2025-12-26T03:54:26.778Z] 269358c4888b: Waiting [2025-12-26T03:54:26.778Z] 0e64f2360a44: Waiting [2025-12-26T03:54:26.778Z] ff1ad37ab880: Layer already exists [2025-12-26T03:54:26.778Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:26.778Z] c23072bb2523: Layer already exists [2025-12-26T03:54:26.778Z] f6fc9e661a6c: Layer already exists [2025-12-26T03:54:26.778Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:26.778Z] 269358c4888b: Layer already exists [2025-12-26T03:54:26.778Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:27.042Z] 4.1.0-dev.88: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:27.391Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:27.736Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:27.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-26T03:54:27.736Z] ff1ad37ab880: Preparing [2025-12-26T03:54:27.736Z] c23072bb2523: Preparing [2025-12-26T03:54:27.736Z] 455d800d2b43: Preparing [2025-12-26T03:54:27.737Z] cde82507d7ef: Preparing [2025-12-26T03:54:27.737Z] f6fc9e661a6c: Preparing [2025-12-26T03:54:27.737Z] 269358c4888b: Preparing [2025-12-26T03:54:27.737Z] 0e64f2360a44: Preparing [2025-12-26T03:54:27.737Z] 269358c4888b: Waiting [2025-12-26T03:54:27.737Z] 0e64f2360a44: Waiting [2025-12-26T03:54:27.737Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:27.737Z] ff1ad37ab880: Layer already exists [2025-12-26T03:54:27.737Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:27.737Z] c23072bb2523: Layer already exists [2025-12-26T03:54:27.737Z] f6fc9e661a6c: Layer already exists [2025-12-26T03:54:27.737Z] 269358c4888b: Layer already exists [2025-12-26T03:54:27.737Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:27.737Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:28.361Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:28.716Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-12-26T03:54:28.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-12-26T03:54:28.717Z] ff1ad37ab880: Preparing [2025-12-26T03:54:28.717Z] c23072bb2523: Preparing [2025-12-26T03:54:28.717Z] 455d800d2b43: Preparing [2025-12-26T03:54:28.717Z] cde82507d7ef: Preparing [2025-12-26T03:54:28.717Z] f6fc9e661a6c: Preparing [2025-12-26T03:54:28.717Z] 269358c4888b: Preparing [2025-12-26T03:54:28.717Z] 0e64f2360a44: Preparing [2025-12-26T03:54:28.717Z] 269358c4888b: Waiting [2025-12-26T03:54:28.717Z] 0e64f2360a44: Waiting [2025-12-26T03:54:28.717Z] f6fc9e661a6c: Layer already exists [2025-12-26T03:54:28.717Z] c23072bb2523: Layer already exists [2025-12-26T03:54:28.717Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:28.717Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:28.717Z] ff1ad37ab880: Layer already exists [2025-12-26T03:54:28.717Z] 269358c4888b: Layer already exists [2025-12-26T03:54:28.717Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:28.981Z] main: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:54:29.068Z] ===================================================== [Pipeline] echo [2025-12-26T03:54:29.081Z] taggedImages: [2025-12-26T03:54:29.081Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:29.081Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-12-26T03:54:29.081Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [2025-12-26T03:54:29.081Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:29.081Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-12-26T03:54:29.109Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-12-26T03:54:29.109Z] e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:29.109Z] latest [2025-12-26T03:54:29.109Z] 4.1.0-dev.88 [2025-12-26T03:54:29.109Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:29.109Z] main [2025-12-26T03:54:29.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:29.480Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:29.836Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:29.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-26T03:54:29.836Z] 2429e8276809: Preparing [2025-12-26T03:54:29.836Z] 8b473630c9ad: Preparing [2025-12-26T03:54:29.836Z] 455d800d2b43: Preparing [2025-12-26T03:54:29.836Z] cde82507d7ef: Preparing [2025-12-26T03:54:29.836Z] 4a590e93c0cc: Preparing [2025-12-26T03:54:29.836Z] f451f446d989: Preparing [2025-12-26T03:54:29.836Z] 0e64f2360a44: Preparing [2025-12-26T03:54:29.836Z] f451f446d989: Waiting [2025-12-26T03:54:29.836Z] 0e64f2360a44: Waiting [2025-12-26T03:54:29.836Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:29.836Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:30.102Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:30.102Z] 2429e8276809: Pushed [2025-12-26T03:54:30.366Z] 4a590e93c0cc: Pushed [2025-12-26T03:54:30.630Z] f451f446d989: Pushed [2025-12-26T03:54:38.810Z] 8b473630c9ad: Pushed [2025-12-26T03:54:38.810Z] e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:39.182Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:39.543Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-12-26T03:54:39.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-26T03:54:39.543Z] 2429e8276809: Preparing [2025-12-26T03:54:39.543Z] 8b473630c9ad: Preparing [2025-12-26T03:54:39.543Z] 455d800d2b43: Preparing [2025-12-26T03:54:39.543Z] cde82507d7ef: Preparing [2025-12-26T03:54:39.543Z] 4a590e93c0cc: Preparing [2025-12-26T03:54:39.543Z] f451f446d989: Preparing [2025-12-26T03:54:39.543Z] 0e64f2360a44: Preparing [2025-12-26T03:54:39.543Z] f451f446d989: Waiting [2025-12-26T03:54:39.543Z] 0e64f2360a44: Waiting [2025-12-26T03:54:39.543Z] 8b473630c9ad: Layer already exists [2025-12-26T03:54:39.543Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:39.543Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:39.543Z] 2429e8276809: Layer already exists [2025-12-26T03:54:39.543Z] 4a590e93c0cc: Layer already exists [2025-12-26T03:54:39.543Z] f451f446d989: Layer already exists [2025-12-26T03:54:39.543Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:39.543Z] latest: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:40.178Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:40.532Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [2025-12-26T03:54:40.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-26T03:54:40.532Z] 2429e8276809: Preparing [2025-12-26T03:54:40.532Z] 8b473630c9ad: Preparing [2025-12-26T03:54:40.532Z] 455d800d2b43: Preparing [2025-12-26T03:54:40.532Z] cde82507d7ef: Preparing [2025-12-26T03:54:40.532Z] 4a590e93c0cc: Preparing [2025-12-26T03:54:40.532Z] f451f446d989: Preparing [2025-12-26T03:54:40.532Z] 0e64f2360a44: Preparing [2025-12-26T03:54:40.532Z] f451f446d989: Waiting [2025-12-26T03:54:40.532Z] 0e64f2360a44: Waiting [2025-12-26T03:54:40.532Z] 2429e8276809: Layer already exists [2025-12-26T03:54:40.532Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:40.532Z] 8b473630c9ad: Layer already exists [2025-12-26T03:54:40.532Z] 4a590e93c0cc: Layer already exists [2025-12-26T03:54:40.532Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:40.532Z] f451f446d989: Layer already exists [2025-12-26T03:54:40.532Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:40.796Z] 4.1.0-dev.88: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:41.144Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:41.504Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:41.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-26T03:54:41.504Z] 2429e8276809: Preparing [2025-12-26T03:54:41.504Z] 8b473630c9ad: Preparing [2025-12-26T03:54:41.504Z] 455d800d2b43: Preparing [2025-12-26T03:54:41.504Z] cde82507d7ef: Preparing [2025-12-26T03:54:41.504Z] 4a590e93c0cc: Preparing [2025-12-26T03:54:41.504Z] f451f446d989: Preparing [2025-12-26T03:54:41.504Z] 0e64f2360a44: Preparing [2025-12-26T03:54:41.504Z] f451f446d989: Waiting [2025-12-26T03:54:41.504Z] 0e64f2360a44: Waiting [2025-12-26T03:54:41.504Z] 2429e8276809: Layer already exists [2025-12-26T03:54:41.504Z] 8b473630c9ad: Layer already exists [2025-12-26T03:54:41.504Z] 4a590e93c0cc: Layer already exists [2025-12-26T03:54:41.504Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:41.504Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:41.504Z] f451f446d989: Layer already exists [2025-12-26T03:54:41.504Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:41.767Z] e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:42.115Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:42.473Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-12-26T03:54:42.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-12-26T03:54:42.473Z] 2429e8276809: Preparing [2025-12-26T03:54:42.473Z] 8b473630c9ad: Preparing [2025-12-26T03:54:42.473Z] 455d800d2b43: Preparing [2025-12-26T03:54:42.473Z] cde82507d7ef: Preparing [2025-12-26T03:54:42.473Z] 4a590e93c0cc: Preparing [2025-12-26T03:54:42.473Z] f451f446d989: Preparing [2025-12-26T03:54:42.473Z] 0e64f2360a44: Preparing [2025-12-26T03:54:42.473Z] f451f446d989: Waiting [2025-12-26T03:54:42.473Z] 0e64f2360a44: Waiting [2025-12-26T03:54:42.473Z] 455d800d2b43: Layer already exists [2025-12-26T03:54:42.473Z] cde82507d7ef: Layer already exists [2025-12-26T03:54:42.473Z] 2429e8276809: Layer already exists [2025-12-26T03:54:42.473Z] 8b473630c9ad: Layer already exists [2025-12-26T03:54:42.473Z] 4a590e93c0cc: Layer already exists [2025-12-26T03:54:42.473Z] f451f446d989: Layer already exists [2025-12-26T03:54:42.473Z] 0e64f2360a44: Layer already exists [2025-12-26T03:54:42.738Z] main: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-12-26T03:54:42.822Z] ===================================================== [Pipeline] echo [2025-12-26T03:54:42.839Z] taggedImages: [2025-12-26T03:54:42.839Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [2025-12-26T03:54:42.839Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-12-26T03:54:42.839Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [2025-12-26T03:54:42.839Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [2025-12-26T03:54:42.839Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-12-26T03:54:42.855Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:42.867Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-12-26T03:54:42.881Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:42.896Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:42.911Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-12-26T03:54:42.923Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:42.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-12-26T03:54:42.950Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:42.962Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:42.976Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-12-26T03:54:42.988Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.005Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.017Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.030Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.042Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-12-26T03:54:43.056Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.068Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.078Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.089Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.100Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-12-26T03:54:43.113Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.132Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.144Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.161Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.175Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-12-26T03:54:43.185Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.197Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.214Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.228Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.240Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-12-26T03:54:43.253Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.265Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.284Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.297Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.327Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-12-26T03:54:43.343Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.356Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.372Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.389Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.406Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-12-26T03:54:43.420Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.434Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.450Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.463Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.478Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-12-26T03:54:43.490Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.501Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.514Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.527Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.541Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-12-26T03:54:43.558Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.571Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.587Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.600Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.614Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-12-26T03:54:43.627Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.639Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.658Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.671Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.689Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-12-26T03:54:43.705Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.719Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.730Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.745Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.763Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-12-26T03:54:43.775Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.794Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.809Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.823Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.838Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-12-26T03:54:43.853Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo [2025-12-26T03:54:43.869Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-12-26T03:54:43.882Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.898Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:54:43.992Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:44.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-12-26T03:54:44.390Z] [2025-12-26T03:54:44.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:54:44.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-12-26T03:54:44.718Z] arm64: Pulling from edgex-lftools-log-publisher [2025-12-26T03:54:44.718Z] 8998bd30e6a1: Pulling fs layer [2025-12-26T03:54:44.718Z] 04944245beec: Pulling fs layer [2025-12-26T03:54:44.718Z] 699f458cf7ca: Pulling fs layer [2025-12-26T03:54:44.718Z] 765212b225bb: Pulling fs layer [2025-12-26T03:54:44.718Z] f23df028b6ca: Pulling fs layer [2025-12-26T03:54:44.718Z] d65c8cfc05b1: Pulling fs layer [2025-12-26T03:54:44.718Z] 2437ff75d9bd: Pulling fs layer [2025-12-26T03:54:44.718Z] f23df028b6ca: Waiting [2025-12-26T03:54:44.718Z] d65c8cfc05b1: Waiting [2025-12-26T03:54:44.718Z] 765212b225bb: Waiting [2025-12-26T03:54:44.718Z] 2437ff75d9bd: Waiting [2025-12-26T03:54:44.983Z] 04944245beec: Verifying Checksum [2025-12-26T03:54:44.983Z] 04944245beec: Download complete [2025-12-26T03:54:44.983Z] f23df028b6ca: Verifying Checksum [2025-12-26T03:54:44.983Z] f23df028b6ca: Download complete [2025-12-26T03:54:44.983Z] d65c8cfc05b1: Verifying Checksum [2025-12-26T03:54:44.983Z] d65c8cfc05b1: Download complete [2025-12-26T03:54:45.250Z] 699f458cf7ca: Verifying Checksum [2025-12-26T03:54:45.250Z] 699f458cf7ca: Download complete [2025-12-26T03:54:45.514Z] 8998bd30e6a1: Verifying Checksum [2025-12-26T03:54:45.514Z] 8998bd30e6a1: Download complete [2025-12-26T03:54:48.083Z] 2437ff75d9bd: Verifying Checksum [2025-12-26T03:54:48.083Z] 2437ff75d9bd: Download complete [2025-12-26T03:54:50.020Z] 8998bd30e6a1: Pull complete [2025-12-26T03:54:50.600Z] 04944245beec: Pull complete [2025-12-26T03:54:52.004Z] 699f458cf7ca: Pull complete [2025-12-26T03:54:52.270Z] 765212b225bb: Pull complete [2025-12-26T03:54:53.227Z] f23df028b6ca: Pull complete [2025-12-26T03:54:53.496Z] d65c8cfc05b1: Pull complete [2025-12-26T03:55:12.423Z] 2437ff75d9bd: Pull complete [2025-12-26T03:55:12.423Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-12-26T03:55:12.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-12-26T03:55:12.423Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:55:14.354Z] prd-ubuntu20.04-docker-arm64-4c-16g-775721 does not seem to be running inside a container [2025-12-26T03:55:14.454Z] $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-12-26T03:55:17.132Z] $ docker top 9538005b1c9bcde4cf451958ac6ef32a539ea9b1caeae1d3c15caa42cee73119 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:55:18.103Z] ---> job-cost.sh [2025-12-26T03:55:18.103Z] lf-activate-venv: SKIPPING [2025-12-26T03:55:18.103Z] INFO: No Stack... [2025-12-26T03:55:18.692Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-12-26T03:55:19.725Z] INFO: Archiving Costs [Pipeline] sh [2025-12-26T03:55:20.355Z] + cat /w/workspace/edgex-go/943/archives/cost.csv [2025-12-26T03:55:20.355Z] + cut -d, -f6 [Pipeline] lock [2025-12-26T03:55:20.398Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-943-stack-cost] [2025-12-26T03:55:20.406Z] Resource [jenkins-edgexfoundry-edgex-go-main-943-stack-cost] did not exist. Created. [2025-12-26T03:55:20.412Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-943-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-12-26T03:55:21.075Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-12-26T03:55:21.751Z] Stashed 1 file(s) [Pipeline] } [2025-12-26T03:55:21.761Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-943-stack-cost] [Pipeline] // lock [Pipeline] } [2025-12-26T03:55:21.785Z] $ docker stop --time=1 9538005b1c9bcde4cf451958ac6ef32a539ea9b1caeae1d3c15caa42cee73119 [2025-12-26T03:55:23.277Z] $ docker rm -f --volumes 9538005b1c9bcde4cf451958ac6ef32a539ea9b1caeae1d3c15caa42cee73119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-12-26T03:55:23.896Z] provisioning config files... [2025-12-26T03:55:23.905Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/943@tmp/config13459777560617552329tmp [Pipeline] { [Pipeline] sh [2025-12-26T03:55:24.202Z] + set +x [2025-12-26T03:55:24.203Z] + curl -s https://codecov.io/bash [2025-12-26T03:55:24.203Z] + bash -s -- [2025-12-26T03:55:24.462Z] [2025-12-26T03:55:24.462Z] _____ _ [2025-12-26T03:55:24.462Z] / ____| | | [2025-12-26T03:55:24.462Z] | | ___ __| | ___ ___ _____ __ [2025-12-26T03:55:24.462Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-12-26T03:55:24.462Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-12-26T03:55:24.462Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-12-26T03:55:24.462Z] Bash-1.0.6 [2025-12-26T03:55:24.462Z] [2025-12-26T03:55:24.462Z] [2025-12-26T03:55:24.462Z] ==> git version 2.25.1 found [2025-12-26T03:55:24.462Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-12-26T03:55:24.462Z] Release-Date: 2020-01-08 [2025-12-26T03:55:24.462Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-12-26T03:55:24.462Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-12-26T03:55:24.462Z] ==> Jenkins CI detected. [2025-12-26T03:55:24.462Z] current dir:  /w/workspace/edgex-go/943 [2025-12-26T03:55:24.462Z] project root: . [2025-12-26T03:55:24.462Z] --> token set from env [2025-12-26T03:55:24.462Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-12-26T03:55:24.462Z] ==> Running gcov in . (disable via -X gcov) [2025-12-26T03:55:24.462Z] ==> Python coveragepy not found [2025-12-26T03:55:24.462Z] ==> Searching for coverage reports in: [2025-12-26T03:55:24.462Z] + . [2025-12-26T03:55:24.462Z] -> Found 1 reports [2025-12-26T03:55:24.462Z] ==> Detecting git/mercurial file structure [2025-12-26T03:55:24.462Z] ==> Reading reports [2025-12-26T03:55:24.462Z] + ./coverage.out bytes=1043597 [2025-12-26T03:55:24.462Z] ==> Appending adjustments [2025-12-26T03:55:24.462Z] https://docs.codecov.io/docs/fixing-reports [2025-12-26T03:55:25.843Z] + Found adjustments [2025-12-26T03:55:25.843Z] ==> Gzipping contents [2025-12-26T03:55:25.843Z] 108K /tmp/codecov.wCwjUB.gz [2025-12-26T03:55:25.843Z] ==> Uploading reports [2025-12-26T03:55:25.843Z] url: https://codecov.io [2025-12-26T03:55:25.843Z] query: branch=main&commit=e746624fef212b0f4c77d3fdd5597b262518530b&build=943&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F943%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-12-26T03:55:25.843Z] -> Pinging Codecov [2025-12-26T03:55:25.843Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=e746624fef212b0f4c77d3fdd5597b262518530b&build=943&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F943%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-12-26T03:55:26.102Z] -> Uploading to [2025-12-26T03:55:26.102Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/e746624fef212b0f4c77d3fdd5597b262518530b/46e25ced-f055-4b16-aa01-d6d320d4eeed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251226%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251226T035525Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f204a59890212958ea1f7edb12ef4be402419eb5af445906d95a8ea8fa68afa0 [2025-12-26T03:55:26.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:26.102Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:26.362Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 343k --:--:-- --:--:-- --:--:-- 343k [2025-12-26T03:55:26.362Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [2025-12-26T03:55:26.369Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-12-26T03:55:26.608Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-12-26T03:55:26.631Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:55:26.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-12-26T03:55:26.942Z] [2025-12-26T03:55:26.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:55:27.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-12-26T03:55:27.258Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-12-26T03:55:27.258Z] 2d35ebdb57d9: Already exists [2025-12-26T03:55:27.258Z] 85e8836fcdb2: Pulling fs layer [2025-12-26T03:55:27.258Z] 91631faa732a: Pulling fs layer [2025-12-26T03:55:27.258Z] f3f5ae8826fa: Pulling fs layer [2025-12-26T03:55:27.258Z] 4f4fb700ef54: Pulling fs layer [2025-12-26T03:55:27.258Z] 7861252a18e6: Pulling fs layer [2025-12-26T03:55:27.258Z] 9130f900ef6f: Pulling fs layer [2025-12-26T03:55:27.258Z] 7861252a18e6: Waiting [2025-12-26T03:55:27.258Z] 9130f900ef6f: Waiting [2025-12-26T03:55:27.258Z] 4f4fb700ef54: Waiting [2025-12-26T03:55:27.258Z] f3f5ae8826fa: Verifying Checksum [2025-12-26T03:55:27.258Z] f3f5ae8826fa: Download complete [2025-12-26T03:55:27.258Z] 85e8836fcdb2: Verifying Checksum [2025-12-26T03:55:27.258Z] 85e8836fcdb2: Download complete [2025-12-26T03:55:27.258Z] 4f4fb700ef54: Download complete [2025-12-26T03:55:27.517Z] 85e8836fcdb2: Pull complete [2025-12-26T03:55:27.517Z] 7861252a18e6: Download complete [2025-12-26T03:55:28.084Z] 91631faa732a: Verifying Checksum [2025-12-26T03:55:28.084Z] 91631faa732a: Download complete [2025-12-26T03:55:28.651Z] 9130f900ef6f: Download complete [2025-12-26T03:55:32.840Z] 91631faa732a: Pull complete [2025-12-26T03:55:32.840Z] f3f5ae8826fa: Pull complete [2025-12-26T03:55:32.840Z] 4f4fb700ef54: Pull complete [2025-12-26T03:55:33.405Z] 7861252a18e6: Pull complete [2025-12-26T03:55:38.675Z] 9130f900ef6f: Pull complete [2025-12-26T03:55:38.675Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2025-12-26T03:55:38.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-12-26T03:55:38.675Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:55:38.786Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:55:38.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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-devops/edgex-snyk-go:latest cat [2025-12-26T03:55:41.460Z] $ docker top fe470c8d07a81f6921bb173c5ea143782e26bdfbce2aea6646d4ae55c69e75ab -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-26T03:55:41.799Z] + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] echo [2025-12-26T03:55:41.812Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-12-26T03:55:42.091Z] + set -o pipefail [2025-12-26T03:55:42.091Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-12-26T03:55:52.078Z] [2025-12-26T03:55:52.078Z] Monitoring /w/workspace/edgex-go/943 (github.com/edgexfoundry/edgex-go)... [2025-12-26T03:55:52.078Z] [2025-12-26T03:55:52.078Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/a1aa1075-99ec-492a-a634-3f7395aa4ce9 [2025-12-26T03:55:52.078Z] [2025-12-26T03:55:52.078Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-12-26T03:55:52.078Z] [Pipeline] } [2025-12-26T03:55:52.110Z] $ docker stop --time=1 fe470c8d07a81f6921bb173c5ea143782e26bdfbce2aea6646d4ae55c69e75ab [2025-12-26T03:55:54.976Z] $ docker rm -f --volumes fe470c8d07a81f6921bb173c5ea143782e26bdfbce2aea6646d4ae55c69e75ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-12-26T03:55:55.489Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:55:55.522Z] provisioning config files... [2025-12-26T03:55:55.532Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/943@tmp/config2399323452921709852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:55:55.839Z] --> edgex-publish-swagger.sh [2025-12-26T03:55:55.839Z] === Publish openapi API === [2025-12-26T03:55:55.839Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-12-26T03:55:55.839Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/943/openapi/core-command.yaml] [2025-12-26T03:55:55.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:55.839Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:55.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 330 163k --:--:-- --:--:-- --:--:-- 163k [2025-12-26T03:55:55.839Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:55.839Z] [2025-12-26T03:55:55.839Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/943/openapi/core-data.yaml] [2025-12-26T03:55:55.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:55.839Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:56.099Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 390 435k --:--:-- --:--:-- --:--:-- 435k [2025-12-26T03:55:56.099Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:56.099Z] [2025-12-26T03:55:56.099Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/943/openapi/core-keeper.yaml] [2025-12-26T03:55:56.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:56.099Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:56.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 559 250k --:--:-- --:--:-- --:--:-- 250k [2025-12-26T03:55:56.359Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:56.359Z] [2025-12-26T03:55:56.359Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/943/openapi/core-metadata.yaml] [2025-12-26T03:55:56.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:56.359Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:56.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 159k 100 66 100 159k 388 940k --:--:-- --:--:-- --:--:-- 946k [2025-12-26T03:55:56.359Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:56.359Z] [2025-12-26T03:55:56.359Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/943/openapi/security-proxy-auth.yaml] [2025-12-26T03:55:56.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:56.359Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:56.618Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 666 241k --:--:-- --:--:-- --:--:-- 242k [2025-12-26T03:55:56.618Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:56.618Z] [2025-12-26T03:55:56.618Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/943/openapi/security-secretstore-setup.yaml] [2025-12-26T03:55:56.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:56.619Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:56.619Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 622 36915 --:--:-- --:--:-- --:--:-- 37186 100 3979 100 66 100 3913 622 36915 --:--:-- --:--:-- --:--:-- 37186 [2025-12-26T03:55:56.619Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:56.619Z] [2025-12-26T03:55:56.619Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/943/openapi/support-notifications.yaml] [2025-12-26T03:55:56.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:56.619Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:56.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 507 751k --:--:-- --:--:-- --:--:-- 751k [2025-12-26T03:55:56.881Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:56.881Z] [2025-12-26T03:55:56.881Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/943/openapi/support-scheduler.yaml] [2025-12-26T03:55:56.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-12-26T03:55:56.881Z] Dload Upload Total Spent Left Speed [2025-12-26T03:55:56.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 568 426k --:--:-- --:--:-- --:--:-- 427k [2025-12-26T03:55:56.881Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-12-26T03:55:56.881Z] [Pipeline] } [2025-12-26T03:55:56.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-12-26T03:55:57.350Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-12-26T03:55:57.350Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:55:57.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-26T03:55:57.657Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:55:57.741Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:55:57.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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-devops/py-git-semver:0.1.4 cat [2025-12-26T03:55:58.081Z] $ docker top 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 -eo pid,comm [2025-12-26T03:55:58.106Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-12-26T03:55:58.106Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-12-26T03:55:58.172Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-12-26T03:55:58.172Z] [ssh-agent] Looking for ssh-agent implementation... [2025-12-26T03:55:58.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-12-26T03:55:58.322Z] $ docker exec 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 ssh-agent [2025-12-26T03:55:58.404Z] SSH_AUTH_SOCK=/tmp/ssh-ZXjMyf0JlMHt/agent.33 [2025-12-26T03:55:58.404Z] SSH_AGENT_PID=39 [2025-12-26T03:55:58.409Z] Running ssh-add (command line suppressed) [2025-12-26T03:55:58.529Z] Identity added: /w/workspace/edgex-go/943@tmp/private_key_2816082542144855068.key (/w/workspace/edgex-go/943@tmp/private_key_2816082542144855068.key) [2025-12-26T03:55:58.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-12-26T03:55:58.820Z] + git semver tag [2025-12-26T03:55:59.079Z] 2025-12-26 03:55:59,082 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-12-26T03:55:59.079Z] 2025-12-26 03:55:59,086 [run_tag] DEBUG tag force:False [2025-12-26T03:55:59.079Z] 2025-12-26 03:55:59,087 [check_head_tag] DEBUG check head tag [2025-12-26T03:55:59.079Z] 2025-12-26 03:55:59,088 [execute] INFO git cat-file --batch-check [2025-12-26T03:55:59.079Z] 2025-12-26 03:55:59,088 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/943, stdin=, shell=False, universal_newlines=False) [2025-12-26T03:55:59.079Z] 2025-12-26 03:55:59,091 [execute] INFO git cat-file --batch [2025-12-26T03:55:59.079Z] 2025-12-26 03:55:59,091 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/943, stdin=, shell=False, universal_newlines=False) [2025-12-26T03:55:59.339Z] 2025-12-26 03:55:59,120 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:55:59.339Z] 2025-12-26 03:55:59,120 [execute] INFO git tag -a v4.1.0-dev.88 -m v4.1.0-dev.88 [2025-12-26T03:55:59.339Z] 2025-12-26 03:55:59,120 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.88', '-m', 'v4.1.0-dev.88'], cwd=/w/workspace/edgex-go/943, stdin=None, shell=False, universal_newlines=False) [2025-12-26T03:55:59.339Z] 2025-12-26 03:55:59,123 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:55:59.339Z] 4.1.0-dev.88 [Pipeline] } [2025-12-26T03:55:59.370Z] $ docker exec --env ******** --env ******** 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 ssh-agent -k [2025-12-26T03:55:59.463Z] unset SSH_AUTH_SOCK; [2025-12-26T03:55:59.464Z] unset SSH_AGENT_PID; [2025-12-26T03:55:59.464Z] echo Agent pid 39 killed; [2025-12-26T03:55:59.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-26T03:55:59.781Z] + git semver [Pipeline] } [2025-12-26T03:56:00.073Z] $ docker stop --time=1 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 [2025-12-26T03:56:01.346Z] $ docker rm -f --volumes 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:56:01.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-12-26T03:56:01.754Z] [2025-12-26T03:56:01.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:56:02.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-12-26T03:56:02.070Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-12-26T03:56:02.070Z] ab5ef0e58194: Pulling fs layer [2025-12-26T03:56:02.070Z] 9712f1f96733: Pulling fs layer [2025-12-26T03:56:02.070Z] 63f879dbbcfc: Pulling fs layer [2025-12-26T03:56:02.070Z] 0d9ebad4ef96: Pulling fs layer [2025-12-26T03:56:02.070Z] e9a5061849ea: Pulling fs layer [2025-12-26T03:56:02.070Z] d747dcd14b5f: Pulling fs layer [2025-12-26T03:56:02.070Z] 2de7ff778b66: Pulling fs layer [2025-12-26T03:56:02.070Z] e9a5061849ea: Waiting [2025-12-26T03:56:02.070Z] d747dcd14b5f: Waiting [2025-12-26T03:56:02.070Z] 2de7ff778b66: Waiting [2025-12-26T03:56:02.070Z] 0d9ebad4ef96: Waiting [2025-12-26T03:56:02.070Z] 9712f1f96733: Verifying Checksum [2025-12-26T03:56:02.070Z] 9712f1f96733: Download complete [2025-12-26T03:56:02.639Z] 63f879dbbcfc: Verifying Checksum [2025-12-26T03:56:02.639Z] 63f879dbbcfc: Download complete [2025-12-26T03:56:02.639Z] e9a5061849ea: Verifying Checksum [2025-12-26T03:56:02.639Z] e9a5061849ea: Download complete [2025-12-26T03:56:02.639Z] d747dcd14b5f: Download complete [2025-12-26T03:56:02.898Z] 2de7ff778b66: Download complete [2025-12-26T03:56:02.898Z] ab5ef0e58194: Verifying Checksum [2025-12-26T03:56:02.898Z] ab5ef0e58194: Download complete [2025-12-26T03:56:02.898Z] 0d9ebad4ef96: Verifying Checksum [2025-12-26T03:56:02.898Z] 0d9ebad4ef96: Download complete [2025-12-26T03:56:07.094Z] ab5ef0e58194: Pull complete [2025-12-26T03:56:07.094Z] 9712f1f96733: Pull complete [2025-12-26T03:56:07.719Z] 63f879dbbcfc: Pull complete [2025-12-26T03:56:14.412Z] 0d9ebad4ef96: Pull complete [2025-12-26T03:56:14.412Z] e9a5061849ea: Pull complete [2025-12-26T03:56:14.412Z] d747dcd14b5f: Pull complete [2025-12-26T03:56:15.788Z] 2de7ff778b66: Pull complete [2025-12-26T03:56:15.789Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-12-26T03:56:15.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-12-26T03:56:15.789Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:56:15.893Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:56:15.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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:0.23.1-centos7 cat [2025-12-26T03:56:18.001Z] $ docker top 9276f9116da64ce7c6c66a0a588c9b9de3dee308c33949df031975c348acee84 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:56:18.059Z] provisioning config files... [2025-12-26T03:56:18.065Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/943@tmp/config4303573631916972984tmp [2025-12-26T03:56:18.072Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/943@tmp/config16077627955414430338tmp [2025-12-26T03:56:18.079Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/943@tmp/config14630394751985721534tmp [Pipeline] { [Pipeline] echo [2025-12-26T03:56:18.108Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:18.402Z] ---> sigul-configuration.sh [2025-12-26T03:56:18.402Z] gpg: directory `/root/.gnupg' created [2025-12-26T03:56:18.402Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-12-26T03:56:18.402Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-12-26T03:56:18.402Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-12-26T03:56:18.402Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-12-26T03:56:18.402Z] gpg: CAST5 encrypted data [2025-12-26T03:56:18.402Z] gpg: encrypted with 1 passphrase [2025-12-26T03:56:18.402Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-12-26T03:56:18.708Z] + mkdir /home/jenkins [2025-12-26T03:56:18.708Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-12-26T03:56:19.005Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-12-26T03:56:19.024Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:19.324Z] ---> sigul-install.sh [2025-12-26T03:56:19.324Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-12-26T03:56:19.624Z] + git tag --list [2025-12-26T03:56:19.624Z] 0.6.0 [2025-12-26T03:56:19.624Z] 0.6.1 [2025-12-26T03:56:19.624Z] 0.7.0 [2025-12-26T03:56:19.624Z] 0.7.1 [2025-12-26T03:56:19.624Z] v1.0.0 [2025-12-26T03:56:19.624Z] v1.0.1 [2025-12-26T03:56:19.624Z] v1.1.0 [2025-12-26T03:56:19.624Z] v1.2.0 [2025-12-26T03:56:19.624Z] v1.2.1 [2025-12-26T03:56:19.624Z] v1.3.0 [2025-12-26T03:56:19.624Z] v1.3.1 [2025-12-26T03:56:19.624Z] v2.0.0 [2025-12-26T03:56:19.624Z] v2.1.0 [2025-12-26T03:56:19.624Z] v2.1.1 [2025-12-26T03:56:19.624Z] v2.2.0 [2025-12-26T03:56:19.624Z] v2.3.0 [2025-12-26T03:56:19.624Z] v3.0 [2025-12-26T03:56:19.624Z] v3.0.0 [2025-12-26T03:56:19.624Z] v3.1 [2025-12-26T03:56:19.624Z] v3.1.0 [2025-12-26T03:56:19.624Z] v3.1.1 [2025-12-26T03:56:19.624Z] v4.0 [2025-12-26T03:56:19.624Z] v4.0.0 [2025-12-26T03:56:19.624Z] v4.0.1 [2025-12-26T03:56:19.624Z] v4.0.1-dev.1 [2025-12-26T03:56:19.624Z] v4.0.1-dev.2 [2025-12-26T03:56:19.624Z] v4.0.2-dev.1 [2025-12-26T03:56:19.624Z] v4.1.0-dev.1 [2025-12-26T03:56:19.624Z] v4.1.0-dev.10 [2025-12-26T03:56:19.624Z] v4.1.0-dev.11 [2025-12-26T03:56:19.624Z] v4.1.0-dev.12 [2025-12-26T03:56:19.624Z] v4.1.0-dev.13 [2025-12-26T03:56:19.624Z] v4.1.0-dev.14 [2025-12-26T03:56:19.624Z] v4.1.0-dev.15 [2025-12-26T03:56:19.624Z] v4.1.0-dev.16 [2025-12-26T03:56:19.624Z] v4.1.0-dev.17 [2025-12-26T03:56:19.624Z] v4.1.0-dev.18 [2025-12-26T03:56:19.624Z] v4.1.0-dev.19 [2025-12-26T03:56:19.624Z] v4.1.0-dev.2 [2025-12-26T03:56:19.624Z] v4.1.0-dev.20 [2025-12-26T03:56:19.625Z] v4.1.0-dev.21 [2025-12-26T03:56:19.625Z] v4.1.0-dev.22 [2025-12-26T03:56:19.625Z] v4.1.0-dev.23 [2025-12-26T03:56:19.625Z] v4.1.0-dev.24 [2025-12-26T03:56:19.625Z] v4.1.0-dev.25 [2025-12-26T03:56:19.625Z] v4.1.0-dev.26 [2025-12-26T03:56:19.625Z] v4.1.0-dev.27 [2025-12-26T03:56:19.625Z] v4.1.0-dev.28 [2025-12-26T03:56:19.625Z] v4.1.0-dev.29 [2025-12-26T03:56:19.625Z] v4.1.0-dev.3 [2025-12-26T03:56:19.625Z] v4.1.0-dev.30 [2025-12-26T03:56:19.625Z] v4.1.0-dev.31 [2025-12-26T03:56:19.625Z] v4.1.0-dev.32 [2025-12-26T03:56:19.625Z] v4.1.0-dev.33 [2025-12-26T03:56:19.625Z] v4.1.0-dev.34 [2025-12-26T03:56:19.625Z] v4.1.0-dev.35 [2025-12-26T03:56:19.625Z] v4.1.0-dev.36 [2025-12-26T03:56:19.625Z] v4.1.0-dev.37 [2025-12-26T03:56:19.625Z] v4.1.0-dev.38 [2025-12-26T03:56:19.625Z] v4.1.0-dev.39 [2025-12-26T03:56:19.625Z] v4.1.0-dev.4 [2025-12-26T03:56:19.625Z] v4.1.0-dev.40 [2025-12-26T03:56:19.625Z] v4.1.0-dev.41 [2025-12-26T03:56:19.625Z] v4.1.0-dev.42 [2025-12-26T03:56:19.625Z] v4.1.0-dev.43 [2025-12-26T03:56:19.625Z] v4.1.0-dev.44 [2025-12-26T03:56:19.625Z] v4.1.0-dev.45 [2025-12-26T03:56:19.625Z] v4.1.0-dev.46 [2025-12-26T03:56:19.625Z] v4.1.0-dev.47 [2025-12-26T03:56:19.625Z] v4.1.0-dev.48 [2025-12-26T03:56:19.625Z] v4.1.0-dev.49 [2025-12-26T03:56:19.625Z] v4.1.0-dev.5 [2025-12-26T03:56:19.625Z] v4.1.0-dev.50 [2025-12-26T03:56:19.625Z] v4.1.0-dev.51 [2025-12-26T03:56:19.625Z] v4.1.0-dev.52 [2025-12-26T03:56:19.625Z] v4.1.0-dev.53 [2025-12-26T03:56:19.625Z] v4.1.0-dev.54 [2025-12-26T03:56:19.625Z] v4.1.0-dev.55 [2025-12-26T03:56:19.625Z] v4.1.0-dev.56 [2025-12-26T03:56:19.625Z] v4.1.0-dev.57 [2025-12-26T03:56:19.625Z] v4.1.0-dev.58 [2025-12-26T03:56:19.625Z] v4.1.0-dev.59 [2025-12-26T03:56:19.625Z] v4.1.0-dev.6 [2025-12-26T03:56:19.625Z] v4.1.0-dev.60 [2025-12-26T03:56:19.625Z] v4.1.0-dev.61 [2025-12-26T03:56:19.625Z] v4.1.0-dev.62 [2025-12-26T03:56:19.625Z] v4.1.0-dev.63 [2025-12-26T03:56:19.625Z] v4.1.0-dev.64 [2025-12-26T03:56:19.625Z] v4.1.0-dev.65 [2025-12-26T03:56:19.625Z] v4.1.0-dev.66 [2025-12-26T03:56:19.625Z] v4.1.0-dev.67 [2025-12-26T03:56:19.625Z] v4.1.0-dev.68 [2025-12-26T03:56:19.625Z] v4.1.0-dev.69 [2025-12-26T03:56:19.625Z] v4.1.0-dev.7 [2025-12-26T03:56:19.625Z] v4.1.0-dev.70 [2025-12-26T03:56:19.625Z] v4.1.0-dev.71 [2025-12-26T03:56:19.625Z] v4.1.0-dev.72 [2025-12-26T03:56:19.625Z] v4.1.0-dev.73 [2025-12-26T03:56:19.625Z] v4.1.0-dev.74 [2025-12-26T03:56:19.625Z] v4.1.0-dev.75 [2025-12-26T03:56:19.625Z] v4.1.0-dev.76 [2025-12-26T03:56:19.625Z] v4.1.0-dev.77 [2025-12-26T03:56:19.625Z] v4.1.0-dev.78 [2025-12-26T03:56:19.625Z] v4.1.0-dev.79 [2025-12-26T03:56:19.625Z] v4.1.0-dev.8 [2025-12-26T03:56:19.625Z] v4.1.0-dev.80 [2025-12-26T03:56:19.625Z] v4.1.0-dev.81 [2025-12-26T03:56:19.625Z] v4.1.0-dev.82 [2025-12-26T03:56:19.625Z] v4.1.0-dev.83 [2025-12-26T03:56:19.625Z] v4.1.0-dev.84 [2025-12-26T03:56:19.625Z] v4.1.0-dev.85 [2025-12-26T03:56:19.625Z] v4.1.0-dev.86 [2025-12-26T03:56:19.625Z] v4.1.0-dev.87 [2025-12-26T03:56:19.625Z] v4.1.0-dev.88 [2025-12-26T03:56:19.625Z] v4.1.0-dev.9 [Pipeline] sh [2025-12-26T03:56:19.924Z] + lftools sign git-tag v4.1.0-dev.88 [2025-12-26T03:56:20.491Z] Signing Git tag with Sigul... [2025-12-26T03:56:20.491Z] Signing v4.1.0-dev.88 [Pipeline] echo [2025-12-26T03:56:20.765Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:21.061Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-12-26T03:56:21.069Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-12-26T03:56:21.118Z] $ docker stop --time=1 9276f9116da64ce7c6c66a0a588c9b9de3dee308c33949df031975c348acee84 [2025-12-26T03:56:22.401Z] $ docker rm -f --volumes 9276f9116da64ce7c6c66a0a588c9b9de3dee308c33949df031975c348acee84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-12-26T03:56:22.814Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-12-26T03:56:22.814Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:56:23.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-26T03:56:23.131Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:56:23.208Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:56:23.324Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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-devops/py-git-semver:0.1.4 cat [2025-12-26T03:56:23.540Z] $ docker top 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 -eo pid,comm [2025-12-26T03:56:23.563Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-12-26T03:56:23.563Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-12-26T03:56:23.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-12-26T03:56:23.629Z] [ssh-agent] Looking for ssh-agent implementation... [2025-12-26T03:56:23.737Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-12-26T03:56:23.760Z] $ docker exec 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 ssh-agent [2025-12-26T03:56:23.841Z] SSH_AUTH_SOCK=/tmp/ssh-5tZvdB9NjGiZ/agent.32 [2025-12-26T03:56:23.841Z] SSH_AGENT_PID=38 [2025-12-26T03:56:23.846Z] Running ssh-add (command line suppressed) [2025-12-26T03:56:23.975Z] Identity added: /w/workspace/edgex-go/943@tmp/private_key_5566887770076167721.key (/w/workspace/edgex-go/943@tmp/private_key_5566887770076167721.key) [2025-12-26T03:56:23.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-12-26T03:56:24.265Z] + git semver bump pre [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,485 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,488 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,488 [bump_version] DEBUG bumping version:4.1.0-dev.88 on axis:pre with prefix:dev [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,488 [bump_version] DEBUG bumped version:4.1.0-dev.89 [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,488 [write_version] DEBUG write version:4.1.0-dev.89 to path:/w/workspace/edgex-go/943/.semver/main with force:True [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,488 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,488 [write_file] DEBUG write to file:/w/workspace/edgex-go/943/.semver/main [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,490 [execute] INFO git cat-file --batch-check [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/943/.semver, stdin=, shell=False, universal_newlines=False) [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,494 [execute] INFO git cat-file --batch [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,494 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/943/.semver, stdin=, shell=False, universal_newlines=False) [2025-12-26T03:56:24.526Z] 2025-12-26 03:56:24,497 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:56:24.526Z] 4.1.0-dev.89 [Pipeline] } [2025-12-26T03:56:24.556Z] $ docker exec --env ******** --env ******** 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 ssh-agent -k [2025-12-26T03:56:24.650Z] unset SSH_AUTH_SOCK; [2025-12-26T03:56:24.653Z] unset SSH_AGENT_PID; [2025-12-26T03:56:24.653Z] echo Agent pid 38 killed; [2025-12-26T03:56:24.641Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-26T03:56:24.972Z] + git semver [Pipeline] } [2025-12-26T03:56:25.265Z] $ docker stop --time=1 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 [2025-12-26T03:56:26.509Z] $ docker rm -f --volumes 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 [Pipeline] // withDockerContainer [Pipeline] sh [2025-12-26T03:56:26.839Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-12-26T03:56:26.839Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:56:27.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-12-26T03:56:27.145Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:56:27.217Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:56:27.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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-devops/py-git-semver:0.1.4 cat [2025-12-26T03:56:27.525Z] $ docker top f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 -eo pid,comm [2025-12-26T03:56:27.551Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-12-26T03:56:27.551Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-12-26T03:56:27.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-12-26T03:56:27.608Z] [ssh-agent] Looking for ssh-agent implementation... [2025-12-26T03:56:27.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-12-26T03:56:27.732Z] $ docker exec f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 ssh-agent [2025-12-26T03:56:27.816Z] SSH_AUTH_SOCK=/tmp/ssh-wbODRFejYvWO/agent.32 [2025-12-26T03:56:27.816Z] SSH_AGENT_PID=38 [2025-12-26T03:56:27.821Z] Running ssh-add (command line suppressed) [2025-12-26T03:56:27.947Z] Identity added: /w/workspace/edgex-go/943@tmp/private_key_7871565323542974691.key (/w/workspace/edgex-go/943@tmp/private_key_7871565323542974691.key) [2025-12-26T03:56:27.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-12-26T03:56:28.234Z] + git semver push [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,461 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,465 [run_push] DEBUG push [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,466 [execute] INFO git cat-file --batch-check [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,466 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/943/.semver, stdin=, shell=False, universal_newlines=False) [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,468 [execute] INFO git rev-list f09838838341c8d0d3e74d5e21be765278b9871b -- [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,468 [execute] DEBUG Popen(['git', 'rev-list', 'f09838838341c8d0d3e74d5e21be765278b9871b', '--'], cwd=/w/workspace/edgex-go/943/.semver, stdin=None, shell=False, universal_newlines=False) [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,489 [execute] INFO git fetch -v -- origin [2025-12-26T03:56:28.495Z] 2025-12-26 03:56:28,489 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/943/.semver, stdin=None, shell=False, universal_newlines=True) [2025-12-26T03:56:29.064Z] 2025-12-26 03:56:29,047 [run_push] DEBUG no remote changes detected [2025-12-26T03:56:29.064Z] 2025-12-26 03:56:29,047 [execute] INFO git push origin semver [2025-12-26T03:56:29.065Z] 2025-12-26 03:56:29,047 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/943/.semver, stdin=None, shell=False, universal_newlines=False) [2025-12-26T03:56:30.011Z] 2025-12-26 03:56:29,977 [run_push] DEBUG push all version tags [2025-12-26T03:56:30.011Z] 2025-12-26 03:56:29,977 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-12-26T03:56:30.011Z] 2025-12-26 03:56:29,978 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/943, stdin=None, shell=False, universal_newlines=False) [2025-12-26T03:56:30.948Z] 2025-12-26 03:56:30,693 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main [2025-12-26T03:56:30.949Z] 4.1.0-dev.89 [Pipeline] } [2025-12-26T03:56:30.979Z] $ docker exec --env ******** --env ******** f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 ssh-agent -k [2025-12-26T03:56:31.068Z] unset SSH_AUTH_SOCK; [2025-12-26T03:56:31.068Z] unset SSH_AGENT_PID; [2025-12-26T03:56:31.068Z] echo Agent pid 38 killed; [2025-12-26T03:56:31.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-12-26T03:56:31.398Z] + git semver [Pipeline] } [2025-12-26T03:56:31.691Z] $ docker stop --time=1 f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 [2025-12-26T03:56:32.930Z] $ docker rm -f --volumes f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-12-26T03:56:33.458Z] + [ -d /w/workspace/edgex-go/943/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:33.752Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:34.613Z] ---> package-listing.sh [2025-12-26T03:56:34.613Z] ++ facter osfamily [2025-12-26T03:56:34.613Z] ++ tr '[:upper:]' '[:lower:]' [2025-12-26T03:56:34.873Z] + OS_FAMILY=debian [2025-12-26T03:56:34.873Z] + workspace=/w/workspace/edgex-go/943 [2025-12-26T03:56:34.873Z] + START_PACKAGES=/tmp/packages_start.txt [2025-12-26T03:56:34.873Z] + END_PACKAGES=/tmp/packages_end.txt [2025-12-26T03:56:34.873Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-12-26T03:56:34.873Z] + PACKAGES=/tmp/packages_start.txt [2025-12-26T03:56:34.873Z] + '[' /w/workspace/edgex-go/943 ']' [2025-12-26T03:56:34.873Z] + PACKAGES=/tmp/packages_end.txt [2025-12-26T03:56:34.873Z] + case "${OS_FAMILY}" in [2025-12-26T03:56:34.873Z] + dpkg -l [2025-12-26T03:56:34.873Z] + grep '^ii' [2025-12-26T03:56:34.873Z] + '[' -f /tmp/packages_start.txt ']' [2025-12-26T03:56:34.873Z] + '[' -f /tmp/packages_end.txt ']' [2025-12-26T03:56:34.873Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-12-26T03:56:34.873Z] + '[' /w/workspace/edgex-go/943 ']' [2025-12-26T03:56:34.873Z] + mkdir -p /w/workspace/edgex-go/943/archives/ [2025-12-26T03:56:34.873Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/943/archives/ [Pipeline] echo [2025-12-26T03:56:34.887Z] 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/943/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-12-26T03:56:35.168Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:56:35.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-26T03:56:35.741Z] [2025-12-26T03:56:35.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-12-26T03:56:36.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-26T03:56:36.047Z] latest: Pulling from edgex-lftools-log-publisher [2025-12-26T03:56:36.047Z] 5eb5b503b376: Pulling fs layer [2025-12-26T03:56:36.047Z] 5c69ac0246d0: Pulling fs layer [2025-12-26T03:56:36.047Z] ec43610c2a17: Pulling fs layer [2025-12-26T03:56:36.047Z] 3a2ae6a8a46f: Pulling fs layer [2025-12-26T03:56:36.047Z] 33b1e0a273af: Pulling fs layer [2025-12-26T03:56:36.047Z] 5d3b04190fa2: Pulling fs layer [2025-12-26T03:56:36.047Z] 2f39f015ded8: Pulling fs layer [2025-12-26T03:56:36.047Z] 3a2ae6a8a46f: Waiting [2025-12-26T03:56:36.047Z] 33b1e0a273af: Waiting [2025-12-26T03:56:36.047Z] 5d3b04190fa2: Waiting [2025-12-26T03:56:36.047Z] 2f39f015ded8: Waiting [2025-12-26T03:56:36.047Z] 5c69ac0246d0: Verifying Checksum [2025-12-26T03:56:36.047Z] 5c69ac0246d0: Download complete [2025-12-26T03:56:36.047Z] 3a2ae6a8a46f: Verifying Checksum [2025-12-26T03:56:36.047Z] 3a2ae6a8a46f: Download complete [2025-12-26T03:56:36.047Z] 33b1e0a273af: Verifying Checksum [2025-12-26T03:56:36.047Z] 33b1e0a273af: Download complete [2025-12-26T03:56:36.047Z] 5d3b04190fa2: Verifying Checksum [2025-12-26T03:56:36.047Z] 5d3b04190fa2: Download complete [2025-12-26T03:56:36.047Z] ec43610c2a17: Verifying Checksum [2025-12-26T03:56:36.047Z] ec43610c2a17: Download complete [2025-12-26T03:56:36.306Z] 5eb5b503b376: Verifying Checksum [2025-12-26T03:56:36.306Z] 5eb5b503b376: Download complete [2025-12-26T03:56:36.872Z] 2f39f015ded8: Download complete [2025-12-26T03:56:37.807Z] 5eb5b503b376: Pull complete [2025-12-26T03:56:37.807Z] 5c69ac0246d0: Pull complete [2025-12-26T03:56:38.374Z] ec43610c2a17: Pull complete [2025-12-26T03:56:38.374Z] 3a2ae6a8a46f: Pull complete [2025-12-26T03:56:38.633Z] 33b1e0a273af: Pull complete [2025-12-26T03:56:38.633Z] 5d3b04190fa2: Pull complete [2025-12-26T03:56:45.195Z] 2f39f015ded8: Pull complete [2025-12-26T03:56:45.195Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-12-26T03:56:45.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-12-26T03:56:45.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-12-26T03:56:45.291Z] prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container [2025-12-26T03:56:45.338Z] $ 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/943/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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-12-26T03:56:47.228Z] $ docker top 42e9e807fce5cd907a6c135b873babf2facc41aaed06c31f4a21812658782d3f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-12-26T03:56:47.554Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-12-26T03:56:47.841Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-12-26T03:56:48.131Z] + ls /var/log/sa-host [2025-12-26T03:56:48.131Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-12-26T03:56:48.178Z] provisioning config files... [2025-12-26T03:56:48.188Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/943@tmp/config13648001368143075110tmp [Pipeline] { [Pipeline] echo [2025-12-26T03:56:48.209Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:48.496Z] ---> create-netrc.sh [Pipeline] } [2025-12-26T03:56:48.504Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:48.819Z] ---> python-tools-install.sh [Pipeline] echo [2025-12-26T03:56:48.830Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:49.117Z] ---> sudo-logs.sh [2025-12-26T03:56:49.117Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-12-26T03:56:49.147Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:49.431Z] ---> job-cost.sh [2025-12-26T03:56:49.431Z] lf-activate-venv: SKIPPING [2025-12-26T03:56:49.431Z] DEBUG: total: 0.10999999940395355 [2025-12-26T03:56:49.431Z] INFO: Retrieving Stack Cost... [2025-12-26T03:56:49.691Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-12-26T03:56:49.951Z] INFO: Archiving Costs [Pipeline] echo [2025-12-26T03:56:49.968Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-12-26T03:56:50.253Z] ---> logs-deploy.sh [2025-12-26T03:56:50.253Z] lf-activate-venv: SKIPPING [2025-12-26T03:56:50.253Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/943 [2025-12-26T03:56:50.253Z] INFO: archiving workspace using pattern(s): [2025-12-26T03:56:51.193Z] Archives upload complete. [2025-12-26T03:56:51.193Z] INFO: archiving logs to Nexus [2025-12-26T03:56:52.136Z] ---> uname -a: [2025-12-26T03:56:52.136Z] Linux prd-ubuntu20-04-docker-8c-8g-775719 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] ---> lscpu: [2025-12-26T03:56:52.136Z] Architecture: x86_64 [2025-12-26T03:56:52.136Z] CPU op-mode(s): 32-bit, 64-bit [2025-12-26T03:56:52.136Z] Byte Order: Little Endian [2025-12-26T03:56:52.136Z] Address sizes: 40 bits physical, 48 bits virtual [2025-12-26T03:56:52.136Z] CPU(s): 8 [2025-12-26T03:56:52.136Z] On-line CPU(s) list: 0-7 [2025-12-26T03:56:52.136Z] Thread(s) per core: 1 [2025-12-26T03:56:52.136Z] Core(s) per socket: 1 [2025-12-26T03:56:52.136Z] Socket(s): 8 [2025-12-26T03:56:52.136Z] NUMA node(s): 1 [2025-12-26T03:56:52.136Z] Vendor ID: AuthenticAMD [2025-12-26T03:56:52.136Z] CPU family: 23 [2025-12-26T03:56:52.136Z] Model: 49 [2025-12-26T03:56:52.136Z] Model name: AMD EPYC-Rome Processor [2025-12-26T03:56:52.136Z] Stepping: 0 [2025-12-26T03:56:52.136Z] CPU MHz: 2800.000 [2025-12-26T03:56:52.136Z] BogoMIPS: 5600.00 [2025-12-26T03:56:52.136Z] Virtualization: AMD-V [2025-12-26T03:56:52.136Z] Hypervisor vendor: KVM [2025-12-26T03:56:52.136Z] Virtualization type: full [2025-12-26T03:56:52.136Z] L1d cache: 256 KiB [2025-12-26T03:56:52.136Z] L1i cache: 256 KiB [2025-12-26T03:56:52.136Z] L2 cache: 4 MiB [2025-12-26T03:56:52.136Z] L3 cache: 128 MiB [2025-12-26T03:56:52.136Z] NUMA node0 CPU(s): 0-7 [2025-12-26T03:56:52.136Z] Vulnerability Gather data sampling: Not affected [2025-12-26T03:56:52.136Z] Vulnerability Itlb multihit: Not affected [2025-12-26T03:56:52.136Z] Vulnerability L1tf: Not affected [2025-12-26T03:56:52.136Z] Vulnerability Mds: Not affected [2025-12-26T03:56:52.136Z] Vulnerability Meltdown: Not affected [2025-12-26T03:56:52.136Z] Vulnerability Mmio stale data: Not affected [2025-12-26T03:56:52.136Z] Vulnerability Retbleed: Vulnerable [2025-12-26T03:56:52.136Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-12-26T03:56:52.136Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-12-26T03:56:52.136Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-12-26T03:56:52.136Z] Vulnerability Srbds: Not affected [2025-12-26T03:56:52.136Z] Vulnerability Tsx async abort: Not affected [2025-12-26T03:56:52.136Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] ---> nproc: [2025-12-26T03:56:52.136Z] 8 [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] ---> df -h: [2025-12-26T03:56:52.136Z] Filesystem Size Used Avail Use% Mounted on [2025-12-26T03:56:52.136Z] overlay 155G 34G 122G 22% / [2025-12-26T03:56:52.136Z] tmpfs 64M 0 64M 0% /dev [2025-12-26T03:56:52.136Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-12-26T03:56:52.136Z] shm 64M 0 64M 0% /dev/shm [2025-12-26T03:56:52.136Z] /dev/vda1 155G 34G 122G 22% /facter-os [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] ---> sar -b -r -n DEV: [2025-12-26T03:56:52.136Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775719) 12/26/25 _x86_64_ (8 CPU) [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] 03:03:02 LINUX RESTART (8 CPU) [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] 03:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-12-26T03:56:52.136Z] 03:05:01 216.03 13.71 202.32 0.00 2183.24 67856.02 0.00 [2025-12-26T03:56:52.136Z] 03:06:01 42.54 0.12 42.43 0.00 4.67 37409.52 0.00 [2025-12-26T03:56:52.136Z] 03:07:01 54.76 0.23 54.52 0.00 2.80 21371.10 0.00 [2025-12-26T03:56:52.136Z] 03:08:01 229.01 0.22 228.80 0.00 32.93 139949.34 0.00 [2025-12-26T03:56:52.136Z] 03:09:01 931.03 24.38 906.65 0.00 232.76 371431.43 0.00 [2025-12-26T03:56:52.136Z] 03:10:01 346.71 4.18 342.53 0.00 4258.27 100244.54 0.00 [2025-12-26T03:56:52.136Z] 03:11:01 419.42 0.08 419.34 0.00 0.67 132291.59 0.00 [2025-12-26T03:56:52.136Z] 03:12:01 246.52 14.20 232.32 0.00 287.58 103109.42 0.00 [2025-12-26T03:56:52.136Z] 03:13:01 400.63 23.61 377.02 0.00 1091.15 30406.00 0.00 [2025-12-26T03:56:52.136Z] 03:14:01 26.76 2.17 24.59 0.00 276.57 655.91 0.00 [2025-12-26T03:56:52.136Z] 03:15:01 8.38 0.00 8.38 0.00 0.00 201.83 0.00 [2025-12-26T03:56:52.136Z] 03:16:01 1.62 0.00 1.62 0.00 0.00 24.13 0.00 [2025-12-26T03:56:52.136Z] 03:17:01 0.98 0.05 0.93 0.00 1.07 10.26 0.00 [2025-12-26T03:56:52.136Z] 03:18:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 [2025-12-26T03:56:52.136Z] 03:19:01 3.92 2.32 1.60 0.00 21.06 22.53 0.00 [2025-12-26T03:56:52.136Z] 03:20:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 [2025-12-26T03:56:52.136Z] 03:21:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 [2025-12-26T03:56:52.136Z] 03:22:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 [2025-12-26T03:56:52.136Z] 03:23:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 [2025-12-26T03:56:52.136Z] 03:24:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 [2025-12-26T03:56:52.136Z] 03:25:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 [2025-12-26T03:56:52.136Z] 03:26:01 1.12 0.00 1.12 0.00 0.00 13.99 0.00 [2025-12-26T03:56:52.136Z] 03:27:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 [2025-12-26T03:56:52.136Z] 03:28:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 [2025-12-26T03:56:52.136Z] 03:29:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2025-12-26T03:56:52.136Z] 03:30:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 [2025-12-26T03:56:52.136Z] 03:31:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2025-12-26T03:56:52.136Z] 03:32:01 1.15 0.00 1.15 0.00 0.00 15.46 0.00 [2025-12-26T03:56:52.136Z] 03:33:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2025-12-26T03:56:52.136Z] 03:34:01 1.32 0.00 1.32 0.00 0.00 17.33 0.00 [2025-12-26T03:56:52.136Z] 03:35:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 [2025-12-26T03:56:52.136Z] 03:36:01 1.37 0.00 1.37 0.00 0.00 17.33 0.00 [2025-12-26T03:56:52.136Z] 03:37:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2025-12-26T03:56:52.136Z] 03:38:01 1.60 0.00 1.60 0.00 0.00 18.39 0.00 [2025-12-26T03:56:52.136Z] 03:39:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 [2025-12-26T03:56:52.136Z] 03:40:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 [2025-12-26T03:56:52.136Z] 03:41:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 [2025-12-26T03:56:52.136Z] 03:42:01 1.17 0.00 1.17 0.00 0.00 15.33 0.00 [2025-12-26T03:56:52.136Z] 03:43:01 1.43 0.30 1.13 0.00 16.79 14.66 0.00 [2025-12-26T03:56:52.136Z] 03:44:01 2.90 1.42 1.48 0.00 29.06 19.60 0.00 [2025-12-26T03:56:52.136Z] 03:45:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 [2025-12-26T03:56:52.136Z] 03:46:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 [2025-12-26T03:56:52.136Z] 03:47:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 [2025-12-26T03:56:52.136Z] 03:48:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 [2025-12-26T03:56:52.136Z] 03:49:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 [2025-12-26T03:56:52.136Z] 03:50:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 [2025-12-26T03:56:52.136Z] 03:51:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2025-12-26T03:56:52.136Z] 03:52:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 [2025-12-26T03:56:52.136Z] 03:53:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 [2025-12-26T03:56:52.136Z] 03:54:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 [2025-12-26T03:56:52.136Z] 03:55:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2025-12-26T03:56:52.136Z] 03:56:01 100.25 2.77 97.48 0.00 155.71 40220.10 0.00 [2025-12-26T03:56:52.136Z] Average: 59.13 1.73 57.40 0.00 165.30 20111.87 0.00 [2025-12-26T03:56:52.136Z] [2025-12-26T03:56:52.136Z] 03:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-12-26T03:56:52.136Z] 03:05:01 27326576 31348340 929400 2.83 121252 4076100 2186660 6.45 1513580 3516420 89124 [2025-12-26T03:56:52.136Z] 03:06:01 26078616 31330408 942560 2.87 129832 5226764 2269992 6.69 2161040 4043836 128696 [2025-12-26T03:56:52.136Z] 03:07:01 25428436 31217284 1053584 3.21 136864 5711152 2329200 6.87 2114040 4693784 620980 [2025-12-26T03:56:52.136Z] 03:08:01 21034000 31366068 900056 2.74 145548 10148616 2333220 6.88 2182132 8909364 2558224 [2025-12-26T03:56:52.136Z] 03:09:01 10675944 31368276 870628 2.65 379468 19684472 2264064 6.67 3137000 17694376 1674148 [2025-12-26T03:56:52.136Z] 03:10:01 4496060 28088536 4066564 12.37 437692 22156068 11445096 33.74 7576276 18942844 1418356 [2025-12-26T03:56:52.136Z] 03:11:01 930184 26981528 5182572 15.77 453504 24506576 11048752 32.57 9714552 20288120 304448 [2025-12-26T03:56:52.136Z] 03:12:01 5764676 31294912 927800 2.82 451664 24152764 2323388 6.85 3752796 21662772 372464 [2025-12-26T03:56:52.136Z] 03:13:01 5406360 31376476 851852 2.59 459284 24577036 2131148 6.28 4016196 21763944 220 [2025-12-26T03:56:52.136Z] 03:14:01 5405512 31385236 843000 2.56 460360 24585616 2012564 5.93 4524320 21258680 156 [2025-12-26T03:56:52.136Z] 03:15:01 5407960 31387772 840320 2.56 460680 24585668 2014820 5.94 4609984 21168296 8 [2025-12-26T03:56:52.136Z] 03:16:01 5407836 31387672 840708 2.56 460732 24585672 2014820 5.94 4610704 21168292 4 [2025-12-26T03:56:52.136Z] 03:17:01 5424548 31404436 824036 2.51 460764 24585668 2014820 5.94 4593992 21168184 12 [2025-12-26T03:56:52.136Z] 03:18:01 5424912 31404948 823668 2.51 460808 24585696 2014820 5.94 4594068 21168200 8 [2025-12-26T03:56:52.136Z] 03:19:01 5426564 31407156 821540 2.50 461300 24585864 2043424 6.02 4591904 21168240 8 [2025-12-26T03:56:52.136Z] 03:20:01 5426372 31407008 821532 2.50 461328 24585864 2043424 6.02 4591936 21168240 12 [2025-12-26T03:56:52.136Z] 03:21:01 5426332 31406980 821484 2.50 461352 24585868 2043424 6.02 4591900 21168244 24 [2025-12-26T03:56:52.136Z] 03:22:01 5426420 31407128 821444 2.50 461376 24585868 2043424 6.02 4591936 21168244 4 [2025-12-26T03:56:52.136Z] 03:23:01 5426396 31407156 821392 2.50 461404 24585876 2043424 6.02 4591984 21168248 44 [2025-12-26T03:56:52.136Z] 03:24:01 5426940 31407736 820804 2.50 461428 24585880 2043424 6.02 4591452 21168200 20 [2025-12-26T03:56:52.136Z] 03:25:01 5427184 31407992 820484 2.50 461444 24585880 2043424 6.02 4591396 21168200 8 [2025-12-26T03:56:52.136Z] 03:26:01 5427136 31407956 820452 2.50 461460 24585884 2043424 6.02 4591404 21168204 28 [2025-12-26T03:56:52.136Z] 03:27:01 5427088 31407932 820424 2.50 461468 24585892 2043424 6.02 4591696 21168212 8 [2025-12-26T03:56:52.136Z] 03:28:01 5427292 31408136 820132 2.50 461508 24585880 2043424 6.02 4591712 21168212 8 [2025-12-26T03:56:52.136Z] 03:29:01 5427212 31408116 820120 2.49 461524 24585896 2043424 6.02 4591836 21168216 4 [2025-12-26T03:56:52.136Z] 03:30:01 5426848 31407784 820388 2.50 461556 24585900 2043424 6.02 4591504 21168220 8 [2025-12-26T03:56:52.136Z] 03:31:01 5426540 31407480 820616 2.50 461572 24585904 2043424 6.02 4591504 21168224 8 [2025-12-26T03:56:52.136Z] 03:32:01 5426532 31407504 820540 2.50 461592 24585908 2043424 6.02 4591532 21168228 28 [2025-12-26T03:56:52.136Z] 03:33:01 5426476 31407468 820508 2.50 461612 24585908 2043424 6.02 4591556 21168228 8 [2025-12-26T03:56:52.136Z] 03:34:01 5426168 31407212 820708 2.50 461648 24585912 2043424 6.02 4591676 21168232 28 [2025-12-26T03:56:52.136Z] 03:35:01 5426584 31407640 820672 2.50 461668 24585912 2043424 6.02 4591612 21168232 8 [2025-12-26T03:56:52.136Z] 03:36:01 5426696 31407904 820416 2.50 461692 24586044 2043424 6.02 4591776 21168364 16 [2025-12-26T03:56:52.136Z] 03:37:01 5426260 31407528 820652 2.50 461704 24586048 2043424 6.02 4592020 21168368 176 [2025-12-26T03:56:52.136Z] 03:38:01 5427260 31408528 819608 2.49 461720 24586044 2043424 6.02 4591688 21168364 12 [2025-12-26T03:56:52.136Z] 03:39:01 5426920 31408212 819896 2.49 461744 24586052 2043424 6.02 4591772 21168368 8 [2025-12-26T03:56:52.136Z] 03:40:01 5426800 31408152 819852 2.49 461760 24586060 2043424 6.02 4591728 21168372 8 [2025-12-26T03:56:52.136Z] 03:41:01 5426444 31407816 820116 2.49 461776 24586060 2043424 6.02 4591756 21168376 4 [2025-12-26T03:56:52.136Z] 03:42:01 5426652 31408044 820056 2.49 461792 24586064 2043424 6.02 4591760 21168380 8 [2025-12-26T03:56:52.136Z] 03:43:01 5426180 31408096 819984 2.49 461832 24586568 2043424 6.02 4594712 21168708 52 [2025-12-26T03:56:52.136Z] 03:44:01 5419492 31403480 824328 2.51 461864 24587448 2043424 6.02 4599680 21168748 204 [2025-12-26T03:56:52.136Z] 03:45:01 5419136 31403140 824644 2.51 461880 24587452 2043424 6.02 4599284 21168752 24 [2025-12-26T03:56:52.137Z] 03:46:01 5418348 31402368 825344 2.51 461916 24587452 2043424 6.02 4599096 21168732 8 [2025-12-26T03:56:52.137Z] 03:47:01 5419372 31403428 824256 2.51 461944 24587456 2059472 6.07 4598808 21168736 28 [2025-12-26T03:56:52.137Z] 03:48:01 5419032 31403148 824520 2.51 461952 24587456 2059472 6.07 4598884 21168736 4 [2025-12-26T03:56:52.137Z] 03:49:01 5417992 31402144 825476 2.51 461976 24587464 2059472 6.07 4599292 21168744 188 [2025-12-26T03:56:52.137Z] 03:50:01 5418152 31402344 825540 2.51 462012 24587468 2059472 6.07 4599308 21168748 208 [2025-12-26T03:56:52.137Z] 03:51:01 5418412 31402604 825288 2.51 462024 24587468 2059472 6.07 4598940 21168748 12 [2025-12-26T03:56:52.137Z] 03:52:01 5418428 31402644 825224 2.51 462052 24587472 2059472 6.07 4598976 21168752 8 [2025-12-26T03:56:52.137Z] 03:53:01 5418380 31402768 825064 2.51 462084 24587596 2059472 6.07 4599016 21168884 32 [2025-12-26T03:56:52.137Z] 03:54:01 5418364 31402768 824996 2.51 462100 24587604 2059472 6.07 4599092 21168884 12 [2025-12-26T03:56:52.137Z] 03:55:01 5418308 31402728 824972 2.51 462108 24587608 2042796 6.02 4599048 21168888 4 [2025-12-26T03:56:52.137Z] 03:56:01 4557296 31356552 869252 2.64 500320 25303028 2117800 6.24 4704828 21860552 216 [2025-12-26T03:56:52.137Z] Average: 6912685 31244705 984221 2.99 434653 23041728 2427992 7.16 4495975 19856541 137853 [2025-12-26T03:56:52.137Z] [2025-12-26T03:56:52.137Z] 03:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-12-26T03:56:52.137Z] 03:05:01 ens3 1020.38 940.78 8081.80 136.39 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:05:01 veth6ba4117 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:05:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:05:01 docker0 832.33 849.26 63.15 4684.43 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:06:01 ens3 22.31 14.43 17.71 9.96 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:06:01 veth6ba4117 0.57 0.62 0.05 0.06 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:06:01 docker0 0.57 0.57 0.04 0.05 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:07:01 ens3 24.21 14.45 22.70 10.40 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:07:01 veth6ba4117 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:07:01 docker0 0.67 0.67 0.05 0.06 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 vethc203400 1.98 4.78 0.16 43.24 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 veth2b3e684 1.52 3.65 0.14 48.76 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 veth0d6fc60 1.38 2.98 0.12 43.12 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 vethf4f938a 8.65 4.82 125.05 0.42 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 veth83505be 2.87 5.73 0.24 69.97 0.00 0.00 0.00 0.01 [2025-12-26T03:56:52.137Z] 03:08:01 veth7c1b62a 4.78 1.98 43.24 0.16 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 ens3 150.76 89.44 2805.34 23.46 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 veth434fc22 4.82 8.65 0.42 125.05 0.00 0.00 0.00 0.01 [2025-12-26T03:56:52.137Z] 03:08:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 veth7624a49 2.67 7.67 0.22 122.90 0.00 0.00 0.00 0.01 [2025-12-26T03:56:52.137Z] 03:08:01 veth95cea36 0.63 1.13 0.06 0.26 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:08:01 docker0 19.01 38.94 1.35 579.13 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:09:01 ens3 1008.40 672.25 10831.62 79.74 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:09:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:09:01 veth95cea36 0.05 2.13 0.00 0.09 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:09:01 docker0 584.94 856.61 51.61 8932.10 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth5ddec9e 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 vethd83ad45 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth8b7194f 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 ens3 115.68 69.37 2130.59 10.60 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth6495860 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth1de8d54 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 vethf0b39f6 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth7f12232 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth95cea36 0.08 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth7c8e999 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 veth0425910 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 vethd66ec19 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 vethfb7b9de 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 docker0 0.68 0.07 0.02 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:10:01 vethb12b4d9 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 vethd83ad45 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 veth8b7194f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 ens3 4.03 2.85 2.98 1.76 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 veth6495860 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 veth1de8d54 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 vethf0b39f6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 veth7f12232 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 veth95cea36 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 veth7c8e999 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 veth0425910 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 vethd66ec19 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:11:01 vethb12b4d9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 vethd83ad45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 ens3 6.81 4.23 5.46 3.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 veth1cd2227 0.72 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 vethf0b39f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 veth7f12232 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 veth95cea36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 veth489417f 0.72 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:12:01 veth43c5592 0.70 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:13:01 ens3 328.28 342.14 181.67 1389.71 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:13:01 lo 33.59 33.59 3.30 3.30 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:13:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:14:01 ens3 427.34 436.72 157.62 2886.23 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:14:01 lo 27.86 27.86 2.72 2.72 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:15:01 ens3 95.63 87.74 44.68 498.02 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:15:01 lo 7.73 7.73 0.76 0.76 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:16:01 ens3 2.12 1.00 4.35 0.32 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:17:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:18:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:19:01 ens3 0.20 0.13 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:20:01 ens3 0.22 0.15 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:21:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:22:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:23:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:24:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:25:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:26:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:27:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:28:01 ens3 0.25 0.13 0.13 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:29:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:31:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:32:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:33:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:34:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:35:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:36:01 ens3 0.63 0.43 0.28 0.22 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:37:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:38:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:39:01 ens3 0.20 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:40:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:41:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:42:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:43:01 ens3 1.07 0.72 1.00 0.38 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:44:01 ens3 5.73 4.28 3.81 4.84 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:44:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:45:01 ens3 1.87 1.52 1.04 1.22 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:46:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:47:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:48:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:49:01 ens3 0.28 0.25 0.10 0.08 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:50:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:52:01 ens3 0.28 0.18 0.08 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:53:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:54:01 ens3 0.32 0.30 0.15 0.08 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:55:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:56:01 ens3 262.37 165.97 4965.26 39.63 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:56:01 lo 1.77 1.77 0.16 0.16 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] 03:56:01 docker0 73.05 96.27 6.58 904.32 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] Average: ens3 66.96 54.83 562.65 98.01 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] Average: lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] Average: docker0 29.06 35.43 2.36 290.37 0.00 0.00 0.00 0.00 [2025-12-26T03:56:52.137Z] [2025-12-26T03:56:52.137Z] [2025-12-26T03:56:52.137Z] ---> sar -P ALL: [2025-12-26T03:56:52.137Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775719) 12/26/25 _x86_64_ (8 CPU) [2025-12-26T03:56:52.137Z] [2025-12-26T03:56:52.137Z] 03:03:02 LINUX RESTART (8 CPU) [2025-12-26T03:56:52.137Z] [2025-12-26T03:56:52.137Z] 03:04:01 CPU %user %nice %system %iowait %steal %idle [2025-12-26T03:56:52.137Z] 03:05:01 all 10.83 0.00 3.59 2.08 0.08 83.43 [2025-12-26T03:56:52.137Z] 03:05:01 0 10.79 0.00 4.19 0.49 0.07 84.46 [2025-12-26T03:56:52.137Z] 03:05:01 1 9.88 0.00 3.21 5.68 0.07 81.17 [2025-12-26T03:56:52.137Z] 03:05:01 2 11.81 0.00 4.16 1.96 0.08 81.98 [2025-12-26T03:56:52.137Z] 03:05:01 3 11.80 0.00 3.02 0.12 0.08 84.98 [2025-12-26T03:56:52.137Z] 03:05:01 4 11.04 0.00 3.06 0.12 0.07 85.71 [2025-12-26T03:56:52.137Z] 03:05:01 5 12.40 0.00 2.96 1.16 0.07 83.41 [2025-12-26T03:56:52.137Z] 03:05:01 6 9.15 0.00 4.50 3.21 0.10 83.03 [2025-12-26T03:56:52.137Z] 03:05:01 7 9.73 0.00 3.62 3.91 0.07 82.67 [2025-12-26T03:56:52.137Z] 03:06:01 all 46.46 0.00 8.15 0.75 0.10 44.55 [2025-12-26T03:56:52.137Z] 03:06:01 0 44.23 0.00 8.91 4.13 0.10 42.63 [2025-12-26T03:56:52.137Z] 03:06:01 1 45.73 0.00 8.05 0.71 0.12 45.39 [2025-12-26T03:56:52.137Z] 03:06:01 2 46.65 0.00 8.24 0.74 0.10 44.27 [2025-12-26T03:56:52.137Z] 03:06:01 3 48.54 0.00 7.99 0.07 0.10 43.30 [2025-12-26T03:56:52.137Z] 03:06:01 4 47.01 0.00 7.87 0.10 0.08 44.93 [2025-12-26T03:56:52.137Z] 03:06:01 5 44.07 0.00 8.59 0.07 0.10 47.17 [2025-12-26T03:56:52.137Z] 03:06:01 6 48.21 0.00 8.19 0.15 0.08 43.36 [2025-12-26T03:56:52.137Z] 03:06:01 7 47.21 0.00 7.33 0.05 0.08 45.32 [2025-12-26T03:56:52.137Z] 03:07:01 all 64.27 0.00 8.07 0.15 0.11 27.41 [2025-12-26T03:56:52.137Z] 03:07:01 0 63.44 0.00 8.42 0.03 0.10 28.00 [2025-12-26T03:56:52.137Z] 03:07:01 1 65.07 0.00 8.08 0.10 0.10 26.65 [2025-12-26T03:56:52.137Z] 03:07:01 2 64.53 0.00 7.93 0.03 0.10 27.40 [2025-12-26T03:56:52.137Z] 03:07:01 3 64.67 0.00 7.75 0.08 0.10 27.39 [2025-12-26T03:56:52.137Z] 03:07:01 4 63.55 0.00 8.39 0.03 0.10 27.92 [2025-12-26T03:56:52.137Z] 03:07:01 5 64.74 0.00 7.86 0.82 0.12 26.46 [2025-12-26T03:56:52.137Z] 03:07:01 6 63.98 0.00 7.96 0.03 0.10 27.93 [2025-12-26T03:56:52.137Z] 03:07:01 7 64.18 0.00 8.18 0.03 0.12 27.49 [2025-12-26T03:56:52.137Z] 03:08:01 all 24.64 0.00 6.61 7.94 0.08 60.73 [2025-12-26T03:56:52.137Z] 03:08:01 0 23.93 0.00 6.19 8.02 0.10 61.76 [2025-12-26T03:56:52.137Z] 03:08:01 1 26.89 0.00 6.72 8.26 0.07 58.06 [2025-12-26T03:56:52.137Z] 03:08:01 2 25.31 0.00 5.59 5.77 0.08 63.24 [2025-12-26T03:56:52.137Z] 03:08:01 3 26.46 0.00 6.71 5.17 0.08 61.58 [2025-12-26T03:56:52.137Z] 03:08:01 4 22.16 0.00 6.92 15.11 0.08 55.73 [2025-12-26T03:56:52.137Z] 03:08:01 5 23.96 0.00 6.90 7.73 0.07 61.35 [2025-12-26T03:56:52.137Z] 03:08:01 6 25.47 0.00 6.46 1.69 0.08 66.30 [2025-12-26T03:56:52.137Z] 03:08:01 7 22.92 0.00 7.38 11.80 0.07 57.83 [2025-12-26T03:56:52.137Z] 03:09:01 all 15.10 0.00 8.77 28.83 0.09 47.21 [2025-12-26T03:56:52.137Z] 03:09:01 0 15.37 0.00 7.49 19.48 0.07 57.60 [2025-12-26T03:56:52.137Z] 03:09:01 1 15.53 0.00 8.24 35.11 0.10 41.02 [2025-12-26T03:56:52.137Z] 03:09:01 2 15.64 0.00 8.90 31.68 0.08 43.70 [2025-12-26T03:56:52.137Z] 03:09:01 3 15.08 0.00 9.25 27.57 0.12 47.99 [2025-12-26T03:56:52.137Z] 03:09:01 4 14.50 0.00 7.97 26.23 0.07 51.23 [2025-12-26T03:56:52.138Z] 03:09:01 5 15.13 0.00 8.91 21.48 0.08 54.39 [2025-12-26T03:56:52.138Z] 03:09:01 6 15.03 0.00 10.23 32.56 0.08 42.10 [2025-12-26T03:56:52.138Z] 03:09:01 7 14.51 0.00 9.15 36.62 0.10 39.62 [2025-12-26T03:56:52.138Z] 03:10:01 all 76.05 0.00 10.56 3.98 0.12 9.29 [2025-12-26T03:56:52.138Z] 03:10:01 0 75.93 0.00 10.69 0.79 0.13 12.46 [2025-12-26T03:56:52.138Z] 03:10:01 1 76.98 0.00 9.65 1.47 0.12 11.78 [2025-12-26T03:56:52.138Z] 03:10:01 2 75.71 0.00 11.07 10.50 0.12 2.60 [2025-12-26T03:56:52.138Z] 03:10:01 3 76.19 0.00 10.27 1.19 0.10 12.25 [2025-12-26T03:56:52.138Z] 03:10:01 4 75.16 0.00 12.06 12.02 0.12 0.64 [2025-12-26T03:56:52.138Z] 03:10:01 5 75.96 0.00 10.70 1.92 0.12 11.30 [2025-12-26T03:56:52.138Z] 03:10:01 6 75.67 0.00 10.79 2.21 0.13 11.19 [2025-12-26T03:56:52.138Z] 03:10:01 7 76.80 0.00 9.24 1.72 0.12 12.13 [2025-12-26T03:56:52.138Z] 03:11:01 all 91.11 0.00 8.76 0.00 0.12 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 0 91.06 0.00 8.84 0.00 0.10 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 1 91.26 0.00 8.63 0.00 0.12 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 2 91.40 0.00 8.47 0.00 0.13 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 3 90.07 0.00 9.82 0.00 0.12 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 4 90.31 0.00 9.57 0.00 0.12 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 5 91.59 0.00 8.28 0.00 0.13 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 6 92.12 0.00 7.76 0.00 0.12 0.00 [2025-12-26T03:56:52.138Z] 03:11:01 7 91.11 0.00 8.75 0.00 0.13 0.00 [2025-12-26T03:56:52.138Z] 03:12:01 all 76.33 0.00 8.45 3.84 0.12 11.25 [2025-12-26T03:56:52.138Z] 03:12:01 0 76.09 0.00 8.45 12.18 0.12 3.16 [2025-12-26T03:56:52.138Z] 03:12:01 1 76.98 0.00 8.16 0.27 0.13 14.45 [2025-12-26T03:56:52.138Z] 03:12:01 2 75.98 0.00 8.55 1.10 0.12 14.25 [2025-12-26T03:56:52.138Z] 03:12:01 3 76.03 0.00 8.76 1.86 0.13 13.21 [2025-12-26T03:56:52.138Z] 03:12:01 4 76.07 0.00 8.75 3.71 0.13 11.34 [2025-12-26T03:56:52.138Z] 03:12:01 5 76.77 0.00 8.20 2.32 0.13 12.58 [2025-12-26T03:56:52.138Z] 03:12:01 6 76.29 0.00 8.15 5.16 0.12 10.29 [2025-12-26T03:56:52.138Z] 03:12:01 7 76.39 0.00 8.61 4.14 0.10 10.77 [2025-12-26T03:56:52.138Z] 03:13:01 all 6.74 0.00 1.42 3.44 0.07 88.34 [2025-12-26T03:56:52.138Z] 03:13:01 0 9.71 0.00 1.44 0.94 0.05 87.86 [2025-12-26T03:56:52.138Z] 03:13:01 1 3.87 0.00 1.30 0.67 0.05 94.11 [2025-12-26T03:56:52.138Z] 03:13:01 2 7.72 0.00 1.35 0.60 0.07 90.26 [2025-12-26T03:56:52.138Z] 03:13:01 3 4.95 0.00 1.44 8.37 0.07 85.17 [2025-12-26T03:56:52.138Z] 03:13:01 4 6.10 0.00 1.54 3.12 0.07 89.17 [2025-12-26T03:56:52.138Z] 03:13:01 5 3.22 0.00 1.33 4.30 0.07 91.09 [2025-12-26T03:56:52.138Z] 03:13:01 6 9.76 0.00 1.59 6.32 0.08 82.24 [2025-12-26T03:56:52.138Z] 03:13:01 7 8.59 0.00 1.34 3.20 0.08 86.79 [2025-12-26T03:56:52.138Z] 03:14:01 all 11.55 0.00 0.87 0.07 0.06 87.44 [2025-12-26T03:56:52.138Z] 03:14:01 0 14.51 0.00 1.21 0.08 0.08 84.12 [2025-12-26T03:56:52.138Z] 03:14:01 1 5.86 0.00 0.76 0.00 0.05 93.34 [2025-12-26T03:56:52.138Z] 03:14:01 2 7.86 0.00 0.65 0.02 0.07 91.40 [2025-12-26T03:56:52.138Z] 03:14:01 3 10.45 0.00 0.78 0.28 0.05 88.44 [2025-12-26T03:56:52.138Z] 03:14:01 4 10.85 0.00 0.77 0.02 0.07 88.30 [2025-12-26T03:56:52.138Z] 03:14:01 5 14.49 0.00 0.73 0.02 0.07 84.70 [2025-12-26T03:56:52.138Z] 03:14:01 6 16.56 0.00 1.07 0.05 0.08 82.23 [2025-12-26T03:56:52.138Z] 03:14:01 7 11.83 0.00 1.00 0.10 0.05 87.02 [2025-12-26T03:56:52.138Z] 03:15:01 all 2.25 0.00 0.25 0.02 0.03 97.45 [2025-12-26T03:56:52.138Z] 03:15:01 0 3.20 0.00 0.32 0.05 0.03 96.40 [2025-12-26T03:56:52.138Z] 03:15:01 1 0.69 0.00 0.22 0.00 0.03 99.06 [2025-12-26T03:56:52.138Z] 03:15:01 2 2.19 0.00 0.27 0.00 0.02 97.53 [2025-12-26T03:56:52.138Z] 03:15:01 3 1.90 0.00 0.22 0.07 0.02 97.80 [2025-12-26T03:56:52.138Z] 03:15:01 4 1.43 0.00 0.22 0.02 0.02 98.32 [2025-12-26T03:56:52.138Z] 03:15:01 5 1.59 0.00 0.15 0.00 0.02 98.25 [2025-12-26T03:56:52.138Z] 03:15:01 6 3.54 0.00 0.32 0.02 0.03 96.09 [2025-12-26T03:56:52.138Z] 03:15:01 7 3.47 0.00 0.32 0.00 0.03 96.18 [2025-12-26T03:56:52.138Z] [2025-12-26T03:56:52.138Z] 03:15:01 CPU %user %nice %system %iowait %steal %idle [2025-12-26T03:56:52.138Z] 03:16:01 all 0.22 0.00 0.01 0.01 0.01 99.74 [2025-12-26T03:56:52.138Z] 03:16:01 0 0.03 0.00 0.03 0.07 0.03 99.83 [2025-12-26T03:56:52.138Z] 03:16:01 1 1.55 0.00 0.07 0.00 0.02 98.37 [2025-12-26T03:56:52.138Z] 03:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:16:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:16:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:17:01 all 0.27 0.00 0.02 0.01 0.01 99.69 [2025-12-26T03:56:52.138Z] 03:17:01 0 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:17:01 1 1.99 0.00 0.03 0.00 0.02 97.96 [2025-12-26T03:56:52.138Z] 03:17:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:17:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:17:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:17:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:17:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:18:01 all 0.09 0.00 0.02 0.00 0.02 99.87 [2025-12-26T03:56:52.138Z] 03:18:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-26T03:56:52.138Z] 03:18:01 1 0.55 0.00 0.12 0.00 0.03 99.30 [2025-12-26T03:56:52.138Z] 03:18:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:18:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:18:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:18:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:19:01 all 0.04 0.00 0.02 0.01 0.01 99.92 [2025-12-26T03:56:52.138Z] 03:19:01 0 0.08 0.00 0.03 0.03 0.03 99.82 [2025-12-26T03:56:52.138Z] 03:19:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:19:01 5 0.03 0.00 0.00 0.03 0.00 99.93 [2025-12-26T03:56:52.138Z] 03:19:01 6 0.07 0.00 0.02 0.02 0.02 99.88 [2025-12-26T03:56:52.138Z] 03:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-26T03:56:52.138Z] 03:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:20:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:20:01 6 0.05 0.00 0.03 0.02 0.00 99.90 [2025-12-26T03:56:52.138Z] 03:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:21:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-12-26T03:56:52.138Z] 03:21:01 0 0.02 0.00 0.05 0.02 0.03 99.88 [2025-12-26T03:56:52.138Z] 03:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:21:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:21:01 6 0.08 0.00 0.02 0.00 0.02 99.88 [2025-12-26T03:56:52.138Z] 03:21:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:22:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2025-12-26T03:56:52.138Z] 03:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:22:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2025-12-26T03:56:52.138Z] 03:22:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:22:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:22:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:23:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2025-12-26T03:56:52.138Z] 03:23:01 0 0.07 0.00 0.05 0.02 0.03 99.83 [2025-12-26T03:56:52.138Z] 03:23:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:23:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:23:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:23:01 6 0.12 0.00 0.02 0.00 0.00 99.87 [2025-12-26T03:56:52.138Z] 03:23:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:24:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2025-12-26T03:56:52.138Z] 03:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:24:01 1 0.28 0.00 0.03 0.00 0.03 99.65 [2025-12-26T03:56:52.138Z] 03:24:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:24:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:24:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:25:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-26T03:56:52.138Z] 03:25:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-26T03:56:52.138Z] 03:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:25:01 2 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:25:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:26:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.138Z] 03:26:01 0 0.05 0.00 0.03 0.02 0.03 99.87 [2025-12-26T03:56:52.138Z] 03:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:26:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:26:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] [2025-12-26T03:56:52.138Z] 03:26:01 CPU %user %nice %system %iowait %steal %idle [2025-12-26T03:56:52.138Z] 03:27:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-12-26T03:56:52.138Z] 03:27:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:27:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:27:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2025-12-26T03:56:52.138Z] 03:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:27:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:28:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-26T03:56:52.138Z] 03:28:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-26T03:56:52.138Z] 03:28:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:28:01 6 0.07 0.00 0.00 0.00 0.00 99.93 [2025-12-26T03:56:52.138Z] 03:28:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:29:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2025-12-26T03:56:52.138Z] 03:29:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:29:01 1 0.15 0.00 0.02 0.00 0.02 99.82 [2025-12-26T03:56:52.138Z] 03:29:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:29:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:29:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:29:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:29:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:30:01 all 0.08 0.00 0.01 0.00 0.01 99.89 [2025-12-26T03:56:52.138Z] 03:30:01 0 0.02 0.00 0.03 0.02 0.03 99.90 [2025-12-26T03:56:52.138Z] 03:30:01 1 0.57 0.00 0.02 0.00 0.02 99.40 [2025-12-26T03:56:52.138Z] 03:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:31:01 all 0.27 0.00 0.03 0.00 0.01 99.68 [2025-12-26T03:56:52.138Z] 03:31:01 0 0.07 0.00 0.03 0.02 0.03 99.85 [2025-12-26T03:56:52.138Z] 03:31:01 1 1.99 0.00 0.03 0.00 0.02 97.96 [2025-12-26T03:56:52.138Z] 03:31:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:31:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:31:01 7 0.02 0.00 0.05 0.02 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:32:01 all 0.16 0.00 0.02 0.00 0.01 99.80 [2025-12-26T03:56:52.138Z] 03:32:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2025-12-26T03:56:52.138Z] 03:32:01 1 1.09 0.00 0.10 0.00 0.02 98.79 [2025-12-26T03:56:52.138Z] 03:32:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2025-12-26T03:56:52.138Z] 03:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:32:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:33:01 all 0.07 0.00 0.01 0.01 0.01 99.89 [2025-12-26T03:56:52.138Z] 03:33:01 0 0.02 0.00 0.07 0.05 0.03 99.83 [2025-12-26T03:56:52.138Z] 03:33:01 1 0.38 0.00 0.00 0.00 0.02 99.60 [2025-12-26T03:56:52.138Z] 03:33:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2025-12-26T03:56:52.138Z] 03:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:33:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:34:01 all 0.03 0.00 0.02 0.02 0.01 99.91 [2025-12-26T03:56:52.138Z] 03:34:01 0 0.05 0.00 0.05 0.13 0.03 99.73 [2025-12-26T03:56:52.138Z] 03:34:01 1 0.12 0.00 0.00 0.00 0.02 99.87 [2025-12-26T03:56:52.138Z] 03:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:34:01 3 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:34:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:34:01 6 0.05 0.00 0.02 0.03 0.00 99.90 [2025-12-26T03:56:52.138Z] 03:34:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:35:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.138Z] 03:35:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-26T03:56:52.138Z] 03:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:35:01 2 0.05 0.00 0.00 0.00 0.03 99.92 [2025-12-26T03:56:52.138Z] 03:35:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.138Z] 03:35:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:35:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.138Z] 03:36:01 0 0.02 0.00 0.02 0.02 0.03 99.92 [2025-12-26T03:56:52.138Z] 03:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:36:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2025-12-26T03:56:52.138Z] 03:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:36:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.138Z] 03:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:36:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:37:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-26T03:56:52.138Z] 03:37:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-26T03:56:52.138Z] 03:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-12-26T03:56:52.138Z] 03:37:01 2 0.07 0.00 0.05 0.00 0.03 99.85 [2025-12-26T03:56:52.138Z] 03:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:37:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:37:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-26T03:56:52.138Z] 03:37:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-26T03:56:52.138Z] [2025-12-26T03:56:52.138Z] 03:37:01 CPU %user %nice %system %iowait %steal %idle [2025-12-26T03:56:52.138Z] 03:38:01 all 0.26 0.00 0.02 0.01 0.01 99.70 [2025-12-26T03:56:52.138Z] 03:38:01 0 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-26T03:56:52.138Z] 03:38:01 1 1.97 0.00 0.02 0.00 0.02 98.00 [2025-12-26T03:56:52.138Z] 03:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.138Z] 03:38:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.138Z] 03:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.138Z] 03:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.138Z] 03:38:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:38:01 7 0.00 0.00 0.00 0.05 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:39:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2025-12-26T03:56:52.138Z] 03:39:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-12-26T03:56:52.138Z] 03:39:01 1 0.48 0.00 0.00 0.00 0.02 99.50 [2025-12-26T03:56:52.139Z] 03:39:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-26T03:56:52.139Z] 03:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:39:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:39:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-26T03:56:52.139Z] 03:39:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2025-12-26T03:56:52.139Z] 03:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.139Z] 03:40:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:40:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-12-26T03:56:52.139Z] 03:40:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:40:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:40:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:41:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-12-26T03:56:52.139Z] 03:41:01 0 0.03 0.00 0.03 0.02 0.03 99.88 [2025-12-26T03:56:52.139Z] 03:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:41:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.139Z] 03:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:41:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-26T03:56:52.139Z] 03:41:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-26T03:56:52.139Z] 03:42:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.139Z] 03:42:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-26T03:56:52.139Z] 03:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:42:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-26T03:56:52.139Z] 03:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:43:01 all 0.09 0.00 0.02 0.00 0.02 99.87 [2025-12-26T03:56:52.139Z] 03:43:01 0 0.07 0.00 0.03 0.02 0.03 99.85 [2025-12-26T03:56:52.139Z] 03:43:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:43:01 2 0.12 0.00 0.02 0.00 0.03 99.83 [2025-12-26T03:56:52.139Z] 03:43:01 3 0.17 0.00 0.02 0.00 0.02 99.80 [2025-12-26T03:56:52.139Z] 03:43:01 4 0.15 0.00 0.03 0.00 0.02 99.80 [2025-12-26T03:56:52.139Z] 03:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:43:01 6 0.12 0.00 0.07 0.00 0.00 99.82 [2025-12-26T03:56:52.139Z] 03:43:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:44:01 all 0.32 0.00 0.04 0.01 0.01 99.61 [2025-12-26T03:56:52.139Z] 03:44:01 0 0.18 0.00 0.03 0.02 0.00 99.77 [2025-12-26T03:56:52.139Z] 03:44:01 1 1.17 0.00 0.05 0.00 0.02 98.76 [2025-12-26T03:56:52.139Z] 03:44:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2025-12-26T03:56:52.139Z] 03:44:01 3 0.62 0.00 0.02 0.00 0.02 99.35 [2025-12-26T03:56:52.139Z] 03:44:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:44:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-26T03:56:52.139Z] 03:44:01 6 0.33 0.00 0.08 0.02 0.02 99.55 [2025-12-26T03:56:52.139Z] 03:44:01 7 0.18 0.00 0.08 0.02 0.02 99.70 [2025-12-26T03:56:52.139Z] 03:45:01 all 0.09 0.00 0.03 0.00 0.01 99.87 [2025-12-26T03:56:52.139Z] 03:45:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:45:01 1 0.27 0.00 0.05 0.00 0.02 99.67 [2025-12-26T03:56:52.139Z] 03:45:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:45:01 3 0.25 0.00 0.02 0.00 0.00 99.73 [2025-12-26T03:56:52.139Z] 03:45:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-12-26T03:56:52.139Z] 03:45:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2025-12-26T03:56:52.139Z] 03:45:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:45:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.139Z] 03:46:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:46:01 2 0.07 0.00 0.00 0.00 0.03 99.90 [2025-12-26T03:56:52.139Z] 03:46:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:46:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:46:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:46:01 7 0.05 0.00 0.02 0.00 0.03 99.90 [2025-12-26T03:56:52.139Z] 03:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-12-26T03:56:52.139Z] 03:47:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:47:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:47:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-26T03:56:52.139Z] 03:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:48:01 all 0.01 0.00 0.01 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:48:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.139Z] 03:48:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-12-26T03:56:52.139Z] 03:48:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:48:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:48:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:48:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2025-12-26T03:56:52.139Z] [2025-12-26T03:56:52.139Z] 03:48:01 CPU %user %nice %system %iowait %steal %idle [2025-12-26T03:56:52.139Z] 03:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.139Z] 03:49:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-26T03:56:52.139Z] 03:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:49:01 2 0.08 0.00 0.05 0.00 0.03 99.83 [2025-12-26T03:56:52.139Z] 03:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:49:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:49:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:49:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:50:01 all 0.01 0.00 0.01 0.00 0.02 99.96 [2025-12-26T03:56:52.139Z] 03:50:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:50:01 1 0.00 0.00 0.00 0.00 0.03 99.97 [2025-12-26T03:56:52.139Z] 03:50:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:50:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-26T03:56:52.139Z] 03:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.139Z] 03:50:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:50:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2025-12-26T03:56:52.139Z] 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.139Z] 03:51:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-12-26T03:56:52.139Z] 03:51:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:51:01 6 0.08 0.00 0.02 0.00 0.03 99.87 [2025-12-26T03:56:52.139Z] 03:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-12-26T03:56:52.139Z] 03:52:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.139Z] 03:52:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-12-26T03:56:52.139Z] 03:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:52:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:52:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-26T03:56:52.139Z] 03:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.139Z] 03:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.139Z] 03:53:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:53:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:53:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2025-12-26T03:56:52.139Z] 03:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.139Z] 03:54:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2025-12-26T03:56:52.139Z] 03:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:54:01 2 0.07 0.00 0.02 0.00 0.03 99.88 [2025-12-26T03:56:52.139Z] 03:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:54:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-12-26T03:56:52.139Z] 03:54:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2025-12-26T03:56:52.139Z] 03:54:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2025-12-26T03:56:52.139Z] 03:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-12-26T03:56:52.139Z] 03:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-12-26T03:56:52.139Z] 03:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-12-26T03:56:52.139Z] 03:55:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-12-26T03:56:52.139Z] 03:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-12-26T03:56:52.139Z] 03:55:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-12-26T03:56:52.139Z] 03:55:01 6 0.00 0.00 0.00 0.00 0.03 99.97 [2025-12-26T03:56:52.139Z] 03:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-12-26T03:56:52.139Z] 03:56:01 all 6.12 0.00 2.29 0.79 0.05 90.75 [2025-12-26T03:56:52.139Z] 03:56:01 0 4.76 0.00 2.55 0.72 0.03 91.93 [2025-12-26T03:56:52.139Z] 03:56:01 1 6.58 0.00 2.02 0.03 0.05 91.32 [2025-12-26T03:56:52.139Z] 03:56:01 2 7.09 0.00 2.12 0.07 0.05 90.68 [2025-12-26T03:56:52.139Z] 03:56:01 3 7.32 0.00 2.70 0.27 0.07 89.64 [2025-12-26T03:56:52.139Z] 03:56:01 4 6.68 0.00 2.58 0.08 0.05 90.61 [2025-12-26T03:56:52.139Z] 03:56:01 5 4.52 0.00 2.79 5.13 0.05 87.51 [2025-12-26T03:56:52.139Z] 03:56:01 6 6.06 0.00 1.64 0.03 0.07 92.20 [2025-12-26T03:56:52.139Z] 03:56:01 7 5.95 0.00 1.93 0.02 0.03 92.07 [2025-12-26T03:56:52.139Z] Average: all 8.31 0.00 1.31 0.99 0.03 89.36 [2025-12-26T03:56:52.139Z] Average: 0 8.32 0.00 1.33 0.91 0.03 89.41 [2025-12-26T03:56:52.139Z] Average: 1 8.41 0.00 1.26 0.99 0.03 89.31 [2025-12-26T03:56:52.139Z] Average: 2 8.31 0.00 1.30 1.00 0.03 89.35 [2025-12-26T03:56:52.139Z] Average: 3 8.31 0.00 1.32 0.86 0.03 89.48 [2025-12-26T03:56:52.139Z] Average: 4 8.14 0.00 1.34 1.15 0.03 89.34 [2025-12-26T03:56:52.139Z] Average: 5 8.22 0.00 1.29 0.86 0.02 89.61 [2025-12-26T03:56:52.139Z] Average: 6 8.50 0.00 1.33 0.98 0.03 89.16 [2025-12-26T03:56:52.139Z] Average: 7 8.30 0.00 1.29 1.17 0.03 89.21 [2025-12-26T03:56:52.139Z] [2025-12-26T03:56:52.139Z] [2025-12-26T03:56:52.139Z]