Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d985e1d3b4acfc9bf250ab2c44447925927054e8 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-ssh7125065565953278507.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-ssh15045798864361020381.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-ssh11879193907579459630.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-ssh15829834208752841467.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-ssh1234999103614320259.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-235’ Running on prd-ubuntu20.04-docker-8c-8g-239 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/946 [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/946 # 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 d985e1d3b4acfc9bf250ab2c44447925927054e8 (main) Commit message: "Merge pull request #5342 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.15.0" > 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 d985e1d3b4acfc9bf250ab2c44447925927054e8 # timeout=10 > git rev-list --no-walk 57ffbae0593651cdf4e9b2c2f004fd8eda187fd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-01-07T08:25:02.266Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-01-07T08:25:02.329Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-01-07T08:25:02.347Z] ========================================================= [2026-01-07T08:25:02.347Z] EdgeX Global Pipelines Version Info [2026-01-07T08:25:02.347Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:25:03.435Z] ------------------- [2026-01-07T08:25:03.435Z] stable info: [2026-01-07T08:25:03.435Z] ------------------- [2026-01-07T08:25:03.435Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-01-07T08:25:03.435Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2026-01-07T08:25:03.435Z] Message: update stable to v1.0.278 [2026-01-07T08:25:04.005Z] ------------------- [2026-01-07T08:25:04.005Z] experimental info: [2026-01-07T08:25:04.005Z] ------------------- [2026-01-07T08:25:04.005Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-01-07T08:25:04.005Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2026-01-07T08:25:04.005Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-01-07T08:25:04.080Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2026-01-07T08:25:04.098Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2026-01-07T08:25:04.115Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-01-07T08:25:04.136Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-01-07T08:25:04.156Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-01-07T08:25:04.176Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-01-07T08:25:04.193Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-01-07T08:25:04.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2026-01-07T08:25:04.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2026-01-07T08:25:04.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2026-01-07T08:25:04.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-01-07T08:25:04.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-01-07T08:25:04.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-01-07T08:25:04.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-01-07T08:25:04.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-01-07T08:25:04.361Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-01-07T08:25:04.382Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-01-07T08:25:04.404Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-01-07T08:25:04.425Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2026-01-07T08:25:04.446Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2026-01-07T08:25:04.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-01-07T08:25:04.486Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-01-07T08:25:04.507Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-01-07T08:25:04.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-01-07T08:25:04.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-01-07T08:25:04.572Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-01-07T08:25:04.592Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T08:25:04.611Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d985e1d [Pipeline] echo [2026-01-07T08:25:04.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T08:25:04.685Z] provisioning config files... [2026-01-07T08:25:04.698Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config16631356131162278778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:25:05.029Z] ---> ****-login.sh [2026-01-07T08:25:05.029Z] nexus3.edgexfoundry.org:10001 [2026-01-07T08:25:05.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:25:05.614Z] [2026-01-07T08:25:05.614Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-01-07T08:25:05.614Z] Configure a credential helper to remove this warning. See [2026-01-07T08:25:05.614Z] https://docs.****.com/go/credential-store/ [2026-01-07T08:25:05.614Z] [2026-01-07T08:25:05.614Z] Login Succeeded [2026-01-07T08:25:05.614Z] nexus3.edgexfoundry.org:10002 [2026-01-07T08:25:05.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:25:05.614Z] [2026-01-07T08:25:05.614Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-01-07T08:25:05.614Z] Configure a credential helper to remove this warning. See [2026-01-07T08:25:05.614Z] https://docs.****.com/go/credential-store/ [2026-01-07T08:25:05.614Z] [2026-01-07T08:25:05.614Z] Login Succeeded [2026-01-07T08:25:05.614Z] nexus3.edgexfoundry.org:10003 [2026-01-07T08:25:05.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:25:05.615Z] [2026-01-07T08:25:05.615Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-01-07T08:25:05.615Z] Configure a credential helper to remove this warning. See [2026-01-07T08:25:05.615Z] https://docs.****.com/go/credential-store/ [2026-01-07T08:25:05.615Z] [2026-01-07T08:25:05.615Z] Login Succeeded [2026-01-07T08:25:05.615Z] nexus3.edgexfoundry.org:10004 [2026-01-07T08:25:05.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:25:05.615Z] [2026-01-07T08:25:05.615Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-01-07T08:25:05.615Z] Configure a credential helper to remove this warning. See [2026-01-07T08:25:05.615Z] https://docs.****.com/go/credential-store/ [2026-01-07T08:25:05.615Z] [2026-01-07T08:25:05.875Z] Login Succeeded [2026-01-07T08:25:05.875Z] ****.io [2026-01-07T08:25:05.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:25:05.875Z] [2026-01-07T08:25:05.875Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-01-07T08:25:05.875Z] Configure a credential helper to remove this warning. See [2026-01-07T08:25:05.875Z] https://docs.****.com/go/credential-store/ [2026-01-07T08:25:05.875Z] [2026-01-07T08:25:05.875Z] Login Succeeded [2026-01-07T08:25:05.875Z] ---> ****-login.sh ends [Pipeline] } [2026-01-07T08:25:05.884Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-01-07T08:25:06.218Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/core-command/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo core-command,cmd/core-command/Dockerfile [2026-01-07T08:25:06.218Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2026-01-07T08:25:06.218Z] cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/core-data/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo core-data,cmd/core-data/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/core-keeper/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2026-01-07T08:25:06.218Z] + + dirnamecut cmd/core-metadata/Dockerfile -d/ [2026-01-07T08:25:06.218Z] -f2 [2026-01-07T08:25:06.218Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + dirname cmd/security-bootstrapper/Dockerfile [2026-01-07T08:25:06.218Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/security-proxy-auth/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/security-proxy-setup/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/security-secretstore-setup/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/security-spire-agent/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2026-01-07T08:25:06.218Z] + + cut -d/ -f2dirname [2026-01-07T08:25:06.218Z] cmd/security-spire-config/Dockerfile [2026-01-07T08:25:06.218Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/security-spire-server/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/support-notifications/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2026-01-07T08:25:06.218Z] + dirname cmd/support-scheduler/Dockerfile [2026-01-07T08:25:06.218Z] + cut -d/ -f2 [2026-01-07T08:25:06.218Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2026-01-07T08:25:06.255Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2026-01-07T08:25:06.619Z] + git rev-list -1 --merges d985e1d3b4acfc9bf250ab2c44447925927054e8~1..d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T08:25:06.631Z] -----------> git rev-list -1 --merges d985e1d3b4acfc9bf250ab2c44447925927054e8~1..d985e1d3b4acfc9bf250ab2c44447925927054e8 d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:25:06.631Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [false] [Pipeline] sh [2026-01-07T08:25:06.922Z] + git log --format=format:%s -1 d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T08:25:06.937Z] ========================================================= [2026-01-07T08:25:06.938Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-01-07T08:25:06.938Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-01-07T08:25:07.367Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-01-07T08:25:07.367Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-01-07T08:25:07.367Z] + [ -e /tmp/ssh_known_hosts ] [2026-01-07T08:25:07.367Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-01-07T08:25:07.367Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-01-07T08:25:07.367Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-01-07T08:25:07.367Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:25:07.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-01-07T08:25:07.772Z] [2026-01-07T08:25:07.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:25:08.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-01-07T08:25:08.073Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-01-07T08:25:08.073Z] 3dae71ba6b94: Pulling fs layer [2026-01-07T08:25:08.073Z] 6bf1a483ea7c: Pulling fs layer [2026-01-07T08:25:08.073Z] f5dfc541a4d3: Pulling fs layer [2026-01-07T08:25:08.073Z] 461d9e800cba: Pulling fs layer [2026-01-07T08:25:08.073Z] 80192f66455f: Pulling fs layer [2026-01-07T08:25:08.073Z] 2e8e34ca0e6c: Pulling fs layer [2026-01-07T08:25:08.073Z] a29436f7fd5d: Pulling fs layer [2026-01-07T08:25:08.073Z] 923cac83aea3: Pulling fs layer [2026-01-07T08:25:08.073Z] 25ad8b0a4227: Pulling fs layer [2026-01-07T08:25:08.073Z] db01528c6b51: Pulling fs layer [2026-01-07T08:25:08.073Z] 28988de357af: Pulling fs layer [2026-01-07T08:25:08.073Z] 80192f66455f: Waiting [2026-01-07T08:25:08.073Z] 2e8e34ca0e6c: Waiting [2026-01-07T08:25:08.073Z] db01528c6b51: Waiting [2026-01-07T08:25:08.073Z] 28988de357af: Waiting [2026-01-07T08:25:08.073Z] 25ad8b0a4227: Waiting [2026-01-07T08:25:08.073Z] a29436f7fd5d: Waiting [2026-01-07T08:25:08.073Z] 923cac83aea3: Waiting [2026-01-07T08:25:08.073Z] 461d9e800cba: Waiting [2026-01-07T08:25:08.073Z] 6bf1a483ea7c: Verifying Checksum [2026-01-07T08:25:08.073Z] 6bf1a483ea7c: Download complete [2026-01-07T08:25:08.073Z] 461d9e800cba: Download complete [2026-01-07T08:25:08.334Z] f5dfc541a4d3: Verifying Checksum [2026-01-07T08:25:08.334Z] f5dfc541a4d3: Download complete [2026-01-07T08:25:08.594Z] 3dae71ba6b94: Verifying Checksum [2026-01-07T08:25:08.594Z] 3dae71ba6b94: Download complete [2026-01-07T08:25:08.594Z] 923cac83aea3: Verifying Checksum [2026-01-07T08:25:08.594Z] 923cac83aea3: Download complete [2026-01-07T08:25:08.594Z] 25ad8b0a4227: Verifying Checksum [2026-01-07T08:25:08.594Z] 25ad8b0a4227: Download complete [2026-01-07T08:25:08.594Z] db01528c6b51: Verifying Checksum [2026-01-07T08:25:08.594Z] db01528c6b51: Download complete [2026-01-07T08:25:08.594Z] 28988de357af: Verifying Checksum [2026-01-07T08:25:08.594Z] 28988de357af: Download complete [2026-01-07T08:25:08.852Z] a29436f7fd5d: Verifying Checksum [2026-01-07T08:25:08.852Z] a29436f7fd5d: Download complete [2026-01-07T08:25:09.110Z] 2e8e34ca0e6c: Verifying Checksum [2026-01-07T08:25:09.110Z] 2e8e34ca0e6c: Download complete [2026-01-07T08:25:10.046Z] 3dae71ba6b94: Pull complete [2026-01-07T08:25:10.305Z] 6bf1a483ea7c: Pull complete [2026-01-07T08:25:11.238Z] f5dfc541a4d3: Pull complete [2026-01-07T08:25:11.238Z] 461d9e800cba: Pull complete [2026-01-07T08:25:11.238Z] 80192f66455f: Pull complete [2026-01-07T08:25:16.505Z] 2e8e34ca0e6c: Pull complete [2026-01-07T08:25:16.505Z] a29436f7fd5d: Pull complete [2026-01-07T08:25:16.505Z] 923cac83aea3: Pull complete [2026-01-07T08:25:16.505Z] 25ad8b0a4227: Pull complete [2026-01-07T08:25:16.765Z] db01528c6b51: Pull complete [2026-01-07T08:25:16.765Z] 28988de357af: Pull complete [2026-01-07T08:25:16.765Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-01-07T08:25:16.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-01-07T08:25:16.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T08:25:16.900Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T08:25:16.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-01-07T08:25:18.549Z] $ docker top bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f -eo pid,comm [2026-01-07T08:25:18.597Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-01-07T08:25:18.597Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-01-07T08:25:18.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-01-07T08:25:18.644Z] [ssh-agent] Looking for ssh-agent implementation... [2026-01-07T08:25:18.755Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-01-07T08:25:18.757Z] $ docker exec bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent [2026-01-07T08:25:18.870Z] SSH_AUTH_SOCK=/tmp/ssh-2jjtm8geSUJJ/agent.32 [2026-01-07T08:25:18.870Z] SSH_AGENT_PID=38 [2026-01-07T08:25:18.876Z] Running ssh-add (command line suppressed) [2026-01-07T08:25:18.991Z] Identity added: /w/workspace/edgex-go/946@tmp/private_key_3848238736926874901.key (/w/workspace/edgex-go/946@tmp/private_key_3848238736926874901.key) [2026-01-07T08:25:19.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-01-07T08:25:19.296Z] + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] sh [2026-01-07T08:25:19.582Z] + git tag --points-at HEAD [Pipeline] } [2026-01-07T08:25:19.593Z] $ docker exec --env ******** --env ******** bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent -k [2026-01-07T08:25:19.688Z] unset SSH_AUTH_SOCK; [2026-01-07T08:25:19.688Z] unset SSH_AGENT_PID; [2026-01-07T08:25:19.688Z] echo Agent pid 38 killed; [2026-01-07T08:25:19.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-01-07T08:25:19.733Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-01-07T08:25:19.734Z] [ssh-agent] Looking for ssh-agent implementation... [2026-01-07T08:25:19.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-01-07T08:25:19.846Z] $ docker exec bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent [2026-01-07T08:25:19.952Z] SSH_AUTH_SOCK=/tmp/ssh-LArINC85PRkf/agent.85 [2026-01-07T08:25:19.952Z] SSH_AGENT_PID=91 [2026-01-07T08:25:19.956Z] Running ssh-add (command line suppressed) [2026-01-07T08:25:20.059Z] Identity added: /w/workspace/edgex-go/946@tmp/private_key_3961348760512847268.key (/w/workspace/edgex-go/946@tmp/private_key_3961348760512847268.key) [2026-01-07T08:25:20.075Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-01-07T08:25:20.361Z] + git semver init [2026-01-07T08:25:20.619Z] 2026-01-07 08:25:20,575 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-01-07T08:25:20.619Z] 2026-01-07 08:25:20,580 [run_init] DEBUG init version:0.0.0 force:False [2026-01-07T08:25:20.619Z] 2026-01-07 08:25:20,580 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/946/.semver [2026-01-07T08:25:20.619Z] 2026-01-07 08:25:20,581 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/946/.semver [2026-01-07T08:25:20.619Z] 2026-01-07 08:25:20,581 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/946/.semver'], cwd=/w/workspace/edgex-go/946, stdin=None, shell=False, universal_newlines=False) [2026-01-07T08:25:25.900Z] 2026-01-07 08:25:25,249 [append_file] DEBUG append to file:/w/workspace/edgex-go/946/.git/info/exclude [2026-01-07T08:25:25.900Z] 2026-01-07 08:25:25,250 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/946/.semver/main with force:False [2026-01-07T08:25:25.900Z] 2026-01-07 08:25:25,250 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T08:25:25.900Z] 2026-01-07 08:25:25,251 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T08:25:25.900Z] 4.1.0-dev.91 [Pipeline] } [2026-01-07T08:25:25.910Z] $ docker exec --env ******** --env ******** bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent -k [2026-01-07T08:25:26.017Z] unset SSH_AUTH_SOCK; [2026-01-07T08:25:26.019Z] unset SSH_AGENT_PID; [2026-01-07T08:25:26.019Z] echo Agent pid 91 killed; [2026-01-07T08:25:26.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-01-07T08:25:26.349Z] + git semver [Pipeline] } [2026-01-07T08:25:26.620Z] $ docker stop --time=1 bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f [2026-01-07T08:25:27.888Z] $ docker rm -f --volumes bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f [Pipeline] // withDockerContainer [Pipeline] sh [2026-01-07T08:25:28.223Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-01-07T08:25:28.492Z] Stashed 1 file(s) [Pipeline] echo [2026-01-07T08:25:28.495Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.91 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-01-07T08:25:28.912Z] + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] echo [2026-01-07T08:25:28.931Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-01-07T08:25:28.946Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-01-07T08:25:28.962Z] ========================================================= [2026-01-07T08:25:28.962Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-01-07T08:25:28.962Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-01-07T08:25:29.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-01-07T08:25:29.256Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-01-07T08:25:29.256Z] 2d35ebdb57d9: Pulling fs layer [2026-01-07T08:25:29.256Z] c35fb4624d26: Pulling fs layer [2026-01-07T08:25:29.256Z] 4e2aec7ef170: Pulling fs layer [2026-01-07T08:25:29.256Z] 333b49ad6fbf: Pulling fs layer [2026-01-07T08:25:29.256Z] 4f4fb700ef54: Pulling fs layer [2026-01-07T08:25:29.256Z] c3e65509a76b: Pulling fs layer [2026-01-07T08:25:29.256Z] 7cf9ebb963bd: Pulling fs layer [2026-01-07T08:25:29.256Z] bb34ca984cfb: Pulling fs layer [2026-01-07T08:25:29.256Z] 151cf03bc807: Pulling fs layer [2026-01-07T08:25:29.256Z] 333b49ad6fbf: Waiting [2026-01-07T08:25:29.256Z] bb34ca984cfb: Waiting [2026-01-07T08:25:29.256Z] 4f4fb700ef54: Waiting [2026-01-07T08:25:29.256Z] c3e65509a76b: Waiting [2026-01-07T08:25:29.256Z] 7cf9ebb963bd: Waiting [2026-01-07T08:25:29.256Z] 151cf03bc807: Waiting [2026-01-07T08:25:29.256Z] c35fb4624d26: Download complete [2026-01-07T08:25:29.256Z] 333b49ad6fbf: Verifying Checksum [2026-01-07T08:25:29.256Z] 333b49ad6fbf: Download complete [2026-01-07T08:25:29.256Z] 4f4fb700ef54: Verifying Checksum [2026-01-07T08:25:29.256Z] 4f4fb700ef54: Download complete [2026-01-07T08:25:29.256Z] c3e65509a76b: Download complete [2026-01-07T08:25:29.256Z] 2d35ebdb57d9: Download complete [2026-01-07T08:25:29.514Z] 7cf9ebb963bd: Download complete [2026-01-07T08:25:29.514Z] 2d35ebdb57d9: Pull complete [2026-01-07T08:25:29.514Z] c35fb4624d26: Pull complete [2026-01-07T08:25:29.773Z] 4e2aec7ef170: Verifying Checksum [2026-01-07T08:25:29.773Z] 4e2aec7ef170: Download complete [2026-01-07T08:25:29.773Z] 151cf03bc807: Verifying Checksum [2026-01-07T08:25:29.773Z] 151cf03bc807: Download complete [2026-01-07T08:25:30.030Z] bb34ca984cfb: Verifying Checksum [2026-01-07T08:25:30.030Z] bb34ca984cfb: Download complete [2026-01-07T08:25:35.296Z] 4e2aec7ef170: Pull complete [2026-01-07T08:25:35.296Z] 333b49ad6fbf: Pull complete [2026-01-07T08:25:35.296Z] 4f4fb700ef54: Pull complete [2026-01-07T08:25:35.296Z] c3e65509a76b: Pull complete [2026-01-07T08:25:35.296Z] 7cf9ebb963bd: Pull complete [2026-01-07T08:25:38.589Z] bb34ca984cfb: Pull complete [2026-01-07T08:25:39.162Z] 151cf03bc807: Pull complete [2026-01-07T08:25:39.162Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-01-07T08:25:39.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-01-07T08:25:39.162Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-01-07T08:25:39.461Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-01-07T08:25:39.461Z] WORKDIR /edgex [2026-01-07T08:25:39.461Z] COPY go.mod . [2026-01-07T08:25:39.461Z] RUN go mod download [2026-01-07T08:25:39.461Z] + docker build -t ci-base-image-x86_64 -f - . [2026-01-07T08:25:40.028Z] #0 building with "default" instance using docker driver [2026-01-07T08:25:40.028Z] [2026-01-07T08:25:40.028Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:25:40.028Z] #1 transferring dockerfile: 164B done [2026-01-07T08:25:40.028Z] #1 DONE 0.0s [2026-01-07T08:25:40.028Z] [2026-01-07T08:25:40.028Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-01-07T08:25:40.028Z] #2 DONE 0.0s [2026-01-07T08:25:40.028Z] [2026-01-07T08:25:40.028Z] #3 [internal] load .dockerignore [2026-01-07T08:25:40.028Z] #3 transferring context: 50B done [2026-01-07T08:25:40.028Z] #3 DONE 0.0s [2026-01-07T08:25:40.028Z] [2026-01-07T08:25:40.028Z] #4 [internal] load build context [2026-01-07T08:25:40.028Z] #4 transferring context: 7.11kB done [2026-01-07T08:25:40.028Z] #4 DONE 0.0s [2026-01-07T08:25:40.028Z] [2026-01-07T08:25:40.028Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-01-07T08:25:40.288Z] #5 DONE 0.1s [2026-01-07T08:25:40.288Z] [2026-01-07T08:25:40.288Z] #6 [2/4] WORKDIR /edgex [2026-01-07T08:25:41.671Z] #6 DONE 1.3s [2026-01-07T08:25:41.671Z] [2026-01-07T08:25:41.671Z] #7 [3/4] COPY go.mod . [2026-01-07T08:25:41.671Z] #7 DONE 0.0s [2026-01-07T08:25:41.671Z] [2026-01-07T08:25:41.671Z] #8 [4/4] RUN go mod download [2026-01-07T08:25:43.582Z] Still waiting to schedule task [2026-01-07T08:25:43.582Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2026-01-07T08:25:49.783Z] #8 DONE 7.2s [2026-01-07T08:25:49.783Z] [2026-01-07T08:25:49.783Z] #9 exporting to image [2026-01-07T08:25:49.783Z] #9 exporting layers [2026-01-07T08:25:53.063Z] #9 exporting layers 3.8s done [2026-01-07T08:25:53.063Z] #9 writing image sha256:9a86e5c7d5f08931f29bbf1e4696f2138ad236f3bfd4d8d78baeb1cc8483a331 [2026-01-07T08:25:53.063Z] #9 writing image sha256:9a86e5c7d5f08931f29bbf1e4696f2138ad236f3bfd4d8d78baeb1cc8483a331 done [2026-01-07T08:25:53.063Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2026-01-07T08:25:53.063Z] #9 DONE 3.8s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:25:53.362Z] + docker inspect -f . ci-base-image-x86_64 [2026-01-07T08:25:53.362Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T08:25:53.435Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T08:25:53.461Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-01-07T08:25:53.758Z] $ docker top e7bc966c31f4083f5259c7edd986ae1a10bbcd17dee34fa402032c13ea131628 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-01-07T08:25:54.105Z] + go version [2026-01-07T08:25:54.105Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-01-07T08:25:54.115Z] $ docker stop --time=1 e7bc966c31f4083f5259c7edd986ae1a10bbcd17dee34fa402032c13ea131628 [2026-01-07T08:25:55.371Z] $ docker rm -f --volumes e7bc966c31f4083f5259c7edd986ae1a10bbcd17dee34fa402032c13ea131628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:25:55.799Z] + docker inspect -f . ci-base-image-x86_64 [2026-01-07T08:25:55.799Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T08:25:55.873Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T08:25:55.902Z] $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-01-07T08:25:56.150Z] $ docker top 0012abe2d09fe9a8fb96e92212ff58006404b8f5823a60f83ee0b652490f42f9 -eo pid,comm [Pipeline] { [Pipeline] echo [2026-01-07T08:25:56.226Z] ========================================================= [2026-01-07T08:25:56.226Z] [edgeXBuildGoParallel] Running Tests and Build... [2026-01-07T08:25:56.226Z] ========================================================= [Pipeline] sh [2026-01-07T08:25:56.503Z] + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] fileExists [Pipeline] sh [2026-01-07T08:25:56.801Z] + make test [2026-01-07T08:25:56.801Z] go test -race -coverprofile=coverage.out ./... [2026-01-07T08:26:06.779Z] ? github.com/edgexfoundry/edgex-go [no test files] [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2026-01-07T08:26:38.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.062s coverage: 97.0% of statements [2026-01-07T08:26:42.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.4% of statements [2026-01-07T08:26:42.114Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2026-01-07T08:26:42.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.042s coverage: 4.8% of statements [2026-01-07T08:26:42.114Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2026-01-07T08:26:42.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 57.6% of statements [2026-01-07T08:26:42.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.032s coverage: 86.5% of statements [2026-01-07T08:26:42.114Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2026-01-07T08:26:42.114Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2026-01-07T08:26:42.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.241s coverage: 94.2% of statements [2026-01-07T08:26:42.373Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2026-01-07T08:26:42.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2026-01-07T08:26:42.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.104s coverage: 90.7% of statements [2026-01-07T08:26:42.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2026-01-07T08:26:42.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.037s coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2026-01-07T08:26:42.374Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2026-01-07T08:26:43.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.3% of statements [2026-01-07T08:26:43.750Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2026-01-07T08:26:43.750Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.401s coverage: 95.9% of statements [2026-01-07T08:26:46.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2026-01-07T08:26:46.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.046s coverage: 72.2% of statements [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2026-01-07T08:26:46.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2026-01-07T08:26:48.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.058s coverage: 3.5% of statements [2026-01-07T08:26:48.807Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2026-01-07T08:26:48.807Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2026-01-07T08:26:48.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements [2026-01-07T08:26:48.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2026-01-07T08:26:48.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.040s coverage: 38.2% of statements [2026-01-07T08:26:48.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements [2026-01-07T08:26:48.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2026-01-07T08:26:48.807Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2026-01-07T08:26:48.807Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2026-01-07T08:26:49.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.041s coverage: 40.0% of statements [2026-01-07T08:26:49.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements [2026-01-07T08:26:49.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 89.5% of statements [2026-01-07T08:26:50.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.202s coverage: 93.1% of statements [2026-01-07T08:26:50.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2026-01-07T08:27:02.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.042s coverage: 94.4% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.050s coverage: 92.9% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.033s coverage: 68.8% of statements [2026-01-07T08:27:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.034s coverage: 47.4% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.026s coverage: 86.0% of statements [2026-01-07T08:27:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.038s coverage: 33.3% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.161s coverage: 54.8% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.6% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.042s coverage: 20.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.030s coverage: 88.6% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.042s coverage: 96.8% of statements [2026-01-07T08:27:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2026-01-07T08:27:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.022s coverage: 100.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.144s coverage: 29.2% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 93.8% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements [2026-01-07T08:27:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.029s coverage: 54.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2026-01-07T08:27:12.458Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 17.1% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.143s coverage: 94.9% of statements [2026-01-07T08:27:17.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2026-01-07T08:27:17.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.026s coverage: 9.0% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements [2026-01-07T08:27:17.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2026-01-07T08:27:17.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.029s coverage: 43.6% of statements [2026-01-07T08:27:17.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2026-01-07T08:27:17.727Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-01-07T08:27:17.727Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2026-01-07T08:27:17.727Z] running golangci-lint [2026-01-07T08:27:17.727Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2026-01-07T08:27:17.727Z] go version go1.25.2 linux/amd64 [2026-01-07T08:27:17.727Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2026-01-07T08:27:17.727Z] level=info msg="[config_reader] Used config file .golangci.yml" [2026-01-07T08:27:17.727Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2026-01-07T08:27:17.727Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2026-01-07T08:27:17.986Z] level=info msg="[goenv] Read go env for 4.826528ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2026-01-07T08:27:17.986Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2026-01-07T08:27:28.895Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-240 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2026-01-07T08:27:28.909Z] Running in /w/workspace/edgex-go/946 [Pipeline] { [Pipeline] checkout [2026-01-07T08:27:32.015Z] The recommended git tool is: git [2026-01-07T08:27:36.612Z] using credential edgex-jenkins-ssh [2026-01-07T08:27:36.635Z] Cloning the remote Git repository [2026-01-07T08:27:36.677Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2026-01-07T08:27:36.770Z] > git init /w/workspace/edgex-go/946 # timeout=10 [2026-01-07T08:27:36.912Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2026-01-07T08:27:36.913Z] > git --version # timeout=10 [2026-01-07T08:27:36.935Z] > git --version # 'git version 2.25.1' [2026-01-07T08:27:36.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-01-07T08:27:37.080Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-01-07T08:27:44.510Z] level=info msg="[loader] Go packages loading at mode 8767 (exports_file|files|types_sizes|deps|imports|name|compiled_files) took 23.365512944s" [2026-01-07T08:27:44.510Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.596491ms" [2026-01-07T08:27:53.887Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2026-01-07T08:27:53.908Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-01-07T08:27:54.745Z] Avoid second fetch [2026-01-07T08:27:54.746Z] Checking out Revision d985e1d3b4acfc9bf250ab2c44447925927054e8 (main) [2026-01-07T08:27:55.584Z] Commit message: "Merge pull request #5342 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.15.0" [2026-01-07T08:27:54.761Z] > git config core.sparsecheckout # timeout=10 [2026-01-07T08:27:54.823Z] > git checkout -f d985e1d3b4acfc9bf250ab2c44447925927054e8 # timeout=10 [2026-01-07T08:27:56.718Z] level=info msg="[linters_context/goanalysis] analyzers took 2m15.512760388s with top 10 stages: buildir: 1m14.49499642s, gosec: 4.107816242s, inspect: 2.988897359s, fact_deprecated: 2.273240806s, printf: 2.126049944s, ctrlflow: 1.783509361s, fact_purity: 1.605108613s, QF1004: 1.570955401s, nilness: 1.493532682s, S1038: 1.439688299s" [2026-01-07T08:27:56.718Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2026-01-07T08:27:56.718Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2026-01-07T08:27:56.718Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2026-01-07T08:27:56.718Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2026-01-07T08:27:56.718Z] level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, nolint_filter: 21/0, generated_file_filter: 35/22, cgo: 35/35, filename_unadjuster: 35/35, invalid_issue: 35/35, path_relativity: 35/35, exclusion_paths: 35/35, exclusion_rules: 22/21" [2026-01-07T08:27:56.718Z] level=info msg="[runner] processing took 17.871987ms with stages: nolint_filter: 16.837399ms, generated_file_filter: 757.566µs, exclusion_rules: 125.241µs, exclusion_paths: 93.96µs, path_relativity: 35.89µs, cgo: 5.63µs, invalid_issue: 4.07µs, path_absoluter: 3.73µs, sort_results: 3.44µs, filename_unadjuster: 1.03µs, max_same_issues: 770ns, max_from_linter: 591ns, diff: 580ns, fixer: 490ns, path_prettifier: 410ns, uniq_by_line: 340ns, severity-rules: 330ns, source_code: 210ns, max_per_file_from_linter: 180ns, path_shortener: 130ns" [2026-01-07T08:27:56.718Z] level=info msg="[runner] linters took 15.09668667s with stages: goanalysis_metalinter: 15.078693333s" [2026-01-07T08:27:56.718Z] 0 issues. [2026-01-07T08:27:56.718Z] level=info msg="File cache stats: 0 entries of total size 0B" [2026-01-07T08:27:56.718Z] level=info msg="Memory: 386 samples, avg is 361.2MB, max is 1272.7MB" [2026-01-07T08:27:56.718Z] level=info msg="Execution took 38.51164081s" [2026-01-07T08:27:56.718Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T08:27:59.894Z] provisioning config files... [2026-01-07T08:27:59.929Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config8663929063262463035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:28:00.571Z] ---> ****-login.sh [2026-01-07T08:28:00.571Z] nexus3.edgexfoundry.org:10001 [2026-01-07T08:28:00.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:28:01.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:28:01.118Z] Configure a credential helper to remove this warning. See [2026-01-07T08:28:01.118Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:28:01.118Z] [2026-01-07T08:28:01.118Z] Login Succeeded [2026-01-07T08:28:01.118Z] nexus3.edgexfoundry.org:10002 [2026-01-07T08:28:01.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:28:01.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:28:01.657Z] Configure a credential helper to remove this warning. See [2026-01-07T08:28:01.657Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:28:01.657Z] [2026-01-07T08:28:01.657Z] Login Succeeded [2026-01-07T08:28:01.657Z] nexus3.edgexfoundry.org:10003 [2026-01-07T08:28:01.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:28:01.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:28:01.928Z] Configure a credential helper to remove this warning. See [2026-01-07T08:28:01.928Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:28:01.928Z] [2026-01-07T08:28:01.928Z] Login Succeeded [2026-01-07T08:28:01.928Z] nexus3.edgexfoundry.org:10004 [2026-01-07T08:28:02.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:28:02.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:28:02.198Z] Configure a credential helper to remove this warning. See [2026-01-07T08:28:02.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:28:02.198Z] [2026-01-07T08:28:02.198Z] Login Succeeded [2026-01-07T08:28:02.198Z] ****.io [2026-01-07T08:28:02.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:28:02.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:28:02.738Z] Configure a credential helper to remove this warning. See [2026-01-07T08:28:02.738Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:28:02.738Z] [2026-01-07T08:28:02.738Z] Login Succeeded [2026-01-07T08:28:02.738Z] ---> ****-login.sh ends [Pipeline] } [2026-01-07T08:28:02.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2026-01-07T08:28:03.378Z] + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] echo [2026-01-07T08:28:03.397Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-01-07T08:28:03.412Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-01-07T08:28:03.425Z] ========================================================= [2026-01-07T08:28:03.425Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-01-07T08:28:03.425Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-01-07T08:28:03.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-01-07T08:28:03.769Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-01-07T08:28:03.769Z] 6b59a28fa201: Pulling fs layer [2026-01-07T08:28:03.769Z] d32bb0dddca7: Pulling fs layer [2026-01-07T08:28:03.769Z] 5dab1238d3d9: Pulling fs layer [2026-01-07T08:28:03.769Z] 196fd7d83e7d: Pulling fs layer [2026-01-07T08:28:03.769Z] 4f4fb700ef54: Pulling fs layer [2026-01-07T08:28:03.769Z] 8ba94037c8f0: Pulling fs layer [2026-01-07T08:28:03.769Z] deaec5988b04: Pulling fs layer [2026-01-07T08:28:03.769Z] 9f65657bb879: Pulling fs layer [2026-01-07T08:28:03.769Z] 8ba94037c8f0: Waiting [2026-01-07T08:28:03.769Z] deaec5988b04: Waiting [2026-01-07T08:28:03.769Z] 9f65657bb879: Waiting [2026-01-07T08:28:03.769Z] 196fd7d83e7d: Waiting [2026-01-07T08:28:03.769Z] 4f4fb700ef54: Waiting [2026-01-07T08:28:04.038Z] d32bb0dddca7: Verifying Checksum [2026-01-07T08:28:04.038Z] d32bb0dddca7: Download complete [2026-01-07T08:28:04.038Z] 196fd7d83e7d: Verifying Checksum [2026-01-07T08:28:04.038Z] 196fd7d83e7d: Download complete [2026-01-07T08:28:04.038Z] 4f4fb700ef54: Verifying Checksum [2026-01-07T08:28:04.038Z] 4f4fb700ef54: Download complete [2026-01-07T08:28:04.038Z] 8ba94037c8f0: Verifying Checksum [2026-01-07T08:28:04.038Z] 8ba94037c8f0: Download complete [2026-01-07T08:28:04.038Z] 6b59a28fa201: Verifying Checksum [2026-01-07T08:28:04.038Z] 6b59a28fa201: Download complete [2026-01-07T08:28:04.635Z] 9f65657bb879: Verifying Checksum [2026-01-07T08:28:04.635Z] 9f65657bb879: Download complete [2026-01-07T08:28:04.828Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-01-07T08:28:04.828Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-01-07T08:28:04.828Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2026-01-07T08:28:04.838Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2026-01-07T08:28:04.903Z] 6b59a28fa201: Pull complete [2026-01-07T08:28:05.123Z] + ls -al . [2026-01-07T08:28:05.123Z] total 1392 [2026-01-07T08:28:05.123Z] drwxrwxr-x 11 1001 1001 4096 Jan 7 08:25 . [2026-01-07T08:28:05.123Z] drwxr-xr-x 4 root root 4096 Jan 7 08:25 .. [2026-01-07T08:28:05.123Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 .blubracket [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 10 Jan 7 08:24 .dockerignore [2026-01-07T08:28:05.123Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 08:27 .git [2026-01-07T08:28:05.123Z] drwxrwxr-x 3 1001 1001 4096 Jan 7 08:24 .github [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 909 Jan 7 08:24 .gitignore [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 359 Jan 7 08:24 .golangci.yml [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 100 Jan 7 08:24 .hadolint.yml [2026-01-07T08:28:05.123Z] drwxr-xr-x 3 1001 1001 4096 Jan 7 08:25 .semver [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 155 Jan 7 08:24 .sonarcloud.properties [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 1171 Jan 7 08:24 ADOPTERS.md [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 20017 Jan 7 08:24 Attribution.txt [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 108018 Jan 7 08:24 CHANGELOG.md [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 08:24 CONTRIBUTING.md [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 677 Jan 7 08:24 GOVERNANCE.md [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 886 Jan 7 08:24 Jenkinsfile [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 08:24 LICENSE [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 16743 Jan 7 08:24 Makefile [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 582 Jan 7 08:24 OWNERS.md [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 9932 Jan 7 08:24 README.md [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 789 Jan 7 08:24 SECURITY.md [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 12 Jan 7 08:25 VERSION [2026-01-07T08:28:05.123Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 bin [2026-01-07T08:28:05.123Z] drwxrwxr-x 19 1001 1001 4096 Jan 7 08:24 cmd [2026-01-07T08:28:05.123Z] -rw-r--r-- 1 root root 1043597 Jan 7 08:27 coverage.out [2026-01-07T08:28:05.123Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 fuzz_test [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 7070 Jan 7 08:24 go.mod [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 90674 Jan 7 08:24 go.sum [2026-01-07T08:28:05.123Z] drwxrwxr-x 7 1001 1001 4096 Jan 7 08:24 internal [2026-01-07T08:28:05.123Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 openapi [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 584 Jan 7 08:24 security.txt [2026-01-07T08:28:05.123Z] -rw-rw-r-- 1 1001 1001 204 Jan 7 08:24 version.go [Pipeline] sh [2026-01-07T08:28:05.402Z] + '[' -e coverage.out ] [2026-01-07T08:28:05.402Z] + chown 1001:1001 coverage.out [Pipeline] stash [2026-01-07T08:28:05.489Z] d32bb0dddca7: Pull complete [2026-01-07T08:28:05.489Z] 5dab1238d3d9: Verifying Checksum [2026-01-07T08:28:05.489Z] 5dab1238d3d9: Download complete [2026-01-07T08:28:05.540Z] Stashed 1 file(s) [Pipeline] sh [2026-01-07T08:28:05.817Z] + make build [2026-01-07T08:28:05.817Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-01-07T08:28:07.453Z] deaec5988b04: Verifying Checksum [2026-01-07T08:28:07.453Z] deaec5988b04: Download complete [2026-01-07T08:28:19.810Z] 5dab1238d3d9: Pull complete [2026-01-07T08:28:19.810Z] 196fd7d83e7d: Pull complete [2026-01-07T08:28:19.810Z] 4f4fb700ef54: Pull complete [2026-01-07T08:28:19.810Z] 8ba94037c8f0: Pull complete [2026-01-07T08:28:29.921Z] deaec5988b04: Pull complete [2026-01-07T08:28:31.352Z] 9f65657bb879: Pull complete [2026-01-07T08:28:31.352Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-01-07T08:28:31.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-01-07T08:28:31.352Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-01-07T08:28:31.968Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-01-07T08:28:31.968Z] WORKDIR /edgex [2026-01-07T08:28:31.968Z] COPY go.mod . [2026-01-07T08:28:31.968Z] RUN go mod download [2026-01-07T08:28:31.968Z] + docker build -t ci-base-image-arm64 -f - . [2026-01-07T08:28:32.358Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-01-07T08:28:32.957Z] Sending build context to Docker daemon 3.887MB [2026-01-07T08:28:32.957Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-01-07T08:28:32.957Z] ---> 334268110677 [2026-01-07T08:28:32.957Z] Step 2/4 : WORKDIR /edgex [2026-01-07T08:28:33.290Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-01-07T08:28:34.905Z] ---> Running in b2d28c8126c9 [2026-01-07T08:28:34.905Z] Removing intermediate container b2d28c8126c9 [2026-01-07T08:28:34.905Z] ---> 1706fea5afd5 [2026-01-07T08:28:34.905Z] Step 3/4 : COPY go.mod . [2026-01-07T08:28:35.188Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-01-07T08:28:35.487Z] ---> c0a9df369824 [2026-01-07T08:28:35.487Z] Step 4/4 : RUN go mod download [2026-01-07T08:28:35.487Z] ---> Running in 41f8d0a1395e [2026-01-07T08:28:36.119Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-01-07T08:28:38.646Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-01-07T08:28:43.910Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-01-07T08:28:46.442Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-01-07T08:28:49.724Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-01-07T08:28:52.253Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-01-07T08:28:54.155Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-01-07T08:28:55.530Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-01-07T08:28:56.465Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2026-01-07T08:28:58.385Z] $ docker stop --time=1 0012abe2d09fe9a8fb96e92212ff58006404b8f5823a60f83ee0b652490f42f9 [2026-01-07T08:29:00.649Z] $ docker rm -f --volumes 0012abe2d09fe9a8fb96e92212ff58006404b8f5823a60f83ee0b652490f42f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:29:01.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-01-07T08:29:01.991Z] [2026-01-07T08:29:01.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:29:02.294Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-01-07T08:29:02.294Z] latest: Pulling from edgex-devops/edgex-compose [2026-01-07T08:29:02.294Z] 91d30c5bc195: Pulling fs layer [2026-01-07T08:29:02.294Z] 2e9b0aa3be6d: Pulling fs layer [2026-01-07T08:29:02.294Z] 9c61dcf015f6: Pulling fs layer [2026-01-07T08:29:02.294Z] 4698f68db338: Pulling fs layer [2026-01-07T08:29:02.294Z] 2a2f49069b9e: Pulling fs layer [2026-01-07T08:29:02.294Z] e0025b399a48: Pulling fs layer [2026-01-07T08:29:02.294Z] 4698f68db338: Waiting [2026-01-07T08:29:02.294Z] 2a2f49069b9e: Waiting [2026-01-07T08:29:02.294Z] e0025b399a48: Waiting [2026-01-07T08:29:02.294Z] 91d30c5bc195: Download complete [2026-01-07T08:29:02.294Z] 4698f68db338: Verifying Checksum [2026-01-07T08:29:02.294Z] 4698f68db338: Download complete [2026-01-07T08:29:02.552Z] 2e9b0aa3be6d: Verifying Checksum [2026-01-07T08:29:02.552Z] 2e9b0aa3be6d: Download complete [2026-01-07T08:29:02.552Z] e0025b399a48: Download complete [2026-01-07T08:29:02.552Z] 91d30c5bc195: Pull complete [2026-01-07T08:29:02.552Z] 2a2f49069b9e: Download complete [2026-01-07T08:29:02.813Z] 2e9b0aa3be6d: Pull complete [2026-01-07T08:29:03.389Z] 9c61dcf015f6: Download complete [2026-01-07T08:29:07.576Z] 9c61dcf015f6: Pull complete [2026-01-07T08:29:07.576Z] 4698f68db338: Pull complete [2026-01-07T08:29:07.576Z] 2a2f49069b9e: Pull complete [2026-01-07T08:29:07.576Z] e0025b399a48: Pull complete [2026-01-07T08:29:07.576Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2026-01-07T08:29:07.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-01-07T08:29:07.576Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T08:29:07.675Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T08:29:07.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2026-01-07T08:29:08.499Z] $ docker top 4a60b8ecb6554d6b52d8044382adda3c585d3f1fb8797318810e54953d1c01ea -eo pid,comm [Pipeline] { [Pipeline] sh [2026-01-07T08:29:08.851Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-01-07T08:29:09.111Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #1 transferring dockerfile: 2.23kB done [2026-01-07T08:29:09.111Z] #1 DONE 0.1s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #2 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2026-01-07T08:29:09.111Z] #2 ... [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #3 transferring dockerfile: 1.89kB done [2026-01-07T08:29:09.111Z] #3 DONE 0.1s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #4 [core-command internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #4 transferring dockerfile: 1.94kB done [2026-01-07T08:29:09.111Z] #4 DONE 0.1s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #5 [core-keeper internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #5 transferring dockerfile: 2.01kB done [2026-01-07T08:29:09.111Z] #5 DONE 0.1s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #6 transferring dockerfile: 2.49kB done [2026-01-07T08:29:09.111Z] #6 DONE 0.2s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #7 [core-metadata internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #7 transferring dockerfile: 2.10kB done [2026-01-07T08:29:09.111Z] #7 DONE 0.2s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #8 transferring dockerfile: 2.50kB done [2026-01-07T08:29:09.111Z] #8 DONE 0.2s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #9 transferring dockerfile: 2.14kB done [2026-01-07T08:29:09.111Z] #9 DONE 0.2s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #10 [security-secretstore-setup internal] load .dockerignore [2026-01-07T08:29:09.111Z] #10 DONE 0.0s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #11 [core-command internal] load .dockerignore [2026-01-07T08:29:09.111Z] #11 DONE 0.0s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #12 [core-metadata internal] load .dockerignore [2026-01-07T08:29:09.111Z] #12 DONE 0.0s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #13 [core-keeper internal] load .dockerignore [2026-01-07T08:29:09.111Z] #13 DONE 0.0s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #14 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-01-07T08:29:09.111Z] #14 DONE 0.0s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #15 [support-scheduler internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #15 transferring dockerfile: 1.83kB done [2026-01-07T08:29:09.111Z] #15 DONE 0.2s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #16 [security-spire-config internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #16 transferring dockerfile: 1.69kB done [2026-01-07T08:29:09.111Z] #16 DONE 0.2s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #17 [security-bootstrapper internal] load build definition from Dockerfile [2026-01-07T08:29:09.111Z] #17 transferring dockerfile: 3.02kB done [2026-01-07T08:29:09.111Z] #17 DONE 0.2s [2026-01-07T08:29:09.111Z] [2026-01-07T08:29:09.111Z] #2 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 [2026-01-07T08:29:09.370Z] #2 DONE 0.2s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #18 [security-spire-server internal] load build definition from Dockerfile [2026-01-07T08:29:09.370Z] #18 transferring dockerfile: 1.70kB done [2026-01-07T08:29:09.370Z] #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-01-07T08:29:09.370Z] #18 DONE 0.2s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #19 [support-notifications internal] load build definition from Dockerfile [2026-01-07T08:29:09.370Z] #19 transferring dockerfile: 2.02kB done [2026-01-07T08:29:09.370Z] #19 DONE 0.2s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #20 [security-spire-agent internal] load build definition from Dockerfile [2026-01-07T08:29:09.370Z] #20 transferring dockerfile: 1.81kB done [2026-01-07T08:29:09.370Z] #20 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-01-07T08:29:09.370Z] #20 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2026-01-07T08:29:09.370Z] #20 DONE 0.2s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #21 [core-data internal] load build definition from Dockerfile [2026-01-07T08:29:09.370Z] #21 transferring dockerfile: 2.04kB done [2026-01-07T08:29:09.370Z] #21 DONE 0.2s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #14 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-01-07T08:29:09.370Z] #14 DONE 0.0s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #10 [security-secretstore-setup internal] load .dockerignore [2026-01-07T08:29:09.370Z] #10 transferring context: 50B done [2026-01-07T08:29:09.370Z] #10 DONE 0.0s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #22 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:29:09.370Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2026-01-07T08:29:09.370Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:29:09.370Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2026-01-07T08:29:09.370Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2026-01-07T08:29:09.370Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2026-01-07T08:29:09.370Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:29:09.370Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2026-01-07T08:29:09.370Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2026-01-07T08:29:09.370Z] #22 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #12 [core-metadata internal] load .dockerignore [2026-01-07T08:29:09.370Z] #12 transferring context: 50B done [2026-01-07T08:29:09.370Z] #12 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #11 [core-command internal] load .dockerignore [2026-01-07T08:29:09.370Z] #11 transferring context: 50B done [2026-01-07T08:29:09.370Z] #11 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #13 [core-keeper internal] load .dockerignore [2026-01-07T08:29:09.370Z] #13 transferring context: 50B done [2026-01-07T08:29:09.370Z] #13 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2026-01-07T08:29:09.370Z] #23 transferring context: 50B done [2026-01-07T08:29:09.370Z] #23 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2026-01-07T08:29:09.370Z] #24 transferring context: 50B done [2026-01-07T08:29:09.370Z] #24 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #25 [security-proxy-setup internal] load .dockerignore [2026-01-07T08:29:09.370Z] #25 transferring context: 50B done [2026-01-07T08:29:09.370Z] #25 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #26 [security-proxy-auth internal] load .dockerignore [2026-01-07T08:29:09.370Z] #26 transferring context: 50B done [2026-01-07T08:29:09.370Z] #26 DONE 0.1s [2026-01-07T08:29:09.370Z] [2026-01-07T08:29:09.370Z] #27 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-01-07T08:29:09.629Z] #27 ... [2026-01-07T08:29:09.629Z] [2026-01-07T08:29:09.629Z] #28 [security-bootstrapper internal] load .dockerignore [2026-01-07T08:29:09.629Z] #28 transferring context: 50B done [2026-01-07T08:29:09.629Z] #28 DONE 0.2s [2026-01-07T08:29:09.629Z] [2026-01-07T08:29:09.629Z] #22 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:29:09.629Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2026-01-07T08:29:09.629Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:29:09.629Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2026-01-07T08:29:09.629Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2026-01-07T08:29:09.629Z] #22 DONE 0.1s [2026-01-07T08:29:09.629Z] [2026-01-07T08:29:09.629Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:09.629Z] #29 ... [2026-01-07T08:29:09.629Z] [2026-01-07T08:29:09.629Z] #30 [support-scheduler internal] load .dockerignore [2026-01-07T08:29:09.629Z] #30 transferring context: 50B 0.0s done [2026-01-07T08:29:09.629Z] #30 DONE 0.4s [2026-01-07T08:29:09.629Z] [2026-01-07T08:29:09.629Z] #31 [core-data internal] load .dockerignore [2026-01-07T08:29:09.629Z] #31 transferring context: 50B done [2026-01-07T08:29:09.629Z] #31 DONE 0.4s [2026-01-07T08:29:09.629Z] [2026-01-07T08:29:09.629Z] #32 [support-notifications internal] load .dockerignore [2026-01-07T08:29:09.629Z] #32 transferring context: 50B 0.0s done [2026-01-07T08:29:09.629Z] #32 DONE 0.4s [2026-01-07T08:29:09.629Z] [2026-01-07T08:29:09.629Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:09.892Z] #29 ... [2026-01-07T08:29:09.892Z] [2026-01-07T08:29:09.892Z] #22 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:29:09.892Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2026-01-07T08:29:09.892Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:29:09.892Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2026-01-07T08:29:09.892Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2026-01-07T08:29:09.892Z] #22 DONE 0.1s [2026-01-07T08:29:09.892Z] [2026-01-07T08:29:09.892Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:09.892Z] #29 ... [2026-01-07T08:29:09.892Z] [2026-01-07T08:29:09.892Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-01-07T08:29:09.892Z] #33 DONE 0.7s [2026-01-07T08:29:09.892Z] [2026-01-07T08:29:09.892Z] #27 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-01-07T08:29:09.892Z] #27 DONE 0.7s [2026-01-07T08:29:09.892Z] [2026-01-07T08:29:09.892Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:10.459Z] #29 ... [2026-01-07T08:29:10.459Z] [2026-01-07T08:29:10.459Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-01-07T08:29:10.459Z] #34 DONE 1.3s [2026-01-07T08:29:10.459Z] [2026-01-07T08:29:10.459Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:10.718Z] #29 ... [2026-01-07T08:29:10.718Z] [2026-01-07T08:29:10.718Z] #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2026-01-07T08:29:10.718Z] #35 DONE 0.7s [2026-01-07T08:29:10.718Z] [2026-01-07T08:29:10.718Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:10.977Z] #29 ... [2026-01-07T08:29:10.977Z] [2026-01-07T08:29:10.977Z] #36 [security-spire-server internal] load .dockerignore [2026-01-07T08:29:10.977Z] #36 transferring context: 50B 0.0s done [2026-01-07T08:29:10.977Z] #36 DONE 0.4s [2026-01-07T08:29:10.977Z] [2026-01-07T08:29:10.977Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:11.912Z] #29 ... [2026-01-07T08:29:11.912Z] [2026-01-07T08:29:11.912Z] #22 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:29:11.912Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2026-01-07T08:29:11.912Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:29:11.912Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2026-01-07T08:29:11.912Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2026-01-07T08:29:11.912Z] #22 DONE 0.1s [2026-01-07T08:29:11.912Z] [2026-01-07T08:29:11.912Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:12.170Z] #29 ... [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #37 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-01-07T08:29:12.170Z] #37 DONE 2.7s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:12.170Z] #29 ... [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #22 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:29:12.170Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2026-01-07T08:29:12.170Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:29:12.170Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2026-01-07T08:29:12.170Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2026-01-07T08:29:12.170Z] #22 DONE 0.1s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #38 [security-spire-agent internal] load .dockerignore [2026-01-07T08:29:12.170Z] #38 transferring context: 50B 0.1s done [2026-01-07T08:29:12.170Z] #38 DONE 1.6s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-01-07T08:29:12.170Z] #0 1.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 1.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 1.541 (1/4) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:12.170Z] #0 1.548 (2/4) Installing openssl (3.5.4-r0) [2026-01-07T08:29:12.170Z] #0 1.560 (3/4) Installing su-exec (0.2-r3) [2026-01-07T08:29:12.170Z] #0 1.568 (4/4) Installing yq-go (4.47.2-r2) [2026-01-07T08:29:12.170Z] #0 1.648 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:12.170Z] #0 1.656 OK: 20 MiB in 20 packages [2026-01-07T08:29:12.170Z] #39 DONE 2.8s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #40 [security-spire-config internal] load .dockerignore [2026-01-07T08:29:12.170Z] #40 transferring context: 50B 0.1s done [2026-01-07T08:29:12.170Z] #40 DONE 1.6s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #41 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-01-07T08:29:12.170Z] #0 0.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 0.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 1.228 (1/1) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:12.170Z] #0 1.233 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:12.170Z] #0 1.258 OK: 7 MiB in 17 packages [2026-01-07T08:29:12.170Z] #41 DONE 2.8s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-01-07T08:29:12.170Z] #0 0.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 0.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 1.201 (1/4) Installing ca-certificates (20250911-r0) [2026-01-07T08:29:12.170Z] #0 1.226 (2/4) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:12.170Z] #0 1.233 (3/4) Installing su-exec (0.2-r3) [2026-01-07T08:29:12.170Z] #0 1.241 (4/4) Installing yq-go (4.47.2-r2) [2026-01-07T08:29:12.170Z] #0 1.363 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:12.170Z] #0 1.379 Executing ca-certificates-20250911-r0.trigger [2026-01-07T08:29:12.170Z] #0 1.443 OK: 20 MiB in 20 packages [2026-01-07T08:29:12.170Z] #42 DONE 2.9s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #43 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-01-07T08:29:12.170Z] #0 0.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 0.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 1.220 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:29:12.170Z] #0 1.220 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:29:12.170Z] #0 1.220 OK: 26327 distinct packages available [2026-01-07T08:29:12.170Z] #0 1.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 1.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.170Z] #0 1.769 (1/13) Installing brotli-libs (1.1.0-r2) [2026-01-07T08:29:12.170Z] #0 1.792 (2/13) Installing c-ares (1.34.6-r0) [2026-01-07T08:29:12.170Z] #0 1.792 (3/13) Installing libunistring (1.3-r0) [2026-01-07T08:29:12.170Z] #0 1.806 (4/13) Installing libidn2 (2.3.7-r0) [2026-01-07T08:29:12.170Z] #0 1.814 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-01-07T08:29:12.170Z] #0 1.814 (6/13) Installing libpsl (0.21.5-r3) [2026-01-07T08:29:12.170Z] #0 1.818 (7/13) Installing zstd-libs (1.5.7-r0) [2026-01-07T08:29:12.170Z] #0 1.826 (8/13) Installing libcurl (8.14.1-r2) [2026-01-07T08:29:12.170Z] #0 1.837 (9/13) Installing curl (8.14.1-r2) [2026-01-07T08:29:12.170Z] #0 1.842 (10/13) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:12.170Z] #0 1.845 (11/13) Installing musl-obstack (1.2.3-r2) [2026-01-07T08:29:12.170Z] #0 1.850 (12/13) Installing libucontext (1.3.2-r0) [2026-01-07T08:29:12.170Z] #0 1.850 (13/13) Installing gcompat (1.1.0-r4) [2026-01-07T08:29:12.170Z] #0 1.854 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:12.170Z] #0 1.865 OK: 13 MiB in 29 packages [2026-01-07T08:29:12.170Z] #43 DONE 2.9s [2026-01-07T08:29:12.170Z] [2026-01-07T08:29:12.170Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:12.428Z] #29 ... [2026-01-07T08:29:12.428Z] [2026-01-07T08:29:12.428Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-01-07T08:29:12.428Z] #0 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.428Z] #0 1.233 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:12.428Z] #0 1.574 (1/2) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:12.428Z] #0 1.575 (2/2) Installing su-exec (0.2-r3) [2026-01-07T08:29:12.428Z] #0 1.586 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:12.428Z] #0 1.606 OK: 7 MiB in 18 packages [2026-01-07T08:29:12.428Z] #44 DONE 2.7s [2026-01-07T08:29:12.428Z] [2026-01-07T08:29:12.428Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:12.760Z] #29 ... [2026-01-07T08:29:12.760Z] [2026-01-07T08:29:12.760Z] #45 [security-spire-server internal] load build context [2026-01-07T08:29:12.760Z] #45 transferring context: 26.44kB 0.0s done [2026-01-07T08:29:12.760Z] #45 DONE 1.0s [2026-01-07T08:29:12.760Z] [2026-01-07T08:29:12.760Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:13.354Z] #29 ... [2026-01-07T08:29:13.354Z] [2026-01-07T08:29:13.354Z] #46 [security-spire-agent internal] load build context [2026-01-07T08:29:13.354Z] #46 transferring context: 25.98kB 0.0s done [2026-01-07T08:29:13.354Z] #46 DONE 1.1s [2026-01-07T08:29:13.354Z] [2026-01-07T08:29:13.354Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:13.923Z] #29 ... [2026-01-07T08:29:13.923Z] [2026-01-07T08:29:13.923Z] #47 [security-spire-config internal] load build context [2026-01-07T08:29:13.923Z] #47 transferring context: 24.70kB 0.0s done [2026-01-07T08:29:13.923Z] #47 DONE 1.6s [2026-01-07T08:29:13.923Z] [2026-01-07T08:29:13.923Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:14.856Z] #29 ... [2026-01-07T08:29:14.856Z] [2026-01-07T08:29:14.856Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-01-07T08:29:14.856Z] #0 2.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.757 (1/1) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:14.856Z] #0 2.762 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:14.856Z] #0 2.771 OK: 7 MiB in 17 packages [2026-01-07T08:29:14.856Z] #48 DONE 5.0s [2026-01-07T08:29:14.856Z] [2026-01-07T08:29:14.856Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-01-07T08:29:14.856Z] #0 2.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.797 (1/3) Installing ca-certificates (20250911-r0) [2026-01-07T08:29:14.856Z] #0 2.810 (2/3) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:14.856Z] #0 2.814 (3/3) Installing tzdata (2025c-r0) [2026-01-07T08:29:14.856Z] #0 2.867 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:14.856Z] #0 2.869 Executing ca-certificates-20250911-r0.trigger [2026-01-07T08:29:14.856Z] #0 2.936 OK: 8 MiB in 19 packages [2026-01-07T08:29:14.856Z] #49 DONE 5.1s [2026-01-07T08:29:14.856Z] [2026-01-07T08:29:14.856Z] #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-01-07T08:29:14.856Z] #0 2.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.929 OK: 265 MiB in 60 packages [2026-01-07T08:29:14.856Z] #50 DONE 4.2s [2026-01-07T08:29:14.856Z] [2026-01-07T08:29:14.856Z] #51 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:29:14.856Z] #0 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 3.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 3.690 OK: 265 MiB in 60 packages [2026-01-07T08:29:14.856Z] #51 DONE 4.3s [2026-01-07T08:29:14.856Z] [2026-01-07T08:29:14.856Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-01-07T08:29:14.856Z] #0 2.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:14.856Z] #0 2.757 (1/7) Installing ca-certificates (20250911-r0) [2026-01-07T08:29:14.856Z] #0 2.778 (2/7) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:14.856Z] #0 2.784 (3/7) Installing libgcc (14.2.0-r6) [2026-01-07T08:29:14.856Z] #0 2.792 (4/7) Installing libsodium (1.0.20-r1) [2026-01-07T08:29:14.856Z] #0 2.806 (5/7) Installing libstdc++ (14.2.0-r6) [2026-01-07T08:29:14.856Z] #0 2.825 (6/7) Installing libzmq (4.3.5-r2) [2026-01-07T08:29:14.856Z] #0 2.838 (7/7) Installing zeromq (4.3.5-r2) [2026-01-07T08:29:14.856Z] #0 2.840 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:14.856Z] #0 2.861 Executing ca-certificates-20250911-r0.trigger [2026-01-07T08:29:14.856Z] #0 2.922 OK: 12 MiB in 23 packages [2026-01-07T08:29:14.856Z] #52 DONE 5.1s [2026-01-07T08:29:14.856Z] [2026-01-07T08:29:14.856Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:18.142Z] #29 transferring context: 235.51MB 8.4s [2026-01-07T08:29:18.143Z] #29 ... [2026-01-07T08:29:18.143Z] [2026-01-07T08:29:18.143Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-01-07T08:29:18.143Z] #53 DONE 7.2s [2026-01-07T08:29:18.143Z] [2026-01-07T08:29:18.143Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:19.520Z] #29 ... [2026-01-07T08:29:19.520Z] [2026-01-07T08:29:19.520Z] #54 [security-secretstore-setup internal] load build context [2026-01-07T08:29:19.520Z] #54 ... [2026-01-07T08:29:19.520Z] [2026-01-07T08:29:19.520Z] #55 [security-spiffe-token-provider internal] load build context [2026-01-07T08:29:19.520Z] #55 ... [2026-01-07T08:29:19.520Z] [2026-01-07T08:29:19.520Z] #56 [core-metadata internal] load build context [2026-01-07T08:29:19.777Z] #56 ... [2026-01-07T08:29:19.777Z] [2026-01-07T08:29:19.777Z] #57 [core-common-config-bootstrapper internal] load build context [2026-01-07T08:29:19.777Z] #57 ... [2026-01-07T08:29:19.777Z] [2026-01-07T08:29:19.777Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:20.034Z] #58 ... [2026-01-07T08:29:20.034Z] [2026-01-07T08:29:20.034Z] #59 [core-data internal] load build context [2026-01-07T08:29:20.034Z] #59 ... [2026-01-07T08:29:20.034Z] [2026-01-07T08:29:20.034Z] #60 [support-scheduler internal] load build context [2026-01-07T08:29:20.034Z] #60 ... [2026-01-07T08:29:20.034Z] [2026-01-07T08:29:20.034Z] #61 [security-proxy-auth internal] load build context [2026-01-07T08:29:20.293Z] #61 ... [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-01-07T08:29:20.293Z] #0 5.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.124 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.492 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:29:20.293Z] #0 5.492 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:29:20.293Z] #0 5.492 OK: 26331 distinct packages available [2026-01-07T08:29:20.293Z] #0 5.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 6.007 OK: 265 MiB in 60 packages [2026-01-07T08:29:20.293Z] #62 DONE 9.5s [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:29:20.293Z] #0 5.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.559 OK: 265 MiB in 60 packages [2026-01-07T08:29:20.293Z] #63 DONE 9.5s [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-01-07T08:29:20.293Z] #0 5.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.547 OK: 265 MiB in 60 packages [2026-01-07T08:29:20.293Z] #64 DONE 9.5s [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-01-07T08:29:20.293Z] #0 6.417 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 6.791 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 7.223 (1/1) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:20.293Z] #0 7.402 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:20.293Z] #0 7.436 OK: 7 MiB in 17 packages [2026-01-07T08:29:20.293Z] #65 DONE 8.0s [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-01-07T08:29:20.293Z] #0 5.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.586 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:29:20.293Z] #0 5.586 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:29:20.293Z] #0 5.586 OK: 26327 distinct packages available [2026-01-07T08:29:20.293Z] #0 5.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 5.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:20.293Z] #0 6.124 (1/5) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:20.293Z] #0 6.129 (2/5) Installing musl-obstack (1.2.3-r2) [2026-01-07T08:29:20.293Z] #0 6.132 (3/5) Installing libucontext (1.3.2-r0) [2026-01-07T08:29:20.293Z] #0 6.137 (4/5) Installing gcompat (1.1.0-r4) [2026-01-07T08:29:20.293Z] #0 6.145 (5/5) Installing openssl (3.5.4-r0) [2026-01-07T08:29:20.293Z] #0 6.150 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:20.293Z] #0 6.156 OK: 8 MiB in 21 packages [2026-01-07T08:29:20.293Z] #66 DONE 8.5s [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #61 [security-proxy-auth internal] load build context [2026-01-07T08:29:20.293Z] #61 ... [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #67 [core-command internal] load build context [2026-01-07T08:29:20.293Z] #67 ... [2026-01-07T08:29:20.293Z] [2026-01-07T08:29:20.293Z] #68 [security-proxy-setup internal] load build context [2026-01-07T08:29:20.554Z] #68 ... [2026-01-07T08:29:20.554Z] [2026-01-07T08:29:20.554Z] #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-01-07T08:29:20.554Z] #69 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.3s done [2026-01-07T08:29:20.554Z] #69 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-01-07T08:29:20.554Z] #69 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-01-07T08:29:20.554Z] #69 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.1s done [2026-01-07T08:29:20.554Z] #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 1.0s done [2026-01-07T08:29:20.554Z] #69 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-01-07T08:29:20.554Z] #69 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2026-01-07T08:29:20.554Z] #69 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2026-01-07T08:29:20.554Z] #69 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-01-07T08:29:20.554Z] #69 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2026-01-07T08:29:20.554Z] #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.5s done [2026-01-07T08:29:20.554Z] #69 DONE 8.2s [2026-01-07T08:29:20.554Z] [2026-01-07T08:29:20.554Z] #68 [security-proxy-setup internal] load build context [2026-01-07T08:29:20.554Z] #68 ... [2026-01-07T08:29:20.554Z] [2026-01-07T08:29:20.554Z] #70 [security-bootstrapper internal] load build context [2026-01-07T08:29:20.554Z] #70 ... [2026-01-07T08:29:20.554Z] [2026-01-07T08:29:20.554Z] #71 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:29:20.554Z] #71 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done [2026-01-07T08:29:20.554Z] #71 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done [2026-01-07T08:29:20.554Z] #71 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-01-07T08:29:20.554Z] #71 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-01-07T08:29:20.554Z] #71 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-01-07T08:29:20.554Z] #71 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-01-07T08:29:20.554Z] #71 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done [2026-01-07T08:29:20.554Z] #71 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2026-01-07T08:29:20.554Z] #71 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done [2026-01-07T08:29:20.554Z] #71 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.5s done [2026-01-07T08:29:20.554Z] #71 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2026-01-07T08:29:20.554Z] #71 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.2s done [2026-01-07T08:29:20.554Z] #71 DONE 8.8s [2026-01-07T08:29:20.554Z] [2026-01-07T08:29:20.554Z] #70 [security-bootstrapper internal] load build context [2026-01-07T08:29:20.554Z] #70 ... [2026-01-07T08:29:20.554Z] [2026-01-07T08:29:20.554Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:22.458Z] #58 ... [2026-01-07T08:29:22.458Z] [2026-01-07T08:29:22.458Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-01-07T08:29:22.458Z] #0 7.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.458Z] #0 7.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.458Z] #0 8.106 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.458Z] #0 8.112 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:22.458Z] #0 8.192 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.458Z] #0 8.200 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.459Z] #0 8.200 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:22.459Z] #0 8.227 OK: 20 MiB in 20 packages [2026-01-07T08:29:22.459Z] #72 DONE 10.1s [2026-01-07T08:29:22.459Z] [2026-01-07T08:29:22.459Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-01-07T08:29:22.459Z] #0 7.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 7.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 8.126 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:29:22.459Z] #0 8.126 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:29:22.459Z] #0 8.126 OK: 26327 distinct packages available [2026-01-07T08:29:22.459Z] #0 8.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 8.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 8.700 (1/4) Installing dumb-init (1.2.5-r3) [2026-01-07T08:29:22.459Z] #0 8.705 (2/4) Installing musl-obstack (1.2.3-r2) [2026-01-07T08:29:22.459Z] #0 8.709 (3/4) Installing libucontext (1.3.2-r0) [2026-01-07T08:29:22.459Z] #0 8.717 (4/4) Installing gcompat (1.1.0-r4) [2026-01-07T08:29:22.459Z] #0 8.721 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:29:22.459Z] #0 8.734 OK: 8 MiB in 20 packages [2026-01-07T08:29:22.459Z] #73 DONE 10.1s [2026-01-07T08:29:22.459Z] [2026-01-07T08:29:22.459Z] #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2026-01-07T08:29:22.459Z] #0 8.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 8.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 8.657 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.459Z] #0 8.674 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:22.459Z] #0 10.06 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.459Z] #0 10.07 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.459Z] #0 10.07 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:22.459Z] #0 10.08 OK: 7 MiB in 17 packages [2026-01-07T08:29:22.459Z] #74 ... [2026-01-07T08:29:22.459Z] [2026-01-07T08:29:22.459Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-01-07T08:29:22.459Z] #75 ... [2026-01-07T08:29:22.459Z] [2026-01-07T08:29:22.459Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:29:22.459Z] #0 8.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 9.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.459Z] #0 9.421 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.459Z] #0 9.438 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:22.459Z] #0 10.05 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.459Z] #0 10.06 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.459Z] #0 10.06 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:22.459Z] #0 10.11 OK: 13 MiB in 29 packages [2026-01-07T08:29:22.718Z] #76 ... [2026-01-07T08:29:22.718Z] [2026-01-07T08:29:22.718Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-01-07T08:29:22.718Z] #0 8.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.718Z] #0 8.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:22.718Z] #0 8.753 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.718Z] #0 8.767 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:22.718Z] #0 10.05 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.718Z] #0 10.05 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:22.718Z] #0 10.06 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:22.718Z] #0 10.07 OK: 20 MiB in 20 packages [2026-01-07T08:29:22.718Z] #77 ... [2026-01-07T08:29:22.718Z] [2026-01-07T08:29:22.718Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:22.718Z] #58 transferring context: 476.88MB 12.8s [2026-01-07T08:29:23.652Z] #58 ... [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #78 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-01-07T08:29:23.652Z] #78 DONE 1.2s [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:23.652Z] #58 ... [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2026-01-07T08:29:23.652Z] #74 DONE 11.4s [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:23.652Z] #58 ... [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-01-07T08:29:23.652Z] #77 DONE 11.5s [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:29:23.652Z] #0 6.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:23.652Z] #0 6.473 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:23.652Z] #0 6.827 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:23.652Z] #0 6.845 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:23.652Z] #0 7.438 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:23.652Z] #0 7.445 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:23.652Z] #0 7.452 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:23.652Z] #0 7.463 OK: 8 MiB in 19 packages [2026-01-07T08:29:23.652Z] #79 DONE 8.9s [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:29:23.652Z] #76 DONE 11.5s [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:29:23.652Z] #0 6.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:23.652Z] #0 6.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:23.652Z] #0 6.871 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:23.652Z] #0 7.097 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:23.652Z] #0 7.455 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:23.652Z] #0 7.459 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:23.652Z] #0 7.463 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:23.652Z] #0 7.474 OK: 7 MiB in 17 packages [2026-01-07T08:29:23.652Z] #80 DONE 8.9s [2026-01-07T08:29:23.652Z] [2026-01-07T08:29:23.652Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:25.038Z] #58 ... [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #68 [security-proxy-setup internal] load build context [2026-01-07T08:29:25.038Z] #68 transferring context: 608.53MB 14.3s done [2026-01-07T08:29:25.038Z] #68 DONE 15.4s [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:25.038Z] #58 ... [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:29:25.038Z] #0 7.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #0 7.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #0 7.783 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #0 7.800 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:25.038Z] #0 8.817 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #0 8.817 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #0 8.828 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:25.038Z] #0 8.828 OK: 12 MiB in 23 packages [2026-01-07T08:29:25.038Z] #81 ... [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:25.038Z] #58 ... [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #67 [core-command internal] load build context [2026-01-07T08:29:25.038Z] #67 transferring context: 608.53MB 14.5s done [2026-01-07T08:29:25.038Z] #67 DONE 15.8s [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-01-07T08:29:25.038Z] #0 5.292 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #0 5.481 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #0 6.090 OK: 265 MiB in 60 packages [2026-01-07T08:29:25.038Z] #82 DONE 7.2s [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-01-07T08:29:25.038Z] #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #0 3.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #0 3.583 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #0 3.597 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:25.038Z] #0 3.708 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #0 3.714 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #0 3.721 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:25.038Z] #0 3.731 OK: 8 MiB in 21 packages [2026-01-07T08:29:25.038Z] #83 DONE 5.0s [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-01-07T08:29:25.038Z] #75 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #75 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:25.038Z] #75 11.32 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #75 11.34 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:25.038Z] #75 11.52 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #75 11.52 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:25.038Z] #75 11.52 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:25.038Z] #75 11.53 OK: 7 MiB in 18 packages [2026-01-07T08:29:25.038Z] #75 DONE 12.9s [2026-01-07T08:29:25.038Z] [2026-01-07T08:29:25.038Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:25.297Z] #58 ... [2026-01-07T08:29:25.297Z] [2026-01-07T08:29:25.297Z] #60 [support-scheduler internal] load build context [2026-01-07T08:29:25.297Z] #60 transferring context: 608.53MB 14.3s done [2026-01-07T08:29:25.297Z] #60 DONE 15.4s [2026-01-07T08:29:25.297Z] [2026-01-07T08:29:25.297Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:29:25.297Z] #81 DONE 10.3s [2026-01-07T08:29:25.297Z] [2026-01-07T08:29:25.297Z] #59 [core-data internal] load build context [2026-01-07T08:29:25.297Z] #59 transferring context: 608.53MB 14.5s done [2026-01-07T08:29:25.297Z] #59 DONE 15.4s [2026-01-07T08:29:25.297Z] [2026-01-07T08:29:25.297Z] #70 [security-bootstrapper internal] load build context [2026-01-07T08:29:25.297Z] #70 transferring context: 608.53MB 15.3s done [2026-01-07T08:29:25.297Z] #70 DONE 15.7s [2026-01-07T08:29:25.297Z] [2026-01-07T08:29:25.297Z] #58 [support-notifications internal] load build context [2026-01-07T08:29:25.297Z] #58 transferring context: 608.53MB 15.4s done [2026-01-07T08:29:26.674Z] #58 DONE 16.7s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #57 [core-common-config-bootstrapper internal] load build context [2026-01-07T08:29:26.674Z] #57 transferring context: 608.53MB 15.8s done [2026-01-07T08:29:26.674Z] #57 DONE 17.2s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #56 [core-metadata internal] load build context [2026-01-07T08:29:26.674Z] #56 transferring context: 608.53MB 16.0s done [2026-01-07T08:29:26.674Z] #56 DONE 17.2s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #61 [security-proxy-auth internal] load build context [2026-01-07T08:29:26.674Z] #61 transferring context: 608.53MB 15.8s done [2026-01-07T08:29:26.674Z] #61 DONE 17.2s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #55 [security-spiffe-token-provider internal] load build context [2026-01-07T08:29:26.674Z] #55 transferring context: 608.53MB 16.3s done [2026-01-07T08:29:26.674Z] #55 DONE 17.2s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:26.674Z] #84 ... [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #85 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:26.674Z] #85 DONE 1.4s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-01-07T08:29:26.674Z] #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:26.674Z] #0 2.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-01-07T08:29:26.674Z] #0 3.034 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:26.674Z] #0 3.034 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:29:26.674Z] #0 3.446 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:26.674Z] #0 3.450 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:29:26.674Z] #0 3.454 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:29:26.674Z] #0 3.460 OK: 8 MiB in 20 packages [2026-01-07T08:29:26.674Z] #86 DONE 4.3s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #54 [security-secretstore-setup internal] load build context [2026-01-07T08:29:26.674Z] #54 transferring context: 608.53MB 16.7s done [2026-01-07T08:29:26.674Z] #54 DONE 17.3s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:29:26.674Z] #87 DONE 1.5s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-01-07T08:29:26.674Z] #88 DONE 1.5s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #29 [core-keeper internal] load build context [2026-01-07T08:29:26.674Z] #29 transferring context: 608.53MB 17.1s done [2026-01-07T08:29:26.674Z] #29 DONE 17.3s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #89 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:26.674Z] #89 DONE 1.4s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:26.674Z] #90 DONE 1.4s [2026-01-07T08:29:26.674Z] [2026-01-07T08:29:26.674Z] #91 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:26.674Z] #91 CACHED [2026-01-07T08:29:26.934Z] [2026-01-07T08:29:26.934Z] #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:26.934Z] #84 DONE 0.2s [2026-01-07T08:29:26.934Z] [2026-01-07T08:29:26.934Z] #92 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:26.934Z] #92 ... [2026-01-07T08:29:26.934Z] [2026-01-07T08:29:26.934Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:26.934Z] #93 DONE 0.3s [2026-01-07T08:29:26.934Z] [2026-01-07T08:29:26.934Z] #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-01-07T08:29:26.934Z] #94 DONE 1.7s [2026-01-07T08:29:27.192Z] [2026-01-07T08:29:27.192Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-01-07T08:29:27.450Z] #95 ... [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-01-07T08:29:27.450Z] #96 DONE 0.7s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-01-07T08:29:27.450Z] #97 DONE 0.7s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:29:27.450Z] #98 DONE 0.8s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:29:27.450Z] #99 DONE 0.8s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-01-07T08:29:27.450Z] #95 DONE 0.3s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2026-01-07T08:29:27.450Z] #100 DONE 0.2s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-01-07T08:29:27.450Z] #101 DONE 0.2s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-01-07T08:29:27.450Z] #102 DONE 0.2s [2026-01-07T08:29:27.450Z] [2026-01-07T08:29:27.450Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-01-07T08:29:27.710Z] #103 DONE 0.1s [2026-01-07T08:29:27.710Z] [2026-01-07T08:29:27.710Z] #104 [security-spire-config stage-2 6/10] COPY security.txt / [2026-01-07T08:29:27.710Z] #104 DONE 0.1s [2026-01-07T08:29:27.710Z] [2026-01-07T08:29:27.710Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-01-07T08:29:27.710Z] #105 DONE 0.1s [2026-01-07T08:29:27.710Z] [2026-01-07T08:29:27.710Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-01-07T08:29:27.710Z] #106 DONE 0.1s [2026-01-07T08:29:27.710Z] [2026-01-07T08:29:27.710Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-01-07T08:29:27.973Z] #107 DONE 0.1s [2026-01-07T08:29:27.973Z] [2026-01-07T08:29:27.973Z] #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-01-07T08:29:27.973Z] #108 DONE 0.1s [2026-01-07T08:29:27.973Z] [2026-01-07T08:29:27.974Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-01-07T08:29:27.974Z] #109 DONE 0.1s [2026-01-07T08:29:27.974Z] [2026-01-07T08:29:27.974Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-01-07T08:29:28.231Z] #110 DONE 0.1s [2026-01-07T08:29:28.231Z] [2026-01-07T08:29:28.231Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-01-07T08:29:28.231Z] #111 DONE 0.1s [2026-01-07T08:29:28.231Z] [2026-01-07T08:29:28.231Z] #112 [security-spire-server] exporting to image [2026-01-07T08:29:28.231Z] #112 exporting layers [2026-01-07T08:29:28.231Z] #112 ... [2026-01-07T08:29:28.231Z] [2026-01-07T08:29:28.231Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-01-07T08:29:28.231Z] #113 DONE 0.2s [2026-01-07T08:29:28.231Z] [2026-01-07T08:29:28.232Z] #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-01-07T08:29:28.232Z] #114 DONE 0.2s [2026-01-07T08:29:28.490Z] [2026-01-07T08:29:28.490Z] #115 [security-spire-config] exporting to image [2026-01-07T08:29:30.134Z] #115 ... [2026-01-07T08:29:30.134Z] [2026-01-07T08:29:30.134Z] #112 [security-spire-server] exporting to image [2026-01-07T08:29:30.134Z] #112 exporting layers 1.5s done [2026-01-07T08:29:30.134Z] #112 writing image sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 0.1s done [2026-01-07T08:29:30.134Z] #112 naming to docker.io/library/security-spire-server 0.0s done [2026-01-07T08:29:30.134Z] #112 DONE 1.6s [2026-01-07T08:29:30.134Z] [2026-01-07T08:29:30.134Z] #115 [security-spire-config] exporting to image [2026-01-07T08:29:30.134Z] #115 exporting layers 1.5s done [2026-01-07T08:29:30.134Z] #115 writing image sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done [2026-01-07T08:29:30.134Z] #115 naming to docker.io/library/security-spire-config 0.0s done [2026-01-07T08:29:30.457Z] #115 DONE 2.2s [2026-01-07T08:29:30.457Z] [2026-01-07T08:29:30.457Z] #116 [security-spire-agent] exporting to image [2026-01-07T08:29:30.457Z] #116 exporting layers 1.5s done [2026-01-07T08:29:30.457Z] #116 writing image sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 0.0s done [2026-01-07T08:29:30.457Z] #116 naming to docker.io/library/security-spire-agent 0.0s done [2026-01-07T08:29:30.457Z] #116 DONE 2.2s [2026-01-07T08:29:30.457Z] [2026-01-07T08:29:30.457Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:31.904Z] Removing intermediate container 41f8d0a1395e [2026-01-07T08:29:31.904Z] ---> 39263c34355b [2026-01-07T08:29:31.905Z] Successfully built 39263c34355b [2026-01-07T08:29:31.905Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:29:32.251Z] + docker inspect -f . ci-base-image-arm64 [2026-01-07T08:29:32.251Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T08:29:32.469Z] prd-ubuntu20.04-docker-arm64-4c-16g-240 does not seem to be running inside a container [2026-01-07T08:29:32.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2026-01-07T08:29:33.743Z] $ docker top 7425635e9d54482c63ce766ce61beba55d88ba7116efaf31239ea0a1808fd6bd -eo pid,comm [Pipeline] { [Pipeline] sh [2026-01-07T08:29:34.574Z] + go version [2026-01-07T08:29:34.574Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-01-07T08:29:34.593Z] $ docker stop --time=1 7425635e9d54482c63ce766ce61beba55d88ba7116efaf31239ea0a1808fd6bd [2026-01-07T08:29:36.246Z] $ docker rm -f --volumes 7425635e9d54482c63ce766ce61beba55d88ba7116efaf31239ea0a1808fd6bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:29:36.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-01-07T08:29:36.915Z] [2026-01-07T08:29:36.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:29:37.016Z] #117 ... [2026-01-07T08:29:37.016Z] [2026-01-07T08:29:37.016Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:37.016Z] #118 ... [2026-01-07T08:29:37.016Z] [2026-01-07T08:29:37.016Z] #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:37.016Z] #119 ... [2026-01-07T08:29:37.016Z] [2026-01-07T08:29:37.016Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:37.262Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-01-07T08:29:37.262Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2026-01-07T08:29:37.262Z] 547446be3368: Pulling fs layer [2026-01-07T08:29:37.262Z] d125d8839a47: Pulling fs layer [2026-01-07T08:29:37.262Z] 3e85d5ac6304: Pulling fs layer [2026-01-07T08:29:37.262Z] c3105a71a48b: Pulling fs layer [2026-01-07T08:29:37.262Z] 0f093f025ec4: Pulling fs layer [2026-01-07T08:29:37.262Z] c3105a71a48b: Waiting [2026-01-07T08:29:37.262Z] c3106fc0e877: Pulling fs layer [2026-01-07T08:29:37.262Z] 0f093f025ec4: Waiting [2026-01-07T08:29:37.273Z] #120 ... [2026-01-07T08:29:37.273Z] [2026-01-07T08:29:37.273Z] #121 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:37.530Z] 547446be3368: Verifying Checksum [2026-01-07T08:29:37.530Z] 547446be3368: Download complete [2026-01-07T08:29:37.530Z] c3105a71a48b: Verifying Checksum [2026-01-07T08:29:37.530Z] c3105a71a48b: Download complete [2026-01-07T08:29:37.799Z] d125d8839a47: Verifying Checksum [2026-01-07T08:29:37.799Z] d125d8839a47: Download complete [2026-01-07T08:29:37.799Z] c3106fc0e877: Verifying Checksum [2026-01-07T08:29:37.799Z] c3106fc0e877: Download complete [2026-01-07T08:29:38.068Z] 0f093f025ec4: Verifying Checksum [2026-01-07T08:29:38.068Z] 0f093f025ec4: Download complete [2026-01-07T08:29:38.336Z] 547446be3368: Pull complete [2026-01-07T08:29:39.299Z] d125d8839a47: Pull complete [2026-01-07T08:29:39.882Z] 3e85d5ac6304: Verifying Checksum [2026-01-07T08:29:39.882Z] 3e85d5ac6304: Download complete [2026-01-07T08:29:45.383Z] #121 DONE 17.6s [2026-01-07T08:29:45.383Z] [2026-01-07T08:29:45.383Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:45.383Z] #117 DONE 18.4s [2026-01-07T08:29:45.383Z] [2026-01-07T08:29:45.383Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:45.383Z] #118 DONE 18.4s [2026-01-07T08:29:45.384Z] [2026-01-07T08:29:45.384Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:45.384Z] #120 DONE 18.0s [2026-01-07T08:29:45.384Z] [2026-01-07T08:29:45.384Z] #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:45.384Z] #119 DONE 18.2s [2026-01-07T08:29:45.384Z] [2026-01-07T08:29:45.384Z] #92 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:45.384Z] #92 DONE 18.4s [2026-01-07T08:29:45.384Z] [2026-01-07T08:29:45.384Z] #122 [core-data builder 6/7] COPY . . [2026-01-07T08:29:49.956Z] 3e85d5ac6304: Pull complete [2026-01-07T08:29:49.956Z] c3105a71a48b: Pull complete [2026-01-07T08:29:51.362Z] 0f093f025ec4: Pull complete [2026-01-07T08:29:51.362Z] c3106fc0e877: Pull complete [2026-01-07T08:29:51.362Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2026-01-07T08:29:51.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-01-07T08:29:51.362Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T08:29:51.822Z] prd-ubuntu20.04-docker-arm64-4c-16g-240 does not seem to be running inside a container [2026-01-07T08:29:51.899Z] $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2026-01-07T08:29:51.946Z] #122 ... [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #123 [support-notifications builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #123 DONE 6.4s [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #124 [security-bootstrapper builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #124 DONE 6.5s [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #125 [core-keeper builder 7/8] COPY . . [2026-01-07T08:29:51.946Z] #125 DONE 6.4s [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #126 [security-spiffe-token-provider builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #126 DONE 6.4s [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #122 [core-data builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #122 DONE 6.4s [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:51.946Z] #127 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:51.946Z] #128 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #129 [security-proxy-auth builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #129 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #130 [core-command builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #130 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:51.946Z] #131 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:51.946Z] #132 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #133 [core-metadata builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #133 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:51.946Z] #134 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:51.946Z] #135 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #136 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:51.946Z] #137 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #138 [support-scheduler builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #138 DONE 6.4s [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #139 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:51.946Z] #140 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #141 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:51.946Z] #141 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #142 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:29:51.946Z] #142 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:29:51.946Z] #143 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #144 [security-bootstrapper builder 6/7] COPY . . [2026-01-07T08:29:51.946Z] #144 CACHED [2026-01-07T08:29:51.946Z] [2026-01-07T08:29:51.946Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-01-07T08:29:52.509Z] #145 1.078 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-01-07T08:29:54.013Z] $ docker top 2fe3f82f8381f5c5314b3804b056618b0c732ae06dcd5be4be7ed9fcceef7496 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-01-07T08:29:54.529Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-01-07T08:30:02.476Z] #145 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:30:02.476Z] #0 1.096 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-01-07T08:30:02.476Z] #146 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:30:02.476Z] #0 1.078 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-01-07T08:30:02.476Z] #147 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T08:30:02.476Z] #0 0.779 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-01-07T08:30:02.476Z] #148 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T08:30:02.476Z] #0 0.767 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-01-07T08:30:02.476Z] #149 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-01-07T08:30:02.476Z] #0 1.108 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-01-07T08:30:02.476Z] #150 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-01-07T08:30:02.476Z] #0 0.865 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-01-07T08:30:02.476Z] #151 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T08:30:02.476Z] #0 0.773 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-01-07T08:30:02.476Z] #152 ... [2026-01-07T08:30:02.476Z] [2026-01-07T08:30:02.476Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-01-07T08:30:02.476Z] #0 1.094 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-01-07T08:30:02.734Z] #153 ... [2026-01-07T08:30:02.734Z] [2026-01-07T08:30:02.734Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-01-07T08:30:02.734Z] #0 1.080 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-01-07T08:30:02.734Z] #154 ... [2026-01-07T08:30:02.734Z] [2026-01-07T08:30:02.734Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-01-07T08:30:02.734Z] #0 0.759 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-01-07T08:30:02.990Z] #155 ... [2026-01-07T08:30:02.990Z] [2026-01-07T08:30:02.990Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T08:30:02.990Z] #0 0.443 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-01-07T08:30:04.627Z] #1 [core-metadata internal] load build definition from Dockerfile [2026-01-07T08:30:04.627Z] #1 transferring dockerfile: 2.10kB 0.0s done [2026-01-07T08:30:04.627Z] #1 DONE 0.1s [2026-01-07T08:30:04.627Z] [2026-01-07T08:30:04.627Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2026-01-07T08:30:04.627Z] #2 transferring dockerfile: 2.49kB done [2026-01-07T08:30:04.627Z] #2 DONE 0.0s [2026-01-07T08:30:04.627Z] [2026-01-07T08:30:04.627Z] #3 [security-spire-server internal] load build definition from Dockerfile [2026-01-07T08:30:04.627Z] #3 transferring dockerfile: 1.70kB done [2026-01-07T08:30:04.627Z] #3 DONE 0.1s [2026-01-07T08:30:04.627Z] [2026-01-07T08:30:04.627Z] #4 [core-keeper internal] load build definition from Dockerfile [2026-01-07T08:30:04.627Z] #4 transferring dockerfile: 2.01kB done [2026-01-07T08:30:04.627Z] #4 DONE 0.1s [2026-01-07T08:30:04.627Z] [2026-01-07T08:30:04.628Z] #5 [support-notifications internal] load build definition from Dockerfile [2026-01-07T08:30:04.628Z] #5 transferring dockerfile: 2.02kB 0.0s done [2026-01-07T08:30:04.628Z] #5 DONE 0.1s [2026-01-07T08:30:04.628Z] [2026-01-07T08:30:04.628Z] #6 [core-command internal] load build definition from Dockerfile [2026-01-07T08:30:04.628Z] #6 transferring dockerfile: 1.94kB 0.0s done [2026-01-07T08:30:04.628Z] #6 DONE 0.1s [2026-01-07T08:30:04.628Z] [2026-01-07T08:30:04.628Z] #7 [core-data internal] load build definition from Dockerfile [2026-01-07T08:30:04.628Z] #7 transferring dockerfile: 2.04kB done [2026-01-07T08:30:04.628Z] #7 DONE 0.1s [2026-01-07T08:30:04.628Z] [2026-01-07T08:30:04.628Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2026-01-07T08:30:04.628Z] #8 transferring dockerfile: 2.14kB done [2026-01-07T08:30:04.628Z] #8 DONE 0.1s [2026-01-07T08:30:04.628Z] [2026-01-07T08:30:04.628Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2026-01-07T08:30:04.628Z] #9 transferring dockerfile: 1.81kB 0.0s done [2026-01-07T08:30:04.628Z] #9 DONE 0.1s [2026-01-07T08:30:04.628Z] [2026-01-07T08:30:04.628Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-01-07T08:30:04.898Z] #10 transferring dockerfile: 1.89kB done [2026-01-07T08:30:04.898Z] #10 DONE 0.1s [2026-01-07T08:30:04.898Z] [2026-01-07T08:30:04.898Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-01-07T08:30:04.898Z] #11 transferring dockerfile: 2.23kB done [2026-01-07T08:30:04.898Z] #11 DONE 0.1s [2026-01-07T08:30:04.898Z] [2026-01-07T08:30:04.898Z] #12 [security-spire-config internal] load build definition from Dockerfile [2026-01-07T08:30:04.898Z] #12 transferring dockerfile: 1.69kB 0.0s done [2026-01-07T08:30:04.898Z] #12 DONE 0.1s [2026-01-07T08:30:04.898Z] [2026-01-07T08:30:04.898Z] #13 [support-scheduler internal] load build definition from Dockerfile [2026-01-07T08:30:04.898Z] #13 transferring dockerfile: 1.83kB done [2026-01-07T08:30:04.898Z] #13 DONE 0.1s [2026-01-07T08:30:04.898Z] [2026-01-07T08:30:04.898Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2026-01-07T08:30:04.898Z] #14 transferring dockerfile: 2.50kB done [2026-01-07T08:30:04.898Z] #14 DONE 0.1s [2026-01-07T08:30:04.898Z] [2026-01-07T08:30:04.898Z] #15 [security-bootstrapper internal] load build definition from Dockerfile [2026-01-07T08:30:04.898Z] #15 transferring dockerfile: 3.02kB 0.0s done [2026-01-07T08:30:04.898Z] #15 DONE 0.1s [2026-01-07T08:30:04.898Z] [2026-01-07T08:30:04.898Z] #16 [core-metadata internal] load .dockerignore [2026-01-07T08:30:04.898Z] #16 DONE 0.0s [2026-01-07T08:30:05.167Z] [2026-01-07T08:30:05.167Z] #16 [core-metadata internal] load .dockerignore [2026-01-07T08:30:05.167Z] #16 transferring context: 50B done [2026-01-07T08:30:05.167Z] #16 DONE 0.1s [2026-01-07T08:30:05.753Z] [2026-01-07T08:30:05.754Z] #17 [security-secretstore-setup internal] load .dockerignore [2026-01-07T08:30:05.754Z] #17 transferring context: 50B done [2026-01-07T08:30:05.754Z] #17 DONE 0.1s [2026-01-07T08:30:05.754Z] [2026-01-07T08:30:05.754Z] #18 [security-spire-server internal] load .dockerignore [2026-01-07T08:30:06.029Z] #18 transferring context: 50B done [2026-01-07T08:30:06.029Z] #18 DONE 0.0s [2026-01-07T08:30:06.029Z] [2026-01-07T08:30:06.029Z] #19 [support-notifications internal] load .dockerignore [2026-01-07T08:30:06.029Z] #19 DONE 0.0s [2026-01-07T08:30:06.029Z] [2026-01-07T08:30:06.029Z] #20 [core-keeper internal] load .dockerignore [2026-01-07T08:30:06.029Z] #20 transferring context: 50B 0.0s done [2026-01-07T08:30:06.029Z] #20 DONE 0.1s [2026-01-07T08:30:06.029Z] [2026-01-07T08:30:06.029Z] #19 [support-notifications internal] load .dockerignore [2026-01-07T08:30:06.029Z] #19 transferring context: 50B 0.0s done [2026-01-07T08:30:06.029Z] #19 DONE 0.1s [2026-01-07T08:30:06.029Z] [2026-01-07T08:30:06.029Z] #21 [core-command internal] load .dockerignore [2026-01-07T08:30:06.029Z] #21 transferring context: 50B 0.0s done [2026-01-07T08:30:06.299Z] #21 DONE 0.1s [2026-01-07T08:30:06.299Z] [2026-01-07T08:30:06.299Z] #22 [core-data internal] load .dockerignore [2026-01-07T08:30:06.299Z] #22 transferring context: 50B done [2026-01-07T08:30:06.299Z] #22 DONE 0.1s [2026-01-07T08:30:06.299Z] [2026-01-07T08:30:06.299Z] #23 [security-proxy-auth internal] load .dockerignore [2026-01-07T08:30:06.299Z] #23 transferring context: 50B done [2026-01-07T08:30:06.299Z] #23 DONE 0.1s [2026-01-07T08:30:06.299Z] [2026-01-07T08:30:06.299Z] #24 [security-spire-agent internal] load .dockerignore [2026-01-07T08:30:06.299Z] #24 transferring context: 50B 0.0s done [2026-01-07T08:30:06.299Z] #24 DONE 0.1s [2026-01-07T08:30:06.299Z] [2026-01-07T08:30:06.299Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2026-01-07T08:30:06.299Z] #25 transferring context: 50B done [2026-01-07T08:30:06.299Z] #25 DONE 0.1s [2026-01-07T08:30:06.299Z] [2026-01-07T08:30:06.299Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2026-01-07T08:30:06.299Z] #26 transferring context: 50B done [2026-01-07T08:30:06.299Z] #26 DONE 0.1s [2026-01-07T08:30:06.299Z] [2026-01-07T08:30:06.299Z] #27 [security-spire-config internal] load .dockerignore [2026-01-07T08:30:06.567Z] #27 transferring context: 50B done [2026-01-07T08:30:06.567Z] #27 DONE 0.1s [2026-01-07T08:30:06.567Z] [2026-01-07T08:30:06.567Z] #28 [support-scheduler internal] load .dockerignore [2026-01-07T08:30:06.567Z] #28 transferring context: 50B done [2026-01-07T08:30:06.567Z] #28 DONE 0.1s [2026-01-07T08:30:06.567Z] [2026-01-07T08:30:06.567Z] #29 [security-proxy-setup internal] load .dockerignore [2026-01-07T08:30:06.567Z] #29 transferring context: 50B done [2026-01-07T08:30:06.567Z] #29 DONE 0.0s [2026-01-07T08:30:06.567Z] [2026-01-07T08:30:06.567Z] #30 [security-bootstrapper internal] load .dockerignore [2026-01-07T08:30:06.567Z] #30 transferring context: 50B 0.0s done [2026-01-07T08:30:06.567Z] #30 DONE 0.1s [2026-01-07T08:30:06.834Z] [2026-01-07T08:30:06.834Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:06.834Z] #31 DONE 0.0s [2026-01-07T08:30:06.834Z] [2026-01-07T08:30:06.834Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.22 [2026-01-07T08:30:07.441Z] #32 ... [2026-01-07T08:30:07.441Z] [2026-01-07T08:30:07.441Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:07.441Z] #31 DONE 0.0s [2026-01-07T08:30:07.441Z] [2026-01-07T08:30:07.441Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.22 [2026-01-07T08:30:07.441Z] #32 DONE 0.6s [2026-01-07T08:30:07.441Z] [2026-01-07T08:30:07.441Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:07.441Z] #31 DONE 0.0s [2026-01-07T08:30:07.441Z] [2026-01-07T08:30:07.441Z] #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:30:07.441Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2026-01-07T08:30:07.441Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2026-01-07T08:30:07.441Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2026-01-07T08:30:07.441Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:30:07.713Z] #33 ... [2026-01-07T08:30:07.713Z] [2026-01-07T08:30:07.713Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:07.713Z] #31 DONE 0.0s [2026-01-07T08:30:07.713Z] [2026-01-07T08:30:07.713Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:30:07.713Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2026-01-07T08:30:07.713Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2026-01-07T08:30:07.713Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2026-01-07T08:30:07.713Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:30:07.713Z] #33 ... [2026-01-07T08:30:07.713Z] [2026-01-07T08:30:07.713Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:07.713Z] #31 DONE 0.0s [2026-01-07T08:30:07.713Z] [2026-01-07T08:30:07.713Z] #33 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:30:07.713Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2026-01-07T08:30:07.713Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2026-01-07T08:30:07.713Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2026-01-07T08:30:07.713Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:30:07.713Z] #33 ... [2026-01-07T08:30:07.713Z] [2026-01-07T08:30:07.713Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:07.713Z] #31 DONE 0.0s [2026-01-07T08:30:07.982Z] [2026-01-07T08:30:07.982Z] #34 [core-metadata internal] load build context [2026-01-07T08:30:07.982Z] #34 ... [2026-01-07T08:30:07.982Z] [2026-01-07T08:30:07.982Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:07.982Z] #31 DONE 0.0s [2026-01-07T08:30:07.982Z] [2026-01-07T08:30:07.982Z] #34 [core-metadata internal] load build context [2026-01-07T08:30:08.578Z] #34 ... [2026-01-07T08:30:08.578Z] [2026-01-07T08:30:08.578Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:08.578Z] #31 DONE 0.0s [2026-01-07T08:30:08.578Z] [2026-01-07T08:30:08.578Z] #34 [core-metadata internal] load build context [2026-01-07T08:30:08.578Z] #34 ... [2026-01-07T08:30:08.578Z] [2026-01-07T08:30:08.578Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:08.578Z] #31 DONE 0.0s [2026-01-07T08:30:08.578Z] [2026-01-07T08:30:08.578Z] #34 [core-metadata internal] load build context [2026-01-07T08:30:09.167Z] #34 ... [2026-01-07T08:30:09.167Z] [2026-01-07T08:30:09.167Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 [2026-01-07T08:30:09.167Z] #32 DONE 1.6s [2026-01-07T08:30:09.167Z] [2026-01-07T08:30:09.167Z] #34 [core-metadata internal] load build context [2026-01-07T08:30:09.167Z] #34 ... [2026-01-07T08:30:09.167Z] [2026-01-07T08:30:09.167Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:09.167Z] #31 DONE 0.0s [2026-01-07T08:30:09.167Z] [2026-01-07T08:30:09.167Z] #34 [core-metadata internal] load build context [2026-01-07T08:30:09.167Z] #34 transferring context: 3.39MB 1.8s done [2026-01-07T08:30:09.435Z] #34 ... [2026-01-07T08:30:09.435Z] [2026-01-07T08:30:09.435Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:09.435Z] #31 DONE 0.0s [2026-01-07T08:30:09.705Z] [2026-01-07T08:30:09.705Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-01-07T08:30:09.705Z] #31 DONE 0.0s [2026-01-07T08:30:09.705Z] [2026-01-07T08:30:09.705Z] #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-01-07T08:30:09.705Z] #35 ... [2026-01-07T08:30:09.705Z] [2026-01-07T08:30:09.705Z] #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-01-07T08:30:09.705Z] #36 DONE 2.3s [2026-01-07T08:30:09.975Z] [2026-01-07T08:30:09.975Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:09.975Z] #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:10.246Z] #37 ... [2026-01-07T08:30:10.246Z] [2026-01-07T08:30:10.246Z] #34 [core-metadata internal] load build context [2026-01-07T08:30:10.246Z] #34 DONE 2.8s [2026-01-07T08:30:10.246Z] [2026-01-07T08:30:10.246Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2026-01-07T08:30:10.246Z] #32 DONE 2.6s [2026-01-07T08:30:10.246Z] [2026-01-07T08:30:10.246Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-01-07T08:30:10.246Z] #38 DONE 1.9s [2026-01-07T08:30:10.246Z] [2026-01-07T08:30:10.246Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:10.246Z] #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done [2026-01-07T08:30:10.516Z] #37 ... [2026-01-07T08:30:10.516Z] [2026-01-07T08:30:10.516Z] #39 [core-keeper internal] load build context [2026-01-07T08:30:10.516Z] #39 transferring context: 3.39MB 1.7s done [2026-01-07T08:30:10.516Z] #39 DONE 2.8s [2026-01-07T08:30:10.516Z] [2026-01-07T08:30:10.516Z] #40 [security-secretstore-setup internal] load build context [2026-01-07T08:30:10.516Z] #40 transferring context: 3.39MB 2.2s done [2026-01-07T08:30:10.516Z] #40 DONE 2.9s [2026-01-07T08:30:10.516Z] [2026-01-07T08:30:10.517Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T08:30:10.517Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2026-01-07T08:30:10.517Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2026-01-07T08:30:10.517Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2026-01-07T08:30:10.517Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:30:10.787Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2026-01-07T08:30:10.787Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2026-01-07T08:30:10.787Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2026-01-07T08:30:10.787Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:30:10.787Z] #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2026-01-07T08:30:10.787Z] #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2026-01-07T08:30:10.787Z] #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2026-01-07T08:30:10.787Z] #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2026-01-07T08:30:11.057Z] #33 ... [2026-01-07T08:30:11.057Z] [2026-01-07T08:30:11.057Z] #41 [security-bootstrapper internal] load build context [2026-01-07T08:30:11.057Z] #41 DONE 0.0s [2026-01-07T08:30:11.057Z] [2026-01-07T08:30:11.057Z] #42 [support-scheduler internal] load build context [2026-01-07T08:30:11.057Z] #42 DONE 0.0s [2026-01-07T08:30:11.057Z] [2026-01-07T08:30:11.057Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:11.057Z] #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done [2026-01-07T08:30:11.057Z] #37 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-01-07T08:30:11.057Z] #37 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-01-07T08:30:11.057Z] #37 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-01-07T08:30:11.057Z] #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.4s [2026-01-07T08:30:11.057Z] #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.4s [2026-01-07T08:30:11.325Z] #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.7s [2026-01-07T08:30:11.595Z] #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.7s done [2026-01-07T08:30:11.595Z] #37 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2026-01-07T08:30:11.864Z] #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 1.0s [2026-01-07T08:30:11.864Z] #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.1s [2026-01-07T08:30:12.134Z] #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.5s done [2026-01-07T08:30:12.403Z] #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.5s done [2026-01-07T08:30:12.670Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 1.8s [2026-01-07T08:30:12.937Z] #37 ... [2026-01-07T08:30:12.937Z] [2026-01-07T08:30:12.937Z] #43 [core-command internal] load build context [2026-01-07T08:30:12.937Z] #43 transferring context: 3.39MB 1.7s done [2026-01-07T08:30:12.937Z] #43 DONE 4.8s [2026-01-07T08:30:12.937Z] [2026-01-07T08:30:12.937Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:12.937Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 2.2s [2026-01-07T08:30:13.204Z] #37 ... [2026-01-07T08:30:13.204Z] [2026-01-07T08:30:13.204Z] #44 [support-notifications internal] load build context [2026-01-07T08:30:13.204Z] #44 transferring context: 3.39MB 2.5s done [2026-01-07T08:30:13.204Z] #44 DONE 5.2s [2026-01-07T08:30:13.204Z] [2026-01-07T08:30:13.204Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:13.204Z] #37 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 [2026-01-07T08:30:13.204Z] #37 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.1s done [2026-01-07T08:30:13.472Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 2.7s [2026-01-07T08:30:13.754Z] #37 ... [2026-01-07T08:30:13.754Z] [2026-01-07T08:30:13.754Z] #45 [core-data internal] load build context [2026-01-07T08:30:13.754Z] #45 transferring context: 3.39MB 2.5s done [2026-01-07T08:30:13.754Z] #45 DONE 5.8s [2026-01-07T08:30:14.031Z] [2026-01-07T08:30:14.031Z] #46 [security-proxy-auth internal] load build context [2026-01-07T08:30:14.031Z] #46 transferring context: 3.39MB 3.2s done [2026-01-07T08:30:14.031Z] #46 DONE 4.6s [2026-01-07T08:30:14.031Z] [2026-01-07T08:30:14.031Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:14.304Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.16MB / 37.02MB 3.5s [2026-01-07T08:30:14.906Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 4.2s [2026-01-07T08:30:15.526Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.49MB / 37.02MB 4.7s [2026-01-07T08:30:15.526Z] #37 ... [2026-01-07T08:30:15.526Z] [2026-01-07T08:30:15.526Z] #47 [security-spire-config internal] load build context [2026-01-07T08:30:15.526Z] #47 transferring context: 24.70kB 0.2s done [2026-01-07T08:30:15.526Z] #47 DONE 5.9s [2026-01-07T08:30:15.526Z] [2026-01-07T08:30:15.526Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:15.526Z] #37 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done [2026-01-07T08:30:15.799Z] #37 ... [2026-01-07T08:30:15.799Z] [2026-01-07T08:30:15.799Z] #48 [security-spire-server internal] load build context [2026-01-07T08:30:15.799Z] #48 transferring context: 26.44kB 0.3s done [2026-01-07T08:30:15.799Z] #48 DONE 6.1s [2026-01-07T08:30:15.799Z] [2026-01-07T08:30:15.799Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:16.249Z] #37 ... [2026-01-07T08:30:16.249Z] [2026-01-07T08:30:16.249Z] #49 [security-spiffe-token-provider internal] load build context [2026-01-07T08:30:16.249Z] #49 transferring context: 3.39MB 4.4s done [2026-01-07T08:30:16.249Z] #49 DONE 7.0s [2026-01-07T08:30:16.249Z] [2026-01-07T08:30:16.249Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:16.249Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.58MB / 37.02MB 5.4s [2026-01-07T08:30:16.561Z] #37 ... [2026-01-07T08:30:16.561Z] [2026-01-07T08:30:16.561Z] #50 [core-common-config-bootstrapper internal] load build context [2026-01-07T08:30:16.561Z] #50 transferring context: 3.39MB 4.7s done [2026-01-07T08:30:16.561Z] #50 DONE 7.2s [2026-01-07T08:30:16.561Z] [2026-01-07T08:30:16.561Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:16.864Z] #37 ... [2026-01-07T08:30:16.864Z] [2026-01-07T08:30:16.864Z] #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-01-07T08:30:16.864Z] #51 DONE 8.5s [2026-01-07T08:30:16.864Z] [2026-01-07T08:30:16.864Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:17.471Z] #37 ... [2026-01-07T08:30:17.471Z] [2026-01-07T08:30:17.471Z] #52 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2026-01-07T08:30:17.471Z] #52 ... [2026-01-07T08:30:17.472Z] [2026-01-07T08:30:17.472Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:17.472Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.68MB / 37.02MB 6.7s [2026-01-07T08:30:18.131Z] #37 ... [2026-01-07T08:30:18.131Z] [2026-01-07T08:30:18.131Z] #52 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2026-01-07T08:30:18.131Z] #52 DONE 11.6s [2026-01-07T08:30:18.131Z] [2026-01-07T08:30:18.131Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:18.131Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.78MB / 37.02MB 7.4s [2026-01-07T08:30:18.131Z] #37 ... [2026-01-07T08:30:18.131Z] [2026-01-07T08:30:18.131Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-01-07T08:30:18.131Z] #0 6.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:18.131Z] #0 7.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:18.418Z] #53 ... [2026-01-07T08:30:18.418Z] [2026-01-07T08:30:18.418Z] #54 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-01-07T08:30:18.418Z] #0 6.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:18.418Z] #0 6.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:18.418Z] #0 10.01 (1/1) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:18.418Z] #0 10.01 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:18.418Z] #0 10.12 OK: 8 MiB in 17 packages [2026-01-07T08:30:18.418Z] #54 ... [2026-01-07T08:30:18.418Z] [2026-01-07T08:30:18.418Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-01-07T08:30:18.418Z] #0 8.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:18.418Z] #0 9.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:18.690Z] #55 ... [2026-01-07T08:30:18.690Z] [2026-01-07T08:30:18.690Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-01-07T08:30:18.690Z] #56 10.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:18.690Z] #56 ... [2026-01-07T08:30:18.690Z] [2026-01-07T08:30:18.690Z] #57 [support-notifications builder 2/7] WORKDIR /edgex-go [2026-01-07T08:30:18.960Z] #57 ... [2026-01-07T08:30:18.960Z] [2026-01-07T08:30:18.960Z] #58 [security-spire-agent internal] load build context [2026-01-07T08:30:18.960Z] #58 transferring context: 25.98kB 0.5s done [2026-01-07T08:30:18.960Z] #58 DONE 7.8s [2026-01-07T08:30:19.229Z] [2026-01-07T08:30:19.229Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:19.229Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 7.9s [2026-01-07T08:30:20.226Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 9.3s [2026-01-07T08:30:20.226Z] #37 ... [2026-01-07T08:30:20.226Z] [2026-01-07T08:30:20.226Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-01-07T08:30:20.226Z] #59 ... [2026-01-07T08:30:20.226Z] [2026-01-07T08:30:20.226Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-01-07T08:30:20.226Z] #60 ... [2026-01-07T08:30:20.226Z] [2026-01-07T08:30:20.226Z] #54 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-01-07T08:30:20.226Z] #54 DONE 13.0s [2026-01-07T08:30:20.226Z] [2026-01-07T08:30:20.226Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:20.494Z] #37 ... [2026-01-07T08:30:20.494Z] [2026-01-07T08:30:20.494Z] #57 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2026-01-07T08:30:20.494Z] #57 DONE 3.2s [2026-01-07T08:30:20.494Z] [2026-01-07T08:30:20.494Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:20.764Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.07MB / 37.02MB 10.0s [2026-01-07T08:30:21.034Z] #37 ... [2026-01-07T08:30:21.034Z] [2026-01-07T08:30:21.034Z] #41 [security-bootstrapper internal] load build context [2026-01-07T08:30:21.302Z] #41 ... [2026-01-07T08:30:21.303Z] [2026-01-07T08:30:21.303Z] #42 [support-scheduler internal] load build context [2026-01-07T08:30:21.303Z] #42 ... [2026-01-07T08:30:21.303Z] [2026-01-07T08:30:21.303Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-01-07T08:30:21.303Z] #61 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.6s done [2026-01-07T08:30:21.303Z] #61 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-01-07T08:30:21.303Z] #61 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2026-01-07T08:30:21.303Z] #61 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2026-01-07T08:30:21.303Z] #61 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-01-07T08:30:21.303Z] #61 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-01-07T08:30:21.303Z] #61 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-01-07T08:30:21.303Z] #61 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.2s done [2026-01-07T08:30:21.303Z] #61 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 8.0s [2026-01-07T08:30:21.303Z] #61 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.1s done [2026-01-07T08:30:21.570Z] #61 ... [2026-01-07T08:30:21.570Z] [2026-01-07T08:30:21.570Z] #62 [security-proxy-setup internal] load build context [2026-01-07T08:30:21.570Z] #62 ... [2026-01-07T08:30:21.570Z] [2026-01-07T08:30:21.570Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-01-07T08:30:21.839Z] #61 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 8.5s done [2026-01-07T08:30:22.456Z] #61 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 [2026-01-07T08:30:22.456Z] #61 ... [2026-01-07T08:30:22.456Z] [2026-01-07T08:30:22.456Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-01-07T08:30:22.456Z] #63 ... [2026-01-07T08:30:22.456Z] [2026-01-07T08:30:22.456Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-01-07T08:30:22.456Z] #64 ... [2026-01-07T08:30:22.456Z] [2026-01-07T08:30:22.456Z] #42 [support-scheduler internal] load build context [2026-01-07T08:30:22.456Z] #42 transferring context: 3.39MB 5.7s done [2026-01-07T08:30:22.456Z] #42 DONE 11.3s [2026-01-07T08:30:22.456Z] [2026-01-07T08:30:22.456Z] #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-01-07T08:30:22.725Z] #65 ... [2026-01-07T08:30:22.725Z] [2026-01-07T08:30:22.725Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:22.725Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 11.9s [2026-01-07T08:30:23.709Z] #37 ... [2026-01-07T08:30:23.709Z] [2026-01-07T08:30:23.709Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-01-07T08:30:23.709Z] #53 11.38 (1/7) Installing ca-certificates (20250911-r0) [2026-01-07T08:30:23.709Z] #53 11.38 (2/7) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:23.709Z] #53 11.38 (3/7) Installing libgcc (14.2.0-r6) [2026-01-07T08:30:23.709Z] #53 11.49 (4/7) Installing libsodium (1.0.20-r1) [2026-01-07T08:30:23.709Z] #53 11.49 (5/7) Installing libstdc++ (14.2.0-r6) [2026-01-07T08:30:23.709Z] #53 11.66 (6/7) Installing libzmq (4.3.5-r2) [2026-01-07T08:30:23.709Z] #53 11.67 (7/7) Installing zeromq (4.3.5-r2) [2026-01-07T08:30:23.709Z] #53 11.83 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:23.709Z] #53 11.90 Executing ca-certificates-20250911-r0.trigger [2026-01-07T08:30:23.709Z] #53 12.57 OK: 12 MiB in 23 packages [2026-01-07T08:30:23.709Z] #53 DONE 15.4s [2026-01-07T08:30:23.709Z] [2026-01-07T08:30:23.709Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:23.709Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.36MB / 37.02MB 13.0s [2026-01-07T08:30:24.684Z] #37 ... [2026-01-07T08:30:24.684Z] [2026-01-07T08:30:24.684Z] #41 [security-bootstrapper internal] load build context [2026-01-07T08:30:24.684Z] #41 transferring context: 3.39MB 6.7s done [2026-01-07T08:30:24.684Z] #41 DONE 13.4s [2026-01-07T08:30:24.684Z] [2026-01-07T08:30:24.684Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:24.952Z] #37 ... [2026-01-07T08:30:24.952Z] [2026-01-07T08:30:24.952Z] #62 [security-proxy-setup internal] load build context [2026-01-07T08:30:24.952Z] #62 transferring context: 3.39MB 7.2s done [2026-01-07T08:30:24.952Z] #62 DONE 13.6s [2026-01-07T08:30:24.952Z] [2026-01-07T08:30:24.952Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:24.952Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 31.46MB / 37.02MB 14.1s [2026-01-07T08:30:25.542Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.55MB / 37.02MB 14.9s [2026-01-07T08:30:26.980Z] #37 ... [2026-01-07T08:30:26.980Z] [2026-01-07T08:30:26.980Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-01-07T08:30:26.980Z] #56 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:26.980Z] #56 16.10 (1/1) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:26.980Z] #56 16.10 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:26.980Z] #56 16.21 OK: 8 MiB in 17 packages [2026-01-07T08:30:26.980Z] #56 DONE 18.4s [2026-01-07T08:30:26.980Z] [2026-01-07T08:30:26.980Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:26.980Z] #37 ... [2026-01-07T08:30:26.980Z] [2026-01-07T08:30:26.980Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-01-07T08:30:26.980Z] #66 ... [2026-01-07T08:30:26.980Z] [2026-01-07T08:30:26.980Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:27.253Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 35.65MB / 37.02MB 16.4s [2026-01-07T08:30:28.232Z] #37 ... [2026-01-07T08:30:28.232Z] [2026-01-07T08:30:28.232Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-01-07T08:30:28.232Z] #55 14.74 (1/4) Installing ca-certificates (20250911-r0) [2026-01-07T08:30:28.232Z] #55 15.11 (2/4) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:28.232Z] #55 15.11 (3/4) Installing su-exec (0.2-r3) [2026-01-07T08:30:28.232Z] #55 15.11 (4/4) Installing yq-go (4.47.2-r2) [2026-01-07T08:30:28.232Z] #55 16.43 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:28.232Z] #55 16.58 Executing ca-certificates-20250911-r0.trigger [2026-01-07T08:30:28.232Z] #55 17.92 OK: 19 MiB in 20 packages [2026-01-07T08:30:28.232Z] #55 DONE 20.0s [2026-01-07T08:30:28.232Z] [2026-01-07T08:30:28.232Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:28.232Z] #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 17.5s done [2026-01-07T08:30:30.829Z] #37 ... [2026-01-07T08:30:30.829Z] [2026-01-07T08:30:30.829Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-01-07T08:30:30.829Z] #67 ... [2026-01-07T08:30:30.829Z] [2026-01-07T08:30:30.829Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-01-07T08:30:30.829Z] #68 ... [2026-01-07T08:30:30.829Z] [2026-01-07T08:30:30.829Z] #69 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:30:30.829Z] #69 ... [2026-01-07T08:30:30.829Z] [2026-01-07T08:30:30.829Z] #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-01-07T08:30:30.829Z] #35 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:30.829Z] #35 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:30.829Z] #35 20.09 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:30:30.829Z] #35 20.09 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:30:30.829Z] #35 20.09 OK: 26168 distinct packages available [2026-01-07T08:30:30.829Z] #35 21.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:31.098Z] #35 ... [2026-01-07T08:30:31.098Z] [2026-01-07T08:30:31.098Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-01-07T08:30:31.098Z] #70 ... [2026-01-07T08:30:31.098Z] [2026-01-07T08:30:31.098Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:30:31.368Z] #71 ... [2026-01-07T08:30:31.368Z] [2026-01-07T08:30:31.368Z] #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-01-07T08:30:31.368Z] #72 ... [2026-01-07T08:30:31.368Z] [2026-01-07T08:30:31.368Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-01-07T08:30:31.368Z] #60 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:31.368Z] #60 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:31.368Z] #60 20.28 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:30:31.368Z] #60 20.28 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:30:31.368Z] #60 20.28 OK: 26168 distinct packages available [2026-01-07T08:30:31.636Z] #60 21.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:31.636Z] #60 ... [2026-01-07T08:30:31.636Z] [2026-01-07T08:30:31.636Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-01-07T08:30:31.636Z] #73 ... [2026-01-07T08:30:31.636Z] [2026-01-07T08:30:31.636Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:31.636Z] #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 [2026-01-07T08:30:33.065Z] #37 ... [2026-01-07T08:30:33.065Z] [2026-01-07T08:30:33.065Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-01-07T08:30:33.065Z] #63 10.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:33.065Z] #63 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:33.065Z] #63 18.98 (1/4) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:33.065Z] #63 19.00 (2/4) Installing openssl (3.5.4-r0) [2026-01-07T08:30:33.065Z] #63 19.07 (3/4) Installing su-exec (0.2-r3) [2026-01-07T08:30:33.065Z] #63 19.08 (4/4) Installing yq-go (4.47.2-r2) [2026-01-07T08:30:33.065Z] #63 19.84 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:33.065Z] #63 20.02 OK: 20 MiB in 20 packages [2026-01-07T08:30:33.065Z] #63 ... [2026-01-07T08:30:33.065Z] [2026-01-07T08:30:33.065Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-01-07T08:30:33.065Z] #70 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:33.333Z] #70 ... [2026-01-07T08:30:33.333Z] [2026-01-07T08:30:33.333Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-01-07T08:30:33.333Z] #64 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:33.333Z] #64 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:33.333Z] #64 18.58 (1/3) Installing ca-certificates (20250911-r0) [2026-01-07T08:30:33.333Z] #64 18.89 (2/3) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:33.333Z] #64 18.91 (3/3) Installing tzdata (2025c-r0) [2026-01-07T08:30:33.333Z] #64 19.88 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:33.333Z] #64 19.97 Executing ca-certificates-20250911-r0.trigger [2026-01-07T08:30:33.333Z] #64 20.83 OK: 8 MiB in 19 packages [2026-01-07T08:30:33.602Z] #64 ... [2026-01-07T08:30:33.602Z] [2026-01-07T08:30:33.602Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-01-07T08:30:33.602Z] #73 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:33.874Z] #73 ... [2026-01-07T08:30:33.874Z] [2026-01-07T08:30:33.874Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:33.874Z] #0 8.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:34.141Z] #74 ... [2026-01-07T08:30:34.141Z] [2026-01-07T08:30:34.141Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:35.120Z] #37 ... [2026-01-07T08:30:35.120Z] [2026-01-07T08:30:35.120Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-01-07T08:30:35.120Z] #63 DONE 22.9s [2026-01-07T08:30:35.120Z] [2026-01-07T08:30:35.120Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:35.734Z] #37 ... [2026-01-07T08:30:35.734Z] [2026-01-07T08:30:35.734Z] #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-01-07T08:30:35.734Z] #65 13.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:35.734Z] #65 14.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:35.734Z] #65 20.64 (1/2) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:35.734Z] #65 20.67 (2/2) Installing su-exec (0.2-r3) [2026-01-07T08:30:35.734Z] #65 20.69 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:35.734Z] #65 20.95 OK: 8 MiB in 18 packages [2026-01-07T08:30:35.734Z] #65 DONE 23.3s [2026-01-07T08:30:35.734Z] [2026-01-07T08:30:35.734Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-01-07T08:30:35.734Z] #59 15.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:35.734Z] #59 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:35.734Z] #59 24.13 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:30:35.734Z] #59 24.13 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:30:35.734Z] #59 24.13 OK: 26168 distinct packages available [2026-01-07T08:30:35.734Z] #59 ... [2026-01-07T08:30:35.734Z] [2026-01-07T08:30:35.734Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-01-07T08:30:35.734Z] #61 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 13.3s [2026-01-07T08:30:35.734Z] #61 ... [2026-01-07T08:30:35.734Z] [2026-01-07T08:30:35.734Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-01-07T08:30:36.007Z] #75 ... [2026-01-07T08:30:36.007Z] [2026-01-07T08:30:36.007Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-01-07T08:30:36.007Z] #64 DONE 23.7s [2026-01-07T08:30:36.007Z] [2026-01-07T08:30:36.007Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-01-07T08:30:36.007Z] #68 DONE 15.3s [2026-01-07T08:30:36.007Z] [2026-01-07T08:30:36.007Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-01-07T08:30:37.007Z] #61 ... [2026-01-07T08:30:37.007Z] [2026-01-07T08:30:37.007Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:37.007Z] #0 8.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:37.276Z] #76 ... [2026-01-07T08:30:37.276Z] [2026-01-07T08:30:37.276Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-01-07T08:30:37.276Z] #59 27.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:38.237Z] #59 ... [2026-01-07T08:30:38.237Z] [2026-01-07T08:30:38.237Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-01-07T08:30:38.237Z] #0 7.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:38.505Z] #77 ... [2026-01-07T08:30:38.505Z] [2026-01-07T08:30:38.505Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-01-07T08:30:39.931Z] #61 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.7s done [2026-01-07T08:30:40.199Z] #61 ... [2026-01-07T08:30:40.199Z] [2026-01-07T08:30:40.199Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-01-07T08:30:40.199Z] #66 13.26 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:40.199Z] #66 17.87 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:40.470Z] #66 ... [2026-01-07T08:30:40.470Z] [2026-01-07T08:30:40.470Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:40.470Z] #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.4s [2026-01-07T08:30:41.893Z] #37 ... [2026-01-07T08:30:41.893Z] [2026-01-07T08:30:41.893Z] #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-01-07T08:30:41.893Z] #35 22.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:41.893Z] #35 ... [2026-01-07T08:30:41.893Z] [2026-01-07T08:30:41.893Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:42.479Z] #37 ... [2026-01-07T08:30:42.479Z] [2026-01-07T08:30:42.479Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-01-07T08:30:42.479Z] #60 22.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:42.479Z] #60 ... [2026-01-07T08:30:42.479Z] [2026-01-07T08:30:42.479Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:44.424Z] #37 ... [2026-01-07T08:30:44.424Z] [2026-01-07T08:30:44.424Z] #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-01-07T08:30:44.424Z] #72 13.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:44.424Z] #72 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:44.424Z] #72 ... [2026-01-07T08:30:44.424Z] [2026-01-07T08:30:44.424Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:44.424Z] #37 ... [2026-01-07T08:30:44.424Z] [2026-01-07T08:30:44.424Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-01-07T08:30:44.425Z] #67 13.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:44.425Z] #67 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:44.425Z] #67 ... [2026-01-07T08:30:44.425Z] [2026-01-07T08:30:44.425Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:44.425Z] #74 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:44.694Z] #74 ... [2026-01-07T08:30:44.694Z] [2026-01-07T08:30:44.694Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:30:44.694Z] #71 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:44.694Z] #71 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:44.694Z] #71 ... [2026-01-07T08:30:44.694Z] [2026-01-07T08:30:44.694Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:44.961Z] #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.3s [2026-01-07T08:30:45.228Z] #37 ... [2026-01-07T08:30:45.228Z] [2026-01-07T08:30:45.228Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-01-07T08:30:45.228Z] #0 6.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:45.228Z] #0 8.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:45.228Z] #78 ... [2026-01-07T08:30:45.228Z] [2026-01-07T08:30:45.228Z] #69 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:30:45.228Z] #69 14.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:45.228Z] #69 16.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:45.497Z] #69 ... [2026-01-07T08:30:45.497Z] [2026-01-07T08:30:45.497Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-01-07T08:30:45.497Z] #70 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:45.497Z] #70 ... [2026-01-07T08:30:45.497Z] [2026-01-07T08:30:45.497Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:46.087Z] #37 ... [2026-01-07T08:30:46.087Z] [2026-01-07T08:30:46.087Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-01-07T08:30:46.087Z] #73 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:46.087Z] #73 ... [2026-01-07T08:30:46.087Z] [2026-01-07T08:30:46.087Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-01-07T08:30:46.087Z] #0 6.463 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:46.087Z] #0 8.577 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:46.087Z] #79 ... [2026-01-07T08:30:46.087Z] [2026-01-07T08:30:46.087Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:46.087Z] #0 6.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:46.087Z] #0 7.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:46.359Z] #80 ... [2026-01-07T08:30:46.359Z] [2026-01-07T08:30:46.359Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-01-07T08:30:46.949Z] #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.3s done [2026-01-07T08:30:47.216Z] #37 DONE 37.7s [2026-01-07T08:30:47.216Z] [2026-01-07T08:30:47.216Z] #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-01-07T08:30:47.216Z] #35 34.08 (1/13) Installing brotli-libs (1.1.0-r2) [2026-01-07T08:30:47.216Z] #35 34.31 (2/13) Installing c-ares (1.34.6-r0) [2026-01-07T08:30:47.216Z] #35 34.39 (3/13) Installing libunistring (1.3-r0) [2026-01-07T08:30:47.216Z] #35 34.78 (4/13) Installing libidn2 (2.3.7-r0) [2026-01-07T08:30:47.216Z] #35 34.81 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-01-07T08:30:47.216Z] #35 34.83 (6/13) Installing libpsl (0.21.5-r3) [2026-01-07T08:30:47.216Z] #35 34.85 (7/13) Installing zstd-libs (1.5.7-r0) [2026-01-07T08:30:47.216Z] #35 34.98 (8/13) Installing libcurl (8.14.1-r2) [2026-01-07T08:30:47.216Z] #35 35.11 (9/13) Installing curl (8.14.1-r2) [2026-01-07T08:30:47.216Z] #35 35.19 (10/13) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:47.216Z] #35 35.20 (11/13) Installing musl-obstack (1.2.3-r2) [2026-01-07T08:30:47.216Z] #35 35.21 (12/13) Installing libucontext (1.3.2-r0) [2026-01-07T08:30:47.216Z] #35 35.22 (13/13) Installing gcompat (1.1.0-r4) [2026-01-07T08:30:47.216Z] #35 35.32 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:47.216Z] #35 35.46 OK: 13 MiB in 29 packages [2026-01-07T08:30:47.817Z] #35 DONE 38.0s [2026-01-07T08:30:47.817Z] [2026-01-07T08:30:47.817Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-01-07T08:30:47.817Z] #70 27.17 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-01-07T08:30:47.817Z] #70 27.17 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-01-07T08:30:47.817Z] #70 27.17 OK: 26172 distinct packages available [2026-01-07T08:30:48.411Z] #70 ... [2026-01-07T08:30:48.411Z] [2026-01-07T08:30:48.411Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:48.411Z] #76 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:48.411Z] #76 ... [2026-01-07T08:30:48.411Z] [2026-01-07T08:30:48.411Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-01-07T08:30:48.411Z] #60 35.60 (1/4) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:48.411Z] #60 35.62 (2/4) Installing musl-obstack (1.2.3-r2) [2026-01-07T08:30:48.411Z] #60 35.63 (3/4) Installing libucontext (1.3.2-r0) [2026-01-07T08:30:48.411Z] #60 35.64 (4/4) Installing gcompat (1.1.0-r4) [2026-01-07T08:30:48.411Z] #60 35.67 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:48.411Z] #60 35.78 OK: 8 MiB in 20 packages [2026-01-07T08:30:48.411Z] #60 DONE 38.3s [2026-01-07T08:30:48.411Z] [2026-01-07T08:30:48.411Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-01-07T08:30:48.411Z] #81 ... [2026-01-07T08:30:48.411Z] [2026-01-07T08:30:48.411Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-01-07T08:30:48.411Z] #77 10.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:48.678Z] #77 ... [2026-01-07T08:30:48.678Z] [2026-01-07T08:30:48.678Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:48.678Z] #74 24.61 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:48.953Z] #74 24.97 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:30:49.537Z] #74 25.70 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:49.537Z] #74 25.72 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:49.537Z] #74 25.79 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:30:49.537Z] #74 ... [2026-01-07T08:30:49.537Z] [2026-01-07T08:30:49.537Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-01-07T08:30:49.537Z] #59 29.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:49.803Z] #59 ... [2026-01-07T08:30:49.803Z] [2026-01-07T08:30:49.803Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:49.803Z] #74 25.90 OK: 12 MiB in 23 packages [2026-01-07T08:30:50.384Z] #74 ... [2026-01-07T08:30:50.384Z] [2026-01-07T08:30:50.384Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-01-07T08:30:50.668Z] #61 ... [2026-01-07T08:30:50.668Z] [2026-01-07T08:30:50.668Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-01-07T08:30:50.668Z] #67 29.13 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:50.668Z] #67 29.38 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:30:50.668Z] #67 30.20 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:50.668Z] #67 30.21 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:50.668Z] #67 30.22 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:30:50.938Z] #67 30.44 OK: 8 MiB in 17 packages [2026-01-07T08:30:52.351Z] #67 ... [2026-01-07T08:30:52.351Z] [2026-01-07T08:30:52.351Z] #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-01-07T08:30:52.351Z] #72 28.99 OK: 255 MiB in 60 packages [2026-01-07T08:30:52.351Z] #72 DONE 31.5s [2026-01-07T08:30:52.351Z] [2026-01-07T08:30:52.351Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-01-07T08:30:52.351Z] #75 6.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:52.351Z] #75 8.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:52.351Z] #75 ... [2026-01-07T08:30:52.351Z] [2026-01-07T08:30:52.351Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:30:52.351Z] #82 ... [2026-01-07T08:30:52.351Z] [2026-01-07T08:30:52.351Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-01-07T08:30:52.351Z] #73 29.43 OK: 255 MiB in 60 packages [2026-01-07T08:30:52.351Z] #73 DONE 31.9s [2026-01-07T08:30:52.622Z] [2026-01-07T08:30:52.622Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-01-07T08:30:52.622Z] #81 4.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:52.890Z] #81 ... [2026-01-07T08:30:52.890Z] [2026-01-07T08:30:52.890Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:52.890Z] #74 DONE 29.1s [2026-01-07T08:30:53.162Z] [2026-01-07T08:30:53.162Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:30:53.162Z] #82 DONE 1.1s [2026-01-07T08:30:53.162Z] [2026-01-07T08:30:53.162Z] #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:30:53.437Z] #83 ... [2026-01-07T08:30:53.437Z] [2026-01-07T08:30:53.437Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:30:53.437Z] #71 29.86 OK: 255 MiB in 60 packages [2026-01-07T08:30:53.437Z] #71 DONE 33.1s [2026-01-07T08:30:53.437Z] [2026-01-07T08:30:53.437Z] #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:30:53.437Z] #84 DONE 1.1s [2026-01-07T08:30:53.437Z] [2026-01-07T08:30:53.437Z] #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:30:54.420Z] #85 ... [2026-01-07T08:30:54.420Z] [2026-01-07T08:30:54.420Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-01-07T08:30:54.420Z] #66 33.01 (1/1) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:54.420Z] #66 33.72 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:54.420Z] #66 34.04 OK: 8 MiB in 17 packages [2026-01-07T08:30:54.420Z] #66 DONE 37.4s [2026-01-07T08:30:54.420Z] [2026-01-07T08:30:54.420Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-01-07T08:30:54.420Z] #59 43.12 (1/5) Installing dumb-init (1.2.5-r3) [2026-01-07T08:30:54.420Z] #59 43.15 (2/5) Installing musl-obstack (1.2.3-r2) [2026-01-07T08:30:54.420Z] #59 43.19 (3/5) Installing libucontext (1.3.2-r0) [2026-01-07T08:30:54.420Z] #59 43.25 (4/5) Installing gcompat (1.1.0-r4) [2026-01-07T08:30:54.420Z] #59 43.32 (5/5) Installing openssl (3.5.4-r0) [2026-01-07T08:30:54.420Z] #59 43.57 Executing busybox-1.37.0-r19.trigger [2026-01-07T08:30:54.420Z] #59 43.87 OK: 9 MiB in 21 packages [2026-01-07T08:30:54.694Z] #59 ... [2026-01-07T08:30:54.694Z] [2026-01-07T08:30:54.694Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-01-07T08:30:54.694Z] #77 21.68 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:54.694Z] #77 21.90 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:30:54.694Z] #77 22.81 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:54.694Z] #77 22.82 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:54.694Z] #77 22.84 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:30:54.694Z] #77 23.05 OK: 19 MiB in 20 packages [2026-01-07T08:30:54.694Z] #77 DONE 26.3s [2026-01-07T08:30:54.694Z] [2026-01-07T08:30:54.694Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-01-07T08:30:54.694Z] #67 DONE 34.9s [2026-01-07T08:30:54.694Z] [2026-01-07T08:30:54.694Z] #86 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:30:54.694Z] #86 DONE 1.2s [2026-01-07T08:30:54.694Z] [2026-01-07T08:30:54.694Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:54.694Z] #76 24.53 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:54.694Z] #76 24.77 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:30:54.694Z] #76 25.76 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:54.694Z] #76 25.76 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:54.694Z] #76 25.85 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:30:54.694Z] #76 26.19 OK: 8 MiB in 17 packages [2026-01-07T08:30:55.673Z] #76 ... [2026-01-07T08:30:55.673Z] [2026-01-07T08:30:55.673Z] #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-01-07T08:30:55.673Z] #69 31.82 OK: 255 MiB in 60 packages [2026-01-07T08:30:55.673Z] #69 DONE 35.9s [2026-01-07T08:30:55.673Z] [2026-01-07T08:30:55.673Z] #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:30:56.641Z] #87 ... [2026-01-07T08:30:56.641Z] [2026-01-07T08:30:56.641Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-01-07T08:30:56.641Z] #59 DONE 46.5s [2026-01-07T08:30:56.641Z] [2026-01-07T08:30:56.641Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-01-07T08:30:56.641Z] #75 20.81 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:56.641Z] #75 20.92 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:30:56.641Z] #75 ... [2026-01-07T08:30:56.641Z] [2026-01-07T08:30:56.641Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:56.641Z] #76 DONE 29.6s [2026-01-07T08:30:56.641Z] [2026-01-07T08:30:56.641Z] #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:30:56.641Z] #87 DONE 1.1s [2026-01-07T08:30:56.910Z] [2026-01-07T08:30:56.910Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:56.910Z] #80 20.84 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:56.910Z] #80 21.00 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:30:57.499Z] #80 21.44 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:57.499Z] #80 21.44 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:57.499Z] #80 21.50 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:30:57.499Z] #80 21.60 OK: 8 MiB in 19 packages [2026-01-07T08:30:57.768Z] #80 ... [2026-01-07T08:30:57.768Z] [2026-01-07T08:30:57.768Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:30:57.768Z] #0 4.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:57.768Z] #0 6.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:30:57.768Z] #88 ... [2026-01-07T08:30:57.768Z] [2026-01-07T08:30:57.768Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-01-07T08:30:57.768Z] #75 21.42 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:57.768Z] #75 21.45 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:57.768Z] #75 21.47 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:30:57.768Z] #75 21.54 OK: 8 MiB in 18 packages [2026-01-07T08:30:59.187Z] #75 DONE 23.2s [2026-01-07T08:30:59.187Z] [2026-01-07T08:30:59.187Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-01-07T08:30:59.772Z] #89 ... [2026-01-07T08:30:59.772Z] [2026-01-07T08:30:59.772Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-01-07T08:30:59.772Z] #78 21.49 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:59.772Z] #78 21.69 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:30:59.772Z] #78 22.18 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:59.772Z] #78 22.20 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:30:59.772Z] #78 22.25 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:30:59.772Z] #78 22.32 OK: 20 MiB in 20 packages [2026-01-07T08:30:59.772Z] #78 DONE 24.6s [2026-01-07T08:31:00.039Z] [2026-01-07T08:31:00.039Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-01-07T08:31:00.039Z] #90 ... [2026-01-07T08:31:00.039Z] [2026-01-07T08:31:00.039Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-01-07T08:31:00.039Z] #79 22.69 OK: 255 MiB in 60 packages [2026-01-07T08:31:00.039Z] #79 DONE 24.1s [2026-01-07T08:31:00.317Z] [2026-01-07T08:31:00.317Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-01-07T08:31:00.317Z] #70 29.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:31:00.317Z] #70 32.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:31:00.317Z] #70 ... [2026-01-07T08:31:00.317Z] [2026-01-07T08:31:00.317Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:31:00.317Z] #80 DONE 24.4s [2026-01-07T08:31:00.317Z] [2026-01-07T08:31:00.317Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-01-07T08:31:01.287Z] #91 ... [2026-01-07T08:31:01.287Z] [2026-01-07T08:31:01.287Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-01-07T08:31:01.287Z] #90 DONE 1.2s [2026-01-07T08:31:01.287Z] [2026-01-07T08:31:01.287Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:31:01.287Z] #88 13.40 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:01.287Z] #88 13.50 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:31:01.287Z] #88 ... [2026-01-07T08:31:01.287Z] [2026-01-07T08:31:01.287Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-01-07T08:31:01.287Z] #91 DONE 1.2s [2026-01-07T08:31:01.555Z] [2026-01-07T08:31:01.555Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:02.157Z] #92 ... [2026-01-07T08:31:02.157Z] [2026-01-07T08:31:02.157Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-01-07T08:31:02.157Z] #70 40.54 OK: 255 MiB in 60 packages [2026-01-07T08:31:02.157Z] #70 DONE 41.6s [2026-01-07T08:31:02.441Z] [2026-01-07T08:31:02.441Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:31:03.045Z] #93 DONE 0.8s [2026-01-07T08:31:03.045Z] [2026-01-07T08:31:03.045Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:03.045Z] #94 ... [2026-01-07T08:31:03.045Z] [2026-01-07T08:31:03.045Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-01-07T08:31:03.045Z] #88 14.00 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:03.045Z] #88 14.00 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:03.045Z] #88 14.00 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:31:03.045Z] #88 14.04 OK: 13 MiB in 29 packages [2026-01-07T08:31:03.045Z] #88 DONE 15.4s [2026-01-07T08:31:03.318Z] [2026-01-07T08:31:03.318Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-01-07T08:31:03.318Z] #81 6.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:31:03.318Z] #81 13.47 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:03.318Z] #81 13.67 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:31:03.318Z] #81 14.08 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:03.318Z] #81 14.08 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:03.318Z] #81 14.10 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:31:03.318Z] #81 14.22 OK: 8 MiB in 20 packages [2026-01-07T08:31:04.289Z] #81 DONE 15.6s [2026-01-07T08:31:04.289Z] [2026-01-07T08:31:04.289Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:31:04.559Z] #95 ... [2026-01-07T08:31:04.559Z] [2026-01-07T08:31:04.559Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-01-07T08:31:04.559Z] #89 DONE 5.6s [2026-01-07T08:31:04.559Z] [2026-01-07T08:31:04.559Z] #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-01-07T08:31:04.832Z] #96 DONE 0.2s [2026-01-07T08:31:04.832Z] [2026-01-07T08:31:04.832Z] #97 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-01-07T08:31:04.832Z] #0 6.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-01-07T08:31:04.832Z] #0 7.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-01-07T08:31:04.832Z] #97 ... [2026-01-07T08:31:04.832Z] [2026-01-07T08:31:04.832Z] #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:05.101Z] #98 ... [2026-01-07T08:31:05.101Z] [2026-01-07T08:31:05.101Z] #99 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:07.045Z] #99 ... [2026-01-07T08:31:07.045Z] [2026-01-07T08:31:07.045Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:31:07.045Z] #95 DONE 2.6s [2026-01-07T08:31:07.045Z] [2026-01-07T08:31:07.045Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-01-07T08:31:07.045Z] #100 DONE 0.1s [2026-01-07T08:31:07.045Z] [2026-01-07T08:31:07.045Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2026-01-07T08:31:07.045Z] #101 DONE 0.2s [2026-01-07T08:31:07.045Z] [2026-01-07T08:31:07.045Z] #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-01-07T08:31:07.045Z] #102 DONE 0.1s [2026-01-07T08:31:07.045Z] [2026-01-07T08:31:07.045Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:07.321Z] #94 ... [2026-01-07T08:31:07.322Z] [2026-01-07T08:31:07.322Z] #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-01-07T08:31:07.322Z] #103 DONE 0.1s [2026-01-07T08:31:07.322Z] [2026-01-07T08:31:07.322Z] #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-01-07T08:31:07.322Z] #104 DONE 0.1s [2026-01-07T08:31:07.322Z] [2026-01-07T08:31:07.322Z] #105 [security-spire-config] exporting to image [2026-01-07T08:31:07.322Z] #105 exporting layers [2026-01-07T08:31:09.915Z] #105 exporting layers 2.2s done [2026-01-07T08:31:09.915Z] #105 writing image sha256:ce8e8ce08a42bf248fff2ce104c13e8f36c560d06b7ee6cf4180787b7ef8862c done [2026-01-07T08:31:09.915Z] #105 naming to docker.io/library/security-spire-config-arm64 done [2026-01-07T08:31:09.915Z] #105 DONE 2.2s [2026-01-07T08:31:09.915Z] [2026-01-07T08:31:09.915Z] #97 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-01-07T08:31:09.915Z] #97 11.73 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:09.915Z] #97 11.85 Executing busybox-1.37.0-r20.post-upgrade [2026-01-07T08:31:09.915Z] #97 12.09 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:09.915Z] #97 12.10 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) [2026-01-07T08:31:09.915Z] #97 12.11 Executing busybox-1.37.0-r20.trigger [2026-01-07T08:31:09.915Z] #97 12.17 OK: 9 MiB in 21 packages [2026-01-07T08:31:09.915Z] #97 DONE 13.3s [2026-01-07T08:31:09.915Z] [2026-01-07T08:31:09.915Z] #106 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:31:11.332Z] #106 ... [2026-01-07T08:31:11.332Z] [2026-01-07T08:31:11.332Z] #107 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-01-07T08:31:11.332Z] #107 DONE 1.3s [2026-01-07T08:31:11.332Z] [2026-01-07T08:31:11.332Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:31:11.924Z] #108 ... [2026-01-07T08:31:11.924Z] [2026-01-07T08:31:11.924Z] #106 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:31:11.924Z] #106 DONE 2.1s [2026-01-07T08:31:11.924Z] [2026-01-07T08:31:11.924Z] #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-01-07T08:31:12.191Z] #109 DONE 0.2s [2026-01-07T08:31:12.191Z] [2026-01-07T08:31:12.191Z] #110 [security-spire-server stage-2 6/9] COPY security.txt / [2026-01-07T08:31:12.191Z] #110 DONE 0.2s [2026-01-07T08:31:12.191Z] [2026-01-07T08:31:12.191Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:12.460Z] #94 ... [2026-01-07T08:31:12.460Z] [2026-01-07T08:31:12.460Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-01-07T08:31:12.730Z] #111 DONE 0.4s [2026-01-07T08:31:12.730Z] [2026-01-07T08:31:12.730Z] #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:12.730Z] #98 ... [2026-01-07T08:31:12.730Z] [2026-01-07T08:31:12.730Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-01-07T08:31:13.006Z] #112 DONE 0.2s [2026-01-07T08:31:13.006Z] [2026-01-07T08:31:13.006Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-01-07T08:31:13.275Z] #113 ... [2026-01-07T08:31:13.275Z] [2026-01-07T08:31:13.275Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-01-07T08:31:13.275Z] #108 DONE 1.9s [2026-01-07T08:31:13.275Z] [2026-01-07T08:31:13.275Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-01-07T08:31:13.275Z] #113 DONE 0.2s [2026-01-07T08:31:13.275Z] [2026-01-07T08:31:13.275Z] #105 [security-spire-server] exporting to image [2026-01-07T08:31:13.275Z] #105 ... [2026-01-07T08:31:13.275Z] [2026-01-07T08:31:13.275Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-01-07T08:31:13.275Z] #114 DONE 0.2s [2026-01-07T08:31:13.552Z] [2026-01-07T08:31:13.552Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-01-07T08:31:13.821Z] #115 DONE 0.5s [2026-01-07T08:31:13.821Z] [2026-01-07T08:31:13.821Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-01-07T08:31:14.099Z] #116 DONE 0.2s [2026-01-07T08:31:14.099Z] [2026-01-07T08:31:14.099Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:14.099Z] #94 ... [2026-01-07T08:31:14.099Z] [2026-01-07T08:31:14.099Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-01-07T08:31:14.369Z] #117 DONE 0.3s [2026-01-07T08:31:14.369Z] [2026-01-07T08:31:14.369Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-01-07T08:31:14.636Z] #118 DONE 0.4s [2026-01-07T08:31:14.636Z] [2026-01-07T08:31:14.636Z] #105 [security-spire-agent] exporting to image [2026-01-07T08:31:14.636Z] #105 exporting layers [2026-01-07T08:31:17.980Z] #105 exporting layers 4.2s done [2026-01-07T08:31:17.980Z] #105 writing image sha256:0514c0ab900eb788ca726757dbf6594ffb302e9107f4794ce23bdd4a546c16d8 [2026-01-07T08:31:17.980Z] #105 writing image sha256:0514c0ab900eb788ca726757dbf6594ffb302e9107f4794ce23bdd4a546c16d8 0.0s done [2026-01-07T08:31:17.980Z] #105 naming to docker.io/library/security-spire-server-arm64 0.0s done [2026-01-07T08:31:18.248Z] #105 exporting layers 3.4s done [2026-01-07T08:31:18.248Z] #105 writing image sha256:579aa975601209ff53a8b1afade4c06ba6f6bee5ab3d47f914f50f603d52e74f done [2026-01-07T08:31:18.248Z] #105 naming to docker.io/library/security-spire-agent-arm64 done [2026-01-07T08:31:18.248Z] #105 DONE 6.8s [2026-01-07T08:31:18.248Z] [2026-01-07T08:31:18.248Z] #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:31:39.401Z] #156 ... [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-01-07T08:31:39.401Z] #151 DONE 98.5s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:31:39.401Z] #157 DONE 0.1s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:31:39.401Z] #158 DONE 0.1s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-01-07T08:31:39.401Z] #159 DONE 0.1s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:31:39.401Z] #160 DONE 0.0s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-01-07T08:31:39.401Z] #161 DONE 0.0s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T08:31:39.401Z] #162 DONE 0.9s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #163 [core-common-config-bootstrapper] exporting to image [2026-01-07T08:31:39.401Z] #163 exporting layers [2026-01-07T08:31:39.401Z] #163 exporting layers 0.5s done [2026-01-07T08:31:39.401Z] #163 writing image sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done [2026-01-07T08:31:39.401Z] #163 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2026-01-07T08:31:39.401Z] #163 DONE 0.6s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T08:31:39.401Z] #156 ... [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-01-07T08:31:39.401Z] #154 DONE 103.1s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-01-07T08:31:39.401Z] #164 DONE 0.2s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-01-07T08:31:39.401Z] #165 DONE 1.0s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:31:39.401Z] #166 DONE 0.2s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:31:39.401Z] #167 DONE 0.0s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-01-07T08:31:39.401Z] #168 DONE 0.1s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-01-07T08:31:39.401Z] #169 DONE 0.0s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #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/ [2026-01-07T08:31:39.401Z] #170 DONE 0.0s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #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/ [2026-01-07T08:31:39.401Z] #171 DONE 0.0s [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.401Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:31:39.401Z] #146 ... [2026-01-07T08:31:39.401Z] [2026-01-07T08:31:39.402Z] #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/ [2026-01-07T08:31:39.402Z] #172 DONE 0.0s [2026-01-07T08:31:39.402Z] [2026-01-07T08:31:39.402Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-01-07T08:31:39.402Z] #173 DONE 0.0s [2026-01-07T08:31:39.402Z] [2026-01-07T08:31:39.402Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-01-07T08:31:39.402Z] #174 DONE 0.8s [2026-01-07T08:31:39.402Z] [2026-01-07T08:31:39.402Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T08:31:39.402Z] #156 ... [2026-01-07T08:31:39.402Z] [2026-01-07T08:31:39.402Z] #175 [security-bootstrapper] exporting to image [2026-01-07T08:31:39.402Z] #175 exporting layers [2026-01-07T08:31:39.402Z] #175 exporting layers 0.6s done [2026-01-07T08:31:39.402Z] #175 writing image sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done [2026-01-07T08:31:39.402Z] #175 naming to docker.io/library/security-bootstrapper 0.0s done [2026-01-07T08:31:39.402Z] #175 DONE 0.6s [2026-01-07T08:31:39.402Z] [2026-01-07T08:31:39.402Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:32:39.880Z] #98 ... [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:39.880Z] #83 DONE 104.7s [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:39.880Z] #85 DONE 104.2s [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #119 [support-scheduler builder 6/7] COPY . . [2026-01-07T08:32:39.880Z] #119 ... [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:39.880Z] #94 DONE 95.0s [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:39.880Z] #98 DONE 103.2s [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #99 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:39.880Z] #99 DONE 101.2s [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:39.880Z] #92 DONE 96.5s [2026-01-07T08:32:39.880Z] [2026-01-07T08:32:39.880Z] #120 [core-keeper builder 7/8] COPY . . [2026-01-07T08:32:40.458Z] #120 DONE 2.6s [2026-01-07T08:32:40.458Z] [2026-01-07T08:32:40.458Z] #121 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:40.458Z] #121 CACHED [2026-01-07T08:32:40.458Z] [2026-01-07T08:32:40.458Z] #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:32:40.458Z] #122 CACHED [2026-01-07T08:32:40.458Z] [2026-01-07T08:32:40.458Z] #123 [security-bootstrapper builder 6/7] COPY . . [2026-01-07T08:32:40.458Z] #123 CACHED [2026-01-07T08:32:40.458Z] [2026-01-07T08:32:40.458Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:40.459Z] #124 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #125 [security-proxy-setup builder 6/7] COPY . . [2026-01-07T08:32:40.459Z] #125 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:32:40.459Z] #126 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #119 [support-scheduler builder 6/7] COPY . . [2026-01-07T08:32:40.459Z] #119 DONE 2.7s [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:32:40.459Z] #127 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:40.459Z] #128 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-01-07T08:32:40.459Z] #129 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #130 [security-spiffe-token-provider builder 6/7] COPY . . [2026-01-07T08:32:40.459Z] #130 DONE 2.6s [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:40.459Z] #131 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #132 [security-proxy-auth builder 6/7] COPY . . [2026-01-07T08:32:40.459Z] #132 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:32:40.459Z] #133 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:32:40.459Z] #134 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:40.459Z] #135 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #136 [core-data builder 6/7] COPY . . [2026-01-07T08:32:40.459Z] #136 CACHED [2026-01-07T08:32:40.459Z] [2026-01-07T08:32:40.459Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2026-01-07T08:32:40.459Z] #137 DONE 2.6s [2026-01-07T08:32:40.737Z] [2026-01-07T08:32:40.737Z] #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-01-07T08:32:40.737Z] #138 CACHED [2026-01-07T08:32:40.737Z] [2026-01-07T08:32:40.737Z] #139 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-01-07T08:32:40.737Z] #139 CACHED [2026-01-07T08:32:40.737Z] [2026-01-07T08:32:40.737Z] #140 [core-command builder 6/7] COPY . . [2026-01-07T08:32:40.737Z] #140 CACHED [2026-01-07T08:32:40.737Z] [2026-01-07T08:32:40.737Z] #141 [core-metadata builder 6/7] COPY . . [2026-01-07T08:32:40.737Z] #141 DONE 2.7s [2026-01-07T08:32:40.737Z] [2026-01-07T08:32:40.737Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T08:32:40.737Z] #142 ... [2026-01-07T08:32:40.737Z] [2026-01-07T08:32:40.737Z] #143 [support-notifications builder 6/7] COPY . . [2026-01-07T08:32:40.737Z] #143 DONE 2.8s [2026-01-07T08:32:41.006Z] [2026-01-07T08:32:41.006Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T08:32:46.373Z] #144 ... [2026-01-07T08:32:46.373Z] [2026-01-07T08:32:46.373Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T08:32:46.373Z] #0 5.227 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-01-07T08:32:46.373Z] #145 ... [2026-01-07T08:32:46.373Z] [2026-01-07T08:32:46.373Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-01-07T08:32:46.373Z] #0 5.479 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-01-07T08:32:46.373Z] #146 ... [2026-01-07T08:32:46.373Z] [2026-01-07T08:32:46.373Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T08:32:46.373Z] #142 5.894 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-01-07T08:32:47.059Z] #146 ... [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-01-07T08:32:47.059Z] #155 DONE 170.7s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:47.059Z] #176 DONE 0.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:47.059Z] #177 DONE 0.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-01-07T08:32:47.059Z] #178 DONE 0.2s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #179 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:32:47.059Z] #179 DONE 0.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T08:32:47.059Z] #156 ... [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #180 [core-command] exporting to image [2026-01-07T08:32:47.059Z] #180 exporting layers 0.1s done [2026-01-07T08:32:47.059Z] #180 writing image sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done [2026-01-07T08:32:47.059Z] #180 naming to docker.io/library/core-command done [2026-01-07T08:32:47.059Z] #180 DONE 0.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:32:47.059Z] #146 ... [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-01-07T08:32:47.059Z] #153 DONE 174.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #181 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:47.059Z] #181 DONE 0.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:32:47.059Z] #146 ... [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:47.059Z] #182 DONE 0.0s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #183 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-01-07T08:32:47.059Z] #183 DONE 0.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-01-07T08:32:47.059Z] #184 DONE 0.1s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-01-07T08:32:47.059Z] #185 DONE 0.2s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-01-07T08:32:47.059Z] #186 DONE 0.2s [2026-01-07T08:32:47.059Z] [2026-01-07T08:32:47.059Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-01-07T08:32:47.059Z] #145 174.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-01-07T08:32:47.315Z] #145 ... [2026-01-07T08:32:47.315Z] [2026-01-07T08:32:47.315Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T08:32:47.315Z] #149 DONE 175.8s [2026-01-07T08:32:47.315Z] [2026-01-07T08:32:47.315Z] #187 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T08:32:47.315Z] #187 DONE 1.0s [2026-01-07T08:32:47.315Z] [2026-01-07T08:32:47.315Z] #188 [security-proxy-setup] exporting to image [2026-01-07T08:32:47.574Z] #188 ... [2026-01-07T08:32:47.574Z] [2026-01-07T08:32:47.574Z] #189 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:47.574Z] #189 DONE 0.2s [2026-01-07T08:32:47.574Z] [2026-01-07T08:32:47.574Z] #190 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:47.574Z] #190 DONE 0.1s [2026-01-07T08:32:47.574Z] [2026-01-07T08:32:47.574Z] #188 [security-proxy-setup] exporting to image [2026-01-07T08:32:47.574Z] #188 exporting layers 0.4s done [2026-01-07T08:32:47.574Z] #188 writing image sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 0.0s done [2026-01-07T08:32:47.574Z] #188 naming to docker.io/library/security-proxy-setup done [2026-01-07T08:32:47.574Z] #188 DONE 0.4s [2026-01-07T08:32:47.574Z] [2026-01-07T08:32:47.574Z] #191 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-01-07T08:32:47.830Z] #191 DONE 0.2s [2026-01-07T08:32:47.830Z] [2026-01-07T08:32:47.830Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:32:48.087Z] #146 ... [2026-01-07T08:32:48.087Z] [2026-01-07T08:32:48.087Z] #192 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:32:48.087Z] #192 DONE 0.1s [2026-01-07T08:32:48.087Z] [2026-01-07T08:32:48.087Z] #193 [security-spiffe-token-provider] exporting to image [2026-01-07T08:32:48.087Z] #193 exporting layers 0.1s done [2026-01-07T08:32:48.087Z] #193 writing image sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done [2026-01-07T08:32:48.087Z] #193 naming to docker.io/library/security-spiffe-token-provider done [2026-01-07T08:32:48.087Z] #193 DONE 0.1s [2026-01-07T08:32:48.087Z] [2026-01-07T08:32:48.087Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:32:49.457Z] #146 ... [2026-01-07T08:32:49.457Z] [2026-01-07T08:32:49.457Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-01-07T08:32:49.457Z] #145 DONE 177.9s [2026-01-07T08:32:49.457Z] [2026-01-07T08:32:49.457Z] #194 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:49.714Z] #194 DONE 0.1s [2026-01-07T08:32:49.714Z] [2026-01-07T08:32:49.714Z] #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:49.714Z] #195 DONE 0.1s [2026-01-07T08:32:49.714Z] [2026-01-07T08:32:49.714Z] #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 [2026-01-07T08:32:49.714Z] #196 DONE 0.0s [2026-01-07T08:32:49.714Z] [2026-01-07T08:32:49.714Z] #197 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2026-01-07T08:32:49.714Z] #197 DONE 0.0s [2026-01-07T08:32:49.714Z] [2026-01-07T08:32:49.714Z] #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:32:49.971Z] #198 DONE 0.1s [2026-01-07T08:32:49.971Z] [2026-01-07T08:32:49.971Z] #199 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-01-07T08:32:49.971Z] #199 DONE 0.2s [2026-01-07T08:32:49.971Z] [2026-01-07T08:32:49.971Z] #200 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-01-07T08:32:50.229Z] #200 DONE 0.2s [2026-01-07T08:32:50.229Z] [2026-01-07T08:32:50.229Z] #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-01-07T08:32:50.229Z] #201 DONE 0.0s [2026-01-07T08:32:50.229Z] [2026-01-07T08:32:50.229Z] #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T08:32:50.622Z] #142 ... [2026-01-07T08:32:50.622Z] [2026-01-07T08:32:50.622Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-01-07T08:32:50.623Z] #0 6.139 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-01-07T08:32:50.793Z] #202 ... [2026-01-07T08:32:50.793Z] [2026-01-07T08:32:50.793Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T08:32:50.793Z] #152 DONE 179.1s [2026-01-07T08:32:50.793Z] [2026-01-07T08:32:50.793Z] #203 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:50.793Z] #203 DONE 0.0s [2026-01-07T08:32:50.793Z] [2026-01-07T08:32:50.793Z] #204 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-01-07T08:32:50.889Z] #147 ... [2026-01-07T08:32:50.889Z] [2026-01-07T08:32:50.889Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-01-07T08:32:50.889Z] #0 4.069 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-01-07T08:32:50.889Z] #148 ... [2026-01-07T08:32:50.889Z] [2026-01-07T08:32:50.889Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T08:32:50.889Z] #0 6.571 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-01-07T08:32:51.051Z] #204 DONE 0.3s [2026-01-07T08:32:51.051Z] [2026-01-07T08:32:51.051Z] #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T08:32:51.051Z] #202 DONE 0.7s [2026-01-07T08:32:51.051Z] [2026-01-07T08:32:51.051Z] #205 [security-secretstore-setup] exporting to image [2026-01-07T08:32:51.154Z] #149 ... [2026-01-07T08:32:51.154Z] [2026-01-07T08:32:51.154Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-01-07T08:32:51.154Z] #0 6.533 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-01-07T08:32:51.154Z] #150 ... [2026-01-07T08:32:51.154Z] [2026-01-07T08:32:51.154Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-01-07T08:32:51.154Z] #0 5.108 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-01-07T08:32:51.309Z] #205 ... [2026-01-07T08:32:51.309Z] [2026-01-07T08:32:51.310Z] #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:32:51.310Z] #206 DONE 0.1s [2026-01-07T08:32:51.310Z] [2026-01-07T08:32:51.310Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T08:32:51.310Z] #148 DONE 179.9s [2026-01-07T08:32:51.310Z] [2026-01-07T08:32:51.310Z] #207 [core-keeper] exporting to image [2026-01-07T08:32:51.310Z] #207 exporting layers 0.2s done [2026-01-07T08:32:51.310Z] #207 writing image sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done [2026-01-07T08:32:51.310Z] #207 naming to docker.io/library/core-keeper done [2026-01-07T08:32:51.310Z] #207 DONE 0.2s [2026-01-07T08:32:51.310Z] [2026-01-07T08:32:51.310Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:32:51.429Z] #151 ... [2026-01-07T08:32:51.429Z] [2026-01-07T08:32:51.429Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-01-07T08:32:51.429Z] #0 4.239 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-01-07T08:32:51.567Z] #147 ... [2026-01-07T08:32:51.567Z] [2026-01-07T08:32:51.567Z] #205 [security-secretstore-setup] exporting to image [2026-01-07T08:32:51.567Z] #205 exporting layers 0.4s done [2026-01-07T08:32:51.567Z] #205 writing image sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done [2026-01-07T08:32:51.567Z] #205 naming to docker.io/library/security-secretstore-setup done [2026-01-07T08:32:51.567Z] #205 DONE 0.4s [2026-01-07T08:32:51.567Z] [2026-01-07T08:32:51.567Z] #208 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:51.567Z] #208 DONE 0.1s [2026-01-07T08:32:51.567Z] [2026-01-07T08:32:51.567Z] #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:51.567Z] #209 DONE 0.1s [2026-01-07T08:32:51.567Z] [2026-01-07T08:32:51.567Z] #210 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-01-07T08:32:51.800Z] #152 ... [2026-01-07T08:32:51.800Z] [2026-01-07T08:32:51.800Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:32:51.800Z] #0 6.650 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-01-07T08:32:51.825Z] #210 DONE 0.1s [2026-01-07T08:32:51.825Z] [2026-01-07T08:32:51.825Z] #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:32:51.825Z] #211 DONE 0.0s [2026-01-07T08:32:51.825Z] [2026-01-07T08:32:51.825Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:32:51.825Z] #147 ... [2026-01-07T08:32:51.825Z] [2026-01-07T08:32:51.825Z] #212 [core-data] exporting to image [2026-01-07T08:32:51.825Z] #212 exporting layers 0.1s done [2026-01-07T08:32:51.825Z] #212 writing image sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done [2026-01-07T08:32:51.825Z] #212 naming to docker.io/library/core-data [2026-01-07T08:32:52.084Z] #212 naming to docker.io/library/core-data done [2026-01-07T08:32:52.084Z] #212 DONE 0.1s [2026-01-07T08:32:52.084Z] [2026-01-07T08:32:52.084Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:32:52.107Z] #153 ... [2026-01-07T08:32:52.107Z] [2026-01-07T08:32:52.107Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:32:52.107Z] #0 6.616 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-01-07T08:32:52.107Z] #154 ... [2026-01-07T08:32:52.107Z] [2026-01-07T08:32:52.107Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T08:32:52.107Z] #144 5.916 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-01-07T08:32:53.017Z] #147 ... [2026-01-07T08:32:53.017Z] [2026-01-07T08:32:53.017Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T08:32:53.017Z] #146 DONE 181.6s [2026-01-07T08:32:53.017Z] [2026-01-07T08:32:53.017Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-01-07T08:32:53.017Z] #150 DONE 181.6s [2026-01-07T08:32:53.017Z] [2026-01-07T08:32:53.017Z] #213 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:53.276Z] #213 DONE 0.1s [2026-01-07T08:32:53.276Z] [2026-01-07T08:32:53.276Z] #214 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:53.276Z] #214 DONE 0.0s [2026-01-07T08:32:53.276Z] [2026-01-07T08:32:53.276Z] #215 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-01-07T08:32:53.276Z] #215 ... [2026-01-07T08:32:53.276Z] [2026-01-07T08:32:53.276Z] #216 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:53.276Z] #216 CACHED [2026-01-07T08:32:53.276Z] [2026-01-07T08:32:53.276Z] #217 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:53.276Z] #217 CACHED [2026-01-07T08:32:53.533Z] [2026-01-07T08:32:53.533Z] #218 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-01-07T08:32:53.533Z] #218 DONE 0.2s [2026-01-07T08:32:53.533Z] [2026-01-07T08:32:53.533Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T08:32:53.533Z] #156 DONE 182.0s [2026-01-07T08:32:53.533Z] [2026-01-07T08:32:53.533Z] #215 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-01-07T08:32:53.533Z] #215 DONE 0.2s [2026-01-07T08:32:53.533Z] [2026-01-07T08:32:53.533Z] #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-01-07T08:32:53.533Z] #219 DONE 0.1s [2026-01-07T08:32:53.533Z] [2026-01-07T08:32:53.533Z] #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:32:53.533Z] #220 DONE 0.0s [2026-01-07T08:32:53.533Z] [2026-01-07T08:32:53.533Z] #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-01-07T08:32:53.533Z] #221 DONE 0.1s [2026-01-07T08:32:53.533Z] [2026-01-07T08:32:53.533Z] #222 [core-metadata] exporting to image [2026-01-07T08:32:53.791Z] #222 ... [2026-01-07T08:32:53.791Z] [2026-01-07T08:32:53.791Z] #223 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-01-07T08:32:53.791Z] #223 DONE 0.1s [2026-01-07T08:32:53.791Z] [2026-01-07T08:32:53.791Z] #224 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:53.791Z] #224 DONE 0.1s [2026-01-07T08:32:53.791Z] [2026-01-07T08:32:53.791Z] #225 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:53.791Z] #225 DONE 0.0s [2026-01-07T08:32:53.791Z] [2026-01-07T08:32:53.791Z] #222 [core-metadata] exporting to image [2026-01-07T08:32:53.791Z] #222 exporting layers 0.2s done [2026-01-07T08:32:53.791Z] #222 writing image sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done [2026-01-07T08:32:53.791Z] #222 naming to docker.io/library/core-metadata done [2026-01-07T08:32:53.791Z] #222 DONE 0.2s [2026-01-07T08:32:53.791Z] [2026-01-07T08:32:53.791Z] #226 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-01-07T08:32:53.791Z] #226 DONE 0.2s [2026-01-07T08:32:53.791Z] [2026-01-07T08:32:53.791Z] #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T08:32:54.049Z] #227 DONE 0.3s [2026-01-07T08:32:54.049Z] [2026-01-07T08:32:54.049Z] #228 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:32:54.049Z] #228 DONE 0.0s [2026-01-07T08:32:54.049Z] [2026-01-07T08:32:54.049Z] #229 [security-proxy-auth] exporting to image [2026-01-07T08:32:54.307Z] #229 exporting layers 0.2s done [2026-01-07T08:32:54.307Z] #229 writing image sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done [2026-01-07T08:32:54.307Z] #229 naming to docker.io/library/security-proxy-auth done [2026-01-07T08:32:54.307Z] #229 DONE 0.3s [2026-01-07T08:32:54.307Z] [2026-01-07T08:32:54.307Z] #230 [support-notifications] exporting to image [2026-01-07T08:32:54.307Z] #230 exporting layers 0.2s done [2026-01-07T08:32:54.307Z] #230 writing image sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done [2026-01-07T08:32:54.307Z] #230 naming to docker.io/library/support-notifications done [2026-01-07T08:32:54.307Z] #230 DONE 0.2s [2026-01-07T08:32:54.307Z] [2026-01-07T08:32:54.307Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:32:54.873Z] #147 DONE 183.4s [2026-01-07T08:32:54.873Z] [2026-01-07T08:32:54.873Z] #231 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:32:54.873Z] #231 DONE 0.0s [2026-01-07T08:32:55.130Z] [2026-01-07T08:32:55.130Z] #232 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:32:55.130Z] #232 DONE 0.0s [2026-01-07T08:32:55.130Z] [2026-01-07T08:32:55.130Z] #233 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-01-07T08:32:55.130Z] #233 DONE 0.1s [2026-01-07T08:32:55.130Z] [2026-01-07T08:32:55.130Z] #234 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-01-07T08:32:55.130Z] #234 DONE 0.0s [2026-01-07T08:32:55.130Z] [2026-01-07T08:32:55.130Z] #235 [support-scheduler] exporting to image [2026-01-07T08:32:55.389Z] #235 exporting layers 0.3s done [2026-01-07T08:32:55.389Z] #235 writing image sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done [2026-01-07T08:32:55.389Z] #235 naming to docker.io/library/support-scheduler done [2026-01-07T08:32:55.389Z] #235 DONE 0.3s [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T08:32:55.389Z] time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-01-07T08:32:55.656Z] $ docker stop --time=1 4a60b8ecb6554d6b52d8044382adda3c585d3f1fb8797318810e54953d1c01ea [2026-01-07T08:32:56.924Z] $ docker rm -f --volumes 4a60b8ecb6554d6b52d8044382adda3c585d3f1fb8797318810e54953d1c01ea [Pipeline] // withDockerContainer [Pipeline] sh [2026-01-07T08:32:57.270Z] + docker images [2026-01-07T08:32:57.270Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-01-07T08:32:57.270Z] support-scheduler latest 57508d81c4c3 2 seconds ago 52MB [2026-01-07T08:32:57.270Z] support-notifications latest fb40b3155eb4 4 seconds ago 55.7MB [2026-01-07T08:32:57.270Z] security-proxy-auth latest 853f2f32e01a 4 seconds ago 47MB [2026-01-07T08:32:57.270Z] core-metadata latest dac313c7a350 4 seconds ago 48MB [2026-01-07T08:32:57.270Z] core-data latest bd66befc2095 6 seconds ago 47.9MB [2026-01-07T08:32:57.270Z] core-keeper latest 4d0feb8c1dbb 7 seconds ago 46.8MB [2026-01-07T08:32:57.270Z] security-secretstore-setup latest 20b62825639f 7 seconds ago 84.5MB [2026-01-07T08:32:57.270Z] security-proxy-setup latest 2eba252dd7cc 10 seconds ago 52.8MB [2026-01-07T08:32:57.270Z] security-spiffe-token-provider latest 7088bf16a5f1 10 seconds ago 51MB [2026-01-07T08:32:57.270Z] core-command latest 18d1645ee991 15 seconds ago 42.1MB [2026-01-07T08:32:57.270Z] security-bootstrapper latest 6d3853d8655c About a minute ago 22.4MB [2026-01-07T08:32:57.270Z] core-common-config-bootstrapper latest 53bbaeda8dd2 About a minute ago 21.3MB [2026-01-07T08:32:57.270Z] security-spire-agent latest 2cb733debbab 3 minutes ago 238MB [2026-01-07T08:32:57.270Z] security-spire-config latest aa892547baaa 3 minutes ago 178MB [2026-01-07T08:32:57.270Z] security-spire-server latest c1b5431ca8f8 3 minutes ago 178MB [2026-01-07T08:32:57.270Z] ci-base-image-x86_64 latest 9a86e5c7d5f0 7 minutes ago 999MB [2026-01-07T08:32:57.270Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 months ago 636MB [2026-01-07T08:32:57.270Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 months ago 573MB [2026-01-07T08:32:57.270Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T08:32:57.394Z] provisioning config files... [2026-01-07T08:32:57.405Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config5026639305768288496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:32:57.706Z] ---> ****-login.sh [2026-01-07T08:32:57.706Z] nexus3.edgexfoundry.org:10001 [2026-01-07T08:32:57.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:32:57.706Z] Login Succeeded [2026-01-07T08:32:57.706Z] nexus3.edgexfoundry.org:10002 [2026-01-07T08:32:57.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:32:57.706Z] Login Succeeded [2026-01-07T08:32:57.706Z] nexus3.edgexfoundry.org:10003 [2026-01-07T08:32:57.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:32:57.964Z] Login Succeeded [2026-01-07T08:32:57.964Z] nexus3.edgexfoundry.org:10004 [2026-01-07T08:32:57.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:32:57.965Z] Login Succeeded [2026-01-07T08:32:57.965Z] ****.io [2026-01-07T08:32:58.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:32:58.223Z] Login Succeeded [2026-01-07T08:32:58.223Z] ---> ****-login.sh ends [Pipeline] } [2026-01-07T08:32:58.229Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:32:58.267Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-01-07T08:32:58.290Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2026-01-07T08:32:58.290Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:32:58.290Z] latest [2026-01-07T08:32:58.290Z] 4.1.0-dev.91 [2026-01-07T08:32:58.290Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:32:58.290Z] main [2026-01-07T08:32:58.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:32:58.609Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:32:58.915Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:32:58.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-01-07T08:32:58.915Z] d7a7ca9c37b2: Preparing [2026-01-07T08:32:58.915Z] bd2c8e609b21: Preparing [2026-01-07T08:32:58.915Z] 32dbbc08d624: Preparing [2026-01-07T08:32:58.915Z] ca67c7ff607e: Preparing [2026-01-07T08:32:58.915Z] 25d7dea7ba11: Preparing [2026-01-07T08:32:58.915Z] 8ee03a1a8f47: Preparing [2026-01-07T08:32:58.915Z] 256f393e029f: Preparing [2026-01-07T08:32:58.915Z] 256f393e029f: Waiting [2026-01-07T08:32:58.915Z] 8ee03a1a8f47: Waiting [2026-01-07T08:32:58.915Z] ca67c7ff607e: Pushed [2026-01-07T08:32:58.915Z] d7a7ca9c37b2: Pushed [2026-01-07T08:32:58.915Z] 32dbbc08d624: Pushed [2026-01-07T08:32:58.915Z] 256f393e029f: Layer already exists [2026-01-07T08:32:58.915Z] 25d7dea7ba11: Pushed [2026-01-07T08:32:59.174Z] 8ee03a1a8f47: Pushed [2026-01-07T08:33:02.463Z] bd2c8e609b21: Pushed [2026-01-07T08:33:02.463Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:02.783Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:03.102Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2026-01-07T08:33:03.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-01-07T08:33:03.102Z] d7a7ca9c37b2: Preparing [2026-01-07T08:33:03.102Z] bd2c8e609b21: Preparing [2026-01-07T08:33:03.102Z] 32dbbc08d624: Preparing [2026-01-07T08:33:03.102Z] ca67c7ff607e: Preparing [2026-01-07T08:33:03.102Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:03.102Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:03.102Z] 256f393e029f: Preparing [2026-01-07T08:33:03.102Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:03.102Z] 256f393e029f: Waiting [2026-01-07T08:33:03.102Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:03.102Z] bd2c8e609b21: Layer already exists [2026-01-07T08:33:03.102Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:03.102Z] d7a7ca9c37b2: Layer already exists [2026-01-07T08:33:03.102Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:03.102Z] 256f393e029f: Layer already exists [2026-01-07T08:33:03.102Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:03.102Z] latest: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:03.424Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:03.741Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 [2026-01-07T08:33:03.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-01-07T08:33:03.742Z] d7a7ca9c37b2: Preparing [2026-01-07T08:33:03.742Z] bd2c8e609b21: Preparing [2026-01-07T08:33:03.742Z] 32dbbc08d624: Preparing [2026-01-07T08:33:03.742Z] ca67c7ff607e: Preparing [2026-01-07T08:33:03.742Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:03.742Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:03.742Z] 256f393e029f: Preparing [2026-01-07T08:33:03.742Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:03.742Z] 256f393e029f: Waiting [2026-01-07T08:33:03.742Z] d7a7ca9c37b2: Layer already exists [2026-01-07T08:33:03.742Z] bd2c8e609b21: Layer already exists [2026-01-07T08:33:03.742Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:03.742Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:03.742Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:03.742Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:03.742Z] 256f393e029f: Layer already exists [2026-01-07T08:33:03.742Z] 4.1.0-dev.91: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:04.060Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:04.379Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:04.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-01-07T08:33:04.379Z] d7a7ca9c37b2: Preparing [2026-01-07T08:33:04.379Z] bd2c8e609b21: Preparing [2026-01-07T08:33:04.379Z] 32dbbc08d624: Preparing [2026-01-07T08:33:04.379Z] ca67c7ff607e: Preparing [2026-01-07T08:33:04.379Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:04.379Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:04.379Z] 256f393e029f: Preparing [2026-01-07T08:33:04.379Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:04.379Z] 256f393e029f: Waiting [2026-01-07T08:33:04.379Z] d7a7ca9c37b2: Layer already exists [2026-01-07T08:33:04.379Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:04.379Z] bd2c8e609b21: Layer already exists [2026-01-07T08:33:04.379Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:04.379Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:04.379Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:04.379Z] 256f393e029f: Layer already exists [2026-01-07T08:33:04.379Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:04.686Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:04.999Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2026-01-07T08:33:04.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-01-07T08:33:04.999Z] d7a7ca9c37b2: Preparing [2026-01-07T08:33:04.999Z] bd2c8e609b21: Preparing [2026-01-07T08:33:04.999Z] 32dbbc08d624: Preparing [2026-01-07T08:33:04.999Z] ca67c7ff607e: Preparing [2026-01-07T08:33:04.999Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:04.999Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:04.999Z] 256f393e029f: Preparing [2026-01-07T08:33:04.999Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:04.999Z] 256f393e029f: Waiting [2026-01-07T08:33:04.999Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:04.999Z] bd2c8e609b21: Layer already exists [2026-01-07T08:33:04.999Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:04.999Z] d7a7ca9c37b2: Layer already exists [2026-01-07T08:33:04.999Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:04.999Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:04.999Z] 256f393e029f: Layer already exists [2026-01-07T08:33:04.999Z] main: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:05.067Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:05.077Z] taggedImages: [2026-01-07T08:33:05.077Z] - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:05.077Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-01-07T08:33:05.077Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 [2026-01-07T08:33:05.077Z] - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:05.077Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2026-01-07T08:33:05.093Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2026-01-07T08:33:05.093Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:05.093Z] latest [2026-01-07T08:33:05.093Z] 4.1.0-dev.91 [2026-01-07T08:33:05.093Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:05.093Z] main [2026-01-07T08:33:05.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:05.405Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:05.719Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:05.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-01-07T08:33:05.719Z] 7355b029751c: Preparing [2026-01-07T08:33:05.719Z] 0f9f1928557f: Preparing [2026-01-07T08:33:05.719Z] b47cffb82a86: Preparing [2026-01-07T08:33:05.719Z] 32978a28fcd9: Preparing [2026-01-07T08:33:05.719Z] 32dbbc08d624: Preparing [2026-01-07T08:33:05.719Z] ca67c7ff607e: Preparing [2026-01-07T08:33:05.719Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:05.719Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:05.719Z] 256f393e029f: Preparing [2026-01-07T08:33:05.719Z] ca67c7ff607e: Waiting [2026-01-07T08:33:05.719Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:05.719Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:05.719Z] 256f393e029f: Waiting [2026-01-07T08:33:05.719Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:05.719Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:05.719Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:05.719Z] b47cffb82a86: Pushed [2026-01-07T08:33:05.719Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:05.719Z] 0f9f1928557f: Pushed [2026-01-07T08:33:05.719Z] 7355b029751c: Pushed [2026-01-07T08:33:05.719Z] 256f393e029f: Layer already exists [2026-01-07T08:33:07.091Z] 32978a28fcd9: Pushed [2026-01-07T08:33:07.091Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:07.408Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:07.721Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-01-07T08:33:07.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-01-07T08:33:07.721Z] 7355b029751c: Preparing [2026-01-07T08:33:07.721Z] 0f9f1928557f: Preparing [2026-01-07T08:33:07.721Z] b47cffb82a86: Preparing [2026-01-07T08:33:07.721Z] 32978a28fcd9: Preparing [2026-01-07T08:33:07.721Z] 32dbbc08d624: Preparing [2026-01-07T08:33:07.721Z] ca67c7ff607e: Preparing [2026-01-07T08:33:07.721Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:07.721Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:07.721Z] 256f393e029f: Preparing [2026-01-07T08:33:07.721Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:07.721Z] ca67c7ff607e: Waiting [2026-01-07T08:33:07.721Z] 256f393e029f: Waiting [2026-01-07T08:33:07.721Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:07.721Z] 0f9f1928557f: Layer already exists [2026-01-07T08:33:07.721Z] 32978a28fcd9: Layer already exists [2026-01-07T08:33:07.721Z] b47cffb82a86: Layer already exists [2026-01-07T08:33:07.721Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:07.721Z] 7355b029751c: Layer already exists [2026-01-07T08:33:07.721Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:07.721Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:07.721Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:07.721Z] 256f393e029f: Layer already exists [2026-01-07T08:33:07.721Z] latest: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:08.112Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:08.461Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 [2026-01-07T08:33:08.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-01-07T08:33:08.461Z] 7355b029751c: Preparing [2026-01-07T08:33:08.461Z] 0f9f1928557f: Preparing [2026-01-07T08:33:08.461Z] b47cffb82a86: Preparing [2026-01-07T08:33:08.461Z] 32978a28fcd9: Preparing [2026-01-07T08:33:08.461Z] 32dbbc08d624: Preparing [2026-01-07T08:33:08.461Z] ca67c7ff607e: Preparing [2026-01-07T08:33:08.461Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:08.461Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:08.461Z] 256f393e029f: Preparing [2026-01-07T08:33:08.461Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:08.461Z] ca67c7ff607e: Waiting [2026-01-07T08:33:08.461Z] 256f393e029f: Waiting [2026-01-07T08:33:08.461Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:08.461Z] 0f9f1928557f: Layer already exists [2026-01-07T08:33:08.461Z] 7355b029751c: Layer already exists [2026-01-07T08:33:08.461Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:08.461Z] 32978a28fcd9: Layer already exists [2026-01-07T08:33:08.461Z] b47cffb82a86: Layer already exists [2026-01-07T08:33:08.461Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:08.461Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:08.461Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:08.461Z] 256f393e029f: Layer already exists [2026-01-07T08:33:08.461Z] 4.1.0-dev.91: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:08.796Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:09.132Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:09.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-01-07T08:33:09.132Z] 7355b029751c: Preparing [2026-01-07T08:33:09.132Z] 0f9f1928557f: Preparing [2026-01-07T08:33:09.132Z] b47cffb82a86: Preparing [2026-01-07T08:33:09.132Z] 32978a28fcd9: Preparing [2026-01-07T08:33:09.132Z] 32dbbc08d624: Preparing [2026-01-07T08:33:09.132Z] ca67c7ff607e: Preparing [2026-01-07T08:33:09.132Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:09.132Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:09.132Z] 256f393e029f: Preparing [2026-01-07T08:33:09.132Z] ca67c7ff607e: Waiting [2026-01-07T08:33:09.132Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:09.132Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:09.132Z] 256f393e029f: Waiting [2026-01-07T08:33:09.132Z] 7355b029751c: Layer already exists [2026-01-07T08:33:09.132Z] 0f9f1928557f: Layer already exists [2026-01-07T08:33:09.132Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:09.132Z] 32978a28fcd9: Layer already exists [2026-01-07T08:33:09.132Z] b47cffb82a86: Layer already exists [2026-01-07T08:33:09.132Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:09.132Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:09.132Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:09.132Z] 256f393e029f: Layer already exists [2026-01-07T08:33:09.132Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:09.458Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:09.767Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-01-07T08:33:09.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-01-07T08:33:09.767Z] 7355b029751c: Preparing [2026-01-07T08:33:09.767Z] 0f9f1928557f: Preparing [2026-01-07T08:33:09.767Z] b47cffb82a86: Preparing [2026-01-07T08:33:09.767Z] 32978a28fcd9: Preparing [2026-01-07T08:33:09.767Z] 32dbbc08d624: Preparing [2026-01-07T08:33:09.767Z] ca67c7ff607e: Preparing [2026-01-07T08:33:09.767Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:09.767Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:09.767Z] 256f393e029f: Preparing [2026-01-07T08:33:09.767Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:09.767Z] 256f393e029f: Waiting [2026-01-07T08:33:09.767Z] ca67c7ff607e: Waiting [2026-01-07T08:33:09.767Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:09.767Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:09.767Z] 0f9f1928557f: Layer already exists [2026-01-07T08:33:09.767Z] 7355b029751c: Layer already exists [2026-01-07T08:33:09.767Z] 32978a28fcd9: Layer already exists [2026-01-07T08:33:09.767Z] b47cffb82a86: Layer already exists [2026-01-07T08:33:09.767Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:09.767Z] 256f393e029f: Layer already exists [2026-01-07T08:33:09.767Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:09.767Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:09.767Z] main: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:09.833Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:09.845Z] taggedImages: [2026-01-07T08:33:09.845Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:09.845Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-01-07T08:33:09.845Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 [2026-01-07T08:33:09.845Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:09.845Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2026-01-07T08:33:09.867Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2026-01-07T08:33:09.867Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:09.867Z] latest [2026-01-07T08:33:09.867Z] 4.1.0-dev.91 [2026-01-07T08:33:09.867Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:09.867Z] main [2026-01-07T08:33:09.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:10.196Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:10.507Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:10.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-01-07T08:33:10.508Z] cd778158d284: Preparing [2026-01-07T08:33:10.508Z] 6d70e666ce3a: Preparing [2026-01-07T08:33:10.508Z] 32dbbc08d624: Preparing [2026-01-07T08:33:10.508Z] ca67c7ff607e: Preparing [2026-01-07T08:33:10.508Z] 5ce5cec29455: Preparing [2026-01-07T08:33:10.508Z] 22e65b9af7f6: Preparing [2026-01-07T08:33:10.508Z] 256f393e029f: Preparing [2026-01-07T08:33:10.508Z] 22e65b9af7f6: Waiting [2026-01-07T08:33:10.508Z] 256f393e029f: Waiting [2026-01-07T08:33:10.508Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:10.508Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:10.508Z] 256f393e029f: Layer already exists [2026-01-07T08:33:10.508Z] cd778158d284: Pushed [2026-01-07T08:33:10.508Z] 22e65b9af7f6: Pushed [2026-01-07T08:33:10.766Z] 5ce5cec29455: Pushed [2026-01-07T08:33:14.955Z] 6d70e666ce3a: Pushed [2026-01-07T08:33:14.955Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:15.278Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:15.588Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2026-01-07T08:33:15.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-01-07T08:33:15.588Z] cd778158d284: Preparing [2026-01-07T08:33:15.588Z] 6d70e666ce3a: Preparing [2026-01-07T08:33:15.588Z] 32dbbc08d624: Preparing [2026-01-07T08:33:15.588Z] ca67c7ff607e: Preparing [2026-01-07T08:33:15.588Z] 5ce5cec29455: Preparing [2026-01-07T08:33:15.588Z] 22e65b9af7f6: Preparing [2026-01-07T08:33:15.588Z] 256f393e029f: Preparing [2026-01-07T08:33:15.588Z] 22e65b9af7f6: Waiting [2026-01-07T08:33:15.588Z] 256f393e029f: Waiting [2026-01-07T08:33:15.588Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:15.588Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:15.588Z] 6d70e666ce3a: Layer already exists [2026-01-07T08:33:15.588Z] 5ce5cec29455: Layer already exists [2026-01-07T08:33:15.588Z] cd778158d284: Layer already exists [2026-01-07T08:33:15.588Z] 22e65b9af7f6: Layer already exists [2026-01-07T08:33:15.588Z] 256f393e029f: Layer already exists [2026-01-07T08:33:15.588Z] latest: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:15.899Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:16.208Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 [2026-01-07T08:33:16.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-01-07T08:33:16.208Z] cd778158d284: Preparing [2026-01-07T08:33:16.208Z] 6d70e666ce3a: Preparing [2026-01-07T08:33:16.208Z] 32dbbc08d624: Preparing [2026-01-07T08:33:16.208Z] ca67c7ff607e: Preparing [2026-01-07T08:33:16.208Z] 5ce5cec29455: Preparing [2026-01-07T08:33:16.208Z] 22e65b9af7f6: Preparing [2026-01-07T08:33:16.208Z] 256f393e029f: Preparing [2026-01-07T08:33:16.208Z] 22e65b9af7f6: Waiting [2026-01-07T08:33:16.208Z] 256f393e029f: Waiting [2026-01-07T08:33:16.208Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:16.208Z] cd778158d284: Layer already exists [2026-01-07T08:33:16.208Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:16.208Z] 6d70e666ce3a: Layer already exists [2026-01-07T08:33:16.208Z] 5ce5cec29455: Layer already exists [2026-01-07T08:33:16.208Z] 256f393e029f: Layer already exists [2026-01-07T08:33:16.208Z] 22e65b9af7f6: Layer already exists [2026-01-07T08:33:16.208Z] 4.1.0-dev.91: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:16.527Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:16.845Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:16.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-01-07T08:33:16.845Z] cd778158d284: Preparing [2026-01-07T08:33:16.845Z] 6d70e666ce3a: Preparing [2026-01-07T08:33:16.845Z] 32dbbc08d624: Preparing [2026-01-07T08:33:16.845Z] ca67c7ff607e: Preparing [2026-01-07T08:33:16.845Z] 5ce5cec29455: Preparing [2026-01-07T08:33:16.845Z] 22e65b9af7f6: Preparing [2026-01-07T08:33:16.845Z] 256f393e029f: Preparing [2026-01-07T08:33:16.845Z] 256f393e029f: Waiting [2026-01-07T08:33:16.845Z] 22e65b9af7f6: Waiting [2026-01-07T08:33:16.845Z] 5ce5cec29455: Layer already exists [2026-01-07T08:33:16.845Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:16.845Z] 6d70e666ce3a: Layer already exists [2026-01-07T08:33:16.845Z] cd778158d284: Layer already exists [2026-01-07T08:33:16.845Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:16.845Z] 22e65b9af7f6: Layer already exists [2026-01-07T08:33:16.845Z] 256f393e029f: Layer already exists [2026-01-07T08:33:16.845Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:17.227Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:17.547Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2026-01-07T08:33:17.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-01-07T08:33:17.547Z] cd778158d284: Preparing [2026-01-07T08:33:17.547Z] 6d70e666ce3a: Preparing [2026-01-07T08:33:17.547Z] 32dbbc08d624: Preparing [2026-01-07T08:33:17.547Z] ca67c7ff607e: Preparing [2026-01-07T08:33:17.547Z] 5ce5cec29455: Preparing [2026-01-07T08:33:17.547Z] 22e65b9af7f6: Preparing [2026-01-07T08:33:17.547Z] 256f393e029f: Preparing [2026-01-07T08:33:17.547Z] 256f393e029f: Waiting [2026-01-07T08:33:17.547Z] 22e65b9af7f6: Waiting [2026-01-07T08:33:17.547Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:17.547Z] 6d70e666ce3a: Layer already exists [2026-01-07T08:33:17.547Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:17.547Z] cd778158d284: Layer already exists [2026-01-07T08:33:17.547Z] 5ce5cec29455: Layer already exists [2026-01-07T08:33:17.547Z] 22e65b9af7f6: Layer already exists [2026-01-07T08:33:17.547Z] 256f393e029f: Layer already exists [2026-01-07T08:33:17.547Z] main: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:17.620Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:17.630Z] taggedImages: [2026-01-07T08:33:17.630Z] - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:17.630Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-01-07T08:33:17.630Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 [2026-01-07T08:33:17.630Z] - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:17.630Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2026-01-07T08:33:17.656Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2026-01-07T08:33:17.656Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:17.656Z] latest [2026-01-07T08:33:17.656Z] 4.1.0-dev.91 [2026-01-07T08:33:17.656Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:17.656Z] main [2026-01-07T08:33:17.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:17.988Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:18.304Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:18.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-01-07T08:33:18.304Z] 1ac270fba355: Preparing [2026-01-07T08:33:18.304Z] d246396fc2d5: Preparing [2026-01-07T08:33:18.304Z] ca67c7ff607e: Preparing [2026-01-07T08:33:18.304Z] 114d23d10740: Preparing [2026-01-07T08:33:18.304Z] b87ca9d870c1: Preparing [2026-01-07T08:33:18.304Z] 256f393e029f: Preparing [2026-01-07T08:33:18.304Z] 256f393e029f: Waiting [2026-01-07T08:33:18.304Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:18.304Z] 256f393e029f: Layer already exists [2026-01-07T08:33:18.304Z] b87ca9d870c1: Pushed [2026-01-07T08:33:18.304Z] 1ac270fba355: Pushed [2026-01-07T08:33:18.304Z] 114d23d10740: Pushed [2026-01-07T08:33:22.492Z] d246396fc2d5: Pushed [2026-01-07T08:33:22.492Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:22.809Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:23.128Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-01-07T08:33:23.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-01-07T08:33:23.128Z] 1ac270fba355: Preparing [2026-01-07T08:33:23.128Z] d246396fc2d5: Preparing [2026-01-07T08:33:23.128Z] ca67c7ff607e: Preparing [2026-01-07T08:33:23.128Z] 114d23d10740: Preparing [2026-01-07T08:33:23.128Z] b87ca9d870c1: Preparing [2026-01-07T08:33:23.128Z] 256f393e029f: Preparing [2026-01-07T08:33:23.128Z] 256f393e029f: Waiting [2026-01-07T08:33:23.128Z] 1ac270fba355: Layer already exists [2026-01-07T08:33:23.128Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:23.128Z] 114d23d10740: Layer already exists [2026-01-07T08:33:23.128Z] b87ca9d870c1: Layer already exists [2026-01-07T08:33:23.128Z] d246396fc2d5: Layer already exists [2026-01-07T08:33:23.128Z] 256f393e029f: Layer already exists [2026-01-07T08:33:23.128Z] latest: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:23.453Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:23.772Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 [2026-01-07T08:33:23.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-01-07T08:33:23.772Z] 1ac270fba355: Preparing [2026-01-07T08:33:23.772Z] d246396fc2d5: Preparing [2026-01-07T08:33:23.772Z] ca67c7ff607e: Preparing [2026-01-07T08:33:23.772Z] 114d23d10740: Preparing [2026-01-07T08:33:23.772Z] b87ca9d870c1: Preparing [2026-01-07T08:33:23.772Z] 256f393e029f: Preparing [2026-01-07T08:33:23.772Z] 256f393e029f: Waiting [2026-01-07T08:33:23.772Z] 1ac270fba355: Layer already exists [2026-01-07T08:33:23.772Z] d246396fc2d5: Layer already exists [2026-01-07T08:33:23.772Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:23.772Z] 114d23d10740: Layer already exists [2026-01-07T08:33:23.772Z] b87ca9d870c1: Layer already exists [2026-01-07T08:33:23.772Z] 256f393e029f: Layer already exists [2026-01-07T08:33:23.772Z] 4.1.0-dev.91: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:24.097Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:24.413Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:24.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-01-07T08:33:24.413Z] 1ac270fba355: Preparing [2026-01-07T08:33:24.413Z] d246396fc2d5: Preparing [2026-01-07T08:33:24.413Z] ca67c7ff607e: Preparing [2026-01-07T08:33:24.413Z] 114d23d10740: Preparing [2026-01-07T08:33:24.413Z] b87ca9d870c1: Preparing [2026-01-07T08:33:24.413Z] 256f393e029f: Preparing [2026-01-07T08:33:24.413Z] 256f393e029f: Waiting [2026-01-07T08:33:24.413Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:24.413Z] b87ca9d870c1: Layer already exists [2026-01-07T08:33:24.413Z] d246396fc2d5: Layer already exists [2026-01-07T08:33:24.413Z] 114d23d10740: Layer already exists [2026-01-07T08:33:24.413Z] 1ac270fba355: Layer already exists [2026-01-07T08:33:24.413Z] 256f393e029f: Layer already exists [2026-01-07T08:33:24.413Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:24.733Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:25.046Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2026-01-07T08:33:25.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-01-07T08:33:25.046Z] 1ac270fba355: Preparing [2026-01-07T08:33:25.046Z] d246396fc2d5: Preparing [2026-01-07T08:33:25.046Z] ca67c7ff607e: Preparing [2026-01-07T08:33:25.046Z] 114d23d10740: Preparing [2026-01-07T08:33:25.046Z] b87ca9d870c1: Preparing [2026-01-07T08:33:25.046Z] 256f393e029f: Preparing [2026-01-07T08:33:25.046Z] 256f393e029f: Waiting [2026-01-07T08:33:25.046Z] 114d23d10740: Layer already exists [2026-01-07T08:33:25.046Z] 1ac270fba355: Layer already exists [2026-01-07T08:33:25.046Z] b87ca9d870c1: Layer already exists [2026-01-07T08:33:25.046Z] d246396fc2d5: Layer already exists [2026-01-07T08:33:25.046Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:25.046Z] 256f393e029f: Layer already exists [2026-01-07T08:33:25.046Z] main: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:25.111Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:25.122Z] taggedImages: [2026-01-07T08:33:25.122Z] - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:25.122Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-01-07T08:33:25.122Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 [2026-01-07T08:33:25.122Z] - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:25.122Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2026-01-07T08:33:25.148Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2026-01-07T08:33:25.148Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:25.148Z] latest [2026-01-07T08:33:25.148Z] 4.1.0-dev.91 [2026-01-07T08:33:25.148Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:25.148Z] main [2026-01-07T08:33:25.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:25.483Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:25.798Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:25.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-01-07T08:33:25.798Z] 7ca9a3eee15a: Preparing [2026-01-07T08:33:25.798Z] f713654cb70f: Preparing [2026-01-07T08:33:25.798Z] 9d6c98e27eab: Preparing [2026-01-07T08:33:25.798Z] 32dbbc08d624: Preparing [2026-01-07T08:33:25.798Z] ca67c7ff607e: Preparing [2026-01-07T08:33:25.798Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:25.798Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:25.798Z] 256f393e029f: Preparing [2026-01-07T08:33:25.798Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:25.798Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:25.798Z] 256f393e029f: Waiting [2026-01-07T08:33:25.798Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:25.798Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:25.798Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:25.798Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:25.798Z] 256f393e029f: Layer already exists [2026-01-07T08:33:25.798Z] f713654cb70f: Pushed [2026-01-07T08:33:25.798Z] 7ca9a3eee15a: Pushed [2026-01-07T08:33:29.989Z] 9d6c98e27eab: Pushed [2026-01-07T08:33:29.989Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:30.307Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:30.615Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-01-07T08:33:30.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-01-07T08:33:30.615Z] 7ca9a3eee15a: Preparing [2026-01-07T08:33:30.615Z] f713654cb70f: Preparing [2026-01-07T08:33:30.615Z] 9d6c98e27eab: Preparing [2026-01-07T08:33:30.615Z] 32dbbc08d624: Preparing [2026-01-07T08:33:30.615Z] ca67c7ff607e: Preparing [2026-01-07T08:33:30.615Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:30.615Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:30.615Z] 256f393e029f: Preparing [2026-01-07T08:33:30.615Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:30.615Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:30.615Z] 256f393e029f: Waiting [2026-01-07T08:33:30.615Z] f713654cb70f: Layer already exists [2026-01-07T08:33:30.615Z] 9d6c98e27eab: Layer already exists [2026-01-07T08:33:30.615Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:30.615Z] 7ca9a3eee15a: Layer already exists [2026-01-07T08:33:30.615Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:30.615Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:30.615Z] 256f393e029f: Layer already exists [2026-01-07T08:33:30.615Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:30.615Z] latest: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:30.929Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:31.247Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 [2026-01-07T08:33:31.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-01-07T08:33:31.247Z] 7ca9a3eee15a: Preparing [2026-01-07T08:33:31.247Z] f713654cb70f: Preparing [2026-01-07T08:33:31.247Z] 9d6c98e27eab: Preparing [2026-01-07T08:33:31.247Z] 32dbbc08d624: Preparing [2026-01-07T08:33:31.247Z] ca67c7ff607e: Preparing [2026-01-07T08:33:31.247Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:31.247Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:31.247Z] 256f393e029f: Preparing [2026-01-07T08:33:31.247Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:31.247Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:31.247Z] 256f393e029f: Waiting [2026-01-07T08:33:31.247Z] 7ca9a3eee15a: Layer already exists [2026-01-07T08:33:31.247Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:31.247Z] f713654cb70f: Layer already exists [2026-01-07T08:33:31.247Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:31.247Z] 9d6c98e27eab: Layer already exists [2026-01-07T08:33:31.247Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:31.247Z] 256f393e029f: Layer already exists [2026-01-07T08:33:31.247Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:31.247Z] 4.1.0-dev.91: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:31.566Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:31.881Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:31.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-01-07T08:33:31.881Z] 7ca9a3eee15a: Preparing [2026-01-07T08:33:31.881Z] f713654cb70f: Preparing [2026-01-07T08:33:31.881Z] 9d6c98e27eab: Preparing [2026-01-07T08:33:31.881Z] 32dbbc08d624: Preparing [2026-01-07T08:33:31.881Z] ca67c7ff607e: Preparing [2026-01-07T08:33:31.881Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:31.881Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:31.881Z] 256f393e029f: Preparing [2026-01-07T08:33:31.881Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:31.881Z] 256f393e029f: Waiting [2026-01-07T08:33:31.881Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:31.881Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:31.881Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:31.881Z] 7ca9a3eee15a: Layer already exists [2026-01-07T08:33:31.881Z] 9d6c98e27eab: Layer already exists [2026-01-07T08:33:31.881Z] f713654cb70f: Layer already exists [2026-01-07T08:33:31.881Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:31.881Z] 256f393e029f: Layer already exists [2026-01-07T08:33:31.881Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:31.881Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:32.198Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:32.516Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2026-01-07T08:33:32.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-01-07T08:33:32.516Z] 7ca9a3eee15a: Preparing [2026-01-07T08:33:32.516Z] f713654cb70f: Preparing [2026-01-07T08:33:32.516Z] 9d6c98e27eab: Preparing [2026-01-07T08:33:32.516Z] 32dbbc08d624: Preparing [2026-01-07T08:33:32.516Z] ca67c7ff607e: Preparing [2026-01-07T08:33:32.516Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:32.516Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:32.516Z] 256f393e029f: Preparing [2026-01-07T08:33:32.516Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:32.516Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:32.516Z] 256f393e029f: Waiting [2026-01-07T08:33:32.516Z] f713654cb70f: Layer already exists [2026-01-07T08:33:32.516Z] 9d6c98e27eab: Layer already exists [2026-01-07T08:33:32.516Z] 7ca9a3eee15a: Layer already exists [2026-01-07T08:33:32.516Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:32.516Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:32.516Z] 256f393e029f: Layer already exists [2026-01-07T08:33:32.516Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:32.516Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:32.516Z] main: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:32.582Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:32.595Z] taggedImages: [2026-01-07T08:33:32.595Z] - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:32.595Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-01-07T08:33:32.595Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 [2026-01-07T08:33:32.595Z] - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:32.595Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2026-01-07T08:33:32.619Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2026-01-07T08:33:32.619Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:32.619Z] latest [2026-01-07T08:33:32.619Z] 4.1.0-dev.91 [2026-01-07T08:33:32.619Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:32.619Z] main [2026-01-07T08:33:32.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:32.943Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:33.257Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:33.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-01-07T08:33:33.257Z] 09c87fd33e22: Preparing [2026-01-07T08:33:33.257Z] d3e80e0446e9: Preparing [2026-01-07T08:33:33.257Z] 3b6674eb06ef: Preparing [2026-01-07T08:33:33.257Z] 65a341f78669: Preparing [2026-01-07T08:33:33.257Z] e2d1cfc30329: Preparing [2026-01-07T08:33:33.257Z] 0f9304a3fd25: Preparing [2026-01-07T08:33:33.257Z] 254fb6ef61a7: Preparing [2026-01-07T08:33:33.257Z] 32dbbc08d624: Preparing [2026-01-07T08:33:33.257Z] ca67c7ff607e: Preparing [2026-01-07T08:33:33.257Z] 46942eb9642b: Preparing [2026-01-07T08:33:33.257Z] a27f97450503: Preparing [2026-01-07T08:33:33.257Z] ca67c7ff607e: Waiting [2026-01-07T08:33:33.257Z] 32dbbc08d624: Waiting [2026-01-07T08:33:33.257Z] 46942eb9642b: Waiting [2026-01-07T08:33:33.257Z] 0f9304a3fd25: Waiting [2026-01-07T08:33:33.257Z] 254fb6ef61a7: Waiting [2026-01-07T08:33:33.257Z] 5f70bf18a086: Preparing [2026-01-07T08:33:33.257Z] 679d0d2db484: Preparing [2026-01-07T08:33:33.257Z] 448a49376088: Preparing [2026-01-07T08:33:33.257Z] a27f97450503: Waiting [2026-01-07T08:33:33.257Z] 5f70bf18a086: Waiting [2026-01-07T08:33:33.257Z] 679d0d2db484: Waiting [2026-01-07T08:33:33.257Z] f10446e453a6: Preparing [2026-01-07T08:33:33.257Z] 256f393e029f: Preparing [2026-01-07T08:33:33.257Z] 448a49376088: Waiting [2026-01-07T08:33:33.257Z] 256f393e029f: Waiting [2026-01-07T08:33:33.257Z] f10446e453a6: Waiting [2026-01-07T08:33:33.257Z] 3b6674eb06ef: Pushed [2026-01-07T08:33:33.257Z] e2d1cfc30329: Pushed [2026-01-07T08:33:33.257Z] d3e80e0446e9: Pushed [2026-01-07T08:33:33.257Z] 65a341f78669: Pushed [2026-01-07T08:33:33.257Z] 09c87fd33e22: Pushed [2026-01-07T08:33:33.257Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:33.257Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:33.257Z] 5f70bf18a086: Layer already exists [2026-01-07T08:33:33.516Z] 0f9304a3fd25: Pushed [2026-01-07T08:33:33.516Z] 46942eb9642b: Pushed [2026-01-07T08:33:33.516Z] a27f97450503: Pushed [2026-01-07T08:33:33.516Z] 679d0d2db484: Pushed [2026-01-07T08:33:33.516Z] 256f393e029f: Layer already exists [2026-01-07T08:33:33.516Z] f10446e453a6: Pushed [2026-01-07T08:33:33.516Z] 448a49376088: Pushed [2026-01-07T08:33:34.890Z] 254fb6ef61a7: Pushed [2026-01-07T08:33:34.890Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:35.204Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:35.521Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-01-07T08:33:35.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-01-07T08:33:35.521Z] 09c87fd33e22: Preparing [2026-01-07T08:33:35.521Z] d3e80e0446e9: Preparing [2026-01-07T08:33:35.521Z] 3b6674eb06ef: Preparing [2026-01-07T08:33:35.521Z] 65a341f78669: Preparing [2026-01-07T08:33:35.521Z] e2d1cfc30329: Preparing [2026-01-07T08:33:35.521Z] 0f9304a3fd25: Preparing [2026-01-07T08:33:35.521Z] 254fb6ef61a7: Preparing [2026-01-07T08:33:35.521Z] 32dbbc08d624: Preparing [2026-01-07T08:33:35.521Z] ca67c7ff607e: Preparing [2026-01-07T08:33:35.521Z] 46942eb9642b: Preparing [2026-01-07T08:33:35.521Z] a27f97450503: Preparing [2026-01-07T08:33:35.521Z] 5f70bf18a086: Preparing [2026-01-07T08:33:35.521Z] 679d0d2db484: Preparing [2026-01-07T08:33:35.521Z] 448a49376088: Preparing [2026-01-07T08:33:35.521Z] f10446e453a6: Preparing [2026-01-07T08:33:35.521Z] 256f393e029f: Preparing [2026-01-07T08:33:35.521Z] 254fb6ef61a7: Waiting [2026-01-07T08:33:35.521Z] 32dbbc08d624: Waiting [2026-01-07T08:33:35.521Z] ca67c7ff607e: Waiting [2026-01-07T08:33:35.521Z] 46942eb9642b: Waiting [2026-01-07T08:33:35.521Z] a27f97450503: Waiting [2026-01-07T08:33:35.521Z] 5f70bf18a086: Waiting [2026-01-07T08:33:35.521Z] 679d0d2db484: Waiting [2026-01-07T08:33:35.521Z] 448a49376088: Waiting [2026-01-07T08:33:35.521Z] f10446e453a6: Waiting [2026-01-07T08:33:35.521Z] 256f393e029f: Waiting [2026-01-07T08:33:35.521Z] 0f9304a3fd25: Waiting [2026-01-07T08:33:35.521Z] d3e80e0446e9: Layer already exists [2026-01-07T08:33:35.521Z] 09c87fd33e22: Layer already exists [2026-01-07T08:33:35.521Z] 65a341f78669: Layer already exists [2026-01-07T08:33:35.521Z] e2d1cfc30329: Layer already exists [2026-01-07T08:33:35.521Z] 3b6674eb06ef: Layer already exists [2026-01-07T08:33:35.521Z] 254fb6ef61a7: Layer already exists [2026-01-07T08:33:35.521Z] 0f9304a3fd25: Layer already exists [2026-01-07T08:33:35.521Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:35.521Z] 46942eb9642b: Layer already exists [2026-01-07T08:33:35.521Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:35.521Z] a27f97450503: Layer already exists [2026-01-07T08:33:35.521Z] 5f70bf18a086: Layer already exists [2026-01-07T08:33:35.521Z] 679d0d2db484: Layer already exists [2026-01-07T08:33:35.521Z] f10446e453a6: Layer already exists [2026-01-07T08:33:35.521Z] 448a49376088: Layer already exists [2026-01-07T08:33:35.521Z] 256f393e029f: Layer already exists [2026-01-07T08:33:35.521Z] latest: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:35.841Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:36.160Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 [2026-01-07T08:33:36.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-01-07T08:33:36.160Z] 09c87fd33e22: Preparing [2026-01-07T08:33:36.160Z] d3e80e0446e9: Preparing [2026-01-07T08:33:36.160Z] 3b6674eb06ef: Preparing [2026-01-07T08:33:36.160Z] 65a341f78669: Preparing [2026-01-07T08:33:36.160Z] e2d1cfc30329: Preparing [2026-01-07T08:33:36.160Z] 0f9304a3fd25: Preparing [2026-01-07T08:33:36.160Z] 254fb6ef61a7: Preparing [2026-01-07T08:33:36.160Z] 32dbbc08d624: Preparing [2026-01-07T08:33:36.160Z] ca67c7ff607e: Preparing [2026-01-07T08:33:36.160Z] 46942eb9642b: Preparing [2026-01-07T08:33:36.160Z] 0f9304a3fd25: Waiting [2026-01-07T08:33:36.160Z] 32dbbc08d624: Waiting [2026-01-07T08:33:36.160Z] ca67c7ff607e: Waiting [2026-01-07T08:33:36.160Z] 254fb6ef61a7: Waiting [2026-01-07T08:33:36.160Z] a27f97450503: Preparing [2026-01-07T08:33:36.160Z] 46942eb9642b: Waiting [2026-01-07T08:33:36.160Z] 5f70bf18a086: Preparing [2026-01-07T08:33:36.160Z] a27f97450503: Waiting [2026-01-07T08:33:36.160Z] 679d0d2db484: Preparing [2026-01-07T08:33:36.160Z] 448a49376088: Preparing [2026-01-07T08:33:36.160Z] 5f70bf18a086: Waiting [2026-01-07T08:33:36.160Z] 679d0d2db484: Waiting [2026-01-07T08:33:36.160Z] f10446e453a6: Preparing [2026-01-07T08:33:36.160Z] 448a49376088: Waiting [2026-01-07T08:33:36.160Z] 256f393e029f: Preparing [2026-01-07T08:33:36.160Z] f10446e453a6: Waiting [2026-01-07T08:33:36.160Z] 256f393e029f: Waiting [2026-01-07T08:33:36.160Z] 65a341f78669: Layer already exists [2026-01-07T08:33:36.160Z] d3e80e0446e9: Layer already exists [2026-01-07T08:33:36.160Z] 3b6674eb06ef: Layer already exists [2026-01-07T08:33:36.160Z] 09c87fd33e22: Layer already exists [2026-01-07T08:33:36.160Z] e2d1cfc30329: Layer already exists [2026-01-07T08:33:36.160Z] 0f9304a3fd25: Layer already exists [2026-01-07T08:33:36.160Z] 46942eb9642b: Layer already exists [2026-01-07T08:33:36.160Z] 254fb6ef61a7: Layer already exists [2026-01-07T08:33:36.160Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:36.160Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:36.160Z] a27f97450503: Layer already exists [2026-01-07T08:33:36.160Z] 5f70bf18a086: Layer already exists [2026-01-07T08:33:36.160Z] 679d0d2db484: Layer already exists [2026-01-07T08:33:36.160Z] 448a49376088: Layer already exists [2026-01-07T08:33:36.160Z] f10446e453a6: Layer already exists [2026-01-07T08:33:36.160Z] 256f393e029f: Layer already exists [2026-01-07T08:33:36.161Z] 4.1.0-dev.91: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:36.475Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:36.788Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:36.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-01-07T08:33:36.788Z] 09c87fd33e22: Preparing [2026-01-07T08:33:36.788Z] d3e80e0446e9: Preparing [2026-01-07T08:33:36.788Z] 3b6674eb06ef: Preparing [2026-01-07T08:33:36.788Z] 65a341f78669: Preparing [2026-01-07T08:33:36.788Z] e2d1cfc30329: Preparing [2026-01-07T08:33:36.788Z] 0f9304a3fd25: Preparing [2026-01-07T08:33:36.788Z] 254fb6ef61a7: Preparing [2026-01-07T08:33:36.788Z] 32dbbc08d624: Preparing [2026-01-07T08:33:36.788Z] ca67c7ff607e: Preparing [2026-01-07T08:33:36.788Z] 46942eb9642b: Preparing [2026-01-07T08:33:36.788Z] a27f97450503: Preparing [2026-01-07T08:33:36.788Z] 5f70bf18a086: Preparing [2026-01-07T08:33:36.788Z] 0f9304a3fd25: Waiting [2026-01-07T08:33:36.788Z] 679d0d2db484: Preparing [2026-01-07T08:33:36.788Z] 254fb6ef61a7: Waiting [2026-01-07T08:33:36.788Z] 448a49376088: Preparing [2026-01-07T08:33:36.788Z] f10446e453a6: Preparing [2026-01-07T08:33:36.788Z] 32dbbc08d624: Waiting [2026-01-07T08:33:36.788Z] 256f393e029f: Preparing [2026-01-07T08:33:36.788Z] ca67c7ff607e: Waiting [2026-01-07T08:33:36.788Z] 46942eb9642b: Waiting [2026-01-07T08:33:36.788Z] a27f97450503: Waiting [2026-01-07T08:33:36.788Z] 5f70bf18a086: Waiting [2026-01-07T08:33:36.788Z] 679d0d2db484: Waiting [2026-01-07T08:33:36.788Z] 448a49376088: Waiting [2026-01-07T08:33:36.788Z] f10446e453a6: Waiting [2026-01-07T08:33:36.788Z] 256f393e029f: Waiting [2026-01-07T08:33:36.788Z] d3e80e0446e9: Layer already exists [2026-01-07T08:33:36.788Z] 09c87fd33e22: Layer already exists [2026-01-07T08:33:36.788Z] 3b6674eb06ef: Layer already exists [2026-01-07T08:33:36.789Z] 65a341f78669: Layer already exists [2026-01-07T08:33:36.789Z] e2d1cfc30329: Layer already exists [2026-01-07T08:33:36.789Z] 0f9304a3fd25: Layer already exists [2026-01-07T08:33:36.789Z] 254fb6ef61a7: Layer already exists [2026-01-07T08:33:36.789Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:36.789Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:36.789Z] 5f70bf18a086: Layer already exists [2026-01-07T08:33:36.789Z] 679d0d2db484: Layer already exists [2026-01-07T08:33:36.789Z] 46942eb9642b: Layer already exists [2026-01-07T08:33:36.789Z] a27f97450503: Layer already exists [2026-01-07T08:33:36.789Z] 448a49376088: Layer already exists [2026-01-07T08:33:36.789Z] f10446e453a6: Layer already exists [2026-01-07T08:33:36.789Z] 256f393e029f: Layer already exists [2026-01-07T08:33:36.789Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:37.103Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:37.417Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-01-07T08:33:37.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-01-07T08:33:37.417Z] 09c87fd33e22: Preparing [2026-01-07T08:33:37.417Z] d3e80e0446e9: Preparing [2026-01-07T08:33:37.417Z] 3b6674eb06ef: Preparing [2026-01-07T08:33:37.417Z] 65a341f78669: Preparing [2026-01-07T08:33:37.417Z] e2d1cfc30329: Preparing [2026-01-07T08:33:37.417Z] 0f9304a3fd25: Preparing [2026-01-07T08:33:37.417Z] 254fb6ef61a7: Preparing [2026-01-07T08:33:37.417Z] 32dbbc08d624: Preparing [2026-01-07T08:33:37.417Z] ca67c7ff607e: Preparing [2026-01-07T08:33:37.417Z] 46942eb9642b: Preparing [2026-01-07T08:33:37.417Z] a27f97450503: Preparing [2026-01-07T08:33:37.417Z] 5f70bf18a086: Preparing [2026-01-07T08:33:37.417Z] 679d0d2db484: Preparing [2026-01-07T08:33:37.417Z] 448a49376088: Preparing [2026-01-07T08:33:37.417Z] f10446e453a6: Preparing [2026-01-07T08:33:37.417Z] 256f393e029f: Preparing [2026-01-07T08:33:37.417Z] 0f9304a3fd25: Waiting [2026-01-07T08:33:37.417Z] 254fb6ef61a7: Waiting [2026-01-07T08:33:37.417Z] 32dbbc08d624: Waiting [2026-01-07T08:33:37.417Z] ca67c7ff607e: Waiting [2026-01-07T08:33:37.417Z] 46942eb9642b: Waiting [2026-01-07T08:33:37.417Z] a27f97450503: Waiting [2026-01-07T08:33:37.417Z] 5f70bf18a086: Waiting [2026-01-07T08:33:37.417Z] 679d0d2db484: Waiting [2026-01-07T08:33:37.417Z] 448a49376088: Waiting [2026-01-07T08:33:37.417Z] f10446e453a6: Waiting [2026-01-07T08:33:37.417Z] 256f393e029f: Waiting [2026-01-07T08:33:37.417Z] d3e80e0446e9: Layer already exists [2026-01-07T08:33:37.417Z] 65a341f78669: Layer already exists [2026-01-07T08:33:37.417Z] e2d1cfc30329: Layer already exists [2026-01-07T08:33:37.417Z] 3b6674eb06ef: Layer already exists [2026-01-07T08:33:37.417Z] 09c87fd33e22: Layer already exists [2026-01-07T08:33:37.417Z] 0f9304a3fd25: Layer already exists [2026-01-07T08:33:37.417Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:37.417Z] 254fb6ef61a7: Layer already exists [2026-01-07T08:33:37.417Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:37.417Z] 46942eb9642b: Layer already exists [2026-01-07T08:33:37.417Z] a27f97450503: Layer already exists [2026-01-07T08:33:37.417Z] f10446e453a6: Layer already exists [2026-01-07T08:33:37.417Z] 679d0d2db484: Layer already exists [2026-01-07T08:33:37.417Z] 448a49376088: Layer already exists [2026-01-07T08:33:37.417Z] 5f70bf18a086: Layer already exists [2026-01-07T08:33:37.417Z] 256f393e029f: Layer already exists [2026-01-07T08:33:37.417Z] main: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:37.476Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:37.487Z] taggedImages: [2026-01-07T08:33:37.487Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:37.487Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-01-07T08:33:37.487Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 [2026-01-07T08:33:37.487Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:37.487Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2026-01-07T08:33:37.506Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2026-01-07T08:33:37.506Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:37.506Z] latest [2026-01-07T08:33:37.506Z] 4.1.0-dev.91 [2026-01-07T08:33:37.506Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:37.506Z] main [2026-01-07T08:33:37.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:37.839Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:38.151Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:38.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-01-07T08:33:38.151Z] 30b54e1f335c: Preparing [2026-01-07T08:33:38.151Z] 6400b7f579d6: Preparing [2026-01-07T08:33:38.151Z] 0109944049ba: Preparing [2026-01-07T08:33:38.151Z] dfac7f271dc8: Preparing [2026-01-07T08:33:38.151Z] 32dbbc08d624: Preparing [2026-01-07T08:33:38.151Z] ca67c7ff607e: Preparing [2026-01-07T08:33:38.151Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:38.151Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:38.151Z] 256f393e029f: Preparing [2026-01-07T08:33:38.151Z] ca67c7ff607e: Waiting [2026-01-07T08:33:38.151Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:38.151Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:38.151Z] 256f393e029f: Waiting [2026-01-07T08:33:38.152Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:38.152Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:38.152Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:38.152Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:38.152Z] 6400b7f579d6: Pushed [2026-01-07T08:33:38.152Z] 256f393e029f: Layer already exists [2026-01-07T08:33:38.152Z] 0109944049ba: Pushed [2026-01-07T08:33:38.152Z] 30b54e1f335c: Pushed [2026-01-07T08:33:42.351Z] dfac7f271dc8: Pushed [2026-01-07T08:33:42.351Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:42.669Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:42.988Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-01-07T08:33:42.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-01-07T08:33:42.988Z] 30b54e1f335c: Preparing [2026-01-07T08:33:42.988Z] 6400b7f579d6: Preparing [2026-01-07T08:33:42.988Z] 0109944049ba: Preparing [2026-01-07T08:33:42.988Z] dfac7f271dc8: Preparing [2026-01-07T08:33:42.988Z] 32dbbc08d624: Preparing [2026-01-07T08:33:42.988Z] ca67c7ff607e: Preparing [2026-01-07T08:33:42.988Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:42.988Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:42.988Z] 256f393e029f: Preparing [2026-01-07T08:33:42.988Z] ca67c7ff607e: Waiting [2026-01-07T08:33:42.988Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:42.988Z] 256f393e029f: Waiting [2026-01-07T08:33:42.988Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:42.988Z] 0109944049ba: Layer already exists [2026-01-07T08:33:42.988Z] dfac7f271dc8: Layer already exists [2026-01-07T08:33:42.988Z] 6400b7f579d6: Layer already exists [2026-01-07T08:33:42.988Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:42.988Z] 30b54e1f335c: Layer already exists [2026-01-07T08:33:42.988Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:42.988Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:42.988Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:42.988Z] 256f393e029f: Layer already exists [2026-01-07T08:33:42.988Z] latest: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:43.308Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:43.615Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 [2026-01-07T08:33:43.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-01-07T08:33:43.615Z] 30b54e1f335c: Preparing [2026-01-07T08:33:43.615Z] 6400b7f579d6: Preparing [2026-01-07T08:33:43.615Z] 0109944049ba: Preparing [2026-01-07T08:33:43.615Z] dfac7f271dc8: Preparing [2026-01-07T08:33:43.615Z] 32dbbc08d624: Preparing [2026-01-07T08:33:43.615Z] ca67c7ff607e: Preparing [2026-01-07T08:33:43.615Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:43.615Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:43.615Z] 256f393e029f: Preparing [2026-01-07T08:33:43.615Z] ca67c7ff607e: Waiting [2026-01-07T08:33:43.615Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:43.615Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:43.615Z] 256f393e029f: Waiting [2026-01-07T08:33:43.615Z] dfac7f271dc8: Layer already exists [2026-01-07T08:33:43.615Z] 6400b7f579d6: Layer already exists [2026-01-07T08:33:43.615Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:43.615Z] 0109944049ba: Layer already exists [2026-01-07T08:33:43.615Z] 30b54e1f335c: Layer already exists [2026-01-07T08:33:43.615Z] 256f393e029f: Layer already exists [2026-01-07T08:33:43.615Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:43.615Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:43.615Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:43.615Z] 4.1.0-dev.91: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:43.932Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:44.249Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:44.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-01-07T08:33:44.249Z] 30b54e1f335c: Preparing [2026-01-07T08:33:44.249Z] 6400b7f579d6: Preparing [2026-01-07T08:33:44.249Z] 0109944049ba: Preparing [2026-01-07T08:33:44.249Z] dfac7f271dc8: Preparing [2026-01-07T08:33:44.249Z] 32dbbc08d624: Preparing [2026-01-07T08:33:44.249Z] ca67c7ff607e: Preparing [2026-01-07T08:33:44.249Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:44.249Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:44.249Z] 256f393e029f: Preparing [2026-01-07T08:33:44.249Z] ca67c7ff607e: Waiting [2026-01-07T08:33:44.249Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:44.249Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:44.249Z] 256f393e029f: Waiting [2026-01-07T08:33:44.249Z] 30b54e1f335c: Layer already exists [2026-01-07T08:33:44.249Z] dfac7f271dc8: Layer already exists [2026-01-07T08:33:44.249Z] 0109944049ba: Layer already exists [2026-01-07T08:33:44.249Z] 6400b7f579d6: Layer already exists [2026-01-07T08:33:44.249Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:44.249Z] 256f393e029f: Layer already exists [2026-01-07T08:33:44.249Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:44.249Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:44.249Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:44.249Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:44.564Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:44.878Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-01-07T08:33:44.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-01-07T08:33:44.878Z] 30b54e1f335c: Preparing [2026-01-07T08:33:44.878Z] 6400b7f579d6: Preparing [2026-01-07T08:33:44.878Z] 0109944049ba: Preparing [2026-01-07T08:33:44.878Z] dfac7f271dc8: Preparing [2026-01-07T08:33:44.878Z] 32dbbc08d624: Preparing [2026-01-07T08:33:44.878Z] ca67c7ff607e: Preparing [2026-01-07T08:33:44.878Z] 25d7dea7ba11: Preparing [2026-01-07T08:33:44.878Z] 8ee03a1a8f47: Preparing [2026-01-07T08:33:44.878Z] 256f393e029f: Preparing [2026-01-07T08:33:44.878Z] 25d7dea7ba11: Waiting [2026-01-07T08:33:44.878Z] ca67c7ff607e: Waiting [2026-01-07T08:33:44.878Z] 8ee03a1a8f47: Waiting [2026-01-07T08:33:44.878Z] 256f393e029f: Waiting [2026-01-07T08:33:44.878Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:44.878Z] dfac7f271dc8: Layer already exists [2026-01-07T08:33:44.878Z] 30b54e1f335c: Layer already exists [2026-01-07T08:33:44.878Z] 0109944049ba: Layer already exists [2026-01-07T08:33:44.878Z] 6400b7f579d6: Layer already exists [2026-01-07T08:33:44.878Z] 256f393e029f: Layer already exists [2026-01-07T08:33:44.878Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:44.878Z] 25d7dea7ba11: Layer already exists [2026-01-07T08:33:44.878Z] 8ee03a1a8f47: Layer already exists [2026-01-07T08:33:44.878Z] main: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:44.938Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:44.950Z] taggedImages: [2026-01-07T08:33:44.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:44.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-01-07T08:33:44.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 [2026-01-07T08:33:44.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:44.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2026-01-07T08:33:44.973Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2026-01-07T08:33:44.973Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:44.973Z] latest [2026-01-07T08:33:44.973Z] 4.1.0-dev.91 [2026-01-07T08:33:44.973Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:44.973Z] main [2026-01-07T08:33:44.973Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:45.308Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:45.620Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:45.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-01-07T08:33:45.620Z] 5e711ef071f4: Preparing [2026-01-07T08:33:45.620Z] cc2f314453ef: Preparing [2026-01-07T08:33:45.620Z] d9b91d31cc22: Preparing [2026-01-07T08:33:45.620Z] ea1fc609d16e: Preparing [2026-01-07T08:33:45.620Z] b3c98583f35b: Preparing [2026-01-07T08:33:45.620Z] 32dbbc08d624: Preparing [2026-01-07T08:33:45.620Z] ca67c7ff607e: Preparing [2026-01-07T08:33:45.620Z] 1d9a95e79421: Preparing [2026-01-07T08:33:45.620Z] 8d1f4facff3a: Preparing [2026-01-07T08:33:45.620Z] 37de3b0971ab: Preparing [2026-01-07T08:33:45.620Z] 256f393e029f: Preparing [2026-01-07T08:33:45.620Z] 32dbbc08d624: Waiting [2026-01-07T08:33:45.620Z] 37de3b0971ab: Waiting [2026-01-07T08:33:45.620Z] 1d9a95e79421: Waiting [2026-01-07T08:33:45.620Z] 256f393e029f: Waiting [2026-01-07T08:33:45.620Z] ca67c7ff607e: Waiting [2026-01-07T08:33:45.620Z] 8d1f4facff3a: Waiting [2026-01-07T08:33:45.620Z] b3c98583f35b: Pushed [2026-01-07T08:33:45.620Z] cc2f314453ef: Pushed [2026-01-07T08:33:45.620Z] ea1fc609d16e: Pushed [2026-01-07T08:33:45.620Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:45.620Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:45.620Z] 5e711ef071f4: Pushed [2026-01-07T08:33:45.620Z] 256f393e029f: Layer already exists [2026-01-07T08:33:45.880Z] 1d9a95e79421: Pushed [2026-01-07T08:33:45.880Z] 8d1f4facff3a: Pushed [2026-01-07T08:33:47.259Z] 37de3b0971ab: Pushed [2026-01-07T08:33:48.634Z] d9b91d31cc22: Pushed [2026-01-07T08:33:48.634Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:48.950Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:49.264Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-01-07T08:33:49.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-01-07T08:33:49.264Z] 5e711ef071f4: Preparing [2026-01-07T08:33:49.264Z] cc2f314453ef: Preparing [2026-01-07T08:33:49.264Z] d9b91d31cc22: Preparing [2026-01-07T08:33:49.264Z] ea1fc609d16e: Preparing [2026-01-07T08:33:49.264Z] b3c98583f35b: Preparing [2026-01-07T08:33:49.264Z] 32dbbc08d624: Preparing [2026-01-07T08:33:49.264Z] ca67c7ff607e: Preparing [2026-01-07T08:33:49.264Z] 1d9a95e79421: Preparing [2026-01-07T08:33:49.264Z] 8d1f4facff3a: Preparing [2026-01-07T08:33:49.264Z] 37de3b0971ab: Preparing [2026-01-07T08:33:49.264Z] 256f393e029f: Preparing [2026-01-07T08:33:49.264Z] 1d9a95e79421: Waiting [2026-01-07T08:33:49.264Z] 8d1f4facff3a: Waiting [2026-01-07T08:33:49.264Z] 37de3b0971ab: Waiting [2026-01-07T08:33:49.264Z] 32dbbc08d624: Waiting [2026-01-07T08:33:49.264Z] 256f393e029f: Waiting [2026-01-07T08:33:49.264Z] ca67c7ff607e: Waiting [2026-01-07T08:33:49.264Z] 5e711ef071f4: Layer already exists [2026-01-07T08:33:49.264Z] ea1fc609d16e: Layer already exists [2026-01-07T08:33:49.264Z] b3c98583f35b: Layer already exists [2026-01-07T08:33:49.264Z] d9b91d31cc22: Layer already exists [2026-01-07T08:33:49.264Z] cc2f314453ef: Layer already exists [2026-01-07T08:33:49.264Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:49.264Z] 1d9a95e79421: Layer already exists [2026-01-07T08:33:49.264Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:49.264Z] 37de3b0971ab: Layer already exists [2026-01-07T08:33:49.264Z] 8d1f4facff3a: Layer already exists [2026-01-07T08:33:49.264Z] 256f393e029f: Layer already exists [2026-01-07T08:33:49.264Z] latest: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:49.579Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:49.896Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 [2026-01-07T08:33:49.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-01-07T08:33:49.896Z] 5e711ef071f4: Preparing [2026-01-07T08:33:49.896Z] cc2f314453ef: Preparing [2026-01-07T08:33:49.896Z] d9b91d31cc22: Preparing [2026-01-07T08:33:49.896Z] ea1fc609d16e: Preparing [2026-01-07T08:33:49.896Z] b3c98583f35b: Preparing [2026-01-07T08:33:49.896Z] 32dbbc08d624: Preparing [2026-01-07T08:33:49.896Z] ca67c7ff607e: Preparing [2026-01-07T08:33:49.896Z] 1d9a95e79421: Preparing [2026-01-07T08:33:49.896Z] 8d1f4facff3a: Preparing [2026-01-07T08:33:49.896Z] 37de3b0971ab: Preparing [2026-01-07T08:33:49.896Z] 256f393e029f: Preparing [2026-01-07T08:33:49.896Z] 1d9a95e79421: Waiting [2026-01-07T08:33:49.896Z] 8d1f4facff3a: Waiting [2026-01-07T08:33:49.896Z] 37de3b0971ab: Waiting [2026-01-07T08:33:49.896Z] 256f393e029f: Waiting [2026-01-07T08:33:49.896Z] 32dbbc08d624: Waiting [2026-01-07T08:33:49.896Z] ca67c7ff607e: Waiting [2026-01-07T08:33:49.896Z] b3c98583f35b: Layer already exists [2026-01-07T08:33:49.896Z] cc2f314453ef: Layer already exists [2026-01-07T08:33:49.896Z] d9b91d31cc22: Layer already exists [2026-01-07T08:33:49.896Z] ea1fc609d16e: Layer already exists [2026-01-07T08:33:49.896Z] 5e711ef071f4: Layer already exists [2026-01-07T08:33:49.896Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:49.896Z] 8d1f4facff3a: Layer already exists [2026-01-07T08:33:49.896Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:49.896Z] 37de3b0971ab: Layer already exists [2026-01-07T08:33:49.896Z] 1d9a95e79421: Layer already exists [2026-01-07T08:33:49.896Z] 256f393e029f: Layer already exists [2026-01-07T08:33:49.896Z] 4.1.0-dev.91: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:50.213Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:50.523Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:50.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-01-07T08:33:50.523Z] 5e711ef071f4: Preparing [2026-01-07T08:33:50.523Z] cc2f314453ef: Preparing [2026-01-07T08:33:50.523Z] d9b91d31cc22: Preparing [2026-01-07T08:33:50.523Z] ea1fc609d16e: Preparing [2026-01-07T08:33:50.523Z] b3c98583f35b: Preparing [2026-01-07T08:33:50.523Z] 32dbbc08d624: Preparing [2026-01-07T08:33:50.523Z] ca67c7ff607e: Preparing [2026-01-07T08:33:50.523Z] 1d9a95e79421: Preparing [2026-01-07T08:33:50.523Z] 8d1f4facff3a: Preparing [2026-01-07T08:33:50.523Z] 37de3b0971ab: Preparing [2026-01-07T08:33:50.523Z] 256f393e029f: Preparing [2026-01-07T08:33:50.523Z] ca67c7ff607e: Waiting [2026-01-07T08:33:50.523Z] 37de3b0971ab: Waiting [2026-01-07T08:33:50.523Z] 1d9a95e79421: Waiting [2026-01-07T08:33:50.523Z] 8d1f4facff3a: Waiting [2026-01-07T08:33:50.523Z] 256f393e029f: Waiting [2026-01-07T08:33:50.523Z] 32dbbc08d624: Waiting [2026-01-07T08:33:50.523Z] d9b91d31cc22: Layer already exists [2026-01-07T08:33:50.523Z] 5e711ef071f4: Layer already exists [2026-01-07T08:33:50.523Z] cc2f314453ef: Layer already exists [2026-01-07T08:33:50.523Z] ea1fc609d16e: Layer already exists [2026-01-07T08:33:50.523Z] b3c98583f35b: Layer already exists [2026-01-07T08:33:50.523Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:50.523Z] 1d9a95e79421: Layer already exists [2026-01-07T08:33:50.523Z] 8d1f4facff3a: Layer already exists [2026-01-07T08:33:50.523Z] 37de3b0971ab: Layer already exists [2026-01-07T08:33:50.523Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:50.523Z] 256f393e029f: Layer already exists [2026-01-07T08:33:50.523Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:50.832Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:51.137Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-01-07T08:33:51.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-01-07T08:33:51.137Z] 5e711ef071f4: Preparing [2026-01-07T08:33:51.137Z] cc2f314453ef: Preparing [2026-01-07T08:33:51.137Z] d9b91d31cc22: Preparing [2026-01-07T08:33:51.137Z] ea1fc609d16e: Preparing [2026-01-07T08:33:51.137Z] b3c98583f35b: Preparing [2026-01-07T08:33:51.137Z] 32dbbc08d624: Preparing [2026-01-07T08:33:51.137Z] ca67c7ff607e: Preparing [2026-01-07T08:33:51.137Z] 1d9a95e79421: Preparing [2026-01-07T08:33:51.137Z] 8d1f4facff3a: Preparing [2026-01-07T08:33:51.137Z] 37de3b0971ab: Preparing [2026-01-07T08:33:51.137Z] 256f393e029f: Preparing [2026-01-07T08:33:51.137Z] 32dbbc08d624: Waiting [2026-01-07T08:33:51.137Z] ca67c7ff607e: Waiting [2026-01-07T08:33:51.137Z] 1d9a95e79421: Waiting [2026-01-07T08:33:51.137Z] 8d1f4facff3a: Waiting [2026-01-07T08:33:51.137Z] 37de3b0971ab: Waiting [2026-01-07T08:33:51.137Z] 256f393e029f: Waiting [2026-01-07T08:33:51.137Z] d9b91d31cc22: Layer already exists [2026-01-07T08:33:51.137Z] ea1fc609d16e: Layer already exists [2026-01-07T08:33:51.137Z] cc2f314453ef: Layer already exists [2026-01-07T08:33:51.137Z] b3c98583f35b: Layer already exists [2026-01-07T08:33:51.137Z] 5e711ef071f4: Layer already exists [2026-01-07T08:33:51.137Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:51.137Z] 8d1f4facff3a: Layer already exists [2026-01-07T08:33:51.137Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:51.137Z] 1d9a95e79421: Layer already exists [2026-01-07T08:33:51.137Z] 37de3b0971ab: Layer already exists [2026-01-07T08:33:51.138Z] 256f393e029f: Layer already exists [2026-01-07T08:33:51.138Z] main: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:51.196Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:51.208Z] taggedImages: [2026-01-07T08:33:51.208Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:51.208Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-01-07T08:33:51.208Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 [2026-01-07T08:33:51.208Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:51.208Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2026-01-07T08:33:51.229Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2026-01-07T08:33:51.229Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:51.229Z] latest [2026-01-07T08:33:51.229Z] 4.1.0-dev.91 [2026-01-07T08:33:51.229Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:51.229Z] main [2026-01-07T08:33:51.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:51.556Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:51.973Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:51.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-01-07T08:33:51.973Z] 194d2b38e362: Preparing [2026-01-07T08:33:51.973Z] 1c95fe5587f8: Preparing [2026-01-07T08:33:51.973Z] cdbc37c5bd98: Preparing [2026-01-07T08:33:51.973Z] 6aaba5a4350e: Preparing [2026-01-07T08:33:51.973Z] 7613b921f8a3: Preparing [2026-01-07T08:33:51.973Z] c360283a1cca: Preparing [2026-01-07T08:33:51.973Z] f3a21b683681: Preparing [2026-01-07T08:33:51.973Z] 32dbbc08d624: Preparing [2026-01-07T08:33:51.973Z] ca67c7ff607e: Preparing [2026-01-07T08:33:51.973Z] 62d3c21b86c3: Preparing [2026-01-07T08:33:51.973Z] 902bb379cfda: Preparing [2026-01-07T08:33:51.973Z] 256f393e029f: Preparing [2026-01-07T08:33:51.973Z] c360283a1cca: Waiting [2026-01-07T08:33:51.973Z] ca67c7ff607e: Waiting [2026-01-07T08:33:51.973Z] 62d3c21b86c3: Waiting [2026-01-07T08:33:51.973Z] f3a21b683681: Waiting [2026-01-07T08:33:51.973Z] 902bb379cfda: Waiting [2026-01-07T08:33:51.973Z] 32dbbc08d624: Waiting [2026-01-07T08:33:51.973Z] 256f393e029f: Waiting [2026-01-07T08:33:51.973Z] 1c95fe5587f8: Pushed [2026-01-07T08:33:51.973Z] 7613b921f8a3: Pushed [2026-01-07T08:33:51.973Z] 194d2b38e362: Pushed [2026-01-07T08:33:51.973Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:51.973Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:51.973Z] c360283a1cca: Pushed [2026-01-07T08:33:51.973Z] f3a21b683681: Pushed [2026-01-07T08:33:52.230Z] 256f393e029f: Layer already exists [2026-01-07T08:33:52.230Z] 62d3c21b86c3: Pushed [2026-01-07T08:33:53.601Z] 902bb379cfda: Pushed [2026-01-07T08:33:54.975Z] 6aaba5a4350e: Pushed [2026-01-07T08:33:54.975Z] cdbc37c5bd98: Pushed [2026-01-07T08:33:54.975Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:55.288Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:55.609Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-01-07T08:33:55.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-01-07T08:33:55.609Z] 194d2b38e362: Preparing [2026-01-07T08:33:55.609Z] 1c95fe5587f8: Preparing [2026-01-07T08:33:55.609Z] cdbc37c5bd98: Preparing [2026-01-07T08:33:55.609Z] 6aaba5a4350e: Preparing [2026-01-07T08:33:55.609Z] 7613b921f8a3: Preparing [2026-01-07T08:33:55.609Z] c360283a1cca: Preparing [2026-01-07T08:33:55.609Z] f3a21b683681: Preparing [2026-01-07T08:33:55.609Z] 32dbbc08d624: Preparing [2026-01-07T08:33:55.609Z] ca67c7ff607e: Preparing [2026-01-07T08:33:55.609Z] 62d3c21b86c3: Preparing [2026-01-07T08:33:55.609Z] 902bb379cfda: Preparing [2026-01-07T08:33:55.609Z] 256f393e029f: Preparing [2026-01-07T08:33:55.609Z] ca67c7ff607e: Waiting [2026-01-07T08:33:55.609Z] 902bb379cfda: Waiting [2026-01-07T08:33:55.609Z] f3a21b683681: Waiting [2026-01-07T08:33:55.609Z] c360283a1cca: Waiting [2026-01-07T08:33:55.609Z] 32dbbc08d624: Waiting [2026-01-07T08:33:55.609Z] 62d3c21b86c3: Waiting [2026-01-07T08:33:55.609Z] 256f393e029f: Waiting [2026-01-07T08:33:55.609Z] 1c95fe5587f8: Layer already exists [2026-01-07T08:33:55.609Z] 7613b921f8a3: Layer already exists [2026-01-07T08:33:55.609Z] cdbc37c5bd98: Layer already exists [2026-01-07T08:33:55.609Z] 6aaba5a4350e: Layer already exists [2026-01-07T08:33:55.609Z] 194d2b38e362: Layer already exists [2026-01-07T08:33:55.609Z] c360283a1cca: Layer already exists [2026-01-07T08:33:55.609Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:55.609Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:55.609Z] 62d3c21b86c3: Layer already exists [2026-01-07T08:33:55.609Z] f3a21b683681: Layer already exists [2026-01-07T08:33:55.609Z] 902bb379cfda: Layer already exists [2026-01-07T08:33:55.609Z] 256f393e029f: Layer already exists [2026-01-07T08:33:55.609Z] latest: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:55.926Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:56.243Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 [2026-01-07T08:33:56.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-01-07T08:33:56.243Z] 194d2b38e362: Preparing [2026-01-07T08:33:56.243Z] 1c95fe5587f8: Preparing [2026-01-07T08:33:56.243Z] cdbc37c5bd98: Preparing [2026-01-07T08:33:56.243Z] 6aaba5a4350e: Preparing [2026-01-07T08:33:56.243Z] 7613b921f8a3: Preparing [2026-01-07T08:33:56.243Z] c360283a1cca: Preparing [2026-01-07T08:33:56.243Z] f3a21b683681: Preparing [2026-01-07T08:33:56.243Z] c360283a1cca: Waiting [2026-01-07T08:33:56.243Z] 32dbbc08d624: Preparing [2026-01-07T08:33:56.243Z] ca67c7ff607e: Preparing [2026-01-07T08:33:56.243Z] f3a21b683681: Waiting [2026-01-07T08:33:56.243Z] 32dbbc08d624: Waiting [2026-01-07T08:33:56.243Z] ca67c7ff607e: Waiting [2026-01-07T08:33:56.243Z] 62d3c21b86c3: Preparing [2026-01-07T08:33:56.243Z] 902bb379cfda: Preparing [2026-01-07T08:33:56.243Z] 256f393e029f: Preparing [2026-01-07T08:33:56.243Z] 62d3c21b86c3: Waiting [2026-01-07T08:33:56.243Z] 902bb379cfda: Waiting [2026-01-07T08:33:56.243Z] 256f393e029f: Waiting [2026-01-07T08:33:56.243Z] 194d2b38e362: Layer already exists [2026-01-07T08:33:56.243Z] 6aaba5a4350e: Layer already exists [2026-01-07T08:33:56.243Z] 1c95fe5587f8: Layer already exists [2026-01-07T08:33:56.243Z] cdbc37c5bd98: Layer already exists [2026-01-07T08:33:56.243Z] 7613b921f8a3: Layer already exists [2026-01-07T08:33:56.243Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:56.243Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:56.243Z] c360283a1cca: Layer already exists [2026-01-07T08:33:56.243Z] f3a21b683681: Layer already exists [2026-01-07T08:33:56.243Z] 62d3c21b86c3: Layer already exists [2026-01-07T08:33:56.243Z] 902bb379cfda: Layer already exists [2026-01-07T08:33:56.243Z] 256f393e029f: Layer already exists [2026-01-07T08:33:56.243Z] 4.1.0-dev.91: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:56.561Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:56.876Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:56.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-01-07T08:33:56.876Z] 194d2b38e362: Preparing [2026-01-07T08:33:56.876Z] 1c95fe5587f8: Preparing [2026-01-07T08:33:56.876Z] cdbc37c5bd98: Preparing [2026-01-07T08:33:56.876Z] 6aaba5a4350e: Preparing [2026-01-07T08:33:56.876Z] 7613b921f8a3: Preparing [2026-01-07T08:33:56.876Z] c360283a1cca: Preparing [2026-01-07T08:33:56.876Z] f3a21b683681: Preparing [2026-01-07T08:33:56.876Z] 32dbbc08d624: Preparing [2026-01-07T08:33:56.876Z] ca67c7ff607e: Preparing [2026-01-07T08:33:56.876Z] 62d3c21b86c3: Preparing [2026-01-07T08:33:56.876Z] 902bb379cfda: Preparing [2026-01-07T08:33:56.876Z] 256f393e029f: Preparing [2026-01-07T08:33:56.876Z] f3a21b683681: Waiting [2026-01-07T08:33:56.876Z] 32dbbc08d624: Waiting [2026-01-07T08:33:56.876Z] ca67c7ff607e: Waiting [2026-01-07T08:33:56.876Z] 62d3c21b86c3: Waiting [2026-01-07T08:33:56.876Z] 902bb379cfda: Waiting [2026-01-07T08:33:56.876Z] 256f393e029f: Waiting [2026-01-07T08:33:56.876Z] c360283a1cca: Waiting [2026-01-07T08:33:56.876Z] 7613b921f8a3: Layer already exists [2026-01-07T08:33:56.876Z] 1c95fe5587f8: Layer already exists [2026-01-07T08:33:56.876Z] 6aaba5a4350e: Layer already exists [2026-01-07T08:33:56.876Z] cdbc37c5bd98: Layer already exists [2026-01-07T08:33:56.876Z] 194d2b38e362: Layer already exists [2026-01-07T08:33:56.876Z] f3a21b683681: Layer already exists [2026-01-07T08:33:56.876Z] c360283a1cca: Layer already exists [2026-01-07T08:33:56.876Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:56.876Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:56.876Z] 62d3c21b86c3: Layer already exists [2026-01-07T08:33:56.876Z] 902bb379cfda: Layer already exists [2026-01-07T08:33:56.876Z] 256f393e029f: Layer already exists [2026-01-07T08:33:56.876Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:57.188Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:57.504Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-01-07T08:33:57.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-01-07T08:33:57.504Z] 194d2b38e362: Preparing [2026-01-07T08:33:57.504Z] 1c95fe5587f8: Preparing [2026-01-07T08:33:57.504Z] cdbc37c5bd98: Preparing [2026-01-07T08:33:57.504Z] 6aaba5a4350e: Preparing [2026-01-07T08:33:57.504Z] 7613b921f8a3: Preparing [2026-01-07T08:33:57.504Z] c360283a1cca: Preparing [2026-01-07T08:33:57.504Z] f3a21b683681: Preparing [2026-01-07T08:33:57.504Z] 32dbbc08d624: Preparing [2026-01-07T08:33:57.504Z] ca67c7ff607e: Preparing [2026-01-07T08:33:57.504Z] 62d3c21b86c3: Preparing [2026-01-07T08:33:57.504Z] 902bb379cfda: Preparing [2026-01-07T08:33:57.504Z] 256f393e029f: Preparing [2026-01-07T08:33:57.504Z] f3a21b683681: Waiting [2026-01-07T08:33:57.504Z] 32dbbc08d624: Waiting [2026-01-07T08:33:57.504Z] ca67c7ff607e: Waiting [2026-01-07T08:33:57.504Z] 62d3c21b86c3: Waiting [2026-01-07T08:33:57.504Z] 902bb379cfda: Waiting [2026-01-07T08:33:57.504Z] 256f393e029f: Waiting [2026-01-07T08:33:57.504Z] c360283a1cca: Waiting [2026-01-07T08:33:57.504Z] 7613b921f8a3: Layer already exists [2026-01-07T08:33:57.504Z] 194d2b38e362: Layer already exists [2026-01-07T08:33:57.504Z] 6aaba5a4350e: Layer already exists [2026-01-07T08:33:57.504Z] cdbc37c5bd98: Layer already exists [2026-01-07T08:33:57.504Z] 1c95fe5587f8: Layer already exists [2026-01-07T08:33:57.504Z] c360283a1cca: Layer already exists [2026-01-07T08:33:57.504Z] f3a21b683681: Layer already exists [2026-01-07T08:33:57.504Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:57.504Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:57.504Z] 62d3c21b86c3: Layer already exists [2026-01-07T08:33:57.504Z] 902bb379cfda: Layer already exists [2026-01-07T08:33:57.504Z] 256f393e029f: Layer already exists [2026-01-07T08:33:57.504Z] main: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:33:57.570Z] ===================================================== [Pipeline] echo [2026-01-07T08:33:57.580Z] taggedImages: [2026-01-07T08:33:57.581Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:57.581Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-01-07T08:33:57.581Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 [2026-01-07T08:33:57.581Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:57.581Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2026-01-07T08:33:57.603Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2026-01-07T08:33:57.603Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:57.603Z] latest [2026-01-07T08:33:57.603Z] 4.1.0-dev.91 [2026-01-07T08:33:57.603Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:33:57.603Z] main [2026-01-07T08:33:57.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:57.930Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:33:58.237Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:33:58.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-01-07T08:33:58.237Z] 0b5c4f9e0ad1: Preparing [2026-01-07T08:33:58.237Z] 677e6bcb6425: Preparing [2026-01-07T08:33:58.237Z] 32dbbc08d624: Preparing [2026-01-07T08:33:58.237Z] ca67c7ff607e: Preparing [2026-01-07T08:33:58.237Z] e35b4e8ea7f4: Preparing [2026-01-07T08:33:58.237Z] d41b50ae448c: Preparing [2026-01-07T08:33:58.237Z] 256f393e029f: Preparing [2026-01-07T08:33:58.237Z] d41b50ae448c: Waiting [2026-01-07T08:33:58.237Z] 256f393e029f: Waiting [2026-01-07T08:33:58.237Z] 32dbbc08d624: Layer already exists [2026-01-07T08:33:58.237Z] ca67c7ff607e: Layer already exists [2026-01-07T08:33:58.237Z] 256f393e029f: Layer already exists [2026-01-07T08:33:58.237Z] 0b5c4f9e0ad1: Pushed [2026-01-07T08:33:58.237Z] e35b4e8ea7f4: Pushed [2026-01-07T08:33:59.170Z] d41b50ae448c: Pushed [2026-01-07T08:34:01.700Z] 677e6bcb6425: Pushed [2026-01-07T08:34:01.960Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:02.268Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:02.582Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-01-07T08:34:02.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-01-07T08:34:02.582Z] 0b5c4f9e0ad1: Preparing [2026-01-07T08:34:02.582Z] 677e6bcb6425: Preparing [2026-01-07T08:34:02.582Z] 32dbbc08d624: Preparing [2026-01-07T08:34:02.582Z] ca67c7ff607e: Preparing [2026-01-07T08:34:02.582Z] e35b4e8ea7f4: Preparing [2026-01-07T08:34:02.582Z] d41b50ae448c: Preparing [2026-01-07T08:34:02.582Z] 256f393e029f: Preparing [2026-01-07T08:34:02.582Z] d41b50ae448c: Waiting [2026-01-07T08:34:02.582Z] 256f393e029f: Waiting [2026-01-07T08:34:02.582Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:02.582Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:02.582Z] 0b5c4f9e0ad1: Layer already exists [2026-01-07T08:34:02.582Z] e35b4e8ea7f4: Layer already exists [2026-01-07T08:34:02.582Z] 677e6bcb6425: Layer already exists [2026-01-07T08:34:02.582Z] d41b50ae448c: Layer already exists [2026-01-07T08:34:02.582Z] 256f393e029f: Layer already exists [2026-01-07T08:34:02.582Z] latest: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:02.900Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:03.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 [2026-01-07T08:34:03.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-01-07T08:34:03.214Z] 0b5c4f9e0ad1: Preparing [2026-01-07T08:34:03.214Z] 677e6bcb6425: Preparing [2026-01-07T08:34:03.214Z] 32dbbc08d624: Preparing [2026-01-07T08:34:03.214Z] ca67c7ff607e: Preparing [2026-01-07T08:34:03.214Z] e35b4e8ea7f4: Preparing [2026-01-07T08:34:03.214Z] d41b50ae448c: Preparing [2026-01-07T08:34:03.214Z] 256f393e029f: Preparing [2026-01-07T08:34:03.214Z] d41b50ae448c: Waiting [2026-01-07T08:34:03.214Z] 256f393e029f: Waiting [2026-01-07T08:34:03.214Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:03.214Z] 677e6bcb6425: Layer already exists [2026-01-07T08:34:03.214Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:03.214Z] e35b4e8ea7f4: Layer already exists [2026-01-07T08:34:03.214Z] 0b5c4f9e0ad1: Layer already exists [2026-01-07T08:34:03.214Z] 256f393e029f: Layer already exists [2026-01-07T08:34:03.214Z] d41b50ae448c: Layer already exists [2026-01-07T08:34:03.214Z] 4.1.0-dev.91: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:03.531Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:03.840Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:03.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-01-07T08:34:03.840Z] 0b5c4f9e0ad1: Preparing [2026-01-07T08:34:03.840Z] 677e6bcb6425: Preparing [2026-01-07T08:34:03.840Z] 32dbbc08d624: Preparing [2026-01-07T08:34:03.840Z] ca67c7ff607e: Preparing [2026-01-07T08:34:03.840Z] e35b4e8ea7f4: Preparing [2026-01-07T08:34:03.840Z] d41b50ae448c: Preparing [2026-01-07T08:34:03.840Z] 256f393e029f: Preparing [2026-01-07T08:34:03.840Z] d41b50ae448c: Waiting [2026-01-07T08:34:03.840Z] 256f393e029f: Waiting [2026-01-07T08:34:03.840Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:03.840Z] e35b4e8ea7f4: Layer already exists [2026-01-07T08:34:03.840Z] 677e6bcb6425: Layer already exists [2026-01-07T08:34:03.840Z] 0b5c4f9e0ad1: Layer already exists [2026-01-07T08:34:03.840Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:03.840Z] 256f393e029f: Layer already exists [2026-01-07T08:34:03.840Z] d41b50ae448c: Layer already exists [2026-01-07T08:34:03.840Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:04.154Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:04.471Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-01-07T08:34:04.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-01-07T08:34:04.471Z] 0b5c4f9e0ad1: Preparing [2026-01-07T08:34:04.471Z] 677e6bcb6425: Preparing [2026-01-07T08:34:04.471Z] 32dbbc08d624: Preparing [2026-01-07T08:34:04.471Z] ca67c7ff607e: Preparing [2026-01-07T08:34:04.471Z] e35b4e8ea7f4: Preparing [2026-01-07T08:34:04.471Z] d41b50ae448c: Preparing [2026-01-07T08:34:04.471Z] 256f393e029f: Preparing [2026-01-07T08:34:04.471Z] d41b50ae448c: Waiting [2026-01-07T08:34:04.471Z] 256f393e029f: Waiting [2026-01-07T08:34:04.471Z] e35b4e8ea7f4: Layer already exists [2026-01-07T08:34:04.471Z] 677e6bcb6425: Layer already exists [2026-01-07T08:34:04.471Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:04.471Z] 0b5c4f9e0ad1: Layer already exists [2026-01-07T08:34:04.471Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:04.472Z] d41b50ae448c: Layer already exists [2026-01-07T08:34:04.472Z] 256f393e029f: Layer already exists [2026-01-07T08:34:04.472Z] main: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:34:04.536Z] ===================================================== [Pipeline] echo [2026-01-07T08:34:04.548Z] taggedImages: [2026-01-07T08:34:04.548Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:04.548Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-01-07T08:34:04.548Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 [2026-01-07T08:34:04.548Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:04.548Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2026-01-07T08:34:04.573Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2026-01-07T08:34:04.573Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:04.573Z] latest [2026-01-07T08:34:04.573Z] 4.1.0-dev.91 [2026-01-07T08:34:04.573Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:04.573Z] main [2026-01-07T08:34:04.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:04.898Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:05.232Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:05.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-01-07T08:34:05.232Z] 6042c3a377ef: Preparing [2026-01-07T08:34:05.232Z] 5fa3558fe7bd: Preparing [2026-01-07T08:34:05.232Z] 44e0698174c1: Preparing [2026-01-07T08:34:05.232Z] 32dbbc08d624: Preparing [2026-01-07T08:34:05.232Z] ca67c7ff607e: Preparing [2026-01-07T08:34:05.232Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:05.232Z] 197ff0c772c9: Preparing [2026-01-07T08:34:05.232Z] 0e1094175f6f: Preparing [2026-01-07T08:34:05.232Z] 3852e90e9131: Preparing [2026-01-07T08:34:05.232Z] 256f393e029f: Preparing [2026-01-07T08:34:05.232Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:05.232Z] 0e1094175f6f: Waiting [2026-01-07T08:34:05.232Z] 256f393e029f: Waiting [2026-01-07T08:34:05.232Z] 197ff0c772c9: Waiting [2026-01-07T08:34:05.232Z] 3852e90e9131: Waiting [2026-01-07T08:34:05.232Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:05.232Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:05.232Z] 5fa3558fe7bd: Pushed [2026-01-07T08:34:05.232Z] 44e0698174c1: Pushed [2026-01-07T08:34:05.232Z] 6042c3a377ef: Pushed [2026-01-07T08:34:05.232Z] 256f393e029f: Layer already exists [2026-01-07T08:34:05.498Z] 0e1094175f6f: Pushed [2026-01-07T08:34:05.764Z] 3852e90e9131: Pushed [2026-01-07T08:34:11.065Z] 197ff0c772c9: Pushed [2026-01-07T08:34:19.183Z] 58d68dc43a6c: Pushed [2026-01-07T08:34:19.440Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:19.760Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:20.075Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-01-07T08:34:20.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-01-07T08:34:20.075Z] 6042c3a377ef: Preparing [2026-01-07T08:34:20.075Z] 5fa3558fe7bd: Preparing [2026-01-07T08:34:20.075Z] 44e0698174c1: Preparing [2026-01-07T08:34:20.075Z] 32dbbc08d624: Preparing [2026-01-07T08:34:20.075Z] ca67c7ff607e: Preparing [2026-01-07T08:34:20.075Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:20.075Z] 197ff0c772c9: Preparing [2026-01-07T08:34:20.075Z] 0e1094175f6f: Preparing [2026-01-07T08:34:20.075Z] 3852e90e9131: Preparing [2026-01-07T08:34:20.075Z] 256f393e029f: Preparing [2026-01-07T08:34:20.075Z] 197ff0c772c9: Waiting [2026-01-07T08:34:20.075Z] 3852e90e9131: Waiting [2026-01-07T08:34:20.075Z] 0e1094175f6f: Waiting [2026-01-07T08:34:20.075Z] 256f393e029f: Waiting [2026-01-07T08:34:20.075Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:20.075Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:20.075Z] 5fa3558fe7bd: Layer already exists [2026-01-07T08:34:20.075Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:20.075Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:20.075Z] 44e0698174c1: Layer already exists [2026-01-07T08:34:20.075Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:20.075Z] 197ff0c772c9: Layer already exists [2026-01-07T08:34:20.075Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:20.075Z] 256f393e029f: Layer already exists [2026-01-07T08:34:20.075Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:20.075Z] latest: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:20.395Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:20.704Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 [2026-01-07T08:34:20.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-01-07T08:34:20.704Z] 6042c3a377ef: Preparing [2026-01-07T08:34:20.704Z] 5fa3558fe7bd: Preparing [2026-01-07T08:34:20.704Z] 44e0698174c1: Preparing [2026-01-07T08:34:20.704Z] 32dbbc08d624: Preparing [2026-01-07T08:34:20.704Z] ca67c7ff607e: Preparing [2026-01-07T08:34:20.704Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:20.704Z] 197ff0c772c9: Preparing [2026-01-07T08:34:20.704Z] 0e1094175f6f: Preparing [2026-01-07T08:34:20.704Z] 3852e90e9131: Preparing [2026-01-07T08:34:20.704Z] 256f393e029f: Preparing [2026-01-07T08:34:20.704Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:20.704Z] 0e1094175f6f: Waiting [2026-01-07T08:34:20.704Z] 197ff0c772c9: Waiting [2026-01-07T08:34:20.704Z] 3852e90e9131: Waiting [2026-01-07T08:34:20.704Z] 256f393e029f: Waiting [2026-01-07T08:34:20.704Z] 44e0698174c1: Layer already exists [2026-01-07T08:34:20.704Z] 5fa3558fe7bd: Layer already exists [2026-01-07T08:34:20.704Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:20.704Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:20.704Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:20.704Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:20.704Z] 197ff0c772c9: Layer already exists [2026-01-07T08:34:20.704Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:20.704Z] 256f393e029f: Layer already exists [2026-01-07T08:34:20.704Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:20.704Z] 4.1.0-dev.91: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:21.013Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:21.324Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:21.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-01-07T08:34:21.325Z] 6042c3a377ef: Preparing [2026-01-07T08:34:21.325Z] 5fa3558fe7bd: Preparing [2026-01-07T08:34:21.325Z] 44e0698174c1: Preparing [2026-01-07T08:34:21.325Z] 32dbbc08d624: Preparing [2026-01-07T08:34:21.325Z] ca67c7ff607e: Preparing [2026-01-07T08:34:21.325Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:21.325Z] 197ff0c772c9: Preparing [2026-01-07T08:34:21.325Z] 0e1094175f6f: Preparing [2026-01-07T08:34:21.325Z] 3852e90e9131: Preparing [2026-01-07T08:34:21.325Z] 256f393e029f: Preparing [2026-01-07T08:34:21.325Z] 197ff0c772c9: Waiting [2026-01-07T08:34:21.325Z] 0e1094175f6f: Waiting [2026-01-07T08:34:21.325Z] 3852e90e9131: Waiting [2026-01-07T08:34:21.325Z] 256f393e029f: Waiting [2026-01-07T08:34:21.325Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:21.325Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:21.325Z] 44e0698174c1: Layer already exists [2026-01-07T08:34:21.325Z] 5fa3558fe7bd: Layer already exists [2026-01-07T08:34:21.325Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:21.325Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:21.325Z] 197ff0c772c9: Layer already exists [2026-01-07T08:34:21.325Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:21.325Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:21.325Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:21.325Z] 256f393e029f: Layer already exists [2026-01-07T08:34:21.325Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:21.712Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:22.045Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-01-07T08:34:22.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-01-07T08:34:22.045Z] 6042c3a377ef: Preparing [2026-01-07T08:34:22.045Z] 5fa3558fe7bd: Preparing [2026-01-07T08:34:22.045Z] 44e0698174c1: Preparing [2026-01-07T08:34:22.045Z] 32dbbc08d624: Preparing [2026-01-07T08:34:22.045Z] ca67c7ff607e: Preparing [2026-01-07T08:34:22.045Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:22.045Z] 197ff0c772c9: Preparing [2026-01-07T08:34:22.045Z] 0e1094175f6f: Preparing [2026-01-07T08:34:22.045Z] 3852e90e9131: Preparing [2026-01-07T08:34:22.045Z] 256f393e029f: Preparing [2026-01-07T08:34:22.045Z] 0e1094175f6f: Waiting [2026-01-07T08:34:22.045Z] 197ff0c772c9: Waiting [2026-01-07T08:34:22.045Z] 256f393e029f: Waiting [2026-01-07T08:34:22.045Z] 3852e90e9131: Waiting [2026-01-07T08:34:22.045Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:22.045Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:22.045Z] 5fa3558fe7bd: Layer already exists [2026-01-07T08:34:22.045Z] 44e0698174c1: Layer already exists [2026-01-07T08:34:22.045Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:22.045Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:22.045Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:22.045Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:22.045Z] 197ff0c772c9: Layer already exists [2026-01-07T08:34:22.045Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:22.045Z] 256f393e029f: Layer already exists [2026-01-07T08:34:22.045Z] main: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:34:22.114Z] ===================================================== [Pipeline] echo [2026-01-07T08:34:22.129Z] taggedImages: [2026-01-07T08:34:22.129Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:22.129Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-01-07T08:34:22.129Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 [2026-01-07T08:34:22.129Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:22.129Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2026-01-07T08:34:22.154Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2026-01-07T08:34:22.154Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:22.154Z] latest [2026-01-07T08:34:22.154Z] 4.1.0-dev.91 [2026-01-07T08:34:22.154Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:22.154Z] main [2026-01-07T08:34:22.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:22.562Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:22.869Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:22.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-01-07T08:34:22.869Z] f00b8c3321db: Preparing [2026-01-07T08:34:22.869Z] 40740749970e: Preparing [2026-01-07T08:34:22.869Z] 8748288072ce: Preparing [2026-01-07T08:34:22.869Z] 32dbbc08d624: Preparing [2026-01-07T08:34:22.869Z] ca67c7ff607e: Preparing [2026-01-07T08:34:22.869Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:22.869Z] 770a922a440d: Preparing [2026-01-07T08:34:22.869Z] f0a991e8e7c7: Preparing [2026-01-07T08:34:22.869Z] 256f393e029f: Preparing [2026-01-07T08:34:22.869Z] 770a922a440d: Waiting [2026-01-07T08:34:22.869Z] f0a991e8e7c7: Waiting [2026-01-07T08:34:22.869Z] 256f393e029f: Waiting [2026-01-07T08:34:22.869Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:22.869Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:22.869Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:22.869Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:22.869Z] 40740749970e: Pushed [2026-01-07T08:34:22.869Z] f00b8c3321db: Pushed [2026-01-07T08:34:22.869Z] 8748288072ce: Pushed [2026-01-07T08:34:22.869Z] 256f393e029f: Layer already exists [2026-01-07T08:34:23.128Z] 770a922a440d: Pushed [2026-01-07T08:34:23.389Z] f0a991e8e7c7: Pushed [2026-01-07T08:34:23.389Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:23.709Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:24.027Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-01-07T08:34:24.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-01-07T08:34:24.027Z] f00b8c3321db: Preparing [2026-01-07T08:34:24.027Z] 40740749970e: Preparing [2026-01-07T08:34:24.027Z] 8748288072ce: Preparing [2026-01-07T08:34:24.027Z] 32dbbc08d624: Preparing [2026-01-07T08:34:24.027Z] ca67c7ff607e: Preparing [2026-01-07T08:34:24.027Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:24.027Z] 770a922a440d: Preparing [2026-01-07T08:34:24.027Z] f0a991e8e7c7: Preparing [2026-01-07T08:34:24.027Z] 256f393e029f: Preparing [2026-01-07T08:34:24.027Z] 770a922a440d: Waiting [2026-01-07T08:34:24.027Z] f0a991e8e7c7: Waiting [2026-01-07T08:34:24.027Z] 256f393e029f: Waiting [2026-01-07T08:34:24.027Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:24.027Z] f00b8c3321db: Layer already exists [2026-01-07T08:34:24.027Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:24.027Z] 40740749970e: Layer already exists [2026-01-07T08:34:24.027Z] 8748288072ce: Layer already exists [2026-01-07T08:34:24.027Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:24.027Z] 770a922a440d: Layer already exists [2026-01-07T08:34:24.027Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:24.027Z] f0a991e8e7c7: Layer already exists [2026-01-07T08:34:24.027Z] 256f393e029f: Layer already exists [2026-01-07T08:34:24.027Z] latest: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:24.344Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:24.653Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 [2026-01-07T08:34:24.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-01-07T08:34:24.653Z] f00b8c3321db: Preparing [2026-01-07T08:34:24.653Z] 40740749970e: Preparing [2026-01-07T08:34:24.653Z] 8748288072ce: Preparing [2026-01-07T08:34:24.653Z] 32dbbc08d624: Preparing [2026-01-07T08:34:24.653Z] ca67c7ff607e: Preparing [2026-01-07T08:34:24.653Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:24.653Z] 770a922a440d: Preparing [2026-01-07T08:34:24.653Z] f0a991e8e7c7: Preparing [2026-01-07T08:34:24.653Z] 256f393e029f: Preparing [2026-01-07T08:34:24.653Z] 770a922a440d: Waiting [2026-01-07T08:34:24.653Z] f0a991e8e7c7: Waiting [2026-01-07T08:34:24.653Z] 256f393e029f: Waiting [2026-01-07T08:34:24.653Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:24.653Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:24.653Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:24.653Z] f00b8c3321db: Layer already exists [2026-01-07T08:34:24.653Z] 8748288072ce: Layer already exists [2026-01-07T08:34:24.653Z] 40740749970e: Layer already exists [2026-01-07T08:34:24.653Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:24.653Z] 256f393e029f: Layer already exists [2026-01-07T08:34:24.653Z] 770a922a440d: Layer already exists [2026-01-07T08:34:24.653Z] f0a991e8e7c7: Layer already exists [2026-01-07T08:34:24.653Z] 4.1.0-dev.91: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:24.974Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:25.286Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:25.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-01-07T08:34:25.286Z] f00b8c3321db: Preparing [2026-01-07T08:34:25.286Z] 40740749970e: Preparing [2026-01-07T08:34:25.286Z] 8748288072ce: Preparing [2026-01-07T08:34:25.286Z] 32dbbc08d624: Preparing [2026-01-07T08:34:25.286Z] ca67c7ff607e: Preparing [2026-01-07T08:34:25.286Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:25.286Z] 770a922a440d: Preparing [2026-01-07T08:34:25.286Z] f0a991e8e7c7: Preparing [2026-01-07T08:34:25.286Z] 256f393e029f: Preparing [2026-01-07T08:34:25.286Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:25.286Z] 770a922a440d: Waiting [2026-01-07T08:34:25.286Z] f0a991e8e7c7: Waiting [2026-01-07T08:34:25.286Z] 256f393e029f: Waiting [2026-01-07T08:34:25.286Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:25.286Z] 8748288072ce: Layer already exists [2026-01-07T08:34:25.286Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:25.286Z] 40740749970e: Layer already exists [2026-01-07T08:34:25.286Z] f00b8c3321db: Layer already exists [2026-01-07T08:34:25.286Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:25.286Z] 770a922a440d: Layer already exists [2026-01-07T08:34:25.286Z] 256f393e029f: Layer already exists [2026-01-07T08:34:25.286Z] f0a991e8e7c7: Layer already exists [2026-01-07T08:34:25.286Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:25.606Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:25.916Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-01-07T08:34:25.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-01-07T08:34:25.916Z] f00b8c3321db: Preparing [2026-01-07T08:34:25.916Z] 40740749970e: Preparing [2026-01-07T08:34:25.916Z] 8748288072ce: Preparing [2026-01-07T08:34:25.916Z] 32dbbc08d624: Preparing [2026-01-07T08:34:25.916Z] ca67c7ff607e: Preparing [2026-01-07T08:34:25.916Z] 58d68dc43a6c: Preparing [2026-01-07T08:34:25.916Z] 770a922a440d: Preparing [2026-01-07T08:34:25.916Z] f0a991e8e7c7: Preparing [2026-01-07T08:34:25.916Z] 256f393e029f: Preparing [2026-01-07T08:34:25.916Z] 58d68dc43a6c: Waiting [2026-01-07T08:34:25.916Z] 256f393e029f: Waiting [2026-01-07T08:34:25.916Z] 770a922a440d: Waiting [2026-01-07T08:34:25.916Z] f0a991e8e7c7: Waiting [2026-01-07T08:34:25.916Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:25.916Z] 40740749970e: Layer already exists [2026-01-07T08:34:25.916Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:25.916Z] f00b8c3321db: Layer already exists [2026-01-07T08:34:25.916Z] 8748288072ce: Layer already exists [2026-01-07T08:34:25.916Z] 770a922a440d: Layer already exists [2026-01-07T08:34:25.916Z] 58d68dc43a6c: Layer already exists [2026-01-07T08:34:25.916Z] f0a991e8e7c7: Layer already exists [2026-01-07T08:34:25.916Z] 256f393e029f: Layer already exists [2026-01-07T08:34:25.916Z] main: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:34:25.975Z] ===================================================== [Pipeline] echo [2026-01-07T08:34:25.985Z] taggedImages: [2026-01-07T08:34:25.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:25.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-01-07T08:34:25.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 [2026-01-07T08:34:25.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:25.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2026-01-07T08:34:26.005Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2026-01-07T08:34:26.005Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:26.005Z] latest [2026-01-07T08:34:26.005Z] 4.1.0-dev.91 [2026-01-07T08:34:26.005Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:26.005Z] main [2026-01-07T08:34:26.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:26.324Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:26.636Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:26.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-01-07T08:34:26.636Z] 6042c3a377ef: Preparing [2026-01-07T08:34:26.636Z] ac73b7623fa8: Preparing [2026-01-07T08:34:26.636Z] 7294531ebb52: Preparing [2026-01-07T08:34:26.636Z] 32dbbc08d624: Preparing [2026-01-07T08:34:26.636Z] ca67c7ff607e: Preparing [2026-01-07T08:34:26.636Z] fc52ee11d400: Preparing [2026-01-07T08:34:26.636Z] 0e1094175f6f: Preparing [2026-01-07T08:34:26.636Z] 3852e90e9131: Preparing [2026-01-07T08:34:26.636Z] 256f393e029f: Preparing [2026-01-07T08:34:26.636Z] fc52ee11d400: Waiting [2026-01-07T08:34:26.636Z] 0e1094175f6f: Waiting [2026-01-07T08:34:26.636Z] 3852e90e9131: Waiting [2026-01-07T08:34:26.636Z] 256f393e029f: Waiting [2026-01-07T08:34:26.636Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:26.636Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:26.636Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:26.636Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:26.636Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:26.636Z] 256f393e029f: Layer already exists [2026-01-07T08:34:26.636Z] ac73b7623fa8: Pushed [2026-01-07T08:34:26.636Z] 7294531ebb52: Pushed [2026-01-07T08:34:41.520Z] fc52ee11d400: Pushed [2026-01-07T08:34:41.520Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:41.843Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:42.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-01-07T08:34:42.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-01-07T08:34:42.158Z] 6042c3a377ef: Preparing [2026-01-07T08:34:42.158Z] ac73b7623fa8: Preparing [2026-01-07T08:34:42.158Z] 7294531ebb52: Preparing [2026-01-07T08:34:42.158Z] 32dbbc08d624: Preparing [2026-01-07T08:34:42.158Z] ca67c7ff607e: Preparing [2026-01-07T08:34:42.158Z] fc52ee11d400: Preparing [2026-01-07T08:34:42.158Z] 0e1094175f6f: Preparing [2026-01-07T08:34:42.158Z] 3852e90e9131: Preparing [2026-01-07T08:34:42.158Z] 256f393e029f: Preparing [2026-01-07T08:34:42.158Z] 3852e90e9131: Waiting [2026-01-07T08:34:42.158Z] 256f393e029f: Waiting [2026-01-07T08:34:42.158Z] 0e1094175f6f: Waiting [2026-01-07T08:34:42.158Z] fc52ee11d400: Waiting [2026-01-07T08:34:42.158Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:42.158Z] ac73b7623fa8: Layer already exists [2026-01-07T08:34:42.158Z] 7294531ebb52: Layer already exists [2026-01-07T08:34:42.158Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:42.158Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:42.158Z] fc52ee11d400: Layer already exists [2026-01-07T08:34:42.158Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:42.158Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:42.158Z] 256f393e029f: Layer already exists [2026-01-07T08:34:42.158Z] latest: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:42.479Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:42.789Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 [2026-01-07T08:34:42.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-01-07T08:34:42.790Z] 6042c3a377ef: Preparing [2026-01-07T08:34:42.790Z] ac73b7623fa8: Preparing [2026-01-07T08:34:42.790Z] 7294531ebb52: Preparing [2026-01-07T08:34:42.790Z] 32dbbc08d624: Preparing [2026-01-07T08:34:42.790Z] ca67c7ff607e: Preparing [2026-01-07T08:34:42.790Z] fc52ee11d400: Preparing [2026-01-07T08:34:42.790Z] 0e1094175f6f: Preparing [2026-01-07T08:34:42.790Z] 3852e90e9131: Preparing [2026-01-07T08:34:42.790Z] 256f393e029f: Preparing [2026-01-07T08:34:42.790Z] fc52ee11d400: Waiting [2026-01-07T08:34:42.790Z] 0e1094175f6f: Waiting [2026-01-07T08:34:42.790Z] 3852e90e9131: Waiting [2026-01-07T08:34:42.790Z] 256f393e029f: Waiting [2026-01-07T08:34:42.790Z] 7294531ebb52: Layer already exists [2026-01-07T08:34:42.790Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:42.790Z] ac73b7623fa8: Layer already exists [2026-01-07T08:34:42.790Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:42.790Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:42.790Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:42.790Z] fc52ee11d400: Layer already exists [2026-01-07T08:34:42.790Z] 256f393e029f: Layer already exists [2026-01-07T08:34:42.790Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:42.790Z] 4.1.0-dev.91: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:43.097Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:43.417Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:43.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-01-07T08:34:43.417Z] 6042c3a377ef: Preparing [2026-01-07T08:34:43.417Z] ac73b7623fa8: Preparing [2026-01-07T08:34:43.417Z] 7294531ebb52: Preparing [2026-01-07T08:34:43.417Z] 32dbbc08d624: Preparing [2026-01-07T08:34:43.417Z] ca67c7ff607e: Preparing [2026-01-07T08:34:43.417Z] fc52ee11d400: Preparing [2026-01-07T08:34:43.417Z] 0e1094175f6f: Preparing [2026-01-07T08:34:43.417Z] 3852e90e9131: Preparing [2026-01-07T08:34:43.417Z] 256f393e029f: Preparing [2026-01-07T08:34:43.417Z] 256f393e029f: Waiting [2026-01-07T08:34:43.417Z] 0e1094175f6f: Waiting [2026-01-07T08:34:43.417Z] 3852e90e9131: Waiting [2026-01-07T08:34:43.417Z] fc52ee11d400: Waiting [2026-01-07T08:34:43.417Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:43.417Z] 7294531ebb52: Layer already exists [2026-01-07T08:34:43.417Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:43.417Z] ac73b7623fa8: Layer already exists [2026-01-07T08:34:43.417Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:43.417Z] fc52ee11d400: Layer already exists [2026-01-07T08:34:43.417Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:43.417Z] 256f393e029f: Layer already exists [2026-01-07T08:34:43.417Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:43.417Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:43.731Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:44.048Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-01-07T08:34:44.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-01-07T08:34:44.048Z] 6042c3a377ef: Preparing [2026-01-07T08:34:44.048Z] ac73b7623fa8: Preparing [2026-01-07T08:34:44.048Z] 7294531ebb52: Preparing [2026-01-07T08:34:44.048Z] 32dbbc08d624: Preparing [2026-01-07T08:34:44.048Z] ca67c7ff607e: Preparing [2026-01-07T08:34:44.048Z] fc52ee11d400: Preparing [2026-01-07T08:34:44.048Z] 0e1094175f6f: Preparing [2026-01-07T08:34:44.048Z] 3852e90e9131: Preparing [2026-01-07T08:34:44.048Z] 256f393e029f: Preparing [2026-01-07T08:34:44.048Z] fc52ee11d400: Waiting [2026-01-07T08:34:44.048Z] 0e1094175f6f: Waiting [2026-01-07T08:34:44.048Z] 3852e90e9131: Waiting [2026-01-07T08:34:44.048Z] 256f393e029f: Waiting [2026-01-07T08:34:44.048Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:44.048Z] ac73b7623fa8: Layer already exists [2026-01-07T08:34:44.048Z] 6042c3a377ef: Layer already exists [2026-01-07T08:34:44.048Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:44.048Z] 7294531ebb52: Layer already exists [2026-01-07T08:34:44.048Z] 3852e90e9131: Layer already exists [2026-01-07T08:34:44.048Z] 0e1094175f6f: Layer already exists [2026-01-07T08:34:44.048Z] 256f393e029f: Layer already exists [2026-01-07T08:34:44.048Z] fc52ee11d400: Layer already exists [2026-01-07T08:34:44.048Z] main: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:34:44.115Z] ===================================================== [Pipeline] echo [2026-01-07T08:34:44.125Z] taggedImages: [2026-01-07T08:34:44.125Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:44.125Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-01-07T08:34:44.125Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 [2026-01-07T08:34:44.125Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:44.125Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2026-01-07T08:34:44.144Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2026-01-07T08:34:44.144Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:44.144Z] latest [2026-01-07T08:34:44.144Z] 4.1.0-dev.91 [2026-01-07T08:34:44.144Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:44.144Z] main [2026-01-07T08:34:44.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:44.481Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:44.797Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:44.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-01-07T08:34:44.797Z] 2cff194e5355: Preparing [2026-01-07T08:34:44.797Z] 597e58564b9a: Preparing [2026-01-07T08:34:44.797Z] 32dbbc08d624: Preparing [2026-01-07T08:34:44.798Z] ca67c7ff607e: Preparing [2026-01-07T08:34:44.798Z] 5c236a4177c4: Preparing [2026-01-07T08:34:44.798Z] ff56c47ae045: Preparing [2026-01-07T08:34:44.798Z] 256f393e029f: Preparing [2026-01-07T08:34:44.798Z] ff56c47ae045: Waiting [2026-01-07T08:34:44.798Z] 256f393e029f: Waiting [2026-01-07T08:34:44.798Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:44.798Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:44.798Z] 256f393e029f: Layer already exists [2026-01-07T08:34:44.798Z] 2cff194e5355: Pushed [2026-01-07T08:34:44.798Z] 5c236a4177c4: Pushed [2026-01-07T08:34:45.362Z] ff56c47ae045: Pushed [2026-01-07T08:34:49.553Z] 597e58564b9a: Pushed [2026-01-07T08:34:49.553Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:49.869Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:50.181Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-01-07T08:34:50.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-01-07T08:34:50.181Z] 2cff194e5355: Preparing [2026-01-07T08:34:50.181Z] 597e58564b9a: Preparing [2026-01-07T08:34:50.181Z] 32dbbc08d624: Preparing [2026-01-07T08:34:50.181Z] ca67c7ff607e: Preparing [2026-01-07T08:34:50.181Z] 5c236a4177c4: Preparing [2026-01-07T08:34:50.181Z] ff56c47ae045: Preparing [2026-01-07T08:34:50.181Z] 256f393e029f: Preparing [2026-01-07T08:34:50.181Z] ff56c47ae045: Waiting [2026-01-07T08:34:50.181Z] 256f393e029f: Waiting [2026-01-07T08:34:50.181Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:50.181Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:50.181Z] 2cff194e5355: Layer already exists [2026-01-07T08:34:50.181Z] 597e58564b9a: Layer already exists [2026-01-07T08:34:50.181Z] 5c236a4177c4: Layer already exists [2026-01-07T08:34:50.181Z] 256f393e029f: Layer already exists [2026-01-07T08:34:50.181Z] ff56c47ae045: Layer already exists [2026-01-07T08:34:50.181Z] latest: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:50.499Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:50.812Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 [2026-01-07T08:34:50.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-01-07T08:34:50.812Z] 2cff194e5355: Preparing [2026-01-07T08:34:50.812Z] 597e58564b9a: Preparing [2026-01-07T08:34:50.812Z] 32dbbc08d624: Preparing [2026-01-07T08:34:50.812Z] ca67c7ff607e: Preparing [2026-01-07T08:34:50.812Z] 5c236a4177c4: Preparing [2026-01-07T08:34:50.812Z] ff56c47ae045: Preparing [2026-01-07T08:34:50.812Z] 256f393e029f: Preparing [2026-01-07T08:34:50.812Z] 256f393e029f: Waiting [2026-01-07T08:34:50.812Z] ff56c47ae045: Waiting [2026-01-07T08:34:50.812Z] 5c236a4177c4: Layer already exists [2026-01-07T08:34:50.812Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:50.812Z] 597e58564b9a: Layer already exists [2026-01-07T08:34:50.812Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:50.812Z] 2cff194e5355: Layer already exists [2026-01-07T08:34:50.812Z] 256f393e029f: Layer already exists [2026-01-07T08:34:50.812Z] ff56c47ae045: Layer already exists [2026-01-07T08:34:50.812Z] 4.1.0-dev.91: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:51.129Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:51.439Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:51.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-01-07T08:34:51.440Z] 2cff194e5355: Preparing [2026-01-07T08:34:51.440Z] 597e58564b9a: Preparing [2026-01-07T08:34:51.440Z] 32dbbc08d624: Preparing [2026-01-07T08:34:51.440Z] ca67c7ff607e: Preparing [2026-01-07T08:34:51.440Z] 5c236a4177c4: Preparing [2026-01-07T08:34:51.440Z] ff56c47ae045: Preparing [2026-01-07T08:34:51.440Z] 256f393e029f: Preparing [2026-01-07T08:34:51.440Z] ff56c47ae045: Waiting [2026-01-07T08:34:51.440Z] 256f393e029f: Waiting [2026-01-07T08:34:51.440Z] 2cff194e5355: Layer already exists [2026-01-07T08:34:51.440Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:51.440Z] 5c236a4177c4: Layer already exists [2026-01-07T08:34:51.440Z] 597e58564b9a: Layer already exists [2026-01-07T08:34:51.440Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:51.440Z] ff56c47ae045: Layer already exists [2026-01-07T08:34:51.440Z] 256f393e029f: Layer already exists [2026-01-07T08:34:51.440Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:51.752Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:52.070Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2026-01-07T08:34:52.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-01-07T08:34:52.071Z] 2cff194e5355: Preparing [2026-01-07T08:34:52.071Z] 597e58564b9a: Preparing [2026-01-07T08:34:52.071Z] 32dbbc08d624: Preparing [2026-01-07T08:34:52.071Z] ca67c7ff607e: Preparing [2026-01-07T08:34:52.071Z] 5c236a4177c4: Preparing [2026-01-07T08:34:52.071Z] ff56c47ae045: Preparing [2026-01-07T08:34:52.071Z] 256f393e029f: Preparing [2026-01-07T08:34:52.071Z] ff56c47ae045: Waiting [2026-01-07T08:34:52.071Z] 256f393e029f: Waiting [2026-01-07T08:34:52.071Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:52.071Z] 597e58564b9a: Layer already exists [2026-01-07T08:34:52.071Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:52.071Z] 5c236a4177c4: Layer already exists [2026-01-07T08:34:52.071Z] 2cff194e5355: Layer already exists [2026-01-07T08:34:52.071Z] 256f393e029f: Layer already exists [2026-01-07T08:34:52.071Z] ff56c47ae045: Layer already exists [2026-01-07T08:34:52.071Z] main: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:34:52.140Z] ===================================================== [Pipeline] echo [2026-01-07T08:34:52.155Z] taggedImages: [2026-01-07T08:34:52.155Z] - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:52.155Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-01-07T08:34:52.155Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 [2026-01-07T08:34:52.155Z] - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:52.155Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2026-01-07T08:34:52.176Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2026-01-07T08:34:52.176Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:52.176Z] latest [2026-01-07T08:34:52.176Z] 4.1.0-dev.91 [2026-01-07T08:34:52.176Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:52.176Z] main [2026-01-07T08:34:52.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:52.496Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:52.811Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:52.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-01-07T08:34:52.811Z] b3011a405e89: Preparing [2026-01-07T08:34:52.811Z] 6338d583807e: Preparing [2026-01-07T08:34:52.811Z] 32dbbc08d624: Preparing [2026-01-07T08:34:52.811Z] ca67c7ff607e: Preparing [2026-01-07T08:34:52.811Z] ee64e405c89f: Preparing [2026-01-07T08:34:52.811Z] 6e125ddb05c9: Preparing [2026-01-07T08:34:52.811Z] 256f393e029f: Preparing [2026-01-07T08:34:52.811Z] 6e125ddb05c9: Waiting [2026-01-07T08:34:52.811Z] 256f393e029f: Waiting [2026-01-07T08:34:52.811Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:52.811Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:52.811Z] 256f393e029f: Layer already exists [2026-01-07T08:34:52.811Z] b3011a405e89: Pushed [2026-01-07T08:34:53.069Z] ee64e405c89f: Pushed [2026-01-07T08:34:53.069Z] 6e125ddb05c9: Pushed [2026-01-07T08:34:57.252Z] 6338d583807e: Pushed [2026-01-07T08:34:57.252Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:57.578Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:57.898Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-01-07T08:34:57.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-01-07T08:34:57.898Z] b3011a405e89: Preparing [2026-01-07T08:34:57.898Z] 6338d583807e: Preparing [2026-01-07T08:34:57.898Z] 32dbbc08d624: Preparing [2026-01-07T08:34:57.898Z] ca67c7ff607e: Preparing [2026-01-07T08:34:57.898Z] ee64e405c89f: Preparing [2026-01-07T08:34:57.898Z] 6e125ddb05c9: Preparing [2026-01-07T08:34:57.898Z] 256f393e029f: Preparing [2026-01-07T08:34:57.898Z] 6e125ddb05c9: Waiting [2026-01-07T08:34:57.898Z] 256f393e029f: Waiting [2026-01-07T08:34:57.898Z] ee64e405c89f: Layer already exists [2026-01-07T08:34:57.898Z] b3011a405e89: Layer already exists [2026-01-07T08:34:57.898Z] 6338d583807e: Layer already exists [2026-01-07T08:34:57.898Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:57.898Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:57.898Z] 6e125ddb05c9: Layer already exists [2026-01-07T08:34:57.898Z] 256f393e029f: Layer already exists [2026-01-07T08:34:57.898Z] latest: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:58.207Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:58.523Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 [2026-01-07T08:34:58.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-01-07T08:34:58.523Z] b3011a405e89: Preparing [2026-01-07T08:34:58.523Z] 6338d583807e: Preparing [2026-01-07T08:34:58.523Z] 32dbbc08d624: Preparing [2026-01-07T08:34:58.523Z] ca67c7ff607e: Preparing [2026-01-07T08:34:58.523Z] ee64e405c89f: Preparing [2026-01-07T08:34:58.523Z] 6e125ddb05c9: Preparing [2026-01-07T08:34:58.523Z] 256f393e029f: Preparing [2026-01-07T08:34:58.523Z] 6e125ddb05c9: Waiting [2026-01-07T08:34:58.523Z] 256f393e029f: Waiting [2026-01-07T08:34:58.523Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:58.523Z] b3011a405e89: Layer already exists [2026-01-07T08:34:58.523Z] 6338d583807e: Layer already exists [2026-01-07T08:34:58.523Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:58.523Z] ee64e405c89f: Layer already exists [2026-01-07T08:34:58.523Z] 6e125ddb05c9: Layer already exists [2026-01-07T08:34:58.523Z] 256f393e029f: Layer already exists [2026-01-07T08:34:58.523Z] 4.1.0-dev.91: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:58.840Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:59.150Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-01-07T08:34:59.150Z] b3011a405e89: Preparing [2026-01-07T08:34:59.150Z] 6338d583807e: Preparing [2026-01-07T08:34:59.150Z] 32dbbc08d624: Preparing [2026-01-07T08:34:59.150Z] ca67c7ff607e: Preparing [2026-01-07T08:34:59.150Z] ee64e405c89f: Preparing [2026-01-07T08:34:59.150Z] 6e125ddb05c9: Preparing [2026-01-07T08:34:59.150Z] 256f393e029f: Preparing [2026-01-07T08:34:59.150Z] 6e125ddb05c9: Waiting [2026-01-07T08:34:59.150Z] 256f393e029f: Waiting [2026-01-07T08:34:59.150Z] 6338d583807e: Layer already exists [2026-01-07T08:34:59.150Z] ee64e405c89f: Layer already exists [2026-01-07T08:34:59.150Z] b3011a405e89: Layer already exists [2026-01-07T08:34:59.150Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:59.150Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:59.150Z] 256f393e029f: Layer already exists [2026-01-07T08:34:59.150Z] 6e125ddb05c9: Layer already exists [2026-01-07T08:34:59.150Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:59.467Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:34:59.790Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-01-07T08:34:59.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-01-07T08:34:59.790Z] b3011a405e89: Preparing [2026-01-07T08:34:59.790Z] 6338d583807e: Preparing [2026-01-07T08:34:59.790Z] 32dbbc08d624: Preparing [2026-01-07T08:34:59.790Z] ca67c7ff607e: Preparing [2026-01-07T08:34:59.790Z] ee64e405c89f: Preparing [2026-01-07T08:34:59.790Z] 6e125ddb05c9: Preparing [2026-01-07T08:34:59.790Z] 256f393e029f: Preparing [2026-01-07T08:34:59.790Z] 6e125ddb05c9: Waiting [2026-01-07T08:34:59.790Z] 256f393e029f: Waiting [2026-01-07T08:34:59.790Z] b3011a405e89: Layer already exists [2026-01-07T08:34:59.790Z] ca67c7ff607e: Layer already exists [2026-01-07T08:34:59.790Z] ee64e405c89f: Layer already exists [2026-01-07T08:34:59.790Z] 32dbbc08d624: Layer already exists [2026-01-07T08:34:59.790Z] 6338d583807e: Layer already exists [2026-01-07T08:34:59.790Z] 6e125ddb05c9: Layer already exists [2026-01-07T08:34:59.790Z] 256f393e029f: Layer already exists [2026-01-07T08:34:59.790Z] main: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:34:59.890Z] ===================================================== [Pipeline] echo [2026-01-07T08:34:59.899Z] taggedImages: [2026-01-07T08:34:59.899Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.899Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-01-07T08:34:59.899Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 [2026-01-07T08:34:59.899Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.899Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2026-01-07T08:34:59.947Z] ========================================================= [2026-01-07T08:34:59.947Z] [edgeXBuildMultiArch] RAW Config: [2026-01-07T08:34:59.947Z] images: [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-command:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-data:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:34:59.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-01-07T08:34:59.947Z] settingsFile: [2026-01-07T08:34:59.947Z] edgex-go-settings [2026-01-07T08:34:59.947Z] ========================================================= [Pipeline] node [2026-01-07T08:35:14.949Z] Still waiting to schedule task [2026-01-07T08:35:14.950Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-237’ [2026-01-07T08:37:57.409Z] Running on prd-centos7-docker-4c-2g-243 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T08:37:57.451Z] provisioning config files... [2026-01-07T08:37:57.470Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13746725119580519253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:37:58.299Z] ---> ****-login.sh [2026-01-07T08:37:58.299Z] nexus3.edgexfoundry.org:10001 [2026-01-07T08:37:58.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:37:58.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:37:58.828Z] Configure a credential helper to remove this warning. See [2026-01-07T08:37:58.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:37:58.829Z] [2026-01-07T08:37:58.829Z] Login Succeeded [2026-01-07T08:37:58.829Z] nexus3.edgexfoundry.org:10002 [2026-01-07T08:37:58.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:37:58.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:37:58.829Z] Configure a credential helper to remove this warning. See [2026-01-07T08:37:58.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:37:58.829Z] [2026-01-07T08:37:58.829Z] Login Succeeded [2026-01-07T08:37:58.829Z] nexus3.edgexfoundry.org:10003 [2026-01-07T08:37:58.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:37:59.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:37:59.093Z] Configure a credential helper to remove this warning. See [2026-01-07T08:37:59.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:37:59.093Z] [2026-01-07T08:37:59.093Z] Login Succeeded [2026-01-07T08:37:59.093Z] nexus3.edgexfoundry.org:10004 [2026-01-07T08:37:59.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:37:59.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:37:59.093Z] Configure a credential helper to remove this warning. See [2026-01-07T08:37:59.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:37:59.093Z] [2026-01-07T08:37:59.093Z] Login Succeeded [2026-01-07T08:37:59.093Z] ****.io [2026-01-07T08:37:59.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T08:37:59.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T08:37:59.353Z] Configure a credential helper to remove this warning. See [2026-01-07T08:37:59.353Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T08:37:59.353Z] [2026-01-07T08:37:59.353Z] Login Succeeded [2026-01-07T08:37:59.353Z] ---> ****-login.sh ends [Pipeline] } [2026-01-07T08:37:59.359Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-01-07T08:37:59.694Z] + docker buildx ls [2026-01-07T08:37:59.955Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2026-01-07T08:37:59.955Z] default * docker [2026-01-07T08:37:59.955Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2026-01-07T08:38:00.261Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2026-01-07T08:38:00.261Z] edgex-builder [Pipeline] sh [2026-01-07T08:38:00.561Z] + docker buildx inspect --bootstrap [2026-01-07T08:38:00.561Z] #1 [internal] booting buildkit [2026-01-07T08:38:00.561Z] #1 pulling image moby/buildkit:buildx-stable-1 [2026-01-07T08:38:03.867Z] #1 pulling image moby/buildkit:buildx-stable-1 3.1s done [2026-01-07T08:38:04.128Z] #1 creating container buildx_buildkit_edgex-builder0 [2026-01-07T08:38:07.416Z] #1 creating container buildx_buildkit_edgex-builder0 2.9s done [2026-01-07T08:38:07.416Z] #1 DONE 6.0s [2026-01-07T08:38:07.416Z] Name: edgex-builder [2026-01-07T08:38:07.416Z] Driver: docker-container [2026-01-07T08:38:07.416Z] [2026-01-07T08:38:07.416Z] Nodes: [2026-01-07T08:38:07.416Z] Name: edgex-builder0 [2026-01-07T08:38:07.416Z] Endpoint: unix:///var/run/docker.sock [2026-01-07T08:38:07.416Z] Status: running [2026-01-07T08:38:07.416Z] Buildkit: v0.26.2 [2026-01-07T08:38:07.416Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2026-01-07T08:38:07.708Z] + docker buildx ls [2026-01-07T08:38:07.708Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2026-01-07T08:38:07.708Z] edgex-builder * docker-container [2026-01-07T08:38:07.708Z] edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2026-01-07T08:38:07.708Z] default docker [2026-01-07T08:38:07.708Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2026-01-07T08:38:07.998Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:07.998Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:08.263Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:08.263Z] #1 transferring dockerfile: 197B done [2026-01-07T08:38:08.263Z] #1 DONE 0.1s [2026-01-07T08:38:08.263Z] [2026-01-07T08:38:08.263Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:08.263Z] #2 DONE 0.1s [2026-01-07T08:38:08.263Z] [2026-01-07T08:38:08.263Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:08.263Z] #3 DONE 0.1s [2026-01-07T08:38:08.263Z] [2026-01-07T08:38:08.263Z] #4 [internal] load .dockerignore [2026-01-07T08:38:08.263Z] #4 transferring context: 2B done [2026-01-07T08:38:08.263Z] #4 DONE 0.0s [2026-01-07T08:38:08.263Z] [2026-01-07T08:38:08.263Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:08.263Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:08.263Z] #5 DONE 0.0s [2026-01-07T08:38:08.263Z] [2026-01-07T08:38:08.263Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:08.263Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:08.263Z] #6 DONE 0.1s [2026-01-07T08:38:08.523Z] [2026-01-07T08:38:08.523Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:08.523Z] #7 DONE 0.0s [2026-01-07T08:38:08.523Z] [2026-01-07T08:38:08.523Z] #8 exporting to image [2026-01-07T08:38:08.523Z] #8 exporting layers done [2026-01-07T08:38:08.523Z] #8 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f 0.0s done [2026-01-07T08:38:08.523Z] #8 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done [2026-01-07T08:38:08.523Z] #8 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 0.0s done [2026-01-07T08:38:08.523Z] #8 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done [2026-01-07T08:38:08.523Z] #8 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done [2026-01-07T08:38:08.523Z] #8 pushing layers 0.1s done [2026-01-07T08:38:08.523Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 [2026-01-07T08:38:08.523Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:08.523Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done [2026-01-07T08:38:08.523Z] #8 DONE 0.2s [2026-01-07T08:38:08.523Z] [2026-01-07T08:38:08.523Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:08.523Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:08.820Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2026-01-07T08:38:08.820Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2026-01-07T08:38:09.083Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:09.083Z] #1 transferring dockerfile: 163B done [2026-01-07T08:38:09.083Z] #1 DONE 0.0s [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2026-01-07T08:38:09.083Z] #2 DONE 0.0s [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2026-01-07T08:38:09.083Z] #3 DONE 0.0s [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] #4 [internal] load .dockerignore [2026-01-07T08:38:09.083Z] #4 transferring context: 2B done [2026-01-07T08:38:09.083Z] #4 DONE 0.0s [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:09.083Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 done [2026-01-07T08:38:09.083Z] #5 CACHED [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:09.083Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:09.083Z] #6 CACHED [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] #7 exporting to image [2026-01-07T08:38:09.083Z] #7 exporting layers done [2026-01-07T08:38:09.083Z] #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done [2026-01-07T08:38:09.083Z] #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done [2026-01-07T08:38:09.083Z] #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done [2026-01-07T08:38:09.083Z] #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done [2026-01-07T08:38:09.083Z] #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done [2026-01-07T08:38:09.083Z] #7 pushing layers 0.0s done [2026-01-07T08:38:09.083Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 [2026-01-07T08:38:09.083Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:09.083Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done [2026-01-07T08:38:09.083Z] #7 DONE 0.1s [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:09.083Z] #8 DONE 0.0s [2026-01-07T08:38:09.083Z] [2026-01-07T08:38:09.083Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:09.083Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:09.373Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91' [2026-01-07T08:38:09.373Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 --push - [2026-01-07T08:38:09.639Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:09.639Z] #1 transferring dockerfile: 169B done [2026-01-07T08:38:09.639Z] #1 DONE 0.0s [2026-01-07T08:38:09.639Z] [2026-01-07T08:38:09.639Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 [2026-01-07T08:38:09.639Z] #2 DONE 0.0s [2026-01-07T08:38:09.639Z] [2026-01-07T08:38:09.639Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 [2026-01-07T08:38:09.639Z] #3 DONE 0.0s [2026-01-07T08:38:09.639Z] [2026-01-07T08:38:09.639Z] #4 [internal] load .dockerignore [2026-01-07T08:38:09.639Z] #4 transferring context: 2B done [2026-01-07T08:38:09.639Z] #4 DONE 0.0s [2026-01-07T08:38:09.639Z] [2026-01-07T08:38:09.639Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:09.639Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:09.639Z] #5 CACHED [2026-01-07T08:38:09.639Z] [2026-01-07T08:38:09.639Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:09.639Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:09.639Z] #6 CACHED [2026-01-07T08:38:09.639Z] [2026-01-07T08:38:09.639Z] #7 exporting to image [2026-01-07T08:38:09.639Z] #7 exporting layers done [2026-01-07T08:38:09.639Z] #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done [2026-01-07T08:38:09.640Z] #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done [2026-01-07T08:38:09.640Z] #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done [2026-01-07T08:38:09.640Z] #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done [2026-01-07T08:38:09.640Z] #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done [2026-01-07T08:38:09.640Z] #7 pushing layers 0.0s done [2026-01-07T08:38:09.640Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 [2026-01-07T08:38:09.640Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:09.640Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done [2026-01-07T08:38:09.640Z] #7 DONE 0.1s [2026-01-07T08:38:09.640Z] [2026-01-07T08:38:09.640Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:09.640Z] #8 DONE 0.0s [2026-01-07T08:38:09.640Z] [2026-01-07T08:38:09.640Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:09.640Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:09.936Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:09.936Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:09.936Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:09.936Z] #1 transferring dockerfile: 210B done [2026-01-07T08:38:09.936Z] #1 DONE 0.0s [2026-01-07T08:38:09.936Z] [2026-01-07T08:38:09.936Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:09.936Z] #2 DONE 0.0s [2026-01-07T08:38:09.936Z] [2026-01-07T08:38:09.936Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:09.936Z] #3 DONE 0.0s [2026-01-07T08:38:09.936Z] [2026-01-07T08:38:09.936Z] #4 [internal] load .dockerignore [2026-01-07T08:38:09.936Z] #4 transferring context: 2B done [2026-01-07T08:38:09.936Z] #4 DONE 0.0s [2026-01-07T08:38:09.936Z] [2026-01-07T08:38:09.936Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:09.936Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:09.936Z] #5 CACHED [2026-01-07T08:38:09.936Z] [2026-01-07T08:38:09.936Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:09.936Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:09.936Z] #6 CACHED [2026-01-07T08:38:09.936Z] [2026-01-07T08:38:09.936Z] #7 exporting to image [2026-01-07T08:38:09.936Z] #7 exporting layers done [2026-01-07T08:38:09.936Z] #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done [2026-01-07T08:38:09.936Z] #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done [2026-01-07T08:38:09.936Z] #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done [2026-01-07T08:38:09.936Z] #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done [2026-01-07T08:38:09.936Z] #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done [2026-01-07T08:38:09.936Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:10.197Z] #7 pushing layers 0.0s done [2026-01-07T08:38:10.197Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done [2026-01-07T08:38:10.197Z] #7 DONE 0.1s [2026-01-07T08:38:10.197Z] [2026-01-07T08:38:10.197Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:10.197Z] #8 DONE 0.0s [2026-01-07T08:38:10.197Z] [2026-01-07T08:38:10.197Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:10.197Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:10.497Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2026-01-07T08:38:10.497Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2026-01-07T08:38:10.497Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:10.497Z] #1 transferring dockerfile: 161B done [2026-01-07T08:38:10.497Z] #1 DONE 0.0s [2026-01-07T08:38:10.497Z] [2026-01-07T08:38:10.497Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2026-01-07T08:38:10.497Z] #2 DONE 0.0s [2026-01-07T08:38:10.497Z] [2026-01-07T08:38:10.497Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2026-01-07T08:38:10.497Z] #3 DONE 0.0s [2026-01-07T08:38:10.497Z] [2026-01-07T08:38:10.497Z] #4 [internal] load .dockerignore [2026-01-07T08:38:10.497Z] #4 transferring context: 2B done [2026-01-07T08:38:10.497Z] #4 DONE 0.0s [2026-01-07T08:38:10.497Z] [2026-01-07T08:38:10.497Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:10.497Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:10.497Z] #5 CACHED [2026-01-07T08:38:10.497Z] [2026-01-07T08:38:10.497Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 [2026-01-07T08:38:10.497Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done [2026-01-07T08:38:10.497Z] #6 CACHED [2026-01-07T08:38:10.497Z] [2026-01-07T08:38:10.497Z] #7 exporting to image [2026-01-07T08:38:10.497Z] #7 exporting layers done [2026-01-07T08:38:10.497Z] #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done [2026-01-07T08:38:10.497Z] #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done [2026-01-07T08:38:10.497Z] #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done [2026-01-07T08:38:10.497Z] #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done [2026-01-07T08:38:10.497Z] #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done [2026-01-07T08:38:10.497Z] #7 pushing layers 0.0s done [2026-01-07T08:38:10.497Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 [2026-01-07T08:38:10.497Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:10.756Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done [2026-01-07T08:38:10.756Z] #7 DONE 0.1s [2026-01-07T08:38:10.756Z] [2026-01-07T08:38:10.756Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:10.756Z] #8 DONE 0.0s [2026-01-07T08:38:10.756Z] [2026-01-07T08:38:10.756Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:10.756Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:11.041Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:11.041Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:11.304Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:11.304Z] #1 transferring dockerfile: 216B done [2026-01-07T08:38:11.304Z] #1 DONE 0.0s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:11.304Z] #2 DONE 0.0s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:11.304Z] #3 DONE 0.0s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #4 [internal] load .dockerignore [2026-01-07T08:38:11.304Z] #4 transferring context: 2B done [2026-01-07T08:38:11.304Z] #4 DONE 0.0s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:11.304Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:11.304Z] #5 DONE 0.0s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:11.304Z] #6 DONE 0.0s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:11.304Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:11.304Z] #5 DONE 0.1s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:11.304Z] #7 DONE 0.0s [2026-01-07T08:38:11.304Z] [2026-01-07T08:38:11.304Z] #8 exporting to image [2026-01-07T08:38:11.304Z] #8 exporting layers done [2026-01-07T08:38:11.304Z] #8 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done [2026-01-07T08:38:11.304Z] #8 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done [2026-01-07T08:38:11.304Z] #8 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done [2026-01-07T08:38:11.304Z] #8 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done [2026-01-07T08:38:11.304Z] #8 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done [2026-01-07T08:38:11.304Z] #8 pushing layers [2026-01-07T08:38:11.304Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:11.564Z] #8 pushing layers 0.1s done [2026-01-07T08:38:11.564Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done [2026-01-07T08:38:11.564Z] #8 DONE 0.2s [2026-01-07T08:38:11.564Z] [2026-01-07T08:38:11.564Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:11.564Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:11.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2026-01-07T08:38:11.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2026-01-07T08:38:12.109Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:12.109Z] #1 transferring dockerfile: 182B done [2026-01-07T08:38:12.109Z] #1 DONE 0.0s [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-01-07T08:38:12.109Z] #2 DONE 0.0s [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-01-07T08:38:12.109Z] #3 DONE 0.0s [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] #4 [internal] load .dockerignore [2026-01-07T08:38:12.109Z] #4 transferring context: 2B done [2026-01-07T08:38:12.109Z] #4 DONE 0.0s [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:12.109Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 done [2026-01-07T08:38:12.109Z] #5 CACHED [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:12.109Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 done [2026-01-07T08:38:12.109Z] #6 CACHED [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] #7 exporting to image [2026-01-07T08:38:12.109Z] #7 exporting layers done [2026-01-07T08:38:12.109Z] #7 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done [2026-01-07T08:38:12.109Z] #7 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done [2026-01-07T08:38:12.109Z] #7 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done [2026-01-07T08:38:12.109Z] #7 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done [2026-01-07T08:38:12.109Z] #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b [2026-01-07T08:38:12.109Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:12.109Z] #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done [2026-01-07T08:38:12.109Z] #7 pushing layers 0.0s done [2026-01-07T08:38:12.109Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done [2026-01-07T08:38:12.109Z] #7 DONE 0.1s [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:12.109Z] #8 DONE 0.0s [2026-01-07T08:38:12.109Z] [2026-01-07T08:38:12.109Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:12.109Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:12.398Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91' [2026-01-07T08:38:12.398Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 --push - [2026-01-07T08:38:12.398Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:12.398Z] #1 transferring dockerfile: 188B done [2026-01-07T08:38:12.398Z] #1 DONE 0.0s [2026-01-07T08:38:12.398Z] [2026-01-07T08:38:12.398Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 [2026-01-07T08:38:12.398Z] #2 DONE 0.0s [2026-01-07T08:38:12.398Z] [2026-01-07T08:38:12.398Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 [2026-01-07T08:38:12.398Z] #3 DONE 0.0s [2026-01-07T08:38:12.398Z] [2026-01-07T08:38:12.398Z] #4 [internal] load .dockerignore [2026-01-07T08:38:12.398Z] #4 transferring context: 2B done [2026-01-07T08:38:12.398Z] #4 DONE 0.0s [2026-01-07T08:38:12.398Z] [2026-01-07T08:38:12.398Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:12.398Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:12.398Z] #5 CACHED [2026-01-07T08:38:12.398Z] [2026-01-07T08:38:12.398Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:12.398Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:12.398Z] #6 CACHED [2026-01-07T08:38:12.398Z] [2026-01-07T08:38:12.398Z] #7 exporting to image [2026-01-07T08:38:12.398Z] #7 exporting layers done [2026-01-07T08:38:12.398Z] #7 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done [2026-01-07T08:38:12.398Z] #7 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done [2026-01-07T08:38:12.399Z] #7 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done [2026-01-07T08:38:12.399Z] #7 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done [2026-01-07T08:38:12.399Z] #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done [2026-01-07T08:38:12.399Z] #7 pushing layers 0.0s done [2026-01-07T08:38:12.399Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b [2026-01-07T08:38:12.399Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:12.658Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done [2026-01-07T08:38:12.658Z] #7 DONE 0.1s [2026-01-07T08:38:12.658Z] [2026-01-07T08:38:12.658Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:12.658Z] #8 DONE 0.0s [2026-01-07T08:38:12.658Z] [2026-01-07T08:38:12.658Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:12.658Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:12.944Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:12.944Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:12.944Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:12.944Z] #1 transferring dockerfile: 229B done [2026-01-07T08:38:12.944Z] #1 DONE 0.0s [2026-01-07T08:38:12.944Z] [2026-01-07T08:38:12.944Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:12.944Z] #2 DONE 0.0s [2026-01-07T08:38:12.944Z] [2026-01-07T08:38:12.944Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:12.944Z] #3 DONE 0.0s [2026-01-07T08:38:12.944Z] [2026-01-07T08:38:12.944Z] #4 [internal] load .dockerignore [2026-01-07T08:38:12.944Z] #4 transferring context: 2B done [2026-01-07T08:38:12.944Z] #4 DONE 0.0s [2026-01-07T08:38:12.944Z] [2026-01-07T08:38:12.944Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:12.944Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:12.944Z] #5 DONE 0.0s [2026-01-07T08:38:12.944Z] [2026-01-07T08:38:12.944Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:13.203Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:13.203Z] #6 CACHED [2026-01-07T08:38:13.203Z] [2026-01-07T08:38:13.203Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:13.203Z] #5 CACHED [2026-01-07T08:38:13.203Z] [2026-01-07T08:38:13.203Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:13.203Z] #7 DONE 0.0s [2026-01-07T08:38:13.203Z] [2026-01-07T08:38:13.203Z] #8 exporting to image [2026-01-07T08:38:13.203Z] #8 exporting layers done [2026-01-07T08:38:13.203Z] #8 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done [2026-01-07T08:38:13.203Z] #8 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done [2026-01-07T08:38:13.203Z] #8 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done [2026-01-07T08:38:13.203Z] #8 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done [2026-01-07T08:38:13.203Z] #8 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done [2026-01-07T08:38:13.203Z] #8 pushing layers 0.0s done [2026-01-07T08:38:13.203Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done [2026-01-07T08:38:13.203Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:13.203Z] #8 DONE 0.1s [2026-01-07T08:38:13.203Z] [2026-01-07T08:38:13.203Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:13.203Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:13.548Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2026-01-07T08:38:13.548Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2026-01-07T08:38:13.548Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:13.548Z] #1 transferring dockerfile: 180B done [2026-01-07T08:38:13.548Z] #1 DONE 0.0s [2026-01-07T08:38:13.548Z] [2026-01-07T08:38:13.548Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-01-07T08:38:13.548Z] #2 DONE 0.0s [2026-01-07T08:38:13.548Z] [2026-01-07T08:38:13.548Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-01-07T08:38:13.548Z] #3 DONE 0.0s [2026-01-07T08:38:13.548Z] [2026-01-07T08:38:13.548Z] #4 [internal] load .dockerignore [2026-01-07T08:38:13.548Z] #4 transferring context: 2B done [2026-01-07T08:38:13.548Z] #4 DONE 0.0s [2026-01-07T08:38:13.548Z] [2026-01-07T08:38:13.548Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:13.548Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:13.548Z] #5 CACHED [2026-01-07T08:38:13.548Z] [2026-01-07T08:38:13.548Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 [2026-01-07T08:38:13.548Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done [2026-01-07T08:38:13.548Z] #6 CACHED [2026-01-07T08:38:13.548Z] [2026-01-07T08:38:13.548Z] #7 exporting to image [2026-01-07T08:38:13.548Z] #7 exporting layers done [2026-01-07T08:38:13.548Z] #7 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done [2026-01-07T08:38:13.548Z] #7 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done [2026-01-07T08:38:13.548Z] #7 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done [2026-01-07T08:38:13.548Z] #7 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done [2026-01-07T08:38:13.548Z] #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done [2026-01-07T08:38:13.548Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:13.808Z] #7 pushing layers 0.0s done [2026-01-07T08:38:13.808Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done [2026-01-07T08:38:13.808Z] #7 DONE 0.1s [2026-01-07T08:38:13.808Z] [2026-01-07T08:38:13.808Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:13.808Z] #8 DONE 0.0s [2026-01-07T08:38:13.808Z] [2026-01-07T08:38:13.808Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:13.808Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:14.099Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:14.099Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:14.099Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:14.099Z] #1 transferring dockerfile: 194B done [2026-01-07T08:38:14.099Z] #1 DONE 0.0s [2026-01-07T08:38:14.099Z] [2026-01-07T08:38:14.099Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:14.099Z] #2 DONE 0.0s [2026-01-07T08:38:14.099Z] [2026-01-07T08:38:14.099Z] #3 [internal] load .dockerignore [2026-01-07T08:38:14.099Z] #3 transferring context: 2B done [2026-01-07T08:38:14.099Z] #3 DONE 0.0s [2026-01-07T08:38:14.099Z] [2026-01-07T08:38:14.099Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:14.099Z] #4 DONE 0.1s [2026-01-07T08:38:14.099Z] [2026-01-07T08:38:14.099Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:14.099Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:14.356Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:14.357Z] #5 DONE 0.1s [2026-01-07T08:38:14.357Z] [2026-01-07T08:38:14.357Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:14.357Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:14.357Z] #6 DONE 0.0s [2026-01-07T08:38:14.357Z] [2026-01-07T08:38:14.357Z] #7 exporting to image [2026-01-07T08:38:14.357Z] #7 exporting layers done [2026-01-07T08:38:14.357Z] #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done [2026-01-07T08:38:14.357Z] #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done [2026-01-07T08:38:14.357Z] #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done [2026-01-07T08:38:14.357Z] #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done [2026-01-07T08:38:14.357Z] #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 [2026-01-07T08:38:14.357Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:14.357Z] #7 ... [2026-01-07T08:38:14.357Z] [2026-01-07T08:38:14.357Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:14.357Z] #8 DONE 0.0s [2026-01-07T08:38:14.357Z] [2026-01-07T08:38:14.357Z] #7 exporting to image [2026-01-07T08:38:14.357Z] #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done [2026-01-07T08:38:14.357Z] #7 pushing layers 0.1s done [2026-01-07T08:38:14.357Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 [2026-01-07T08:38:26.566Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 11.8s done [2026-01-07T08:38:26.566Z] #7 DONE 12.0s [2026-01-07T08:38:26.566Z] [2026-01-07T08:38:26.566Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:26.566Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:26.852Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2026-01-07T08:38:26.852Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2026-01-07T08:38:26.852Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:26.852Z] #1 transferring dockerfile: 160B done [2026-01-07T08:38:26.852Z] #1 DONE 0.0s [2026-01-07T08:38:26.852Z] [2026-01-07T08:38:26.852Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2026-01-07T08:38:26.852Z] #2 DONE 0.0s [2026-01-07T08:38:26.852Z] [2026-01-07T08:38:26.852Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2026-01-07T08:38:26.852Z] #3 DONE 0.0s [2026-01-07T08:38:26.852Z] [2026-01-07T08:38:26.852Z] #4 [internal] load .dockerignore [2026-01-07T08:38:26.852Z] #4 transferring context: 2B done [2026-01-07T08:38:26.852Z] #4 DONE 0.0s [2026-01-07T08:38:26.852Z] [2026-01-07T08:38:26.852Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:26.852Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:26.852Z] #5 CACHED [2026-01-07T08:38:26.852Z] [2026-01-07T08:38:26.852Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:26.852Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:26.852Z] #6 CACHED [2026-01-07T08:38:26.852Z] [2026-01-07T08:38:26.852Z] #7 exporting to image [2026-01-07T08:38:26.852Z] #7 exporting layers [2026-01-07T08:38:26.852Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:27.113Z] #7 exporting layers done [2026-01-07T08:38:27.113Z] #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done [2026-01-07T08:38:27.113Z] #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done [2026-01-07T08:38:27.113Z] #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done [2026-01-07T08:38:27.113Z] #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done [2026-01-07T08:38:27.113Z] #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done [2026-01-07T08:38:27.113Z] #7 pushing layers 0.0s done [2026-01-07T08:38:27.113Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done [2026-01-07T08:38:27.113Z] #7 DONE 0.1s [2026-01-07T08:38:27.113Z] [2026-01-07T08:38:27.113Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:27.113Z] #8 DONE 0.0s [2026-01-07T08:38:27.113Z] [2026-01-07T08:38:27.113Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:27.113Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:27.396Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91' [2026-01-07T08:38:27.396Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 --push - [2026-01-07T08:38:27.397Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:27.397Z] #1 transferring dockerfile: 166B done [2026-01-07T08:38:27.397Z] #1 DONE 0.0s [2026-01-07T08:38:27.397Z] [2026-01-07T08:38:27.397Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 [2026-01-07T08:38:27.397Z] #2 DONE 0.0s [2026-01-07T08:38:27.397Z] [2026-01-07T08:38:27.397Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 [2026-01-07T08:38:27.397Z] #3 DONE 0.0s [2026-01-07T08:38:27.397Z] [2026-01-07T08:38:27.397Z] #4 [internal] load .dockerignore [2026-01-07T08:38:27.397Z] #4 transferring context: 2B done [2026-01-07T08:38:27.397Z] #4 DONE 0.0s [2026-01-07T08:38:27.397Z] [2026-01-07T08:38:27.397Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:27.397Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:27.397Z] #5 CACHED [2026-01-07T08:38:27.397Z] [2026-01-07T08:38:27.397Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:27.397Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:27.397Z] #6 CACHED [2026-01-07T08:38:27.397Z] [2026-01-07T08:38:27.397Z] #7 exporting to image [2026-01-07T08:38:27.397Z] #7 exporting layers done [2026-01-07T08:38:27.397Z] #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done [2026-01-07T08:38:27.397Z] #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done [2026-01-07T08:38:27.397Z] #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done [2026-01-07T08:38:27.397Z] #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done [2026-01-07T08:38:27.397Z] #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done [2026-01-07T08:38:27.397Z] #7 pushing layers 0.0s done [2026-01-07T08:38:27.397Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 [2026-01-07T08:38:27.397Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:27.656Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done [2026-01-07T08:38:27.656Z] #7 DONE 0.1s [2026-01-07T08:38:27.656Z] [2026-01-07T08:38:27.656Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:27.656Z] #8 DONE 0.0s [2026-01-07T08:38:27.656Z] [2026-01-07T08:38:27.656Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:27.656Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:27.936Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:27.936Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:28.194Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:28.194Z] #1 transferring dockerfile: 207B done [2026-01-07T08:38:28.194Z] #1 DONE 0.0s [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:28.194Z] #2 DONE 0.0s [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:28.194Z] #3 DONE 0.0s [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] #4 [internal] load .dockerignore [2026-01-07T08:38:28.194Z] #4 transferring context: 2B done [2026-01-07T08:38:28.194Z] #4 DONE 0.0s [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:28.194Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:28.194Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 done [2026-01-07T08:38:28.194Z] #5 CACHED [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:28.194Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:28.194Z] #6 CACHED [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:28.194Z] #7 DONE 0.0s [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] #8 exporting to image [2026-01-07T08:38:28.194Z] #8 exporting layers done [2026-01-07T08:38:28.194Z] #8 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done [2026-01-07T08:38:28.194Z] #8 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done [2026-01-07T08:38:28.194Z] #8 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done [2026-01-07T08:38:28.194Z] #8 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done [2026-01-07T08:38:28.194Z] #8 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done [2026-01-07T08:38:28.194Z] #8 pushing layers 0.0s done [2026-01-07T08:38:28.194Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done [2026-01-07T08:38:28.194Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:28.194Z] #8 DONE 0.1s [2026-01-07T08:38:28.194Z] [2026-01-07T08:38:28.194Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:28.194Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:28.481Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2026-01-07T08:38:28.481Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2026-01-07T08:38:28.481Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:28.481Z] #1 transferring dockerfile: 158B done [2026-01-07T08:38:28.481Z] #1 DONE 0.0s [2026-01-07T08:38:28.481Z] [2026-01-07T08:38:28.481Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2026-01-07T08:38:28.481Z] #2 DONE 0.0s [2026-01-07T08:38:28.481Z] [2026-01-07T08:38:28.481Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2026-01-07T08:38:28.481Z] #3 DONE 0.0s [2026-01-07T08:38:28.481Z] [2026-01-07T08:38:28.481Z] #4 [internal] load .dockerignore [2026-01-07T08:38:28.481Z] #4 transferring context: 2B done [2026-01-07T08:38:28.481Z] #4 DONE 0.0s [2026-01-07T08:38:28.481Z] [2026-01-07T08:38:28.481Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:28.481Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:28.481Z] #5 CACHED [2026-01-07T08:38:28.481Z] [2026-01-07T08:38:28.481Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 [2026-01-07T08:38:28.481Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done [2026-01-07T08:38:28.481Z] #6 CACHED [2026-01-07T08:38:28.481Z] [2026-01-07T08:38:28.481Z] #7 exporting to image [2026-01-07T08:38:28.481Z] #7 exporting layers done [2026-01-07T08:38:28.481Z] #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done [2026-01-07T08:38:28.481Z] #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done [2026-01-07T08:38:28.481Z] #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done [2026-01-07T08:38:28.481Z] #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done [2026-01-07T08:38:28.481Z] #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done [2026-01-07T08:38:28.481Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:28.739Z] #7 pushing layers 0.0s done [2026-01-07T08:38:28.739Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done [2026-01-07T08:38:28.739Z] #7 DONE 0.1s [2026-01-07T08:38:28.739Z] [2026-01-07T08:38:28.739Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:28.739Z] #8 DONE 0.0s [2026-01-07T08:38:28.739Z] [2026-01-07T08:38:28.739Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:28.739Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:29.030Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:29.030Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:29.030Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:29.030Z] #1 transferring dockerfile: 196B done [2026-01-07T08:38:29.030Z] #1 DONE 0.0s [2026-01-07T08:38:29.030Z] [2026-01-07T08:38:29.030Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:29.030Z] #2 DONE 0.1s [2026-01-07T08:38:29.030Z] [2026-01-07T08:38:29.030Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:29.030Z] #3 DONE 0.1s [2026-01-07T08:38:29.030Z] [2026-01-07T08:38:29.030Z] #4 [internal] load .dockerignore [2026-01-07T08:38:29.289Z] #4 transferring context: 2B done [2026-01-07T08:38:29.289Z] #4 DONE 0.0s [2026-01-07T08:38:29.289Z] [2026-01-07T08:38:29.289Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:29.289Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done [2026-01-07T08:38:29.289Z] #5 DONE 0.0s [2026-01-07T08:38:29.289Z] [2026-01-07T08:38:29.289Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:29.289Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done [2026-01-07T08:38:29.289Z] #6 DONE 0.1s [2026-01-07T08:38:29.289Z] [2026-01-07T08:38:29.289Z] #7 exporting to image [2026-01-07T08:38:29.289Z] #7 exporting layers done [2026-01-07T08:38:29.289Z] #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done [2026-01-07T08:38:29.289Z] #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 [2026-01-07T08:38:29.289Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:29.289Z] #7 ... [2026-01-07T08:38:29.289Z] [2026-01-07T08:38:29.289Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:29.289Z] #8 DONE 0.0s [2026-01-07T08:38:29.289Z] [2026-01-07T08:38:29.289Z] #7 exporting to image [2026-01-07T08:38:29.289Z] #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done [2026-01-07T08:38:29.289Z] #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 0.0s done [2026-01-07T08:38:29.289Z] #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done [2026-01-07T08:38:29.289Z] #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done [2026-01-07T08:38:29.289Z] #7 pushing layers 0.1s done [2026-01-07T08:38:29.289Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 [2026-01-07T08:38:29.550Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done [2026-01-07T08:38:29.550Z] #7 DONE 0.2s [2026-01-07T08:38:29.550Z] [2026-01-07T08:38:29.550Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:29.550Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:29.837Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2026-01-07T08:38:29.837Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2026-01-07T08:38:29.837Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:29.837Z] #1 transferring dockerfile: 162B done [2026-01-07T08:38:29.837Z] #1 DONE 0.0s [2026-01-07T08:38:29.837Z] [2026-01-07T08:38:29.837Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-01-07T08:38:29.837Z] #2 DONE 0.0s [2026-01-07T08:38:29.837Z] [2026-01-07T08:38:29.837Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-01-07T08:38:29.837Z] #3 DONE 0.0s [2026-01-07T08:38:29.837Z] [2026-01-07T08:38:29.837Z] #4 [internal] load .dockerignore [2026-01-07T08:38:29.837Z] #4 transferring context: 2B done [2026-01-07T08:38:29.837Z] #4 DONE 0.0s [2026-01-07T08:38:29.837Z] [2026-01-07T08:38:29.837Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:29.837Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done [2026-01-07T08:38:29.837Z] #5 CACHED [2026-01-07T08:38:29.837Z] [2026-01-07T08:38:29.837Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:29.837Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done [2026-01-07T08:38:29.837Z] #6 CACHED [2026-01-07T08:38:29.837Z] [2026-01-07T08:38:29.837Z] #7 exporting to image [2026-01-07T08:38:29.837Z] #7 exporting layers done [2026-01-07T08:38:29.837Z] #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done [2026-01-07T08:38:29.837Z] #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done [2026-01-07T08:38:29.837Z] #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done [2026-01-07T08:38:29.837Z] #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba [2026-01-07T08:38:29.837Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:30.096Z] #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done [2026-01-07T08:38:30.096Z] #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done [2026-01-07T08:38:30.096Z] #7 pushing layers 0.0s done [2026-01-07T08:38:30.096Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done [2026-01-07T08:38:30.096Z] #7 DONE 0.1s [2026-01-07T08:38:30.096Z] [2026-01-07T08:38:30.096Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:30.096Z] #8 DONE 0.0s [2026-01-07T08:38:30.096Z] [2026-01-07T08:38:30.096Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:30.096Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:30.389Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91' [2026-01-07T08:38:30.389Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 --push - [2026-01-07T08:38:30.389Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:30.389Z] #1 transferring dockerfile: 168B done [2026-01-07T08:38:30.389Z] #1 DONE 0.0s [2026-01-07T08:38:30.389Z] [2026-01-07T08:38:30.389Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 [2026-01-07T08:38:30.389Z] #2 DONE 0.0s [2026-01-07T08:38:30.389Z] [2026-01-07T08:38:30.389Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 [2026-01-07T08:38:30.389Z] #3 DONE 0.0s [2026-01-07T08:38:30.389Z] [2026-01-07T08:38:30.389Z] #4 [internal] load .dockerignore [2026-01-07T08:38:30.389Z] #4 transferring context: 2B done [2026-01-07T08:38:30.389Z] #4 DONE 0.0s [2026-01-07T08:38:30.389Z] [2026-01-07T08:38:30.389Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:30.389Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done [2026-01-07T08:38:30.389Z] #5 CACHED [2026-01-07T08:38:30.389Z] [2026-01-07T08:38:30.389Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:30.389Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done [2026-01-07T08:38:30.389Z] #6 CACHED [2026-01-07T08:38:30.389Z] [2026-01-07T08:38:30.389Z] #7 exporting to image [2026-01-07T08:38:30.389Z] #7 exporting layers done [2026-01-07T08:38:30.389Z] #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done [2026-01-07T08:38:30.389Z] #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done [2026-01-07T08:38:30.389Z] #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done [2026-01-07T08:38:30.389Z] #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done [2026-01-07T08:38:30.389Z] #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 [2026-01-07T08:38:30.389Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:30.647Z] #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done [2026-01-07T08:38:30.647Z] #7 pushing layers 0.0s done [2026-01-07T08:38:30.647Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done [2026-01-07T08:38:30.647Z] #7 DONE 0.1s [2026-01-07T08:38:30.647Z] [2026-01-07T08:38:30.647Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:30.647Z] #8 DONE 0.0s [2026-01-07T08:38:30.647Z] [2026-01-07T08:38:30.647Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:30.647Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:30.935Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:30.935Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:30.935Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:30.935Z] #1 transferring dockerfile: 209B done [2026-01-07T08:38:30.935Z] #1 DONE 0.0s [2026-01-07T08:38:30.935Z] [2026-01-07T08:38:30.935Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:30.935Z] #2 DONE 0.0s [2026-01-07T08:38:30.935Z] [2026-01-07T08:38:30.935Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:30.935Z] #3 DONE 0.0s [2026-01-07T08:38:30.935Z] [2026-01-07T08:38:30.935Z] #4 [internal] load .dockerignore [2026-01-07T08:38:30.935Z] #4 transferring context: 2B done [2026-01-07T08:38:30.935Z] #4 DONE 0.0s [2026-01-07T08:38:30.935Z] [2026-01-07T08:38:30.935Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:30.936Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done [2026-01-07T08:38:30.936Z] #5 CACHED [2026-01-07T08:38:30.936Z] [2026-01-07T08:38:30.936Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:30.936Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done [2026-01-07T08:38:30.936Z] #6 CACHED [2026-01-07T08:38:30.936Z] [2026-01-07T08:38:30.936Z] #7 exporting to image [2026-01-07T08:38:30.936Z] #7 exporting layers done [2026-01-07T08:38:30.936Z] #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done [2026-01-07T08:38:30.936Z] #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done [2026-01-07T08:38:30.936Z] #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done [2026-01-07T08:38:30.936Z] #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba [2026-01-07T08:38:30.936Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:31.193Z] #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done [2026-01-07T08:38:31.193Z] #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done [2026-01-07T08:38:31.193Z] #7 pushing layers 0.0s done [2026-01-07T08:38:31.193Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done [2026-01-07T08:38:31.193Z] #7 DONE 0.1s [2026-01-07T08:38:31.193Z] [2026-01-07T08:38:31.193Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:31.193Z] #8 DONE 0.0s [2026-01-07T08:38:31.193Z] [2026-01-07T08:38:31.193Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:31.193Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:31.481Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2026-01-07T08:38:31.481Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2026-01-07T08:38:31.481Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:31.481Z] #1 transferring dockerfile: 160B done [2026-01-07T08:38:31.481Z] #1 DONE 0.0s [2026-01-07T08:38:31.481Z] [2026-01-07T08:38:31.481Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2026-01-07T08:38:31.481Z] #2 DONE 0.0s [2026-01-07T08:38:31.481Z] [2026-01-07T08:38:31.481Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2026-01-07T08:38:31.481Z] #3 DONE 0.0s [2026-01-07T08:38:31.481Z] [2026-01-07T08:38:31.481Z] #4 [internal] load .dockerignore [2026-01-07T08:38:31.481Z] #4 transferring context: 2B done [2026-01-07T08:38:31.481Z] #4 DONE 0.0s [2026-01-07T08:38:31.481Z] [2026-01-07T08:38:31.481Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:31.481Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done [2026-01-07T08:38:31.481Z] #5 CACHED [2026-01-07T08:38:31.481Z] [2026-01-07T08:38:31.481Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad [2026-01-07T08:38:31.739Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done [2026-01-07T08:38:31.739Z] #6 CACHED [2026-01-07T08:38:31.739Z] [2026-01-07T08:38:31.739Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:31.739Z] #7 DONE 0.0s [2026-01-07T08:38:31.739Z] [2026-01-07T08:38:31.739Z] #8 exporting to image [2026-01-07T08:38:31.739Z] #8 exporting layers done [2026-01-07T08:38:31.739Z] #8 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done [2026-01-07T08:38:31.739Z] #8 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done [2026-01-07T08:38:31.739Z] #8 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done [2026-01-07T08:38:31.739Z] #8 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done [2026-01-07T08:38:31.739Z] #8 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done [2026-01-07T08:38:31.739Z] #8 pushing layers 0.0s done [2026-01-07T08:38:31.739Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done [2026-01-07T08:38:31.739Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:31.739Z] #8 DONE 0.1s [2026-01-07T08:38:31.739Z] [2026-01-07T08:38:31.739Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:31.739Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:32.021Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:32.021Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:32.021Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:32.021Z] #1 transferring dockerfile: 198B done [2026-01-07T08:38:32.021Z] #1 DONE 0.0s [2026-01-07T08:38:32.021Z] [2026-01-07T08:38:32.021Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:32.021Z] #2 DONE 0.0s [2026-01-07T08:38:32.021Z] [2026-01-07T08:38:32.021Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:32.021Z] #3 DONE 0.0s [2026-01-07T08:38:32.021Z] [2026-01-07T08:38:32.021Z] #4 [internal] load .dockerignore [2026-01-07T08:38:32.021Z] #4 transferring context: 2B done [2026-01-07T08:38:32.021Z] #4 DONE 0.0s [2026-01-07T08:38:32.278Z] [2026-01-07T08:38:32.278Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:32.278Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:32.278Z] #5 ... [2026-01-07T08:38:32.278Z] [2026-01-07T08:38:32.278Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:32.278Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done [2026-01-07T08:38:32.278Z] #6 DONE 0.1s [2026-01-07T08:38:32.278Z] [2026-01-07T08:38:32.278Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:32.278Z] #7 DONE 0.0s [2026-01-07T08:38:32.278Z] [2026-01-07T08:38:32.278Z] #8 exporting to image [2026-01-07T08:38:32.278Z] #8 exporting layers done [2026-01-07T08:38:32.278Z] #8 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done [2026-01-07T08:38:32.278Z] #8 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done [2026-01-07T08:38:32.278Z] #8 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done [2026-01-07T08:38:32.278Z] #8 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done [2026-01-07T08:38:32.278Z] #8 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done [2026-01-07T08:38:32.278Z] #8 pushing layers 0.1s done [2026-01-07T08:38:32.278Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done [2026-01-07T08:38:32.278Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:32.278Z] #8 DONE 0.2s [2026-01-07T08:38:32.536Z] [2026-01-07T08:38:32.536Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:32.536Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:32.837Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2026-01-07T08:38:32.838Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2026-01-07T08:38:32.838Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:32.838Z] #1 transferring dockerfile: 164B done [2026-01-07T08:38:32.838Z] #1 DONE 0.0s [2026-01-07T08:38:32.838Z] [2026-01-07T08:38:32.838Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-01-07T08:38:32.838Z] #2 DONE 0.0s [2026-01-07T08:38:32.838Z] [2026-01-07T08:38:32.838Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-01-07T08:38:32.838Z] #3 DONE 0.0s [2026-01-07T08:38:32.838Z] [2026-01-07T08:38:32.838Z] #4 [internal] load .dockerignore [2026-01-07T08:38:32.838Z] #4 transferring context: 2B done [2026-01-07T08:38:32.838Z] #4 DONE 0.0s [2026-01-07T08:38:32.838Z] [2026-01-07T08:38:32.838Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:32.838Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done [2026-01-07T08:38:32.838Z] #5 CACHED [2026-01-07T08:38:32.838Z] [2026-01-07T08:38:32.838Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:32.838Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done [2026-01-07T08:38:32.838Z] #6 CACHED [2026-01-07T08:38:32.838Z] [2026-01-07T08:38:32.838Z] #7 exporting to image [2026-01-07T08:38:32.838Z] #7 exporting layers [2026-01-07T08:38:32.838Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:33.096Z] #7 exporting layers done [2026-01-07T08:38:33.096Z] #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done [2026-01-07T08:38:33.096Z] #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done [2026-01-07T08:38:33.096Z] #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done [2026-01-07T08:38:33.096Z] #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done [2026-01-07T08:38:33.096Z] #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done [2026-01-07T08:38:33.096Z] #7 pushing layers 0.0s done [2026-01-07T08:38:33.096Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done [2026-01-07T08:38:33.096Z] #7 DONE 0.1s [2026-01-07T08:38:33.096Z] [2026-01-07T08:38:33.096Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:33.096Z] #8 DONE 0.0s [2026-01-07T08:38:33.096Z] [2026-01-07T08:38:33.096Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:33.096Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:33.387Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91' [2026-01-07T08:38:33.387Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 --push - [2026-01-07T08:38:33.646Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:33.646Z] #1 transferring dockerfile: 170B done [2026-01-07T08:38:33.646Z] #1 DONE 0.0s [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 [2026-01-07T08:38:33.646Z] #2 DONE 0.0s [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 [2026-01-07T08:38:33.646Z] #3 DONE 0.0s [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] #4 [internal] load .dockerignore [2026-01-07T08:38:33.646Z] #4 transferring context: 2B done [2026-01-07T08:38:33.646Z] #4 DONE 0.0s [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:33.646Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done [2026-01-07T08:38:33.646Z] #5 CACHED [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:33.646Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done [2026-01-07T08:38:33.646Z] #6 CACHED [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] #7 exporting to image [2026-01-07T08:38:33.646Z] #7 exporting layers done [2026-01-07T08:38:33.646Z] #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done [2026-01-07T08:38:33.646Z] #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done [2026-01-07T08:38:33.646Z] #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done [2026-01-07T08:38:33.646Z] #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done [2026-01-07T08:38:33.646Z] #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done [2026-01-07T08:38:33.646Z] #7 pushing layers 0.0s done [2026-01-07T08:38:33.646Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 [2026-01-07T08:38:33.646Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:33.646Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done [2026-01-07T08:38:33.646Z] #7 DONE 0.1s [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:33.646Z] #8 DONE 0.0s [2026-01-07T08:38:33.646Z] [2026-01-07T08:38:33.646Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:33.646Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:33.942Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:33.942Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:33.942Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:33.942Z] #1 transferring dockerfile: 211B done [2026-01-07T08:38:33.942Z] #1 DONE 0.0s [2026-01-07T08:38:33.942Z] [2026-01-07T08:38:33.942Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:33.942Z] #2 DONE 0.0s [2026-01-07T08:38:33.942Z] [2026-01-07T08:38:33.942Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:33.942Z] #3 DONE 0.0s [2026-01-07T08:38:33.942Z] [2026-01-07T08:38:33.942Z] #4 [internal] load .dockerignore [2026-01-07T08:38:33.942Z] #4 transferring context: 2B done [2026-01-07T08:38:33.942Z] #4 DONE 0.0s [2026-01-07T08:38:33.942Z] [2026-01-07T08:38:33.942Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:33.942Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done [2026-01-07T08:38:33.942Z] #5 CACHED [2026-01-07T08:38:33.942Z] [2026-01-07T08:38:33.942Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:33.942Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done [2026-01-07T08:38:33.942Z] #6 CACHED [2026-01-07T08:38:33.942Z] [2026-01-07T08:38:33.942Z] #7 exporting to image [2026-01-07T08:38:33.942Z] #7 exporting layers done [2026-01-07T08:38:33.942Z] #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done [2026-01-07T08:38:33.942Z] #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done [2026-01-07T08:38:33.942Z] #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done [2026-01-07T08:38:33.942Z] #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done [2026-01-07T08:38:33.942Z] #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done [2026-01-07T08:38:33.942Z] #7 pushing layers 0.0s done [2026-01-07T08:38:33.942Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 [2026-01-07T08:38:33.942Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:34.202Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done [2026-01-07T08:38:34.202Z] #7 DONE 0.1s [2026-01-07T08:38:34.202Z] [2026-01-07T08:38:34.202Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:34.202Z] #8 DONE 0.0s [2026-01-07T08:38:34.202Z] [2026-01-07T08:38:34.202Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:34.202Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:34.497Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2026-01-07T08:38:34.497Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2026-01-07T08:38:34.497Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:34.497Z] #1 transferring dockerfile: 162B done [2026-01-07T08:38:34.498Z] #1 DONE 0.0s [2026-01-07T08:38:34.498Z] [2026-01-07T08:38:34.498Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2026-01-07T08:38:34.498Z] #2 DONE 0.0s [2026-01-07T08:38:34.498Z] [2026-01-07T08:38:34.498Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2026-01-07T08:38:34.498Z] #3 DONE 0.0s [2026-01-07T08:38:34.498Z] [2026-01-07T08:38:34.498Z] #4 [internal] load .dockerignore [2026-01-07T08:38:34.498Z] #4 transferring context: 2B done [2026-01-07T08:38:34.498Z] #4 DONE 0.0s [2026-01-07T08:38:34.498Z] [2026-01-07T08:38:34.498Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:34.498Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done [2026-01-07T08:38:34.498Z] #5 CACHED [2026-01-07T08:38:34.498Z] [2026-01-07T08:38:34.498Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 [2026-01-07T08:38:34.498Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done [2026-01-07T08:38:34.498Z] #6 CACHED [2026-01-07T08:38:34.498Z] [2026-01-07T08:38:34.498Z] #7 exporting to image [2026-01-07T08:38:34.498Z] #7 exporting layers done [2026-01-07T08:38:34.498Z] #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done [2026-01-07T08:38:34.498Z] #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done [2026-01-07T08:38:34.498Z] #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done [2026-01-07T08:38:34.498Z] #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done [2026-01-07T08:38:34.498Z] #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done [2026-01-07T08:38:34.498Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:34.756Z] #7 pushing layers 0.0s done [2026-01-07T08:38:34.756Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done [2026-01-07T08:38:34.756Z] #7 DONE 0.1s [2026-01-07T08:38:34.756Z] [2026-01-07T08:38:34.757Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:34.757Z] #8 DONE 0.0s [2026-01-07T08:38:34.757Z] [2026-01-07T08:38:34.757Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:34.757Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:35.044Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:35.044Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:35.301Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:35.301Z] #1 transferring dockerfile: 206B done [2026-01-07T08:38:35.301Z] #1 DONE 0.0s [2026-01-07T08:38:35.301Z] [2026-01-07T08:38:35.301Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:35.301Z] #2 DONE 0.0s [2026-01-07T08:38:35.301Z] [2026-01-07T08:38:35.301Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:35.301Z] #3 DONE 0.0s [2026-01-07T08:38:35.301Z] [2026-01-07T08:38:35.301Z] #4 [internal] load .dockerignore [2026-01-07T08:38:35.301Z] #4 transferring context: 2B done [2026-01-07T08:38:35.301Z] #4 DONE 0.0s [2026-01-07T08:38:35.301Z] [2026-01-07T08:38:35.301Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:35.301Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:35.301Z] #5 DONE 0.0s [2026-01-07T08:38:35.301Z] [2026-01-07T08:38:35.301Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:35.301Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:35.559Z] #6 DONE 0.2s [2026-01-07T08:38:35.559Z] [2026-01-07T08:38:35.559Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:35.559Z] #7 DONE 0.0s [2026-01-07T08:38:35.559Z] [2026-01-07T08:38:35.559Z] #8 exporting to image [2026-01-07T08:38:35.559Z] #8 exporting layers done [2026-01-07T08:38:35.559Z] #8 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done [2026-01-07T08:38:35.559Z] #8 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done [2026-01-07T08:38:35.559Z] #8 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done [2026-01-07T08:38:35.559Z] #8 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done [2026-01-07T08:38:35.559Z] #8 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done [2026-01-07T08:38:35.559Z] #8 pushing layers 0.1s done [2026-01-07T08:38:35.559Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab [2026-01-07T08:38:35.559Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:35.559Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done [2026-01-07T08:38:35.559Z] #8 DONE 0.2s [2026-01-07T08:38:35.559Z] [2026-01-07T08:38:35.559Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:35.559Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:35.843Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2026-01-07T08:38:35.843Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2026-01-07T08:38:36.103Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:36.103Z] #1 transferring dockerfile: 172B done [2026-01-07T08:38:36.103Z] #1 DONE 0.0s [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-01-07T08:38:36.103Z] #2 DONE 0.0s [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-01-07T08:38:36.103Z] #3 DONE 0.0s [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] #4 [internal] load .dockerignore [2026-01-07T08:38:36.103Z] #4 transferring context: 2B done [2026-01-07T08:38:36.103Z] #4 DONE 0.0s [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:36.103Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:36.103Z] #5 CACHED [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:36.103Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:36.103Z] #6 CACHED [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] #7 exporting to image [2026-01-07T08:38:36.103Z] #7 exporting layers done [2026-01-07T08:38:36.103Z] #7 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done [2026-01-07T08:38:36.103Z] #7 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done [2026-01-07T08:38:36.103Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:36.103Z] #7 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done [2026-01-07T08:38:36.103Z] #7 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done [2026-01-07T08:38:36.103Z] #7 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done [2026-01-07T08:38:36.103Z] #7 pushing layers 0.0s done [2026-01-07T08:38:36.103Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done [2026-01-07T08:38:36.103Z] #7 DONE 0.1s [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:36.103Z] #8 DONE 0.0s [2026-01-07T08:38:36.103Z] [2026-01-07T08:38:36.103Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:36.103Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:36.650Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91' [2026-01-07T08:38:36.650Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 --push - [2026-01-07T08:38:36.650Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:36.650Z] #1 transferring dockerfile: 178B done [2026-01-07T08:38:36.650Z] #1 DONE 0.0s [2026-01-07T08:38:36.650Z] [2026-01-07T08:38:36.650Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 [2026-01-07T08:38:36.650Z] #2 DONE 0.0s [2026-01-07T08:38:36.650Z] [2026-01-07T08:38:36.650Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 [2026-01-07T08:38:36.650Z] #3 DONE 0.0s [2026-01-07T08:38:36.650Z] [2026-01-07T08:38:36.650Z] #4 [internal] load .dockerignore [2026-01-07T08:38:36.650Z] #4 transferring context: 2B done [2026-01-07T08:38:36.650Z] #4 DONE 0.0s [2026-01-07T08:38:36.650Z] [2026-01-07T08:38:36.650Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:36.650Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:36.650Z] #5 CACHED [2026-01-07T08:38:36.650Z] [2026-01-07T08:38:36.650Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:36.650Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:36.650Z] #6 CACHED [2026-01-07T08:38:36.650Z] [2026-01-07T08:38:36.650Z] #7 exporting to image [2026-01-07T08:38:36.650Z] #7 exporting layers done [2026-01-07T08:38:36.650Z] #7 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done [2026-01-07T08:38:36.650Z] #7 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done [2026-01-07T08:38:36.650Z] #7 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done [2026-01-07T08:38:36.650Z] #7 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done [2026-01-07T08:38:36.650Z] #7 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab [2026-01-07T08:38:36.650Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:36.910Z] #7 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done [2026-01-07T08:38:36.910Z] #7 pushing layers 0.0s done [2026-01-07T08:38:36.910Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done [2026-01-07T08:38:36.910Z] #7 DONE 0.1s [2026-01-07T08:38:36.910Z] [2026-01-07T08:38:36.910Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:36.910Z] #8 DONE 0.0s [2026-01-07T08:38:36.910Z] [2026-01-07T08:38:36.910Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:36.910Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:37.199Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:37.199Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:37.199Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:37.199Z] #1 transferring dockerfile: 219B done [2026-01-07T08:38:37.199Z] #1 DONE 0.0s [2026-01-07T08:38:37.199Z] [2026-01-07T08:38:37.199Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:37.199Z] #2 DONE 0.0s [2026-01-07T08:38:37.199Z] [2026-01-07T08:38:37.199Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:37.199Z] #3 DONE 0.0s [2026-01-07T08:38:37.199Z] [2026-01-07T08:38:37.199Z] #4 [internal] load .dockerignore [2026-01-07T08:38:37.199Z] #4 transferring context: 2B done [2026-01-07T08:38:37.199Z] #4 DONE 0.0s [2026-01-07T08:38:37.199Z] [2026-01-07T08:38:37.199Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:37.199Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:37.199Z] #5 DONE 0.0s [2026-01-07T08:38:37.199Z] [2026-01-07T08:38:37.199Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:37.456Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:37.456Z] #6 CACHED [2026-01-07T08:38:37.456Z] [2026-01-07T08:38:37.457Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:37.457Z] #5 CACHED [2026-01-07T08:38:37.457Z] [2026-01-07T08:38:37.457Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:37.457Z] #7 DONE 0.0s [2026-01-07T08:38:37.457Z] [2026-01-07T08:38:37.457Z] #8 exporting to image [2026-01-07T08:38:37.457Z] #8 exporting layers done [2026-01-07T08:38:37.457Z] #8 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done [2026-01-07T08:38:37.457Z] #8 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done [2026-01-07T08:38:37.457Z] #8 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done [2026-01-07T08:38:37.457Z] #8 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done [2026-01-07T08:38:37.457Z] #8 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done [2026-01-07T08:38:37.457Z] #8 pushing layers 0.0s done [2026-01-07T08:38:37.457Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done [2026-01-07T08:38:37.457Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:37.457Z] #8 DONE 0.1s [2026-01-07T08:38:37.457Z] [2026-01-07T08:38:37.457Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:37.457Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:37.738Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2026-01-07T08:38:37.738Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2026-01-07T08:38:37.738Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:37.738Z] #1 transferring dockerfile: 170B done [2026-01-07T08:38:37.738Z] #1 DONE 0.0s [2026-01-07T08:38:37.738Z] [2026-01-07T08:38:37.738Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-01-07T08:38:37.738Z] #2 DONE 0.0s [2026-01-07T08:38:37.738Z] [2026-01-07T08:38:37.738Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-01-07T08:38:37.738Z] #3 DONE 0.0s [2026-01-07T08:38:37.738Z] [2026-01-07T08:38:37.738Z] #4 [internal] load .dockerignore [2026-01-07T08:38:37.738Z] #4 transferring context: 2B done [2026-01-07T08:38:37.738Z] #4 DONE 0.0s [2026-01-07T08:38:37.738Z] [2026-01-07T08:38:37.738Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:37.738Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 done [2026-01-07T08:38:37.738Z] #5 CACHED [2026-01-07T08:38:37.738Z] [2026-01-07T08:38:37.738Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 [2026-01-07T08:38:37.997Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done [2026-01-07T08:38:37.997Z] #6 CACHED [2026-01-07T08:38:37.997Z] [2026-01-07T08:38:37.997Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:37.997Z] #7 DONE 0.0s [2026-01-07T08:38:37.997Z] [2026-01-07T08:38:37.997Z] #8 exporting to image [2026-01-07T08:38:37.997Z] #8 exporting layers done [2026-01-07T08:38:37.997Z] #8 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done [2026-01-07T08:38:37.997Z] #8 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done [2026-01-07T08:38:37.997Z] #8 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done [2026-01-07T08:38:37.997Z] #8 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done [2026-01-07T08:38:37.997Z] #8 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done [2026-01-07T08:38:37.997Z] #8 pushing layers 0.0s done [2026-01-07T08:38:37.997Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done [2026-01-07T08:38:37.997Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:37.997Z] #8 DONE 0.1s [2026-01-07T08:38:37.997Z] [2026-01-07T08:38:37.997Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:37.998Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:38.285Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:38.285Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:38.285Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:38.285Z] #1 transferring dockerfile: 204B done [2026-01-07T08:38:38.285Z] #1 DONE 0.0s [2026-01-07T08:38:38.285Z] [2026-01-07T08:38:38.285Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:38.285Z] #2 DONE 0.0s [2026-01-07T08:38:38.285Z] [2026-01-07T08:38:38.285Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:38.285Z] #3 DONE 0.0s [2026-01-07T08:38:38.285Z] [2026-01-07T08:38:38.285Z] #4 [internal] load .dockerignore [2026-01-07T08:38:38.285Z] #4 transferring context: 2B done [2026-01-07T08:38:38.285Z] #4 DONE 0.0s [2026-01-07T08:38:38.285Z] [2026-01-07T08:38:38.285Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:38.285Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:38.285Z] #5 DONE 0.0s [2026-01-07T08:38:38.285Z] [2026-01-07T08:38:38.285Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:38.545Z] #6 DONE 0.0s [2026-01-07T08:38:38.545Z] [2026-01-07T08:38:38.545Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:38.545Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:38.545Z] #5 DONE 0.1s [2026-01-07T08:38:38.545Z] [2026-01-07T08:38:38.545Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:38.545Z] #7 DONE 0.0s [2026-01-07T08:38:38.545Z] [2026-01-07T08:38:38.545Z] #8 exporting to image [2026-01-07T08:38:38.545Z] #8 exporting layers done [2026-01-07T08:38:38.545Z] #8 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 0.0s done [2026-01-07T08:38:38.545Z] #8 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done [2026-01-07T08:38:38.545Z] #8 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done [2026-01-07T08:38:38.545Z] #8 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done [2026-01-07T08:38:38.545Z] #8 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done [2026-01-07T08:38:38.545Z] #8 pushing layers 0.1s done [2026-01-07T08:38:38.545Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done [2026-01-07T08:38:38.545Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:38.545Z] #8 DONE 0.2s [2026-01-07T08:38:38.803Z] [2026-01-07T08:38:38.803Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:38.803Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:39.088Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2026-01-07T08:38:39.088Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2026-01-07T08:38:39.088Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:39.088Z] #1 transferring dockerfile: 170B done [2026-01-07T08:38:39.088Z] #1 DONE 0.0s [2026-01-07T08:38:39.088Z] [2026-01-07T08:38:39.088Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-01-07T08:38:39.088Z] #2 DONE 0.0s [2026-01-07T08:38:39.088Z] [2026-01-07T08:38:39.088Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-01-07T08:38:39.088Z] #3 DONE 0.0s [2026-01-07T08:38:39.088Z] [2026-01-07T08:38:39.088Z] #4 [internal] load .dockerignore [2026-01-07T08:38:39.088Z] #4 transferring context: 2B done [2026-01-07T08:38:39.088Z] #4 DONE 0.0s [2026-01-07T08:38:39.088Z] [2026-01-07T08:38:39.088Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:39.088Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:39.088Z] #5 CACHED [2026-01-07T08:38:39.088Z] [2026-01-07T08:38:39.088Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:39.088Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:39.088Z] #6 CACHED [2026-01-07T08:38:39.088Z] [2026-01-07T08:38:39.088Z] #7 exporting to image [2026-01-07T08:38:39.088Z] #7 exporting layers [2026-01-07T08:38:39.088Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:39.348Z] #7 exporting layers done [2026-01-07T08:38:39.348Z] #7 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done [2026-01-07T08:38:39.348Z] #7 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done [2026-01-07T08:38:39.348Z] #7 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done [2026-01-07T08:38:39.348Z] #7 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done [2026-01-07T08:38:39.348Z] #7 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done [2026-01-07T08:38:39.348Z] #7 pushing layers 0.0s done [2026-01-07T08:38:39.348Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done [2026-01-07T08:38:39.348Z] #7 DONE 0.1s [2026-01-07T08:38:39.348Z] [2026-01-07T08:38:39.348Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:39.348Z] #8 DONE 0.0s [2026-01-07T08:38:39.348Z] [2026-01-07T08:38:39.348Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:39.348Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:39.637Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91' [2026-01-07T08:38:39.637Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 --push - [2026-01-07T08:38:39.901Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:39.901Z] #1 transferring dockerfile: 176B done [2026-01-07T08:38:39.901Z] #1 DONE 0.0s [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 [2026-01-07T08:38:39.901Z] #2 DONE 0.0s [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 [2026-01-07T08:38:39.901Z] #3 DONE 0.0s [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #4 [internal] load .dockerignore [2026-01-07T08:38:39.901Z] #4 transferring context: 2B done [2026-01-07T08:38:39.901Z] #4 DONE 0.0s [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:39.901Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:39.901Z] #5 DONE 0.0s [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:39.901Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:39.901Z] #6 CACHED [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:39.901Z] #5 CACHED [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:39.901Z] #7 DONE 0.0s [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] #8 exporting to image [2026-01-07T08:38:39.901Z] #8 exporting layers done [2026-01-07T08:38:39.901Z] #8 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done [2026-01-07T08:38:39.901Z] #8 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done [2026-01-07T08:38:39.901Z] #8 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done [2026-01-07T08:38:39.901Z] #8 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done [2026-01-07T08:38:39.901Z] #8 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done [2026-01-07T08:38:39.901Z] #8 pushing layers 0.0s done [2026-01-07T08:38:39.901Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done [2026-01-07T08:38:39.901Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:39.901Z] #8 DONE 0.1s [2026-01-07T08:38:39.901Z] [2026-01-07T08:38:39.901Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:39.901Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:40.191Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:40.191Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:40.191Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:40.191Z] #1 transferring dockerfile: 217B done [2026-01-07T08:38:40.191Z] #1 DONE 0.0s [2026-01-07T08:38:40.191Z] [2026-01-07T08:38:40.191Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:40.191Z] #2 DONE 0.0s [2026-01-07T08:38:40.191Z] [2026-01-07T08:38:40.191Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:40.191Z] #3 DONE 0.0s [2026-01-07T08:38:40.191Z] [2026-01-07T08:38:40.191Z] #4 [internal] load .dockerignore [2026-01-07T08:38:40.191Z] #4 transferring context: 2B done [2026-01-07T08:38:40.191Z] #4 DONE 0.0s [2026-01-07T08:38:40.191Z] [2026-01-07T08:38:40.191Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:40.191Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:40.191Z] #5 CACHED [2026-01-07T08:38:40.191Z] [2026-01-07T08:38:40.191Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:40.191Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done [2026-01-07T08:38:40.191Z] #6 CACHED [2026-01-07T08:38:40.191Z] [2026-01-07T08:38:40.191Z] #7 exporting to image [2026-01-07T08:38:40.191Z] #7 exporting layers done [2026-01-07T08:38:40.191Z] #7 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done [2026-01-07T08:38:40.191Z] #7 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done [2026-01-07T08:38:40.191Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:40.449Z] #7 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done [2026-01-07T08:38:40.449Z] #7 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done [2026-01-07T08:38:40.449Z] #7 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done [2026-01-07T08:38:40.449Z] #7 pushing layers 0.0s done [2026-01-07T08:38:40.449Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done [2026-01-07T08:38:40.449Z] #7 DONE 0.1s [2026-01-07T08:38:40.449Z] [2026-01-07T08:38:40.449Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:40.449Z] #8 DONE 0.0s [2026-01-07T08:38:40.449Z] [2026-01-07T08:38:40.449Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:40.449Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:40.736Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2026-01-07T08:38:40.736Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2026-01-07T08:38:40.736Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:40.736Z] #1 transferring dockerfile: 168B done [2026-01-07T08:38:40.736Z] #1 DONE 0.0s [2026-01-07T08:38:40.736Z] [2026-01-07T08:38:40.736Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-01-07T08:38:40.736Z] #2 DONE 0.0s [2026-01-07T08:38:40.736Z] [2026-01-07T08:38:40.736Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-01-07T08:38:40.736Z] #3 DONE 0.0s [2026-01-07T08:38:40.736Z] [2026-01-07T08:38:40.736Z] #4 [internal] load .dockerignore [2026-01-07T08:38:40.736Z] #4 transferring context: 2B done [2026-01-07T08:38:40.736Z] #4 DONE 0.0s [2026-01-07T08:38:40.736Z] [2026-01-07T08:38:40.736Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:40.736Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 done [2026-01-07T08:38:40.736Z] #5 CACHED [2026-01-07T08:38:40.736Z] [2026-01-07T08:38:40.736Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 [2026-01-07T08:38:40.736Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 done [2026-01-07T08:38:40.736Z] #6 CACHED [2026-01-07T08:38:40.736Z] [2026-01-07T08:38:40.736Z] #7 exporting to image [2026-01-07T08:38:40.736Z] #7 exporting layers done [2026-01-07T08:38:40.736Z] #7 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done [2026-01-07T08:38:40.736Z] #7 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done [2026-01-07T08:38:40.736Z] #7 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done [2026-01-07T08:38:40.736Z] #7 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done [2026-01-07T08:38:40.736Z] #7 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done [2026-01-07T08:38:40.736Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:40.995Z] #7 pushing layers 0.0s done [2026-01-07T08:38:40.995Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done [2026-01-07T08:38:40.995Z] #7 DONE 0.1s [2026-01-07T08:38:40.995Z] [2026-01-07T08:38:40.995Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:40.995Z] #8 DONE 0.0s [2026-01-07T08:38:40.995Z] [2026-01-07T08:38:40.995Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:40.995Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:41.278Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:41.278Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:41.278Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:41.278Z] #1 transferring dockerfile: 205B done [2026-01-07T08:38:41.278Z] #1 DONE 0.0s [2026-01-07T08:38:41.278Z] [2026-01-07T08:38:41.278Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:41.278Z] #2 DONE 0.0s [2026-01-07T08:38:41.278Z] [2026-01-07T08:38:41.278Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:41.278Z] #3 DONE 0.0s [2026-01-07T08:38:41.278Z] [2026-01-07T08:38:41.278Z] #4 [internal] load .dockerignore [2026-01-07T08:38:41.278Z] #4 transferring context: 2B done [2026-01-07T08:38:41.278Z] #4 DONE 0.0s [2026-01-07T08:38:41.278Z] [2026-01-07T08:38:41.278Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:41.278Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb done [2026-01-07T08:38:41.278Z] #5 DONE 0.0s [2026-01-07T08:38:41.278Z] [2026-01-07T08:38:41.278Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:41.538Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:41.538Z] #6 DONE 0.0s [2026-01-07T08:38:41.538Z] [2026-01-07T08:38:41.538Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:41.538Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb done [2026-01-07T08:38:41.800Z] #5 DONE 0.2s [2026-01-07T08:38:41.800Z] [2026-01-07T08:38:41.800Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:41.800Z] #7 DONE 0.0s [2026-01-07T08:38:41.800Z] [2026-01-07T08:38:41.800Z] #8 exporting to image [2026-01-07T08:38:41.800Z] #8 exporting layers done [2026-01-07T08:38:41.800Z] #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done [2026-01-07T08:38:41.800Z] #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done [2026-01-07T08:38:41.800Z] #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done [2026-01-07T08:38:41.800Z] #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done [2026-01-07T08:38:41.800Z] #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done [2026-01-07T08:38:41.800Z] #8 pushing layers 0.1s done [2026-01-07T08:38:41.800Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 [2026-01-07T08:38:41.800Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:41.800Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done [2026-01-07T08:38:41.800Z] #8 DONE 0.2s [2026-01-07T08:38:41.800Z] [2026-01-07T08:38:41.800Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:41.800Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:42.089Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2026-01-07T08:38:42.089Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2026-01-07T08:38:42.348Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:42.348Z] #1 transferring dockerfile: 171B done [2026-01-07T08:38:42.348Z] #1 DONE 0.0s [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-01-07T08:38:42.348Z] #2 DONE 0.0s [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-01-07T08:38:42.348Z] #3 DONE 0.0s [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #4 [internal] load .dockerignore [2026-01-07T08:38:42.348Z] #4 transferring context: 2B done [2026-01-07T08:38:42.348Z] #4 DONE 0.0s [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:42.348Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb done [2026-01-07T08:38:42.348Z] #5 DONE 0.0s [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:42.348Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:42.348Z] #6 CACHED [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:42.348Z] #5 CACHED [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:42.348Z] #7 DONE 0.0s [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] #8 exporting to image [2026-01-07T08:38:42.348Z] #8 exporting layers done [2026-01-07T08:38:42.348Z] #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done [2026-01-07T08:38:42.348Z] #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done [2026-01-07T08:38:42.348Z] #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done [2026-01-07T08:38:42.348Z] #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done [2026-01-07T08:38:42.348Z] #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done [2026-01-07T08:38:42.348Z] #8 pushing layers 0.0s done [2026-01-07T08:38:42.348Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done [2026-01-07T08:38:42.348Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:42.348Z] #8 DONE 0.1s [2026-01-07T08:38:42.348Z] [2026-01-07T08:38:42.348Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:42.348Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:42.637Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91' [2026-01-07T08:38:42.637Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 --push - [2026-01-07T08:38:42.896Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:42.896Z] #1 transferring dockerfile: 177B done [2026-01-07T08:38:42.896Z] #1 DONE 0.0s [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 [2026-01-07T08:38:42.896Z] #2 DONE 0.0s [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 [2026-01-07T08:38:42.896Z] #3 DONE 0.0s [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] #4 [internal] load .dockerignore [2026-01-07T08:38:42.896Z] #4 transferring context: 2B done [2026-01-07T08:38:42.896Z] #4 DONE 0.0s [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:42.896Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:42.896Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:42.896Z] #5 CACHED [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:42.896Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:42.896Z] #6 CACHED [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:42.896Z] #7 DONE 0.0s [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] #8 exporting to image [2026-01-07T08:38:42.896Z] #8 exporting layers done [2026-01-07T08:38:42.896Z] #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done [2026-01-07T08:38:42.896Z] #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done [2026-01-07T08:38:42.896Z] #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done [2026-01-07T08:38:42.896Z] #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done [2026-01-07T08:38:42.896Z] #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done [2026-01-07T08:38:42.896Z] #8 pushing layers 0.0s done [2026-01-07T08:38:42.896Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done [2026-01-07T08:38:42.896Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:42.896Z] #8 DONE 0.1s [2026-01-07T08:38:42.896Z] [2026-01-07T08:38:42.896Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:42.896Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:43.193Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:43.193Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:43.456Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:43.457Z] #1 transferring dockerfile: 218B 0.0s done [2026-01-07T08:38:43.457Z] #1 DONE 0.1s [2026-01-07T08:38:43.457Z] [2026-01-07T08:38:43.457Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:43.457Z] #2 DONE 0.0s [2026-01-07T08:38:43.457Z] [2026-01-07T08:38:43.457Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:43.457Z] #3 DONE 0.0s [2026-01-07T08:38:43.457Z] [2026-01-07T08:38:43.457Z] #4 [internal] load .dockerignore [2026-01-07T08:38:43.457Z] #4 transferring context: 2B done [2026-01-07T08:38:43.457Z] #4 DONE 0.1s [2026-01-07T08:38:43.457Z] [2026-01-07T08:38:43.457Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:43.457Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:43.716Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:43.716Z] #5 CACHED [2026-01-07T08:38:43.716Z] [2026-01-07T08:38:43.716Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:43.716Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:43.716Z] #6 CACHED [2026-01-07T08:38:43.716Z] [2026-01-07T08:38:43.716Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:43.716Z] #7 DONE 0.0s [2026-01-07T08:38:43.716Z] [2026-01-07T08:38:43.716Z] #8 exporting to image [2026-01-07T08:38:43.716Z] #8 exporting layers done [2026-01-07T08:38:43.716Z] #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done [2026-01-07T08:38:43.716Z] #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done [2026-01-07T08:38:43.716Z] #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done [2026-01-07T08:38:43.716Z] #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done [2026-01-07T08:38:43.716Z] #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done [2026-01-07T08:38:43.716Z] #8 pushing layers 0.0s done [2026-01-07T08:38:43.716Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done [2026-01-07T08:38:43.716Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:43.716Z] #8 DONE 0.1s [2026-01-07T08:38:43.716Z] [2026-01-07T08:38:43.716Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:43.716Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:44.002Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2026-01-07T08:38:44.002Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2026-01-07T08:38:44.262Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:44.262Z] #1 transferring dockerfile: 169B done [2026-01-07T08:38:44.262Z] #1 DONE 0.0s [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-01-07T08:38:44.262Z] #2 DONE 0.0s [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-01-07T08:38:44.262Z] #3 DONE 0.0s [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] #4 [internal] load .dockerignore [2026-01-07T08:38:44.262Z] #4 transferring context: 2B done [2026-01-07T08:38:44.262Z] #4 DONE 0.0s [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:44.262Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:44.262Z] #5 CACHED [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb [2026-01-07T08:38:44.262Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done [2026-01-07T08:38:44.262Z] #6 CACHED [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] #7 exporting to image [2026-01-07T08:38:44.262Z] #7 exporting layers done [2026-01-07T08:38:44.262Z] #7 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done [2026-01-07T08:38:44.262Z] #7 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done [2026-01-07T08:38:44.262Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:44.262Z] #7 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done [2026-01-07T08:38:44.262Z] #7 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done [2026-01-07T08:38:44.262Z] #7 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done [2026-01-07T08:38:44.262Z] #7 pushing layers 0.0s done [2026-01-07T08:38:44.262Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done [2026-01-07T08:38:44.262Z] #7 DONE 0.1s [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:44.262Z] #8 DONE 0.0s [2026-01-07T08:38:44.262Z] [2026-01-07T08:38:44.262Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:44.262Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:44.547Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:44.547Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:44.547Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:44.547Z] #1 transferring dockerfile: 211B done [2026-01-07T08:38:44.547Z] #1 DONE 0.0s [2026-01-07T08:38:44.547Z] [2026-01-07T08:38:44.547Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:44.547Z] #2 DONE 0.0s [2026-01-07T08:38:44.547Z] [2026-01-07T08:38:44.547Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:44.547Z] #3 DONE 0.0s [2026-01-07T08:38:44.547Z] [2026-01-07T08:38:44.547Z] #4 [internal] load .dockerignore [2026-01-07T08:38:44.547Z] #4 transferring context: 2B done [2026-01-07T08:38:44.547Z] #4 DONE 0.0s [2026-01-07T08:38:44.547Z] [2026-01-07T08:38:44.547Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:44.547Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done [2026-01-07T08:38:44.547Z] #5 DONE 0.0s [2026-01-07T08:38:44.547Z] [2026-01-07T08:38:44.547Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:44.804Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done [2026-01-07T08:38:44.804Z] #6 DONE 0.0s [2026-01-07T08:38:44.804Z] [2026-01-07T08:38:44.804Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:44.804Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done [2026-01-07T08:38:44.804Z] #5 DONE 0.1s [2026-01-07T08:38:44.804Z] [2026-01-07T08:38:44.804Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:44.804Z] #7 DONE 0.0s [2026-01-07T08:38:44.804Z] [2026-01-07T08:38:44.804Z] #8 exporting to image [2026-01-07T08:38:44.804Z] #8 exporting layers done [2026-01-07T08:38:44.804Z] #8 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done [2026-01-07T08:38:44.804Z] #8 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done [2026-01-07T08:38:44.804Z] #8 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done [2026-01-07T08:38:44.804Z] #8 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done [2026-01-07T08:38:44.804Z] #8 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done [2026-01-07T08:38:44.804Z] #8 pushing layers 0.1s done [2026-01-07T08:38:44.804Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb [2026-01-07T08:38:44.804Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:45.062Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done [2026-01-07T08:38:45.062Z] #8 DONE 0.2s [2026-01-07T08:38:45.062Z] [2026-01-07T08:38:45.062Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:45.062Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:45.343Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2026-01-07T08:38:45.343Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2026-01-07T08:38:45.343Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:45.343Z] #1 transferring dockerfile: 177B done [2026-01-07T08:38:45.343Z] #1 DONE 0.0s [2026-01-07T08:38:45.343Z] [2026-01-07T08:38:45.343Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-01-07T08:38:45.343Z] #2 DONE 0.0s [2026-01-07T08:38:45.343Z] [2026-01-07T08:38:45.343Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-01-07T08:38:45.343Z] #3 DONE 0.0s [2026-01-07T08:38:45.343Z] [2026-01-07T08:38:45.343Z] #4 [internal] load .dockerignore [2026-01-07T08:38:45.343Z] #4 transferring context: 2B done [2026-01-07T08:38:45.343Z] #4 DONE 0.0s [2026-01-07T08:38:45.343Z] [2026-01-07T08:38:45.343Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:45.343Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done [2026-01-07T08:38:45.343Z] #5 CACHED [2026-01-07T08:38:45.343Z] [2026-01-07T08:38:45.343Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:45.343Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done [2026-01-07T08:38:45.343Z] #6 CACHED [2026-01-07T08:38:45.343Z] [2026-01-07T08:38:45.343Z] #7 exporting to image [2026-01-07T08:38:45.343Z] #7 exporting layers [2026-01-07T08:38:45.343Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:45.602Z] #7 exporting layers done [2026-01-07T08:38:45.602Z] #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done [2026-01-07T08:38:45.602Z] #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done [2026-01-07T08:38:45.602Z] #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done [2026-01-07T08:38:45.602Z] #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done [2026-01-07T08:38:45.602Z] #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done [2026-01-07T08:38:45.602Z] #7 pushing layers 0.0s done [2026-01-07T08:38:45.602Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done [2026-01-07T08:38:45.602Z] #7 DONE 0.1s [2026-01-07T08:38:45.602Z] [2026-01-07T08:38:45.602Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:45.602Z] #8 DONE 0.0s [2026-01-07T08:38:45.602Z] [2026-01-07T08:38:45.602Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:45.602Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:45.886Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91' [2026-01-07T08:38:45.886Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 --push - [2026-01-07T08:38:45.886Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:45.886Z] #1 transferring dockerfile: 183B done [2026-01-07T08:38:45.886Z] #1 DONE 0.0s [2026-01-07T08:38:45.886Z] [2026-01-07T08:38:45.886Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 [2026-01-07T08:38:45.886Z] #2 DONE 0.0s [2026-01-07T08:38:45.886Z] [2026-01-07T08:38:45.886Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 [2026-01-07T08:38:45.886Z] #3 DONE 0.0s [2026-01-07T08:38:45.886Z] [2026-01-07T08:38:45.886Z] #4 [internal] load .dockerignore [2026-01-07T08:38:45.886Z] #4 transferring context: 2B done [2026-01-07T08:38:45.886Z] #4 DONE 0.0s [2026-01-07T08:38:45.886Z] [2026-01-07T08:38:45.886Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:45.886Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done [2026-01-07T08:38:45.886Z] #5 CACHED [2026-01-07T08:38:45.886Z] [2026-01-07T08:38:45.886Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:45.886Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done [2026-01-07T08:38:45.886Z] #6 CACHED [2026-01-07T08:38:45.886Z] [2026-01-07T08:38:45.886Z] #7 exporting to image [2026-01-07T08:38:45.886Z] #7 exporting layers done [2026-01-07T08:38:45.886Z] #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done [2026-01-07T08:38:45.886Z] #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done [2026-01-07T08:38:45.886Z] #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done [2026-01-07T08:38:45.886Z] #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done [2026-01-07T08:38:45.886Z] #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done [2026-01-07T08:38:45.886Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:46.147Z] #7 pushing layers 0.0s done [2026-01-07T08:38:46.147Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done [2026-01-07T08:38:46.147Z] #7 DONE 0.1s [2026-01-07T08:38:46.147Z] [2026-01-07T08:38:46.147Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:46.147Z] #8 DONE 0.0s [2026-01-07T08:38:46.147Z] [2026-01-07T08:38:46.147Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:46.147Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:46.434Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:46.434Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:46.434Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:46.434Z] #1 transferring dockerfile: 224B done [2026-01-07T08:38:46.434Z] #1 DONE 0.0s [2026-01-07T08:38:46.434Z] [2026-01-07T08:38:46.434Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:46.434Z] #2 DONE 0.0s [2026-01-07T08:38:46.434Z] [2026-01-07T08:38:46.434Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:46.434Z] #3 DONE 0.0s [2026-01-07T08:38:46.434Z] [2026-01-07T08:38:46.434Z] #4 [internal] load .dockerignore [2026-01-07T08:38:46.434Z] #4 transferring context: 2B done [2026-01-07T08:38:46.434Z] #4 DONE 0.0s [2026-01-07T08:38:46.434Z] [2026-01-07T08:38:46.434Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:46.434Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done [2026-01-07T08:38:46.434Z] #5 CACHED [2026-01-07T08:38:46.435Z] [2026-01-07T08:38:46.435Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:46.435Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done [2026-01-07T08:38:46.435Z] #6 CACHED [2026-01-07T08:38:46.435Z] [2026-01-07T08:38:46.435Z] #7 exporting to image [2026-01-07T08:38:46.435Z] #7 exporting layers done [2026-01-07T08:38:46.435Z] #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done [2026-01-07T08:38:46.435Z] #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done [2026-01-07T08:38:46.435Z] #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done [2026-01-07T08:38:46.435Z] #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done [2026-01-07T08:38:46.435Z] #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done [2026-01-07T08:38:46.435Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:46.694Z] #7 pushing layers 0.0s done [2026-01-07T08:38:46.694Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done [2026-01-07T08:38:46.694Z] #7 DONE 0.1s [2026-01-07T08:38:46.694Z] [2026-01-07T08:38:46.694Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:46.694Z] #8 DONE 0.0s [2026-01-07T08:38:46.694Z] [2026-01-07T08:38:46.694Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:46.694Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:46.977Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2026-01-07T08:38:46.977Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2026-01-07T08:38:46.977Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:46.977Z] #1 transferring dockerfile: 175B done [2026-01-07T08:38:46.977Z] #1 DONE 0.0s [2026-01-07T08:38:46.977Z] [2026-01-07T08:38:46.977Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-01-07T08:38:46.977Z] #2 DONE 0.0s [2026-01-07T08:38:46.977Z] [2026-01-07T08:38:46.977Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-01-07T08:38:46.977Z] #3 DONE 0.0s [2026-01-07T08:38:46.977Z] [2026-01-07T08:38:46.977Z] #4 [internal] load .dockerignore [2026-01-07T08:38:46.977Z] #4 transferring context: 2B done [2026-01-07T08:38:46.977Z] #4 DONE 0.0s [2026-01-07T08:38:46.977Z] [2026-01-07T08:38:46.977Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:46.977Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done [2026-01-07T08:38:46.977Z] #5 CACHED [2026-01-07T08:38:46.977Z] [2026-01-07T08:38:46.977Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade [2026-01-07T08:38:46.977Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done [2026-01-07T08:38:46.977Z] #6 CACHED [2026-01-07T08:38:46.977Z] [2026-01-07T08:38:46.977Z] #7 exporting to image [2026-01-07T08:38:46.977Z] #7 exporting layers done [2026-01-07T08:38:46.977Z] #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done [2026-01-07T08:38:46.977Z] #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done [2026-01-07T08:38:46.977Z] #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 [2026-01-07T08:38:46.977Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:47.236Z] #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done [2026-01-07T08:38:47.236Z] #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done [2026-01-07T08:38:47.236Z] #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done [2026-01-07T08:38:47.236Z] #7 pushing layers 0.0s done [2026-01-07T08:38:47.236Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done [2026-01-07T08:38:47.236Z] #7 DONE 0.1s [2026-01-07T08:38:47.236Z] [2026-01-07T08:38:47.236Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:47.236Z] #8 DONE 0.0s [2026-01-07T08:38:47.236Z] [2026-01-07T08:38:47.236Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:47.236Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:47.522Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:47.522Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:47.522Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:47.522Z] #1 transferring dockerfile: 215B done [2026-01-07T08:38:47.522Z] #1 DONE 0.0s [2026-01-07T08:38:47.522Z] [2026-01-07T08:38:47.522Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:47.522Z] #2 DONE 0.0s [2026-01-07T08:38:47.522Z] [2026-01-07T08:38:47.522Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:47.522Z] #3 DONE 0.1s [2026-01-07T08:38:47.522Z] [2026-01-07T08:38:47.522Z] #4 [internal] load .dockerignore [2026-01-07T08:38:47.522Z] #4 transferring context: 2B done [2026-01-07T08:38:47.522Z] #4 DONE 0.0s [2026-01-07T08:38:47.522Z] [2026-01-07T08:38:47.522Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:47.522Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done [2026-01-07T08:38:47.522Z] #5 DONE 0.0s [2026-01-07T08:38:47.522Z] [2026-01-07T08:38:47.522Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:47.781Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done [2026-01-07T08:38:47.781Z] #6 DONE 0.0s [2026-01-07T08:38:47.781Z] [2026-01-07T08:38:47.781Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:47.781Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done [2026-01-07T08:38:47.781Z] #5 DONE 0.1s [2026-01-07T08:38:47.781Z] [2026-01-07T08:38:47.781Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:47.781Z] #7 DONE 0.0s [2026-01-07T08:38:47.781Z] [2026-01-07T08:38:47.781Z] #8 exporting to image [2026-01-07T08:38:47.781Z] #8 exporting layers done [2026-01-07T08:38:47.781Z] #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done [2026-01-07T08:38:47.781Z] #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done [2026-01-07T08:38:47.781Z] #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done [2026-01-07T08:38:47.781Z] #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done [2026-01-07T08:38:47.781Z] #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done [2026-01-07T08:38:47.781Z] #8 pushing layers 0.1s done [2026-01-07T08:38:47.781Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done [2026-01-07T08:38:47.781Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:47.781Z] #8 DONE 0.2s [2026-01-07T08:38:48.039Z] [2026-01-07T08:38:48.039Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:48.039Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:48.321Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2026-01-07T08:38:48.321Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2026-01-07T08:38:48.321Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:48.321Z] #1 transferring dockerfile: 181B 0.0s done [2026-01-07T08:38:48.321Z] #1 DONE 0.0s [2026-01-07T08:38:48.321Z] [2026-01-07T08:38:48.321Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-01-07T08:38:48.321Z] #2 DONE 0.0s [2026-01-07T08:38:48.321Z] [2026-01-07T08:38:48.321Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-01-07T08:38:48.321Z] #3 DONE 0.0s [2026-01-07T08:38:48.321Z] [2026-01-07T08:38:48.321Z] #4 [internal] load .dockerignore [2026-01-07T08:38:48.321Z] #4 transferring context: 2B done [2026-01-07T08:38:48.321Z] #4 DONE 0.0s [2026-01-07T08:38:48.321Z] [2026-01-07T08:38:48.321Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:48.321Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:48.580Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done [2026-01-07T08:38:48.580Z] #5 CACHED [2026-01-07T08:38:48.580Z] [2026-01-07T08:38:48.580Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:48.580Z] #6 CACHED [2026-01-07T08:38:48.580Z] [2026-01-07T08:38:48.580Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:48.580Z] #7 DONE 0.0s [2026-01-07T08:38:48.580Z] [2026-01-07T08:38:48.580Z] #8 exporting to image [2026-01-07T08:38:48.580Z] #8 exporting layers done [2026-01-07T08:38:48.580Z] #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done [2026-01-07T08:38:48.580Z] #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done [2026-01-07T08:38:48.580Z] #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done [2026-01-07T08:38:48.580Z] #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done [2026-01-07T08:38:48.580Z] #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done [2026-01-07T08:38:48.580Z] #8 pushing layers 0.0s done [2026-01-07T08:38:48.580Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done [2026-01-07T08:38:48.580Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:48.580Z] #8 DONE 0.1s [2026-01-07T08:38:48.580Z] [2026-01-07T08:38:48.580Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:48.580Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:48.866Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91' [2026-01-07T08:38:48.866Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 --push - [2026-01-07T08:38:49.125Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:49.125Z] #1 transferring dockerfile: 187B done [2026-01-07T08:38:49.125Z] #1 DONE 0.0s [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 [2026-01-07T08:38:49.125Z] #2 DONE 0.1s [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 [2026-01-07T08:38:49.125Z] #3 DONE 0.1s [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] #4 [internal] load .dockerignore [2026-01-07T08:38:49.125Z] #4 transferring context: 2B done [2026-01-07T08:38:49.125Z] #4 DONE 0.0s [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:49.125Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done [2026-01-07T08:38:49.125Z] #5 CACHED [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:49.125Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done [2026-01-07T08:38:49.125Z] #6 CACHED [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:49.125Z] #7 DONE 0.0s [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] #8 exporting to image [2026-01-07T08:38:49.125Z] #8 exporting layers done [2026-01-07T08:38:49.125Z] #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done [2026-01-07T08:38:49.125Z] #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done [2026-01-07T08:38:49.125Z] #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done [2026-01-07T08:38:49.125Z] #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done [2026-01-07T08:38:49.125Z] #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done [2026-01-07T08:38:49.125Z] #8 pushing layers 0.0s done [2026-01-07T08:38:49.125Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done [2026-01-07T08:38:49.125Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:49.125Z] #8 DONE 0.1s [2026-01-07T08:38:49.125Z] [2026-01-07T08:38:49.125Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:49.125Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:49.408Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:49.408Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:49.973Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:49.973Z] #1 transferring dockerfile: 228B done [2026-01-07T08:38:49.973Z] #1 DONE 0.2s [2026-01-07T08:38:49.973Z] [2026-01-07T08:38:49.973Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:50.543Z] #2 DONE 0.6s [2026-01-07T08:38:50.543Z] [2026-01-07T08:38:50.543Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:50.543Z] #3 DONE 0.5s [2026-01-07T08:38:50.543Z] [2026-01-07T08:38:50.543Z] #4 [internal] load .dockerignore [2026-01-07T08:38:50.543Z] #4 transferring context: 2B done [2026-01-07T08:38:50.543Z] #4 DONE 0.2s [2026-01-07T08:38:50.543Z] [2026-01-07T08:38:50.543Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:50.543Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done [2026-01-07T08:38:50.543Z] #5 DONE 0.0s [2026-01-07T08:38:50.543Z] [2026-01-07T08:38:50.543Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:50.836Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done [2026-01-07T08:38:50.836Z] #6 CACHED [2026-01-07T08:38:50.836Z] [2026-01-07T08:38:50.836Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:50.836Z] #5 CACHED [2026-01-07T08:38:50.836Z] [2026-01-07T08:38:50.836Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:50.836Z] #7 DONE 0.0s [2026-01-07T08:38:50.836Z] [2026-01-07T08:38:50.836Z] #8 exporting to image [2026-01-07T08:38:50.836Z] #8 exporting layers done [2026-01-07T08:38:50.836Z] #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done [2026-01-07T08:38:50.836Z] #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done [2026-01-07T08:38:50.836Z] #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done [2026-01-07T08:38:50.836Z] #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done [2026-01-07T08:38:50.836Z] #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done [2026-01-07T08:38:50.836Z] #8 pushing layers 0.0s done [2026-01-07T08:38:50.836Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done [2026-01-07T08:38:50.836Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:50.836Z] #8 DONE 0.1s [2026-01-07T08:38:50.836Z] [2026-01-07T08:38:50.836Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:50.836Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:51.203Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2026-01-07T08:38:51.203Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2026-01-07T08:38:51.203Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:51.203Z] #1 transferring dockerfile: 179B done [2026-01-07T08:38:51.203Z] #1 DONE 0.0s [2026-01-07T08:38:51.203Z] [2026-01-07T08:38:51.203Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-01-07T08:38:51.203Z] #2 DONE 0.0s [2026-01-07T08:38:51.203Z] [2026-01-07T08:38:51.203Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-01-07T08:38:51.203Z] #3 DONE 0.0s [2026-01-07T08:38:51.203Z] [2026-01-07T08:38:51.203Z] #4 [internal] load .dockerignore [2026-01-07T08:38:51.203Z] #4 transferring context: 2B done [2026-01-07T08:38:51.203Z] #4 DONE 0.0s [2026-01-07T08:38:51.203Z] [2026-01-07T08:38:51.203Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:51.203Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done [2026-01-07T08:38:51.203Z] #5 CACHED [2026-01-07T08:38:51.203Z] [2026-01-07T08:38:51.203Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 [2026-01-07T08:38:51.203Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done [2026-01-07T08:38:51.203Z] #6 CACHED [2026-01-07T08:38:51.203Z] [2026-01-07T08:38:51.203Z] #7 exporting to image [2026-01-07T08:38:51.203Z] #7 exporting layers done [2026-01-07T08:38:51.203Z] #7 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done [2026-01-07T08:38:51.203Z] #7 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done [2026-01-07T08:38:51.203Z] #7 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done [2026-01-07T08:38:51.203Z] #7 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done [2026-01-07T08:38:51.203Z] #7 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done [2026-01-07T08:38:51.203Z] #7 pushing layers 0.0s done [2026-01-07T08:38:51.203Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a [2026-01-07T08:38:51.203Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:51.469Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done [2026-01-07T08:38:51.469Z] #7 DONE 0.1s [2026-01-07T08:38:51.469Z] [2026-01-07T08:38:51.469Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:51.469Z] #8 DONE 0.0s [2026-01-07T08:38:51.469Z] [2026-01-07T08:38:51.469Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:51.469Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:51.756Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:51.756Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:51.756Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:52.015Z] #1 transferring dockerfile: 205B done [2026-01-07T08:38:52.015Z] #1 DONE 0.0s [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:52.015Z] #2 DONE 0.0s [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:52.015Z] #3 DONE 0.0s [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #4 [internal] load .dockerignore [2026-01-07T08:38:52.015Z] #4 transferring context: 2B done [2026-01-07T08:38:52.015Z] #4 DONE 0.0s [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:52.015Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done [2026-01-07T08:38:52.015Z] #5 DONE 0.0s [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:52.015Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done [2026-01-07T08:38:52.015Z] #6 DONE 0.1s [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #7 exporting to image [2026-01-07T08:38:52.015Z] #7 exporting layers done [2026-01-07T08:38:52.015Z] #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done [2026-01-07T08:38:52.015Z] #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done [2026-01-07T08:38:52.015Z] #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done [2026-01-07T08:38:52.015Z] #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d [2026-01-07T08:38:52.015Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:52.015Z] #7 ... [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:52.015Z] #8 DONE 0.0s [2026-01-07T08:38:52.015Z] [2026-01-07T08:38:52.015Z] #7 exporting to image [2026-01-07T08:38:52.015Z] #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done [2026-01-07T08:38:52.015Z] #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done [2026-01-07T08:38:52.015Z] #7 pushing layers 0.1s done [2026-01-07T08:38:52.015Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 [2026-01-07T08:38:52.274Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done [2026-01-07T08:38:52.274Z] #7 DONE 0.2s [2026-01-07T08:38:52.274Z] [2026-01-07T08:38:52.274Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:52.274Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:52.560Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2026-01-07T08:38:52.560Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2026-01-07T08:38:52.560Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:52.560Z] #1 transferring dockerfile: 171B done [2026-01-07T08:38:52.560Z] #1 DONE 0.0s [2026-01-07T08:38:52.560Z] [2026-01-07T08:38:52.560Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-01-07T08:38:52.560Z] #2 DONE 0.0s [2026-01-07T08:38:52.560Z] [2026-01-07T08:38:52.560Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-01-07T08:38:52.560Z] #3 DONE 0.0s [2026-01-07T08:38:52.560Z] [2026-01-07T08:38:52.560Z] #4 [internal] load .dockerignore [2026-01-07T08:38:52.560Z] #4 transferring context: 2B done [2026-01-07T08:38:52.560Z] #4 DONE 0.0s [2026-01-07T08:38:52.560Z] [2026-01-07T08:38:52.560Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:52.560Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done [2026-01-07T08:38:52.560Z] #5 CACHED [2026-01-07T08:38:52.560Z] [2026-01-07T08:38:52.560Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:52.560Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done [2026-01-07T08:38:52.560Z] #6 CACHED [2026-01-07T08:38:52.560Z] [2026-01-07T08:38:52.560Z] #7 exporting to image [2026-01-07T08:38:52.560Z] #7 exporting layers done [2026-01-07T08:38:52.560Z] #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done [2026-01-07T08:38:52.560Z] #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done [2026-01-07T08:38:52.560Z] #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done [2026-01-07T08:38:52.560Z] #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d [2026-01-07T08:38:52.560Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:52.818Z] #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done [2026-01-07T08:38:52.818Z] #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done [2026-01-07T08:38:52.818Z] #7 pushing layers 0.0s done [2026-01-07T08:38:52.818Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done [2026-01-07T08:38:52.818Z] #7 DONE 0.1s [2026-01-07T08:38:52.818Z] [2026-01-07T08:38:52.818Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:52.818Z] #8 DONE 0.0s [2026-01-07T08:38:52.818Z] [2026-01-07T08:38:52.818Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:52.818Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:53.103Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91' [2026-01-07T08:38:53.103Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 --push - [2026-01-07T08:38:53.362Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:53.362Z] #1 transferring dockerfile: 177B done [2026-01-07T08:38:53.362Z] #1 DONE 0.0s [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 [2026-01-07T08:38:53.362Z] #2 DONE 0.0s [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 [2026-01-07T08:38:53.362Z] #3 DONE 0.0s [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] #4 [internal] load .dockerignore [2026-01-07T08:38:53.362Z] #4 transferring context: 2B done [2026-01-07T08:38:53.362Z] #4 DONE 0.0s [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:53.362Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done [2026-01-07T08:38:53.362Z] #5 CACHED [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:53.362Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done [2026-01-07T08:38:53.362Z] #6 CACHED [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] #7 exporting to image [2026-01-07T08:38:53.362Z] #7 exporting layers done [2026-01-07T08:38:53.362Z] #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done [2026-01-07T08:38:53.362Z] #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done [2026-01-07T08:38:53.362Z] #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done [2026-01-07T08:38:53.362Z] #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done [2026-01-07T08:38:53.362Z] #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done [2026-01-07T08:38:53.362Z] #7 pushing layers 0.0s done [2026-01-07T08:38:53.362Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 [2026-01-07T08:38:53.362Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:53.362Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done [2026-01-07T08:38:53.362Z] #7 DONE 0.1s [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:53.362Z] #8 DONE 0.0s [2026-01-07T08:38:53.362Z] [2026-01-07T08:38:53.362Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:53.362Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:53.644Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:53.644Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:53.905Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:53.905Z] #1 transferring dockerfile: 218B done [2026-01-07T08:38:53.905Z] #1 DONE 0.0s [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:53.905Z] #2 DONE 0.0s [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:53.905Z] #3 DONE 0.0s [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] #4 [internal] load .dockerignore [2026-01-07T08:38:53.905Z] #4 transferring context: 2B done [2026-01-07T08:38:53.905Z] #4 DONE 0.0s [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:53.905Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done [2026-01-07T08:38:53.905Z] #5 CACHED [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:53.905Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done [2026-01-07T08:38:53.905Z] #6 CACHED [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] #7 exporting to image [2026-01-07T08:38:53.905Z] #7 exporting layers done [2026-01-07T08:38:53.905Z] #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done [2026-01-07T08:38:53.905Z] #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done [2026-01-07T08:38:53.905Z] #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done [2026-01-07T08:38:53.905Z] #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done [2026-01-07T08:38:53.905Z] #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done [2026-01-07T08:38:53.905Z] #7 pushing layers 0.0s done [2026-01-07T08:38:53.905Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 [2026-01-07T08:38:53.905Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:53.905Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done [2026-01-07T08:38:53.905Z] #7 DONE 0.1s [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:53.905Z] #8 DONE 0.0s [2026-01-07T08:38:53.905Z] [2026-01-07T08:38:53.905Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:53.905Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:54.190Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2026-01-07T08:38:54.190Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2026-01-07T08:38:54.452Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:54.452Z] #1 transferring dockerfile: 169B done [2026-01-07T08:38:54.452Z] #1 DONE 0.0s [2026-01-07T08:38:54.452Z] [2026-01-07T08:38:54.452Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-01-07T08:38:54.452Z] #2 DONE 0.0s [2026-01-07T08:38:54.452Z] [2026-01-07T08:38:54.452Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-01-07T08:38:54.452Z] #3 DONE 0.0s [2026-01-07T08:38:54.452Z] [2026-01-07T08:38:54.452Z] #4 [internal] load .dockerignore [2026-01-07T08:38:54.452Z] #4 transferring context: 2B done [2026-01-07T08:38:54.452Z] #4 DONE 0.0s [2026-01-07T08:38:54.452Z] [2026-01-07T08:38:54.452Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:54.452Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done [2026-01-07T08:38:54.452Z] #5 CACHED [2026-01-07T08:38:54.452Z] [2026-01-07T08:38:54.452Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 [2026-01-07T08:38:54.452Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done [2026-01-07T08:38:54.452Z] #6 CACHED [2026-01-07T08:38:54.453Z] [2026-01-07T08:38:54.453Z] #7 exporting to image [2026-01-07T08:38:54.453Z] #7 exporting layers done [2026-01-07T08:38:54.453Z] #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done [2026-01-07T08:38:54.453Z] #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done [2026-01-07T08:38:54.453Z] #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done [2026-01-07T08:38:54.453Z] #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done [2026-01-07T08:38:54.453Z] #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done [2026-01-07T08:38:54.453Z] #7 pushing layers 0.0s done [2026-01-07T08:38:54.453Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 [2026-01-07T08:38:54.453Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:54.453Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done [2026-01-07T08:38:54.453Z] #7 DONE 0.1s [2026-01-07T08:38:54.453Z] [2026-01-07T08:38:54.453Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:54.453Z] #8 DONE 0.0s [2026-01-07T08:38:54.453Z] [2026-01-07T08:38:54.453Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:54.453Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:54.738Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:54.738Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:54.738Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:54.738Z] #1 transferring dockerfile: 206B done [2026-01-07T08:38:54.738Z] #1 DONE 0.0s [2026-01-07T08:38:54.738Z] [2026-01-07T08:38:54.738Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:54.738Z] #2 DONE 0.0s [2026-01-07T08:38:54.738Z] [2026-01-07T08:38:54.738Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:54.738Z] #3 DONE 0.0s [2026-01-07T08:38:54.738Z] [2026-01-07T08:38:54.738Z] #4 [internal] load .dockerignore [2026-01-07T08:38:54.738Z] #4 transferring context: 2B done [2026-01-07T08:38:54.738Z] #4 DONE 0.0s [2026-01-07T08:38:54.738Z] [2026-01-07T08:38:54.738Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:54.738Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:54.999Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done [2026-01-07T08:38:54.999Z] #5 DONE 0.0s [2026-01-07T08:38:54.999Z] [2026-01-07T08:38:54.999Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:54.999Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done [2026-01-07T08:38:54.999Z] #6 DONE 0.1s [2026-01-07T08:38:54.999Z] [2026-01-07T08:38:54.999Z] #7 exporting to image [2026-01-07T08:38:54.999Z] #7 exporting layers done [2026-01-07T08:38:54.999Z] #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done [2026-01-07T08:38:54.999Z] #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done [2026-01-07T08:38:54.999Z] #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done [2026-01-07T08:38:54.999Z] #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done [2026-01-07T08:38:54.999Z] #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f [2026-01-07T08:38:54.999Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:54.999Z] #7 ... [2026-01-07T08:38:54.999Z] [2026-01-07T08:38:54.999Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:54.999Z] #8 DONE 0.0s [2026-01-07T08:38:54.999Z] [2026-01-07T08:38:54.999Z] #7 exporting to image [2026-01-07T08:38:54.999Z] #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done [2026-01-07T08:38:54.999Z] #7 pushing layers 0.1s done [2026-01-07T08:38:54.999Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f [2026-01-07T08:38:55.257Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done [2026-01-07T08:38:55.257Z] #7 DONE 0.2s [2026-01-07T08:38:55.257Z] [2026-01-07T08:38:55.257Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:55.257Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:55.538Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2026-01-07T08:38:55.538Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2026-01-07T08:38:55.538Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:55.538Z] #1 transferring dockerfile: 172B done [2026-01-07T08:38:55.538Z] #1 DONE 0.0s [2026-01-07T08:38:55.538Z] [2026-01-07T08:38:55.538Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-01-07T08:38:55.538Z] #2 DONE 0.0s [2026-01-07T08:38:55.538Z] [2026-01-07T08:38:55.538Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-01-07T08:38:55.538Z] #3 DONE 0.0s [2026-01-07T08:38:55.538Z] [2026-01-07T08:38:55.538Z] #4 [internal] load .dockerignore [2026-01-07T08:38:55.538Z] #4 transferring context: 2B done [2026-01-07T08:38:55.538Z] #4 DONE 0.0s [2026-01-07T08:38:55.538Z] [2026-01-07T08:38:55.538Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:55.538Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done [2026-01-07T08:38:55.538Z] #5 CACHED [2026-01-07T08:38:55.538Z] [2026-01-07T08:38:55.538Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:55.538Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done [2026-01-07T08:38:55.538Z] #6 CACHED [2026-01-07T08:38:55.538Z] [2026-01-07T08:38:55.538Z] #7 exporting to image [2026-01-07T08:38:55.538Z] #7 exporting layers [2026-01-07T08:38:55.538Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:55.796Z] #7 exporting layers done [2026-01-07T08:38:55.796Z] #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done [2026-01-07T08:38:55.796Z] #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done [2026-01-07T08:38:55.796Z] #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done [2026-01-07T08:38:55.796Z] #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done [2026-01-07T08:38:55.796Z] #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done [2026-01-07T08:38:55.796Z] #7 pushing layers 0.0s done [2026-01-07T08:38:55.796Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done [2026-01-07T08:38:55.796Z] #7 DONE 0.1s [2026-01-07T08:38:55.796Z] [2026-01-07T08:38:55.796Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:55.796Z] #8 DONE 0.0s [2026-01-07T08:38:55.796Z] [2026-01-07T08:38:55.796Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:55.796Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:56.081Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91' [2026-01-07T08:38:56.082Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 --push - [2026-01-07T08:38:56.340Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:56.340Z] #1 transferring dockerfile: 178B done [2026-01-07T08:38:56.340Z] #1 DONE 0.0s [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 [2026-01-07T08:38:56.340Z] #2 DONE 0.0s [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 [2026-01-07T08:38:56.340Z] #3 DONE 0.0s [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] #4 [internal] load .dockerignore [2026-01-07T08:38:56.340Z] #4 transferring context: 2B done [2026-01-07T08:38:56.340Z] #4 DONE 0.0s [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:56.340Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:56.340Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done [2026-01-07T08:38:56.340Z] #5 CACHED [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:56.340Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done [2026-01-07T08:38:56.340Z] #6 CACHED [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:56.340Z] #7 DONE 0.0s [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] #8 exporting to image [2026-01-07T08:38:56.340Z] #8 exporting layers done [2026-01-07T08:38:56.340Z] #8 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done [2026-01-07T08:38:56.340Z] #8 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done [2026-01-07T08:38:56.340Z] #8 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done [2026-01-07T08:38:56.340Z] #8 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done [2026-01-07T08:38:56.340Z] #8 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done [2026-01-07T08:38:56.340Z] #8 pushing layers 0.0s done [2026-01-07T08:38:56.340Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done [2026-01-07T08:38:56.340Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:56.340Z] #8 DONE 0.1s [2026-01-07T08:38:56.340Z] [2026-01-07T08:38:56.340Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:56.340Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:56.625Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:56.625Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:56.625Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:56.625Z] #1 transferring dockerfile: 219B done [2026-01-07T08:38:56.625Z] #1 DONE 0.0s [2026-01-07T08:38:56.625Z] [2026-01-07T08:38:56.625Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:56.625Z] #2 DONE 0.0s [2026-01-07T08:38:56.625Z] [2026-01-07T08:38:56.625Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:56.625Z] #3 DONE 0.0s [2026-01-07T08:38:56.625Z] [2026-01-07T08:38:56.625Z] #4 [internal] load .dockerignore [2026-01-07T08:38:56.625Z] #4 transferring context: 2B done [2026-01-07T08:38:56.625Z] #4 DONE 0.0s [2026-01-07T08:38:56.625Z] [2026-01-07T08:38:56.625Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:56.625Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done [2026-01-07T08:38:56.625Z] #5 CACHED [2026-01-07T08:38:56.625Z] [2026-01-07T08:38:56.625Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:56.625Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done [2026-01-07T08:38:56.625Z] #6 CACHED [2026-01-07T08:38:56.625Z] [2026-01-07T08:38:56.625Z] #7 exporting to image [2026-01-07T08:38:56.625Z] #7 exporting layers done [2026-01-07T08:38:56.625Z] #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done [2026-01-07T08:38:56.625Z] #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done [2026-01-07T08:38:56.625Z] #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done [2026-01-07T08:38:56.625Z] #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done [2026-01-07T08:38:56.625Z] #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done [2026-01-07T08:38:56.625Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:56.883Z] #7 pushing layers 0.0s done [2026-01-07T08:38:56.883Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done [2026-01-07T08:38:56.883Z] #7 DONE 0.1s [2026-01-07T08:38:56.883Z] [2026-01-07T08:38:56.883Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:56.883Z] #8 DONE 0.0s [2026-01-07T08:38:56.883Z] [2026-01-07T08:38:56.883Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:56.883Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:57.167Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2026-01-07T08:38:57.167Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2026-01-07T08:38:57.167Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:57.167Z] #1 transferring dockerfile: 170B done [2026-01-07T08:38:57.167Z] #1 DONE 0.0s [2026-01-07T08:38:57.167Z] [2026-01-07T08:38:57.167Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-01-07T08:38:57.167Z] #2 DONE 0.0s [2026-01-07T08:38:57.167Z] [2026-01-07T08:38:57.167Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-01-07T08:38:57.167Z] #3 DONE 0.0s [2026-01-07T08:38:57.167Z] [2026-01-07T08:38:57.167Z] #4 [internal] load .dockerignore [2026-01-07T08:38:57.167Z] #4 transferring context: 2B done [2026-01-07T08:38:57.167Z] #4 DONE 0.0s [2026-01-07T08:38:57.167Z] [2026-01-07T08:38:57.167Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:57.167Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done [2026-01-07T08:38:57.167Z] #5 CACHED [2026-01-07T08:38:57.167Z] [2026-01-07T08:38:57.167Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f [2026-01-07T08:38:57.167Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done [2026-01-07T08:38:57.167Z] #6 CACHED [2026-01-07T08:38:57.167Z] [2026-01-07T08:38:57.167Z] #7 exporting to image [2026-01-07T08:38:57.167Z] #7 exporting layers done [2026-01-07T08:38:57.167Z] #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done [2026-01-07T08:38:57.167Z] #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done [2026-01-07T08:38:57.167Z] #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done [2026-01-07T08:38:57.167Z] #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done [2026-01-07T08:38:57.167Z] #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done [2026-01-07T08:38:57.167Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:57.425Z] #7 pushing layers 0.0s done [2026-01-07T08:38:57.425Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done [2026-01-07T08:38:57.425Z] #7 DONE 0.1s [2026-01-07T08:38:57.425Z] [2026-01-07T08:38:57.425Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:57.425Z] #8 DONE 0.0s [2026-01-07T08:38:57.425Z] [2026-01-07T08:38:57.425Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:57.425Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:57.707Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:38:57.707Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:38:57.707Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:57.707Z] #1 transferring dockerfile: 206B done [2026-01-07T08:38:57.707Z] #1 DONE 0.0s [2026-01-07T08:38:57.707Z] [2026-01-07T08:38:57.707Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:57.707Z] #2 DONE 0.0s [2026-01-07T08:38:57.707Z] [2026-01-07T08:38:57.707Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:38:57.707Z] #3 DONE 0.1s [2026-01-07T08:38:57.707Z] [2026-01-07T08:38:57.707Z] #4 [internal] load .dockerignore [2026-01-07T08:38:57.707Z] #4 transferring context: 2B done [2026-01-07T08:38:57.707Z] #4 DONE 0.0s [2026-01-07T08:38:57.707Z] [2026-01-07T08:38:57.707Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:57.707Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:57.967Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done [2026-01-07T08:38:57.967Z] #5 DONE 0.1s [2026-01-07T08:38:57.967Z] [2026-01-07T08:38:57.967Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:57.967Z] #6 DONE 0.0s [2026-01-07T08:38:57.967Z] [2026-01-07T08:38:57.967Z] #7 exporting to image [2026-01-07T08:38:57.967Z] #7 exporting layers done [2026-01-07T08:38:57.967Z] #7 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done [2026-01-07T08:38:57.967Z] #7 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done [2026-01-07T08:38:57.967Z] #7 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done [2026-01-07T08:38:57.967Z] #7 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 0.0s done [2026-01-07T08:38:57.967Z] #7 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done [2026-01-07T08:38:57.967Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:57.967Z] #7 ... [2026-01-07T08:38:57.967Z] [2026-01-07T08:38:57.967Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:57.967Z] #8 DONE 0.0s [2026-01-07T08:38:57.967Z] [2026-01-07T08:38:57.967Z] #7 exporting to image [2026-01-07T08:38:57.967Z] #7 pushing layers 0.1s done [2026-01-07T08:38:57.967Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 [2026-01-07T08:38:58.227Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done [2026-01-07T08:38:58.227Z] #7 DONE 0.2s [2026-01-07T08:38:58.227Z] [2026-01-07T08:38:58.227Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:58.227Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:58.512Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2026-01-07T08:38:58.512Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2026-01-07T08:38:58.773Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:58.773Z] #1 transferring dockerfile: 172B done [2026-01-07T08:38:58.773Z] #1 DONE 0.0s [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-01-07T08:38:58.773Z] #2 DONE 0.0s [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-01-07T08:38:58.773Z] #3 DONE 0.0s [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] #4 [internal] load .dockerignore [2026-01-07T08:38:58.773Z] #4 transferring context: 2B done [2026-01-07T08:38:58.773Z] #4 DONE 0.0s [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:58.773Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:58.773Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done [2026-01-07T08:38:58.773Z] #5 CACHED [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:58.773Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done [2026-01-07T08:38:58.773Z] #6 CACHED [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:58.773Z] #7 DONE 0.0s [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] #8 exporting to image [2026-01-07T08:38:58.773Z] #8 exporting layers done [2026-01-07T08:38:58.773Z] #8 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done [2026-01-07T08:38:58.773Z] #8 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done [2026-01-07T08:38:58.773Z] #8 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done [2026-01-07T08:38:58.773Z] #8 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done [2026-01-07T08:38:58.773Z] #8 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done [2026-01-07T08:38:58.773Z] #8 pushing layers 0.0s done [2026-01-07T08:38:58.773Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done [2026-01-07T08:38:58.773Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:58.773Z] #8 DONE 0.1s [2026-01-07T08:38:58.773Z] [2026-01-07T08:38:58.773Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:58.773Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:59.054Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91' [2026-01-07T08:38:59.054Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 --push - [2026-01-07T08:38:59.054Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:59.054Z] #1 transferring dockerfile: 178B done [2026-01-07T08:38:59.054Z] #1 DONE 0.0s [2026-01-07T08:38:59.054Z] [2026-01-07T08:38:59.054Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 [2026-01-07T08:38:59.054Z] #2 DONE 0.0s [2026-01-07T08:38:59.054Z] [2026-01-07T08:38:59.054Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 [2026-01-07T08:38:59.054Z] #3 DONE 0.0s [2026-01-07T08:38:59.054Z] [2026-01-07T08:38:59.054Z] #4 [internal] load .dockerignore [2026-01-07T08:38:59.054Z] #4 transferring context: 2B done [2026-01-07T08:38:59.054Z] #4 DONE 0.0s [2026-01-07T08:38:59.054Z] [2026-01-07T08:38:59.054Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:59.054Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done [2026-01-07T08:38:59.054Z] #5 CACHED [2026-01-07T08:38:59.054Z] [2026-01-07T08:38:59.054Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:59.054Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done [2026-01-07T08:38:59.054Z] #6 CACHED [2026-01-07T08:38:59.054Z] [2026-01-07T08:38:59.054Z] #7 exporting to image [2026-01-07T08:38:59.054Z] #7 exporting layers [2026-01-07T08:38:59.054Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:59.314Z] #7 exporting layers done [2026-01-07T08:38:59.314Z] #7 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done [2026-01-07T08:38:59.314Z] #7 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done [2026-01-07T08:38:59.314Z] #7 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done [2026-01-07T08:38:59.314Z] #7 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done [2026-01-07T08:38:59.314Z] #7 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done [2026-01-07T08:38:59.314Z] #7 pushing layers 0.0s done [2026-01-07T08:38:59.314Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done [2026-01-07T08:38:59.314Z] #7 DONE 0.1s [2026-01-07T08:38:59.314Z] [2026-01-07T08:38:59.314Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:59.314Z] #8 DONE 0.0s [2026-01-07T08:38:59.314Z] [2026-01-07T08:38:59.314Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:59.314Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:38:59.594Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:38:59.594Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:38:59.594Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:38:59.594Z] #1 transferring dockerfile: 219B done [2026-01-07T08:38:59.594Z] #1 DONE 0.0s [2026-01-07T08:38:59.594Z] [2026-01-07T08:38:59.594Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:59.594Z] #2 DONE 0.0s [2026-01-07T08:38:59.594Z] [2026-01-07T08:38:59.594Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:38:59.594Z] #3 DONE 0.0s [2026-01-07T08:38:59.594Z] [2026-01-07T08:38:59.594Z] #4 [internal] load .dockerignore [2026-01-07T08:38:59.594Z] #4 transferring context: 2B done [2026-01-07T08:38:59.594Z] #4 DONE 0.0s [2026-01-07T08:38:59.594Z] [2026-01-07T08:38:59.594Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:59.594Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done [2026-01-07T08:38:59.594Z] #5 DONE 0.0s [2026-01-07T08:38:59.594Z] [2026-01-07T08:38:59.594Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:59.855Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done [2026-01-07T08:38:59.855Z] #6 CACHED [2026-01-07T08:38:59.855Z] [2026-01-07T08:38:59.855Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:38:59.855Z] #5 CACHED [2026-01-07T08:38:59.855Z] [2026-01-07T08:38:59.855Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:38:59.855Z] #7 DONE 0.0s [2026-01-07T08:38:59.855Z] [2026-01-07T08:38:59.855Z] #8 exporting to image [2026-01-07T08:38:59.855Z] #8 exporting layers done [2026-01-07T08:38:59.855Z] #8 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done [2026-01-07T08:38:59.855Z] #8 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done [2026-01-07T08:38:59.855Z] #8 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done [2026-01-07T08:38:59.855Z] #8 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done [2026-01-07T08:38:59.855Z] #8 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done [2026-01-07T08:38:59.855Z] #8 pushing layers 0.0s done [2026-01-07T08:38:59.855Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done [2026-01-07T08:38:59.855Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:38:59.855Z] #8 DONE 0.1s [2026-01-07T08:38:59.855Z] [2026-01-07T08:38:59.855Z] 1 warning found (use --debug to expand): [2026-01-07T08:38:59.855Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:00.144Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2026-01-07T08:39:00.144Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2026-01-07T08:39:00.403Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:00.403Z] #1 transferring dockerfile: 170B done [2026-01-07T08:39:00.403Z] #1 DONE 0.0s [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-01-07T08:39:00.403Z] #2 DONE 0.0s [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-01-07T08:39:00.403Z] #3 DONE 0.0s [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #4 [internal] load .dockerignore [2026-01-07T08:39:00.403Z] #4 transferring context: 2B done [2026-01-07T08:39:00.403Z] #4 DONE 0.0s [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:39:00.403Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done [2026-01-07T08:39:00.403Z] #5 DONE 0.0s [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:39:00.403Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done [2026-01-07T08:39:00.403Z] #6 CACHED [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 [2026-01-07T08:39:00.403Z] #5 CACHED [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:00.403Z] #7 DONE 0.0s [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] #8 exporting to image [2026-01-07T08:39:00.403Z] #8 exporting layers done [2026-01-07T08:39:00.403Z] #8 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done [2026-01-07T08:39:00.403Z] #8 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done [2026-01-07T08:39:00.403Z] #8 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done [2026-01-07T08:39:00.403Z] #8 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done [2026-01-07T08:39:00.403Z] #8 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done [2026-01-07T08:39:00.403Z] #8 pushing layers 0.0s done [2026-01-07T08:39:00.403Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done [2026-01-07T08:39:00.403Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:00.403Z] #8 DONE 0.1s [2026-01-07T08:39:00.403Z] [2026-01-07T08:39:00.403Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:00.403Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:00.689Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:39:00.689Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:39:00.689Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:00.689Z] #1 transferring dockerfile: 206B done [2026-01-07T08:39:00.689Z] #1 DONE 0.0s [2026-01-07T08:39:00.689Z] [2026-01-07T08:39:00.689Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:39:00.689Z] #2 DONE 0.1s [2026-01-07T08:39:00.689Z] [2026-01-07T08:39:00.689Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:39:00.689Z] #3 DONE 0.1s [2026-01-07T08:39:00.689Z] [2026-01-07T08:39:00.689Z] #4 [internal] load .dockerignore [2026-01-07T08:39:00.689Z] #4 transferring context: 2B done [2026-01-07T08:39:00.689Z] #4 DONE 0.0s [2026-01-07T08:39:00.949Z] [2026-01-07T08:39:00.949Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:00.949Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:00.949Z] #5 ... [2026-01-07T08:39:00.949Z] [2026-01-07T08:39:00.949Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:00.949Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done [2026-01-07T08:39:00.949Z] #6 DONE 0.1s [2026-01-07T08:39:00.949Z] [2026-01-07T08:39:00.949Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:00.949Z] #7 DONE 0.0s [2026-01-07T08:39:00.949Z] [2026-01-07T08:39:00.949Z] #8 exporting to image [2026-01-07T08:39:00.949Z] #8 exporting layers done [2026-01-07T08:39:00.949Z] #8 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done [2026-01-07T08:39:00.949Z] #8 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done [2026-01-07T08:39:00.949Z] #8 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done [2026-01-07T08:39:00.949Z] #8 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done [2026-01-07T08:39:00.949Z] #8 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done [2026-01-07T08:39:00.949Z] #8 pushing layers 0.1s done [2026-01-07T08:39:00.949Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 [2026-01-07T08:39:00.949Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:01.208Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done [2026-01-07T08:39:01.208Z] #8 DONE 0.2s [2026-01-07T08:39:01.469Z] [2026-01-07T08:39:01.469Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:01.469Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:01.758Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2026-01-07T08:39:01.758Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2026-01-07T08:39:01.758Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:01.758Z] #1 transferring dockerfile: 172B done [2026-01-07T08:39:01.758Z] #1 DONE 0.0s [2026-01-07T08:39:01.758Z] [2026-01-07T08:39:01.758Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-01-07T08:39:01.758Z] #2 DONE 0.0s [2026-01-07T08:39:01.758Z] [2026-01-07T08:39:01.758Z] #3 [internal] load .dockerignore [2026-01-07T08:39:01.758Z] #3 transferring context: 2B done [2026-01-07T08:39:01.758Z] #3 DONE 0.0s [2026-01-07T08:39:01.758Z] [2026-01-07T08:39:01.758Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-01-07T08:39:01.758Z] #4 DONE 0.0s [2026-01-07T08:39:01.758Z] [2026-01-07T08:39:01.758Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:01.758Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done [2026-01-07T08:39:01.758Z] #5 CACHED [2026-01-07T08:39:01.758Z] [2026-01-07T08:39:01.758Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:01.758Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done [2026-01-07T08:39:01.758Z] #6 CACHED [2026-01-07T08:39:01.758Z] [2026-01-07T08:39:01.758Z] #7 exporting to image [2026-01-07T08:39:01.758Z] #7 exporting layers done [2026-01-07T08:39:01.758Z] #7 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done [2026-01-07T08:39:01.758Z] #7 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done [2026-01-07T08:39:01.758Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:02.016Z] #7 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done [2026-01-07T08:39:02.016Z] #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done [2026-01-07T08:39:02.016Z] #7 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done [2026-01-07T08:39:02.016Z] #7 pushing layers 0.0s done [2026-01-07T08:39:02.016Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done [2026-01-07T08:39:02.016Z] #7 DONE 0.1s [2026-01-07T08:39:02.016Z] [2026-01-07T08:39:02.016Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:02.016Z] #8 DONE 0.0s [2026-01-07T08:39:02.016Z] [2026-01-07T08:39:02.016Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:02.016Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:02.306Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 --push - [2026-01-07T08:39:02.306Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91' [2026-01-07T08:39:02.306Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:02.306Z] #1 DONE 0.0s [2026-01-07T08:39:02.306Z] [2026-01-07T08:39:02.306Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:02.306Z] #1 transferring dockerfile: 178B done [2026-01-07T08:39:02.306Z] #1 DONE 0.0s [2026-01-07T08:39:02.306Z] [2026-01-07T08:39:02.306Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 [2026-01-07T08:39:02.306Z] #2 DONE 0.0s [2026-01-07T08:39:02.306Z] [2026-01-07T08:39:02.306Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 [2026-01-07T08:39:02.306Z] #3 DONE 0.0s [2026-01-07T08:39:02.306Z] [2026-01-07T08:39:02.306Z] #4 [internal] load .dockerignore [2026-01-07T08:39:02.306Z] #4 transferring context: 2B done [2026-01-07T08:39:02.306Z] #4 DONE 0.0s [2026-01-07T08:39:02.306Z] [2026-01-07T08:39:02.306Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:02.306Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done [2026-01-07T08:39:02.306Z] #5 CACHED [2026-01-07T08:39:02.306Z] [2026-01-07T08:39:02.306Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:02.306Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done [2026-01-07T08:39:02.306Z] #6 CACHED [2026-01-07T08:39:02.306Z] [2026-01-07T08:39:02.306Z] #7 exporting to image [2026-01-07T08:39:02.306Z] #7 exporting layers done [2026-01-07T08:39:02.306Z] #7 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done [2026-01-07T08:39:02.306Z] #7 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done [2026-01-07T08:39:02.306Z] #7 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done [2026-01-07T08:39:02.306Z] #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c [2026-01-07T08:39:02.306Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:02.564Z] #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done [2026-01-07T08:39:02.564Z] #7 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done [2026-01-07T08:39:02.564Z] #7 pushing layers 0.0s done [2026-01-07T08:39:02.564Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done [2026-01-07T08:39:02.564Z] #7 DONE 0.1s [2026-01-07T08:39:02.564Z] [2026-01-07T08:39:02.564Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:02.564Z] #8 DONE 0.0s [2026-01-07T08:39:02.564Z] [2026-01-07T08:39:02.564Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:02.564Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:02.847Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:39:02.847Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:39:02.847Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:02.847Z] #1 transferring dockerfile: 219B done [2026-01-07T08:39:02.847Z] #1 DONE 0.0s [2026-01-07T08:39:02.847Z] [2026-01-07T08:39:02.847Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:39:02.847Z] #2 DONE 0.0s [2026-01-07T08:39:02.847Z] [2026-01-07T08:39:02.847Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:39:02.847Z] #3 DONE 0.0s [2026-01-07T08:39:02.847Z] [2026-01-07T08:39:02.847Z] #4 [internal] load .dockerignore [2026-01-07T08:39:02.847Z] #4 transferring context: 2B done [2026-01-07T08:39:02.847Z] #4 DONE 0.0s [2026-01-07T08:39:02.847Z] [2026-01-07T08:39:02.847Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:02.847Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done [2026-01-07T08:39:02.847Z] #5 CACHED [2026-01-07T08:39:02.847Z] [2026-01-07T08:39:02.847Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:03.108Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done [2026-01-07T08:39:03.108Z] #6 CACHED [2026-01-07T08:39:03.108Z] [2026-01-07T08:39:03.108Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:03.108Z] #7 DONE 0.0s [2026-01-07T08:39:03.108Z] [2026-01-07T08:39:03.108Z] #8 exporting to image [2026-01-07T08:39:03.108Z] #8 exporting layers done [2026-01-07T08:39:03.108Z] #8 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done [2026-01-07T08:39:03.108Z] #8 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done [2026-01-07T08:39:03.108Z] #8 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done [2026-01-07T08:39:03.108Z] #8 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done [2026-01-07T08:39:03.108Z] #8 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done [2026-01-07T08:39:03.108Z] #8 pushing layers 0.0s done [2026-01-07T08:39:03.108Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done [2026-01-07T08:39:03.108Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:03.108Z] #8 DONE 0.1s [2026-01-07T08:39:03.108Z] [2026-01-07T08:39:03.108Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:03.108Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:03.396Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2026-01-07T08:39:03.396Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2026-01-07T08:39:03.396Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:03.396Z] #1 transferring dockerfile: 170B done [2026-01-07T08:39:03.396Z] #1 DONE 0.0s [2026-01-07T08:39:03.396Z] [2026-01-07T08:39:03.396Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2026-01-07T08:39:03.396Z] #2 DONE 0.0s [2026-01-07T08:39:03.396Z] [2026-01-07T08:39:03.396Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2026-01-07T08:39:03.396Z] #3 DONE 0.0s [2026-01-07T08:39:03.396Z] [2026-01-07T08:39:03.396Z] #4 [internal] load .dockerignore [2026-01-07T08:39:03.396Z] #4 transferring context: 2B done [2026-01-07T08:39:03.396Z] #4 DONE 0.0s [2026-01-07T08:39:03.396Z] [2026-01-07T08:39:03.396Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:03.396Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done [2026-01-07T08:39:03.396Z] #5 CACHED [2026-01-07T08:39:03.396Z] [2026-01-07T08:39:03.396Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 [2026-01-07T08:39:03.396Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done [2026-01-07T08:39:03.396Z] #6 CACHED [2026-01-07T08:39:03.396Z] [2026-01-07T08:39:03.396Z] #7 exporting to image [2026-01-07T08:39:03.396Z] #7 exporting layers done [2026-01-07T08:39:03.396Z] #7 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done [2026-01-07T08:39:03.396Z] #7 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done [2026-01-07T08:39:03.396Z] #7 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done [2026-01-07T08:39:03.396Z] #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done [2026-01-07T08:39:03.396Z] #7 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done [2026-01-07T08:39:03.396Z] #7 pushing layers [2026-01-07T08:39:03.396Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:03.654Z] #7 pushing layers 0.0s done [2026-01-07T08:39:03.654Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done [2026-01-07T08:39:03.654Z] #7 DONE 0.1s [2026-01-07T08:39:03.654Z] [2026-01-07T08:39:03.654Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:03.654Z] #8 DONE 0.0s [2026-01-07T08:39:03.654Z] [2026-01-07T08:39:03.654Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:03.654Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:03.939Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8' [2026-01-07T08:39:03.939Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - [2026-01-07T08:39:04.197Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:04.197Z] #1 transferring dockerfile: 202B done [2026-01-07T08:39:04.197Z] #1 DONE 0.0s [2026-01-07T08:39:04.197Z] [2026-01-07T08:39:04.197Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:39:04.197Z] #2 DONE 0.0s [2026-01-07T08:39:04.197Z] [2026-01-07T08:39:04.197Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T08:39:04.197Z] #3 DONE 0.0s [2026-01-07T08:39:04.197Z] [2026-01-07T08:39:04.197Z] #4 [internal] load .dockerignore [2026-01-07T08:39:04.197Z] #4 transferring context: 2B done [2026-01-07T08:39:04.197Z] #4 DONE 0.0s [2026-01-07T08:39:04.197Z] [2026-01-07T08:39:04.197Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:04.197Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done [2026-01-07T08:39:04.197Z] #5 DONE 0.0s [2026-01-07T08:39:04.197Z] [2026-01-07T08:39:04.197Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:04.197Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done [2026-01-07T08:39:04.197Z] #6 DONE 0.1s [2026-01-07T08:39:04.197Z] [2026-01-07T08:39:04.197Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:04.197Z] #7 DONE 0.0s [2026-01-07T08:39:04.197Z] [2026-01-07T08:39:04.197Z] #8 exporting to image [2026-01-07T08:39:04.197Z] #8 exporting layers done [2026-01-07T08:39:04.197Z] #8 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done [2026-01-07T08:39:04.197Z] #8 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done [2026-01-07T08:39:04.197Z] #8 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done [2026-01-07T08:39:04.197Z] #8 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done [2026-01-07T08:39:04.197Z] #8 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done [2026-01-07T08:39:04.197Z] #8 pushing layers 0.1s done [2026-01-07T08:39:04.197Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 [2026-01-07T08:39:04.197Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:04.456Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done [2026-01-07T08:39:04.456Z] #8 DONE 0.2s [2026-01-07T08:39:04.456Z] [2026-01-07T08:39:04.456Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:04.456Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:04.739Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2026-01-07T08:39:04.739Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2026-01-07T08:39:04.739Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:04.739Z] #1 transferring dockerfile: 168B done [2026-01-07T08:39:04.739Z] #1 DONE 0.0s [2026-01-07T08:39:04.739Z] [2026-01-07T08:39:04.739Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-01-07T08:39:04.739Z] #2 DONE 0.0s [2026-01-07T08:39:04.739Z] [2026-01-07T08:39:04.739Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-01-07T08:39:04.739Z] #3 DONE 0.0s [2026-01-07T08:39:04.739Z] [2026-01-07T08:39:04.739Z] #4 [internal] load .dockerignore [2026-01-07T08:39:04.739Z] #4 transferring context: 2B done [2026-01-07T08:39:04.739Z] #4 DONE 0.0s [2026-01-07T08:39:04.739Z] [2026-01-07T08:39:04.739Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:04.739Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done [2026-01-07T08:39:04.739Z] #5 CACHED [2026-01-07T08:39:04.739Z] [2026-01-07T08:39:04.739Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:04.739Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done [2026-01-07T08:39:04.739Z] #6 CACHED [2026-01-07T08:39:04.739Z] [2026-01-07T08:39:04.739Z] #7 exporting to image [2026-01-07T08:39:04.739Z] #7 exporting layers [2026-01-07T08:39:04.739Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:04.998Z] #7 exporting layers done [2026-01-07T08:39:04.998Z] #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done [2026-01-07T08:39:04.998Z] #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done [2026-01-07T08:39:04.998Z] #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done [2026-01-07T08:39:04.998Z] #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done [2026-01-07T08:39:04.998Z] #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done [2026-01-07T08:39:04.998Z] #7 pushing layers 0.0s done [2026-01-07T08:39:04.998Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done [2026-01-07T08:39:04.998Z] #7 DONE 0.1s [2026-01-07T08:39:04.998Z] [2026-01-07T08:39:04.998Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:04.998Z] #8 DONE 0.0s [2026-01-07T08:39:04.998Z] [2026-01-07T08:39:04.998Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:04.998Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:05.282Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 --push - [2026-01-07T08:39:05.282Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91' [2026-01-07T08:39:05.282Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:05.282Z] #1 transferring dockerfile: 174B done [2026-01-07T08:39:05.282Z] #1 DONE 0.0s [2026-01-07T08:39:05.282Z] [2026-01-07T08:39:05.282Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 [2026-01-07T08:39:05.282Z] #2 DONE 0.0s [2026-01-07T08:39:05.282Z] [2026-01-07T08:39:05.282Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 [2026-01-07T08:39:05.282Z] #3 DONE 0.0s [2026-01-07T08:39:05.282Z] [2026-01-07T08:39:05.282Z] #4 [internal] load .dockerignore [2026-01-07T08:39:05.282Z] #4 transferring context: 2B done [2026-01-07T08:39:05.282Z] #4 DONE 0.0s [2026-01-07T08:39:05.282Z] [2026-01-07T08:39:05.282Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:05.282Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done [2026-01-07T08:39:05.282Z] #5 CACHED [2026-01-07T08:39:05.282Z] [2026-01-07T08:39:05.282Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:05.282Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done [2026-01-07T08:39:05.282Z] #6 CACHED [2026-01-07T08:39:05.282Z] [2026-01-07T08:39:05.282Z] #7 exporting to image [2026-01-07T08:39:05.282Z] #7 exporting layers done [2026-01-07T08:39:05.282Z] #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done [2026-01-07T08:39:05.282Z] #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done [2026-01-07T08:39:05.282Z] #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done [2026-01-07T08:39:05.282Z] #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done [2026-01-07T08:39:05.282Z] #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done [2026-01-07T08:39:05.282Z] #7 pushing layers 0.0s done [2026-01-07T08:39:05.282Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 [2026-01-07T08:39:05.282Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:05.541Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done [2026-01-07T08:39:05.541Z] #7 DONE 0.1s [2026-01-07T08:39:05.541Z] [2026-01-07T08:39:05.541Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:05.541Z] #8 DONE 0.0s [2026-01-07T08:39:05.541Z] [2026-01-07T08:39:05.541Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:05.541Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:05.834Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' [2026-01-07T08:39:05.834Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - [2026-01-07T08:39:05.834Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:05.834Z] #1 transferring dockerfile: 215B done [2026-01-07T08:39:05.834Z] #1 DONE 0.0s [2026-01-07T08:39:05.834Z] [2026-01-07T08:39:05.834Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:39:05.834Z] #2 DONE 0.0s [2026-01-07T08:39:05.834Z] [2026-01-07T08:39:05.834Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T08:39:05.834Z] #3 DONE 0.0s [2026-01-07T08:39:05.834Z] [2026-01-07T08:39:05.834Z] #4 [internal] load .dockerignore [2026-01-07T08:39:05.834Z] #4 transferring context: 2B done [2026-01-07T08:39:05.834Z] #4 DONE 0.0s [2026-01-07T08:39:05.834Z] [2026-01-07T08:39:05.834Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:05.834Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done [2026-01-07T08:39:05.834Z] #5 CACHED [2026-01-07T08:39:05.834Z] [2026-01-07T08:39:05.834Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:05.834Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done [2026-01-07T08:39:05.834Z] #6 CACHED [2026-01-07T08:39:05.834Z] [2026-01-07T08:39:05.834Z] #7 exporting to image [2026-01-07T08:39:05.834Z] #7 exporting layers done [2026-01-07T08:39:05.835Z] #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done [2026-01-07T08:39:05.835Z] #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 [2026-01-07T08:39:05.835Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:06.093Z] #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done [2026-01-07T08:39:06.093Z] #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done [2026-01-07T08:39:06.093Z] #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done [2026-01-07T08:39:06.093Z] #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done [2026-01-07T08:39:06.093Z] #7 pushing layers 0.0s done [2026-01-07T08:39:06.093Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done [2026-01-07T08:39:06.093Z] #7 DONE 0.1s [2026-01-07T08:39:06.093Z] [2026-01-07T08:39:06.093Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:06.093Z] #8 DONE 0.0s [2026-01-07T08:39:06.093Z] [2026-01-07T08:39:06.093Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:06.093Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-01-07T08:39:06.379Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2026-01-07T08:39:06.379Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2026-01-07T08:39:06.379Z] #1 [internal] load build definition from Dockerfile [2026-01-07T08:39:06.379Z] #1 transferring dockerfile: 166B done [2026-01-07T08:39:06.379Z] #1 DONE 0.0s [2026-01-07T08:39:06.379Z] [2026-01-07T08:39:06.379Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-01-07T08:39:06.379Z] #2 DONE 0.0s [2026-01-07T08:39:06.379Z] [2026-01-07T08:39:06.379Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-01-07T08:39:06.379Z] #3 DONE 0.0s [2026-01-07T08:39:06.379Z] [2026-01-07T08:39:06.379Z] #4 [internal] load .dockerignore [2026-01-07T08:39:06.379Z] #4 transferring context: 2B done [2026-01-07T08:39:06.379Z] #4 DONE 0.0s [2026-01-07T08:39:06.379Z] [2026-01-07T08:39:06.379Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:06.379Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done [2026-01-07T08:39:06.379Z] #5 CACHED [2026-01-07T08:39:06.379Z] [2026-01-07T08:39:06.379Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab [2026-01-07T08:39:06.379Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done [2026-01-07T08:39:06.379Z] #6 CACHED [2026-01-07T08:39:06.379Z] [2026-01-07T08:39:06.379Z] #7 exporting to image [2026-01-07T08:39:06.379Z] #7 exporting layers [2026-01-07T08:39:06.379Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-01-07T08:39:06.638Z] #7 exporting layers done [2026-01-07T08:39:06.638Z] #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done [2026-01-07T08:39:06.638Z] #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done [2026-01-07T08:39:06.638Z] #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done [2026-01-07T08:39:06.638Z] #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done [2026-01-07T08:39:06.638Z] #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done [2026-01-07T08:39:06.638Z] #7 pushing layers 0.0s done [2026-01-07T08:39:06.638Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done [2026-01-07T08:39:06.638Z] #7 DONE 0.1s [2026-01-07T08:39:06.638Z] [2026-01-07T08:39:06.638Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-01-07T08:39:06.638Z] #8 DONE 0.0s [2026-01-07T08:39:06.638Z] [2026-01-07T08:39:06.638Z] 1 warning found (use --debug to expand): [2026-01-07T08:39:06.638Z]  - 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 [2026-01-07T08:39:06.994Z] + '[' -d /w/workspace/edgex-go/946/archives ']' [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:39:07.288Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:39:07.837Z] ---> package-listing.sh [2026-01-07T08:39:07.837Z] ++ facter osfamily [2026-01-07T08:39:07.837Z] ++ tr '[:upper:]' '[:lower:]' [2026-01-07T08:39:08.098Z] + OS_FAMILY=redhat [2026-01-07T08:39:08.098Z] + workspace=/w/workspace/edgex-go/946 [2026-01-07T08:39:08.098Z] + START_PACKAGES=/tmp/packages_start.txt [2026-01-07T08:39:08.098Z] + END_PACKAGES=/tmp/packages_end.txt [2026-01-07T08:39:08.098Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-01-07T08:39:08.098Z] + PACKAGES=/tmp/packages_start.txt [2026-01-07T08:39:08.098Z] + '[' /w/workspace/edgex-go/946 ']' [2026-01-07T08:39:08.098Z] + PACKAGES=/tmp/packages_end.txt [2026-01-07T08:39:08.098Z] + case "${OS_FAMILY}" in [2026-01-07T08:39:08.098Z] + sort [2026-01-07T08:39:08.098Z] + rpm -qa [2026-01-07T08:39:08.664Z] + '[' -f /tmp/packages_start.txt ']' [2026-01-07T08:39:08.665Z] + '[' -f /tmp/packages_end.txt ']' [2026-01-07T08:39:08.665Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-01-07T08:39:08.665Z] + '[' /w/workspace/edgex-go/946 ']' [2026-01-07T08:39:08.665Z] + mkdir -p /w/workspace/edgex-go/946/archives/ [2026-01-07T08:39:08.665Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/946/archives/ [Pipeline] echo [2026-01-07T08:39:08.675Z] 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/946/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-01-07T08:39:08.952Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:39:09.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-01-07T08:39:09.521Z] [2026-01-07T08:39:09.521Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T08:39:09.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-01-07T08:39:09.822Z] latest: Pulling from edgex-lftools-log-publisher [2026-01-07T08:39:09.822Z] 5eb5b503b376: Pulling fs layer [2026-01-07T08:39:09.822Z] 5c69ac0246d0: Pulling fs layer [2026-01-07T08:39:09.822Z] ec43610c2a17: Pulling fs layer [2026-01-07T08:39:09.822Z] 3a2ae6a8a46f: Pulling fs layer [2026-01-07T08:39:09.822Z] 33b1e0a273af: Pulling fs layer [2026-01-07T08:39:09.822Z] 5d3b04190fa2: Pulling fs layer [2026-01-07T08:39:09.822Z] 2f39f015ded8: Pulling fs layer [2026-01-07T08:39:09.822Z] 3a2ae6a8a46f: Waiting [2026-01-07T08:39:09.822Z] 33b1e0a273af: Waiting [2026-01-07T08:39:09.822Z] 5d3b04190fa2: Waiting [2026-01-07T08:39:09.822Z] 2f39f015ded8: Waiting [2026-01-07T08:39:09.822Z] 5c69ac0246d0: Verifying Checksum [2026-01-07T08:39:09.822Z] 5c69ac0246d0: Download complete [2026-01-07T08:39:09.822Z] 3a2ae6a8a46f: Verifying Checksum [2026-01-07T08:39:09.822Z] 3a2ae6a8a46f: Download complete [2026-01-07T08:39:09.822Z] 33b1e0a273af: Verifying Checksum [2026-01-07T08:39:09.822Z] 33b1e0a273af: Download complete [2026-01-07T08:39:09.822Z] ec43610c2a17: Verifying Checksum [2026-01-07T08:39:09.822Z] ec43610c2a17: Download complete [2026-01-07T08:39:09.822Z] 5d3b04190fa2: Verifying Checksum [2026-01-07T08:39:09.822Z] 5d3b04190fa2: Download complete [2026-01-07T08:39:10.081Z] 5eb5b503b376: Verifying Checksum [2026-01-07T08:39:10.081Z] 5eb5b503b376: Download complete [2026-01-07T08:39:10.648Z] 2f39f015ded8: Verifying Checksum [2026-01-07T08:39:10.648Z] 2f39f015ded8: Download complete [2026-01-07T08:39:11.221Z] 5eb5b503b376: Pull complete [2026-01-07T08:39:11.486Z] 5c69ac0246d0: Pull complete [2026-01-07T08:39:11.743Z] ec43610c2a17: Pull complete [2026-01-07T08:39:11.743Z] 3a2ae6a8a46f: Pull complete [2026-01-07T08:39:12.001Z] 33b1e0a273af: Pull complete [2026-01-07T08:39:12.001Z] 5d3b04190fa2: Pull complete [2026-01-07T08:39:16.203Z] 2f39f015ded8: Pull complete [2026-01-07T08:39:16.203Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-01-07T08:39:16.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-01-07T08:39:16.203Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T08:39:16.427Z] prd-centos7-docker-4c-2g-243 does not seem to be running inside a container [2026-01-07T08:39:16.457Z] $ 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/946/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-01-07T08:39:21.612Z] $ docker top c73da1d924f1bd79b6b00154ef9798af33f813558cc189b50d3edd590e0a44f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-01-07T08:39:21.943Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-01-07T08:39:22.253Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-01-07T08:39:22.535Z] + ls /var/log/sa-host [2026-01-07T08:39:22.536Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T08:39:22.598Z] provisioning config files... [2026-01-07T08:39:22.607Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4084772098035982320tmp [Pipeline] { [Pipeline] echo [2026-01-07T08:39:22.621Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:39:22.902Z] ---> create-netrc.sh [Pipeline] } [2026-01-07T08:39:22.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:39:23.236Z] ---> python-tools-install.sh [Pipeline] echo [2026-01-07T08:39:23.245Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T08:39:23.528Z] ---> sudo-logs.sh [2026-01-07T08:39:23.528Z] Archiving 'sudo' log.. [2026-01-07T08:39:23.528Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T08:39:23.556Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2026-01-07T08:39:23.559Z] $ docker stop --time=1 c73da1d924f1bd79b6b00154ef9798af33f813558cc189b50d3edd590e0a44f8 [2026-01-07T08:39:24.685Z] $ docker rm -f --volumes c73da1d924f1bd79b6b00154ef9798af33f813558cc189b50d3edd590e0a44f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2026-01-07T08:39:24.780Z] [WS-CLEANUP] Deleting project workspace... [2026-01-07T08:39:24.780Z] [WS-CLEANUP] Deferred wipeout is used... [2026-01-07T08:39:24.797Z] [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] } [2026-01-07T08:52:30.675Z] #144 ... [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-01-07T08:52:30.675Z] #146 DONE 1176.2s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T08:52:30.675Z] #149 ... [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:52:30.675Z] #155 DONE 0.3s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:52:30.675Z] #156 DONE 0.2s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T08:52:30.675Z] #149 ... [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-01-07T08:52:30.675Z] #157 DONE 0.4s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2026-01-07T08:52:30.675Z] #158 DONE 0.1s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-01-07T08:52:30.675Z] #159 DONE 0.1s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T08:52:30.675Z] #160 DONE 2.2s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-01-07T08:52:30.675Z] #150 ... [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #105 [core-common-config-bootstrapper] exporting to image [2026-01-07T08:52:30.675Z] #105 exporting layers [2026-01-07T08:52:30.675Z] #105 exporting layers 0.9s done [2026-01-07T08:52:30.675Z] #105 writing image sha256:630a056bfd9d18d98ea27d525455f648cd4b6445cc01a732eafbc964ffdc7c8f done [2026-01-07T08:52:30.675Z] #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2026-01-07T08:52:30.675Z] #105 DONE 7.7s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:52:30.675Z] #153 ... [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-01-07T08:52:30.675Z] #152 DONE 1189.9s [2026-01-07T08:52:30.675Z] [2026-01-07T08:52:30.675Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-01-07T08:52:30.946Z] #161 DONE 0.3s [2026-01-07T08:52:30.946Z] [2026-01-07T08:52:30.946Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T08:52:30.946Z] #145 ... [2026-01-07T08:52:30.946Z] [2026-01-07T08:52:30.946Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-01-07T08:52:33.528Z] #162 DONE 2.2s [2026-01-07T08:52:33.528Z] [2026-01-07T08:52:33.528Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T08:52:33.528Z] #163 DONE 0.3s [2026-01-07T08:52:33.528Z] [2026-01-07T08:52:33.528Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-01-07T08:52:33.849Z] #164 DONE 0.2s [2026-01-07T08:52:33.849Z] [2026-01-07T08:52:33.849Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-01-07T08:52:34.115Z] #165 DONE 0.3s [2026-01-07T08:52:34.115Z] [2026-01-07T08:52:34.115Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-01-07T08:52:34.115Z] #166 DONE 0.3s [2026-01-07T08:52:34.115Z] [2026-01-07T08:52:34.115Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T08:52:34.387Z] #153 ... [2026-01-07T08:52:34.387Z] [2026-01-07T08:52:34.387Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2026-01-07T08:52:34.387Z] #167 DONE 0.2s [2026-01-07T08:52:34.387Z] [2026-01-07T08:52:34.387Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2026-01-07T08:52:34.657Z] #168 DONE 0.1s [2026-01-07T08:52:34.657Z] [2026-01-07T08:52:34.657Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2026-01-07T08:52:34.657Z] #169 DONE 0.1s [2026-01-07T08:52:34.657Z] [2026-01-07T08:52:34.657Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-01-07T08:52:34.657Z] #151 ... [2026-01-07T08:52:34.657Z] [2026-01-07T08:52:34.657Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-01-07T08:52:34.657Z] #170 DONE 0.1s [2026-01-07T08:52:34.928Z] [2026-01-07T08:52:34.928Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-01-07T08:52:36.874Z] #171 DONE 2.2s [2026-01-07T08:52:36.874Z] [2026-01-07T08:52:36.874Z] #105 [security-bootstrapper] exporting to image [2026-01-07T08:52:36.874Z] #105 exporting layers [2026-01-07T08:52:37.829Z] #105 exporting layers 0.9s done [2026-01-07T08:52:37.829Z] #105 writing image sha256:4bcba6f599d561d28ae4b9738920ba2acfd2b4afdd05df351a022adcd54e8f1c done [2026-01-07T08:52:37.829Z] #105 naming to docker.io/library/security-bootstrapper-arm64 done [2026-01-07T08:52:37.829Z] #105 DONE 8.6s [2026-01-07T08:52:37.829Z] [2026-01-07T08:52:37.829Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:08:48.125Z] #142 ... [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-01-07T09:08:48.125Z] #147 DONE 2165.5s [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T09:08:48.125Z] #154 ... [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:08:48.125Z] #172 DONE 0.2s [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:08:48.125Z] #173 DONE 0.1s [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T09:08:48.125Z] #149 ... [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-01-07T09:08:48.125Z] #174 DONE 0.4s [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-01-07T09:08:48.125Z] #175 DONE 0.1s [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:08:48.125Z] #142 ... [2026-01-07T09:08:48.125Z] [2026-01-07T09:08:48.125Z] #105 [core-command] exporting to image [2026-01-07T09:08:48.125Z] #105 exporting layers [2026-01-07T09:08:48.392Z] #105 exporting layers 0.6s done [2026-01-07T09:08:48.392Z] #105 writing image sha256:fbe16e9c7c879e4ee34e81cf814c195dbc55a72deea262a6aa86d650c2b42d12 done [2026-01-07T09:08:48.392Z] #105 naming to docker.io/library/core-command-arm64 done [2026-01-07T09:08:48.392Z] #105 DONE 9.3s [2026-01-07T09:08:48.392Z] [2026-01-07T09:08:48.392Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:09:03.380Z] #142 ... [2026-01-07T09:09:03.380Z] [2026-01-07T09:09:03.380Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-01-07T09:09:03.380Z] #148 2181.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-01-07T09:09:04.786Z] #148 ... [2026-01-07T09:09:04.786Z] [2026-01-07T09:09:04.786Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-01-07T09:09:04.786Z] #151 DONE 2184.2s [2026-01-07T09:09:04.786Z] [2026-01-07T09:09:04.786Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:09:05.371Z] #142 ... [2026-01-07T09:09:05.372Z] [2026-01-07T09:09:05.372Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:09:05.372Z] #176 DONE 0.1s [2026-01-07T09:09:05.372Z] [2026-01-07T09:09:05.372Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:09:05.648Z] #142 ... [2026-01-07T09:09:05.648Z] [2026-01-07T09:09:05.648Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:09:05.917Z] #177 DONE 0.2s [2026-01-07T09:09:05.917Z] [2026-01-07T09:09:05.917Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-01-07T09:09:05.917Z] #178 DONE 0.1s [2026-01-07T09:09:05.917Z] [2026-01-07T09:09:05.917Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-01-07T09:09:06.183Z] #150 ... [2026-01-07T09:09:06.183Z] [2026-01-07T09:09:06.183Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-01-07T09:09:06.183Z] #179 DONE 0.2s [2026-01-07T09:09:06.183Z] [2026-01-07T09:09:06.183Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-01-07T09:09:06.765Z] #180 DONE 0.5s [2026-01-07T09:09:06.765Z] [2026-01-07T09:09:06.765Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-01-07T09:09:06.765Z] #181 DONE 0.1s [2026-01-07T09:09:06.765Z] [2026-01-07T09:09:06.765Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T09:09:06.765Z] #145 ... [2026-01-07T09:09:06.765Z] [2026-01-07T09:09:06.765Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T09:09:11.024Z] #182 DONE 3.8s [2026-01-07T09:09:11.024Z] [2026-01-07T09:09:11.024Z] #105 [security-proxy-setup] exporting to image [2026-01-07T09:09:11.024Z] #105 exporting layers [2026-01-07T09:09:11.622Z] #105 exporting layers 0.9s done [2026-01-07T09:09:11.622Z] #105 writing image sha256:a79130ed984bd91c7cf4b95326bb52b3eeac6c8df55653a318d63a7041061f45 done [2026-01-07T09:09:11.622Z] #105 naming to docker.io/library/security-proxy-setup-arm64 done [2026-01-07T09:09:11.622Z] #105 DONE 10.2s [2026-01-07T09:09:11.622Z] [2026-01-07T09:09:11.622Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T09:09:38.306Z] #153 ... [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-01-07T09:09:38.306Z] #148 DONE 2214.4s [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:09:38.306Z] #142 ... [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:09:38.306Z] #183 DONE 0.1s [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:09:38.306Z] #142 ... [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:09:38.306Z] #184 DONE 0.1s [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2026-01-07T09:09:38.306Z] #185 DONE 0.1s [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T09:09:38.306Z] #145 ... [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2026-01-07T09:09:38.306Z] #186 DONE 0.1s [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-01-07T09:09:38.306Z] #187 DONE 0.1s [2026-01-07T09:09:38.306Z] [2026-01-07T09:09:38.306Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T09:09:38.613Z] #149 ... [2026-01-07T09:09:38.613Z] [2026-01-07T09:09:38.613Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-01-07T09:09:38.880Z] #188 DONE 0.5s [2026-01-07T09:09:38.880Z] [2026-01-07T09:09:38.880Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-01-07T09:09:39.465Z] #189 DONE 0.5s [2026-01-07T09:09:39.465Z] [2026-01-07T09:09:39.465Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-01-07T09:09:39.465Z] #190 DONE 0.2s [2026-01-07T09:09:39.465Z] [2026-01-07T09:09:39.465Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T09:09:41.411Z] #191 DONE 1.9s [2026-01-07T09:09:41.411Z] [2026-01-07T09:09:41.411Z] #105 [security-secretstore-setup] exporting to image [2026-01-07T09:09:41.411Z] #105 exporting layers [2026-01-07T09:09:43.353Z] #105 exporting layers 1.6s done [2026-01-07T09:09:43.353Z] #105 writing image sha256:4f6e08a3cb0e6dbe17b6a27bbb78aee750e13eb95e853b30251a2b35bc1a6227 done [2026-01-07T09:09:43.353Z] #105 naming to docker.io/library/security-secretstore-setup-arm64 done [2026-01-07T09:09:43.353Z] #105 DONE 11.8s [2026-01-07T09:09:43.353Z] [2026-01-07T09:09:43.353Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T09:10:39.745Z] #153 ... [2026-01-07T09:10:39.745Z] [2026-01-07T09:10:39.745Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-01-07T09:10:39.745Z] #142 DONE 2279.1s [2026-01-07T09:10:40.010Z] [2026-01-07T09:10:40.010Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T09:10:40.010Z] #149 ... [2026-01-07T09:10:40.010Z] [2026-01-07T09:10:40.010Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:10:40.275Z] #192 DONE 0.2s [2026-01-07T09:10:40.275Z] [2026-01-07T09:10:40.275Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T09:10:40.547Z] #149 ... [2026-01-07T09:10:40.547Z] [2026-01-07T09:10:40.547Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:10:40.815Z] #193 DONE 0.2s [2026-01-07T09:10:40.815Z] [2026-01-07T09:10:40.815Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-01-07T09:10:41.088Z] #194 DONE 0.4s [2026-01-07T09:10:41.088Z] [2026-01-07T09:10:41.088Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2026-01-07T09:10:41.353Z] #195 DONE 0.1s [2026-01-07T09:10:41.353Z] [2026-01-07T09:10:41.353Z] #105 [security-spiffe-token-provider] exporting to image [2026-01-07T09:10:41.353Z] #105 exporting layers [2026-01-07T09:10:41.932Z] #105 exporting layers 0.6s done [2026-01-07T09:10:41.932Z] #105 writing image sha256:53551bfd97ea01e1d69cc577adc4bd8848bc841fa8501930f5fa38c55a06ff20 done [2026-01-07T09:10:41.932Z] #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2026-01-07T09:10:41.932Z] #105 DONE 12.5s [2026-01-07T09:10:41.932Z] [2026-01-07T09:10:41.932Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T09:11:28.745Z] #145 ... [2026-01-07T09:11:28.745Z] [2026-01-07T09:11:28.745Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-01-07T09:11:28.745Z] #154 DONE 2326.6s [2026-01-07T09:11:28.745Z] [2026-01-07T09:11:28.745Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T09:11:28.745Z] #144 ... [2026-01-07T09:11:28.745Z] [2026-01-07T09:11:28.745Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2026-01-07T09:11:28.746Z] #145 DONE 2327.3s [2026-01-07T09:11:28.746Z] [2026-01-07T09:11:28.746Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:11:28.746Z] #196 DONE 0.3s [2026-01-07T09:11:28.746Z] [2026-01-07T09:11:28.746Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T09:11:28.746Z] #149 ... [2026-01-07T09:11:28.746Z] [2026-01-07T09:11:28.746Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:11:29.012Z] #197 DONE 0.4s [2026-01-07T09:11:29.012Z] [2026-01-07T09:11:29.012Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-01-07T09:11:29.598Z] #198 ... [2026-01-07T09:11:29.598Z] [2026-01-07T09:11:29.598Z] #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:11:29.598Z] #199 DONE 0.3s [2026-01-07T09:11:29.598Z] [2026-01-07T09:11:29.598Z] #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-01-07T09:11:29.865Z] #200 ... [2026-01-07T09:11:29.865Z] [2026-01-07T09:11:29.865Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-01-07T09:11:29.865Z] #198 DONE 0.8s [2026-01-07T09:11:29.865Z] [2026-01-07T09:11:29.865Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-01-07T09:11:29.865Z] #201 DONE 0.2s [2026-01-07T09:11:29.865Z] [2026-01-07T09:11:29.865Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T09:11:30.131Z] #144 ... [2026-01-07T09:11:30.131Z] [2026-01-07T09:11:30.131Z] #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-01-07T09:11:30.131Z] #200 DONE 0.7s [2026-01-07T09:11:30.131Z] [2026-01-07T09:11:30.131Z] #202 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-01-07T09:11:30.131Z] #202 DONE 0.2s [2026-01-07T09:11:30.131Z] [2026-01-07T09:11:30.131Z] #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T09:11:30.718Z] #203 ... [2026-01-07T09:11:30.718Z] [2026-01-07T09:11:30.718Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-01-07T09:11:30.718Z] #204 DONE 0.3s [2026-01-07T09:11:30.718Z] [2026-01-07T09:11:30.718Z] #105 [core-keeper] exporting to image [2026-01-07T09:11:30.718Z] #105 exporting layers [2026-01-07T09:11:31.674Z] #105 exporting layers 1.0s done [2026-01-07T09:11:31.674Z] #105 writing image sha256:602b8e4e3ba550d6bd9a10ff581d6e390dd2fbbeb8280251eeeec13e95a16c91 0.0s done [2026-01-07T09:11:31.674Z] #105 naming to docker.io/library/core-keeper-arm64 done [2026-01-07T09:11:31.675Z] #105 DONE 13.5s [2026-01-07T09:11:31.675Z] [2026-01-07T09:11:31.675Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:11:32.265Z] #33 ... [2026-01-07T09:11:32.265Z] [2026-01-07T09:11:32.265Z] #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-01-07T09:11:32.265Z] #203 DONE 2.0s [2026-01-07T09:11:32.265Z] [2026-01-07T09:11:32.265Z] #105 [security-proxy-auth] exporting to image [2026-01-07T09:11:32.877Z] #105 ... [2026-01-07T09:11:32.877Z] [2026-01-07T09:11:32.877Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-01-07T09:11:32.877Z] #149 DONE 2332.0s [2026-01-07T09:11:32.877Z] [2026-01-07T09:11:32.877Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T09:11:32.877Z] #153 ... [2026-01-07T09:11:32.877Z] [2026-01-07T09:11:32.877Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-01-07T09:11:32.877Z] #150 DONE 2332.3s [2026-01-07T09:11:33.144Z] [2026-01-07T09:11:33.144Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:11:34.102Z] #33 ... [2026-01-07T09:11:34.102Z] [2026-01-07T09:11:34.102Z] #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:11:34.102Z] #205 CACHED [2026-01-07T09:11:34.102Z] [2026-01-07T09:11:34.102Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:11:34.102Z] #206 CACHED [2026-01-07T09:11:34.102Z] [2026-01-07T09:11:34.102Z] #105 [security-proxy-auth] exporting to image [2026-01-07T09:11:34.102Z] #105 exporting layers 2.0s done [2026-01-07T09:11:34.369Z] #105 writing image sha256:bd4d469f18125c02d20bb9d8e5d20213492479e23f5da37dddb0253ab75b7bac 0.0s done [2026-01-07T09:11:34.369Z] #105 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2026-01-07T09:11:34.369Z] #105 DONE 15.6s [2026-01-07T09:11:34.369Z] [2026-01-07T09:11:34.369Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:11:34.639Z] #207 DONE 0.3s [2026-01-07T09:11:34.639Z] [2026-01-07T09:11:34.639Z] #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:11:34.639Z] #208 DONE 0.2s [2026-01-07T09:11:34.639Z] [2026-01-07T09:11:34.639Z] #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-01-07T09:11:34.909Z] #209 DONE 0.7s [2026-01-07T09:11:34.909Z] [2026-01-07T09:11:34.909Z] #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-01-07T09:11:34.909Z] #210 DONE 0.2s [2026-01-07T09:11:34.909Z] [2026-01-07T09:11:34.909Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-01-07T09:11:35.495Z] #211 DONE 0.3s [2026-01-07T09:11:35.495Z] [2026-01-07T09:11:35.495Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-01-07T09:11:35.495Z] #212 DONE 0.6s [2026-01-07T09:11:35.495Z] [2026-01-07T09:11:35.495Z] #105 [core-metadata] exporting to image [2026-01-07T09:11:35.495Z] #105 ... [2026-01-07T09:11:35.495Z] [2026-01-07T09:11:35.495Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-01-07T09:11:35.495Z] #213 DONE 0.2s [2026-01-07T09:11:35.495Z] [2026-01-07T09:11:35.495Z] #105 [core-data] exporting to image [2026-01-07T09:11:36.454Z] #105 exporting layers 0.9s done [2026-01-07T09:11:36.454Z] #105 writing image sha256:af19c53033baf85a15f4446d5aeee364892f1bcba14814469ab6ebd89ee53441 done [2026-01-07T09:11:36.454Z] #105 naming to docker.io/library/core-metadata-arm64 done [2026-01-07T09:11:36.454Z] #105 exporting layers 0.9s done [2026-01-07T09:11:36.720Z] #105 writing image sha256:5ce834bb5a141243c91ebc1a4416a016222400c35f9cb34fd066aefddb8ed27a done [2026-01-07T09:11:36.720Z] #105 naming to docker.io/library/core-data-arm64 done [2026-01-07T09:11:36.720Z] #105 DONE 17.1s [2026-01-07T09:11:36.720Z] [2026-01-07T09:11:36.720Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:03.378Z] #33 ... [2026-01-07T09:12:03.378Z] [2026-01-07T09:12:03.378Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-01-07T09:12:03.378Z] #153 DONE 2362.3s [2026-01-07T09:12:03.378Z] [2026-01-07T09:12:03.378Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T09:12:03.378Z] #144 ... [2026-01-07T09:12:03.378Z] [2026-01-07T09:12:03.378Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:12:03.378Z] #214 DONE 0.1s [2026-01-07T09:12:03.378Z] [2026-01-07T09:12:03.378Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:12:03.378Z] #215 DONE 0.1s [2026-01-07T09:12:03.378Z] [2026-01-07T09:12:03.378Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:03.643Z] #33 ... [2026-01-07T09:12:03.643Z] [2026-01-07T09:12:03.643Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-01-07T09:12:03.909Z] #216 DONE 0.5s [2026-01-07T09:12:03.909Z] [2026-01-07T09:12:03.909Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:04.180Z] #33 ... [2026-01-07T09:12:04.180Z] [2026-01-07T09:12:04.180Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-01-07T09:12:04.180Z] #217 DONE 0.1s [2026-01-07T09:12:04.180Z] [2026-01-07T09:12:04.180Z] #105 [support-scheduler] exporting to image [2026-01-07T09:12:04.180Z] #105 exporting layers [2026-01-07T09:12:05.137Z] #105 exporting layers 1.0s done [2026-01-07T09:12:05.402Z] #105 writing image sha256:545fb384588561b0ab17e704fbf0e009a8d647280914325801046f57f68c9575 done [2026-01-07T09:12:05.402Z] #105 naming to docker.io/library/support-scheduler-arm64 done [2026-01-07T09:12:05.402Z] #105 DONE 18.1s [2026-01-07T09:12:05.402Z] [2026-01-07T09:12:05.402Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:09.647Z] #33 ... [2026-01-07T09:12:09.647Z] [2026-01-07T09:12:09.647Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-01-07T09:12:09.647Z] #144 DONE 2368.6s [2026-01-07T09:12:09.647Z] [2026-01-07T09:12:09.647Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:09.647Z] #33 ... [2026-01-07T09:12:09.647Z] [2026-01-07T09:12:09.647Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-01-07T09:12:09.647Z] #218 DONE 0.1s [2026-01-07T09:12:09.647Z] [2026-01-07T09:12:09.647Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:09.647Z] #33 ... [2026-01-07T09:12:09.647Z] [2026-01-07T09:12:09.647Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-01-07T09:12:09.916Z] #219 DONE 0.1s [2026-01-07T09:12:09.916Z] [2026-01-07T09:12:09.916Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-01-07T09:12:10.180Z] #220 DONE 0.4s [2026-01-07T09:12:10.180Z] [2026-01-07T09:12:10.180Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:10.180Z] #33 ... [2026-01-07T09:12:10.180Z] [2026-01-07T09:12:10.180Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-01-07T09:12:10.180Z] #221 DONE 0.1s [2026-01-07T09:12:10.180Z] [2026-01-07T09:12:10.180Z] #105 [support-notifications] exporting to image [2026-01-07T09:12:10.180Z] #105 exporting layers [2026-01-07T09:12:10.758Z] #105 exporting layers 0.6s done [2026-01-07T09:12:10.758Z] #105 writing image sha256:00e69c35a4729796d6476e941da75b667a44df2428cba17f6d52f6977f78b9ef done [2026-01-07T09:12:10.758Z] #105 naming to docker.io/library/support-notifications-arm64 [2026-01-07T09:12:10.758Z] #105 naming to docker.io/library/support-notifications-arm64 done [2026-01-07T09:12:10.758Z] #105 DONE 18.7s [2026-01-07T09:12:10.758Z] [2026-01-07T09:12:10.758Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-01-07T09:12:10.758Z] time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-01-07T09:12:10.772Z] $ docker stop --time=1 2fe3f82f8381f5c5314b3804b056618b0c732ae06dcd5be4be7ed9fcceef7496 [2026-01-07T09:12:12.409Z] $ docker rm -f --volumes 2fe3f82f8381f5c5314b3804b056618b0c732ae06dcd5be4be7ed9fcceef7496 [Pipeline] // withDockerContainer [Pipeline] sh [2026-01-07T09:12:12.904Z] + docker images [2026-01-07T09:12:12.904Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-01-07T09:12:12.904Z] support-notifications-arm64 latest 00e69c35a472 2 seconds ago 54.3MB [2026-01-07T09:12:12.904Z] support-scheduler-arm64 latest 545fb3845885 9 seconds ago 50.4MB [2026-01-07T09:12:12.904Z] core-data-arm64 latest 5ce834bb5a14 37 seconds ago 46.2MB [2026-01-07T09:12:12.904Z] core-metadata-arm64 latest af19c53033ba 37 seconds ago 46.4MB [2026-01-07T09:12:12.904Z] security-proxy-auth-arm64 latest bd4d469f1812 40 seconds ago 45.4MB [2026-01-07T09:12:12.904Z] core-keeper-arm64 latest 602b8e4e3ba5 42 seconds ago 45.1MB [2026-01-07T09:12:12.904Z] security-spiffe-token-provider-arm64 latest 53551bfd97ea About a minute ago 50.2MB [2026-01-07T09:12:12.904Z] security-secretstore-setup-arm64 latest 4f6e08a3cb0e 2 minutes ago 81.6MB [2026-01-07T09:12:12.904Z] security-proxy-setup-arm64 latest a79130ed984b 3 minutes ago 51.3MB [2026-01-07T09:12:12.904Z] core-command-arm64 latest fbe16e9c7c87 3 minutes ago 40.9MB [2026-01-07T09:12:12.904Z] security-bootstrapper-arm64 latest 4bcba6f599d5 19 minutes ago 22.2MB [2026-01-07T09:12:12.904Z] core-common-config-bootstrapper-arm64 latest 630a056bfd9d 19 minutes ago 21.1MB [2026-01-07T09:12:12.904Z] security-spire-agent-arm64 latest 579aa9756012 40 minutes ago 220MB [2026-01-07T09:12:12.904Z] security-spire-server-arm64 latest 0514c0ab900e 40 minutes ago 164MB [2026-01-07T09:12:12.904Z] security-spire-config-arm64 latest ce8e8ce08a42 41 minutes ago 163MB [2026-01-07T09:12:12.904Z] ci-base-image-arm64 latest 39263c34355b 42 minutes ago 927MB [2026-01-07T09:12:12.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 months ago 564MB [2026-01-07T09:12:12.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T09:12:13.034Z] provisioning config files... [2026-01-07T09:12:13.048Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config3137530466352295809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:12:13.382Z] ---> ****-login.sh [2026-01-07T09:12:13.383Z] nexus3.edgexfoundry.org:10001 [2026-01-07T09:12:13.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T09:12:13.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T09:12:13.648Z] Configure a credential helper to remove this warning. See [2026-01-07T09:12:13.648Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T09:12:13.648Z] [2026-01-07T09:12:13.648Z] Login Succeeded [2026-01-07T09:12:13.648Z] nexus3.edgexfoundry.org:10002 [2026-01-07T09:12:13.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T09:12:14.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T09:12:14.179Z] Configure a credential helper to remove this warning. See [2026-01-07T09:12:14.179Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T09:12:14.179Z] [2026-01-07T09:12:14.179Z] Login Succeeded [2026-01-07T09:12:14.179Z] nexus3.edgexfoundry.org:10003 [2026-01-07T09:12:14.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T09:12:14.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T09:12:14.443Z] Configure a credential helper to remove this warning. See [2026-01-07T09:12:14.443Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T09:12:14.443Z] [2026-01-07T09:12:14.443Z] Login Succeeded [2026-01-07T09:12:14.443Z] nexus3.edgexfoundry.org:10004 [2026-01-07T09:12:14.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T09:12:14.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T09:12:14.708Z] Configure a credential helper to remove this warning. See [2026-01-07T09:12:14.708Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T09:12:14.708Z] [2026-01-07T09:12:14.709Z] Login Succeeded [2026-01-07T09:12:14.709Z] ****.io [2026-01-07T09:12:14.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-01-07T09:12:15.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-01-07T09:12:15.238Z] Configure a credential helper to remove this warning. See [2026-01-07T09:12:15.239Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-01-07T09:12:15.239Z] [2026-01-07T09:12:15.239Z] Login Succeeded [2026-01-07T09:12:15.239Z] ---> ****-login.sh ends [Pipeline] } [2026-01-07T09:12:15.249Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:12:15.299Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-01-07T09:12:15.326Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2026-01-07T09:12:15.326Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:15.326Z] latest [2026-01-07T09:12:15.326Z] 4.1.0-dev.91 [2026-01-07T09:12:15.326Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:15.326Z] main [2026-01-07T09:12:15.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:15.689Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:16.029Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:16.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-01-07T09:12:16.029Z] 49b7ce06a9a9: Preparing [2026-01-07T09:12:16.029Z] 1d75b9a06f55: Preparing [2026-01-07T09:12:16.029Z] 84c93feab3d1: Preparing [2026-01-07T09:12:16.029Z] 10a54f7901dd: Preparing [2026-01-07T09:12:16.029Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:16.029Z] 704fb88fa842: Preparing [2026-01-07T09:12:16.029Z] 0e64f2360a44: Preparing [2026-01-07T09:12:16.029Z] 0e64f2360a44: Waiting [2026-01-07T09:12:16.029Z] 704fb88fa842: Waiting [2026-01-07T09:12:16.294Z] 84c93feab3d1: Pushed [2026-01-07T09:12:16.294Z] 10a54f7901dd: Pushed [2026-01-07T09:12:16.294Z] 49b7ce06a9a9: Pushed [2026-01-07T09:12:16.294Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:16.557Z] 704fb88fa842: Pushed [2026-01-07T09:12:16.557Z] 275c1f87f0d5: Pushed [2026-01-07T09:12:23.178Z] 1d75b9a06f55: Pushed [2026-01-07T09:12:23.178Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:23.530Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:23.891Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-01-07T09:12:23.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-01-07T09:12:23.891Z] 49b7ce06a9a9: Preparing [2026-01-07T09:12:23.891Z] 1d75b9a06f55: Preparing [2026-01-07T09:12:23.891Z] 84c93feab3d1: Preparing [2026-01-07T09:12:23.891Z] 10a54f7901dd: Preparing [2026-01-07T09:12:23.891Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:23.891Z] 704fb88fa842: Preparing [2026-01-07T09:12:23.891Z] 0e64f2360a44: Preparing [2026-01-07T09:12:23.891Z] 704fb88fa842: Waiting [2026-01-07T09:12:23.891Z] 0e64f2360a44: Waiting [2026-01-07T09:12:23.891Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:23.891Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:23.891Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:23.891Z] 49b7ce06a9a9: Layer already exists [2026-01-07T09:12:23.891Z] 1d75b9a06f55: Layer already exists [2026-01-07T09:12:23.891Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:23.891Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:24.157Z] latest: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:24.562Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:24.915Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 [2026-01-07T09:12:24.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-01-07T09:12:24.915Z] 49b7ce06a9a9: Preparing [2026-01-07T09:12:24.915Z] 1d75b9a06f55: Preparing [2026-01-07T09:12:24.915Z] 84c93feab3d1: Preparing [2026-01-07T09:12:24.915Z] 10a54f7901dd: Preparing [2026-01-07T09:12:24.915Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:24.915Z] 704fb88fa842: Preparing [2026-01-07T09:12:24.915Z] 0e64f2360a44: Preparing [2026-01-07T09:12:24.915Z] 704fb88fa842: Waiting [2026-01-07T09:12:24.915Z] 1d75b9a06f55: Layer already exists [2026-01-07T09:12:24.915Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:24.915Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:24.915Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:24.915Z] 49b7ce06a9a9: Layer already exists [2026-01-07T09:12:24.915Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:24.915Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:25.185Z] 4.1.0-dev.91: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:25.554Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:25.915Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:25.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-01-07T09:12:25.916Z] 49b7ce06a9a9: Preparing [2026-01-07T09:12:25.916Z] 1d75b9a06f55: Preparing [2026-01-07T09:12:25.916Z] 84c93feab3d1: Preparing [2026-01-07T09:12:25.916Z] 10a54f7901dd: Preparing [2026-01-07T09:12:25.916Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:25.916Z] 704fb88fa842: Preparing [2026-01-07T09:12:25.916Z] 0e64f2360a44: Preparing [2026-01-07T09:12:25.916Z] 704fb88fa842: Waiting [2026-01-07T09:12:25.916Z] 0e64f2360a44: Waiting [2026-01-07T09:12:25.916Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:25.916Z] 1d75b9a06f55: Layer already exists [2026-01-07T09:12:25.916Z] 49b7ce06a9a9: Layer already exists [2026-01-07T09:12:25.916Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:25.916Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:25.916Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:25.916Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:25.916Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:26.556Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:26.908Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2026-01-07T09:12:26.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-01-07T09:12:26.908Z] 49b7ce06a9a9: Preparing [2026-01-07T09:12:26.908Z] 1d75b9a06f55: Preparing [2026-01-07T09:12:26.908Z] 84c93feab3d1: Preparing [2026-01-07T09:12:26.908Z] 10a54f7901dd: Preparing [2026-01-07T09:12:26.908Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:26.908Z] 704fb88fa842: Preparing [2026-01-07T09:12:26.908Z] 0e64f2360a44: Preparing [2026-01-07T09:12:26.908Z] 704fb88fa842: Waiting [2026-01-07T09:12:26.908Z] 0e64f2360a44: Waiting [2026-01-07T09:12:26.908Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:26.908Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:26.908Z] 1d75b9a06f55: Layer already exists [2026-01-07T09:12:26.908Z] 49b7ce06a9a9: Layer already exists [2026-01-07T09:12:26.908Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:26.908Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:26.908Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:27.171Z] main: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:12:27.241Z] ===================================================== [Pipeline] echo [2026-01-07T09:12:27.256Z] taggedImages: [2026-01-07T09:12:27.256Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:27.256Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-01-07T09:12:27.256Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 [2026-01-07T09:12:27.256Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:27.256Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-01-07T09:12:27.277Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2026-01-07T09:12:27.277Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:27.277Z] latest [2026-01-07T09:12:27.277Z] 4.1.0-dev.91 [2026-01-07T09:12:27.277Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:27.277Z] main [2026-01-07T09:12:27.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:27.629Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:27.983Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:27.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-01-07T09:12:27.983Z] 5b28bcef8f7c: Preparing [2026-01-07T09:12:27.983Z] f383d71aa5ed: Preparing [2026-01-07T09:12:27.983Z] 91b21ce12413: Preparing [2026-01-07T09:12:27.983Z] 12e1a1c694c2: Preparing [2026-01-07T09:12:27.983Z] 84c93feab3d1: Preparing [2026-01-07T09:12:27.983Z] 10a54f7901dd: Preparing [2026-01-07T09:12:27.983Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:27.983Z] 704fb88fa842: Preparing [2026-01-07T09:12:27.983Z] 0e64f2360a44: Preparing [2026-01-07T09:12:27.983Z] 275c1f87f0d5: Waiting [2026-01-07T09:12:27.983Z] 704fb88fa842: Waiting [2026-01-07T09:12:27.983Z] 0e64f2360a44: Waiting [2026-01-07T09:12:27.983Z] 10a54f7901dd: Waiting [2026-01-07T09:12:27.983Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:28.247Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:28.247Z] 91b21ce12413: Pushed [2026-01-07T09:12:28.247Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:28.247Z] f383d71aa5ed: Pushed [2026-01-07T09:12:28.247Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:28.247Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:28.247Z] 5b28bcef8f7c: Pushed [2026-01-07T09:12:30.813Z] 12e1a1c694c2: Pushed [2026-01-07T09:12:31.078Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:31.429Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:31.776Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-01-07T09:12:31.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-01-07T09:12:31.776Z] 5b28bcef8f7c: Preparing [2026-01-07T09:12:31.776Z] f383d71aa5ed: Preparing [2026-01-07T09:12:31.776Z] 91b21ce12413: Preparing [2026-01-07T09:12:31.776Z] 12e1a1c694c2: Preparing [2026-01-07T09:12:31.776Z] 84c93feab3d1: Preparing [2026-01-07T09:12:31.776Z] 10a54f7901dd: Preparing [2026-01-07T09:12:31.776Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:31.776Z] 704fb88fa842: Preparing [2026-01-07T09:12:31.776Z] 0e64f2360a44: Preparing [2026-01-07T09:12:31.776Z] 10a54f7901dd: Waiting [2026-01-07T09:12:31.776Z] 275c1f87f0d5: Waiting [2026-01-07T09:12:31.776Z] 704fb88fa842: Waiting [2026-01-07T09:12:31.776Z] 0e64f2360a44: Waiting [2026-01-07T09:12:31.776Z] 5b28bcef8f7c: Layer already exists [2026-01-07T09:12:31.776Z] f383d71aa5ed: Layer already exists [2026-01-07T09:12:31.776Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:31.776Z] 12e1a1c694c2: Layer already exists [2026-01-07T09:12:31.776Z] 91b21ce12413: Layer already exists [2026-01-07T09:12:31.776Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:31.776Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:31.776Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:31.776Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:32.041Z] latest: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:32.398Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:32.743Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 [2026-01-07T09:12:32.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-01-07T09:12:32.743Z] 5b28bcef8f7c: Preparing [2026-01-07T09:12:32.743Z] f383d71aa5ed: Preparing [2026-01-07T09:12:32.743Z] 91b21ce12413: Preparing [2026-01-07T09:12:32.743Z] 12e1a1c694c2: Preparing [2026-01-07T09:12:32.743Z] 84c93feab3d1: Preparing [2026-01-07T09:12:32.743Z] 10a54f7901dd: Preparing [2026-01-07T09:12:32.743Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:32.743Z] 704fb88fa842: Preparing [2026-01-07T09:12:32.743Z] 0e64f2360a44: Preparing [2026-01-07T09:12:32.743Z] 10a54f7901dd: Waiting [2026-01-07T09:12:32.743Z] 275c1f87f0d5: Waiting [2026-01-07T09:12:32.743Z] 704fb88fa842: Waiting [2026-01-07T09:12:32.743Z] 0e64f2360a44: Waiting [2026-01-07T09:12:32.743Z] 5b28bcef8f7c: Layer already exists [2026-01-07T09:12:32.743Z] 12e1a1c694c2: Layer already exists [2026-01-07T09:12:32.743Z] 91b21ce12413: Layer already exists [2026-01-07T09:12:32.743Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:32.743Z] f383d71aa5ed: Layer already exists [2026-01-07T09:12:32.743Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:32.743Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:32.743Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:33.009Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:33.009Z] 4.1.0-dev.91: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:33.358Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:33.710Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:33.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-01-07T09:12:33.710Z] 5b28bcef8f7c: Preparing [2026-01-07T09:12:33.710Z] f383d71aa5ed: Preparing [2026-01-07T09:12:33.710Z] 91b21ce12413: Preparing [2026-01-07T09:12:33.710Z] 12e1a1c694c2: Preparing [2026-01-07T09:12:33.710Z] 84c93feab3d1: Preparing [2026-01-07T09:12:33.710Z] 10a54f7901dd: Preparing [2026-01-07T09:12:33.710Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:33.710Z] 704fb88fa842: Preparing [2026-01-07T09:12:33.710Z] 0e64f2360a44: Preparing [2026-01-07T09:12:33.710Z] 275c1f87f0d5: Waiting [2026-01-07T09:12:33.710Z] 704fb88fa842: Waiting [2026-01-07T09:12:33.710Z] 0e64f2360a44: Waiting [2026-01-07T09:12:33.710Z] 10a54f7901dd: Waiting [2026-01-07T09:12:33.710Z] 5b28bcef8f7c: Layer already exists [2026-01-07T09:12:33.710Z] 91b21ce12413: Layer already exists [2026-01-07T09:12:33.710Z] 12e1a1c694c2: Layer already exists [2026-01-07T09:12:33.710Z] f383d71aa5ed: Layer already exists [2026-01-07T09:12:33.710Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:33.710Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:33.710Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:33.710Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:33.710Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:33.974Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:34.322Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:34.671Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2026-01-07T09:12:34.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-01-07T09:12:34.671Z] 5b28bcef8f7c: Preparing [2026-01-07T09:12:34.671Z] f383d71aa5ed: Preparing [2026-01-07T09:12:34.671Z] 91b21ce12413: Preparing [2026-01-07T09:12:34.671Z] 12e1a1c694c2: Preparing [2026-01-07T09:12:34.671Z] 84c93feab3d1: Preparing [2026-01-07T09:12:34.671Z] 10a54f7901dd: Preparing [2026-01-07T09:12:34.671Z] 275c1f87f0d5: Preparing [2026-01-07T09:12:34.671Z] 704fb88fa842: Preparing [2026-01-07T09:12:34.671Z] 0e64f2360a44: Preparing [2026-01-07T09:12:34.671Z] 275c1f87f0d5: Waiting [2026-01-07T09:12:34.671Z] 704fb88fa842: Waiting [2026-01-07T09:12:34.671Z] 0e64f2360a44: Waiting [2026-01-07T09:12:34.671Z] 10a54f7901dd: Waiting [2026-01-07T09:12:34.671Z] f383d71aa5ed: Layer already exists [2026-01-07T09:12:34.671Z] 91b21ce12413: Layer already exists [2026-01-07T09:12:34.671Z] 5b28bcef8f7c: Layer already exists [2026-01-07T09:12:34.671Z] 12e1a1c694c2: Layer already exists [2026-01-07T09:12:34.671Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:34.671Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:12:34.671Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:34.671Z] 704fb88fa842: Layer already exists [2026-01-07T09:12:34.671Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:34.671Z] main: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:12:35.008Z] ===================================================== [Pipeline] echo [2026-01-07T09:12:35.021Z] taggedImages: [2026-01-07T09:12:35.021Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:35.021Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-01-07T09:12:35.021Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 [2026-01-07T09:12:35.021Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:35.021Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-01-07T09:12:35.045Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2026-01-07T09:12:35.045Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:35.045Z] latest [2026-01-07T09:12:35.045Z] 4.1.0-dev.91 [2026-01-07T09:12:35.045Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:35.045Z] main [2026-01-07T09:12:35.045Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:35.398Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:35.747Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:35.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-01-07T09:12:35.747Z] 18741af2795c: Preparing [2026-01-07T09:12:35.747Z] c8794f761aa4: Preparing [2026-01-07T09:12:35.747Z] 84c93feab3d1: Preparing [2026-01-07T09:12:35.747Z] 10a54f7901dd: Preparing [2026-01-07T09:12:35.747Z] ee58668487fb: Preparing [2026-01-07T09:12:35.747Z] 93cdd28525b7: Preparing [2026-01-07T09:12:35.747Z] 0e64f2360a44: Preparing [2026-01-07T09:12:35.747Z] 93cdd28525b7: Waiting [2026-01-07T09:12:35.747Z] 0e64f2360a44: Waiting [2026-01-07T09:12:35.747Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:35.747Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:36.012Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:36.012Z] 18741af2795c: Pushed [2026-01-07T09:12:36.012Z] 93cdd28525b7: Pushed [2026-01-07T09:12:36.276Z] ee58668487fb: Pushed [2026-01-07T09:12:44.456Z] c8794f761aa4: Pushed [2026-01-07T09:12:44.456Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:44.806Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:46.544Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-01-07T09:12:46.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-01-07T09:12:46.544Z] 18741af2795c: Preparing [2026-01-07T09:12:46.544Z] c8794f761aa4: Preparing [2026-01-07T09:12:46.544Z] 84c93feab3d1: Preparing [2026-01-07T09:12:46.544Z] 10a54f7901dd: Preparing [2026-01-07T09:12:46.544Z] ee58668487fb: Preparing [2026-01-07T09:12:46.544Z] 93cdd28525b7: Preparing [2026-01-07T09:12:46.544Z] 0e64f2360a44: Preparing [2026-01-07T09:12:46.544Z] 93cdd28525b7: Waiting [2026-01-07T09:12:46.544Z] 0e64f2360a44: Waiting [2026-01-07T09:12:46.544Z] ee58668487fb: Layer already exists [2026-01-07T09:12:46.544Z] 18741af2795c: Layer already exists [2026-01-07T09:12:46.544Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:46.544Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:46.544Z] c8794f761aa4: Layer already exists [2026-01-07T09:12:46.544Z] 93cdd28525b7: Layer already exists [2026-01-07T09:12:46.544Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:46.544Z] latest: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:47.153Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:47.491Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 [2026-01-07T09:12:47.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-01-07T09:12:47.491Z] 18741af2795c: Preparing [2026-01-07T09:12:47.491Z] c8794f761aa4: Preparing [2026-01-07T09:12:47.491Z] 84c93feab3d1: Preparing [2026-01-07T09:12:47.491Z] 10a54f7901dd: Preparing [2026-01-07T09:12:47.491Z] ee58668487fb: Preparing [2026-01-07T09:12:47.491Z] 93cdd28525b7: Preparing [2026-01-07T09:12:47.491Z] 0e64f2360a44: Preparing [2026-01-07T09:12:47.491Z] 93cdd28525b7: Waiting [2026-01-07T09:12:47.491Z] 0e64f2360a44: Waiting [2026-01-07T09:12:47.491Z] c8794f761aa4: Layer already exists [2026-01-07T09:12:47.491Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:47.491Z] ee58668487fb: Layer already exists [2026-01-07T09:12:47.491Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:47.491Z] 18741af2795c: Layer already exists [2026-01-07T09:12:47.491Z] 93cdd28525b7: Layer already exists [2026-01-07T09:12:47.491Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:47.491Z] 4.1.0-dev.91: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:48.098Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:48.442Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:48.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-01-07T09:12:48.442Z] 18741af2795c: Preparing [2026-01-07T09:12:48.442Z] c8794f761aa4: Preparing [2026-01-07T09:12:48.442Z] 84c93feab3d1: Preparing [2026-01-07T09:12:48.442Z] 10a54f7901dd: Preparing [2026-01-07T09:12:48.442Z] ee58668487fb: Preparing [2026-01-07T09:12:48.442Z] 93cdd28525b7: Preparing [2026-01-07T09:12:48.442Z] 0e64f2360a44: Preparing [2026-01-07T09:12:48.442Z] 93cdd28525b7: Waiting [2026-01-07T09:12:48.442Z] 0e64f2360a44: Waiting [2026-01-07T09:12:48.442Z] ee58668487fb: Layer already exists [2026-01-07T09:12:48.442Z] c8794f761aa4: Layer already exists [2026-01-07T09:12:48.442Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:48.442Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:48.442Z] 18741af2795c: Layer already exists [2026-01-07T09:12:48.443Z] 93cdd28525b7: Layer already exists [2026-01-07T09:12:48.443Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:48.443Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:49.046Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:49.385Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2026-01-07T09:12:49.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-01-07T09:12:49.385Z] 18741af2795c: Preparing [2026-01-07T09:12:49.385Z] c8794f761aa4: Preparing [2026-01-07T09:12:49.385Z] 84c93feab3d1: Preparing [2026-01-07T09:12:49.385Z] 10a54f7901dd: Preparing [2026-01-07T09:12:49.385Z] ee58668487fb: Preparing [2026-01-07T09:12:49.385Z] 93cdd28525b7: Preparing [2026-01-07T09:12:49.385Z] 0e64f2360a44: Preparing [2026-01-07T09:12:49.385Z] 93cdd28525b7: Waiting [2026-01-07T09:12:49.385Z] 0e64f2360a44: Waiting [2026-01-07T09:12:49.385Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:49.385Z] 84c93feab3d1: Layer already exists [2026-01-07T09:12:49.385Z] ee58668487fb: Layer already exists [2026-01-07T09:12:49.385Z] c8794f761aa4: Layer already exists [2026-01-07T09:12:49.385Z] 18741af2795c: Layer already exists [2026-01-07T09:12:49.385Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:49.385Z] 93cdd28525b7: Layer already exists [2026-01-07T09:12:49.648Z] main: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:12:49.723Z] ===================================================== [Pipeline] echo [2026-01-07T09:12:49.735Z] taggedImages: [2026-01-07T09:12:49.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:49.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-01-07T09:12:49.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 [2026-01-07T09:12:49.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:49.735Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-01-07T09:12:49.764Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2026-01-07T09:12:49.764Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:49.764Z] latest [2026-01-07T09:12:49.764Z] 4.1.0-dev.91 [2026-01-07T09:12:49.764Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:12:49.764Z] main [2026-01-07T09:12:49.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:50.113Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:50.459Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:12:50.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-01-07T09:12:50.460Z] 9c348a035a77: Preparing [2026-01-07T09:12:50.460Z] 518928474b7b: Preparing [2026-01-07T09:12:50.460Z] 10a54f7901dd: Preparing [2026-01-07T09:12:50.460Z] 36cad3d483b3: Preparing [2026-01-07T09:12:50.460Z] 7a2ebc6af071: Preparing [2026-01-07T09:12:50.460Z] 0e64f2360a44: Preparing [2026-01-07T09:12:50.460Z] 0e64f2360a44: Waiting [2026-01-07T09:12:50.460Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:50.725Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:50.725Z] 7a2ebc6af071: Pushed [2026-01-07T09:12:50.725Z] 9c348a035a77: Pushed [2026-01-07T09:12:50.725Z] 36cad3d483b3: Pushed [2026-01-07T09:12:58.893Z] 518928474b7b: Pushed [2026-01-07T09:12:58.893Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:59.494Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:12:59.827Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-01-07T09:12:59.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-01-07T09:12:59.827Z] 9c348a035a77: Preparing [2026-01-07T09:12:59.827Z] 518928474b7b: Preparing [2026-01-07T09:12:59.827Z] 10a54f7901dd: Preparing [2026-01-07T09:12:59.827Z] 36cad3d483b3: Preparing [2026-01-07T09:12:59.827Z] 7a2ebc6af071: Preparing [2026-01-07T09:12:59.827Z] 0e64f2360a44: Preparing [2026-01-07T09:12:59.827Z] 0e64f2360a44: Waiting [2026-01-07T09:12:59.827Z] 518928474b7b: Layer already exists [2026-01-07T09:12:59.827Z] 7a2ebc6af071: Layer already exists [2026-01-07T09:12:59.827Z] 9c348a035a77: Layer already exists [2026-01-07T09:12:59.827Z] 36cad3d483b3: Layer already exists [2026-01-07T09:12:59.827Z] 10a54f7901dd: Layer already exists [2026-01-07T09:12:59.827Z] 0e64f2360a44: Layer already exists [2026-01-07T09:12:59.827Z] latest: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:00.430Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:00.769Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 [2026-01-07T09:13:00.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-01-07T09:13:00.769Z] 9c348a035a77: Preparing [2026-01-07T09:13:00.769Z] 518928474b7b: Preparing [2026-01-07T09:13:00.769Z] 10a54f7901dd: Preparing [2026-01-07T09:13:00.769Z] 36cad3d483b3: Preparing [2026-01-07T09:13:00.769Z] 7a2ebc6af071: Preparing [2026-01-07T09:13:00.769Z] 0e64f2360a44: Preparing [2026-01-07T09:13:00.769Z] 0e64f2360a44: Waiting [2026-01-07T09:13:00.769Z] 36cad3d483b3: Layer already exists [2026-01-07T09:13:00.769Z] 518928474b7b: Layer already exists [2026-01-07T09:13:00.769Z] 9c348a035a77: Layer already exists [2026-01-07T09:13:00.769Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:00.769Z] 7a2ebc6af071: Layer already exists [2026-01-07T09:13:00.769Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:00.769Z] 4.1.0-dev.91: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:01.103Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:01.445Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:01.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-01-07T09:13:01.445Z] 9c348a035a77: Preparing [2026-01-07T09:13:01.445Z] 518928474b7b: Preparing [2026-01-07T09:13:01.445Z] 10a54f7901dd: Preparing [2026-01-07T09:13:01.445Z] 36cad3d483b3: Preparing [2026-01-07T09:13:01.445Z] 7a2ebc6af071: Preparing [2026-01-07T09:13:01.445Z] 0e64f2360a44: Preparing [2026-01-07T09:13:01.445Z] 0e64f2360a44: Waiting [2026-01-07T09:13:01.445Z] 36cad3d483b3: Layer already exists [2026-01-07T09:13:01.445Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:01.445Z] 9c348a035a77: Layer already exists [2026-01-07T09:13:01.445Z] 7a2ebc6af071: Layer already exists [2026-01-07T09:13:01.445Z] 518928474b7b: Layer already exists [2026-01-07T09:13:01.445Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:01.445Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:01.787Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:02.125Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2026-01-07T09:13:02.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-01-07T09:13:02.125Z] 9c348a035a77: Preparing [2026-01-07T09:13:02.125Z] 518928474b7b: Preparing [2026-01-07T09:13:02.125Z] 10a54f7901dd: Preparing [2026-01-07T09:13:02.125Z] 36cad3d483b3: Preparing [2026-01-07T09:13:02.125Z] 7a2ebc6af071: Preparing [2026-01-07T09:13:02.125Z] 0e64f2360a44: Preparing [2026-01-07T09:13:02.125Z] 0e64f2360a44: Waiting [2026-01-07T09:13:02.125Z] 7a2ebc6af071: Layer already exists [2026-01-07T09:13:02.125Z] 9c348a035a77: Layer already exists [2026-01-07T09:13:02.125Z] 518928474b7b: Layer already exists [2026-01-07T09:13:02.125Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:02.125Z] 36cad3d483b3: Layer already exists [2026-01-07T09:13:02.125Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:02.388Z] main: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:13:02.473Z] ===================================================== [Pipeline] echo [2026-01-07T09:13:02.482Z] taggedImages: [2026-01-07T09:13:02.482Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:02.482Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-01-07T09:13:02.482Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 [2026-01-07T09:13:02.482Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:02.482Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-01-07T09:13:02.505Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2026-01-07T09:13:02.505Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:02.505Z] latest [2026-01-07T09:13:02.505Z] 4.1.0-dev.91 [2026-01-07T09:13:02.505Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:02.505Z] main [2026-01-07T09:13:02.505Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:02.866Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:03.208Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:03.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-01-07T09:13:03.208Z] 32f9a529982e: Preparing [2026-01-07T09:13:03.208Z] 844cb2dcf60b: Preparing [2026-01-07T09:13:03.208Z] c0506943ec02: Preparing [2026-01-07T09:13:03.208Z] 84c93feab3d1: Preparing [2026-01-07T09:13:03.208Z] 10a54f7901dd: Preparing [2026-01-07T09:13:03.208Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:03.208Z] 704fb88fa842: Preparing [2026-01-07T09:13:03.208Z] 0e64f2360a44: Preparing [2026-01-07T09:13:03.208Z] 704fb88fa842: Waiting [2026-01-07T09:13:03.208Z] 0e64f2360a44: Waiting [2026-01-07T09:13:03.208Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:03.208Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:03.471Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:03.471Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:03.471Z] 844cb2dcf60b: Pushed [2026-01-07T09:13:03.471Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:03.471Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:03.471Z] 32f9a529982e: Pushed [2026-01-07T09:13:11.643Z] c0506943ec02: Pushed [2026-01-07T09:13:11.643Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:11.981Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:12.317Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-01-07T09:13:12.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-01-07T09:13:12.317Z] 32f9a529982e: Preparing [2026-01-07T09:13:12.317Z] 844cb2dcf60b: Preparing [2026-01-07T09:13:12.317Z] c0506943ec02: Preparing [2026-01-07T09:13:12.317Z] 84c93feab3d1: Preparing [2026-01-07T09:13:12.317Z] 10a54f7901dd: Preparing [2026-01-07T09:13:12.317Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:12.317Z] 704fb88fa842: Preparing [2026-01-07T09:13:12.317Z] 0e64f2360a44: Preparing [2026-01-07T09:13:12.317Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:12.317Z] 704fb88fa842: Waiting [2026-01-07T09:13:12.317Z] 0e64f2360a44: Waiting [2026-01-07T09:13:12.317Z] 844cb2dcf60b: Layer already exists [2026-01-07T09:13:12.317Z] c0506943ec02: Layer already exists [2026-01-07T09:13:12.317Z] 32f9a529982e: Layer already exists [2026-01-07T09:13:12.317Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:12.317Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:12.317Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:12.317Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:12.317Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:12.317Z] latest: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:12.918Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:13.262Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 [2026-01-07T09:13:13.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-01-07T09:13:13.262Z] 32f9a529982e: Preparing [2026-01-07T09:13:13.263Z] 844cb2dcf60b: Preparing [2026-01-07T09:13:13.263Z] c0506943ec02: Preparing [2026-01-07T09:13:13.263Z] 84c93feab3d1: Preparing [2026-01-07T09:13:13.263Z] 10a54f7901dd: Preparing [2026-01-07T09:13:13.263Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:13.263Z] 704fb88fa842: Preparing [2026-01-07T09:13:13.263Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:13.263Z] 0e64f2360a44: Preparing [2026-01-07T09:13:13.263Z] 704fb88fa842: Waiting [2026-01-07T09:13:13.263Z] c0506943ec02: Layer already exists [2026-01-07T09:13:13.263Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:13.263Z] 32f9a529982e: Layer already exists [2026-01-07T09:13:13.263Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:13.263Z] 844cb2dcf60b: Layer already exists [2026-01-07T09:13:13.263Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:13.263Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:13.263Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:13.263Z] 4.1.0-dev.91: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:13.616Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:13.961Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:13.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-01-07T09:13:13.961Z] 32f9a529982e: Preparing [2026-01-07T09:13:13.961Z] 844cb2dcf60b: Preparing [2026-01-07T09:13:13.961Z] c0506943ec02: Preparing [2026-01-07T09:13:13.961Z] 84c93feab3d1: Preparing [2026-01-07T09:13:13.961Z] 10a54f7901dd: Preparing [2026-01-07T09:13:13.961Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:13.961Z] 704fb88fa842: Preparing [2026-01-07T09:13:13.961Z] 0e64f2360a44: Preparing [2026-01-07T09:13:13.961Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:13.961Z] 704fb88fa842: Waiting [2026-01-07T09:13:13.961Z] 0e64f2360a44: Waiting [2026-01-07T09:13:13.961Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:13.961Z] 844cb2dcf60b: Layer already exists [2026-01-07T09:13:13.961Z] 32f9a529982e: Layer already exists [2026-01-07T09:13:13.961Z] c0506943ec02: Layer already exists [2026-01-07T09:13:13.961Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:13.961Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:13.961Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:13.961Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:13.961Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:14.302Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:14.644Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2026-01-07T09:13:14.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-01-07T09:13:14.644Z] 32f9a529982e: Preparing [2026-01-07T09:13:14.644Z] 844cb2dcf60b: Preparing [2026-01-07T09:13:14.644Z] c0506943ec02: Preparing [2026-01-07T09:13:14.644Z] 84c93feab3d1: Preparing [2026-01-07T09:13:14.644Z] 10a54f7901dd: Preparing [2026-01-07T09:13:14.644Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:14.644Z] 704fb88fa842: Preparing [2026-01-07T09:13:14.644Z] 0e64f2360a44: Preparing [2026-01-07T09:13:14.644Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:14.644Z] 704fb88fa842: Waiting [2026-01-07T09:13:14.644Z] 0e64f2360a44: Waiting [2026-01-07T09:13:14.644Z] 32f9a529982e: Layer already exists [2026-01-07T09:13:14.644Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:14.644Z] 844cb2dcf60b: Layer already exists [2026-01-07T09:13:14.644Z] c0506943ec02: Layer already exists [2026-01-07T09:13:14.644Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:14.644Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:14.644Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:14.644Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:14.644Z] main: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:13:14.983Z] ===================================================== [Pipeline] echo [2026-01-07T09:13:14.996Z] taggedImages: [2026-01-07T09:13:14.996Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:14.996Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-01-07T09:13:14.996Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 [2026-01-07T09:13:14.996Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:14.996Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-01-07T09:13:15.019Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2026-01-07T09:13:15.019Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:15.019Z] latest [2026-01-07T09:13:15.019Z] 4.1.0-dev.91 [2026-01-07T09:13:15.019Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:15.019Z] main [2026-01-07T09:13:15.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:15.374Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:15.721Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:15.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-01-07T09:13:15.721Z] 043db611d794: Preparing [2026-01-07T09:13:15.721Z] 3dbe253bcc4e: Preparing [2026-01-07T09:13:15.721Z] 4dbeaafebd3e: Preparing [2026-01-07T09:13:15.721Z] 6c9e012a5618: Preparing [2026-01-07T09:13:15.721Z] 37198a74d211: Preparing [2026-01-07T09:13:15.721Z] 1d4fc491648d: Preparing [2026-01-07T09:13:15.721Z] ec46c042b797: Preparing [2026-01-07T09:13:15.721Z] 84c93feab3d1: Preparing [2026-01-07T09:13:15.721Z] 10a54f7901dd: Preparing [2026-01-07T09:13:15.721Z] 84f713d8983c: Preparing [2026-01-07T09:13:15.721Z] bae0294117d1: Preparing [2026-01-07T09:13:15.721Z] 5f70bf18a086: Preparing [2026-01-07T09:13:15.721Z] 57a1273b3d89: Preparing [2026-01-07T09:13:15.721Z] 670f88607715: Preparing [2026-01-07T09:13:15.721Z] 5ac4a1fa80a3: Preparing [2026-01-07T09:13:15.721Z] 0e64f2360a44: Preparing [2026-01-07T09:13:15.721Z] 10a54f7901dd: Waiting [2026-01-07T09:13:15.721Z] 84f713d8983c: Waiting [2026-01-07T09:13:15.721Z] bae0294117d1: Waiting [2026-01-07T09:13:15.721Z] 5f70bf18a086: Waiting [2026-01-07T09:13:15.721Z] 1d4fc491648d: Waiting [2026-01-07T09:13:15.721Z] 57a1273b3d89: Waiting [2026-01-07T09:13:15.721Z] 670f88607715: Waiting [2026-01-07T09:13:15.721Z] 5ac4a1fa80a3: Waiting [2026-01-07T09:13:15.721Z] 0e64f2360a44: Waiting [2026-01-07T09:13:15.721Z] ec46c042b797: Waiting [2026-01-07T09:13:15.721Z] 84c93feab3d1: Waiting [2026-01-07T09:13:15.986Z] 37198a74d211: Pushed [2026-01-07T09:13:15.986Z] 3dbe253bcc4e: Pushed [2026-01-07T09:13:15.986Z] 4dbeaafebd3e: Pushed [2026-01-07T09:13:15.986Z] 6c9e012a5618: Pushed [2026-01-07T09:13:15.986Z] 043db611d794: Pushed [2026-01-07T09:13:15.986Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:15.986Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:15.986Z] 5f70bf18a086: Layer already exists [2026-01-07T09:13:15.986Z] 1d4fc491648d: Pushed [2026-01-07T09:13:16.251Z] 84f713d8983c: Pushed [2026-01-07T09:13:16.251Z] bae0294117d1: Pushed [2026-01-07T09:13:16.251Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:16.251Z] 57a1273b3d89: Pushed [2026-01-07T09:13:16.251Z] 5ac4a1fa80a3: Pushed [2026-01-07T09:13:16.515Z] 670f88607715: Pushed [2026-01-07T09:13:19.072Z] ec46c042b797: Pushed [2026-01-07T09:13:19.072Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:19.418Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:19.757Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-01-07T09:13:19.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-01-07T09:13:19.757Z] 043db611d794: Preparing [2026-01-07T09:13:19.757Z] 3dbe253bcc4e: Preparing [2026-01-07T09:13:19.757Z] 4dbeaafebd3e: Preparing [2026-01-07T09:13:19.757Z] 6c9e012a5618: Preparing [2026-01-07T09:13:19.757Z] 37198a74d211: Preparing [2026-01-07T09:13:19.757Z] 1d4fc491648d: Preparing [2026-01-07T09:13:19.757Z] ec46c042b797: Preparing [2026-01-07T09:13:19.757Z] 84c93feab3d1: Preparing [2026-01-07T09:13:19.757Z] 10a54f7901dd: Preparing [2026-01-07T09:13:19.757Z] 84f713d8983c: Preparing [2026-01-07T09:13:19.757Z] bae0294117d1: Preparing [2026-01-07T09:13:19.757Z] 5f70bf18a086: Preparing [2026-01-07T09:13:19.757Z] 57a1273b3d89: Preparing [2026-01-07T09:13:19.757Z] 670f88607715: Preparing [2026-01-07T09:13:19.757Z] 5ac4a1fa80a3: Preparing [2026-01-07T09:13:19.757Z] 0e64f2360a44: Preparing [2026-01-07T09:13:19.757Z] 84f713d8983c: Waiting [2026-01-07T09:13:19.757Z] bae0294117d1: Waiting [2026-01-07T09:13:19.757Z] 5f70bf18a086: Waiting [2026-01-07T09:13:19.757Z] 57a1273b3d89: Waiting [2026-01-07T09:13:19.757Z] 670f88607715: Waiting [2026-01-07T09:13:19.757Z] 1d4fc491648d: Waiting [2026-01-07T09:13:19.757Z] ec46c042b797: Waiting [2026-01-07T09:13:19.757Z] 84c93feab3d1: Waiting [2026-01-07T09:13:19.757Z] 10a54f7901dd: Waiting [2026-01-07T09:13:19.757Z] 5ac4a1fa80a3: Waiting [2026-01-07T09:13:19.757Z] 0e64f2360a44: Waiting [2026-01-07T09:13:19.757Z] 6c9e012a5618: Layer already exists [2026-01-07T09:13:19.757Z] 37198a74d211: Layer already exists [2026-01-07T09:13:19.757Z] 4dbeaafebd3e: Layer already exists [2026-01-07T09:13:19.757Z] 3dbe253bcc4e: Layer already exists [2026-01-07T09:13:19.757Z] 043db611d794: Layer already exists [2026-01-07T09:13:19.757Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:19.757Z] 1d4fc491648d: Layer already exists [2026-01-07T09:13:19.757Z] ec46c042b797: Layer already exists [2026-01-07T09:13:19.757Z] 84f713d8983c: Layer already exists [2026-01-07T09:13:19.757Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:19.757Z] 5f70bf18a086: Layer already exists [2026-01-07T09:13:19.757Z] bae0294117d1: Layer already exists [2026-01-07T09:13:19.757Z] 57a1273b3d89: Layer already exists [2026-01-07T09:13:19.757Z] 670f88607715: Layer already exists [2026-01-07T09:13:19.757Z] 5ac4a1fa80a3: Layer already exists [2026-01-07T09:13:19.757Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:20.020Z] latest: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:20.363Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:20.701Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 [2026-01-07T09:13:20.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-01-07T09:13:20.701Z] 043db611d794: Preparing [2026-01-07T09:13:20.701Z] 3dbe253bcc4e: Preparing [2026-01-07T09:13:20.701Z] 4dbeaafebd3e: Preparing [2026-01-07T09:13:20.701Z] 6c9e012a5618: Preparing [2026-01-07T09:13:20.701Z] 37198a74d211: Preparing [2026-01-07T09:13:20.701Z] 1d4fc491648d: Preparing [2026-01-07T09:13:20.701Z] ec46c042b797: Preparing [2026-01-07T09:13:20.701Z] 84c93feab3d1: Preparing [2026-01-07T09:13:20.701Z] 10a54f7901dd: Preparing [2026-01-07T09:13:20.701Z] 84f713d8983c: Preparing [2026-01-07T09:13:20.701Z] bae0294117d1: Preparing [2026-01-07T09:13:20.701Z] 5f70bf18a086: Preparing [2026-01-07T09:13:20.701Z] 57a1273b3d89: Preparing [2026-01-07T09:13:20.701Z] 670f88607715: Preparing [2026-01-07T09:13:20.701Z] 5ac4a1fa80a3: Preparing [2026-01-07T09:13:20.701Z] 0e64f2360a44: Preparing [2026-01-07T09:13:20.701Z] bae0294117d1: Waiting [2026-01-07T09:13:20.701Z] 5f70bf18a086: Waiting [2026-01-07T09:13:20.701Z] 57a1273b3d89: Waiting [2026-01-07T09:13:20.701Z] 670f88607715: Waiting [2026-01-07T09:13:20.701Z] 5ac4a1fa80a3: Waiting [2026-01-07T09:13:20.701Z] 0e64f2360a44: Waiting [2026-01-07T09:13:20.701Z] 1d4fc491648d: Waiting [2026-01-07T09:13:20.701Z] ec46c042b797: Waiting [2026-01-07T09:13:20.701Z] 84c93feab3d1: Waiting [2026-01-07T09:13:20.701Z] 10a54f7901dd: Waiting [2026-01-07T09:13:20.701Z] 84f713d8983c: Waiting [2026-01-07T09:13:20.701Z] 37198a74d211: Layer already exists [2026-01-07T09:13:20.701Z] 043db611d794: Layer already exists [2026-01-07T09:13:20.701Z] 4dbeaafebd3e: Layer already exists [2026-01-07T09:13:20.701Z] 6c9e012a5618: Layer already exists [2026-01-07T09:13:20.701Z] 3dbe253bcc4e: Layer already exists [2026-01-07T09:13:20.701Z] 1d4fc491648d: Layer already exists [2026-01-07T09:13:20.701Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:20.701Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:20.701Z] 84f713d8983c: Layer already exists [2026-01-07T09:13:20.701Z] ec46c042b797: Layer already exists [2026-01-07T09:13:20.701Z] bae0294117d1: Layer already exists [2026-01-07T09:13:20.701Z] 5f70bf18a086: Layer already exists [2026-01-07T09:13:20.701Z] 670f88607715: Layer already exists [2026-01-07T09:13:20.701Z] 57a1273b3d89: Layer already exists [2026-01-07T09:13:20.701Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:20.701Z] 5ac4a1fa80a3: Layer already exists [2026-01-07T09:13:20.964Z] 4.1.0-dev.91: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:21.303Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:24.202Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:24.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-01-07T09:13:24.202Z] 043db611d794: Preparing [2026-01-07T09:13:24.202Z] 3dbe253bcc4e: Preparing [2026-01-07T09:13:24.202Z] 4dbeaafebd3e: Preparing [2026-01-07T09:13:24.202Z] 6c9e012a5618: Preparing [2026-01-07T09:13:24.202Z] 37198a74d211: Preparing [2026-01-07T09:13:24.202Z] 1d4fc491648d: Preparing [2026-01-07T09:13:24.202Z] ec46c042b797: Preparing [2026-01-07T09:13:24.202Z] 84c93feab3d1: Preparing [2026-01-07T09:13:24.202Z] 10a54f7901dd: Preparing [2026-01-07T09:13:24.202Z] 84f713d8983c: Preparing [2026-01-07T09:13:24.202Z] bae0294117d1: Preparing [2026-01-07T09:13:24.202Z] 5f70bf18a086: Preparing [2026-01-07T09:13:24.202Z] 57a1273b3d89: Preparing [2026-01-07T09:13:24.202Z] 670f88607715: Preparing [2026-01-07T09:13:24.202Z] 5ac4a1fa80a3: Preparing [2026-01-07T09:13:24.202Z] 0e64f2360a44: Preparing [2026-01-07T09:13:24.202Z] 10a54f7901dd: Waiting [2026-01-07T09:13:24.202Z] 84f713d8983c: Waiting [2026-01-07T09:13:24.202Z] bae0294117d1: Waiting [2026-01-07T09:13:24.202Z] 5f70bf18a086: Waiting [2026-01-07T09:13:24.202Z] 57a1273b3d89: Waiting [2026-01-07T09:13:24.202Z] 5ac4a1fa80a3: Waiting [2026-01-07T09:13:24.202Z] 0e64f2360a44: Waiting [2026-01-07T09:13:24.202Z] 670f88607715: Waiting [2026-01-07T09:13:24.202Z] ec46c042b797: Waiting [2026-01-07T09:13:24.202Z] 1d4fc491648d: Waiting [2026-01-07T09:13:24.202Z] 84c93feab3d1: Waiting [2026-01-07T09:13:24.202Z] 6c9e012a5618: Layer already exists [2026-01-07T09:13:24.202Z] 3dbe253bcc4e: Layer already exists [2026-01-07T09:13:24.203Z] 043db611d794: Layer already exists [2026-01-07T09:13:24.203Z] 37198a74d211: Layer already exists [2026-01-07T09:13:24.203Z] 4dbeaafebd3e: Layer already exists [2026-01-07T09:13:24.203Z] ec46c042b797: Layer already exists [2026-01-07T09:13:24.203Z] 1d4fc491648d: Layer already exists [2026-01-07T09:13:24.203Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:24.203Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:24.203Z] 84f713d8983c: Layer already exists [2026-01-07T09:13:24.203Z] 670f88607715: Layer already exists [2026-01-07T09:13:24.203Z] 5ac4a1fa80a3: Layer already exists [2026-01-07T09:13:24.203Z] 5f70bf18a086: Layer already exists [2026-01-07T09:13:24.203Z] bae0294117d1: Layer already exists [2026-01-07T09:13:24.203Z] 57a1273b3d89: Layer already exists [2026-01-07T09:13:24.203Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:24.468Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:24.808Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:25.350Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2026-01-07T09:13:25.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-01-07T09:13:25.350Z] 043db611d794: Preparing [2026-01-07T09:13:25.350Z] 3dbe253bcc4e: Preparing [2026-01-07T09:13:25.350Z] 4dbeaafebd3e: Preparing [2026-01-07T09:13:25.350Z] 6c9e012a5618: Preparing [2026-01-07T09:13:25.350Z] 37198a74d211: Preparing [2026-01-07T09:13:25.350Z] 1d4fc491648d: Preparing [2026-01-07T09:13:25.350Z] ec46c042b797: Preparing [2026-01-07T09:13:25.350Z] 84c93feab3d1: Preparing [2026-01-07T09:13:25.350Z] 10a54f7901dd: Preparing [2026-01-07T09:13:25.350Z] 84f713d8983c: Preparing [2026-01-07T09:13:25.350Z] bae0294117d1: Preparing [2026-01-07T09:13:25.350Z] 5f70bf18a086: Preparing [2026-01-07T09:13:25.350Z] 57a1273b3d89: Preparing [2026-01-07T09:13:25.350Z] 670f88607715: Preparing [2026-01-07T09:13:25.350Z] 5ac4a1fa80a3: Preparing [2026-01-07T09:13:25.350Z] 0e64f2360a44: Preparing [2026-01-07T09:13:25.350Z] bae0294117d1: Waiting [2026-01-07T09:13:25.351Z] 5f70bf18a086: Waiting [2026-01-07T09:13:25.351Z] 57a1273b3d89: Waiting [2026-01-07T09:13:25.351Z] 670f88607715: Waiting [2026-01-07T09:13:25.351Z] 5ac4a1fa80a3: Waiting [2026-01-07T09:13:25.351Z] 0e64f2360a44: Waiting [2026-01-07T09:13:25.351Z] 1d4fc491648d: Waiting [2026-01-07T09:13:25.351Z] ec46c042b797: Waiting [2026-01-07T09:13:25.351Z] 84c93feab3d1: Waiting [2026-01-07T09:13:25.351Z] 10a54f7901dd: Waiting [2026-01-07T09:13:25.351Z] 84f713d8983c: Waiting [2026-01-07T09:13:25.351Z] 37198a74d211: Layer already exists [2026-01-07T09:13:25.351Z] 4dbeaafebd3e: Layer already exists [2026-01-07T09:13:25.351Z] 6c9e012a5618: Layer already exists [2026-01-07T09:13:25.351Z] 043db611d794: Layer already exists [2026-01-07T09:13:25.351Z] 3dbe253bcc4e: Layer already exists [2026-01-07T09:13:25.351Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:25.351Z] ec46c042b797: Layer already exists [2026-01-07T09:13:25.351Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:25.351Z] 1d4fc491648d: Layer already exists [2026-01-07T09:13:25.351Z] 84f713d8983c: Layer already exists [2026-01-07T09:13:25.351Z] 57a1273b3d89: Layer already exists [2026-01-07T09:13:25.351Z] bae0294117d1: Layer already exists [2026-01-07T09:13:25.351Z] 5f70bf18a086: Layer already exists [2026-01-07T09:13:25.351Z] 5ac4a1fa80a3: Layer already exists [2026-01-07T09:13:25.351Z] 670f88607715: Layer already exists [2026-01-07T09:13:25.351Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:25.618Z] main: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:13:25.687Z] ===================================================== [Pipeline] echo [2026-01-07T09:13:25.696Z] taggedImages: [2026-01-07T09:13:25.696Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:25.696Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-01-07T09:13:25.696Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 [2026-01-07T09:13:25.696Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:25.696Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-01-07T09:13:25.714Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2026-01-07T09:13:25.714Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:25.714Z] latest [2026-01-07T09:13:25.714Z] 4.1.0-dev.91 [2026-01-07T09:13:25.714Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:25.714Z] main [2026-01-07T09:13:25.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:26.116Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:26.465Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:26.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-01-07T09:13:26.465Z] 918db04ef51e: Preparing [2026-01-07T09:13:26.465Z] 39215032165c: Preparing [2026-01-07T09:13:26.465Z] c294f6d80c2c: Preparing [2026-01-07T09:13:26.465Z] 17741b8b246b: Preparing [2026-01-07T09:13:26.465Z] 84c93feab3d1: Preparing [2026-01-07T09:13:26.465Z] 10a54f7901dd: Preparing [2026-01-07T09:13:26.465Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:26.465Z] 704fb88fa842: Preparing [2026-01-07T09:13:26.465Z] 0e64f2360a44: Preparing [2026-01-07T09:13:26.465Z] 10a54f7901dd: Waiting [2026-01-07T09:13:26.465Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:26.465Z] 704fb88fa842: Waiting [2026-01-07T09:13:26.465Z] 0e64f2360a44: Waiting [2026-01-07T09:13:26.465Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:26.736Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:26.736Z] c294f6d80c2c: Pushed [2026-01-07T09:13:26.736Z] 39215032165c: Pushed [2026-01-07T09:13:26.736Z] 918db04ef51e: Pushed [2026-01-07T09:13:26.736Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:26.736Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:26.736Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:34.974Z] 17741b8b246b: Pushed [2026-01-07T09:13:34.975Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:35.316Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:35.653Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-01-07T09:13:35.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-01-07T09:13:35.653Z] 918db04ef51e: Preparing [2026-01-07T09:13:35.653Z] 39215032165c: Preparing [2026-01-07T09:13:35.653Z] c294f6d80c2c: Preparing [2026-01-07T09:13:35.653Z] 17741b8b246b: Preparing [2026-01-07T09:13:35.653Z] 84c93feab3d1: Preparing [2026-01-07T09:13:35.653Z] 10a54f7901dd: Preparing [2026-01-07T09:13:35.653Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:35.653Z] 704fb88fa842: Preparing [2026-01-07T09:13:35.653Z] 0e64f2360a44: Preparing [2026-01-07T09:13:35.653Z] 10a54f7901dd: Waiting [2026-01-07T09:13:35.653Z] 704fb88fa842: Waiting [2026-01-07T09:13:35.653Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:35.653Z] 0e64f2360a44: Waiting [2026-01-07T09:13:35.653Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:35.653Z] 918db04ef51e: Layer already exists [2026-01-07T09:13:35.653Z] c294f6d80c2c: Layer already exists [2026-01-07T09:13:35.653Z] 39215032165c: Layer already exists [2026-01-07T09:13:35.653Z] 17741b8b246b: Layer already exists [2026-01-07T09:13:35.653Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:35.653Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:35.653Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:35.653Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:35.917Z] latest: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:36.261Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:36.603Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 [2026-01-07T09:13:36.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-01-07T09:13:36.603Z] 918db04ef51e: Preparing [2026-01-07T09:13:36.603Z] 39215032165c: Preparing [2026-01-07T09:13:36.603Z] c294f6d80c2c: Preparing [2026-01-07T09:13:36.603Z] 17741b8b246b: Preparing [2026-01-07T09:13:36.603Z] 84c93feab3d1: Preparing [2026-01-07T09:13:36.603Z] 10a54f7901dd: Preparing [2026-01-07T09:13:36.603Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:36.603Z] 704fb88fa842: Preparing [2026-01-07T09:13:36.603Z] 0e64f2360a44: Preparing [2026-01-07T09:13:36.603Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:36.603Z] 704fb88fa842: Waiting [2026-01-07T09:13:36.603Z] 0e64f2360a44: Waiting [2026-01-07T09:13:36.603Z] 10a54f7901dd: Waiting [2026-01-07T09:13:36.603Z] 17741b8b246b: Layer already exists [2026-01-07T09:13:36.603Z] 918db04ef51e: Layer already exists [2026-01-07T09:13:36.603Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:36.603Z] c294f6d80c2c: Layer already exists [2026-01-07T09:13:36.603Z] 39215032165c: Layer already exists [2026-01-07T09:13:36.603Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:36.603Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:36.603Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:36.603Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:36.603Z] 4.1.0-dev.91: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:36.943Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:37.281Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:37.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-01-07T09:13:37.281Z] 918db04ef51e: Preparing [2026-01-07T09:13:37.281Z] 39215032165c: Preparing [2026-01-07T09:13:37.281Z] c294f6d80c2c: Preparing [2026-01-07T09:13:37.281Z] 17741b8b246b: Preparing [2026-01-07T09:13:37.281Z] 84c93feab3d1: Preparing [2026-01-07T09:13:37.281Z] 10a54f7901dd: Preparing [2026-01-07T09:13:37.281Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:37.281Z] 704fb88fa842: Preparing [2026-01-07T09:13:37.281Z] 0e64f2360a44: Preparing [2026-01-07T09:13:37.281Z] 10a54f7901dd: Waiting [2026-01-07T09:13:37.281Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:37.281Z] 704fb88fa842: Waiting [2026-01-07T09:13:37.281Z] 0e64f2360a44: Waiting [2026-01-07T09:13:37.281Z] 918db04ef51e: Layer already exists [2026-01-07T09:13:37.281Z] 17741b8b246b: Layer already exists [2026-01-07T09:13:37.281Z] c294f6d80c2c: Layer already exists [2026-01-07T09:13:37.281Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:37.281Z] 39215032165c: Layer already exists [2026-01-07T09:13:37.281Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:37.281Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:37.281Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:37.281Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:37.281Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:37.618Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:37.966Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2026-01-07T09:13:37.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-01-07T09:13:37.966Z] 918db04ef51e: Preparing [2026-01-07T09:13:37.966Z] 39215032165c: Preparing [2026-01-07T09:13:37.966Z] c294f6d80c2c: Preparing [2026-01-07T09:13:37.966Z] 17741b8b246b: Preparing [2026-01-07T09:13:37.966Z] 84c93feab3d1: Preparing [2026-01-07T09:13:37.966Z] 10a54f7901dd: Preparing [2026-01-07T09:13:37.966Z] 275c1f87f0d5: Preparing [2026-01-07T09:13:37.966Z] 704fb88fa842: Preparing [2026-01-07T09:13:37.966Z] 0e64f2360a44: Preparing [2026-01-07T09:13:37.966Z] 10a54f7901dd: Waiting [2026-01-07T09:13:37.966Z] 275c1f87f0d5: Waiting [2026-01-07T09:13:37.966Z] 704fb88fa842: Waiting [2026-01-07T09:13:37.966Z] 0e64f2360a44: Waiting [2026-01-07T09:13:37.966Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:37.966Z] 39215032165c: Layer already exists [2026-01-07T09:13:37.966Z] 918db04ef51e: Layer already exists [2026-01-07T09:13:37.966Z] 17741b8b246b: Layer already exists [2026-01-07T09:13:37.966Z] c294f6d80c2c: Layer already exists [2026-01-07T09:13:37.966Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:37.966Z] 275c1f87f0d5: Layer already exists [2026-01-07T09:13:37.966Z] 704fb88fa842: Layer already exists [2026-01-07T09:13:37.966Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:37.966Z] main: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:13:38.303Z] ===================================================== [Pipeline] echo [2026-01-07T09:13:38.315Z] taggedImages: [2026-01-07T09:13:38.315Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:38.315Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-01-07T09:13:38.315Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 [2026-01-07T09:13:38.315Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:38.315Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-01-07T09:13:38.333Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2026-01-07T09:13:38.333Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:38.333Z] latest [2026-01-07T09:13:38.333Z] 4.1.0-dev.91 [2026-01-07T09:13:38.333Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:38.333Z] main [2026-01-07T09:13:38.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:38.683Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:39.027Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:39.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-01-07T09:13:39.027Z] 53a28c264b0c: Preparing [2026-01-07T09:13:39.027Z] 49d2acafaac7: Preparing [2026-01-07T09:13:39.027Z] 03721b58c9b9: Preparing [2026-01-07T09:13:39.027Z] ab8dc836312d: Preparing [2026-01-07T09:13:39.027Z] f11584f0eb87: Preparing [2026-01-07T09:13:39.027Z] 84c93feab3d1: Preparing [2026-01-07T09:13:39.027Z] 10a54f7901dd: Preparing [2026-01-07T09:13:39.027Z] c5b389d6d175: Preparing [2026-01-07T09:13:39.027Z] bb75557c45cf: Preparing [2026-01-07T09:13:39.027Z] 08ce3082195b: Preparing [2026-01-07T09:13:39.028Z] 0e64f2360a44: Preparing [2026-01-07T09:13:39.028Z] 10a54f7901dd: Waiting [2026-01-07T09:13:39.028Z] c5b389d6d175: Waiting [2026-01-07T09:13:39.028Z] bb75557c45cf: Waiting [2026-01-07T09:13:39.028Z] 08ce3082195b: Waiting [2026-01-07T09:13:39.028Z] 0e64f2360a44: Waiting [2026-01-07T09:13:39.028Z] 84c93feab3d1: Waiting [2026-01-07T09:13:39.292Z] ab8dc836312d: Pushed [2026-01-07T09:13:39.292Z] f11584f0eb87: Pushed [2026-01-07T09:13:39.292Z] 49d2acafaac7: Pushed [2026-01-07T09:13:39.292Z] 53a28c264b0c: Pushed [2026-01-07T09:13:39.292Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:39.292Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:39.292Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:39.556Z] c5b389d6d175: Pushed [2026-01-07T09:13:39.556Z] bb75557c45cf: Pushed [2026-01-07T09:13:42.882Z] 08ce3082195b: Pushed [2026-01-07T09:13:45.445Z] 03721b58c9b9: Pushed [2026-01-07T09:13:45.445Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:45.785Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:46.123Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-01-07T09:13:46.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-01-07T09:13:46.123Z] 53a28c264b0c: Preparing [2026-01-07T09:13:46.123Z] 49d2acafaac7: Preparing [2026-01-07T09:13:46.123Z] 03721b58c9b9: Preparing [2026-01-07T09:13:46.123Z] ab8dc836312d: Preparing [2026-01-07T09:13:46.123Z] f11584f0eb87: Preparing [2026-01-07T09:13:46.123Z] 84c93feab3d1: Preparing [2026-01-07T09:13:46.123Z] 10a54f7901dd: Preparing [2026-01-07T09:13:46.123Z] c5b389d6d175: Preparing [2026-01-07T09:13:46.123Z] bb75557c45cf: Preparing [2026-01-07T09:13:46.123Z] 08ce3082195b: Preparing [2026-01-07T09:13:46.123Z] 0e64f2360a44: Preparing [2026-01-07T09:13:46.123Z] 10a54f7901dd: Waiting [2026-01-07T09:13:46.123Z] c5b389d6d175: Waiting [2026-01-07T09:13:46.123Z] bb75557c45cf: Waiting [2026-01-07T09:13:46.123Z] 08ce3082195b: Waiting [2026-01-07T09:13:46.123Z] 0e64f2360a44: Waiting [2026-01-07T09:13:46.123Z] 53a28c264b0c: Layer already exists [2026-01-07T09:13:46.123Z] 03721b58c9b9: Layer already exists [2026-01-07T09:13:46.123Z] ab8dc836312d: Layer already exists [2026-01-07T09:13:46.123Z] 49d2acafaac7: Layer already exists [2026-01-07T09:13:46.123Z] f11584f0eb87: Layer already exists [2026-01-07T09:13:46.123Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:46.123Z] bb75557c45cf: Layer already exists [2026-01-07T09:13:46.123Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:46.123Z] c5b389d6d175: Layer already exists [2026-01-07T09:13:46.123Z] 08ce3082195b: Layer already exists [2026-01-07T09:13:46.123Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:46.387Z] latest: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:46.742Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:47.085Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 [2026-01-07T09:13:47.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-01-07T09:13:47.085Z] 53a28c264b0c: Preparing [2026-01-07T09:13:47.085Z] 49d2acafaac7: Preparing [2026-01-07T09:13:47.085Z] 03721b58c9b9: Preparing [2026-01-07T09:13:47.085Z] ab8dc836312d: Preparing [2026-01-07T09:13:47.085Z] f11584f0eb87: Preparing [2026-01-07T09:13:47.085Z] 84c93feab3d1: Preparing [2026-01-07T09:13:47.085Z] 10a54f7901dd: Preparing [2026-01-07T09:13:47.085Z] c5b389d6d175: Preparing [2026-01-07T09:13:47.085Z] bb75557c45cf: Preparing [2026-01-07T09:13:47.085Z] 08ce3082195b: Preparing [2026-01-07T09:13:47.085Z] 0e64f2360a44: Preparing [2026-01-07T09:13:47.085Z] bb75557c45cf: Waiting [2026-01-07T09:13:47.085Z] 08ce3082195b: Waiting [2026-01-07T09:13:47.085Z] 0e64f2360a44: Waiting [2026-01-07T09:13:47.085Z] 84c93feab3d1: Waiting [2026-01-07T09:13:47.085Z] 10a54f7901dd: Waiting [2026-01-07T09:13:47.085Z] c5b389d6d175: Waiting [2026-01-07T09:13:47.085Z] ab8dc836312d: Layer already exists [2026-01-07T09:13:47.085Z] f11584f0eb87: Layer already exists [2026-01-07T09:13:47.085Z] 53a28c264b0c: Layer already exists [2026-01-07T09:13:47.085Z] 03721b58c9b9: Layer already exists [2026-01-07T09:13:47.085Z] 49d2acafaac7: Layer already exists [2026-01-07T09:13:47.085Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:47.085Z] bb75557c45cf: Layer already exists [2026-01-07T09:13:47.085Z] 08ce3082195b: Layer already exists [2026-01-07T09:13:47.085Z] c5b389d6d175: Layer already exists [2026-01-07T09:13:47.085Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:47.085Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:47.350Z] 4.1.0-dev.91: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:47.694Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:48.992Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:48.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-01-07T09:13:48.992Z] 53a28c264b0c: Preparing [2026-01-07T09:13:48.992Z] 49d2acafaac7: Preparing [2026-01-07T09:13:48.992Z] 03721b58c9b9: Preparing [2026-01-07T09:13:48.992Z] ab8dc836312d: Preparing [2026-01-07T09:13:48.992Z] f11584f0eb87: Preparing [2026-01-07T09:13:48.992Z] 84c93feab3d1: Preparing [2026-01-07T09:13:48.992Z] 10a54f7901dd: Preparing [2026-01-07T09:13:48.992Z] c5b389d6d175: Preparing [2026-01-07T09:13:48.992Z] bb75557c45cf: Preparing [2026-01-07T09:13:48.992Z] 08ce3082195b: Preparing [2026-01-07T09:13:48.992Z] 0e64f2360a44: Preparing [2026-01-07T09:13:48.992Z] c5b389d6d175: Waiting [2026-01-07T09:13:48.992Z] bb75557c45cf: Waiting [2026-01-07T09:13:48.992Z] 08ce3082195b: Waiting [2026-01-07T09:13:48.992Z] 0e64f2360a44: Waiting [2026-01-07T09:13:48.992Z] 84c93feab3d1: Waiting [2026-01-07T09:13:48.992Z] 10a54f7901dd: Waiting [2026-01-07T09:13:48.992Z] 53a28c264b0c: Layer already exists [2026-01-07T09:13:48.992Z] 03721b58c9b9: Layer already exists [2026-01-07T09:13:48.992Z] ab8dc836312d: Layer already exists [2026-01-07T09:13:48.992Z] f11584f0eb87: Layer already exists [2026-01-07T09:13:48.992Z] 49d2acafaac7: Layer already exists [2026-01-07T09:13:48.992Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:48.992Z] 08ce3082195b: Layer already exists [2026-01-07T09:13:48.992Z] bb75557c45cf: Layer already exists [2026-01-07T09:13:48.992Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:48.992Z] c5b389d6d175: Layer already exists [2026-01-07T09:13:48.992Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:49.256Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:49.600Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:49.943Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2026-01-07T09:13:49.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-01-07T09:13:49.943Z] 53a28c264b0c: Preparing [2026-01-07T09:13:49.943Z] 49d2acafaac7: Preparing [2026-01-07T09:13:49.943Z] 03721b58c9b9: Preparing [2026-01-07T09:13:49.943Z] ab8dc836312d: Preparing [2026-01-07T09:13:49.943Z] f11584f0eb87: Preparing [2026-01-07T09:13:49.943Z] 84c93feab3d1: Preparing [2026-01-07T09:13:49.943Z] 10a54f7901dd: Preparing [2026-01-07T09:13:49.943Z] 84c93feab3d1: Waiting [2026-01-07T09:13:49.943Z] c5b389d6d175: Preparing [2026-01-07T09:13:49.943Z] 10a54f7901dd: Waiting [2026-01-07T09:13:49.943Z] bb75557c45cf: Preparing [2026-01-07T09:13:49.943Z] c5b389d6d175: Waiting [2026-01-07T09:13:49.943Z] 08ce3082195b: Preparing [2026-01-07T09:13:49.943Z] 0e64f2360a44: Preparing [2026-01-07T09:13:49.943Z] 08ce3082195b: Waiting [2026-01-07T09:13:49.943Z] 0e64f2360a44: Waiting [2026-01-07T09:13:49.943Z] ab8dc836312d: Layer already exists [2026-01-07T09:13:49.943Z] 53a28c264b0c: Layer already exists [2026-01-07T09:13:49.943Z] f11584f0eb87: Layer already exists [2026-01-07T09:13:49.943Z] 49d2acafaac7: Layer already exists [2026-01-07T09:13:49.943Z] 03721b58c9b9: Layer already exists [2026-01-07T09:13:49.943Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:49.943Z] 08ce3082195b: Layer already exists [2026-01-07T09:13:49.943Z] c5b389d6d175: Layer already exists [2026-01-07T09:13:49.943Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:49.943Z] bb75557c45cf: Layer already exists [2026-01-07T09:13:49.943Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:50.206Z] main: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:13:50.271Z] ===================================================== [Pipeline] echo [2026-01-07T09:13:50.281Z] taggedImages: [2026-01-07T09:13:50.281Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:50.281Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-01-07T09:13:50.281Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 [2026-01-07T09:13:50.281Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:50.281Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-01-07T09:13:50.303Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2026-01-07T09:13:50.303Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:50.303Z] latest [2026-01-07T09:13:50.303Z] 4.1.0-dev.91 [2026-01-07T09:13:50.303Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:13:50.303Z] main [2026-01-07T09:13:50.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:50.645Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:50.979Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:13:50.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-01-07T09:13:50.979Z] c23dbcee64f5: Preparing [2026-01-07T09:13:50.979Z] 3b9578db6c1a: Preparing [2026-01-07T09:13:50.979Z] c4b096bd793c: Preparing [2026-01-07T09:13:50.979Z] 8db61e4f99d3: Preparing [2026-01-07T09:13:50.979Z] 92160b34e9de: Preparing [2026-01-07T09:13:50.979Z] d8cf16f5e8e5: Preparing [2026-01-07T09:13:50.979Z] 94d93cf2f5b8: Preparing [2026-01-07T09:13:50.979Z] 84c93feab3d1: Preparing [2026-01-07T09:13:50.979Z] 10a54f7901dd: Preparing [2026-01-07T09:13:50.979Z] 3816a9c69467: Preparing [2026-01-07T09:13:50.979Z] a0e769248626: Preparing [2026-01-07T09:13:50.979Z] 0e64f2360a44: Preparing [2026-01-07T09:13:50.979Z] 84c93feab3d1: Waiting [2026-01-07T09:13:50.979Z] 10a54f7901dd: Waiting [2026-01-07T09:13:50.979Z] a0e769248626: Waiting [2026-01-07T09:13:50.979Z] 0e64f2360a44: Waiting [2026-01-07T09:13:50.979Z] 3816a9c69467: Waiting [2026-01-07T09:13:50.979Z] d8cf16f5e8e5: Waiting [2026-01-07T09:13:50.979Z] 94d93cf2f5b8: Waiting [2026-01-07T09:13:51.242Z] 3b9578db6c1a: Pushed [2026-01-07T09:13:51.242Z] c23dbcee64f5: Pushed [2026-01-07T09:13:51.242Z] 92160b34e9de: Pushed [2026-01-07T09:13:51.242Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:51.242Z] d8cf16f5e8e5: Pushed [2026-01-07T09:13:51.242Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:51.506Z] 94d93cf2f5b8: Pushed [2026-01-07T09:13:51.506Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:51.769Z] 3816a9c69467: Pushed [2026-01-07T09:13:55.089Z] a0e769248626: Pushed [2026-01-07T09:13:57.649Z] 8db61e4f99d3: Pushed [2026-01-07T09:13:57.913Z] c4b096bd793c: Pushed [2026-01-07T09:13:58.175Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:58.530Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:58.871Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-01-07T09:13:58.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-01-07T09:13:58.871Z] c23dbcee64f5: Preparing [2026-01-07T09:13:58.871Z] 3b9578db6c1a: Preparing [2026-01-07T09:13:58.871Z] c4b096bd793c: Preparing [2026-01-07T09:13:58.871Z] 8db61e4f99d3: Preparing [2026-01-07T09:13:58.871Z] 92160b34e9de: Preparing [2026-01-07T09:13:58.871Z] d8cf16f5e8e5: Preparing [2026-01-07T09:13:58.871Z] 94d93cf2f5b8: Preparing [2026-01-07T09:13:58.871Z] 84c93feab3d1: Preparing [2026-01-07T09:13:58.871Z] 10a54f7901dd: Preparing [2026-01-07T09:13:58.871Z] 3816a9c69467: Preparing [2026-01-07T09:13:58.871Z] a0e769248626: Preparing [2026-01-07T09:13:58.871Z] 0e64f2360a44: Preparing [2026-01-07T09:13:58.871Z] d8cf16f5e8e5: Waiting [2026-01-07T09:13:58.871Z] 94d93cf2f5b8: Waiting [2026-01-07T09:13:58.871Z] 84c93feab3d1: Waiting [2026-01-07T09:13:58.871Z] 10a54f7901dd: Waiting [2026-01-07T09:13:58.871Z] 3816a9c69467: Waiting [2026-01-07T09:13:58.871Z] a0e769248626: Waiting [2026-01-07T09:13:58.871Z] 0e64f2360a44: Waiting [2026-01-07T09:13:58.871Z] 3b9578db6c1a: Layer already exists [2026-01-07T09:13:58.871Z] c23dbcee64f5: Layer already exists [2026-01-07T09:13:58.871Z] 92160b34e9de: Layer already exists [2026-01-07T09:13:58.871Z] 8db61e4f99d3: Layer already exists [2026-01-07T09:13:58.871Z] c4b096bd793c: Layer already exists [2026-01-07T09:13:58.871Z] d8cf16f5e8e5: Layer already exists [2026-01-07T09:13:58.871Z] 94d93cf2f5b8: Layer already exists [2026-01-07T09:13:58.871Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:58.871Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:58.871Z] 3816a9c69467: Layer already exists [2026-01-07T09:13:58.871Z] a0e769248626: Layer already exists [2026-01-07T09:13:58.871Z] 0e64f2360a44: Layer already exists [2026-01-07T09:13:59.134Z] latest: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:59.481Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:13:59.827Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 [2026-01-07T09:13:59.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-01-07T09:13:59.827Z] c23dbcee64f5: Preparing [2026-01-07T09:13:59.827Z] 3b9578db6c1a: Preparing [2026-01-07T09:13:59.827Z] c4b096bd793c: Preparing [2026-01-07T09:13:59.827Z] 8db61e4f99d3: Preparing [2026-01-07T09:13:59.827Z] 92160b34e9de: Preparing [2026-01-07T09:13:59.827Z] d8cf16f5e8e5: Preparing [2026-01-07T09:13:59.827Z] 94d93cf2f5b8: Preparing [2026-01-07T09:13:59.827Z] 84c93feab3d1: Preparing [2026-01-07T09:13:59.827Z] 10a54f7901dd: Preparing [2026-01-07T09:13:59.827Z] 3816a9c69467: Preparing [2026-01-07T09:13:59.827Z] a0e769248626: Preparing [2026-01-07T09:13:59.827Z] 0e64f2360a44: Preparing [2026-01-07T09:13:59.827Z] d8cf16f5e8e5: Waiting [2026-01-07T09:13:59.827Z] 3816a9c69467: Waiting [2026-01-07T09:13:59.827Z] a0e769248626: Waiting [2026-01-07T09:13:59.827Z] 0e64f2360a44: Waiting [2026-01-07T09:13:59.827Z] 94d93cf2f5b8: Waiting [2026-01-07T09:13:59.827Z] 84c93feab3d1: Waiting [2026-01-07T09:13:59.827Z] 10a54f7901dd: Waiting [2026-01-07T09:13:59.827Z] c4b096bd793c: Layer already exists [2026-01-07T09:13:59.827Z] 8db61e4f99d3: Layer already exists [2026-01-07T09:13:59.827Z] 92160b34e9de: Layer already exists [2026-01-07T09:13:59.827Z] c23dbcee64f5: Layer already exists [2026-01-07T09:13:59.827Z] 3b9578db6c1a: Layer already exists [2026-01-07T09:13:59.827Z] d8cf16f5e8e5: Layer already exists [2026-01-07T09:13:59.827Z] 94d93cf2f5b8: Layer already exists [2026-01-07T09:13:59.827Z] 3816a9c69467: Layer already exists [2026-01-07T09:13:59.827Z] 10a54f7901dd: Layer already exists [2026-01-07T09:13:59.827Z] 84c93feab3d1: Layer already exists [2026-01-07T09:13:59.827Z] a0e769248626: Layer already exists [2026-01-07T09:13:59.827Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:00.090Z] 4.1.0-dev.91: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:00.436Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:00.780Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:00.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-01-07T09:14:00.780Z] c23dbcee64f5: Preparing [2026-01-07T09:14:00.780Z] 3b9578db6c1a: Preparing [2026-01-07T09:14:00.780Z] c4b096bd793c: Preparing [2026-01-07T09:14:00.780Z] 8db61e4f99d3: Preparing [2026-01-07T09:14:00.781Z] 92160b34e9de: Preparing [2026-01-07T09:14:00.781Z] d8cf16f5e8e5: Preparing [2026-01-07T09:14:00.781Z] 94d93cf2f5b8: Preparing [2026-01-07T09:14:00.781Z] d8cf16f5e8e5: Waiting [2026-01-07T09:14:00.781Z] 84c93feab3d1: Preparing [2026-01-07T09:14:00.781Z] 10a54f7901dd: Preparing [2026-01-07T09:14:00.781Z] 94d93cf2f5b8: Waiting [2026-01-07T09:14:00.781Z] 84c93feab3d1: Waiting [2026-01-07T09:14:00.781Z] 3816a9c69467: Preparing [2026-01-07T09:14:00.781Z] 10a54f7901dd: Waiting [2026-01-07T09:14:00.781Z] a0e769248626: Preparing [2026-01-07T09:14:00.781Z] 0e64f2360a44: Preparing [2026-01-07T09:14:00.781Z] 3816a9c69467: Waiting [2026-01-07T09:14:00.781Z] a0e769248626: Waiting [2026-01-07T09:14:00.781Z] 0e64f2360a44: Waiting [2026-01-07T09:14:00.781Z] c4b096bd793c: Layer already exists [2026-01-07T09:14:00.781Z] 92160b34e9de: Layer already exists [2026-01-07T09:14:00.781Z] 8db61e4f99d3: Layer already exists [2026-01-07T09:14:00.781Z] 3b9578db6c1a: Layer already exists [2026-01-07T09:14:00.781Z] c23dbcee64f5: Layer already exists [2026-01-07T09:14:00.781Z] 94d93cf2f5b8: Layer already exists [2026-01-07T09:14:00.781Z] d8cf16f5e8e5: Layer already exists [2026-01-07T09:14:00.781Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:00.781Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:00.781Z] 3816a9c69467: Layer already exists [2026-01-07T09:14:00.781Z] a0e769248626: Layer already exists [2026-01-07T09:14:00.781Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:01.043Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:01.385Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:01.731Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2026-01-07T09:14:01.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-01-07T09:14:01.731Z] c23dbcee64f5: Preparing [2026-01-07T09:14:01.731Z] 3b9578db6c1a: Preparing [2026-01-07T09:14:01.731Z] c4b096bd793c: Preparing [2026-01-07T09:14:01.731Z] 8db61e4f99d3: Preparing [2026-01-07T09:14:01.731Z] 92160b34e9de: Preparing [2026-01-07T09:14:01.731Z] d8cf16f5e8e5: Preparing [2026-01-07T09:14:01.731Z] 94d93cf2f5b8: Preparing [2026-01-07T09:14:01.731Z] 84c93feab3d1: Preparing [2026-01-07T09:14:01.731Z] 10a54f7901dd: Preparing [2026-01-07T09:14:01.731Z] 3816a9c69467: Preparing [2026-01-07T09:14:01.731Z] a0e769248626: Preparing [2026-01-07T09:14:01.731Z] 0e64f2360a44: Preparing [2026-01-07T09:14:01.731Z] 84c93feab3d1: Waiting [2026-01-07T09:14:01.731Z] 10a54f7901dd: Waiting [2026-01-07T09:14:01.731Z] 3816a9c69467: Waiting [2026-01-07T09:14:01.731Z] a0e769248626: Waiting [2026-01-07T09:14:01.731Z] 0e64f2360a44: Waiting [2026-01-07T09:14:01.731Z] d8cf16f5e8e5: Waiting [2026-01-07T09:14:01.731Z] 94d93cf2f5b8: Waiting [2026-01-07T09:14:01.731Z] c23dbcee64f5: Layer already exists [2026-01-07T09:14:01.731Z] 3b9578db6c1a: Layer already exists [2026-01-07T09:14:01.731Z] 8db61e4f99d3: Layer already exists [2026-01-07T09:14:01.731Z] 92160b34e9de: Layer already exists [2026-01-07T09:14:01.731Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:01.731Z] d8cf16f5e8e5: Layer already exists [2026-01-07T09:14:01.731Z] c4b096bd793c: Layer already exists [2026-01-07T09:14:01.731Z] 94d93cf2f5b8: Layer already exists [2026-01-07T09:14:01.731Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:01.731Z] 3816a9c69467: Layer already exists [2026-01-07T09:14:01.731Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:01.731Z] a0e769248626: Layer already exists [2026-01-07T09:14:01.994Z] main: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:14:02.073Z] ===================================================== [Pipeline] echo [2026-01-07T09:14:02.086Z] taggedImages: [2026-01-07T09:14:02.086Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:02.086Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-01-07T09:14:02.086Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 [2026-01-07T09:14:02.086Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:02.086Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-01-07T09:14:02.108Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2026-01-07T09:14:02.108Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:02.108Z] latest [2026-01-07T09:14:02.108Z] 4.1.0-dev.91 [2026-01-07T09:14:02.108Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:02.108Z] main [2026-01-07T09:14:02.108Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:02.462Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:02.803Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:02.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-01-07T09:14:02.803Z] 0d756aa6c871: Preparing [2026-01-07T09:14:02.803Z] e014b62c5aa9: Preparing [2026-01-07T09:14:02.803Z] 84c93feab3d1: Preparing [2026-01-07T09:14:02.803Z] 10a54f7901dd: Preparing [2026-01-07T09:14:02.803Z] 0f30917435a0: Preparing [2026-01-07T09:14:02.803Z] dbac9ce768a6: Preparing [2026-01-07T09:14:02.803Z] 0e64f2360a44: Preparing [2026-01-07T09:14:02.803Z] dbac9ce768a6: Waiting [2026-01-07T09:14:02.803Z] 0e64f2360a44: Waiting [2026-01-07T09:14:02.803Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:03.068Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:03.068Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:03.068Z] 0d756aa6c871: Pushed [2026-01-07T09:14:03.331Z] 0f30917435a0: Pushed [2026-01-07T09:14:05.260Z] dbac9ce768a6: Pushed [2026-01-07T09:14:10.580Z] e014b62c5aa9: Pushed [2026-01-07T09:14:10.580Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:10.930Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:11.273Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-01-07T09:14:11.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-01-07T09:14:11.273Z] 0d756aa6c871: Preparing [2026-01-07T09:14:11.273Z] e014b62c5aa9: Preparing [2026-01-07T09:14:11.273Z] 84c93feab3d1: Preparing [2026-01-07T09:14:11.273Z] 10a54f7901dd: Preparing [2026-01-07T09:14:11.273Z] 0f30917435a0: Preparing [2026-01-07T09:14:11.273Z] dbac9ce768a6: Preparing [2026-01-07T09:14:11.273Z] 0e64f2360a44: Preparing [2026-01-07T09:14:11.273Z] dbac9ce768a6: Waiting [2026-01-07T09:14:11.273Z] 0e64f2360a44: Waiting [2026-01-07T09:14:11.273Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:11.273Z] 0f30917435a0: Layer already exists [2026-01-07T09:14:11.273Z] 0d756aa6c871: Layer already exists [2026-01-07T09:14:11.273Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:11.273Z] e014b62c5aa9: Layer already exists [2026-01-07T09:14:11.273Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:11.273Z] dbac9ce768a6: Layer already exists [2026-01-07T09:14:11.536Z] latest: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:11.879Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:14.145Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 [2026-01-07T09:14:14.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-01-07T09:14:14.145Z] 0d756aa6c871: Preparing [2026-01-07T09:14:14.145Z] e014b62c5aa9: Preparing [2026-01-07T09:14:14.145Z] 84c93feab3d1: Preparing [2026-01-07T09:14:14.145Z] 10a54f7901dd: Preparing [2026-01-07T09:14:14.145Z] 0f30917435a0: Preparing [2026-01-07T09:14:14.145Z] dbac9ce768a6: Preparing [2026-01-07T09:14:14.145Z] 0e64f2360a44: Preparing [2026-01-07T09:14:14.145Z] dbac9ce768a6: Waiting [2026-01-07T09:14:14.145Z] 0e64f2360a44: Waiting [2026-01-07T09:14:14.145Z] 0d756aa6c871: Layer already exists [2026-01-07T09:14:14.145Z] 0f30917435a0: Layer already exists [2026-01-07T09:14:14.145Z] e014b62c5aa9: Layer already exists [2026-01-07T09:14:14.145Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:14.145Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:14.145Z] dbac9ce768a6: Layer already exists [2026-01-07T09:14:14.145Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:14.145Z] 4.1.0-dev.91: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:14.753Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:15.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:15.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-01-07T09:14:15.093Z] 0d756aa6c871: Preparing [2026-01-07T09:14:15.093Z] e014b62c5aa9: Preparing [2026-01-07T09:14:15.093Z] 84c93feab3d1: Preparing [2026-01-07T09:14:15.093Z] 10a54f7901dd: Preparing [2026-01-07T09:14:15.093Z] 0f30917435a0: Preparing [2026-01-07T09:14:15.093Z] dbac9ce768a6: Preparing [2026-01-07T09:14:15.093Z] 0e64f2360a44: Preparing [2026-01-07T09:14:15.093Z] dbac9ce768a6: Waiting [2026-01-07T09:14:15.093Z] e014b62c5aa9: Layer already exists [2026-01-07T09:14:15.093Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:15.093Z] 0d756aa6c871: Layer already exists [2026-01-07T09:14:15.093Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:15.093Z] 0f30917435a0: Layer already exists [2026-01-07T09:14:15.093Z] dbac9ce768a6: Layer already exists [2026-01-07T09:14:15.093Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:15.093Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:15.697Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:16.034Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2026-01-07T09:14:16.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-01-07T09:14:16.034Z] 0d756aa6c871: Preparing [2026-01-07T09:14:16.034Z] e014b62c5aa9: Preparing [2026-01-07T09:14:16.034Z] 84c93feab3d1: Preparing [2026-01-07T09:14:16.034Z] 10a54f7901dd: Preparing [2026-01-07T09:14:16.034Z] 0f30917435a0: Preparing [2026-01-07T09:14:16.034Z] dbac9ce768a6: Preparing [2026-01-07T09:14:16.034Z] 0e64f2360a44: Preparing [2026-01-07T09:14:16.034Z] dbac9ce768a6: Waiting [2026-01-07T09:14:16.034Z] 0e64f2360a44: Waiting [2026-01-07T09:14:16.034Z] 0d756aa6c871: Layer already exists [2026-01-07T09:14:16.034Z] 0f30917435a0: Layer already exists [2026-01-07T09:14:16.034Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:16.034Z] e014b62c5aa9: Layer already exists [2026-01-07T09:14:16.034Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:16.034Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:16.034Z] dbac9ce768a6: Layer already exists [2026-01-07T09:14:16.297Z] main: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:14:16.371Z] ===================================================== [Pipeline] echo [2026-01-07T09:14:16.383Z] taggedImages: [2026-01-07T09:14:16.383Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:16.383Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-01-07T09:14:16.383Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 [2026-01-07T09:14:16.383Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:16.383Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-01-07T09:14:16.409Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2026-01-07T09:14:16.409Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:16.409Z] latest [2026-01-07T09:14:16.409Z] 4.1.0-dev.91 [2026-01-07T09:14:16.409Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:16.409Z] main [2026-01-07T09:14:16.409Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:16.759Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:17.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:17.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-01-07T09:14:17.110Z] ab6a26960571: Preparing [2026-01-07T09:14:17.110Z] eba2d1068b5b: Preparing [2026-01-07T09:14:17.110Z] a81afc42c7c6: Preparing [2026-01-07T09:14:17.110Z] 84c93feab3d1: Preparing [2026-01-07T09:14:17.110Z] 10a54f7901dd: Preparing [2026-01-07T09:14:17.110Z] 46c026759857: Preparing [2026-01-07T09:14:17.110Z] 46956e0562ff: Preparing [2026-01-07T09:14:17.110Z] 25d2f42af847: Preparing [2026-01-07T09:14:17.110Z] 13b28a3f455d: Preparing [2026-01-07T09:14:17.110Z] 0e64f2360a44: Preparing [2026-01-07T09:14:17.110Z] 46c026759857: Waiting [2026-01-07T09:14:17.110Z] 46956e0562ff: Waiting [2026-01-07T09:14:17.110Z] 25d2f42af847: Waiting [2026-01-07T09:14:17.110Z] 13b28a3f455d: Waiting [2026-01-07T09:14:17.110Z] 0e64f2360a44: Waiting [2026-01-07T09:14:17.110Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:17.375Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:17.375Z] eba2d1068b5b: Pushed [2026-01-07T09:14:17.375Z] a81afc42c7c6: Pushed [2026-01-07T09:14:17.375Z] ab6a26960571: Pushed [2026-01-07T09:14:17.375Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:17.639Z] 25d2f42af847: Pushed [2026-01-07T09:14:18.601Z] 13b28a3f455d: Pushed [2026-01-07T09:14:30.876Z] 46956e0562ff: Pushed [2026-01-07T09:14:45.823Z] 46c026759857: Pushed [2026-01-07T09:14:45.823Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:46.249Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:46.591Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-01-07T09:14:46.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-01-07T09:14:46.592Z] ab6a26960571: Preparing [2026-01-07T09:14:46.592Z] eba2d1068b5b: Preparing [2026-01-07T09:14:46.592Z] a81afc42c7c6: Preparing [2026-01-07T09:14:46.592Z] 84c93feab3d1: Preparing [2026-01-07T09:14:46.592Z] 10a54f7901dd: Preparing [2026-01-07T09:14:46.592Z] 46c026759857: Preparing [2026-01-07T09:14:46.592Z] 46956e0562ff: Preparing [2026-01-07T09:14:46.592Z] 25d2f42af847: Preparing [2026-01-07T09:14:46.592Z] 13b28a3f455d: Preparing [2026-01-07T09:14:46.592Z] 0e64f2360a44: Preparing [2026-01-07T09:14:46.592Z] 46956e0562ff: Waiting [2026-01-07T09:14:46.592Z] 25d2f42af847: Waiting [2026-01-07T09:14:46.592Z] 13b28a3f455d: Waiting [2026-01-07T09:14:46.592Z] 46c026759857: Waiting [2026-01-07T09:14:46.592Z] 0e64f2360a44: Waiting [2026-01-07T09:14:46.592Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:46.592Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:46.592Z] a81afc42c7c6: Layer already exists [2026-01-07T09:14:46.592Z] ab6a26960571: Layer already exists [2026-01-07T09:14:46.592Z] eba2d1068b5b: Layer already exists [2026-01-07T09:14:46.592Z] 13b28a3f455d: Layer already exists [2026-01-07T09:14:46.592Z] 46c026759857: Layer already exists [2026-01-07T09:14:46.592Z] 46956e0562ff: Layer already exists [2026-01-07T09:14:46.592Z] 25d2f42af847: Layer already exists [2026-01-07T09:14:46.592Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:46.855Z] latest: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:47.196Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:47.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 [2026-01-07T09:14:47.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-01-07T09:14:47.531Z] ab6a26960571: Preparing [2026-01-07T09:14:47.531Z] eba2d1068b5b: Preparing [2026-01-07T09:14:47.531Z] a81afc42c7c6: Preparing [2026-01-07T09:14:47.531Z] 84c93feab3d1: Preparing [2026-01-07T09:14:47.531Z] 10a54f7901dd: Preparing [2026-01-07T09:14:47.531Z] 46c026759857: Preparing [2026-01-07T09:14:47.531Z] 46956e0562ff: Preparing [2026-01-07T09:14:47.531Z] 25d2f42af847: Preparing [2026-01-07T09:14:47.531Z] 13b28a3f455d: Preparing [2026-01-07T09:14:47.531Z] 0e64f2360a44: Preparing [2026-01-07T09:14:47.531Z] 46c026759857: Waiting [2026-01-07T09:14:47.531Z] 46956e0562ff: Waiting [2026-01-07T09:14:47.531Z] 25d2f42af847: Waiting [2026-01-07T09:14:47.531Z] 13b28a3f455d: Waiting [2026-01-07T09:14:47.531Z] 0e64f2360a44: Waiting [2026-01-07T09:14:47.531Z] eba2d1068b5b: Layer already exists [2026-01-07T09:14:47.531Z] ab6a26960571: Layer already exists [2026-01-07T09:14:47.531Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:47.531Z] a81afc42c7c6: Layer already exists [2026-01-07T09:14:47.531Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:47.531Z] 46956e0562ff: Layer already exists [2026-01-07T09:14:47.531Z] 46c026759857: Layer already exists [2026-01-07T09:14:47.531Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:47.531Z] 25d2f42af847: Layer already exists [2026-01-07T09:14:47.531Z] 13b28a3f455d: Layer already exists [2026-01-07T09:14:47.531Z] 4.1.0-dev.91: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:47.873Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:48.211Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:48.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-01-07T09:14:48.211Z] ab6a26960571: Preparing [2026-01-07T09:14:48.211Z] eba2d1068b5b: Preparing [2026-01-07T09:14:48.211Z] a81afc42c7c6: Preparing [2026-01-07T09:14:48.211Z] 84c93feab3d1: Preparing [2026-01-07T09:14:48.211Z] 10a54f7901dd: Preparing [2026-01-07T09:14:48.211Z] 46c026759857: Preparing [2026-01-07T09:14:48.211Z] 46956e0562ff: Preparing [2026-01-07T09:14:48.211Z] 25d2f42af847: Preparing [2026-01-07T09:14:48.211Z] 13b28a3f455d: Preparing [2026-01-07T09:14:48.211Z] 0e64f2360a44: Preparing [2026-01-07T09:14:48.211Z] 46956e0562ff: Waiting [2026-01-07T09:14:48.211Z] 25d2f42af847: Waiting [2026-01-07T09:14:48.211Z] 13b28a3f455d: Waiting [2026-01-07T09:14:48.211Z] 0e64f2360a44: Waiting [2026-01-07T09:14:48.211Z] 46c026759857: Waiting [2026-01-07T09:14:48.211Z] a81afc42c7c6: Layer already exists [2026-01-07T09:14:48.211Z] eba2d1068b5b: Layer already exists [2026-01-07T09:14:48.211Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:48.211Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:48.211Z] ab6a26960571: Layer already exists [2026-01-07T09:14:48.211Z] 46c026759857: Layer already exists [2026-01-07T09:14:48.211Z] 46956e0562ff: Layer already exists [2026-01-07T09:14:48.211Z] 25d2f42af847: Layer already exists [2026-01-07T09:14:48.211Z] 13b28a3f455d: Layer already exists [2026-01-07T09:14:48.211Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:48.211Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:48.627Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:48.988Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2026-01-07T09:14:48.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-01-07T09:14:48.988Z] ab6a26960571: Preparing [2026-01-07T09:14:48.988Z] eba2d1068b5b: Preparing [2026-01-07T09:14:48.988Z] a81afc42c7c6: Preparing [2026-01-07T09:14:48.988Z] 84c93feab3d1: Preparing [2026-01-07T09:14:48.988Z] 10a54f7901dd: Preparing [2026-01-07T09:14:48.988Z] 46c026759857: Preparing [2026-01-07T09:14:48.988Z] 46956e0562ff: Preparing [2026-01-07T09:14:48.988Z] 25d2f42af847: Preparing [2026-01-07T09:14:48.988Z] 13b28a3f455d: Preparing [2026-01-07T09:14:48.988Z] 0e64f2360a44: Preparing [2026-01-07T09:14:48.988Z] 46c026759857: Waiting [2026-01-07T09:14:48.988Z] 25d2f42af847: Waiting [2026-01-07T09:14:48.988Z] 13b28a3f455d: Waiting [2026-01-07T09:14:48.988Z] 46956e0562ff: Waiting [2026-01-07T09:14:48.988Z] 0e64f2360a44: Waiting [2026-01-07T09:14:48.988Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:48.988Z] ab6a26960571: Layer already exists [2026-01-07T09:14:48.988Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:48.988Z] eba2d1068b5b: Layer already exists [2026-01-07T09:14:48.988Z] a81afc42c7c6: Layer already exists [2026-01-07T09:14:48.988Z] 46956e0562ff: Layer already exists [2026-01-07T09:14:48.988Z] 25d2f42af847: Layer already exists [2026-01-07T09:14:48.988Z] 46c026759857: Layer already exists [2026-01-07T09:14:48.988Z] 13b28a3f455d: Layer already exists [2026-01-07T09:14:48.988Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:49.276Z] main: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:14:49.334Z] ===================================================== [Pipeline] echo [2026-01-07T09:14:49.343Z] taggedImages: [2026-01-07T09:14:49.343Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:49.343Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-01-07T09:14:49.343Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 [2026-01-07T09:14:49.343Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:49.343Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-01-07T09:14:49.365Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2026-01-07T09:14:49.365Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:49.365Z] latest [2026-01-07T09:14:49.365Z] 4.1.0-dev.91 [2026-01-07T09:14:49.365Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:14:49.365Z] main [2026-01-07T09:14:49.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:49.719Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:14:51.029Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:14:51.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-01-07T09:14:51.029Z] 61904d01d34c: Preparing [2026-01-07T09:14:51.029Z] 9ce3b62d2415: Preparing [2026-01-07T09:14:51.029Z] f9c172ad72cf: Preparing [2026-01-07T09:14:51.029Z] 84c93feab3d1: Preparing [2026-01-07T09:14:51.029Z] 10a54f7901dd: Preparing [2026-01-07T09:14:51.029Z] fa3c754a6597: Preparing [2026-01-07T09:14:51.029Z] ef1380304c6d: Preparing [2026-01-07T09:14:51.029Z] 77105af5021e: Preparing [2026-01-07T09:14:51.029Z] 0e64f2360a44: Preparing [2026-01-07T09:14:51.029Z] fa3c754a6597: Waiting [2026-01-07T09:14:51.029Z] ef1380304c6d: Waiting [2026-01-07T09:14:51.029Z] 0e64f2360a44: Waiting [2026-01-07T09:14:51.029Z] 77105af5021e: Waiting [2026-01-07T09:14:51.029Z] 84c93feab3d1: Layer already exists [2026-01-07T09:14:51.029Z] 10a54f7901dd: Layer already exists [2026-01-07T09:14:51.293Z] f9c172ad72cf: Pushed [2026-01-07T09:14:51.293Z] 61904d01d34c: Pushed [2026-01-07T09:14:51.293Z] 9ce3b62d2415: Pushed [2026-01-07T09:14:51.293Z] 0e64f2360a44: Layer already exists [2026-01-07T09:14:51.557Z] ef1380304c6d: Pushed [2026-01-07T09:14:52.133Z] 77105af5021e: Pushed [2026-01-07T09:15:24.301Z] fa3c754a6597: Pushed [2026-01-07T09:15:24.301Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:24.634Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:24.974Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-01-07T09:15:24.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-01-07T09:15:24.974Z] 61904d01d34c: Preparing [2026-01-07T09:15:24.974Z] 9ce3b62d2415: Preparing [2026-01-07T09:15:24.974Z] f9c172ad72cf: Preparing [2026-01-07T09:15:24.974Z] 84c93feab3d1: Preparing [2026-01-07T09:15:24.974Z] 10a54f7901dd: Preparing [2026-01-07T09:15:24.974Z] fa3c754a6597: Preparing [2026-01-07T09:15:24.974Z] ef1380304c6d: Preparing [2026-01-07T09:15:24.974Z] 77105af5021e: Preparing [2026-01-07T09:15:24.974Z] 0e64f2360a44: Preparing [2026-01-07T09:15:24.974Z] fa3c754a6597: Waiting [2026-01-07T09:15:24.974Z] ef1380304c6d: Waiting [2026-01-07T09:15:24.974Z] 77105af5021e: Waiting [2026-01-07T09:15:24.974Z] 0e64f2360a44: Waiting [2026-01-07T09:15:24.974Z] 61904d01d34c: Layer already exists [2026-01-07T09:15:24.974Z] 84c93feab3d1: Layer already exists [2026-01-07T09:15:24.974Z] 9ce3b62d2415: Layer already exists [2026-01-07T09:15:24.974Z] f9c172ad72cf: Layer already exists [2026-01-07T09:15:24.974Z] 10a54f7901dd: Layer already exists [2026-01-07T09:15:24.974Z] 0e64f2360a44: Layer already exists [2026-01-07T09:15:24.974Z] ef1380304c6d: Layer already exists [2026-01-07T09:15:24.974Z] 77105af5021e: Layer already exists [2026-01-07T09:15:24.974Z] fa3c754a6597: Layer already exists [2026-01-07T09:15:25.238Z] latest: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:25.581Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:25.924Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 [2026-01-07T09:15:25.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-01-07T09:15:25.924Z] 61904d01d34c: Preparing [2026-01-07T09:15:25.924Z] 9ce3b62d2415: Preparing [2026-01-07T09:15:25.924Z] f9c172ad72cf: Preparing [2026-01-07T09:15:25.924Z] 84c93feab3d1: Preparing [2026-01-07T09:15:25.924Z] 10a54f7901dd: Preparing [2026-01-07T09:15:25.924Z] fa3c754a6597: Preparing [2026-01-07T09:15:25.924Z] ef1380304c6d: Preparing [2026-01-07T09:15:25.924Z] 77105af5021e: Preparing [2026-01-07T09:15:25.924Z] 0e64f2360a44: Preparing [2026-01-07T09:15:25.924Z] ef1380304c6d: Waiting [2026-01-07T09:15:25.924Z] 77105af5021e: Waiting [2026-01-07T09:15:25.924Z] 0e64f2360a44: Waiting [2026-01-07T09:15:25.924Z] fa3c754a6597: Waiting [2026-01-07T09:15:25.924Z] 10a54f7901dd: Layer already exists [2026-01-07T09:15:25.924Z] 9ce3b62d2415: Layer already exists [2026-01-07T09:15:25.924Z] 84c93feab3d1: Layer already exists [2026-01-07T09:15:25.924Z] f9c172ad72cf: Layer already exists [2026-01-07T09:15:25.924Z] 61904d01d34c: Layer already exists [2026-01-07T09:15:25.924Z] 77105af5021e: Layer already exists [2026-01-07T09:15:25.924Z] ef1380304c6d: Layer already exists [2026-01-07T09:15:25.924Z] 0e64f2360a44: Layer already exists [2026-01-07T09:15:25.924Z] fa3c754a6597: Layer already exists [2026-01-07T09:15:26.187Z] 4.1.0-dev.91: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:26.524Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:26.864Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:15:26.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-01-07T09:15:26.864Z] 61904d01d34c: Preparing [2026-01-07T09:15:26.864Z] 9ce3b62d2415: Preparing [2026-01-07T09:15:26.864Z] f9c172ad72cf: Preparing [2026-01-07T09:15:26.864Z] 84c93feab3d1: Preparing [2026-01-07T09:15:26.864Z] 10a54f7901dd: Preparing [2026-01-07T09:15:26.864Z] fa3c754a6597: Preparing [2026-01-07T09:15:26.864Z] ef1380304c6d: Preparing [2026-01-07T09:15:26.864Z] 77105af5021e: Preparing [2026-01-07T09:15:26.864Z] 0e64f2360a44: Preparing [2026-01-07T09:15:26.864Z] fa3c754a6597: Waiting [2026-01-07T09:15:26.864Z] ef1380304c6d: Waiting [2026-01-07T09:15:26.864Z] 77105af5021e: Waiting [2026-01-07T09:15:26.864Z] 0e64f2360a44: Waiting [2026-01-07T09:15:26.864Z] 84c93feab3d1: Layer already exists [2026-01-07T09:15:26.864Z] 61904d01d34c: Layer already exists [2026-01-07T09:15:26.864Z] f9c172ad72cf: Layer already exists [2026-01-07T09:15:26.864Z] 9ce3b62d2415: Layer already exists [2026-01-07T09:15:26.864Z] 10a54f7901dd: Layer already exists [2026-01-07T09:15:26.864Z] ef1380304c6d: Layer already exists [2026-01-07T09:15:26.864Z] fa3c754a6597: Layer already exists [2026-01-07T09:15:26.864Z] 77105af5021e: Layer already exists [2026-01-07T09:15:26.864Z] 0e64f2360a44: Layer already exists [2026-01-07T09:15:27.129Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:27.469Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:28.753Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2026-01-07T09:15:28.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-01-07T09:15:28.753Z] 61904d01d34c: Preparing [2026-01-07T09:15:28.753Z] 9ce3b62d2415: Preparing [2026-01-07T09:15:28.753Z] f9c172ad72cf: Preparing [2026-01-07T09:15:28.753Z] 84c93feab3d1: Preparing [2026-01-07T09:15:28.753Z] 10a54f7901dd: Preparing [2026-01-07T09:15:28.753Z] fa3c754a6597: Preparing [2026-01-07T09:15:28.753Z] fa3c754a6597: Waiting [2026-01-07T09:15:28.753Z] ef1380304c6d: Preparing [2026-01-07T09:15:28.753Z] ef1380304c6d: Waiting [2026-01-07T09:15:28.753Z] 77105af5021e: Preparing [2026-01-07T09:15:28.753Z] 0e64f2360a44: Preparing [2026-01-07T09:15:28.753Z] 77105af5021e: Waiting [2026-01-07T09:15:28.753Z] 0e64f2360a44: Waiting [2026-01-07T09:15:28.753Z] 9ce3b62d2415: Layer already exists [2026-01-07T09:15:28.753Z] 61904d01d34c: Layer already exists [2026-01-07T09:15:28.753Z] f9c172ad72cf: Layer already exists [2026-01-07T09:15:28.753Z] 10a54f7901dd: Layer already exists [2026-01-07T09:15:28.753Z] 84c93feab3d1: Layer already exists [2026-01-07T09:15:28.753Z] ef1380304c6d: Layer already exists [2026-01-07T09:15:28.753Z] fa3c754a6597: Layer already exists [2026-01-07T09:15:28.753Z] 77105af5021e: Layer already exists [2026-01-07T09:15:28.753Z] 0e64f2360a44: Layer already exists [2026-01-07T09:15:29.017Z] main: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:15:29.079Z] ===================================================== [Pipeline] echo [2026-01-07T09:15:29.094Z] taggedImages: [2026-01-07T09:15:29.094Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:15:29.094Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-01-07T09:15:29.094Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 [2026-01-07T09:15:29.094Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:15:29.094Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-01-07T09:15:29.121Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2026-01-07T09:15:29.121Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:15:29.121Z] latest [2026-01-07T09:15:29.121Z] 4.1.0-dev.91 [2026-01-07T09:15:29.121Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:15:29.121Z] main [2026-01-07T09:15:29.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:29.473Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:15:29.808Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:15:29.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-01-07T09:15:29.808Z] 6b2deffd114f: Preparing [2026-01-07T09:15:29.808Z] ed01bfb0108b: Preparing [2026-01-07T09:15:29.808Z] efd8795c9eb9: Preparing [2026-01-07T09:15:29.808Z] 84c93feab3d1: Preparing [2026-01-07T09:15:29.808Z] 10a54f7901dd: Preparing [2026-01-07T09:15:29.808Z] e0c21a56de1b: Preparing [2026-01-07T09:15:29.808Z] 25d2f42af847: Preparing [2026-01-07T09:15:29.808Z] 13b28a3f455d: Preparing [2026-01-07T09:15:29.808Z] 0e64f2360a44: Preparing [2026-01-07T09:15:29.808Z] 25d2f42af847: Waiting [2026-01-07T09:15:29.808Z] 13b28a3f455d: Waiting [2026-01-07T09:15:29.808Z] 0e64f2360a44: Waiting [2026-01-07T09:15:29.808Z] 10a54f7901dd: Layer already exists [2026-01-07T09:15:29.808Z] 84c93feab3d1: Layer already exists [2026-01-07T09:15:30.071Z] 25d2f42af847: Layer already exists [2026-01-07T09:15:30.071Z] 13b28a3f455d: Layer already exists [2026-01-07T09:15:30.071Z] ed01bfb0108b: Pushed [2026-01-07T09:15:30.071Z] 6b2deffd114f: Pushed [2026-01-07T09:15:30.071Z] efd8795c9eb9: Pushed [2026-01-07T09:15:30.071Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:02.247Z] e0c21a56de1b: Pushed [2026-01-07T09:16:02.247Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:02.588Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:02.936Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-01-07T09:16:02.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-01-07T09:16:02.936Z] 6b2deffd114f: Preparing [2026-01-07T09:16:02.936Z] ed01bfb0108b: Preparing [2026-01-07T09:16:02.936Z] efd8795c9eb9: Preparing [2026-01-07T09:16:02.936Z] 84c93feab3d1: Preparing [2026-01-07T09:16:02.936Z] 10a54f7901dd: Preparing [2026-01-07T09:16:02.936Z] e0c21a56de1b: Preparing [2026-01-07T09:16:02.936Z] 25d2f42af847: Preparing [2026-01-07T09:16:02.936Z] 13b28a3f455d: Preparing [2026-01-07T09:16:02.936Z] 0e64f2360a44: Preparing [2026-01-07T09:16:02.936Z] e0c21a56de1b: Waiting [2026-01-07T09:16:02.936Z] 25d2f42af847: Waiting [2026-01-07T09:16:02.936Z] 13b28a3f455d: Waiting [2026-01-07T09:16:02.936Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:02.936Z] 6b2deffd114f: Layer already exists [2026-01-07T09:16:02.936Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:02.936Z] efd8795c9eb9: Layer already exists [2026-01-07T09:16:02.936Z] ed01bfb0108b: Layer already exists [2026-01-07T09:16:02.936Z] 25d2f42af847: Layer already exists [2026-01-07T09:16:02.936Z] 13b28a3f455d: Layer already exists [2026-01-07T09:16:02.936Z] e0c21a56de1b: Layer already exists [2026-01-07T09:16:02.936Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:03.199Z] latest: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:03.532Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:03.867Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 [2026-01-07T09:16:03.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-01-07T09:16:03.867Z] 6b2deffd114f: Preparing [2026-01-07T09:16:03.867Z] ed01bfb0108b: Preparing [2026-01-07T09:16:03.867Z] efd8795c9eb9: Preparing [2026-01-07T09:16:03.867Z] 84c93feab3d1: Preparing [2026-01-07T09:16:03.867Z] 10a54f7901dd: Preparing [2026-01-07T09:16:03.867Z] e0c21a56de1b: Preparing [2026-01-07T09:16:03.867Z] 25d2f42af847: Preparing [2026-01-07T09:16:03.867Z] 13b28a3f455d: Preparing [2026-01-07T09:16:03.867Z] 0e64f2360a44: Preparing [2026-01-07T09:16:03.867Z] e0c21a56de1b: Waiting [2026-01-07T09:16:03.867Z] 25d2f42af847: Waiting [2026-01-07T09:16:03.867Z] 13b28a3f455d: Waiting [2026-01-07T09:16:03.867Z] 0e64f2360a44: Waiting [2026-01-07T09:16:03.867Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:03.867Z] efd8795c9eb9: Layer already exists [2026-01-07T09:16:03.867Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:03.867Z] ed01bfb0108b: Layer already exists [2026-01-07T09:16:03.867Z] 6b2deffd114f: Layer already exists [2026-01-07T09:16:03.867Z] e0c21a56de1b: Layer already exists [2026-01-07T09:16:03.867Z] 25d2f42af847: Layer already exists [2026-01-07T09:16:03.867Z] 13b28a3f455d: Layer already exists [2026-01-07T09:16:03.867Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:06.424Z] 4.1.0-dev.91: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:06.763Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:07.109Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:07.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-01-07T09:16:07.109Z] 6b2deffd114f: Preparing [2026-01-07T09:16:07.109Z] ed01bfb0108b: Preparing [2026-01-07T09:16:07.109Z] efd8795c9eb9: Preparing [2026-01-07T09:16:07.109Z] 84c93feab3d1: Preparing [2026-01-07T09:16:07.109Z] 10a54f7901dd: Preparing [2026-01-07T09:16:07.109Z] e0c21a56de1b: Preparing [2026-01-07T09:16:07.109Z] 25d2f42af847: Preparing [2026-01-07T09:16:07.109Z] 13b28a3f455d: Preparing [2026-01-07T09:16:07.109Z] 0e64f2360a44: Preparing [2026-01-07T09:16:07.109Z] e0c21a56de1b: Waiting [2026-01-07T09:16:07.109Z] 25d2f42af847: Waiting [2026-01-07T09:16:07.109Z] 13b28a3f455d: Waiting [2026-01-07T09:16:07.109Z] 0e64f2360a44: Waiting [2026-01-07T09:16:07.109Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:07.109Z] ed01bfb0108b: Layer already exists [2026-01-07T09:16:07.109Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:07.109Z] 6b2deffd114f: Layer already exists [2026-01-07T09:16:07.109Z] efd8795c9eb9: Layer already exists [2026-01-07T09:16:07.109Z] 13b28a3f455d: Layer already exists [2026-01-07T09:16:07.109Z] 25d2f42af847: Layer already exists [2026-01-07T09:16:07.109Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:07.109Z] e0c21a56de1b: Layer already exists [2026-01-07T09:16:07.109Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:07.712Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:08.049Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2026-01-07T09:16:08.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-01-07T09:16:08.049Z] 6b2deffd114f: Preparing [2026-01-07T09:16:08.049Z] ed01bfb0108b: Preparing [2026-01-07T09:16:08.049Z] efd8795c9eb9: Preparing [2026-01-07T09:16:08.049Z] 84c93feab3d1: Preparing [2026-01-07T09:16:08.049Z] 10a54f7901dd: Preparing [2026-01-07T09:16:08.049Z] e0c21a56de1b: Preparing [2026-01-07T09:16:08.049Z] 25d2f42af847: Preparing [2026-01-07T09:16:08.049Z] 13b28a3f455d: Preparing [2026-01-07T09:16:08.049Z] 0e64f2360a44: Preparing [2026-01-07T09:16:08.049Z] e0c21a56de1b: Waiting [2026-01-07T09:16:08.049Z] 25d2f42af847: Waiting [2026-01-07T09:16:08.049Z] 0e64f2360a44: Waiting [2026-01-07T09:16:08.049Z] 13b28a3f455d: Waiting [2026-01-07T09:16:08.049Z] efd8795c9eb9: Layer already exists [2026-01-07T09:16:08.049Z] ed01bfb0108b: Layer already exists [2026-01-07T09:16:08.049Z] 6b2deffd114f: Layer already exists [2026-01-07T09:16:08.049Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:08.049Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:08.049Z] 13b28a3f455d: Layer already exists [2026-01-07T09:16:08.049Z] e0c21a56de1b: Layer already exists [2026-01-07T09:16:08.049Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:08.049Z] 25d2f42af847: Layer already exists [2026-01-07T09:16:08.313Z] main: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:16:08.374Z] ===================================================== [Pipeline] echo [2026-01-07T09:16:08.388Z] taggedImages: [2026-01-07T09:16:08.388Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:16:08.388Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-01-07T09:16:08.388Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 [2026-01-07T09:16:08.388Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:08.388Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-01-07T09:16:08.413Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2026-01-07T09:16:08.413Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:16:08.413Z] latest [2026-01-07T09:16:08.413Z] 4.1.0-dev.91 [2026-01-07T09:16:08.413Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:08.413Z] main [2026-01-07T09:16:08.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:08.758Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:09.099Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:16:09.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-01-07T09:16:09.099Z] 4907bfd1a263: Preparing [2026-01-07T09:16:09.099Z] 0ad7b85807c2: Preparing [2026-01-07T09:16:09.099Z] 84c93feab3d1: Preparing [2026-01-07T09:16:09.100Z] 10a54f7901dd: Preparing [2026-01-07T09:16:09.100Z] 7e02bee6ef4a: Preparing [2026-01-07T09:16:09.100Z] bdbdcfeedd18: Preparing [2026-01-07T09:16:09.100Z] 0e64f2360a44: Preparing [2026-01-07T09:16:09.100Z] bdbdcfeedd18: Waiting [2026-01-07T09:16:09.100Z] 0e64f2360a44: Waiting [2026-01-07T09:16:09.100Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:09.100Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:09.364Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:09.364Z] 4907bfd1a263: Pushed [2026-01-07T09:16:09.628Z] 7e02bee6ef4a: Pushed [2026-01-07T09:16:10.579Z] bdbdcfeedd18: Pushed [2026-01-07T09:16:17.200Z] 0ad7b85807c2: Pushed [2026-01-07T09:16:19.134Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:19.483Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:19.821Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-01-07T09:16:19.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-01-07T09:16:19.821Z] 4907bfd1a263: Preparing [2026-01-07T09:16:19.821Z] 0ad7b85807c2: Preparing [2026-01-07T09:16:19.821Z] 84c93feab3d1: Preparing [2026-01-07T09:16:19.821Z] 10a54f7901dd: Preparing [2026-01-07T09:16:19.821Z] 7e02bee6ef4a: Preparing [2026-01-07T09:16:19.821Z] bdbdcfeedd18: Preparing [2026-01-07T09:16:19.821Z] 0e64f2360a44: Preparing [2026-01-07T09:16:19.821Z] bdbdcfeedd18: Waiting [2026-01-07T09:16:19.821Z] 0e64f2360a44: Waiting [2026-01-07T09:16:19.821Z] 0ad7b85807c2: Layer already exists [2026-01-07T09:16:19.821Z] 7e02bee6ef4a: Layer already exists [2026-01-07T09:16:19.821Z] 4907bfd1a263: Layer already exists [2026-01-07T09:16:19.821Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:19.821Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:19.821Z] bdbdcfeedd18: Layer already exists [2026-01-07T09:16:19.821Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:19.821Z] latest: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:20.439Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:20.788Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 [2026-01-07T09:16:20.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-01-07T09:16:20.788Z] 4907bfd1a263: Preparing [2026-01-07T09:16:20.788Z] 0ad7b85807c2: Preparing [2026-01-07T09:16:20.788Z] 84c93feab3d1: Preparing [2026-01-07T09:16:20.788Z] 10a54f7901dd: Preparing [2026-01-07T09:16:20.788Z] 7e02bee6ef4a: Preparing [2026-01-07T09:16:20.788Z] bdbdcfeedd18: Preparing [2026-01-07T09:16:20.788Z] 0e64f2360a44: Preparing [2026-01-07T09:16:20.788Z] bdbdcfeedd18: Waiting [2026-01-07T09:16:20.788Z] 0e64f2360a44: Waiting [2026-01-07T09:16:20.788Z] 4907bfd1a263: Layer already exists [2026-01-07T09:16:20.788Z] 7e02bee6ef4a: Layer already exists [2026-01-07T09:16:20.788Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:20.788Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:20.788Z] 0ad7b85807c2: Layer already exists [2026-01-07T09:16:20.788Z] bdbdcfeedd18: Layer already exists [2026-01-07T09:16:20.788Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:20.788Z] 4.1.0-dev.91: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:21.137Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:21.487Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:21.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-01-07T09:16:21.487Z] 4907bfd1a263: Preparing [2026-01-07T09:16:21.487Z] 0ad7b85807c2: Preparing [2026-01-07T09:16:21.487Z] 84c93feab3d1: Preparing [2026-01-07T09:16:21.487Z] 10a54f7901dd: Preparing [2026-01-07T09:16:21.487Z] 7e02bee6ef4a: Preparing [2026-01-07T09:16:21.487Z] bdbdcfeedd18: Preparing [2026-01-07T09:16:21.487Z] 0e64f2360a44: Preparing [2026-01-07T09:16:21.487Z] bdbdcfeedd18: Waiting [2026-01-07T09:16:21.487Z] 0e64f2360a44: Waiting [2026-01-07T09:16:21.487Z] 4907bfd1a263: Layer already exists [2026-01-07T09:16:21.487Z] 7e02bee6ef4a: Layer already exists [2026-01-07T09:16:21.487Z] 0ad7b85807c2: Layer already exists [2026-01-07T09:16:21.487Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:21.487Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:21.487Z] bdbdcfeedd18: Layer already exists [2026-01-07T09:16:21.487Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:21.487Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:21.827Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:22.168Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2026-01-07T09:16:22.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-01-07T09:16:22.168Z] 4907bfd1a263: Preparing [2026-01-07T09:16:22.168Z] 0ad7b85807c2: Preparing [2026-01-07T09:16:22.168Z] 84c93feab3d1: Preparing [2026-01-07T09:16:22.168Z] 10a54f7901dd: Preparing [2026-01-07T09:16:22.168Z] 7e02bee6ef4a: Preparing [2026-01-07T09:16:22.168Z] bdbdcfeedd18: Preparing [2026-01-07T09:16:22.168Z] 0e64f2360a44: Preparing [2026-01-07T09:16:22.168Z] bdbdcfeedd18: Waiting [2026-01-07T09:16:22.168Z] 0e64f2360a44: Waiting [2026-01-07T09:16:22.168Z] 4907bfd1a263: Layer already exists [2026-01-07T09:16:22.168Z] 7e02bee6ef4a: Layer already exists [2026-01-07T09:16:22.168Z] 0ad7b85807c2: Layer already exists [2026-01-07T09:16:22.168Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:22.168Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:22.168Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:22.168Z] bdbdcfeedd18: Layer already exists [2026-01-07T09:16:22.432Z] main: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:16:22.511Z] ===================================================== [Pipeline] echo [2026-01-07T09:16:22.526Z] taggedImages: [2026-01-07T09:16:22.526Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:16:22.526Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-01-07T09:16:22.526Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 [2026-01-07T09:16:22.526Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:22.526Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-01-07T09:16:22.553Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2026-01-07T09:16:22.553Z] d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:16:22.553Z] latest [2026-01-07T09:16:22.553Z] 4.1.0-dev.91 [2026-01-07T09:16:22.553Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:22.553Z] main [2026-01-07T09:16:22.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:22.907Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:23.249Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:16:23.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-01-07T09:16:23.249Z] 2414e4a26316: Preparing [2026-01-07T09:16:23.249Z] 819424390319: Preparing [2026-01-07T09:16:23.249Z] 84c93feab3d1: Preparing [2026-01-07T09:16:23.249Z] 10a54f7901dd: Preparing [2026-01-07T09:16:23.249Z] 947574998100: Preparing [2026-01-07T09:16:23.249Z] f34f999ff7d8: Preparing [2026-01-07T09:16:23.249Z] 0e64f2360a44: Preparing [2026-01-07T09:16:23.249Z] f34f999ff7d8: Waiting [2026-01-07T09:16:23.249Z] 0e64f2360a44: Waiting [2026-01-07T09:16:23.249Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:23.249Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:23.512Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:23.513Z] 2414e4a26316: Pushed [2026-01-07T09:16:23.789Z] 947574998100: Pushed [2026-01-07T09:16:24.053Z] f34f999ff7d8: Pushed [2026-01-07T09:16:32.225Z] 819424390319: Pushed [2026-01-07T09:16:32.225Z] d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:32.565Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:32.912Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-01-07T09:16:32.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-01-07T09:16:32.912Z] 2414e4a26316: Preparing [2026-01-07T09:16:32.912Z] 819424390319: Preparing [2026-01-07T09:16:32.912Z] 84c93feab3d1: Preparing [2026-01-07T09:16:32.912Z] 10a54f7901dd: Preparing [2026-01-07T09:16:32.912Z] 947574998100: Preparing [2026-01-07T09:16:32.912Z] f34f999ff7d8: Preparing [2026-01-07T09:16:32.912Z] 0e64f2360a44: Preparing [2026-01-07T09:16:32.912Z] f34f999ff7d8: Waiting [2026-01-07T09:16:32.912Z] 0e64f2360a44: Waiting [2026-01-07T09:16:32.912Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:32.912Z] 947574998100: Layer already exists [2026-01-07T09:16:32.912Z] 819424390319: Layer already exists [2026-01-07T09:16:32.912Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:32.912Z] 2414e4a26316: Layer already exists [2026-01-07T09:16:32.912Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:32.912Z] f34f999ff7d8: Layer already exists [2026-01-07T09:16:33.175Z] latest: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:33.517Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:33.849Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 [2026-01-07T09:16:33.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-01-07T09:16:33.849Z] 2414e4a26316: Preparing [2026-01-07T09:16:33.849Z] 819424390319: Preparing [2026-01-07T09:16:33.849Z] 84c93feab3d1: Preparing [2026-01-07T09:16:33.849Z] 10a54f7901dd: Preparing [2026-01-07T09:16:33.849Z] 947574998100: Preparing [2026-01-07T09:16:33.849Z] f34f999ff7d8: Preparing [2026-01-07T09:16:33.849Z] 0e64f2360a44: Preparing [2026-01-07T09:16:33.849Z] 0e64f2360a44: Waiting [2026-01-07T09:16:33.849Z] f34f999ff7d8: Waiting [2026-01-07T09:16:33.849Z] 2414e4a26316: Layer already exists [2026-01-07T09:16:33.849Z] 819424390319: Layer already exists [2026-01-07T09:16:33.849Z] 947574998100: Layer already exists [2026-01-07T09:16:33.849Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:33.849Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:33.849Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:33.849Z] f34f999ff7d8: Layer already exists [2026-01-07T09:16:33.849Z] 4.1.0-dev.91: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:34.453Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:34.781Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:34.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-01-07T09:16:34.781Z] 2414e4a26316: Preparing [2026-01-07T09:16:34.781Z] 819424390319: Preparing [2026-01-07T09:16:34.781Z] 84c93feab3d1: Preparing [2026-01-07T09:16:34.781Z] 10a54f7901dd: Preparing [2026-01-07T09:16:34.781Z] 947574998100: Preparing [2026-01-07T09:16:34.781Z] f34f999ff7d8: Preparing [2026-01-07T09:16:34.781Z] 0e64f2360a44: Preparing [2026-01-07T09:16:34.781Z] f34f999ff7d8: Waiting [2026-01-07T09:16:34.781Z] 0e64f2360a44: Waiting [2026-01-07T09:16:34.781Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:34.781Z] 947574998100: Layer already exists [2026-01-07T09:16:34.781Z] 2414e4a26316: Layer already exists [2026-01-07T09:16:34.781Z] 819424390319: Layer already exists [2026-01-07T09:16:34.781Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:34.781Z] f34f999ff7d8: Layer already exists [2026-01-07T09:16:34.781Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:34.781Z] d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:35.127Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:35.471Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2026-01-07T09:16:35.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-01-07T09:16:35.471Z] 2414e4a26316: Preparing [2026-01-07T09:16:35.471Z] 819424390319: Preparing [2026-01-07T09:16:35.471Z] 84c93feab3d1: Preparing [2026-01-07T09:16:35.471Z] 10a54f7901dd: Preparing [2026-01-07T09:16:35.471Z] 947574998100: Preparing [2026-01-07T09:16:35.471Z] f34f999ff7d8: Preparing [2026-01-07T09:16:35.471Z] 0e64f2360a44: Preparing [2026-01-07T09:16:35.471Z] f34f999ff7d8: Waiting [2026-01-07T09:16:35.471Z] 0e64f2360a44: Waiting [2026-01-07T09:16:35.471Z] 947574998100: Layer already exists [2026-01-07T09:16:35.471Z] 819424390319: Layer already exists [2026-01-07T09:16:35.471Z] 84c93feab3d1: Layer already exists [2026-01-07T09:16:35.471Z] 2414e4a26316: Layer already exists [2026-01-07T09:16:35.471Z] 10a54f7901dd: Layer already exists [2026-01-07T09:16:35.471Z] f34f999ff7d8: Layer already exists [2026-01-07T09:16:35.471Z] 0e64f2360a44: Layer already exists [2026-01-07T09:16:35.471Z] main: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-01-07T09:16:35.806Z] ===================================================== [Pipeline] echo [2026-01-07T09:16:35.819Z] taggedImages: [2026-01-07T09:16:35.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [2026-01-07T09:16:35.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-01-07T09:16:35.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 [2026-01-07T09:16:35.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [2026-01-07T09:16:35.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2026-01-07T09:16:35.831Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:35.843Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2026-01-07T09:16:35.853Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:35.863Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:35.876Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-01-07T09:16:35.885Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:35.894Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2026-01-07T09:16:35.905Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:35.916Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:35.928Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-01-07T09:16:35.939Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:35.953Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2026-01-07T09:16:35.965Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:35.978Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:35.990Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-01-07T09:16:36.003Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.011Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.023Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.034Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.044Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-01-07T09:16:36.053Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.063Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.075Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.084Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-01-07T09:16:36.107Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.117Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.124Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.131Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.140Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-01-07T09:16:36.149Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.158Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.167Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.179Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.186Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-01-07T09:16:36.195Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.210Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.224Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.234Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.243Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-01-07T09:16:36.256Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.268Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.278Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.285Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.297Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-01-07T09:16:36.305Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.313Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.324Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.331Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.343Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-01-07T09:16:36.355Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.367Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.379Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.389Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.398Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-01-07T09:16:36.407Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.418Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.431Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.440Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.450Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-01-07T09:16:36.461Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.471Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.480Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.492Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.502Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-01-07T09:16:36.515Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.525Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.537Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.549Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.560Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-01-07T09:16:36.568Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo [2026-01-07T09:16:36.579Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2026-01-07T09:16:36.589Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.600Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo [2026-01-07T09:16:36.611Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:36.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-01-07T09:16:36.991Z] [2026-01-07T09:16:36.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:16:37.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-01-07T09:16:37.314Z] arm64: Pulling from edgex-lftools-log-publisher [2026-01-07T09:16:37.314Z] 8998bd30e6a1: Pulling fs layer [2026-01-07T09:16:37.314Z] 04944245beec: Pulling fs layer [2026-01-07T09:16:37.314Z] 699f458cf7ca: Pulling fs layer [2026-01-07T09:16:37.314Z] 765212b225bb: Pulling fs layer [2026-01-07T09:16:37.314Z] f23df028b6ca: Pulling fs layer [2026-01-07T09:16:37.314Z] d65c8cfc05b1: Pulling fs layer [2026-01-07T09:16:37.314Z] 2437ff75d9bd: Pulling fs layer [2026-01-07T09:16:37.314Z] 765212b225bb: Waiting [2026-01-07T09:16:37.314Z] f23df028b6ca: Waiting [2026-01-07T09:16:37.314Z] d65c8cfc05b1: Waiting [2026-01-07T09:16:37.315Z] 2437ff75d9bd: Waiting [2026-01-07T09:16:37.580Z] 04944245beec: Verifying Checksum [2026-01-07T09:16:37.580Z] 04944245beec: Download complete [2026-01-07T09:16:37.580Z] 765212b225bb: Verifying Checksum [2026-01-07T09:16:37.580Z] 765212b225bb: Download complete [2026-01-07T09:16:37.580Z] f23df028b6ca: Verifying Checksum [2026-01-07T09:16:37.580Z] f23df028b6ca: Download complete [2026-01-07T09:16:37.580Z] d65c8cfc05b1: Verifying Checksum [2026-01-07T09:16:37.580Z] d65c8cfc05b1: Download complete [2026-01-07T09:16:37.844Z] 699f458cf7ca: Verifying Checksum [2026-01-07T09:16:37.844Z] 699f458cf7ca: Download complete [2026-01-07T09:16:38.110Z] 8998bd30e6a1: Verifying Checksum [2026-01-07T09:16:38.110Z] 8998bd30e6a1: Download complete [2026-01-07T09:16:40.681Z] 2437ff75d9bd: Verifying Checksum [2026-01-07T09:16:40.681Z] 2437ff75d9bd: Download complete [2026-01-07T09:16:42.615Z] 8998bd30e6a1: Pull complete [2026-01-07T09:16:44.015Z] 04944245beec: Pull complete [2026-01-07T09:16:45.951Z] 699f458cf7ca: Pull complete [2026-01-07T09:16:45.951Z] 765212b225bb: Pull complete [2026-01-07T09:16:46.533Z] f23df028b6ca: Pull complete [2026-01-07T09:16:46.798Z] d65c8cfc05b1: Pull complete [2026-01-07T09:17:04.973Z] 2437ff75d9bd: Pull complete [2026-01-07T09:17:04.973Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-01-07T09:17:04.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-01-07T09:17:04.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T09:17:05.174Z] prd-ubuntu20.04-docker-arm64-4c-16g-240 does not seem to be running inside a container [2026-01-07T09:17:05.225Z] $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2026-01-07T09:17:07.953Z] $ docker top 70d3a4d53b139db97fd1c5ef7da3c613c28541d5e00935821d6eb3746c9f94ea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:17:08.928Z] ---> job-cost.sh [2026-01-07T09:17:08.928Z] lf-activate-venv: SKIPPING [2026-01-07T09:17:08.928Z] INFO: No Stack... [2026-01-07T09:17:09.196Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-01-07T09:17:10.175Z] INFO: Archiving Costs [Pipeline] sh [2026-01-07T09:17:10.831Z] + cut -d, -f6 [2026-01-07T09:17:10.831Z] + cat /w/workspace/edgex-go/946/archives/cost.csv [Pipeline] lock [2026-01-07T09:17:10.876Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-946-stack-cost] [2026-01-07T09:17:10.889Z] Resource [jenkins-edgexfoundry-edgex-go-main-946-stack-cost] did not exist. Created. [2026-01-07T09:17:10.897Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-946-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-01-07T09:17:11.254Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-01-07T09:17:11.922Z] Stashed 1 file(s) [Pipeline] } [2026-01-07T09:17:11.933Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-946-stack-cost] [Pipeline] // lock [Pipeline] } [2026-01-07T09:17:11.955Z] $ docker stop --time=1 70d3a4d53b139db97fd1c5ef7da3c613c28541d5e00935821d6eb3746c9f94ea [2026-01-07T09:17:13.456Z] $ docker rm -f --volumes 70d3a4d53b139db97fd1c5ef7da3c613c28541d5e00935821d6eb3746c9f94ea [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 [2026-01-07T09:17:13.981Z] provisioning config files... [2026-01-07T09:17:13.987Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/946@tmp/config4539122258804693778tmp [Pipeline] { [Pipeline] sh [2026-01-07T09:17:14.284Z] + set +x [2026-01-07T09:17:14.284Z] + curl -s https://codecov.io/bash [2026-01-07T09:17:14.284Z] + bash -s -- [2026-01-07T09:17:14.284Z] [2026-01-07T09:17:14.284Z] _____ _ [2026-01-07T09:17:14.284Z] / ____| | | [2026-01-07T09:17:14.284Z] | | ___ __| | ___ ___ _____ __ [2026-01-07T09:17:14.284Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2026-01-07T09:17:14.284Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2026-01-07T09:17:14.284Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2026-01-07T09:17:14.284Z] Bash-1.0.6 [2026-01-07T09:17:14.284Z] [2026-01-07T09:17:14.284Z] [2026-01-07T09:17:14.284Z] ==> git version 2.25.1 found [2026-01-07T09:17:14.284Z] ==> 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 [2026-01-07T09:17:14.284Z] Release-Date: 2020-01-08 [2026-01-07T09:17:14.284Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2026-01-07T09:17:14.284Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2026-01-07T09:17:14.284Z] ==> Jenkins CI detected. [2026-01-07T09:17:14.284Z] current dir:  /w/workspace/edgex-go/946 [2026-01-07T09:17:14.284Z] project root: . [2026-01-07T09:17:14.284Z] --> token set from env [2026-01-07T09:17:14.284Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2026-01-07T09:17:14.284Z] ==> Running gcov in . (disable via -X gcov) [2026-01-07T09:17:14.543Z] ==> Python coveragepy not found [2026-01-07T09:17:14.543Z] ==> Searching for coverage reports in: [2026-01-07T09:17:14.543Z] + . [2026-01-07T09:17:14.543Z] -> Found 1 reports [2026-01-07T09:17:14.543Z] ==> Detecting git/mercurial file structure [2026-01-07T09:17:14.543Z] ==> Reading reports [2026-01-07T09:17:14.543Z] + ./coverage.out bytes=1043597 [2026-01-07T09:17:14.543Z] ==> Appending adjustments [2026-01-07T09:17:14.543Z] https://docs.codecov.io/docs/fixing-reports [2026-01-07T09:17:15.918Z] + Found adjustments [2026-01-07T09:17:15.918Z] ==> Gzipping contents [2026-01-07T09:17:15.918Z] 108K /tmp/codecov.dQvKlj.gz [2026-01-07T09:17:15.918Z] ==> Uploading reports [2026-01-07T09:17:15.918Z] url: https://codecov.io [2026-01-07T09:17:15.918Z] query: branch=main&commit=d985e1d3b4acfc9bf250ab2c44447925927054e8&build=946&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F946%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-01-07T09:17:15.918Z] -> Pinging Codecov [2026-01-07T09:17:15.918Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d985e1d3b4acfc9bf250ab2c44447925927054e8&build=946&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F946%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-01-07T09:17:16.177Z] -> Uploading to [2026-01-07T09:17:16.177Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/d985e1d3b4acfc9bf250ab2c44447925927054e8/3875d239-8757-410f-9b17-c3516cdea9e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260107%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260107T091716Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=312471970bcec244f12728446d189575363a9b04bef4b981537a33ea33f347f0 [2026-01-07T09:17:16.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:16.178Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:16.438Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 351k --:--:-- --:--:-- --:--:-- 351k [2026-01-07T09:17:16.438Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [2026-01-07T09:17:16.445Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2026-01-07T09:17:16.670Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2026-01-07T09:17:16.686Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:17:16.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-01-07T09:17:16.986Z] [2026-01-07T09:17:16.986Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:17:17.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-01-07T09:17:17.289Z] latest: Pulling from edgex-devops/edgex-snyk-go [2026-01-07T09:17:17.289Z] 2d35ebdb57d9: Already exists [2026-01-07T09:17:17.549Z] 85e8836fcdb2: Pulling fs layer [2026-01-07T09:17:17.549Z] 91631faa732a: Pulling fs layer [2026-01-07T09:17:17.549Z] f3f5ae8826fa: Pulling fs layer [2026-01-07T09:17:17.549Z] 4f4fb700ef54: Pulling fs layer [2026-01-07T09:17:17.549Z] 7861252a18e6: Pulling fs layer [2026-01-07T09:17:17.549Z] 9130f900ef6f: Pulling fs layer [2026-01-07T09:17:17.549Z] 9130f900ef6f: Waiting [2026-01-07T09:17:17.549Z] 4f4fb700ef54: Waiting [2026-01-07T09:17:17.549Z] 7861252a18e6: Waiting [2026-01-07T09:17:17.549Z] f3f5ae8826fa: Verifying Checksum [2026-01-07T09:17:17.549Z] f3f5ae8826fa: Download complete [2026-01-07T09:17:17.549Z] 85e8836fcdb2: Verifying Checksum [2026-01-07T09:17:17.549Z] 85e8836fcdb2: Download complete [2026-01-07T09:17:17.549Z] 4f4fb700ef54: Verifying Checksum [2026-01-07T09:17:17.549Z] 4f4fb700ef54: Download complete [2026-01-07T09:17:17.549Z] 85e8836fcdb2: Pull complete [2026-01-07T09:17:17.809Z] 7861252a18e6: Verifying Checksum [2026-01-07T09:17:17.809Z] 7861252a18e6: Download complete [2026-01-07T09:17:18.067Z] 91631faa732a: Verifying Checksum [2026-01-07T09:17:18.067Z] 91631faa732a: Download complete [2026-01-07T09:17:19.004Z] 9130f900ef6f: Verifying Checksum [2026-01-07T09:17:19.004Z] 9130f900ef6f: Download complete [2026-01-07T09:17:24.276Z] 91631faa732a: Pull complete [2026-01-07T09:17:24.276Z] f3f5ae8826fa: Pull complete [2026-01-07T09:17:24.276Z] 4f4fb700ef54: Pull complete [2026-01-07T09:17:24.276Z] 7861252a18e6: Pull complete [2026-01-07T09:17:28.465Z] 9130f900ef6f: Pull complete [2026-01-07T09:17:28.466Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2026-01-07T09:17:28.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-01-07T09:17:28.466Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T09:17:28.564Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T09:17:28.593Z] $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 [2026-01-07T09:17:30.006Z] $ docker top ad10ecd0f3f6b0074c4345cd33b6d139936aa3b1cc6642d04e7e66d8b4b497cd -eo pid,comm [Pipeline] { [Pipeline] sh [2026-01-07T09:17:30.360Z] + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] echo [2026-01-07T09:17:30.369Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2026-01-07T09:17:30.646Z] + set -o pipefail [2026-01-07T09:17:30.646Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2026-01-07T09:17:40.647Z] [2026-01-07T09:17:40.648Z] Monitoring /w/workspace/edgex-go/946 (github.com/edgexfoundry/edgex-go)... [2026-01-07T09:17:40.648Z] [2026-01-07T09:17:40.648Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/596c8b0c-cbde-4ecb-8e10-b5cf3fddd979 [2026-01-07T09:17:40.648Z] [2026-01-07T09:17:40.648Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2026-01-07T09:17:40.648Z] [2026-01-07T09:17:40.648Z] [2026-01-07T09:17:40.648Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2026-01-07T09:17:40.648Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2026-01-07T09:17:40.651Z] $ docker stop --time=1 ad10ecd0f3f6b0074c4345cd33b6d139936aa3b1cc6642d04e7e66d8b4b497cd [2026-01-07T09:17:43.013Z] $ docker rm -f --volumes ad10ecd0f3f6b0074c4345cd33b6d139936aa3b1cc6642d04e7e66d8b4b497cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2026-01-07T09:17:43.562Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T09:17:43.578Z] provisioning config files... [2026-01-07T09:17:43.585Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/946@tmp/config1166969035338300885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:17:43.889Z] --> edgex-publish-swagger.sh [2026-01-07T09:17:43.889Z] === Publish openapi API === [2026-01-07T09:17:43.889Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2026-01-07T09:17:43.889Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/946/openapi/core-command.yaml] [2026-01-07T09:17:43.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:43.889Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:43.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 284 140k --:--:-- --:--:-- --:--:-- 140k [2026-01-07T09:17:43.889Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:43.889Z] [2026-01-07T09:17:44.148Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/946/openapi/core-data.yaml] [2026-01-07T09:17:44.148Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:44.148Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:44.148Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 442 493k --:--:-- --:--:-- --:--:-- 497k [2026-01-07T09:17:44.148Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:44.148Z] [2026-01-07T09:17:44.148Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/946/openapi/core-keeper.yaml] [2026-01-07T09:17:44.148Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:44.148Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:44.407Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 523 234k --:--:-- --:--:-- --:--:-- 236k [2026-01-07T09:17:44.407Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:44.407Z] [2026-01-07T09:17:44.407Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/946/openapi/core-metadata.yaml] [2026-01-07T09:17:44.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:44.407Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:44.407Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 159k 100 66 100 159k 481 1166k --:--:-- --:--:-- --:--:-- 1167k [2026-01-07T09:17:44.407Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:44.407Z] [2026-01-07T09:17:44.407Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/946/openapi/security-proxy-auth.yaml] [2026-01-07T09:17:44.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:44.407Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:44.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 634 229k --:--:-- --:--:-- --:--:-- 230k [2026-01-07T09:17:44.666Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:44.666Z] [2026-01-07T09:17:44.666Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/946/openapi/security-secretstore-setup.yaml] [2026-01-07T09:17:44.666Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:44.666Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:44.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 776 46035 --:--:-- --:--:-- --:--:-- 46811 [2026-01-07T09:17:44.666Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:44.666Z] [2026-01-07T09:17:44.666Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/946/openapi/support-notifications.yaml] [2026-01-07T09:17:44.666Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:44.666Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:44.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 434 642k --:--:-- --:--:-- --:--:-- 638k [2026-01-07T09:17:44.925Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:44.925Z] [2026-01-07T09:17:44.925Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/946/openapi/support-scheduler.yaml] [2026-01-07T09:17:44.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-01-07T09:17:44.925Z] Dload Upload Total Spent Left Speed [2026-01-07T09:17:44.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 481 361k --:--:-- --:--:-- --:--:-- 361k [2026-01-07T09:17:44.925Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-01-07T09:17:44.925Z] [Pipeline] } [2026-01-07T09:17:44.932Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2026-01-07T09:17:45.329Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-01-07T09:17:45.330Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:17:45.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-01-07T09:17:45.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T09:17:45.701Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T09:17:45.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 [2026-01-07T09:17:45.980Z] $ docker top e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 -eo pid,comm [2026-01-07T09:17:46.034Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-01-07T09:17:46.034Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-01-07T09:17:46.093Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-01-07T09:17:46.093Z] [ssh-agent] Looking for ssh-agent implementation... [2026-01-07T09:17:46.205Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-01-07T09:17:46.199Z] $ docker exec e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 ssh-agent [2026-01-07T09:17:46.308Z] SSH_AUTH_SOCK=/tmp/ssh-i5XizHeRDqLb/agent.32 [2026-01-07T09:17:46.308Z] SSH_AGENT_PID=38 [2026-01-07T09:17:46.312Z] Running ssh-add (command line suppressed) [2026-01-07T09:17:46.406Z] Identity added: /w/workspace/edgex-go/946@tmp/private_key_4472643588773734795.key (/w/workspace/edgex-go/946@tmp/private_key_4472643588773734795.key) [2026-01-07T09:17:46.425Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-01-07T09:17:46.716Z] + git semver tag [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:46,980 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:46,983 [run_tag] DEBUG tag force:False [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:46,983 [check_head_tag] DEBUG check head tag [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:46,985 [execute] INFO git cat-file --batch-check [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:46,985 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/946, stdin=, shell=False, universal_newlines=False) [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:46,987 [execute] INFO git cat-file --batch [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:46,987 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/946, stdin=, shell=False, universal_newlines=False) [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:47,014 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:47,014 [execute] INFO git tag -a v4.1.0-dev.91 -m v4.1.0-dev.91 [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:47,014 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.91', '-m', 'v4.1.0-dev.91'], cwd=/w/workspace/edgex-go/946, stdin=None, shell=False, universal_newlines=False) [2026-01-07T09:17:47.283Z] 2026-01-07 09:17:47,017 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T09:17:47.283Z] 4.1.0-dev.91 [Pipeline] } [2026-01-07T09:17:47.283Z] $ docker exec --env ******** --env ******** e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 ssh-agent -k [2026-01-07T09:17:47.387Z] unset SSH_AUTH_SOCK; [2026-01-07T09:17:47.387Z] unset SSH_AGENT_PID; [2026-01-07T09:17:47.387Z] echo Agent pid 38 killed; [2026-01-07T09:17:47.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-01-07T09:17:47.727Z] + git semver [Pipeline] } [2026-01-07T09:17:47.987Z] $ docker stop --time=1 e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 [2026-01-07T09:17:49.254Z] $ docker rm -f --volumes e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:17:49.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-01-07T09:17:49.651Z] [2026-01-07T09:17:49.651Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:17:49.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-01-07T09:17:49.948Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-01-07T09:17:49.948Z] ab5ef0e58194: Pulling fs layer [2026-01-07T09:17:49.948Z] 9712f1f96733: Pulling fs layer [2026-01-07T09:17:49.948Z] 63f879dbbcfc: Pulling fs layer [2026-01-07T09:17:49.948Z] 0d9ebad4ef96: Pulling fs layer [2026-01-07T09:17:49.948Z] e9a5061849ea: Pulling fs layer [2026-01-07T09:17:49.948Z] d747dcd14b5f: Pulling fs layer [2026-01-07T09:17:49.948Z] 2de7ff778b66: Pulling fs layer [2026-01-07T09:17:49.948Z] e9a5061849ea: Waiting [2026-01-07T09:17:49.948Z] d747dcd14b5f: Waiting [2026-01-07T09:17:49.948Z] 2de7ff778b66: Waiting [2026-01-07T09:17:49.948Z] 0d9ebad4ef96: Waiting [2026-01-07T09:17:49.948Z] 9712f1f96733: Verifying Checksum [2026-01-07T09:17:49.948Z] 9712f1f96733: Download complete [2026-01-07T09:17:50.207Z] 63f879dbbcfc: Verifying Checksum [2026-01-07T09:17:50.207Z] 63f879dbbcfc: Download complete [2026-01-07T09:17:50.466Z] e9a5061849ea: Verifying Checksum [2026-01-07T09:17:50.466Z] e9a5061849ea: Download complete [2026-01-07T09:17:50.466Z] d747dcd14b5f: Verifying Checksum [2026-01-07T09:17:50.466Z] d747dcd14b5f: Download complete [2026-01-07T09:17:50.466Z] 2de7ff778b66: Verifying Checksum [2026-01-07T09:17:50.466Z] 2de7ff778b66: Download complete [2026-01-07T09:17:50.725Z] 0d9ebad4ef96: Verifying Checksum [2026-01-07T09:17:50.725Z] 0d9ebad4ef96: Download complete [2026-01-07T09:17:50.725Z] ab5ef0e58194: Download complete [2026-01-07T09:17:54.911Z] ab5ef0e58194: Pull complete [2026-01-07T09:17:54.911Z] 9712f1f96733: Pull complete [2026-01-07T09:17:55.845Z] 63f879dbbcfc: Pull complete [2026-01-07T09:18:02.401Z] 0d9ebad4ef96: Pull complete [2026-01-07T09:18:02.401Z] e9a5061849ea: Pull complete [2026-01-07T09:18:02.401Z] d747dcd14b5f: Pull complete [2026-01-07T09:18:04.303Z] 2de7ff778b66: Pull complete [2026-01-07T09:18:04.303Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-01-07T09:18:04.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-01-07T09:18:04.303Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T09:18:04.396Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T09:18:04.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 [2026-01-07T09:18:05.936Z] $ docker top b6869be02eab9eaafb8bf03662dfb73eddc2b1443e5202f15b8d0f07125dc25c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-01-07T09:18:06.016Z] provisioning config files... [2026-01-07T09:18:06.025Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/946@tmp/config17682129711783606534tmp [2026-01-07T09:18:06.054Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/946@tmp/config10735058522787448932tmp [2026-01-07T09:18:06.070Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/946@tmp/config9759162318235097075tmp [Pipeline] { [Pipeline] echo [2026-01-07T09:18:06.128Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:18:06.438Z] ---> sigul-configuration.sh [2026-01-07T09:18:06.438Z] gpg: directory `/root/.gnupg' created [2026-01-07T09:18:06.438Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-01-07T09:18:06.438Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-01-07T09:18:06.438Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-01-07T09:18:06.438Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-01-07T09:18:06.438Z] gpg: CAST5 encrypted data [2026-01-07T09:18:06.438Z] gpg: encrypted with 1 passphrase [2026-01-07T09:18:06.438Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-01-07T09:18:06.731Z] + mkdir /home/jenkins [2026-01-07T09:18:06.731Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-01-07T09:18:07.024Z] + 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 [2026-01-07T09:18:07.037Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:18:07.325Z] ---> sigul-install.sh [2026-01-07T09:18:07.325Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-01-07T09:18:07.618Z] + git tag --list [2026-01-07T09:18:07.618Z] 0.6.0 [2026-01-07T09:18:07.618Z] 0.6.1 [2026-01-07T09:18:07.618Z] 0.7.0 [2026-01-07T09:18:07.618Z] 0.7.1 [2026-01-07T09:18:07.618Z] v1.0.0 [2026-01-07T09:18:07.618Z] v1.0.1 [2026-01-07T09:18:07.618Z] v1.1.0 [2026-01-07T09:18:07.618Z] v1.2.0 [2026-01-07T09:18:07.618Z] v1.2.1 [2026-01-07T09:18:07.618Z] v1.3.0 [2026-01-07T09:18:07.618Z] v1.3.1 [2026-01-07T09:18:07.618Z] v2.0.0 [2026-01-07T09:18:07.618Z] v2.1.0 [2026-01-07T09:18:07.618Z] v2.1.1 [2026-01-07T09:18:07.618Z] v2.2.0 [2026-01-07T09:18:07.618Z] v2.3.0 [2026-01-07T09:18:07.618Z] v3.0 [2026-01-07T09:18:07.618Z] v3.0.0 [2026-01-07T09:18:07.618Z] v3.1 [2026-01-07T09:18:07.618Z] v3.1.0 [2026-01-07T09:18:07.618Z] v3.1.1 [2026-01-07T09:18:07.618Z] v4.0 [2026-01-07T09:18:07.618Z] v4.0.0 [2026-01-07T09:18:07.618Z] v4.0.1 [2026-01-07T09:18:07.618Z] v4.0.1-dev.1 [2026-01-07T09:18:07.618Z] v4.0.1-dev.2 [2026-01-07T09:18:07.618Z] v4.0.2-dev.1 [2026-01-07T09:18:07.618Z] v4.1.0-dev.1 [2026-01-07T09:18:07.618Z] v4.1.0-dev.10 [2026-01-07T09:18:07.618Z] v4.1.0-dev.11 [2026-01-07T09:18:07.618Z] v4.1.0-dev.12 [2026-01-07T09:18:07.618Z] v4.1.0-dev.13 [2026-01-07T09:18:07.618Z] v4.1.0-dev.14 [2026-01-07T09:18:07.618Z] v4.1.0-dev.15 [2026-01-07T09:18:07.618Z] v4.1.0-dev.16 [2026-01-07T09:18:07.618Z] v4.1.0-dev.17 [2026-01-07T09:18:07.618Z] v4.1.0-dev.18 [2026-01-07T09:18:07.618Z] v4.1.0-dev.19 [2026-01-07T09:18:07.618Z] v4.1.0-dev.2 [2026-01-07T09:18:07.618Z] v4.1.0-dev.20 [2026-01-07T09:18:07.618Z] v4.1.0-dev.21 [2026-01-07T09:18:07.618Z] v4.1.0-dev.22 [2026-01-07T09:18:07.618Z] v4.1.0-dev.23 [2026-01-07T09:18:07.618Z] v4.1.0-dev.24 [2026-01-07T09:18:07.618Z] v4.1.0-dev.25 [2026-01-07T09:18:07.618Z] v4.1.0-dev.26 [2026-01-07T09:18:07.618Z] v4.1.0-dev.27 [2026-01-07T09:18:07.618Z] v4.1.0-dev.28 [2026-01-07T09:18:07.618Z] v4.1.0-dev.29 [2026-01-07T09:18:07.618Z] v4.1.0-dev.3 [2026-01-07T09:18:07.618Z] v4.1.0-dev.30 [2026-01-07T09:18:07.618Z] v4.1.0-dev.31 [2026-01-07T09:18:07.618Z] v4.1.0-dev.32 [2026-01-07T09:18:07.618Z] v4.1.0-dev.33 [2026-01-07T09:18:07.618Z] v4.1.0-dev.34 [2026-01-07T09:18:07.618Z] v4.1.0-dev.35 [2026-01-07T09:18:07.618Z] v4.1.0-dev.36 [2026-01-07T09:18:07.618Z] v4.1.0-dev.37 [2026-01-07T09:18:07.618Z] v4.1.0-dev.38 [2026-01-07T09:18:07.618Z] v4.1.0-dev.39 [2026-01-07T09:18:07.618Z] v4.1.0-dev.4 [2026-01-07T09:18:07.618Z] v4.1.0-dev.40 [2026-01-07T09:18:07.618Z] v4.1.0-dev.41 [2026-01-07T09:18:07.618Z] v4.1.0-dev.42 [2026-01-07T09:18:07.618Z] v4.1.0-dev.43 [2026-01-07T09:18:07.618Z] v4.1.0-dev.44 [2026-01-07T09:18:07.618Z] v4.1.0-dev.45 [2026-01-07T09:18:07.618Z] v4.1.0-dev.46 [2026-01-07T09:18:07.618Z] v4.1.0-dev.47 [2026-01-07T09:18:07.618Z] v4.1.0-dev.48 [2026-01-07T09:18:07.618Z] v4.1.0-dev.49 [2026-01-07T09:18:07.618Z] v4.1.0-dev.5 [2026-01-07T09:18:07.618Z] v4.1.0-dev.50 [2026-01-07T09:18:07.618Z] v4.1.0-dev.51 [2026-01-07T09:18:07.618Z] v4.1.0-dev.52 [2026-01-07T09:18:07.618Z] v4.1.0-dev.53 [2026-01-07T09:18:07.618Z] v4.1.0-dev.54 [2026-01-07T09:18:07.618Z] v4.1.0-dev.55 [2026-01-07T09:18:07.618Z] v4.1.0-dev.56 [2026-01-07T09:18:07.618Z] v4.1.0-dev.57 [2026-01-07T09:18:07.618Z] v4.1.0-dev.58 [2026-01-07T09:18:07.618Z] v4.1.0-dev.59 [2026-01-07T09:18:07.618Z] v4.1.0-dev.6 [2026-01-07T09:18:07.618Z] v4.1.0-dev.60 [2026-01-07T09:18:07.618Z] v4.1.0-dev.61 [2026-01-07T09:18:07.618Z] v4.1.0-dev.62 [2026-01-07T09:18:07.618Z] v4.1.0-dev.63 [2026-01-07T09:18:07.618Z] v4.1.0-dev.64 [2026-01-07T09:18:07.618Z] v4.1.0-dev.65 [2026-01-07T09:18:07.618Z] v4.1.0-dev.66 [2026-01-07T09:18:07.618Z] v4.1.0-dev.67 [2026-01-07T09:18:07.618Z] v4.1.0-dev.68 [2026-01-07T09:18:07.618Z] v4.1.0-dev.69 [2026-01-07T09:18:07.618Z] v4.1.0-dev.7 [2026-01-07T09:18:07.618Z] v4.1.0-dev.70 [2026-01-07T09:18:07.618Z] v4.1.0-dev.71 [2026-01-07T09:18:07.618Z] v4.1.0-dev.72 [2026-01-07T09:18:07.618Z] v4.1.0-dev.73 [2026-01-07T09:18:07.618Z] v4.1.0-dev.74 [2026-01-07T09:18:07.618Z] v4.1.0-dev.75 [2026-01-07T09:18:07.618Z] v4.1.0-dev.76 [2026-01-07T09:18:07.618Z] v4.1.0-dev.77 [2026-01-07T09:18:07.618Z] v4.1.0-dev.78 [2026-01-07T09:18:07.618Z] v4.1.0-dev.79 [2026-01-07T09:18:07.618Z] v4.1.0-dev.8 [2026-01-07T09:18:07.618Z] v4.1.0-dev.80 [2026-01-07T09:18:07.618Z] v4.1.0-dev.81 [2026-01-07T09:18:07.618Z] v4.1.0-dev.82 [2026-01-07T09:18:07.618Z] v4.1.0-dev.83 [2026-01-07T09:18:07.618Z] v4.1.0-dev.84 [2026-01-07T09:18:07.618Z] v4.1.0-dev.85 [2026-01-07T09:18:07.618Z] v4.1.0-dev.86 [2026-01-07T09:18:07.618Z] v4.1.0-dev.87 [2026-01-07T09:18:07.618Z] v4.1.0-dev.88 [2026-01-07T09:18:07.618Z] v4.1.0-dev.89 [2026-01-07T09:18:07.618Z] v4.1.0-dev.9 [2026-01-07T09:18:07.618Z] v4.1.0-dev.90 [2026-01-07T09:18:07.618Z] v4.1.0-dev.91 [Pipeline] sh [2026-01-07T09:18:07.910Z] + lftools sign git-tag v4.1.0-dev.91 [2026-01-07T09:18:08.478Z] Signing Git tag with Sigul... [2026-01-07T09:18:08.478Z] Signing v4.1.0-dev.91 [2026-01-07T09:19:59.942Z] ERROR: I/O error: NSPR connection reset [Pipeline] echo [2026-01-07T09:19:59.990Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:00.303Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-01-07T09:20:00.308Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-01-07T09:20:00.315Z] $ docker stop --time=1 b6869be02eab9eaafb8bf03662dfb73eddc2b1443e5202f15b8d0f07125dc25c [2026-01-07T09:20:01.602Z] $ docker rm -f --volumes b6869be02eab9eaafb8bf03662dfb73eddc2b1443e5202f15b8d0f07125dc25c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-01-07T09:20:02.022Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-01-07T09:20:02.022Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:20:02.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-01-07T09:20:02.319Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T09:20:02.392Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T09:20:02.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 [2026-01-07T09:20:02.656Z] $ docker top 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 -eo pid,comm [2026-01-07T09:20:02.708Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-01-07T09:20:02.708Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-01-07T09:20:02.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-01-07T09:20:02.758Z] [ssh-agent] Looking for ssh-agent implementation... [2026-01-07T09:20:02.879Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-01-07T09:20:02.872Z] $ docker exec 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 ssh-agent [2026-01-07T09:20:02.987Z] SSH_AUTH_SOCK=/tmp/ssh-xsIgEWX8tAH8/agent.32 [2026-01-07T09:20:02.987Z] SSH_AGENT_PID=38 [2026-01-07T09:20:02.993Z] Running ssh-add (command line suppressed) [2026-01-07T09:20:03.087Z] Identity added: /w/workspace/edgex-go/946@tmp/private_key_7146834915775192581.key (/w/workspace/edgex-go/946@tmp/private_key_7146834915775192581.key) [2026-01-07T09:20:03.111Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-01-07T09:20:03.407Z] + git semver bump pre [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,624 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,627 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,627 [bump_version] DEBUG bumping version:4.1.0-dev.91 on axis:pre with prefix:dev [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,627 [bump_version] DEBUG bumped version:4.1.0-dev.92 [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,627 [write_version] DEBUG write version:4.1.0-dev.92 to path:/w/workspace/edgex-go/946/.semver/main with force:True [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,628 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,628 [write_file] DEBUG write to file:/w/workspace/edgex-go/946/.semver/main [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,631 [execute] INFO git cat-file --batch-check [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,631 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/946/.semver, stdin=, shell=False, universal_newlines=False) [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,635 [execute] INFO git cat-file --batch [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,635 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/946/.semver, stdin=, shell=False, universal_newlines=False) [2026-01-07T09:20:03.666Z] 2026-01-07 09:20:03,638 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T09:20:03.666Z] 4.1.0-dev.92 [Pipeline] } [2026-01-07T09:20:03.924Z] $ docker exec --env ******** --env ******** 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 ssh-agent -k [2026-01-07T09:20:04.032Z] unset SSH_AUTH_SOCK; [2026-01-07T09:20:04.033Z] unset SSH_AGENT_PID; [2026-01-07T09:20:04.033Z] echo Agent pid 38 killed; [2026-01-07T09:20:04.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-01-07T09:20:04.376Z] + git semver [Pipeline] } [2026-01-07T09:20:04.637Z] $ docker stop --time=1 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 [2026-01-07T09:20:05.915Z] $ docker rm -f --volumes 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 [Pipeline] // withDockerContainer [Pipeline] sh [2026-01-07T09:20:06.280Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-01-07T09:20:06.280Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:20:06.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-01-07T09:20:06.580Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T09:20:06.651Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T09:20:06.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 [2026-01-07T09:20:06.918Z] $ docker top b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 -eo pid,comm [2026-01-07T09:20:06.975Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-01-07T09:20:06.975Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-01-07T09:20:07.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-01-07T09:20:07.023Z] [ssh-agent] Looking for ssh-agent implementation... [2026-01-07T09:20:07.126Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-01-07T09:20:07.120Z] $ docker exec b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 ssh-agent [2026-01-07T09:20:07.235Z] SSH_AUTH_SOCK=/tmp/ssh-7uFVFePPAmiw/agent.32 [2026-01-07T09:20:07.235Z] SSH_AGENT_PID=38 [2026-01-07T09:20:07.240Z] Running ssh-add (command line suppressed) [2026-01-07T09:20:07.346Z] Identity added: /w/workspace/edgex-go/946@tmp/private_key_13555896140913231802.key (/w/workspace/edgex-go/946@tmp/private_key_13555896140913231802.key) [2026-01-07T09:20:07.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-01-07T09:20:07.655Z] + git semver push [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,877 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,881 [run_push] DEBUG push [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,882 [execute] INFO git cat-file --batch-check [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,882 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/946/.semver, stdin=, shell=False, universal_newlines=False) [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,884 [execute] INFO git rev-list 34869f4407640749c8a13cfb24d784f84f78de44 -- [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,884 [execute] DEBUG Popen(['git', 'rev-list', '34869f4407640749c8a13cfb24d784f84f78de44', '--'], cwd=/w/workspace/edgex-go/946/.semver, stdin=None, shell=False, universal_newlines=False) [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,903 [execute] INFO git fetch -v -- origin [2026-01-07T09:20:07.913Z] 2026-01-07 09:20:07,903 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/946/.semver, stdin=None, shell=False, universal_newlines=True) [2026-01-07T09:20:08.852Z] 2026-01-07 09:20:08,571 [run_push] DEBUG no remote changes detected [2026-01-07T09:20:08.852Z] 2026-01-07 09:20:08,571 [execute] INFO git push origin semver [2026-01-07T09:20:08.852Z] 2026-01-07 09:20:08,572 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/946/.semver, stdin=None, shell=False, universal_newlines=False) [2026-01-07T09:20:09.801Z] 2026-01-07 09:20:09,497 [run_push] DEBUG push all version tags [2026-01-07T09:20:09.801Z] 2026-01-07 09:20:09,498 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-01-07T09:20:09.801Z] 2026-01-07 09:20:09,498 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/946, stdin=None, shell=False, universal_newlines=False) [2026-01-07T09:20:10.368Z] 2026-01-07 09:20:10,335 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main [2026-01-07T09:20:10.368Z] 4.1.0-dev.92 [Pipeline] } [2026-01-07T09:20:10.631Z] $ docker exec --env ******** --env ******** b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 ssh-agent -k [2026-01-07T09:20:10.738Z] unset SSH_AUTH_SOCK; [2026-01-07T09:20:10.738Z] unset SSH_AGENT_PID; [2026-01-07T09:20:10.738Z] echo Agent pid 38 killed; [2026-01-07T09:20:10.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-01-07T09:20:11.085Z] + git semver [Pipeline] } [2026-01-07T09:20:11.658Z] $ docker stop --time=1 b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 [2026-01-07T09:20:12.927Z] $ docker rm -f --volumes b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 [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 [2026-01-07T09:20:13.454Z] + [ -d /w/workspace/edgex-go/946/archives ] [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:13.746Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:14.600Z] ---> package-listing.sh [2026-01-07T09:20:14.600Z] ++ facter osfamily [2026-01-07T09:20:14.600Z] ++ tr '[:upper:]' '[:lower:]' [2026-01-07T09:20:14.859Z] + OS_FAMILY=debian [2026-01-07T09:20:14.859Z] + workspace=/w/workspace/edgex-go/946 [2026-01-07T09:20:14.859Z] + START_PACKAGES=/tmp/packages_start.txt [2026-01-07T09:20:14.859Z] + END_PACKAGES=/tmp/packages_end.txt [2026-01-07T09:20:14.859Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-01-07T09:20:14.859Z] + PACKAGES=/tmp/packages_start.txt [2026-01-07T09:20:14.859Z] + '[' /w/workspace/edgex-go/946 ']' [2026-01-07T09:20:14.859Z] + PACKAGES=/tmp/packages_end.txt [2026-01-07T09:20:14.859Z] + case "${OS_FAMILY}" in [2026-01-07T09:20:14.859Z] + dpkg -l [2026-01-07T09:20:14.859Z] + grep '^ii' [2026-01-07T09:20:14.859Z] + '[' -f /tmp/packages_start.txt ']' [2026-01-07T09:20:14.859Z] + '[' -f /tmp/packages_end.txt ']' [2026-01-07T09:20:14.859Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-01-07T09:20:14.859Z] + '[' /w/workspace/edgex-go/946 ']' [2026-01-07T09:20:14.859Z] + mkdir -p /w/workspace/edgex-go/946/archives/ [2026-01-07T09:20:14.859Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/946/archives/ [Pipeline] echo [2026-01-07T09:20:14.869Z] 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/946/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-01-07T09:20:15.147Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:20:15.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-01-07T09:20:15.709Z] [2026-01-07T09:20:15.709Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-01-07T09:20:16.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-01-07T09:20:16.004Z] latest: Pulling from edgex-lftools-log-publisher [2026-01-07T09:20:16.004Z] 5eb5b503b376: Pulling fs layer [2026-01-07T09:20:16.004Z] 5c69ac0246d0: Pulling fs layer [2026-01-07T09:20:16.004Z] ec43610c2a17: Pulling fs layer [2026-01-07T09:20:16.004Z] 3a2ae6a8a46f: Pulling fs layer [2026-01-07T09:20:16.004Z] 33b1e0a273af: Pulling fs layer [2026-01-07T09:20:16.004Z] 5d3b04190fa2: Pulling fs layer [2026-01-07T09:20:16.004Z] 2f39f015ded8: Pulling fs layer [2026-01-07T09:20:16.004Z] 5d3b04190fa2: Waiting [2026-01-07T09:20:16.004Z] 2f39f015ded8: Waiting [2026-01-07T09:20:16.004Z] 3a2ae6a8a46f: Waiting [2026-01-07T09:20:16.004Z] 33b1e0a273af: Waiting [2026-01-07T09:20:16.004Z] 5c69ac0246d0: Verifying Checksum [2026-01-07T09:20:16.004Z] 5c69ac0246d0: Download complete [2026-01-07T09:20:16.004Z] 3a2ae6a8a46f: Verifying Checksum [2026-01-07T09:20:16.004Z] 3a2ae6a8a46f: Download complete [2026-01-07T09:20:16.004Z] 33b1e0a273af: Verifying Checksum [2026-01-07T09:20:16.004Z] 33b1e0a273af: Download complete [2026-01-07T09:20:16.004Z] 5d3b04190fa2: Verifying Checksum [2026-01-07T09:20:16.004Z] 5d3b04190fa2: Download complete [2026-01-07T09:20:16.004Z] ec43610c2a17: Verifying Checksum [2026-01-07T09:20:16.004Z] ec43610c2a17: Download complete [2026-01-07T09:20:16.262Z] 5eb5b503b376: Verifying Checksum [2026-01-07T09:20:16.262Z] 5eb5b503b376: Download complete [2026-01-07T09:20:16.827Z] 2f39f015ded8: Verifying Checksum [2026-01-07T09:20:16.827Z] 2f39f015ded8: Download complete [2026-01-07T09:20:17.763Z] 5eb5b503b376: Pull complete [2026-01-07T09:20:18.020Z] 5c69ac0246d0: Pull complete [2026-01-07T09:20:18.585Z] ec43610c2a17: Pull complete [2026-01-07T09:20:18.585Z] 3a2ae6a8a46f: Pull complete [2026-01-07T09:20:18.843Z] 33b1e0a273af: Pull complete [2026-01-07T09:20:18.843Z] 5d3b04190fa2: Pull complete [2026-01-07T09:20:25.403Z] 2f39f015ded8: Pull complete [2026-01-07T09:20:25.403Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-01-07T09:20:25.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-01-07T09:20:25.403Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-01-07T09:20:25.494Z] prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container [2026-01-07T09:20:25.507Z] $ 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/946/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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-01-07T09:20:26.900Z] $ docker top 6ceb4882e16693386e2775eec61bc72b2155b100cf316adc55553310a173e306 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-01-07T09:20:27.245Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-01-07T09:20:27.527Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-01-07T09:20:27.809Z] + ls /var/log/sa-host [2026-01-07T09:20:27.809Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-01-07T09:20:27.839Z] provisioning config files... [2026-01-07T09:20:27.845Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/946@tmp/config4863898160935971124tmp [Pipeline] { [Pipeline] echo [2026-01-07T09:20:27.861Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:28.140Z] ---> create-netrc.sh [Pipeline] } [2026-01-07T09:20:28.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:28.449Z] ---> python-tools-install.sh [Pipeline] echo [2026-01-07T09:20:28.457Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:28.739Z] ---> sudo-logs.sh [2026-01-07T09:20:28.739Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-01-07T09:20:28.766Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:29.045Z] ---> job-cost.sh [2026-01-07T09:20:29.045Z] lf-activate-venv: SKIPPING [2026-01-07T09:20:29.045Z] DEBUG: total: 0.10999999940395355 [2026-01-07T09:20:29.045Z] INFO: Retrieving Stack Cost... [2026-01-07T09:20:29.613Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-01-07T09:20:29.872Z] INFO: Archiving Costs [Pipeline] echo [2026-01-07T09:20:29.882Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-01-07T09:20:30.160Z] ---> logs-deploy.sh [2026-01-07T09:20:30.160Z] lf-activate-venv: SKIPPING [2026-01-07T09:20:30.160Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/946 [2026-01-07T09:20:30.160Z] INFO: archiving workspace using pattern(s): [2026-01-07T09:20:31.097Z] Archives upload complete. [2026-01-07T09:20:31.356Z] INFO: archiving logs to Nexus