Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0b9257bfadd9540d332369017bf0fd58966cb79d 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-ssh18128076294928280534.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-ssh14343752383219349547.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-ssh17336519932471270174.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-ssh6935719276321017213.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-ssh4026318600847674236.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2859 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/955 [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/955 # 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 0b9257bfadd9540d332369017bf0fd58966cb79d (main) Commit message: "Merge pull request #5375 from weichou1229/issue-5374" > 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 0b9257bfadd9540d332369017bf0fd58966cb79d # timeout=10 > git rev-list --no-walk d9bb12f601bc45e6344e550d53980b021e5d05e0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-03-02T09:35:06.251Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-03-02T09:35:06.325Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-03-02T09:35:06.345Z] ========================================================= [2026-03-02T09:35:06.345Z] EdgeX Global Pipelines Version Info [2026-03-02T09:35:06.345Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:35:07.429Z] ------------------- [2026-03-02T09:35:07.430Z] stable info: [2026-03-02T09:35:07.430Z] ------------------- [2026-03-02T09:35:07.430Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-03-02T09:35:07.430Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2026-03-02T09:35:07.430Z] Message: update stable to v1.0.278 [2026-03-02T09:35:07.999Z] ------------------- [2026-03-02T09:35:07.999Z] experimental info: [2026-03-02T09:35:07.999Z] ------------------- [2026-03-02T09:35:07.999Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-03-02T09:35:07.999Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2026-03-02T09:35:07.999Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-03-02T09:35:08.083Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2026-03-02T09:35:08.104Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2026-03-02T09:35:08.122Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-03-02T09:35:08.143Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-03-02T09:35:08.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-03-02T09:35:08.185Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-03-02T09:35:08.203Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-03-02T09:35:08.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2026-03-02T09:35:08.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2026-03-02T09:35:08.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2026-03-02T09:35:08.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-03-02T09:35:08.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-03-02T09:35:08.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-03-02T09:35:08.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-03-02T09:35:08.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-03-02T09:35:08.378Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-03-02T09:35:08.399Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-03-02T09:35:08.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-03-02T09:35:08.441Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2026-03-02T09:35:08.460Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2026-03-02T09:35:08.480Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-03-02T09:35:08.498Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-03-02T09:35:08.513Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-03-02T09:35:08.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-03-02T09:35:08.547Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-03-02T09:35:08.565Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-03-02T09:35:08.584Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T09:35:08.603Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0b9257b [Pipeline] echo [2026-03-02T09:35:08.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T09:35:08.679Z] provisioning config files... [2026-03-02T09:35:08.695Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/955@tmp/config13730102848744557249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:35:09.031Z] ---> ****-login.sh [2026-03-02T09:35:09.031Z] nexus3.edgexfoundry.org:10001 [2026-03-02T09:35:09.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:35:09.293Z] [2026-03-02T09:35:09.293Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-02T09:35:09.293Z] Configure a credential helper to remove this warning. See [2026-03-02T09:35:09.293Z] https://docs.****.com/go/credential-store/ [2026-03-02T09:35:09.293Z] [2026-03-02T09:35:09.293Z] Login Succeeded [2026-03-02T09:35:09.293Z] nexus3.edgexfoundry.org:10002 [2026-03-02T09:35:09.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:35:09.293Z] [2026-03-02T09:35:09.293Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-02T09:35:09.293Z] Configure a credential helper to remove this warning. See [2026-03-02T09:35:09.293Z] https://docs.****.com/go/credential-store/ [2026-03-02T09:35:09.293Z] [2026-03-02T09:35:09.293Z] Login Succeeded [2026-03-02T09:35:09.293Z] nexus3.edgexfoundry.org:10003 [2026-03-02T09:35:09.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:35:09.553Z] [2026-03-02T09:35:09.553Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-02T09:35:09.553Z] Configure a credential helper to remove this warning. See [2026-03-02T09:35:09.553Z] https://docs.****.com/go/credential-store/ [2026-03-02T09:35:09.553Z] [2026-03-02T09:35:09.553Z] Login Succeeded [2026-03-02T09:35:09.553Z] nexus3.edgexfoundry.org:10004 [2026-03-02T09:35:09.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:35:09.553Z] [2026-03-02T09:35:09.553Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-02T09:35:09.553Z] Configure a credential helper to remove this warning. See [2026-03-02T09:35:09.553Z] https://docs.****.com/go/credential-store/ [2026-03-02T09:35:09.553Z] [2026-03-02T09:35:09.553Z] Login Succeeded [2026-03-02T09:35:09.553Z] ****.io [2026-03-02T09:35:09.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:35:09.812Z] [2026-03-02T09:35:09.812Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-02T09:35:09.812Z] Configure a credential helper to remove this warning. See [2026-03-02T09:35:09.812Z] https://docs.****.com/go/credential-store/ [2026-03-02T09:35:09.812Z] [2026-03-02T09:35:09.812Z] Login Succeeded [2026-03-02T09:35:09.812Z] ---> ****-login.sh ends [Pipeline] } [2026-03-02T09:35:09.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-02T09:35:10.148Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/core-command/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo core-command,cmd/core-command/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2026-03-02T09:35:10.148Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2026-03-02T09:35:10.148Z] + + cut -d/ -f2 [2026-03-02T09:35:10.148Z] dirname cmd/core-data/Dockerfile [2026-03-02T09:35:10.148Z] + echo core-data,cmd/core-data/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/core-keeper/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/core-metadata/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/security-bootstrapper/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/security-proxy-auth/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/security-proxy-setup/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/security-secretstore-setup/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/security-spire-agent/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2026-03-02T09:35:10.148Z] + + dirname cmd/security-spire-config/Dockerfile [2026-03-02T09:35:10.148Z] cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/security-spire-server/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2026-03-02T09:35:10.148Z] + + dirname cmd/support-notifications/Dockerfile [2026-03-02T09:35:10.148Z] cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2026-03-02T09:35:10.148Z] + dirname cmd/support-scheduler/Dockerfile [2026-03-02T09:35:10.148Z] + cut -d/ -f2 [2026-03-02T09:35:10.148Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2026-03-02T09:35:10.184Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2026-03-02T09:35:10.533Z] + git rev-list -1 --merges 0b9257bfadd9540d332369017bf0fd58966cb79d~1..0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T09:35:10.544Z] -----------> git rev-list -1 --merges 0b9257bfadd9540d332369017bf0fd58966cb79d~1..0b9257bfadd9540d332369017bf0fd58966cb79d 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:35:10.544Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [false] [Pipeline] sh [2026-03-02T09:35:10.830Z] + git log --format=format:%s -1 0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T09:35:10.846Z] ========================================================= [2026-03-02T09:35:10.846Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-03-02T09:35:10.846Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-03-02T09:35:11.264Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-02T09:35:11.264Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-03-02T09:35:11.264Z] + [ -e /tmp/ssh_known_hosts ] [2026-03-02T09:35:11.264Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-03-02T09:35:11.264Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-03-02T09:35:11.264Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-03-02T09:35:11.264Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:35:11.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-02T09:35:11.674Z] [2026-03-02T09:35:11.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:35:11.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-02T09:35:11.981Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-03-02T09:35:11.981Z] 3dae71ba6b94: Pulling fs layer [2026-03-02T09:35:11.981Z] 6bf1a483ea7c: Pulling fs layer [2026-03-02T09:35:11.981Z] f5dfc541a4d3: Pulling fs layer [2026-03-02T09:35:11.981Z] 461d9e800cba: Pulling fs layer [2026-03-02T09:35:11.981Z] 80192f66455f: Pulling fs layer [2026-03-02T09:35:11.981Z] 2e8e34ca0e6c: Pulling fs layer [2026-03-02T09:35:11.981Z] 461d9e800cba: Waiting [2026-03-02T09:35:11.981Z] 80192f66455f: Waiting [2026-03-02T09:35:11.981Z] a29436f7fd5d: Pulling fs layer [2026-03-02T09:35:11.981Z] 923cac83aea3: Pulling fs layer [2026-03-02T09:35:11.981Z] 25ad8b0a4227: Pulling fs layer [2026-03-02T09:35:11.981Z] db01528c6b51: Pulling fs layer [2026-03-02T09:35:11.981Z] 2e8e34ca0e6c: Waiting [2026-03-02T09:35:11.981Z] a29436f7fd5d: Waiting [2026-03-02T09:35:11.981Z] 28988de357af: Pulling fs layer [2026-03-02T09:35:11.981Z] 923cac83aea3: Waiting [2026-03-02T09:35:11.981Z] 25ad8b0a4227: Waiting [2026-03-02T09:35:11.981Z] db01528c6b51: Waiting [2026-03-02T09:35:11.981Z] 28988de357af: Waiting [2026-03-02T09:35:11.981Z] 6bf1a483ea7c: Verifying Checksum [2026-03-02T09:35:11.981Z] 6bf1a483ea7c: Download complete [2026-03-02T09:35:11.981Z] 461d9e800cba: Verifying Checksum [2026-03-02T09:35:11.981Z] 461d9e800cba: Download complete [2026-03-02T09:35:11.981Z] 80192f66455f: Download complete [2026-03-02T09:35:12.240Z] f5dfc541a4d3: Verifying Checksum [2026-03-02T09:35:12.240Z] f5dfc541a4d3: Download complete [2026-03-02T09:35:12.240Z] 3dae71ba6b94: Download complete [2026-03-02T09:35:12.240Z] 923cac83aea3: Verifying Checksum [2026-03-02T09:35:12.240Z] 923cac83aea3: Download complete [2026-03-02T09:35:12.240Z] 25ad8b0a4227: Verifying Checksum [2026-03-02T09:35:12.240Z] 25ad8b0a4227: Download complete [2026-03-02T09:35:12.500Z] db01528c6b51: Verifying Checksum [2026-03-02T09:35:12.500Z] db01528c6b51: Download complete [2026-03-02T09:35:12.500Z] 28988de357af: Verifying Checksum [2026-03-02T09:35:12.500Z] 28988de357af: Download complete [2026-03-02T09:35:12.500Z] a29436f7fd5d: Verifying Checksum [2026-03-02T09:35:12.500Z] a29436f7fd5d: Download complete [2026-03-02T09:35:12.759Z] 2e8e34ca0e6c: Verifying Checksum [2026-03-02T09:35:12.759Z] 2e8e34ca0e6c: Download complete [2026-03-02T09:35:13.696Z] 3dae71ba6b94: Pull complete [2026-03-02T09:35:13.954Z] 6bf1a483ea7c: Pull complete [2026-03-02T09:35:14.522Z] f5dfc541a4d3: Pull complete [2026-03-02T09:35:14.522Z] 461d9e800cba: Pull complete [2026-03-02T09:35:14.522Z] 80192f66455f: Pull complete [2026-03-02T09:35:18.713Z] 2e8e34ca0e6c: Pull complete [2026-03-02T09:35:18.973Z] a29436f7fd5d: Pull complete [2026-03-02T09:35:18.973Z] 923cac83aea3: Pull complete [2026-03-02T09:35:19.232Z] 25ad8b0a4227: Pull complete [2026-03-02T09:35:19.232Z] db01528c6b51: Pull complete [2026-03-02T09:35:19.232Z] 28988de357af: Pull complete [2026-03-02T09:35:19.232Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-03-02T09:35:19.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-02T09:35:19.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T09:35:19.364Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T09:35:19.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-03-02T09:35:20.835Z] $ docker top 98daf4be6b71861eb3f2dfadbb9f4d45ee11da8ba6b331aed93682c0ab8d0972 -eo pid,comm [2026-03-02T09:35:20.875Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-03-02T09:35:20.875Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-02T09:35:20.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-02T09:35:20.918Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-02T09:35:21.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-02T09:35:21.035Z] $ docker exec 98daf4be6b71861eb3f2dfadbb9f4d45ee11da8ba6b331aed93682c0ab8d0972 ssh-agent [2026-03-02T09:35:21.132Z] SSH_AUTH_SOCK=/tmp/ssh-RWQMcM2qnfOn/agent.31 [2026-03-02T09:35:21.132Z] SSH_AGENT_PID=37 [2026-03-02T09:35:21.139Z] Running ssh-add (command line suppressed) [2026-03-02T09:35:21.228Z] Identity added: /w/workspace/edgex-go/955@tmp/private_key_9615503550011173572.key (/w/workspace/edgex-go/955@tmp/private_key_9615503550011173572.key) [2026-03-02T09:35:21.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-02T09:35:21.528Z] + git config --global --add safe.directory /w/workspace/edgex-go/955 [Pipeline] sh [2026-03-02T09:35:21.813Z] + git tag --points-at HEAD [Pipeline] } [2026-03-02T09:35:21.824Z] $ docker exec --env ******** --env ******** 98daf4be6b71861eb3f2dfadbb9f4d45ee11da8ba6b331aed93682c0ab8d0972 ssh-agent -k [2026-03-02T09:35:21.925Z] unset SSH_AUTH_SOCK; [2026-03-02T09:35:21.925Z] unset SSH_AGENT_PID; [2026-03-02T09:35:21.925Z] echo Agent pid 37 killed; [2026-03-02T09:35:21.935Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-03-02T09:35:21.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-02T09:35:21.970Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-02T09:35:22.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-02T09:35:22.080Z] $ docker exec 98daf4be6b71861eb3f2dfadbb9f4d45ee11da8ba6b331aed93682c0ab8d0972 ssh-agent [2026-03-02T09:35:22.174Z] SSH_AUTH_SOCK=/tmp/ssh-dgeDq5PF313O/agent.84 [2026-03-02T09:35:22.174Z] SSH_AGENT_PID=90 [2026-03-02T09:35:22.179Z] Running ssh-add (command line suppressed) [2026-03-02T09:35:22.276Z] Identity added: /w/workspace/edgex-go/955@tmp/private_key_3266021429061971033.key (/w/workspace/edgex-go/955@tmp/private_key_3266021429061971033.key) [2026-03-02T09:35:22.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-02T09:35:22.577Z] + git semver init [2026-03-02T09:35:22.836Z] 2026-03-02 09:35:22,775 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-02T09:35:22.836Z] 2026-03-02 09:35:22,778 [run_init] DEBUG init version:0.0.0 force:False [2026-03-02T09:35:22.836Z] 2026-03-02 09:35:22,779 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/955/.semver [2026-03-02T09:35:22.836Z] 2026-03-02 09:35:22,780 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/955/.semver [2026-03-02T09:35:22.836Z] 2026-03-02 09:35:22,780 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/955/.semver'], cwd=/w/workspace/edgex-go/955, stdin=None, shell=False, universal_newlines=False) [2026-03-02T09:35:28.110Z] 2026-03-02 09:35:27,390 [append_file] DEBUG append to file:/w/workspace/edgex-go/955/.git/info/exclude [2026-03-02T09:35:28.110Z] 2026-03-02 09:35:27,391 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/955/.semver/main with force:False [2026-03-02T09:35:28.110Z] 2026-03-02 09:35:27,391 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T09:35:28.110Z] 2026-03-02 09:35:27,391 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T09:35:28.110Z] 4.1.0-dev.100 [Pipeline] } [2026-03-02T09:35:28.120Z] $ docker exec --env ******** --env ******** 98daf4be6b71861eb3f2dfadbb9f4d45ee11da8ba6b331aed93682c0ab8d0972 ssh-agent -k [2026-03-02T09:35:28.220Z] unset SSH_AUTH_SOCK; [2026-03-02T09:35:28.220Z] unset SSH_AGENT_PID; [2026-03-02T09:35:28.220Z] echo Agent pid 90 killed; [2026-03-02T09:35:28.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-02T09:35:28.554Z] + git semver [Pipeline] } [2026-03-02T09:35:28.826Z] $ docker stop --time=1 98daf4be6b71861eb3f2dfadbb9f4d45ee11da8ba6b331aed93682c0ab8d0972 [2026-03-02T09:35:30.095Z] $ docker rm -f --volumes 98daf4be6b71861eb3f2dfadbb9f4d45ee11da8ba6b331aed93682c0ab8d0972 [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-02T09:35:30.433Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-03-02T09:35:30.694Z] Stashed 1 file(s) [Pipeline] echo [2026-03-02T09:35:30.696Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.100 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-03-02T09:35:31.142Z] + git config --global --add safe.directory /w/workspace/edgex-go/955 [Pipeline] echo [2026-03-02T09:35:31.154Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-02T09:35:31.170Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-02T09:35:31.185Z] ========================================================= [2026-03-02T09:35:31.186Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-03-02T09:35:31.186Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-03-02T09:35:31.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-02T09:35:31.475Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-03-02T09:35:31.475Z] 2d35ebdb57d9: Pulling fs layer [2026-03-02T09:35:31.475Z] c35fb4624d26: Pulling fs layer [2026-03-02T09:35:31.475Z] 4e2aec7ef170: Pulling fs layer [2026-03-02T09:35:31.475Z] 333b49ad6fbf: Pulling fs layer [2026-03-02T09:35:31.475Z] 4f4fb700ef54: Pulling fs layer [2026-03-02T09:35:31.475Z] c3e65509a76b: Pulling fs layer [2026-03-02T09:35:31.475Z] 7cf9ebb963bd: Pulling fs layer [2026-03-02T09:35:31.475Z] bb34ca984cfb: Pulling fs layer [2026-03-02T09:35:31.475Z] 151cf03bc807: Pulling fs layer [2026-03-02T09:35:31.475Z] 333b49ad6fbf: Waiting [2026-03-02T09:35:31.475Z] 7cf9ebb963bd: Waiting [2026-03-02T09:35:31.475Z] 4f4fb700ef54: Waiting [2026-03-02T09:35:31.475Z] c3e65509a76b: Waiting [2026-03-02T09:35:31.475Z] bb34ca984cfb: Waiting [2026-03-02T09:35:31.475Z] c35fb4624d26: Verifying Checksum [2026-03-02T09:35:31.475Z] c35fb4624d26: Download complete [2026-03-02T09:35:31.475Z] 333b49ad6fbf: Verifying Checksum [2026-03-02T09:35:31.475Z] 333b49ad6fbf: Download complete [2026-03-02T09:35:31.475Z] 4f4fb700ef54: Download complete [2026-03-02T09:35:31.475Z] 2d35ebdb57d9: Verifying Checksum [2026-03-02T09:35:31.475Z] 2d35ebdb57d9: Download complete [2026-03-02T09:35:31.475Z] c3e65509a76b: Verifying Checksum [2026-03-02T09:35:31.475Z] c3e65509a76b: Download complete [2026-03-02T09:35:31.734Z] 2d35ebdb57d9: Pull complete [2026-03-02T09:35:31.734Z] 7cf9ebb963bd: Verifying Checksum [2026-03-02T09:35:31.734Z] 7cf9ebb963bd: Download complete [2026-03-02T09:35:31.734Z] c35fb4624d26: Pull complete [2026-03-02T09:35:31.992Z] 151cf03bc807: Verifying Checksum [2026-03-02T09:35:31.992Z] 151cf03bc807: Download complete [2026-03-02T09:35:31.992Z] 4e2aec7ef170: Verifying Checksum [2026-03-02T09:35:31.992Z] 4e2aec7ef170: Download complete [2026-03-02T09:35:32.250Z] bb34ca984cfb: Verifying Checksum [2026-03-02T09:35:32.250Z] bb34ca984cfb: Download complete [2026-03-02T09:35:36.430Z] 4e2aec7ef170: Pull complete [2026-03-02T09:35:36.430Z] 333b49ad6fbf: Pull complete [2026-03-02T09:35:36.430Z] 4f4fb700ef54: Pull complete [2026-03-02T09:35:36.430Z] c3e65509a76b: Pull complete [2026-03-02T09:35:36.994Z] 7cf9ebb963bd: Pull complete [2026-03-02T09:35:39.523Z] bb34ca984cfb: Pull complete [2026-03-02T09:35:40.089Z] 151cf03bc807: Pull complete [2026-03-02T09:35:40.089Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-03-02T09:35:40.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-02T09:35:40.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-03-02T09:35:40.396Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-02T09:35:40.396Z] WORKDIR /edgex [2026-03-02T09:35:40.396Z] COPY go.mod . [2026-03-02T09:35:40.396Z] RUN go mod download [2026-03-02T09:35:40.396Z] + docker build -t ci-base-image-x86_64 -f - . [2026-03-02T09:35:40.965Z] #0 building with "default" instance using docker driver [2026-03-02T09:35:40.965Z] [2026-03-02T09:35:40.965Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:35:40.965Z] #1 transferring dockerfile: 164B done [2026-03-02T09:35:40.965Z] #1 DONE 0.0s [2026-03-02T09:35:40.965Z] [2026-03-02T09:35:40.965Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-02T09:35:40.965Z] #2 DONE 0.0s [2026-03-02T09:35:40.965Z] [2026-03-02T09:35:40.965Z] #3 [internal] load .dockerignore [2026-03-02T09:35:40.965Z] #3 transferring context: 50B done [2026-03-02T09:35:40.965Z] #3 DONE 0.0s [2026-03-02T09:35:40.965Z] [2026-03-02T09:35:40.965Z] #4 [internal] load build context [2026-03-02T09:35:41.226Z] #4 transferring context: 7.07kB done [2026-03-02T09:35:41.226Z] #4 DONE 0.0s [2026-03-02T09:35:41.226Z] [2026-03-02T09:35:41.226Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-02T09:35:41.226Z] #5 DONE 0.1s [2026-03-02T09:35:41.226Z] [2026-03-02T09:35:41.226Z] #6 [2/4] WORKDIR /edgex [2026-03-02T09:35:42.165Z] #6 DONE 1.2s [2026-03-02T09:35:42.422Z] [2026-03-02T09:35:42.422Z] #7 [3/4] COPY go.mod . [2026-03-02T09:35:42.422Z] #7 DONE 0.0s [2026-03-02T09:35:42.422Z] [2026-03-02T09:35:42.422Z] #8 [4/4] RUN go mod download [2026-03-02T09:35:45.798Z] Still waiting to schedule task [2026-03-02T09:35:45.799Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2026-03-02T09:35:54.624Z] #8 DONE 12.3s [2026-03-02T09:35:54.624Z] [2026-03-02T09:35:54.624Z] #9 exporting to image [2026-03-02T09:35:54.624Z] #9 exporting layers [2026-03-02T09:35:57.914Z] #9 exporting layers 3.4s done [2026-03-02T09:35:57.914Z] #9 writing image sha256:98e3e256922934878d355c95163998dcc85c70b75308086d3ffb11a93e0a7328 done [2026-03-02T09:35:57.914Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2026-03-02T09:35:57.914Z] #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:35:58.214Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-02T09:35:58.214Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T09:35:58.290Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T09:35:58.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-03-02T09:35:58.573Z] $ docker top b6fa5a1c5db5f77c45cee341982db87e1c7455d595317de0a54a736d9ef98e33 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-02T09:35:58.918Z] + go version [2026-03-02T09:35:58.918Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-03-02T09:35:58.928Z] $ docker stop --time=1 b6fa5a1c5db5f77c45cee341982db87e1c7455d595317de0a54a736d9ef98e33 [2026-03-02T09:36:00.178Z] $ docker rm -f --volumes b6fa5a1c5db5f77c45cee341982db87e1c7455d595317de0a54a736d9ef98e33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:36:00.589Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-02T09:36:00.589Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T09:36:00.652Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T09:36:00.677Z] $ 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/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-03-02T09:36:00.877Z] $ docker top 2b58662696905b3d2cbd3d797c3a34998ee6aeeb7be671a5ff397153a19a98e4 -eo pid,comm [Pipeline] { [Pipeline] echo [2026-03-02T09:36:00.942Z] ========================================================= [2026-03-02T09:36:00.942Z] [edgeXBuildGoParallel] Running Tests and Build... [2026-03-02T09:36:00.942Z] ========================================================= [Pipeline] sh [2026-03-02T09:36:01.225Z] + git config --global --add safe.directory /w/workspace/edgex-go/955 [Pipeline] fileExists [Pipeline] sh [2026-03-02T09:36:01.522Z] + make test [2026-03-02T09:36:01.522Z] go test -race -coverprofile=coverage.out ./... [2026-03-02T09:36:09.643Z] ? github.com/edgexfoundry/edgex-go [no test files] [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2026-03-02T09:36:36.167Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2026-03-02T09:36:39.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2026-03-02T09:36:41.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.042s coverage: 69.4% of statements [2026-03-02T09:36:41.976Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2026-03-02T09:36:41.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.028s coverage: 4.8% of statements [2026-03-02T09:36:41.976Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2026-03-02T09:36:41.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.060s coverage: 57.6% of statements [2026-03-02T09:36:41.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.023s coverage: 86.5% of statements [2026-03-02T09:36:41.976Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2026-03-02T09:36:41.976Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.565s coverage: 94.2% of statements [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2026-03-02T09:36:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.070s coverage: 90.7% of statements [2026-03-02T09:36:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2026-03-02T09:36:43.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.029s coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2026-03-02T09:36:43.352Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2026-03-02T09:36:44.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.056s coverage: 8.3% of statements [2026-03-02T09:36:44.285Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2026-03-02T09:36:44.285Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.381s coverage: 95.9% of statements [2026-03-02T09:36:45.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2026-03-02T09:36:45.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.038s coverage: 72.2% of statements [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2026-03-02T09:36:45.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2026-03-02T09:36:48.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.059s coverage: 3.5% of statements [2026-03-02T09:36:48.180Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2026-03-02T09:36:48.180Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2026-03-02T09:36:48.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 1.0% of statements [2026-03-02T09:36:48.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2026-03-02T09:36:48.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.039s coverage: 38.2% of statements [2026-03-02T09:36:48.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.026s coverage: 68.8% of statements [2026-03-02T09:36:48.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2026-03-02T09:36:48.180Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2026-03-02T09:36:48.180Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2026-03-02T09:36:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements [2026-03-02T09:36:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.025s coverage: 87.1% of statements [2026-03-02T09:36:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 89.5% of statements [2026-03-02T09:36:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 93.1% of statements [2026-03-02T09:36:49.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2026-03-02T09:37:02.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.042s coverage: 92.9% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.033s coverage: 68.8% of statements [2026-03-02T09:37:08.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.040s coverage: 47.4% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 15.5% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.060s coverage: 81.8% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.045s coverage: 82.1% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2026-03-02T09:37:08.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.029s coverage: 6.8% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.030s coverage: 33.3% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.033s coverage: 100.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.150s coverage: 54.8% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.6% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.025s coverage: 73.7% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.035s coverage: 20.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements [2026-03-02T09:37:08.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2026-03-02T09:37:08.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.015s coverage: 100.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.107s coverage: 29.2% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements [2026-03-02T09:37:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2026-03-02T09:37:08.588Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2026-03-02T09:37:11.523Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2860 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2026-03-02T09:37:11.540Z] Running in /w/workspace/edgex-go/955 [Pipeline] { [Pipeline] checkout [2026-03-02T09:37:13.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.046s coverage: 17.1% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.130s coverage: 94.9% of statements [2026-03-02T09:37:13.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2026-03-02T09:37:13.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2026-03-02T09:37:13.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 97.7% of statements [2026-03-02T09:37:13.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2026-03-02T09:37:13.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements [2026-03-02T09:37:13.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2026-03-02T09:37:13.856Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-02T09:37:14.113Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2026-03-02T09:37:14.113Z] running golangci-lint [2026-03-02T09:37:14.370Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2026-03-02T09:37:14.370Z] go version go1.25.2 linux/amd64 [2026-03-02T09:37:14.585Z] The recommended git tool is: git [2026-03-02T09:37:14.628Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2026-03-02T09:37:14.628Z] level=info msg="[config_reader] Used config file .golangci.yml" [2026-03-02T09:37:14.628Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2026-03-02T09:37:14.628Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2026-03-02T09:37:14.628Z] level=info msg="[goenv] Read go env for 3.395668ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2026-03-02T09:37:14.628Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2026-03-02T09:37:19.047Z] using credential edgex-jenkins-ssh [2026-03-02T09:37:19.071Z] Cloning the remote Git repository [2026-03-02T09:37:19.116Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2026-03-02T09:37:19.228Z] > git init /w/workspace/edgex-go/955 # timeout=10 [2026-03-02T09:37:19.373Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2026-03-02T09:37:19.375Z] > git --version # timeout=10 [2026-03-02T09:37:19.395Z] > git --version # 'git version 2.25.1' [2026-03-02T09:37:19.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-03-02T09:37:19.554Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-03-02T09:37:36.536Z] level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 20.952129394s" [2026-03-02T09:37:36.536Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 32.490764ms" [2026-03-02T09:37:50.522Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2026-03-02T09:37:50.544Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-03-02T09:37:51.351Z] Avoid second fetch [2026-03-02T09:37:51.351Z] Checking out Revision 0b9257bfadd9540d332369017bf0fd58966cb79d (main) [2026-03-02T09:37:51.392Z] level=info msg="[linters_context/goanalysis] analyzers took 1m57.949106384s with top 10 stages: buildir: 1m4.848612884s, gosec: 3.520014242s, inspect: 2.43940571s, fact_deprecated: 1.990249777s, printf: 1.811286409s, fact_purity: 1.530459096s, ctrlflow: 1.348238858s, S1038: 1.290567147s, QF1004: 1.23482946s, nilness: 1.191132188s" [2026-03-02T09:37:51.392Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2026-03-02T09:37:51.392Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2026-03-02T09:37:51.392Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2026-03-02T09:37:51.392Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2026-03-02T09:37:51.392Z] level=info msg="[runner] Processors filtering stat (in/out): cgo: 35/35, invalid_issue: 35/35, path_relativity: 35/35, exclusion_paths: 35/35, path_absoluter: 35/35, generated_file_filter: 35/22, exclusion_rules: 22/21, nolint_filter: 21/0, filename_unadjuster: 35/35" [2026-03-02T09:37:51.392Z] level=info msg="[runner] processing took 8.635023ms with stages: nolint_filter: 7.626892ms, generated_file_filter: 764.488µs, exclusion_rules: 138.612µs, exclusion_paths: 51.731µs, path_relativity: 34µs, cgo: 5.59µs, path_absoluter: 3.45µs, sort_results: 2.4µs, invalid_issue: 2.27µs, max_same_issues: 1.07µs, fixer: 1.02µs, filename_unadjuster: 950ns, diff: 710ns, path_shortener: 560ns, path_prettifier: 270ns, uniq_by_line: 260ns, max_from_linter: 250ns, severity-rules: 210ns, source_code: 150ns, max_per_file_from_linter: 140ns" [2026-03-02T09:37:51.392Z] level=info msg="[runner] linters took 13.351047038s with stages: goanalysis_metalinter: 13.342324104s" [2026-03-02T09:37:51.392Z] 0 issues. [2026-03-02T09:37:51.392Z] level=info msg="File cache stats: 0 entries of total size 0B" [2026-03-02T09:37:51.392Z] level=info msg="Memory: 345 samples, avg is 367.2MB, max is 1348.5MB" [2026-03-02T09:37:51.392Z] level=info msg="Execution took 34.342330334s" [2026-03-02T09:37:51.392Z] go vet ./... [2026-03-02T09:37:52.156Z] Commit message: "Merge pull request #5375 from weichou1229/issue-5374" [2026-03-02T09:37:51.365Z] > git config core.sparsecheckout # timeout=10 [2026-03-02T09:37:51.421Z] > git checkout -f 0b9257bfadd9540d332369017bf0fd58966cb79d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T09:37:56.624Z] provisioning config files... [2026-03-02T09:37:56.643Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-03-02T09:37:56.643Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-03-02T09:37:56.643Z] ./bin/test-attribution-txt.sh [2026-03-02T09:37:56.643Z] An attribution for github.com/cespare/xxhash/v2 is missing from Attribution.txt, please add [2026-03-02T09:37:56.652Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/955@tmp/config1397060772412125632tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo [2026-03-02T09:37:57.032Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2026-03-02T09:37:57.327Z] + ls -al . [2026-03-02T09:37:57.327Z] total 1392 [2026-03-02T09:37:57.327Z] drwxrwxr-x 11 1001 1001 4096 Mar 2 09:36 . [2026-03-02T09:37:57.327Z] drwxr-xr-x 4 root root 4096 Mar 2 09:36 .. [2026-03-02T09:37:57.327Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 09:35 .blubracket [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 10 Mar 2 09:35 .dockerignore [2026-03-02T09:37:57.327Z] drwxrwxr-x 8 1001 1001 4096 Mar 2 09:37 .git [2026-03-02T09:37:57.327Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 09:35 .github [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 909 Mar 2 09:35 .gitignore [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 359 Mar 2 09:35 .golangci.yml [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 100 Mar 2 09:35 .hadolint.yml [2026-03-02T09:37:57.327Z] drwxr-xr-x 3 1001 1001 4096 Mar 2 09:35 .semver [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 155 Mar 2 09:35 .sonarcloud.properties [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 1171 Mar 2 09:35 ADOPTERS.md [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 20017 Mar 2 09:35 Attribution.txt [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 108018 Mar 2 09:35 CHANGELOG.md [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 3804 Mar 2 09:35 CONTRIBUTING.md [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 677 Mar 2 09:35 GOVERNANCE.md [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 886 Mar 2 09:35 Jenkinsfile [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 10775 Mar 2 09:35 LICENSE [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 16743 Mar 2 09:35 Makefile [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 582 Mar 2 09:35 OWNERS.md [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 9932 Mar 2 09:35 README.md [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 789 Mar 2 09:35 SECURITY.md [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 13 Mar 2 09:35 VERSION [2026-03-02T09:37:57.327Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 09:35 bin [2026-03-02T09:37:57.327Z] drwxrwxr-x 19 1001 1001 4096 Mar 2 09:35 cmd [2026-03-02T09:37:57.327Z] -rw-r--r-- 1 root root 1044038 Mar 2 09:37 coverage.out [2026-03-02T09:37:57.327Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 09:35 fuzz_test [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 7036 Mar 2 09:35 go.mod [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 90891 Mar 2 09:35 go.sum [2026-03-02T09:37:57.327Z] drwxrwxr-x 7 1001 1001 4096 Mar 2 09:35 internal [2026-03-02T09:37:57.327Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 09:35 openapi [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 584 Mar 2 09:35 security.txt [2026-03-02T09:37:57.327Z] -rw-rw-r-- 1 1001 1001 204 Mar 2 09:35 version.go [Pipeline] sh [2026-03-02T09:37:57.344Z] ---> ****-login.sh [2026-03-02T09:37:57.344Z] nexus3.edgexfoundry.org:10001 [2026-03-02T09:37:57.609Z] + '[' -e coverage.out ] [2026-03-02T09:37:57.609Z] + chown 1001:1001 coverage.out [Pipeline] stash [2026-03-02T09:37:57.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:37:57.763Z] Stashed 1 file(s) [Pipeline] sh [2026-03-02T09:37:57.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:37:57.893Z] Configure a credential helper to remove this warning. See [2026-03-02T09:37:57.893Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:37:57.893Z] [2026-03-02T09:37:57.893Z] Login Succeeded [2026-03-02T09:37:57.893Z] nexus3.edgexfoundry.org:10002 [2026-03-02T09:37:58.040Z] + make build [2026-03-02T09:37:58.040Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-02T09:37:58.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:37:58.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:37:58.165Z] Configure a credential helper to remove this warning. See [2026-03-02T09:37:58.165Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:37:58.165Z] [2026-03-02T09:37:58.165Z] Login Succeeded [2026-03-02T09:37:58.165Z] nexus3.edgexfoundry.org:10003 [2026-03-02T09:37:58.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:37:58.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:37:58.707Z] Configure a credential helper to remove this warning. See [2026-03-02T09:37:58.707Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:37:58.707Z] [2026-03-02T09:37:58.707Z] Login Succeeded [2026-03-02T09:37:58.707Z] nexus3.edgexfoundry.org:10004 [2026-03-02T09:37:58.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:37:58.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:37:58.983Z] Configure a credential helper to remove this warning. See [2026-03-02T09:37:58.983Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:37:58.983Z] [2026-03-02T09:37:58.983Z] Login Succeeded [2026-03-02T09:37:58.983Z] ****.io [2026-03-02T09:37:59.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:37:59.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:37:59.520Z] Configure a credential helper to remove this warning. See [2026-03-02T09:37:59.520Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:37:59.520Z] [2026-03-02T09:37:59.520Z] Login Succeeded [2026-03-02T09:37:59.520Z] ---> ****-login.sh ends [Pipeline] } [2026-03-02T09:37:59.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2026-03-02T09:38:00.140Z] + git config --global --add safe.directory /w/workspace/edgex-go/955 [Pipeline] echo [2026-03-02T09:38:00.158Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-02T09:38:00.176Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-02T09:38:00.190Z] ========================================================= [2026-03-02T09:38:00.190Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-03-02T09:38:00.190Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-03-02T09:38:00.514Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-02T09:38:00.514Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-03-02T09:38:00.514Z] 6b59a28fa201: Pulling fs layer [2026-03-02T09:38:00.514Z] d32bb0dddca7: Pulling fs layer [2026-03-02T09:38:00.514Z] 5dab1238d3d9: Pulling fs layer [2026-03-02T09:38:00.514Z] 196fd7d83e7d: Pulling fs layer [2026-03-02T09:38:00.514Z] 4f4fb700ef54: Pulling fs layer [2026-03-02T09:38:00.514Z] 8ba94037c8f0: Pulling fs layer [2026-03-02T09:38:00.514Z] 196fd7d83e7d: Waiting [2026-03-02T09:38:00.514Z] 4f4fb700ef54: Waiting [2026-03-02T09:38:00.514Z] 8ba94037c8f0: Waiting [2026-03-02T09:38:00.514Z] deaec5988b04: Pulling fs layer [2026-03-02T09:38:00.514Z] 9f65657bb879: Pulling fs layer [2026-03-02T09:38:00.514Z] deaec5988b04: Waiting [2026-03-02T09:38:00.514Z] 9f65657bb879: Waiting [2026-03-02T09:38:00.785Z] d32bb0dddca7: Verifying Checksum [2026-03-02T09:38:00.785Z] d32bb0dddca7: Download complete [2026-03-02T09:38:00.785Z] 196fd7d83e7d: Verifying Checksum [2026-03-02T09:38:00.785Z] 196fd7d83e7d: Download complete [2026-03-02T09:38:00.785Z] 4f4fb700ef54: Verifying Checksum [2026-03-02T09:38:00.785Z] 4f4fb700ef54: Download complete [2026-03-02T09:38:00.785Z] 8ba94037c8f0: Verifying Checksum [2026-03-02T09:38:00.785Z] 8ba94037c8f0: Download complete [2026-03-02T09:38:00.785Z] 6b59a28fa201: Download complete [2026-03-02T09:38:01.372Z] 9f65657bb879: Verifying Checksum [2026-03-02T09:38:01.373Z] 9f65657bb879: Download complete [2026-03-02T09:38:01.641Z] 6b59a28fa201: Pull complete [2026-03-02T09:38:02.239Z] d32bb0dddca7: Pull complete [2026-03-02T09:38:02.239Z] 5dab1238d3d9: Verifying Checksum [2026-03-02T09:38:02.239Z] 5dab1238d3d9: Download complete [2026-03-02T09:38:04.202Z] deaec5988b04: Verifying Checksum [2026-03-02T09:38:04.202Z] deaec5988b04: Download complete [2026-03-02T09:38:17.610Z] 5dab1238d3d9: Pull complete [2026-03-02T09:38:17.610Z] 196fd7d83e7d: Pull complete [2026-03-02T09:38:17.610Z] 4f4fb700ef54: Pull complete [2026-03-02T09:38:17.610Z] 8ba94037c8f0: Pull complete [2026-03-02T09:38:24.575Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-02T09:38:25.512Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-02T09:38:25.823Z] deaec5988b04: Pull complete [2026-03-02T09:38:27.235Z] 9f65657bb879: Pull complete [2026-03-02T09:38:27.235Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-03-02T09:38:27.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-02T09:38:27.447Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-02T09:38:27.502Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-03-02T09:38:27.836Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-02T09:38:27.836Z] WORKDIR /edgex [2026-03-02T09:38:27.836Z] COPY go.mod . [2026-03-02T09:38:27.836Z] RUN go mod download+ [2026-03-02T09:38:27.836Z] docker build -t ci-base-image-arm64 -f - . [2026-03-02T09:38:28.385Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-02T09:38:28.420Z] Sending build context to Docker daemon 3.889MB [2026-03-02T09:38:28.692Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-02T09:38:28.692Z] ---> 334268110677 [2026-03-02T09:38:28.692Z] Step 2/4 : WORKDIR /edgex [2026-03-02T09:38:30.284Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-02T09:38:30.632Z] ---> Running in b83aa2a8be55 [2026-03-02T09:38:30.632Z] Removing intermediate container b83aa2a8be55 [2026-03-02T09:38:30.632Z] ---> 132dc71c0109 [2026-03-02T09:38:30.632Z] Step 3/4 : COPY go.mod . [2026-03-02T09:38:31.220Z] ---> 5b40eac0d77b [2026-03-02T09:38:31.220Z] Step 4/4 : RUN go mod download [2026-03-02T09:38:31.220Z] ---> Running in ee1c7dab32cb [2026-03-02T09:38:35.547Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-03-02T09:38:38.078Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-02T09:38:40.609Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-02T09:38:43.138Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-02T09:38:45.041Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-02T09:38:46.939Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-02T09:38:47.874Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2026-03-02T09:38:49.788Z] $ docker stop --time=1 2b58662696905b3d2cbd3d797c3a34998ee6aeeb7be671a5ff397153a19a98e4 [2026-03-02T09:38:52.050Z] $ docker rm -f --volumes 2b58662696905b3d2cbd3d797c3a34998ee6aeeb7be671a5ff397153a19a98e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:38:53.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-02T09:38:53.331Z] [2026-03-02T09:38:53.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:38:53.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-02T09:38:53.636Z] latest: Pulling from edgex-devops/edgex-compose [2026-03-02T09:38:53.636Z] 91d30c5bc195: Pulling fs layer [2026-03-02T09:38:53.636Z] 2e9b0aa3be6d: Pulling fs layer [2026-03-02T09:38:53.636Z] 9c61dcf015f6: Pulling fs layer [2026-03-02T09:38:53.636Z] 4698f68db338: Pulling fs layer [2026-03-02T09:38:53.636Z] 2a2f49069b9e: Pulling fs layer [2026-03-02T09:38:53.636Z] e0025b399a48: Pulling fs layer [2026-03-02T09:38:53.636Z] 2a2f49069b9e: Waiting [2026-03-02T09:38:53.636Z] e0025b399a48: Waiting [2026-03-02T09:38:53.636Z] 4698f68db338: Waiting [2026-03-02T09:38:53.636Z] 91d30c5bc195: Download complete [2026-03-02T09:38:53.636Z] 4698f68db338: Download complete [2026-03-02T09:38:53.893Z] 2e9b0aa3be6d: Verifying Checksum [2026-03-02T09:38:53.893Z] 2e9b0aa3be6d: Download complete [2026-03-02T09:38:53.893Z] 91d30c5bc195: Pull complete [2026-03-02T09:38:53.893Z] e0025b399a48: Verifying Checksum [2026-03-02T09:38:53.893Z] e0025b399a48: Download complete [2026-03-02T09:38:53.893Z] 2a2f49069b9e: Verifying Checksum [2026-03-02T09:38:53.893Z] 2a2f49069b9e: Download complete [2026-03-02T09:38:54.153Z] 2e9b0aa3be6d: Pull complete [2026-03-02T09:38:54.719Z] 9c61dcf015f6: Verifying Checksum [2026-03-02T09:38:54.719Z] 9c61dcf015f6: Download complete [2026-03-02T09:38:58.907Z] 9c61dcf015f6: Pull complete [2026-03-02T09:38:58.907Z] 4698f68db338: Pull complete [2026-03-02T09:38:58.907Z] 2a2f49069b9e: Pull complete [2026-03-02T09:38:58.907Z] e0025b399a48: Pull complete [2026-03-02T09:38:58.907Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2026-03-02T09:38:58.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-02T09:38:58.907Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T09:38:59.007Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T09:38:59.036Z] $ 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/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2026-03-02T09:38:59.768Z] $ docker top 8e193800a7c597c3e8f74a3072e36042a22b863ce7e675211bba9b9ce7f303ee -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-02T09:39:00.116Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-03-02T09:39:00.375Z] #1 [security-spire-config internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #1 transferring dockerfile: 1.69kB done [2026-03-02T09:39:00.375Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-03-02T09:39:00.375Z] #1 DONE 0.0s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #2 transferring dockerfile: 2.23kB done [2026-03-02T09:39:00.375Z] #2 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #3 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-02T09:39:00.375Z] #3 DONE 0.0s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #4 transferring dockerfile: 2.14kB done [2026-03-02T09:39:00.375Z] #4 DONE 0.2s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #5 transferring dockerfile: 1.81kB done [2026-03-02T09:39:00.375Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-03-02T09:39:00.375Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2026-03-02T09:39:00.375Z] #5 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #6 transferring dockerfile: 3.02kB done [2026-03-02T09:39:00.375Z] #6 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #7 [core-keeper internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #7 transferring dockerfile: 2.07kB done [2026-03-02T09:39:00.375Z] #7 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #8 [core-command internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #8 transferring dockerfile: 1.94kB done [2026-03-02T09:39:00.375Z] #8 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #9 transferring dockerfile: 1.89kB done [2026-03-02T09:39:00.375Z] #9 DONE 0.2s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #10 transferring dockerfile: 2.50kB done [2026-03-02T09:39:00.375Z] #10 DONE 0.2s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #11 [core-data internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #11 transferring dockerfile: 2.04kB done [2026-03-02T09:39:00.375Z] #11 DONE 0.2s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #12 [support-notifications internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #12 transferring dockerfile: 2.02kB done [2026-03-02T09:39:00.375Z] #12 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #13 transferring dockerfile: 2.49kB done [2026-03-02T09:39:00.375Z] #13 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #14 [support-scheduler internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #14 transferring dockerfile: 1.83kB done [2026-03-02T09:39:00.375Z] #14 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #15 [security-spire-server internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #15 transferring dockerfile: 1.70kB done [2026-03-02T09:39:00.375Z] #15 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #3 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-02T09:39:00.375Z] #3 DONE 0.0s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #16 [core-metadata internal] load build definition from Dockerfile [2026-03-02T09:39:00.375Z] #16 transferring dockerfile: 2.10kB done [2026-03-02T09:39:00.375Z] #16 DONE 0.1s [2026-03-02T09:39:00.375Z] [2026-03-02T09:39:00.375Z] #17 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2026-03-02T09:39:00.634Z] #17 DONE 0.2s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #3 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-02T09:39:00.634Z] #3 DONE 0.0s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #18 [security-bootstrapper internal] load .dockerignore [2026-03-02T09:39:00.634Z] #18 transferring context: 50B done [2026-03-02T09:39:00.634Z] #18 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #19 [core-keeper internal] load .dockerignore [2026-03-02T09:39:00.634Z] #19 transferring context: 50B done [2026-03-02T09:39:00.634Z] #19 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2026-03-02T09:39:00.634Z] #20 transferring context: 50B done [2026-03-02T09:39:00.634Z] #20 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2026-03-02T09:39:00.634Z] #21 transferring context: 50B done [2026-03-02T09:39:00.634Z] #21 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #22 [security-proxy-setup internal] load .dockerignore [2026-03-02T09:39:00.634Z] #22 transferring context: 50B done [2026-03-02T09:39:00.634Z] #22 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #23 [core-command internal] load .dockerignore [2026-03-02T09:39:00.634Z] #23 transferring context: 50B done [2026-03-02T09:39:00.634Z] #23 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #24 [security-spiffe-token-provider internal] load build context [2026-03-02T09:39:00.634Z] #24 DONE 0.0s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #25 [core-command internal] load build context [2026-03-02T09:39:00.634Z] #25 ... [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #26 [security-proxy-auth internal] load .dockerignore [2026-03-02T09:39:00.634Z] #26 transferring context: 50B done [2026-03-02T09:39:00.634Z] #26 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #27 [core-metadata internal] load .dockerignore [2026-03-02T09:39:00.634Z] #27 transferring context: 50B done [2026-03-02T09:39:00.634Z] #27 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #28 [support-notifications internal] load .dockerignore [2026-03-02T09:39:00.634Z] #28 transferring context: 50B done [2026-03-02T09:39:00.634Z] #28 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #29 [core-data internal] load .dockerignore [2026-03-02T09:39:00.634Z] #29 transferring context: 50B done [2026-03-02T09:39:00.634Z] #29 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #30 [support-scheduler internal] load .dockerignore [2026-03-02T09:39:00.634Z] #30 transferring context: 50B done [2026-03-02T09:39:00.634Z] #30 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #31 [security-secretstore-setup internal] load .dockerignore [2026-03-02T09:39:00.634Z] #31 transferring context: 50B done [2026-03-02T09:39:00.634Z] #31 DONE 0.1s [2026-03-02T09:39:00.634Z] [2026-03-02T09:39:00.634Z] #25 [core-command internal] load build context [2026-03-02T09:39:00.903Z] #25 ... [2026-03-02T09:39:00.903Z] [2026-03-02T09:39:00.903Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-03-02T09:39:00.903Z] #32 DONE 0.4s [2026-03-02T09:39:00.903Z] [2026-03-02T09:39:00.903Z] #25 [core-command internal] load build context [2026-03-02T09:39:01.163Z] #25 ... [2026-03-02T09:39:01.163Z] [2026-03-02T09:39:01.163Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-03-02T09:39:01.163Z] #33 DONE 0.8s [2026-03-02T09:39:01.163Z] [2026-03-02T09:39:01.163Z] #34 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2026-03-02T09:39:01.163Z] #34 DONE 0.2s [2026-03-02T09:39:01.163Z] [2026-03-02T09:39:01.163Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-02T09:39:01.163Z] #35 DONE 0.8s [2026-03-02T09:39:01.163Z] [2026-03-02T09:39:01.163Z] #25 [core-command internal] load build context [2026-03-02T09:39:01.422Z] #25 ... [2026-03-02T09:39:01.422Z] [2026-03-02T09:39:01.422Z] #36 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-02T09:39:01.422Z] #36 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-02T09:39:01.422Z] #36 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-02T09:39:01.422Z] #36 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-02T09:39:01.422Z] #36 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-02T09:39:01.422Z] #36 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-02T09:39:01.422Z] #36 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-02T09:39:01.422Z] #36 DONE 0.8s [2026-03-02T09:39:01.422Z] [2026-03-02T09:39:01.422Z] #37 [security-spire-server internal] load .dockerignore [2026-03-02T09:39:01.422Z] #37 transferring context: 50B 0.0s done [2026-03-02T09:39:01.422Z] #37 DONE 0.2s [2026-03-02T09:39:01.422Z] [2026-03-02T09:39:01.422Z] #38 [security-spire-config internal] load .dockerignore [2026-03-02T09:39:01.422Z] #38 transferring context: 50B 0.0s done [2026-03-02T09:39:01.422Z] #38 DONE 0.2s [2026-03-02T09:39:01.422Z] [2026-03-02T09:39:01.422Z] #25 [core-command internal] load build context [2026-03-02T09:39:01.422Z] #25 ... [2026-03-02T09:39:01.422Z] [2026-03-02T09:39:01.422Z] #36 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-02T09:39:01.422Z] #36 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-02T09:39:01.422Z] #36 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-02T09:39:01.422Z] #36 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-02T09:39:01.422Z] #36 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-02T09:39:01.422Z] #36 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-02T09:39:01.422Z] #36 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-02T09:39:01.422Z] #36 DONE 0.8s [2026-03-02T09:39:01.422Z] [2026-03-02T09:39:01.422Z] #39 [security-spire-agent internal] load .dockerignore [2026-03-02T09:39:01.422Z] #39 transferring context: 50B 0.0s done [2026-03-02T09:39:01.422Z] #39 DONE 0.3s [2026-03-02T09:39:01.422Z] [2026-03-02T09:39:01.422Z] #25 [core-command internal] load build context [2026-03-02T09:39:02.362Z] #25 ... [2026-03-02T09:39:02.362Z] [2026-03-02T09:39:02.362Z] #40 [security-spire-config internal] load build context [2026-03-02T09:39:02.362Z] #40 transferring context: 24.70kB 0.0s done [2026-03-02T09:39:02.362Z] #40 DONE 0.8s [2026-03-02T09:39:02.362Z] [2026-03-02T09:39:02.362Z] #41 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-02T09:39:02.362Z] #41 DONE 1.1s [2026-03-02T09:39:02.362Z] [2026-03-02T09:39:02.362Z] #42 [security-spire-server internal] load build context [2026-03-02T09:39:02.362Z] #42 transferring context: 26.44kB 0.0s done [2026-03-02T09:39:02.362Z] #42 DONE 0.8s [2026-03-02T09:39:02.362Z] [2026-03-02T09:39:02.362Z] #25 [core-command internal] load build context [2026-03-02T09:39:02.362Z] #25 ... [2026-03-02T09:39:02.362Z] [2026-03-02T09:39:02.362Z] #43 [security-spire-agent internal] load build context [2026-03-02T09:39:02.362Z] #43 transferring context: 25.98kB 0.1s done [2026-03-02T09:39:02.362Z] #43 DONE 0.9s [2026-03-02T09:39:02.362Z] [2026-03-02T09:39:02.362Z] #25 [core-command internal] load build context [2026-03-02T09:39:03.747Z] #25 ... [2026-03-02T09:39:03.747Z] [2026-03-02T09:39:03.747Z] #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-02T09:39:03.747Z] #44 DONE 2.2s [2026-03-02T09:39:03.747Z] [2026-03-02T09:39:03.747Z] #45 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-02T09:39:03.747Z] #0 1.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 1.609 OK: 265 MiB in 60 packages [2026-03-02T09:39:03.747Z] #45 DONE 2.5s [2026-03-02T09:39:03.747Z] [2026-03-02T09:39:03.747Z] #46 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:39:03.747Z] #0 1.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 1.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 1.655 OK: 265 MiB in 60 packages [2026-03-02T09:39:03.747Z] #46 DONE 2.5s [2026-03-02T09:39:03.747Z] [2026-03-02T09:39:03.747Z] #47 [core-command builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:39:03.747Z] #0 1.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 1.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 2.245 OK: 265 MiB in 60 packages [2026-03-02T09:39:03.747Z] #47 DONE 2.5s [2026-03-02T09:39:03.747Z] [2026-03-02T09:39:03.747Z] #48 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-02T09:39:03.747Z] #0 1.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 1.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:03.747Z] #0 1.784 OK: 265 MiB in 60 packages [2026-03-02T09:39:03.747Z] #48 DONE 2.6s [2026-03-02T09:39:03.747Z] [2026-03-02T09:39:03.747Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:03.747Z] #49 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.8s done [2026-03-02T09:39:03.747Z] #49 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-02T09:39:03.747Z] #49 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-03-02T09:39:03.747Z] #49 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-03-02T09:39:03.747Z] #49 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done [2026-03-02T09:39:03.747Z] #49 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-03-02T09:39:03.747Z] #49 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.3s done [2026-03-02T09:39:03.747Z] #49 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2026-03-02T09:39:03.747Z] #49 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 33.55MB / 41.51MB 1.3s [2026-03-02T09:39:03.747Z] #49 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-02T09:39:03.747Z] #49 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done [2026-03-02T09:39:04.006Z] #49 ... [2026-03-02T09:39:04.006Z] [2026-03-02T09:39:04.006Z] #50 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-02T09:39:04.006Z] #0 1.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.006Z] #0 1.301 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.006Z] #0 1.758 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:39:04.006Z] #0 1.758 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:39:04.006Z] #0 1.758 OK: 26335 distinct packages available [2026-03-02T09:39:04.006Z] #0 1.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.006Z] #0 2.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.006Z] #0 2.395 OK: 265 MiB in 60 packages [2026-03-02T09:39:04.006Z] #50 DONE 2.7s [2026-03-02T09:39:04.006Z] [2026-03-02T09:39:04.006Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:04.006Z] #49 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 40.89MB / 41.51MB 1.5s [2026-03-02T09:39:04.266Z] #49 ... [2026-03-02T09:39:04.266Z] [2026-03-02T09:39:04.266Z] #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-02T09:39:04.266Z] #0 1.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.266Z] #0 2.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.266Z] #0 2.501 (1/3) Installing ca-certificates (20250911-r0) [2026-03-02T09:39:04.266Z] #0 2.519 (2/3) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:04.266Z] #0 2.534 (3/3) Installing tzdata (2025c-r0) [2026-03-02T09:39:04.266Z] #0 2.581 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:04.266Z] #0 2.603 Executing ca-certificates-20250911-r0.trigger [2026-03-02T09:39:04.266Z] #0 2.647 OK: 8 MiB in 19 packages [2026-03-02T09:39:04.266Z] #51 DONE 2.9s [2026-03-02T09:39:04.266Z] [2026-03-02T09:39:04.266Z] #52 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-02T09:39:04.266Z] #0 1.465 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.266Z] #0 1.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:04.266Z] #0 2.036 (1/4) Installing ca-certificates (20250911-r0) [2026-03-02T09:39:04.266Z] #0 2.069 (2/4) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:04.266Z] #0 2.072 (3/4) Installing su-exec (0.2-r3) [2026-03-02T09:39:04.266Z] #0 2.074 (4/4) Installing yq-go (4.47.2-r3) [2026-03-02T09:39:04.266Z] #0 2.338 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:04.266Z] #0 2.364 Executing ca-certificates-20250911-r0.trigger [2026-03-02T09:39:04.266Z] #0 2.422 OK: 20 MiB in 20 packages [2026-03-02T09:39:04.266Z] #52 DONE 2.9s [2026-03-02T09:39:04.266Z] [2026-03-02T09:39:04.266Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:04.524Z] #49 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 2.0s done [2026-03-02T09:39:04.524Z] #49 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d [2026-03-02T09:39:05.900Z] #49 ... [2026-03-02T09:39:05.900Z] [2026-03-02T09:39:05.900Z] #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-02T09:39:05.900Z] #0 2.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:05.900Z] #0 2.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:05.900Z] #0 3.112 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:05.900Z] #0 3.125 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:05.900Z] #0 3.143 OK: 7 MiB in 17 packages [2026-03-02T09:39:05.900Z] #53 DONE 4.1s [2026-03-02T09:39:05.900Z] [2026-03-02T09:39:05.900Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:05.900Z] #49 ... [2026-03-02T09:39:05.900Z] [2026-03-02T09:39:05.900Z] #54 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-02T09:39:05.900Z] #0 2.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:05.900Z] #0 2.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:05.900Z] #0 3.458 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:05.900Z] #0 3.469 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:05.900Z] #0 3.494 OK: 7 MiB in 17 packages [2026-03-02T09:39:05.900Z] #54 DONE 4.5s [2026-03-02T09:39:05.900Z] [2026-03-02T09:39:05.900Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:06.161Z] #49 ... [2026-03-02T09:39:06.162Z] [2026-03-02T09:39:06.162Z] #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-02T09:39:06.162Z] #0 2.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 2.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 3.146 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:06.162Z] #0 3.154 (2/4) Installing openssl (3.5.5-r0) [2026-03-02T09:39:06.162Z] #0 3.194 (3/4) Installing su-exec (0.2-r3) [2026-03-02T09:39:06.162Z] #0 3.209 (4/4) Installing yq-go (4.47.2-r3) [2026-03-02T09:39:06.162Z] #0 3.455 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:06.162Z] #0 3.493 OK: 20 MiB in 20 packages [2026-03-02T09:39:06.162Z] #55 DONE 4.7s [2026-03-02T09:39:06.162Z] [2026-03-02T09:39:06.162Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:06.162Z] #49 ... [2026-03-02T09:39:06.162Z] [2026-03-02T09:39:06.162Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-02T09:39:06.162Z] #0 2.346 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 2.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 3.472 (1/2) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:06.162Z] #0 3.480 (2/2) Installing su-exec (0.2-r3) [2026-03-02T09:39:06.162Z] #0 3.488 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:06.162Z] #0 3.509 OK: 7 MiB in 18 packages [2026-03-02T09:39:06.162Z] #56 DONE 4.8s [2026-03-02T09:39:06.162Z] [2026-03-02T09:39:06.162Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-02T09:39:06.162Z] #0 2.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 2.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 3.366 (1/7) Installing ca-certificates (20250911-r0) [2026-03-02T09:39:06.162Z] #0 3.387 (2/7) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:06.162Z] #0 3.397 (3/7) Installing libgcc (14.2.0-r6) [2026-03-02T09:39:06.162Z] #0 3.401 (4/7) Installing libsodium (1.0.20-r1) [2026-03-02T09:39:06.162Z] #0 3.421 (5/7) Installing libstdc++ (14.2.0-r6) [2026-03-02T09:39:06.162Z] #0 3.465 (6/7) Installing libzmq (4.3.5-r2) [2026-03-02T09:39:06.162Z] #0 3.475 (7/7) Installing zeromq (4.3.5-r2) [2026-03-02T09:39:06.162Z] #0 3.482 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:06.162Z] #0 3.496 Executing ca-certificates-20250911-r0.trigger [2026-03-02T09:39:06.162Z] #0 3.567 OK: 12 MiB in 23 packages [2026-03-02T09:39:06.162Z] #57 DONE 4.8s [2026-03-02T09:39:06.162Z] [2026-03-02T09:39:06.162Z] #58 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-02T09:39:06.162Z] #0 2.370 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 2.818 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.162Z] #0 3.294 OK: 265 MiB in 60 packages [2026-03-02T09:39:06.162Z] #58 DONE 3.9s [2026-03-02T09:39:06.162Z] [2026-03-02T09:39:06.162Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:06.728Z] #49 ... [2026-03-02T09:39:06.728Z] [2026-03-02T09:39:06.728Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-02T09:39:06.728Z] #0 2.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 2.097 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 2.603 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:39:06.728Z] #0 2.603 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:39:06.728Z] #0 2.603 OK: 26324 distinct packages available [2026-03-02T09:39:06.728Z] #0 2.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 2.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 3.402 (1/13) Installing brotli-libs (1.1.0-r2) [2026-03-02T09:39:06.728Z] #0 3.421 (2/13) Installing c-ares (1.34.6-r0) [2026-03-02T09:39:06.728Z] #0 3.424 (3/13) Installing libunistring (1.3-r0) [2026-03-02T09:39:06.728Z] #0 3.473 (4/13) Installing libidn2 (2.3.7-r0) [2026-03-02T09:39:06.728Z] #0 3.481 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-03-02T09:39:06.728Z] #0 3.489 (6/13) Installing libpsl (0.21.5-r3) [2026-03-02T09:39:06.728Z] #0 3.494 (7/13) Installing zstd-libs (1.5.7-r0) [2026-03-02T09:39:06.728Z] #0 3.507 (8/13) Installing libcurl (8.14.1-r2) [2026-03-02T09:39:06.728Z] #0 3.528 (9/13) Installing curl (8.14.1-r2) [2026-03-02T09:39:06.728Z] #0 3.532 (10/13) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:06.728Z] #0 3.536 (11/13) Installing musl-obstack (1.2.3-r2) [2026-03-02T09:39:06.728Z] #0 3.552 (12/13) Installing libucontext (1.3.2-r0) [2026-03-02T09:39:06.728Z] #0 3.556 (13/13) Installing gcompat (1.1.0-r4) [2026-03-02T09:39:06.728Z] #0 3.583 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:06.728Z] #0 3.769 OK: 13 MiB in 29 packages [2026-03-02T09:39:06.728Z] #59 DONE 5.1s [2026-03-02T09:39:06.728Z] [2026-03-02T09:39:06.728Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-02T09:39:06.728Z] #0 3.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 3.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 3.765 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:39:06.728Z] #0 3.765 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:39:06.728Z] #0 3.765 OK: 26324 distinct packages available [2026-03-02T09:39:06.728Z] #0 3.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 3.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 4.293 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:06.728Z] #0 4.298 (2/4) Installing musl-obstack (1.2.3-r2) [2026-03-02T09:39:06.728Z] #0 4.310 (3/4) Installing libucontext (1.3.2-r0) [2026-03-02T09:39:06.728Z] #0 4.310 (4/4) Installing gcompat (1.1.0-r4) [2026-03-02T09:39:06.728Z] #0 4.314 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:06.728Z] #0 4.327 OK: 8 MiB in 20 packages [2026-03-02T09:39:06.728Z] #60 DONE 5.0s [2026-03-02T09:39:06.728Z] [2026-03-02T09:39:06.728Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:06.728Z] #49 ... [2026-03-02T09:39:06.728Z] [2026-03-02T09:39:06.728Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-02T09:39:06.728Z] #0 3.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 3.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 3.939 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:39:06.728Z] #0 3.939 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:39:06.728Z] #0 3.939 OK: 26324 distinct packages available [2026-03-02T09:39:06.728Z] #0 4.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 4.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:06.728Z] #0 4.500 (1/5) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:06.728Z] #0 4.507 (2/5) Installing musl-obstack (1.2.3-r2) [2026-03-02T09:39:06.728Z] #0 4.510 (3/5) Installing libucontext (1.3.2-r0) [2026-03-02T09:39:06.728Z] #0 4.513 (4/5) Installing gcompat (1.1.0-r4) [2026-03-02T09:39:06.728Z] #0 4.583 (5/5) Installing openssl (3.5.5-r0) [2026-03-02T09:39:06.728Z] #0 4.597 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:06.728Z] #0 4.614 OK: 8 MiB in 21 packages [2026-03-02T09:39:06.728Z] #61 DONE 5.2s [2026-03-02T09:39:06.728Z] [2026-03-02T09:39:06.728Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:06.987Z] #49 ... [2026-03-02T09:39:06.987Z] [2026-03-02T09:39:06.987Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-02T09:39:06.987Z] #62 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.8s done [2026-03-02T09:39:06.987Z] #62 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-03-02T09:39:06.987Z] #62 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2026-03-02T09:39:06.987Z] #62 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2026-03-02T09:39:06.987Z] #62 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2026-03-02T09:39:06.987Z] #62 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 1.0s done [2026-03-02T09:39:06.987Z] #62 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done [2026-03-02T09:39:06.987Z] #62 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2026-03-02T09:39:06.987Z] #62 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.7s done [2026-03-02T09:39:06.987Z] #62 DONE 5.4s [2026-03-02T09:39:06.987Z] [2026-03-02T09:39:06.987Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:09.521Z] #49 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.6s done [2026-03-02T09:39:09.781Z] #49 ... [2026-03-02T09:39:09.781Z] [2026-03-02T09:39:09.781Z] #63 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:39:09.781Z] #0 2.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:09.781Z] #0 2.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:09.781Z] #0 3.238 OK: 8 MiB in 19 packages [2026-03-02T09:39:09.781Z] #63 DONE 5.3s [2026-03-02T09:39:09.781Z] [2026-03-02T09:39:09.781Z] #64 [security-proxy-setup internal] load build context [2026-03-02T09:39:09.781Z] #64 transferring context: 296.97MB 9.1s [2026-03-02T09:39:10.041Z] #64 ... [2026-03-02T09:39:10.041Z] [2026-03-02T09:39:10.041Z] #65 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-02T09:39:10.041Z] #0 2.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.041Z] #0 2.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.041Z] #0 3.154 OK: 20 MiB in 20 packages [2026-03-02T09:39:10.041Z] #65 DONE 5.6s [2026-03-02T09:39:10.041Z] [2026-03-02T09:39:10.041Z] #64 [security-proxy-setup internal] load build context [2026-03-02T09:39:10.041Z] #64 ... [2026-03-02T09:39:10.041Z] [2026-03-02T09:39:10.041Z] #66 [core-common-config-bootstrapper internal] load build context [2026-03-02T09:39:10.041Z] #66 ... [2026-03-02T09:39:10.041Z] [2026-03-02T09:39:10.041Z] #64 [security-proxy-setup internal] load build context [2026-03-02T09:39:10.041Z] #64 ... [2026-03-02T09:39:10.041Z] [2026-03-02T09:39:10.041Z] #67 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2026-03-02T09:39:10.041Z] #0 1.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.041Z] #0 1.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.041Z] #0 2.018 OK: 7 MiB in 17 packages [2026-03-02T09:39:10.041Z] #67 DONE 4.0s [2026-03-02T09:39:10.041Z] [2026-03-02T09:39:10.041Z] #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:39:10.041Z] #0 1.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.041Z] #0 1.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.041Z] #0 2.226 OK: 7 MiB in 17 packages [2026-03-02T09:39:10.041Z] #68 DONE 4.6s [2026-03-02T09:39:10.041Z] [2026-03-02T09:39:10.041Z] #64 [security-proxy-setup internal] load build context [2026-03-02T09:39:10.299Z] #64 ... [2026-03-02T09:39:10.299Z] [2026-03-02T09:39:10.299Z] #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-02T09:39:10.299Z] #0 1.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 1.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 1.861 OK: 20 MiB in 20 packages [2026-03-02T09:39:10.299Z] #69 DONE 3.7s [2026-03-02T09:39:10.299Z] [2026-03-02T09:39:10.299Z] #70 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:39:10.299Z] #0 1.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 1.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 2.105 OK: 12 MiB in 23 packages [2026-03-02T09:39:10.299Z] #70 DONE 4.0s [2026-03-02T09:39:10.299Z] [2026-03-02T09:39:10.299Z] #71 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-02T09:39:10.299Z] #0 2.579 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 2.832 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 4.965 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-02T09:39:10.299Z] #0 5.125 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:39:10.299Z] #0 5.132 OK: 7 MiB in 17 packages [2026-03-02T09:39:10.299Z] #71 DONE 6.6s [2026-03-02T09:39:10.299Z] [2026-03-02T09:39:10.299Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-02T09:39:10.299Z] #0 2.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 2.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 3.075 OK: 8 MiB in 20 packages [2026-03-02T09:39:10.299Z] #72 DONE 3.7s [2026-03-02T09:39:10.299Z] [2026-03-02T09:39:10.299Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-02T09:39:10.299Z] #0 3.151 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 3.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:10.299Z] #0 3.559 OK: 7 MiB in 18 packages [2026-03-02T09:39:10.299Z] #73 DONE 4.1s [2026-03-02T09:39:10.299Z] [2026-03-02T09:39:10.299Z] #64 [security-proxy-setup internal] load build context [2026-03-02T09:39:10.557Z] #64 ... [2026-03-02T09:39:10.557Z] [2026-03-02T09:39:10.557Z] #74 [security-bootstrapper internal] load build context [2026-03-02T09:39:10.557Z] #74 ... [2026-03-02T09:39:10.557Z] [2026-03-02T09:39:10.557Z] #75 [security-secretstore-setup internal] load build context [2026-03-02T09:39:10.835Z] #75 ... [2026-03-02T09:39:10.835Z] [2026-03-02T09:39:10.835Z] #76 [core-keeper internal] load build context [2026-03-02T09:39:11.093Z] #76 ... [2026-03-02T09:39:11.093Z] [2026-03-02T09:39:11.093Z] #24 [security-spiffe-token-provider internal] load build context [2026-03-02T09:39:11.093Z] #24 ... [2026-03-02T09:39:11.093Z] [2026-03-02T09:39:11.093Z] #77 [core-metadata internal] load build context [2026-03-02T09:39:11.093Z] #77 ... [2026-03-02T09:39:11.093Z] [2026-03-02T09:39:11.093Z] #78 [support-scheduler internal] load build context [2026-03-02T09:39:11.352Z] #78 ... [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-03-02T09:39:11.352Z] #79 DONE 1.1s [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #78 [support-scheduler internal] load build context [2026-03-02T09:39:11.352Z] #78 ... [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #80 [support-notifications internal] load build context [2026-03-02T09:39:11.352Z] #80 ... [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #81 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-02T09:39:11.352Z] #0 3.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:11.352Z] #0 3.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:11.352Z] #0 4.011 OK: 8 MiB in 21 packages [2026-03-02T09:39:11.352Z] #81 DONE 4.6s [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:39:11.352Z] #0 3.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:11.352Z] #0 3.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-02T09:39:11.352Z] #0 4.147 OK: 13 MiB in 29 packages [2026-03-02T09:39:11.352Z] #82 DONE 4.8s [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:39:11.352Z] #49 DONE 9.9s [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #80 [support-notifications internal] load build context [2026-03-02T09:39:11.352Z] #80 ... [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #83 [security-proxy-auth internal] load build context [2026-03-02T09:39:11.352Z] #83 ... [2026-03-02T09:39:11.352Z] [2026-03-02T09:39:11.352Z] #84 [core-data internal] load build context [2026-03-02T09:39:11.611Z] #84 ... [2026-03-02T09:39:11.611Z] [2026-03-02T09:39:11.611Z] #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:39:13.514Z] #85 ... [2026-03-02T09:39:13.514Z] [2026-03-02T09:39:13.514Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-02T09:39:13.514Z] #86 DONE 3.0s [2026-03-02T09:39:13.514Z] [2026-03-02T09:39:13.514Z] #87 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-02T09:39:13.514Z] #87 DONE 2.0s [2026-03-02T09:39:13.514Z] [2026-03-02T09:39:13.514Z] #88 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:39:13.783Z] #88 ... [2026-03-02T09:39:13.783Z] [2026-03-02T09:39:13.783Z] #25 [core-command internal] load build context [2026-03-02T09:39:13.783Z] #25 ... [2026-03-02T09:39:13.783Z] [2026-03-02T09:39:13.783Z] #77 [core-metadata internal] load build context [2026-03-02T09:39:14.785Z] #77 transferring context: 526.69MB 14.1s [2026-03-02T09:39:15.717Z] #77 ... [2026-03-02T09:39:15.717Z] [2026-03-02T09:39:15.717Z] #84 [core-data internal] load build context [2026-03-02T09:39:15.717Z] #84 transferring context: 608.62MB 14.0s done [2026-03-02T09:39:15.717Z] #84 DONE 15.1s [2026-03-02T09:39:15.717Z] [2026-03-02T09:39:15.717Z] #77 [core-metadata internal] load build context [2026-03-02T09:39:16.284Z] #77 transferring context: 608.62MB 15.6s done [2026-03-02T09:39:16.849Z] #77 DONE 16.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #89 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-03-02T09:39:16.849Z] #89 DONE 3.6s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #83 [security-proxy-auth internal] load build context [2026-03-02T09:39:16.849Z] #83 transferring context: 608.62MB 15.1s done [2026-03-02T09:39:16.849Z] #83 DONE 16.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #88 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:39:16.849Z] #88 DONE 3.5s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:39:16.849Z] #90 DONE 5.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:39:16.849Z] #85 DONE 5.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #64 [security-proxy-setup internal] load build context [2026-03-02T09:39:16.849Z] #64 transferring context: 608.62MB 15.2s done [2026-03-02T09:39:16.849Z] #64 DONE 16.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #74 [security-bootstrapper internal] load build context [2026-03-02T09:39:16.849Z] #74 transferring context: 608.62MB 15.7s done [2026-03-02T09:39:16.849Z] #74 DONE 16.4s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #76 [core-keeper internal] load build context [2026-03-02T09:39:16.849Z] #76 transferring context: 608.62MB 15.4s done [2026-03-02T09:39:16.849Z] #76 DONE 16.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #66 [core-common-config-bootstrapper internal] load build context [2026-03-02T09:39:16.849Z] #66 transferring context: 608.62MB 15.7s done [2026-03-02T09:39:16.849Z] #66 DONE 16.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #80 [support-notifications internal] load build context [2026-03-02T09:39:16.849Z] #80 transferring context: 608.62MB 15.2s done [2026-03-02T09:39:16.849Z] #80 DONE 16.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #75 [security-secretstore-setup internal] load build context [2026-03-02T09:39:16.849Z] #75 transferring context: 608.62MB 15.5s done [2026-03-02T09:39:16.849Z] #75 DONE 16.3s [2026-03-02T09:39:16.849Z] [2026-03-02T09:39:16.849Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-03-02T09:39:17.107Z] #91 ... [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #78 [support-scheduler internal] load build context [2026-03-02T09:39:17.107Z] #78 transferring context: 608.62MB 15.6s done [2026-03-02T09:39:17.107Z] #78 DONE 16.3s [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #24 [security-spiffe-token-provider internal] load build context [2026-03-02T09:39:17.107Z] #24 transferring context: 608.62MB 16.0s done [2026-03-02T09:39:17.107Z] #24 DONE 16.5s [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #25 [core-command internal] load build context [2026-03-02T09:39:17.107Z] #25 transferring context: 608.62MB 16.3s done [2026-03-02T09:39:17.107Z] #25 DONE 16.5s [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #92 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:17.107Z] #92 DONE 0.4s [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-03-02T09:39:17.107Z] #91 DONE 0.2s [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #93 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-03-02T09:39:17.107Z] #93 DONE 0.3s [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-03-02T09:39:17.107Z] #94 DONE 0.3s [2026-03-02T09:39:17.107Z] [2026-03-02T09:39:17.107Z] #95 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-02T09:39:17.364Z] #95 ... [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-03-02T09:39:17.364Z] #96 DONE 0.3s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #97 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:17.364Z] #97 DONE 0.3s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #98 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:17.364Z] #98 DONE 0.2s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #99 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:17.364Z] #99 DONE 0.2s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #100 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:17.364Z] #100 DONE 0.2s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2026-03-02T09:39:17.364Z] #101 DONE 0.1s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #95 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-02T09:39:17.364Z] #95 DONE 0.1s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #102 [security-spire-config stage-2 6/10] COPY security.txt / [2026-03-02T09:39:17.364Z] #102 DONE 0.1s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-03-02T09:39:17.364Z] #103 DONE 0.1s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-03-02T09:39:17.364Z] #104 DONE 0.1s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.364Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-03-02T09:39:17.364Z] #105 DONE 0.1s [2026-03-02T09:39:17.364Z] [2026-03-02T09:39:17.365Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-03-02T09:39:17.365Z] #106 DONE 0.1s [2026-03-02T09:39:17.365Z] [2026-03-02T09:39:17.365Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-03-02T09:39:17.365Z] #107 DONE 0.1s [2026-03-02T09:39:17.365Z] [2026-03-02T09:39:17.365Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-03-02T09:39:17.365Z] #108 DONE 0.1s [2026-03-02T09:39:17.365Z] [2026-03-02T09:39:17.365Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-02T09:39:17.365Z] #109 DONE 0.1s [2026-03-02T09:39:17.365Z] [2026-03-02T09:39:17.365Z] #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-03-02T09:39:17.625Z] #110 DONE 0.1s [2026-03-02T09:39:17.625Z] [2026-03-02T09:39:17.625Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-03-02T09:39:17.625Z] #111 DONE 0.1s [2026-03-02T09:39:17.625Z] [2026-03-02T09:39:17.625Z] #112 [security-spire-config] exporting to image [2026-03-02T09:39:17.625Z] #112 exporting layers [2026-03-02T09:39:18.193Z] #112 ... [2026-03-02T09:39:18.193Z] [2026-03-02T09:39:18.193Z] #113 [security-spire-server] exporting to image [2026-03-02T09:39:18.193Z] #113 exporting layers 0.5s done [2026-03-02T09:39:18.193Z] #113 writing image sha256:2333867113d12e33e2f118203fc6a664ddf1f1f7e77405f710482e2327481054 0.0s done [2026-03-02T09:39:18.193Z] #113 naming to docker.io/library/security-spire-server done [2026-03-02T09:39:18.193Z] #113 DONE 0.5s [2026-03-02T09:39:18.193Z] [2026-03-02T09:39:18.193Z] #112 [security-spire-config] exporting to image [2026-03-02T09:39:18.193Z] #112 exporting layers 0.5s done [2026-03-02T09:39:18.193Z] #112 writing image sha256:9fd67635b0f7814871c66ad23cb6d379e3ae7231b717dca69076465d8f18bd82 done [2026-03-02T09:39:18.193Z] #112 naming to docker.io/library/security-spire-config done [2026-03-02T09:39:18.193Z] #112 DONE 0.5s [2026-03-02T09:39:18.193Z] [2026-03-02T09:39:18.193Z] #114 [security-spire-agent] exporting to image [2026-03-02T09:39:18.193Z] #114 exporting layers 0.5s done [2026-03-02T09:39:18.193Z] #114 writing image sha256:37d481d1c7c57c19d4ad8cfbb5f9ab412761bc8b81d0fa7d5a3cefeae24274bf done [2026-03-02T09:39:18.193Z] #114 naming to docker.io/library/security-spire-agent done [2026-03-02T09:39:18.193Z] #114 DONE 0.6s [2026-03-02T09:39:18.193Z] [2026-03-02T09:39:18.193Z] #115 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:27.629Z] Removing intermediate container ee1c7dab32cb [2026-03-02T09:39:27.629Z] ---> 8ab2e950fc1f [2026-03-02T09:39:27.629Z] Successfully built 8ab2e950fc1f [2026-03-02T09:39:27.629Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:39:27.963Z] + docker inspect -f . ci-base-image-arm64 [2026-03-02T09:39:27.963Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T09:39:28.167Z] #115 ... [2026-03-02T09:39:28.167Z] [2026-03-02T09:39:28.167Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:28.167Z] #116 ... [2026-03-02T09:39:28.167Z] [2026-03-02T09:39:28.167Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:28.167Z] #117 ... [2026-03-02T09:39:28.167Z] [2026-03-02T09:39:28.167Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:28.167Z] #118 ... [2026-03-02T09:39:28.167Z] [2026-03-02T09:39:28.167Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:28.167Z] #119 ... [2026-03-02T09:39:28.167Z] [2026-03-02T09:39:28.167Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:28.183Z] prd-ubuntu20.04-docker-arm64-4c-16g-2860 does not seem to be running inside a container [2026-03-02T09:39:28.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2026-03-02T09:39:31.358Z] $ docker top aa6aa3e81934bf036dec81b1cb47324f95bcb45f18e926a88f12a53397e05cae -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-02T09:39:32.184Z] + go version [2026-03-02T09:39:32.184Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-03-02T09:39:32.200Z] $ docker stop --time=1 aa6aa3e81934bf036dec81b1cb47324f95bcb45f18e926a88f12a53397e05cae [2026-03-02T09:39:33.865Z] $ docker rm -f --volumes aa6aa3e81934bf036dec81b1cb47324f95bcb45f18e926a88f12a53397e05cae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:39:34.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-02T09:39:34.583Z] [2026-03-02T09:39:34.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:39:34.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-02T09:39:34.919Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2026-03-02T09:39:34.919Z] 547446be3368: Pulling fs layer [2026-03-02T09:39:34.919Z] d125d8839a47: Pulling fs layer [2026-03-02T09:39:34.919Z] 3e85d5ac6304: Pulling fs layer [2026-03-02T09:39:34.919Z] c3105a71a48b: Pulling fs layer [2026-03-02T09:39:34.919Z] 0f093f025ec4: Pulling fs layer [2026-03-02T09:39:34.919Z] c3106fc0e877: Pulling fs layer [2026-03-02T09:39:34.919Z] c3105a71a48b: Waiting [2026-03-02T09:39:34.919Z] c3106fc0e877: Waiting [2026-03-02T09:39:34.919Z] 0f093f025ec4: Waiting [2026-03-02T09:39:35.187Z] 547446be3368: Verifying Checksum [2026-03-02T09:39:35.187Z] 547446be3368: Download complete [2026-03-02T09:39:35.187Z] c3105a71a48b: Verifying Checksum [2026-03-02T09:39:35.187Z] c3105a71a48b: Download complete [2026-03-02T09:39:35.456Z] d125d8839a47: Verifying Checksum [2026-03-02T09:39:35.456Z] d125d8839a47: Download complete [2026-03-02T09:39:35.456Z] c3106fc0e877: Verifying Checksum [2026-03-02T09:39:35.456Z] c3106fc0e877: Download complete [2026-03-02T09:39:35.724Z] 0f093f025ec4: Verifying Checksum [2026-03-02T09:39:35.724Z] 0f093f025ec4: Download complete [2026-03-02T09:39:35.724Z] 547446be3368: Pull complete [2026-03-02T09:39:36.283Z] #120 DONE 17.9s [2026-03-02T09:39:36.283Z] [2026-03-02T09:39:36.283Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:36.283Z] #117 DONE 17.9s [2026-03-02T09:39:36.283Z] [2026-03-02T09:39:36.283Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:36.283Z] #118 DONE 17.8s [2026-03-02T09:39:36.283Z] [2026-03-02T09:39:36.283Z] #115 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:36.283Z] #115 DONE 17.9s [2026-03-02T09:39:36.283Z] [2026-03-02T09:39:36.283Z] #121 [core-metadata builder 6/7] COPY . . [2026-03-02T09:39:36.283Z] #121 ... [2026-03-02T09:39:36.283Z] [2026-03-02T09:39:36.283Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:36.283Z] #119 DONE 17.8s [2026-03-02T09:39:36.283Z] [2026-03-02T09:39:36.283Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:36.283Z] #116 DONE 17.9s [2026-03-02T09:39:36.283Z] [2026-03-02T09:39:36.283Z] #122 [security-bootstrapper builder 6/7] COPY . . [2026-03-02T09:39:37.145Z] d125d8839a47: Pull complete [2026-03-02T09:39:37.412Z] 3e85d5ac6304: Verifying Checksum [2026-03-02T09:39:37.412Z] 3e85d5ac6304: Download complete [2026-03-02T09:39:40.478Z] #122 ... [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #121 DONE 5.4s [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:40.478Z] #123 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #124 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #124 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:40.478Z] #125 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:40.478Z] #126 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:40.478Z] #127 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #128 [security-bootstrapper builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #128 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #129 [security-proxy-auth builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #129 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:40.478Z] #130 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:40.478Z] #131 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #132 [core-keeper builder 7/8] COPY . . [2026-03-02T09:39:40.478Z] #132 DONE 5.4s [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #133 [core-command builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #133 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #134 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:40.478Z] #134 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:40.478Z] #135 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:40.478Z] #136 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:40.478Z] #137 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #138 [core-metadata builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #138 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #122 DONE 5.4s [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:39:40.478Z] #139 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #140 [security-secretstore-setup builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #140 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #141 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:39:40.478Z] #141 CACHED [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #142 [support-scheduler builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #142 DONE 5.4s [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #143 [support-notifications builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #143 DONE 5.4s [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #144 [security-spiffe-token-provider builder 6/7] COPY . . [2026-03-02T09:39:40.478Z] #144 DONE 5.4s [2026-03-02T09:39:40.478Z] [2026-03-02T09:39:40.478Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-02T09:39:41.410Z] #145 0.913 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-03-02T09:39:47.498Z] 3e85d5ac6304: Pull complete [2026-03-02T09:39:47.498Z] c3105a71a48b: Pull complete [2026-03-02T09:39:48.470Z] 0f093f025ec4: Pull complete [2026-03-02T09:39:48.735Z] c3106fc0e877: Pull complete [2026-03-02T09:39:48.735Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2026-03-02T09:39:48.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-02T09:39:48.735Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T09:39:48.946Z] prd-ubuntu20.04-docker-arm64-4c-16g-2860 does not seem to be running inside a container [2026-03-02T09:39:49.019Z] $ 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/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2026-03-02T09:39:50.975Z] $ docker top 607b38641e6702f312844520b846e8beec4b197c96a9509de1eb54b11849ef6e -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-02T09:39:51.361Z] #145 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-02T09:39:51.361Z] #0 0.705 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-02T09:39:51.361Z] #146 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-02T09:39:51.361Z] #0 0.924 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-02T09:39:51.361Z] #147 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T09:39:51.361Z] #0 0.541 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-02T09:39:51.361Z] #148 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:39:51.361Z] #0 0.909 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-02T09:39:51.361Z] #149 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T09:39:51.361Z] #0 0.788 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-02T09:39:51.361Z] #150 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T09:39:51.361Z] #0 0.708 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-02T09:39:51.361Z] #151 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-02T09:39:51.361Z] #0 0.540 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-02T09:39:51.361Z] #152 ... [2026-03-02T09:39:51.361Z] [2026-03-02T09:39:51.361Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T09:39:51.361Z] #0 0.970 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-03-02T09:39:51.617Z] #153 ... [2026-03-02T09:39:51.617Z] [2026-03-02T09:39:51.617Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-02T09:39:51.617Z] #0 0.918 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-02T09:39:51.800Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-03-02T09:39:51.874Z] #154 ... [2026-03-02T09:39:51.874Z] [2026-03-02T09:39:51.874Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-02T09:39:51.874Z] #0 0.539 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-02T09:39:51.874Z] #155 ... [2026-03-02T09:39:51.875Z] [2026-03-02T09:39:51.875Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-02T09:39:51.875Z] #0 0.696 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-02T09:40:01.875Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #1 transferring dockerfile: 1.81kB 0.0s done [2026-03-02T09:40:01.875Z] #1 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #2 transferring dockerfile: 2.49kB done [2026-03-02T09:40:01.875Z] #2 DONE 0.0s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #3 [core-command internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #3 transferring dockerfile: 1.94kB done [2026-03-02T09:40:01.875Z] #3 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #4 transferring dockerfile: 1.89kB 0.0s done [2026-03-02T09:40:01.875Z] #4 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #5 [security-spire-server internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #5 transferring dockerfile: 1.70kB done [2026-03-02T09:40:01.875Z] #5 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #6 [support-notifications internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #6 transferring dockerfile: 2.02kB done [2026-03-02T09:40:01.875Z] #6 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #7 transferring dockerfile: 3.02kB 0.0s done [2026-03-02T09:40:01.875Z] #7 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #8 [core-metadata internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #8 transferring dockerfile: 2.10kB 0.0s done [2026-03-02T09:40:01.875Z] #8 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #9 [security-spire-config internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #9 transferring dockerfile: 1.69kB done [2026-03-02T09:40:01.875Z] #9 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #10 [support-scheduler internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #10 transferring dockerfile: 1.83kB done [2026-03-02T09:40:01.875Z] #10 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #11 [core-data internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #11 transferring dockerfile: 2.04kB done [2026-03-02T09:40:01.875Z] #11 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #12 transferring dockerfile: 2.14kB done [2026-03-02T09:40:01.875Z] #12 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #13 transferring dockerfile: 2.50kB done [2026-03-02T09:40:01.875Z] #13 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-03-02T09:40:01.875Z] #14 transferring dockerfile: 2.23kB done [2026-03-02T09:40:01.875Z] #14 DONE 0.1s [2026-03-02T09:40:01.875Z] [2026-03-02T09:40:01.875Z] #15 [core-keeper internal] load build definition from Dockerfile [2026-03-02T09:40:02.147Z] #15 transferring dockerfile: 2.07kB done [2026-03-02T09:40:02.147Z] #15 DONE 0.1s [2026-03-02T09:40:02.147Z] [2026-03-02T09:40:02.147Z] #16 [security-spire-agent internal] load .dockerignore [2026-03-02T09:40:02.147Z] #16 transferring context: 50B done [2026-03-02T09:40:02.147Z] #16 DONE 0.1s [2026-03-02T09:40:02.728Z] [2026-03-02T09:40:02.728Z] #17 [security-secretstore-setup internal] load .dockerignore [2026-03-02T09:40:02.728Z] #17 transferring context: 50B done [2026-03-02T09:40:02.728Z] #17 DONE 0.1s [2026-03-02T09:40:03.003Z] [2026-03-02T09:40:03.003Z] #18 [core-command internal] load .dockerignore [2026-03-02T09:40:03.003Z] #18 transferring context: 50B 0.0s done [2026-03-02T09:40:03.003Z] #18 DONE 0.1s [2026-03-02T09:40:03.003Z] [2026-03-02T09:40:03.003Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2026-03-02T09:40:03.003Z] #19 transferring context: 50B done [2026-03-02T09:40:03.003Z] #19 DONE 0.1s [2026-03-02T09:40:03.003Z] [2026-03-02T09:40:03.003Z] #20 [security-spire-server internal] load .dockerignore [2026-03-02T09:40:03.003Z] #20 transferring context: 50B done [2026-03-02T09:40:03.003Z] #20 DONE 0.1s [2026-03-02T09:40:03.003Z] [2026-03-02T09:40:03.003Z] #21 [support-notifications internal] load .dockerignore [2026-03-02T09:40:03.003Z] #21 transferring context: 50B done [2026-03-02T09:40:03.003Z] #21 DONE 0.1s [2026-03-02T09:40:03.003Z] [2026-03-02T09:40:03.003Z] #22 [security-bootstrapper internal] load .dockerignore [2026-03-02T09:40:03.003Z] #22 transferring context: 50B done [2026-03-02T09:40:03.003Z] #22 DONE 0.1s [2026-03-02T09:40:03.003Z] [2026-03-02T09:40:03.003Z] #23 [core-metadata internal] load .dockerignore [2026-03-02T09:40:03.278Z] #23 transferring context: 50B 0.0s done [2026-03-02T09:40:03.278Z] #23 DONE 0.1s [2026-03-02T09:40:03.278Z] [2026-03-02T09:40:03.278Z] #24 [security-spire-config internal] load .dockerignore [2026-03-02T09:40:03.278Z] #24 transferring context: 50B 0.0s done [2026-03-02T09:40:03.278Z] #24 DONE 0.1s [2026-03-02T09:40:03.278Z] [2026-03-02T09:40:03.278Z] #25 [support-scheduler internal] load .dockerignore [2026-03-02T09:40:03.278Z] #25 transferring context: 50B 0.0s done [2026-03-02T09:40:03.278Z] #25 DONE 0.1s [2026-03-02T09:40:03.278Z] [2026-03-02T09:40:03.278Z] #26 [core-data internal] load .dockerignore [2026-03-02T09:40:03.278Z] #26 transferring context: 50B done [2026-03-02T09:40:03.278Z] #26 DONE 0.1s [2026-03-02T09:40:03.278Z] [2026-03-02T09:40:03.278Z] #27 [security-proxy-auth internal] load .dockerignore [2026-03-02T09:40:03.278Z] #27 transferring context: 50B 0.0s done [2026-03-02T09:40:03.278Z] #27 DONE 0.1s [2026-03-02T09:40:03.278Z] [2026-03-02T09:40:03.278Z] #28 [security-proxy-setup internal] load .dockerignore [2026-03-02T09:40:03.546Z] #28 transferring context: 50B 0.0s done [2026-03-02T09:40:03.546Z] #28 DONE 0.1s [2026-03-02T09:40:03.546Z] [2026-03-02T09:40:03.546Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2026-03-02T09:40:03.546Z] #29 transferring context: 50B done [2026-03-02T09:40:03.546Z] #29 DONE 0.1s [2026-03-02T09:40:03.546Z] [2026-03-02T09:40:03.546Z] #30 [core-keeper internal] load .dockerignore [2026-03-02T09:40:03.546Z] #30 transferring context: 50B done [2026-03-02T09:40:03.546Z] #30 DONE 0.0s [2026-03-02T09:40:03.546Z] [2026-03-02T09:40:03.546Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-03-02T09:40:04.127Z] #31 ... [2026-03-02T09:40:04.127Z] [2026-03-02T09:40:04.127Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.22 [2026-03-02T09:40:04.127Z] #32 DONE 0.5s [2026-03-02T09:40:04.127Z] [2026-03-02T09:40:04.127Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-02T09:40:04.393Z] #33 ... [2026-03-02T09:40:04.393Z] [2026-03-02T09:40:04.393Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:04.393Z] #34 DONE 0.0s [2026-03-02T09:40:04.393Z] [2026-03-02T09:40:04.393Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.22 [2026-03-02T09:40:04.393Z] #32 DONE 0.5s [2026-03-02T09:40:04.393Z] [2026-03-02T09:40:04.393Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:04.393Z] #34 DONE 0.0s [2026-03-02T09:40:04.393Z] [2026-03-02T09:40:04.393Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.22 [2026-03-02T09:40:04.393Z] #32 DONE 0.5s [2026-03-02T09:40:04.393Z] [2026-03-02T09:40:04.393Z] #35 [core-command internal] load build context [2026-03-02T09:40:04.978Z] #35 ... [2026-03-02T09:40:04.978Z] [2026-03-02T09:40:04.978Z] #34 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:04.978Z] #34 DONE 0.0s [2026-03-02T09:40:04.978Z] [2026-03-02T09:40:04.978Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2026-03-02T09:40:04.978Z] #32 DONE 0.5s [2026-03-02T09:40:04.978Z] [2026-03-02T09:40:04.978Z] #36 [support-notifications internal] load build context [2026-03-02T09:40:04.978Z] #36 ... [2026-03-02T09:40:04.978Z] [2026-03-02T09:40:04.978Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-02T09:40:04.978Z] #33 DONE 1.4s [2026-03-02T09:40:05.260Z] [2026-03-02T09:40:05.260Z] #37 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-02T09:40:05.260Z] #37 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-02T09:40:05.260Z] #37 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-02T09:40:05.260Z] #37 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-02T09:40:05.260Z] #37 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-02T09:40:05.260Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 1.05MB / 4.14MB 0.5s [2026-03-02T09:40:05.260Z] #37 ... [2026-03-02T09:40:05.260Z] [2026-03-02T09:40:05.260Z] #34 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:05.260Z] #34 DONE 0.0s [2026-03-02T09:40:05.260Z] [2026-03-02T09:40:05.260Z] #37 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-02T09:40:05.260Z] #37 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-02T09:40:05.260Z] #37 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-02T09:40:05.260Z] #37 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-02T09:40:05.260Z] #37 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-02T09:40:05.260Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 2.10MB / 4.14MB 0.8s [2026-03-02T09:40:05.529Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.15MB / 4.14MB 0.9s [2026-03-02T09:40:05.799Z] #37 ... [2026-03-02T09:40:05.799Z] [2026-03-02T09:40:05.799Z] #34 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:05.799Z] #34 DONE 0.0s [2026-03-02T09:40:05.799Z] [2026-03-02T09:40:05.799Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-03-02T09:40:05.799Z] #31 DONE 2.1s [2026-03-02T09:40:05.799Z] [2026-03-02T09:40:05.799Z] #37 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-02T09:40:05.799Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.2s [2026-03-02T09:40:06.067Z] #37 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-02T09:40:06.067Z] #37 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-02T09:40:06.067Z] #37 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-02T09:40:06.067Z] #37 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-02T09:40:06.067Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.3s done [2026-03-02T09:40:06.067Z] #37 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 [2026-03-02T09:40:06.067Z] #37 ... [2026-03-02T09:40:06.067Z] [2026-03-02T09:40:06.067Z] #34 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:06.067Z] #34 DONE 0.0s [2026-03-02T09:40:06.067Z] [2026-03-02T09:40:06.067Z] #37 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-02T09:40:06.067Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.3s done [2026-03-02T09:40:06.067Z] #37 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-02T09:40:06.067Z] #37 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-02T09:40:06.067Z] #37 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-02T09:40:06.067Z] #37 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-02T09:40:06.067Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.3s done [2026-03-02T09:40:06.334Z] #37 ... [2026-03-02T09:40:06.334Z] [2026-03-02T09:40:06.334Z] #38 [security-spiffe-token-provider internal] load build context [2026-03-02T09:40:06.334Z] #38 transferring context: 3.39MB 1.2s done [2026-03-02T09:40:06.334Z] #38 DONE 1.8s [2026-03-02T09:40:06.334Z] [2026-03-02T09:40:06.334Z] #39 [security-secretstore-setup internal] load build context [2026-03-02T09:40:06.334Z] #39 transferring context: 3.39MB 1.4s done [2026-03-02T09:40:06.334Z] #39 DONE 1.9s [2026-03-02T09:40:06.334Z] [2026-03-02T09:40:06.334Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:06.334Z] #34 DONE 0.0s [2026-03-02T09:40:06.334Z] [2026-03-02T09:40:06.334Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-02T09:40:06.334Z] #33 DONE 2.1s [2026-03-02T09:40:06.334Z] [2026-03-02T09:40:06.334Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:06.334Z] #40 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.2s done [2026-03-02T09:40:06.334Z] #40 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-02T09:40:06.334Z] #40 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-03-02T09:40:06.334Z] #40 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-03-02T09:40:06.334Z] #40 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.6s [2026-03-02T09:40:06.334Z] #40 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.6s [2026-03-02T09:40:06.334Z] #40 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.6s [2026-03-02T09:40:06.601Z] #40 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.2s done [2026-03-02T09:40:06.601Z] #40 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-02T09:40:06.601Z] #40 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-03-02T09:40:06.601Z] #40 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-03-02T09:40:06.601Z] #40 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.7s done [2026-03-02T09:40:06.601Z] #40 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.7s [2026-03-02T09:40:06.601Z] #40 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2026-03-02T09:40:06.601Z] #40 ... [2026-03-02T09:40:06.601Z] [2026-03-02T09:40:06.601Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:06.601Z] #34 DONE 0.0s [2026-03-02T09:40:06.601Z] [2026-03-02T09:40:06.601Z] #41 [security-spire-server internal] load build context [2026-03-02T09:40:06.601Z] #41 transferring context: 26.44kB 0.2s done [2026-03-02T09:40:06.601Z] #41 DONE 1.4s [2026-03-02T09:40:06.601Z] [2026-03-02T09:40:06.601Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:06.601Z] #40 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.7s done [2026-03-02T09:40:06.601Z] #40 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.8s done [2026-03-02T09:40:06.601Z] #40 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2026-03-02T09:40:06.870Z] #40 ... [2026-03-02T09:40:06.870Z] [2026-03-02T09:40:06.870Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:06.870Z] #34 DONE 0.0s [2026-03-02T09:40:06.870Z] [2026-03-02T09:40:06.870Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:06.870Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 1.0s [2026-03-02T09:40:07.137Z] #40 ... [2026-03-02T09:40:07.137Z] [2026-03-02T09:40:07.137Z] #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-02T09:40:07.137Z] #34 DONE 0.0s [2026-03-02T09:40:07.137Z] [2026-03-02T09:40:07.137Z] #35 [core-command internal] load build context [2026-03-02T09:40:07.137Z] #35 transferring context: 3.39MB 1.7s done [2026-03-02T09:40:07.137Z] #35 DONE 2.6s [2026-03-02T09:40:07.137Z] [2026-03-02T09:40:07.137Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:07.137Z] #40 ... [2026-03-02T09:40:07.137Z] [2026-03-02T09:40:07.137Z] #42 [security-spire-agent internal] load build context [2026-03-02T09:40:07.137Z] #42 transferring context: 25.98kB 0.1s done [2026-03-02T09:40:07.137Z] #42 DONE 1.3s [2026-03-02T09:40:07.137Z] [2026-03-02T09:40:07.137Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:07.137Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 1.4s [2026-03-02T09:40:07.403Z] #40 ... [2026-03-02T09:40:07.403Z] [2026-03-02T09:40:07.403Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 [2026-03-02T09:40:07.403Z] #32 DONE 2.3s [2026-03-02T09:40:07.403Z] [2026-03-02T09:40:07.403Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:07.403Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 1.6s [2026-03-02T09:40:07.670Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.29MB / 37.02MB 1.8s [2026-03-02T09:40:07.670Z] #40 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-02T09:40:07.940Z] #40 ... [2026-03-02T09:40:07.940Z] [2026-03-02T09:40:07.940Z] #43 [security-spire-config internal] load build context [2026-03-02T09:40:07.940Z] #43 transferring context: 24.70kB 0.2s done [2026-03-02T09:40:07.940Z] #43 DONE 1.2s [2026-03-02T09:40:07.940Z] [2026-03-02T09:40:07.940Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:07.940Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 9.44MB / 37.02MB 2.0s [2026-03-02T09:40:07.940Z] #40 ... [2026-03-02T09:40:07.940Z] [2026-03-02T09:40:07.940Z] #44 [security-bootstrapper internal] load build context [2026-03-02T09:40:07.940Z] #44 transferring context: 3.39MB 1.6s done [2026-03-02T09:40:07.940Z] #44 DONE 2.8s [2026-03-02T09:40:07.940Z] [2026-03-02T09:40:07.940Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:07.940Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.53MB / 37.02MB 2.2s [2026-03-02T09:40:08.208Z] #40 ... [2026-03-02T09:40:08.208Z] [2026-03-02T09:40:08.209Z] #36 [support-notifications internal] load build context [2026-03-02T09:40:08.209Z] #36 transferring context: 3.39MB 2.2s done [2026-03-02T09:40:08.209Z] #36 DONE 3.3s [2026-03-02T09:40:08.209Z] [2026-03-02T09:40:08.209Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:08.794Z] #40 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done [2026-03-02T09:40:09.061Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.63MB / 37.02MB 3.1s [2026-03-02T09:40:09.328Z] #40 ... [2026-03-02T09:40:09.328Z] [2026-03-02T09:40:09.328Z] #45 [core-metadata internal] load build context [2026-03-02T09:40:09.328Z] #45 transferring context: 3.39MB 1.7s done [2026-03-02T09:40:09.328Z] #45 DONE 3.2s [2026-03-02T09:40:09.328Z] [2026-03-02T09:40:09.328Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:09.328Z] #40 ... [2026-03-02T09:40:09.328Z] [2026-03-02T09:40:09.328Z] #37 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-02T09:40:09.328Z] #37 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-02T09:40:09.328Z] #37 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-02T09:40:09.328Z] #37 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-02T09:40:09.328Z] #37 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-02T09:40:09.328Z] #37 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 1.3s done [2026-03-02T09:40:09.328Z] #37 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 2.2s done [2026-03-02T09:40:09.329Z] #37 DONE 5.8s [2026-03-02T09:40:09.329Z] [2026-03-02T09:40:09.329Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:09.910Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.73MB / 37.02MB 4.0s [2026-03-02T09:40:10.177Z] #40 ... [2026-03-02T09:40:10.177Z] [2026-03-02T09:40:10.177Z] #46 [support-scheduler internal] load build context [2026-03-02T09:40:10.177Z] #46 transferring context: 3.39MB 2.4s done [2026-03-02T09:40:10.177Z] #46 DONE 3.9s [2026-03-02T09:40:10.177Z] [2026-03-02T09:40:10.177Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:10.177Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 17.83MB / 37.02MB 4.4s [2026-03-02T09:40:10.761Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 19.92MB / 37.02MB 4.7s [2026-03-02T09:40:10.761Z] #40 ... [2026-03-02T09:40:10.761Z] [2026-03-02T09:40:10.761Z] #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2026-03-02T09:40:10.761Z] #47 DONE 6.5s [2026-03-02T09:40:10.761Z] [2026-03-02T09:40:10.761Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:10.761Z] #40 ... [2026-03-02T09:40:10.761Z] [2026-03-02T09:40:10.761Z] #48 [core-keeper internal] load build context [2026-03-02T09:40:10.761Z] #48 transferring context: 3.39MB 2.2s done [2026-03-02T09:40:10.761Z] #48 DONE 3.3s [2026-03-02T09:40:10.761Z] [2026-03-02T09:40:10.761Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:11.029Z] #40 ... [2026-03-02T09:40:11.029Z] [2026-03-02T09:40:11.029Z] #49 [core-common-config-bootstrapper internal] load build context [2026-03-02T09:40:11.029Z] #49 transferring context: 3.39MB 2.1s done [2026-03-02T09:40:11.029Z] #49 DONE 4.0s [2026-03-02T09:40:11.029Z] [2026-03-02T09:40:11.029Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:11.298Z] #40 ... [2026-03-02T09:40:11.298Z] [2026-03-02T09:40:11.298Z] #50 [security-proxy-setup internal] load build context [2026-03-02T09:40:11.298Z] #50 transferring context: 3.39MB 2.0s done [2026-03-02T09:40:11.298Z] #50 DONE 4.2s [2026-03-02T09:40:11.298Z] [2026-03-02T09:40:11.298Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:11.568Z] #40 ... [2026-03-02T09:40:11.568Z] [2026-03-02T09:40:11.568Z] #51 [core-data internal] load build context [2026-03-02T09:40:11.568Z] #51 transferring context: 3.39MB 2.0s done [2026-03-02T09:40:11.568Z] #51 DONE 4.4s [2026-03-02T09:40:11.568Z] [2026-03-02T09:40:11.568Z] #52 [security-proxy-auth internal] load build context [2026-03-02T09:40:11.568Z] #52 transferring context: 3.39MB 2.0s done [2026-03-02T09:40:11.568Z] #52 DONE 4.5s [2026-03-02T09:40:11.568Z] [2026-03-02T09:40:11.568Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:11.840Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.02MB / 37.02MB 6.0s [2026-03-02T09:40:12.428Z] #40 ... [2026-03-02T09:40:12.428Z] [2026-03-02T09:40:12.428Z] #53 [core-command builder 2/7] WORKDIR /edgex-go [2026-03-02T09:40:12.428Z] #53 DONE 1.4s [2026-03-02T09:40:12.428Z] [2026-03-02T09:40:12.428Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:12.428Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 24.12MB / 37.02MB 6.6s [2026-03-02T09:40:12.698Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 26.21MB / 37.02MB 6.8s [2026-03-02T09:40:13.673Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 28.31MB / 37.02MB 8.0s [2026-03-02T09:40:15.622Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 30.41MB / 37.02MB 10.0s [2026-03-02T09:40:15.891Z] #40 ... [2026-03-02T09:40:15.891Z] [2026-03-02T09:40:15.891Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-02T09:40:15.891Z] #54 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.7s done [2026-03-02T09:40:15.891Z] #54 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2026-03-02T09:40:15.891Z] #54 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-03-02T09:40:15.891Z] #54 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2026-03-02T09:40:15.891Z] #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-03-02T09:40:15.891Z] #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-03-02T09:40:15.891Z] #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-03-02T09:40:15.891Z] #54 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.4s done [2026-03-02T09:40:15.891Z] #54 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 3.5s done [2026-03-02T09:40:15.891Z] #54 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-02T09:40:15.891Z] #54 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done [2026-03-02T09:40:15.891Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 4.8s [2026-03-02T09:40:15.891Z] #54 ... [2026-03-02T09:40:15.891Z] [2026-03-02T09:40:15.891Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:16.855Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 32.51MB / 37.02MB 11.0s [2026-03-02T09:40:16.855Z] #40 ... [2026-03-02T09:40:16.855Z] [2026-03-02T09:40:16.855Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-02T09:40:16.855Z] #55 DONE 7.3s [2026-03-02T09:40:16.855Z] [2026-03-02T09:40:16.855Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:17.449Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 34.60MB / 37.02MB 11.6s [2026-03-02T09:40:17.724Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 12.0s [2026-03-02T09:40:18.002Z] #40 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 12.1s done [2026-03-02T09:40:19.965Z] #40 ... [2026-03-02T09:40:19.965Z] [2026-03-02T09:40:19.965Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-02T09:40:19.965Z] #0 8.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:19.965Z] #0 9.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:20.231Z] #56 ... [2026-03-02T09:40:20.231Z] [2026-03-02T09:40:20.231Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-02T09:40:20.231Z] #0 8.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:20.231Z] #0 9.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:20.498Z] #57 ... [2026-03-02T09:40:20.498Z] [2026-03-02T09:40:20.498Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-02T09:40:20.498Z] #0 9.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:20.498Z] #0 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:20.498Z] #58 ... [2026-03-02T09:40:20.498Z] [2026-03-02T09:40:20.498Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-02T09:40:20.498Z] #59 ... [2026-03-02T09:40:20.498Z] [2026-03-02T09:40:20.498Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-02T09:40:20.766Z] #60 ... [2026-03-02T09:40:20.766Z] [2026-03-02T09:40:20.766Z] #61 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:20.766Z] #0 9.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:20.766Z] #0 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:21.033Z] #61 ... [2026-03-02T09:40:21.033Z] [2026-03-02T09:40:21.033Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-02T09:40:21.033Z] #0 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:21.033Z] #62 ... [2026-03-02T09:40:21.033Z] [2026-03-02T09:40:21.033Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:21.033Z] #63 ... [2026-03-02T09:40:21.033Z] [2026-03-02T09:40:21.033Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-02T09:40:21.033Z] #0 10.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:21.300Z] #64 ... [2026-03-02T09:40:21.300Z] [2026-03-02T09:40:21.300Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-02T09:40:21.568Z] #65 ... [2026-03-02T09:40:21.568Z] [2026-03-02T09:40:21.568Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:21.568Z] #40 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0.2s [2026-03-02T09:40:22.151Z] #40 ... [2026-03-02T09:40:22.151Z] [2026-03-02T09:40:22.151Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-02T09:40:22.151Z] #66 DONE 9.5s [2026-03-02T09:40:22.151Z] [2026-03-02T09:40:22.151Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:22.418Z] #40 ... [2026-03-02T09:40:22.418Z] [2026-03-02T09:40:22.418Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-02T09:40:22.418Z] #0 9.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:22.418Z] #67 ... [2026-03-02T09:40:22.418Z] [2026-03-02T09:40:22.418Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:40:22.686Z] #68 ... [2026-03-02T09:40:22.686Z] [2026-03-02T09:40:22.686Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-02T09:40:22.686Z] #69 ... [2026-03-02T09:40:22.686Z] [2026-03-02T09:40:22.686Z] #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:40:22.686Z] #0 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:22.988Z] #70 ... [2026-03-02T09:40:22.988Z] [2026-03-02T09:40:22.988Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-02T09:40:22.988Z] #0 6.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:22.988Z] #0 7.698 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:22.988Z] #71 ... [2026-03-02T09:40:22.988Z] [2026-03-02T09:40:22.988Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:24.932Z] #40 ... [2026-03-02T09:40:24.932Z] [2026-03-02T09:40:24.932Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-02T09:40:24.932Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 13.7s done [2026-03-02T09:40:24.932Z] #54 DONE 18.8s [2026-03-02T09:40:24.932Z] [2026-03-02T09:40:24.932Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:27.569Z] #40 ... [2026-03-02T09:40:27.569Z] [2026-03-02T09:40:27.569Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:27.569Z] #0 7.986 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:27.569Z] #0 9.424 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:27.569Z] #72 ... [2026-03-02T09:40:27.569Z] [2026-03-02T09:40:27.569Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-02T09:40:27.569Z] #57 16.80 (1/7) Installing ca-certificates (20250911-r0) [2026-03-02T09:40:27.569Z] #57 17.36 (2/7) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:27.569Z] #57 17.46 (3/7) Installing libgcc (14.2.0-r6) [2026-03-02T09:40:27.836Z] #57 17.48 (4/7) Installing libsodium (1.0.20-r1) [2026-03-02T09:40:27.837Z] #57 17.54 (5/7) Installing libstdc++ (14.2.0-r6) [2026-03-02T09:40:28.104Z] #57 17.96 (6/7) Installing libzmq (4.3.5-r2) [2026-03-02T09:40:28.372Z] #57 18.12 (7/7) Installing zeromq (4.3.5-r2) [2026-03-02T09:40:28.372Z] #57 18.23 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:28.640Z] #57 18.34 Executing ca-certificates-20250911-r0.trigger [2026-03-02T09:40:30.051Z] #57 19.82 OK: 12 MiB in 23 packages [2026-03-02T09:40:31.467Z] #57 ... [2026-03-02T09:40:31.467Z] [2026-03-02T09:40:31.467Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:31.467Z] #63 10.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:31.467Z] #63 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:31.467Z] #63 ... [2026-03-02T09:40:31.467Z] [2026-03-02T09:40:31.467Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-02T09:40:31.467Z] #60 10.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:31.467Z] #60 13.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:31.467Z] #60 ... [2026-03-02T09:40:31.467Z] [2026-03-02T09:40:31.467Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:31.467Z] #40 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.5s [2026-03-02T09:40:32.054Z] #40 ... [2026-03-02T09:40:32.054Z] [2026-03-02T09:40:32.055Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-02T09:40:32.055Z] #0 4.044 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:32.055Z] #0 5.722 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:32.055Z] #73 ... [2026-03-02T09:40:32.055Z] [2026-03-02T09:40:32.055Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-02T09:40:32.055Z] #64 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:32.055Z] #64 ... [2026-03-02T09:40:32.055Z] [2026-03-02T09:40:32.055Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:32.639Z] #40 ... [2026-03-02T09:40:32.639Z] [2026-03-02T09:40:32.639Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-02T09:40:32.639Z] #59 12.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:32.639Z] #59 14.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:32.907Z] #59 ... [2026-03-02T09:40:32.907Z] [2026-03-02T09:40:32.907Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:40:32.907Z] #68 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:32.907Z] #68 12.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:32.907Z] #68 ... [2026-03-02T09:40:32.907Z] [2026-03-02T09:40:32.907Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-02T09:40:32.907Z] #57 DONE 22.7s [2026-03-02T09:40:32.907Z] [2026-03-02T09:40:32.907Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-02T09:40:32.907Z] #62 12.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:33.192Z] #62 ... [2026-03-02T09:40:33.192Z] [2026-03-02T09:40:33.192Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:33.192Z] #40 ... [2026-03-02T09:40:33.192Z] [2026-03-02T09:40:33.192Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-02T09:40:33.192Z] #65 12.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:33.192Z] #65 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:33.459Z] #65 ... [2026-03-02T09:40:33.459Z] [2026-03-02T09:40:33.459Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:33.459Z] #63 22.07 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:33.459Z] #63 22.09 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:33.459Z] #63 22.29 OK: 8 MiB in 17 packages [2026-03-02T09:40:34.044Z] #63 ... [2026-03-02T09:40:34.045Z] [2026-03-02T09:40:34.045Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-02T09:40:34.045Z] #69 11.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:34.045Z] #69 17.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:34.045Z] #69 ... [2026-03-02T09:40:34.045Z] [2026-03-02T09:40:34.045Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-02T09:40:34.045Z] #71 19.74 OK: 255 MiB in 60 packages [2026-03-02T09:40:34.045Z] #71 DONE 21.6s [2026-03-02T09:40:34.045Z] [2026-03-02T09:40:34.045Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-02T09:40:34.045Z] #67 11.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:34.045Z] #67 ... [2026-03-02T09:40:34.045Z] [2026-03-02T09:40:34.045Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:34.646Z] #40 ... [2026-03-02T09:40:34.646Z] [2026-03-02T09:40:34.646Z] #61 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:34.646Z] #61 20.56 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:34.646Z] #61 20.60 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:34.646Z] #61 20.88 OK: 8 MiB in 17 packages [2026-03-02T09:40:34.646Z] #61 DONE 24.5s [2026-03-02T09:40:34.646Z] [2026-03-02T09:40:34.646Z] #74 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2026-03-02T09:40:35.233Z] #74 ... [2026-03-02T09:40:35.233Z] [2026-03-02T09:40:35.233Z] #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:40:35.233Z] #70 12.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:35.233Z] #70 ... [2026-03-02T09:40:35.233Z] [2026-03-02T09:40:35.233Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-02T09:40:35.233Z] #59 24.89 (1/3) Installing ca-certificates (20250911-r0) [2026-03-02T09:40:35.500Z] #59 ... [2026-03-02T09:40:35.500Z] [2026-03-02T09:40:35.500Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:40:35.500Z] #75 DONE 1.3s [2026-03-02T09:40:35.500Z] [2026-03-02T09:40:35.500Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:36.086Z] #40 ... [2026-03-02T09:40:36.086Z] [2026-03-02T09:40:36.086Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:36.086Z] #63 DONE 25.6s [2026-03-02T09:40:36.086Z] [2026-03-02T09:40:36.086Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-02T09:40:36.086Z] #59 25.56 (2/3) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:36.086Z] #59 25.59 (3/3) Installing tzdata (2025c-r0) [2026-03-02T09:40:37.052Z] #59 ... [2026-03-02T09:40:37.052Z] [2026-03-02T09:40:37.052Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-02T09:40:37.052Z] #56 19.11 (1/4) Installing ca-certificates (20250911-r0) [2026-03-02T09:40:37.052Z] #56 19.55 (2/4) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:37.052Z] #56 19.61 (3/4) Installing su-exec (0.2-r3) [2026-03-02T09:40:37.052Z] #56 19.62 (4/4) Installing yq-go (4.47.2-r3) [2026-03-02T09:40:37.052Z] #56 21.43 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:37.052Z] #56 21.57 Executing ca-certificates-20250911-r0.trigger [2026-03-02T09:40:37.052Z] #56 23.25 OK: 20 MiB in 20 packages [2026-03-02T09:40:37.052Z] #56 DONE 26.9s [2026-03-02T09:40:37.052Z] [2026-03-02T09:40:37.052Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:37.052Z] #40 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.0s [2026-03-02T09:40:38.020Z] #40 ... [2026-03-02T09:40:38.020Z] [2026-03-02T09:40:38.020Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:40:38.020Z] #68 24.03 OK: 255 MiB in 60 packages [2026-03-02T09:40:38.020Z] #68 DONE 25.7s [2026-03-02T09:40:38.020Z] [2026-03-02T09:40:38.020Z] #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:40:38.989Z] #76 DONE 1.1s [2026-03-02T09:40:38.989Z] [2026-03-02T09:40:38.989Z] #77 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:40:39.702Z] #77 ... [2026-03-02T09:40:39.702Z] [2026-03-02T09:40:39.702Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-02T09:40:39.702Z] #62 23.98 (1/2) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:39.702Z] #62 24.30 (2/2) Installing su-exec (0.2-r3) [2026-03-02T09:40:39.702Z] #62 26.10 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:39.702Z] #62 26.40 OK: 8 MiB in 18 packages [2026-03-02T09:40:39.702Z] #62 DONE 29.3s [2026-03-02T09:40:39.702Z] [2026-03-02T09:40:39.702Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-02T09:40:40.086Z] #78 ... [2026-03-02T09:40:40.086Z] [2026-03-02T09:40:40.086Z] #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-03-02T09:40:40.086Z] #70 25.17 OK: 255 MiB in 60 packages [2026-03-02T09:40:40.086Z] #70 DONE 27.7s [2026-03-02T09:40:40.086Z] [2026-03-02T09:40:40.086Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-02T09:40:40.404Z] #79 ... [2026-03-02T09:40:40.404Z] [2026-03-02T09:40:40.404Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-02T09:40:40.404Z] #58 19.83 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:40:40.404Z] #58 19.83 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:40:40.404Z] #58 19.83 OK: 26165 distinct packages available [2026-03-02T09:40:40.404Z] #58 22.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:40.404Z] #58 24.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:40.404Z] #58 ... [2026-03-02T09:40:40.404Z] [2026-03-02T09:40:40.404Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:41.432Z] #40 ... [2026-03-02T09:40:41.432Z] [2026-03-02T09:40:41.432Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-02T09:40:41.432Z] #64 23.22 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:41.432Z] #64 23.28 (2/4) Installing openssl (3.5.5-r0) [2026-03-02T09:40:41.432Z] #64 23.61 (3/4) Installing su-exec (0.2-r3) [2026-03-02T09:40:41.432Z] #64 23.62 (4/4) Installing yq-go (4.47.2-r3) [2026-03-02T09:40:41.432Z] #64 26.90 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:41.432Z] #64 27.06 OK: 20 MiB in 20 packages [2026-03-02T09:40:41.432Z] #64 DONE 30.8s [2026-03-02T09:40:41.432Z] [2026-03-02T09:40:41.432Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:41.432Z] #40 ... [2026-03-02T09:40:41.432Z] [2026-03-02T09:40:41.432Z] #80 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:40:41.432Z] #80 DONE 1.5s [2026-03-02T09:40:41.432Z] [2026-03-02T09:40:41.432Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:42.489Z] #40 ... [2026-03-02T09:40:42.489Z] [2026-03-02T09:40:42.489Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-02T09:40:42.489Z] #59 27.98 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:42.489Z] #59 28.14 Executing ca-certificates-20250911-r0.trigger [2026-03-02T09:40:42.489Z] #59 29.56 OK: 9 MiB in 19 packages [2026-03-02T09:40:42.489Z] #59 DONE 32.1s [2026-03-02T09:40:42.489Z] [2026-03-02T09:40:42.489Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:42.805Z] #40 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 21.6s [2026-03-02T09:40:42.805Z] #40 ... [2026-03-02T09:40:42.805Z] [2026-03-02T09:40:42.805Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:42.805Z] #0 7.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:42.805Z] #0 9.840 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:43.143Z] #81 ... [2026-03-02T09:40:43.143Z] [2026-03-02T09:40:43.143Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:43.441Z] #40 ... [2026-03-02T09:40:43.441Z] [2026-03-02T09:40:43.441Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-02T09:40:43.441Z] #73 19.74 OK: 255 MiB in 60 packages [2026-03-02T09:40:43.441Z] #73 DONE 21.4s [2026-03-02T09:40:43.441Z] [2026-03-02T09:40:43.441Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-02T09:40:43.441Z] #69 29.35 OK: 255 MiB in 60 packages [2026-03-02T09:40:43.441Z] #69 DONE 31.0s [2026-03-02T09:40:43.441Z] [2026-03-02T09:40:43.441Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:40:45.397Z] #82 ... [2026-03-02T09:40:45.397Z] [2026-03-02T09:40:45.397Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-02T09:40:45.397Z] #72 23.69 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:45.397Z] #72 24.34 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:45.397Z] #72 24.49 OK: 8 MiB in 17 packages [2026-03-02T09:40:45.397Z] #72 DONE 28.0s [2026-03-02T09:40:45.397Z] [2026-03-02T09:40:45.397Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:45.397Z] #40 ... [2026-03-02T09:40:45.397Z] [2026-03-02T09:40:45.397Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:40:45.397Z] #83 ... [2026-03-02T09:40:45.397Z] [2026-03-02T09:40:45.397Z] #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-03-02T09:40:45.397Z] #84 DONE 2.0s [2026-03-02T09:40:45.397Z] [2026-03-02T09:40:45.397Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-02T09:40:45.397Z] #65 30.26 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:40:45.397Z] #65 30.28 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:40:45.397Z] #65 30.28 OK: 26165 distinct packages available [2026-03-02T09:40:45.397Z] #65 32.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:45.397Z] #65 33.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:45.663Z] #65 ... [2026-03-02T09:40:45.663Z] [2026-03-02T09:40:45.663Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:40:45.663Z] #82 DONE 2.1s [2026-03-02T09:40:45.663Z] [2026-03-02T09:40:45.663Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-02T09:40:45.663Z] #60 25.20 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:40:45.663Z] #60 25.20 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:40:45.663Z] #60 25.20 OK: 26165 distinct packages available [2026-03-02T09:40:45.663Z] #60 27.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:45.663Z] #60 30.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:45.663Z] #60 ... [2026-03-02T09:40:45.663Z] [2026-03-02T09:40:45.663Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:45.663Z] #40 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 24.7s done [2026-03-02T09:40:46.252Z] #40 ... [2026-03-02T09:40:46.252Z] [2026-03-02T09:40:46.252Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:46.252Z] #85 ... [2026-03-02T09:40:46.252Z] [2026-03-02T09:40:46.252Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-02T09:40:46.252Z] #58 35.43 (1/13) Installing brotli-libs (1.1.0-r2) [2026-03-02T09:40:46.252Z] #58 35.61 (2/13) Installing c-ares (1.34.6-r0) [2026-03-02T09:40:46.252Z] #58 35.65 (3/13) Installing libunistring (1.3-r0) [2026-03-02T09:40:46.252Z] #58 35.98 (4/13) Installing libidn2 (2.3.7-r0) [2026-03-02T09:40:46.252Z] #58 36.11 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-03-02T09:40:46.519Z] #58 36.41 (6/13) Installing libpsl (0.21.5-r3) [2026-03-02T09:40:46.786Z] #58 36.51 (7/13) Installing zstd-libs (1.5.7-r0) [2026-03-02T09:40:47.371Z] #58 37.03 (8/13) Installing libcurl (8.14.1-r2) [2026-03-02T09:40:47.371Z] #58 ... [2026-03-02T09:40:47.371Z] [2026-03-02T09:40:47.371Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-02T09:40:47.371Z] #67 24.85 v3.22.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-02T09:40:47.371Z] #67 24.85 v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-02T09:40:47.371Z] #67 24.85 OK: 26176 distinct packages available [2026-03-02T09:40:47.371Z] #67 27.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:47.371Z] #67 29.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:47.642Z] #67 ... [2026-03-02T09:40:47.642Z] [2026-03-02T09:40:47.642Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:40:51.894Z] #40 ... [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-02T09:40:51.894Z] #67 36.70 OK: 255 MiB in 60 packages [2026-03-02T09:40:51.894Z] #67 DONE 38.7s [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-02T09:40:51.894Z] #58 37.46 (9/13) Installing curl (8.14.1-r2) [2026-03-02T09:40:51.894Z] #58 37.71 (10/13) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:51.894Z] #58 37.75 (11/13) Installing musl-obstack (1.2.3-r2) [2026-03-02T09:40:51.894Z] #58 37.75 (12/13) Installing libucontext (1.3.2-r0) [2026-03-02T09:40:51.894Z] #58 38.53 (13/13) Installing gcompat (1.1.0-r4) [2026-03-02T09:40:51.894Z] #58 38.57 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:51.894Z] #58 38.75 OK: 13 MiB in 29 packages [2026-03-02T09:40:51.894Z] #58 DONE 41.0s [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-02T09:40:51.894Z] #60 39.12 (1/5) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:51.894Z] #60 39.15 (2/5) Installing musl-obstack (1.2.3-r2) [2026-03-02T09:40:51.894Z] #60 39.17 (3/5) Installing libucontext (1.3.2-r0) [2026-03-02T09:40:51.894Z] #60 39.21 (4/5) Installing gcompat (1.1.0-r4) [2026-03-02T09:40:51.894Z] #60 39.24 (5/5) Installing openssl (3.5.5-r0) [2026-03-02T09:40:51.894Z] #60 39.38 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:51.894Z] #60 39.55 OK: 9 MiB in 21 packages [2026-03-02T09:40:51.894Z] #60 DONE 41.5s [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-03-02T09:40:51.894Z] #86 ... [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-02T09:40:51.894Z] #87 ... [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-02T09:40:51.894Z] #65 39.55 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-02T09:40:51.894Z] #65 39.57 (2/4) Installing musl-obstack (1.2.3-r2) [2026-03-02T09:40:51.894Z] #65 39.62 (3/4) Installing libucontext (1.3.2-r0) [2026-03-02T09:40:51.894Z] #65 39.67 (4/4) Installing gcompat (1.1.0-r4) [2026-03-02T09:40:51.894Z] #65 39.74 Executing busybox-1.37.0-r20.trigger [2026-03-02T09:40:51.894Z] #65 39.91 OK: 8 MiB in 20 packages [2026-03-02T09:40:51.894Z] #65 ... [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #88 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:40:51.894Z] #88 ... [2026-03-02T09:40:51.894Z] [2026-03-02T09:40:51.894Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:52.161Z] #89 ... [2026-03-02T09:40:52.161Z] [2026-03-02T09:40:52.161Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:40:52.161Z] #90 DONE 0.9s [2026-03-02T09:40:52.161Z] [2026-03-02T09:40:52.161Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-02T09:40:52.161Z] #87 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:52.427Z] #87 ... [2026-03-02T09:40:52.427Z] [2026-03-02T09:40:52.427Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-02T09:40:52.427Z] #65 DONE 41.8s [2026-03-02T09:40:52.427Z] [2026-03-02T09:40:52.427Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:52.427Z] #81 17.61 OK: 12 MiB in 23 packages [2026-03-02T09:40:52.427Z] #81 DONE 19.5s [2026-03-02T09:40:52.427Z] [2026-03-02T09:40:52.427Z] #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:52.427Z] #0 9.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:52.695Z] #91 ... [2026-03-02T09:40:52.695Z] [2026-03-02T09:40:52.695Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-02T09:40:52.695Z] #78 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:54.636Z] #78 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:56.041Z] #78 ... [2026-03-02T09:40:56.041Z] [2026-03-02T09:40:56.041Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:40:56.041Z] #92 ... [2026-03-02T09:40:56.041Z] [2026-03-02T09:40:56.041Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:40:56.308Z] #93 ... [2026-03-02T09:40:56.308Z] [2026-03-02T09:40:56.308Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-02T09:40:56.308Z] #86 4.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:56.890Z] #86 ... [2026-03-02T09:40:56.890Z] [2026-03-02T09:40:56.890Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:56.890Z] #85 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:56.890Z] #85 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:56.890Z] #85 19.81 OK: 8 MiB in 17 packages [2026-03-02T09:40:56.890Z] #85 ... [2026-03-02T09:40:56.890Z] [2026-03-02T09:40:56.890Z] #74 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2026-03-02T09:40:56.890Z] #74 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:56.890Z] #74 13.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:56.890Z] #74 22.15 OK: 8 MiB in 17 packages [2026-03-02T09:40:57.156Z] #74 ... [2026-03-02T09:40:57.156Z] [2026-03-02T09:40:57.156Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:57.156Z] #85 DONE 21.0s [2026-03-02T09:40:57.156Z] [2026-03-02T09:40:57.156Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:40:57.156Z] #89 5.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:57.740Z] #89 6.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:58.007Z] #89 ... [2026-03-02T09:40:58.007Z] [2026-03-02T09:40:58.007Z] #74 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2026-03-02T09:40:58.007Z] #74 DONE 23.8s [2026-03-02T09:40:58.272Z] [2026-03-02T09:40:58.272Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-02T09:40:58.272Z] #86 6.102 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:59.227Z] #86 ... [2026-03-02T09:40:59.227Z] [2026-03-02T09:40:59.227Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-02T09:40:59.227Z] #79 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:59.227Z] #79 13.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:59.227Z] #79 ... [2026-03-02T09:40:59.227Z] [2026-03-02T09:40:59.227Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-02T09:40:59.227Z] #0 4.046 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:59.227Z] #0 5.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:40:59.808Z] #94 ... [2026-03-02T09:40:59.808Z] [2026-03-02T09:40:59.808Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-02T09:40:59.808Z] #79 22.78 OK: 20 MiB in 20 packages [2026-03-02T09:41:01.212Z] #79 DONE 24.0s [2026-03-02T09:41:01.212Z] [2026-03-02T09:41:01.212Z] #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:41:01.212Z] #91 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:41:01.212Z] #91 18.54 OK: 9 MiB in 19 packages [2026-03-02T09:41:02.172Z] #91 ... [2026-03-02T09:41:02.172Z] [2026-03-02T09:41:02.172Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-02T09:41:02.172Z] #78 22.24 OK: 8 MiB in 18 packages [2026-03-02T09:41:02.172Z] #78 ... [2026-03-02T09:41:02.172Z] [2026-03-02T09:41:02.172Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:41:02.439Z] #95 ... [2026-03-02T09:41:02.439Z] [2026-03-02T09:41:02.439Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-02T09:41:02.439Z] #87 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-02T09:41:02.439Z] #87 20.08 OK: 20 MiB in 20 packages [2026-03-02T09:41:03.398Z] #87 DONE 22.0s [2026-03-02T09:41:03.398Z] [2026-03-02T09:41:03.398Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-02T09:41:03.398Z] #94 ... [2026-03-02T09:41:03.398Z] [2026-03-02T09:41:03.398Z] #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:41:03.398Z] #91 DONE 20.8s [2026-03-02T09:41:03.398Z] [2026-03-02T09:41:03.398Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-02T09:41:03.398Z] #78 DONE 23.5s [2026-03-02T09:41:03.398Z] [2026-03-02T09:41:03.398Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-02T09:41:03.398Z] #96 ... [2026-03-02T09:41:03.398Z] [2026-03-02T09:41:03.398Z] #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-03-02T09:41:03.398Z] #97 DONE 0.3s [2026-03-02T09:41:03.664Z] [2026-03-02T09:41:03.664Z] #77 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:41:04.247Z] #77 ... [2026-03-02T09:41:04.247Z] [2026-03-02T09:41:04.247Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-02T09:41:04.247Z] #86 12.66 OK: 9 MiB in 21 packages [2026-03-02T09:41:05.207Z] #86 DONE 14.4s [2026-03-02T09:41:05.207Z] [2026-03-02T09:41:05.207Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-02T09:41:05.795Z] #98 ... [2026-03-02T09:41:05.795Z] [2026-03-02T09:41:05.795Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-02T09:41:05.795Z] #94 12.14 OK: 8 MiB in 20 packages [2026-03-02T09:41:05.795Z] #94 DONE 13.5s [2026-03-02T09:41:06.063Z] [2026-03-02T09:41:06.063Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-02T09:41:06.063Z] #89 13.26 OK: 13 MiB in 29 packages [2026-03-02T09:41:06.063Z] #89 DONE 14.7s [2026-03-02T09:41:06.063Z] [2026-03-02T09:41:06.063Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:41:07.032Z] #99 ... [2026-03-02T09:41:07.032Z] [2026-03-02T09:41:07.032Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-02T09:41:07.032Z] #96 DONE 3.7s [2026-03-02T09:41:07.298Z] [2026-03-02T09:41:07.298Z] #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-03-02T09:41:07.298Z] #100 DONE 0.3s [2026-03-02T09:41:07.298Z] [2026-03-02T09:41:07.298Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:41:07.878Z] #101 ... [2026-03-02T09:41:07.879Z] [2026-03-02T09:41:07.879Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-02T09:41:07.879Z] #98 DONE 2.7s [2026-03-02T09:41:07.879Z] [2026-03-02T09:41:07.879Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:41:08.851Z] #102 ... [2026-03-02T09:41:08.851Z] [2026-03-02T09:41:08.851Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:41:08.851Z] #99 DONE 2.9s [2026-03-02T09:41:08.851Z] [2026-03-02T09:41:08.851Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:41:08.851Z] #101 DONE 3.6s [2026-03-02T09:41:08.851Z] [2026-03-02T09:41:08.851Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-03-02T09:41:09.116Z] #103 DONE 0.3s [2026-03-02T09:41:09.116Z] [2026-03-02T09:41:09.116Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-03-02T09:41:09.116Z] #104 DONE 0.2s [2026-03-02T09:41:09.116Z] [2026-03-02T09:41:09.116Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2026-03-02T09:41:09.406Z] #105 DONE 0.3s [2026-03-02T09:41:09.406Z] [2026-03-02T09:41:09.406Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2026-03-02T09:41:09.406Z] #106 DONE 0.4s [2026-03-02T09:41:09.406Z] [2026-03-02T09:41:09.406Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-03-02T09:41:09.678Z] #107 DONE 0.3s [2026-03-02T09:41:09.678Z] [2026-03-02T09:41:09.678Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-03-02T09:41:09.678Z] #108 DONE 0.3s [2026-03-02T09:41:09.678Z] [2026-03-02T09:41:09.678Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-03-02T09:41:09.962Z] #109 DONE 0.3s [2026-03-02T09:41:09.962Z] [2026-03-02T09:41:09.962Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-03-02T09:41:09.962Z] #110 DONE 0.3s [2026-03-02T09:41:09.962Z] [2026-03-02T09:41:09.962Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-02T09:41:10.232Z] #111 ... [2026-03-02T09:41:10.232Z] [2026-03-02T09:41:10.232Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-02T09:41:10.232Z] #102 DONE 2.3s [2026-03-02T09:41:10.232Z] [2026-03-02T09:41:10.232Z] #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-03-02T09:41:10.232Z] #112 DONE 0.2s [2026-03-02T09:41:10.232Z] [2026-03-02T09:41:10.232Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-02T09:41:10.502Z] #113 ... [2026-03-02T09:41:10.502Z] [2026-03-02T09:41:10.502Z] #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-03-02T09:41:10.502Z] #114 DONE 0.5s [2026-03-02T09:41:10.502Z] [2026-03-02T09:41:10.502Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-02T09:41:10.502Z] #111 DONE 0.3s [2026-03-02T09:41:10.502Z] [2026-03-02T09:41:10.502Z] #115 [security-spire-config] exporting to image [2026-03-02T09:41:10.502Z] #115 exporting layers [2026-03-02T09:41:11.087Z] #115 ... [2026-03-02T09:41:11.087Z] [2026-03-02T09:41:11.087Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-02T09:41:11.087Z] #113 DONE 0.6s [2026-03-02T09:41:11.087Z] [2026-03-02T09:41:11.087Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-03-02T09:41:11.353Z] #116 DONE 0.3s [2026-03-02T09:41:11.353Z] [2026-03-02T09:41:11.353Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-03-02T09:41:11.620Z] #117 DONE 0.2s [2026-03-02T09:41:11.620Z] [2026-03-02T09:41:11.620Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-03-02T09:41:11.886Z] #118 DONE 0.3s [2026-03-02T09:41:11.886Z] [2026-03-02T09:41:11.886Z] #115 [security-spire-agent] exporting to image [2026-03-02T09:41:13.334Z] #156 ... [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-02T09:41:13.334Z] #152 DONE 89.4s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:41:13.334Z] #157 DONE 0.1s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:41:13.334Z] #149 ... [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:41:13.334Z] #158 DONE 0.0s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-03-02T09:41:13.334Z] #159 DONE 0.1s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #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-03-02T09:41:13.334Z] #160 DONE 0.0s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #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-03-02T09:41:13.334Z] #161 DONE 0.0s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #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-03-02T09:41:13.334Z] #162 DONE 0.9s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #163 [core-common-config-bootstrapper] exporting to image [2026-03-02T09:41:13.334Z] #163 exporting layers [2026-03-02T09:41:13.334Z] #163 exporting layers 0.3s done [2026-03-02T09:41:13.334Z] #163 writing image sha256:044422d66b1e46bcd45e4be11f1aaf6ebf8900c0f408bf61183f61063bc282c6 0.0s done [2026-03-02T09:41:13.334Z] #163 naming to docker.io/library/core-common-config-bootstrapper done [2026-03-02T09:41:13.334Z] #163 DONE 0.3s [2026-03-02T09:41:13.334Z] [2026-03-02T09:41:13.334Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T09:41:15.220Z] #115 exporting layers 4.4s done [2026-03-02T09:41:15.221Z] #115 writing image sha256:1d2f1d9b83663d61fe8b1ccbd9f73de164054437243952d6498460b94050328e [2026-03-02T09:41:15.221Z] #115 writing image sha256:1d2f1d9b83663d61fe8b1ccbd9f73de164054437243952d6498460b94050328e 0.1s done [2026-03-02T09:41:15.221Z] #115 naming to docker.io/library/security-spire-server-arm64 done [2026-03-02T09:41:15.221Z] #115 exporting layers 4.7s done [2026-03-02T09:41:15.221Z] #115 writing image sha256:af9e4c1bb856618275f73f9e7f16568ef1d26649c60da56393fb1733fbc21f5f done [2026-03-02T09:41:15.221Z] #115 naming to docker.io/library/security-spire-config-arm64 0.0s done [2026-03-02T09:41:15.487Z] #115 exporting layers 3.5s done [2026-03-02T09:41:15.487Z] #115 writing image sha256:8db935f8421197abd3bfe9b62c15359eff57a01ff532e5c2337693e5d41fe26e done [2026-03-02T09:41:15.487Z] #115 naming to docker.io/library/security-spire-agent-arm64 done [2026-03-02T09:41:15.487Z] #115 DONE 5.8s [2026-03-02T09:41:15.487Z] [2026-03-02T09:41:15.487Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T09:41:23.299Z] #148 ... [2026-03-02T09:41:23.300Z] [2026-03-02T09:41:23.300Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-02T09:41:23.300Z] #154 DONE 102.0s [2026-03-02T09:41:23.300Z] [2026-03-02T09:41:23.300Z] #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-03-02T09:41:23.300Z] #164 DONE 0.1s [2026-03-02T09:41:23.300Z] [2026-03-02T09:41:23.300Z] #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-02T09:41:23.300Z] #165 DONE 0.8s [2026-03-02T09:41:23.300Z] [2026-03-02T09:41:23.300Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T09:41:23.569Z] #153 ... [2026-03-02T09:41:23.569Z] [2026-03-02T09:41:23.569Z] #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:41:23.827Z] #166 DONE 0.2s [2026-03-02T09:41:23.827Z] [2026-03-02T09:41:23.827Z] #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:41:23.827Z] #167 DONE 0.1s [2026-03-02T09:41:23.827Z] [2026-03-02T09:41:23.827Z] #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-03-02T09:41:23.827Z] #168 DONE 0.1s [2026-03-02T09:41:23.827Z] [2026-03-02T09:41:23.827Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T09:41:23.827Z] #148 ... [2026-03-02T09:41:23.827Z] [2026-03-02T09:41:23.827Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-03-02T09:41:23.827Z] #169 DONE 0.0s [2026-03-02T09:41:23.827Z] [2026-03-02T09:41:23.827Z] #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-03-02T09:41:23.827Z] #170 DONE 0.0s [2026-03-02T09:41:23.827Z] [2026-03-02T09:41:23.827Z] #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-03-02T09:41:23.827Z] #171 DONE 0.0s [2026-03-02T09:41:24.084Z] [2026-03-02T09:41:24.084Z] #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-03-02T09:41:24.084Z] #172 DONE 0.0s [2026-03-02T09:41:24.084Z] [2026-03-02T09:41:24.084Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-03-02T09:41:24.084Z] #173 DONE 0.0s [2026-03-02T09:41:24.084Z] [2026-03-02T09:41:24.084Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-03-02T09:41:25.055Z] #174 DONE 0.8s [2026-03-02T09:41:25.055Z] [2026-03-02T09:41:25.055Z] #175 [security-bootstrapper] exporting to image [2026-03-02T09:41:25.055Z] #175 exporting layers [2026-03-02T09:41:25.318Z] #175 exporting layers 0.5s done [2026-03-02T09:41:25.318Z] #175 writing image sha256:e5f518976443255daea28b2b821adfe0101476d69d2248d72bbbfea5898529a6 done [2026-03-02T09:41:25.318Z] #175 naming to docker.io/library/security-bootstrapper done [2026-03-02T09:41:25.318Z] #175 DONE 0.5s [2026-03-02T09:41:25.318Z] [2026-03-02T09:41:25.318Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:32.978Z] #149 ... [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T09:42:32.978Z] #150 168.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-02T09:42:32.978Z] #150 ... [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-02T09:42:32.978Z] #147 DONE 170.5s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-02T09:42:32.978Z] #146 DONE 170.6s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:32.978Z] #176 DONE 0.1s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:32.978Z] #149 ... [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:32.978Z] #177 DONE 0.2s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:32.978Z] #178 DONE 0.2s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #179 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-03-02T09:42:32.978Z] #179 DONE 0.2s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:32.978Z] #180 DONE 0.1s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #181 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-03-02T09:42:32.978Z] #181 DONE 0.1s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #182 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-03-02T09:42:32.978Z] #182 DONE 0.1s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-03-02T09:42:32.978Z] #183 DONE 0.1s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #184 [core-command] exporting to image [2026-03-02T09:42:32.978Z] #184 exporting layers [2026-03-02T09:42:32.978Z] #184 exporting layers 0.2s done [2026-03-02T09:42:32.978Z] #184 writing image sha256:f6e2c65fd8cc2491d7bd86ea5f71475f46e4cca090c6173d33a591683bb27881 [2026-03-02T09:42:32.978Z] #184 writing image sha256:f6e2c65fd8cc2491d7bd86ea5f71475f46e4cca090c6173d33a591683bb27881 done [2026-03-02T09:42:32.978Z] #184 naming to docker.io/library/core-command 0.0s done [2026-03-02T09:42:32.978Z] #184 DONE 0.3s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-03-02T09:42:32.978Z] #185 DONE 0.3s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-03-02T09:42:32.978Z] #186 DONE 0.1s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T09:42:32.978Z] #151 ... [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #187 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-02T09:42:32.978Z] #187 DONE 0.9s [2026-03-02T09:42:32.978Z] [2026-03-02T09:42:32.978Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:33.235Z] #149 ... [2026-03-02T09:42:33.235Z] [2026-03-02T09:42:33.235Z] #188 [security-proxy-setup] exporting to image [2026-03-02T09:42:33.492Z] #188 ... [2026-03-02T09:42:33.492Z] [2026-03-02T09:42:33.492Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T09:42:33.492Z] #150 DONE 172.8s [2026-03-02T09:42:33.493Z] [2026-03-02T09:42:33.493Z] #188 [security-proxy-setup] exporting to image [2026-03-02T09:42:33.493Z] #188 exporting layers 0.5s done [2026-03-02T09:42:33.749Z] #188 writing image sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 done [2026-03-02T09:42:33.749Z] #188 naming to docker.io/library/security-proxy-setup 0.0s done [2026-03-02T09:42:33.749Z] #188 DONE 0.5s [2026-03-02T09:42:33.749Z] [2026-03-02T09:42:33.749Z] #189 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:33.749Z] #189 DONE 0.1s [2026-03-02T09:42:33.749Z] [2026-03-02T09:42:33.749Z] #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:33.749Z] #190 DONE 0.1s [2026-03-02T09:42:33.749Z] [2026-03-02T09:42:33.749Z] #191 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2026-03-02T09:42:34.007Z] #191 DONE 0.2s [2026-03-02T09:42:34.007Z] [2026-03-02T09:42:34.007Z] #192 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2026-03-02T09:42:34.007Z] #192 DONE 0.1s [2026-03-02T09:42:34.007Z] [2026-03-02T09:42:34.007Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:34.007Z] #149 ... [2026-03-02T09:42:34.007Z] [2026-03-02T09:42:34.007Z] #193 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-03-02T09:42:34.007Z] #193 DONE 0.1s [2026-03-02T09:42:34.007Z] [2026-03-02T09:42:34.007Z] #194 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-03-02T09:42:34.346Z] #194 DONE 0.2s [2026-03-02T09:42:34.346Z] [2026-03-02T09:42:34.346Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:34.607Z] #149 ... [2026-03-02T09:42:34.607Z] [2026-03-02T09:42:34.607Z] #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-03-02T09:42:34.607Z] #195 DONE 0.3s [2026-03-02T09:42:34.607Z] [2026-03-02T09:42:34.607Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T09:42:34.607Z] #153 ... [2026-03-02T09:42:34.607Z] [2026-03-02T09:42:34.607Z] #196 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-03-02T09:42:34.607Z] #196 DONE 0.0s [2026-03-02T09:42:34.607Z] [2026-03-02T09:42:34.607Z] #197 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-02T09:42:35.539Z] #197 DONE 0.9s [2026-03-02T09:42:35.539Z] [2026-03-02T09:42:35.539Z] #198 [security-secretstore-setup] exporting to image [2026-03-02T09:42:36.103Z] #198 ... [2026-03-02T09:42:36.103Z] [2026-03-02T09:42:36.103Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-02T09:42:36.103Z] #155 DONE 175.6s [2026-03-02T09:42:36.103Z] [2026-03-02T09:42:36.103Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-02T09:42:36.103Z] #145 DONE 175.6s [2026-03-02T09:42:36.103Z] [2026-03-02T09:42:36.103Z] #198 [security-secretstore-setup] exporting to image [2026-03-02T09:42:36.103Z] #198 exporting layers 0.5s done [2026-03-02T09:42:36.103Z] #198 writing image sha256:1f125d7cb056bbc00989e69979e8069375c8a4f3970ff1a1a580043aff897ee2 done [2026-03-02T09:42:36.103Z] #198 naming to docker.io/library/security-secretstore-setup done [2026-03-02T09:42:36.103Z] #198 DONE 0.6s [2026-03-02T09:42:36.103Z] [2026-03-02T09:42:36.103Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:36.360Z] #149 ... [2026-03-02T09:42:36.360Z] [2026-03-02T09:42:36.360Z] #199 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:36.360Z] #199 DONE 0.1s [2026-03-02T09:42:36.360Z] [2026-03-02T09:42:36.360Z] #200 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:36.360Z] #200 DONE 0.1s [2026-03-02T09:42:36.360Z] [2026-03-02T09:42:36.360Z] #201 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:36.617Z] #201 DONE 0.3s [2026-03-02T09:42:36.617Z] [2026-03-02T09:42:36.617Z] #202 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:36.617Z] #202 DONE 0.3s [2026-03-02T09:42:36.617Z] [2026-03-02T09:42:36.617Z] #203 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-03-02T09:42:37.181Z] #203 DONE 0.5s [2026-03-02T09:42:37.181Z] [2026-03-02T09:42:37.181Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T09:42:37.181Z] #148 DONE 176.6s [2026-03-02T09:42:37.181Z] [2026-03-02T09:42:37.181Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-02T09:42:37.181Z] #204 DONE 0.5s [2026-03-02T09:42:37.181Z] [2026-03-02T09:42:37.181Z] #205 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2026-03-02T09:42:37.181Z] #205 DONE 0.1s [2026-03-02T09:42:37.181Z] [2026-03-02T09:42:37.181Z] #206 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-03-02T09:42:37.181Z] #206 DONE 0.1s [2026-03-02T09:42:37.181Z] [2026-03-02T09:42:37.181Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:37.181Z] #149 ... [2026-03-02T09:42:37.181Z] [2026-03-02T09:42:37.181Z] #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:37.181Z] #207 DONE 0.1s [2026-03-02T09:42:37.181Z] [2026-03-02T09:42:37.181Z] #208 [core-data] exporting to image [2026-03-02T09:42:37.439Z] #208 ... [2026-03-02T09:42:37.439Z] [2026-03-02T09:42:37.439Z] #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:37.439Z] #209 DONE 0.1s [2026-03-02T09:42:37.439Z] [2026-03-02T09:42:37.439Z] #208 [core-data] exporting to image [2026-03-02T09:42:37.439Z] #208 exporting layers 0.2s done [2026-03-02T09:42:37.439Z] #208 writing image sha256:a33d73da1a6ec587090f764d9b4ea2dd9d9c823d9a505784003231fa7f04e5f6 done [2026-03-02T09:42:37.439Z] #208 naming to docker.io/library/core-data 0.1s done [2026-03-02T09:42:37.697Z] #208 DONE 0.4s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #207 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:37.697Z] #207 DONE 0.1s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-02T09:42:37.697Z] #156 DONE 177.0s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T09:42:37.697Z] #151 DONE 177.0s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #210 [security-spiffe-token-provider] exporting to image [2026-03-02T09:42:37.697Z] #210 exporting layers 0.3s done [2026-03-02T09:42:37.697Z] #210 writing image sha256:aeffe750c19ccf810cea8ff7f0561a6e2712b184716ebf928bd9698905bd552a 0.0s done [2026-03-02T09:42:37.697Z] #210 naming to docker.io/library/security-spiffe-token-provider 0.1s done [2026-03-02T09:42:37.697Z] #210 DONE 0.4s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-03-02T09:42:37.697Z] #211 DONE 0.2s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #212 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:37.697Z] #212 DONE 0.1s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #209 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:37.697Z] #209 DONE 0.1s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #213 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:37.697Z] #213 CACHED [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #214 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:37.697Z] #214 CACHED [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #215 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-03-02T09:42:37.697Z] #215 DONE 0.1s [2026-03-02T09:42:37.697Z] [2026-03-02T09:42:37.697Z] #216 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-03-02T09:42:37.956Z] #216 DONE 0.2s [2026-03-02T09:42:37.956Z] [2026-03-02T09:42:37.956Z] #217 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-03-02T09:42:37.956Z] #217 DONE 0.2s [2026-03-02T09:42:37.956Z] [2026-03-02T09:42:37.956Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-03-02T09:42:37.956Z] #218 DONE 0.2s [2026-03-02T09:42:37.956Z] [2026-03-02T09:42:37.956Z] #219 [core-metadata] exporting to image [2026-03-02T09:42:37.956Z] #219 exporting layers 0.1s done [2026-03-02T09:42:37.956Z] #219 writing image sha256:93a6f207d81da5fdd4d876a81b8970eefd8fc752bd545cb81210ac9eaa44397d done [2026-03-02T09:42:37.956Z] #219 naming to docker.io/library/core-metadata done [2026-03-02T09:42:37.956Z] #219 DONE 0.2s [2026-03-02T09:42:37.956Z] [2026-03-02T09:42:37.956Z] #220 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-03-02T09:42:37.956Z] #220 DONE 0.1s [2026-03-02T09:42:37.956Z] [2026-03-02T09:42:37.956Z] #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-03-02T09:42:37.956Z] #221 DONE 0.1s [2026-03-02T09:42:37.956Z] [2026-03-02T09:42:37.956Z] #222 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-03-02T09:42:37.956Z] #222 DONE 0.1s [2026-03-02T09:42:37.956Z] [2026-03-02T09:42:37.956Z] #223 [core-keeper] exporting to image [2026-03-02T09:42:38.215Z] #223 exporting layers 0.1s done [2026-03-02T09:42:38.215Z] #223 writing image sha256:1ab2896a116f2211013ad992bbe7fb6ebfbbc2684508637cd96eda3d3efed5bb done [2026-03-02T09:42:38.215Z] #223 naming to docker.io/library/core-keeper done [2026-03-02T09:42:38.215Z] #223 DONE 0.2s [2026-03-02T09:42:38.215Z] [2026-03-02T09:42:38.215Z] #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-02T09:42:38.473Z] #224 DONE 0.4s [2026-03-02T09:42:38.473Z] [2026-03-02T09:42:38.473Z] #225 [security-proxy-auth] exporting to image [2026-03-02T09:42:39.409Z] #225 exporting layers 0.8s done [2026-03-02T09:42:39.409Z] #225 writing image sha256:e6bf60d8602580c70c5f888ff6747bf732c99bcb1309872e85428c978e666e98 [2026-03-02T09:42:39.409Z] #225 writing image sha256:e6bf60d8602580c70c5f888ff6747bf732c99bcb1309872e85428c978e666e98 done [2026-03-02T09:42:39.409Z] #225 naming to docker.io/library/security-proxy-auth done [2026-03-02T09:42:39.409Z] #225 DONE 0.9s [2026-03-02T09:42:39.409Z] [2026-03-02T09:42:39.409Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:41.320Z] #149 ... [2026-03-02T09:42:41.320Z] [2026-03-02T09:42:41.320Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T09:42:41.320Z] #153 DONE 180.4s [2026-03-02T09:42:41.320Z] [2026-03-02T09:42:41.320Z] #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:41.320Z] #226 DONE 0.0s [2026-03-02T09:42:41.320Z] [2026-03-02T09:42:41.320Z] #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:41.320Z] #227 DONE 0.0s [2026-03-02T09:42:41.320Z] [2026-03-02T09:42:41.320Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-03-02T09:42:41.320Z] #228 DONE 0.1s [2026-03-02T09:42:41.320Z] [2026-03-02T09:42:41.320Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-03-02T09:42:41.320Z] #229 DONE 0.0s [2026-03-02T09:42:41.320Z] [2026-03-02T09:42:41.320Z] #230 [support-scheduler] exporting to image [2026-03-02T09:42:41.320Z] #230 exporting layers 0.2s done [2026-03-02T09:42:41.580Z] #230 writing image sha256:f7f5d920bc37712f124264893eddc3ba89419161333214a0f8eff8b260778f22 done [2026-03-02T09:42:41.580Z] #230 naming to docker.io/library/support-scheduler done [2026-03-02T09:42:41.580Z] #230 DONE 0.2s [2026-03-02T09:42:41.580Z] [2026-03-02T09:42:41.580Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:42:41.838Z] #149 DONE 181.4s [2026-03-02T09:42:41.838Z] [2026-03-02T09:42:41.838Z] #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T09:42:41.838Z] #231 DONE 0.0s [2026-03-02T09:42:41.838Z] [2026-03-02T09:42:41.838Z] #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T09:42:41.838Z] #232 DONE 0.0s [2026-03-02T09:42:42.095Z] [2026-03-02T09:42:42.095Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-03-02T09:42:42.095Z] #233 DONE 0.1s [2026-03-02T09:42:42.095Z] [2026-03-02T09:42:42.095Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-03-02T09:42:42.095Z] #234 DONE 0.0s [2026-03-02T09:42:42.095Z] [2026-03-02T09:42:42.095Z] #235 [support-notifications] exporting to image [2026-03-02T09:42:42.355Z] #235 exporting layers 0.3s done [2026-03-02T09:42:42.355Z] #235 writing image sha256:b002384cfb5fa36232366031da65f46461bda0db3d0021bd781d397f1f12ed85 done [2026-03-02T09:42:42.355Z] #235 naming to docker.io/library/support-notifications done [2026-03-02T09:42:42.355Z] #235 DONE 0.3s [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T09:42:42.355Z] time="2026-03-02T09:39:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-03-02T09:42:42.365Z] $ docker stop --time=1 8e193800a7c597c3e8f74a3072e36042a22b863ce7e675211bba9b9ce7f303ee [2026-03-02T09:42:43.638Z] $ docker rm -f --volumes 8e193800a7c597c3e8f74a3072e36042a22b863ce7e675211bba9b9ce7f303ee [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-02T09:42:43.981Z] + docker images [2026-03-02T09:42:43.981Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-03-02T09:42:43.981Z] support-scheduler latest f7f5d920bc37 2 seconds ago 51.2MB [2026-03-02T09:42:43.981Z] support-notifications latest b002384cfb5f 2 seconds ago 54.8MB [2026-03-02T09:42:43.981Z] security-proxy-auth latest e6bf60d86025 5 seconds ago 46.1MB [2026-03-02T09:42:43.981Z] core-keeper latest 1ab2896a116f 6 seconds ago 46.8MB [2026-03-02T09:42:43.981Z] core-metadata latest 93a6f207d81d 6 seconds ago 47.1MB [2026-03-02T09:42:43.981Z] core-data latest a33d73da1a6e 7 seconds ago 47MB [2026-03-02T09:42:43.981Z] security-spiffe-token-provider latest aeffe750c19c 7 seconds ago 50.2MB [2026-03-02T09:42:43.981Z] security-secretstore-setup latest 1f125d7cb056 8 seconds ago 83.7MB [2026-03-02T09:42:43.981Z] security-proxy-setup latest d9508f62bd3d 11 seconds ago 52MB [2026-03-02T09:42:43.981Z] core-command latest f6e2c65fd8cc 12 seconds ago 41.3MB [2026-03-02T09:42:43.981Z] security-bootstrapper latest e5f518976443 About a minute ago 21.6MB [2026-03-02T09:42:43.981Z] core-common-config-bootstrapper latest 044422d66b1e About a minute ago 20.5MB [2026-03-02T09:42:43.981Z] security-spire-server latest 2333867113d1 3 minutes ago 178MB [2026-03-02T09:42:43.981Z] security-spire-config latest 9fd67635b0f7 3 minutes ago 177MB [2026-03-02T09:42:43.981Z] security-spire-agent latest 37d481d1c7c5 3 minutes ago 237MB [2026-03-02T09:42:43.981Z] ci-base-image-x86_64 latest 98e3e2569229 6 minutes ago 1GB [2026-03-02T09:42:43.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 4 months ago 636MB [2026-03-02T09:42:43.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 9 months ago 573MB [2026-03-02T09:42:43.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T09:42:44.118Z] provisioning config files... [2026-03-02T09:42:44.128Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/955@tmp/config8385468482844135315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:42:44.425Z] ---> ****-login.sh [2026-03-02T09:42:44.425Z] nexus3.edgexfoundry.org:10001 [2026-03-02T09:42:44.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:42:44.683Z] Login Succeeded [2026-03-02T09:42:44.683Z] nexus3.edgexfoundry.org:10002 [2026-03-02T09:42:44.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:42:44.683Z] Login Succeeded [2026-03-02T09:42:44.683Z] nexus3.edgexfoundry.org:10003 [2026-03-02T09:42:44.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:42:44.942Z] Login Succeeded [2026-03-02T09:42:44.942Z] nexus3.edgexfoundry.org:10004 [2026-03-02T09:42:44.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:42:44.942Z] Login Succeeded [2026-03-02T09:42:44.942Z] ****.io [2026-03-02T09:42:44.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:42:45.200Z] Login Succeeded [2026-03-02T09:42:45.200Z] ---> ****-login.sh ends [Pipeline] } [2026-03-02T09:42:45.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:42:45.252Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-02T09:42:45.291Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2026-03-02T09:42:45.291Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:45.291Z] latest [2026-03-02T09:42:45.291Z] 4.1.0-dev.100 [2026-03-02T09:42:45.291Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:42:45.291Z] main [2026-03-02T09:42:45.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:45.628Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:45.950Z] + docker push nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:45.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-02T09:42:45.950Z] 9b9836c86a3a: Preparing [2026-03-02T09:42:45.950Z] 853e479eb60d: Preparing [2026-03-02T09:42:45.950Z] 9d86b568ab96: Preparing [2026-03-02T09:42:45.950Z] abd1bb680da7: Preparing [2026-03-02T09:42:45.950Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:45.950Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:45.950Z] cce92674e987: Preparing [2026-03-02T09:42:45.950Z] cce92674e987: Waiting [2026-03-02T09:42:45.950Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:45.950Z] 9d86b568ab96: Pushed [2026-03-02T09:42:45.950Z] 3cb980bc7b0f: Pushed [2026-03-02T09:42:45.950Z] abd1bb680da7: Pushed [2026-03-02T09:42:45.950Z] 9b9836c86a3a: Pushed [2026-03-02T09:42:45.950Z] cce92674e987: Layer already exists [2026-03-02T09:42:46.210Z] 1f9caca5ecb0: Pushed [2026-03-02T09:42:49.499Z] 853e479eb60d: Pushed [2026-03-02T09:42:49.499Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:49.833Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:50.156Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-02T09:42:50.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-02T09:42:50.156Z] 9b9836c86a3a: Preparing [2026-03-02T09:42:50.156Z] 853e479eb60d: Preparing [2026-03-02T09:42:50.156Z] 9d86b568ab96: Preparing [2026-03-02T09:42:50.156Z] abd1bb680da7: Preparing [2026-03-02T09:42:50.156Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:50.156Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:50.156Z] cce92674e987: Preparing [2026-03-02T09:42:50.156Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:50.156Z] cce92674e987: Waiting [2026-03-02T09:42:50.156Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:50.156Z] 9b9836c86a3a: Layer already exists [2026-03-02T09:42:50.156Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:50.156Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:50.156Z] 853e479eb60d: Layer already exists [2026-03-02T09:42:50.156Z] cce92674e987: Layer already exists [2026-03-02T09:42:50.156Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:50.156Z] latest: digest: sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:50.491Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:50.813Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100 [2026-03-02T09:42:50.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-02T09:42:50.813Z] 9b9836c86a3a: Preparing [2026-03-02T09:42:50.813Z] 853e479eb60d: Preparing [2026-03-02T09:42:50.813Z] 9d86b568ab96: Preparing [2026-03-02T09:42:50.813Z] abd1bb680da7: Preparing [2026-03-02T09:42:50.813Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:50.813Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:50.813Z] cce92674e987: Preparing [2026-03-02T09:42:50.813Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:50.813Z] cce92674e987: Waiting [2026-03-02T09:42:50.813Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:50.813Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:50.813Z] 9b9836c86a3a: Layer already exists [2026-03-02T09:42:50.813Z] 853e479eb60d: Layer already exists [2026-03-02T09:42:50.813Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:50.813Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:50.813Z] cce92674e987: Layer already exists [2026-03-02T09:42:50.813Z] 4.1.0-dev.100: digest: sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:51.133Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:51.452Z] + docker push nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:42:51.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-02T09:42:51.452Z] 9b9836c86a3a: Preparing [2026-03-02T09:42:51.452Z] 853e479eb60d: Preparing [2026-03-02T09:42:51.452Z] 9d86b568ab96: Preparing [2026-03-02T09:42:51.452Z] abd1bb680da7: Preparing [2026-03-02T09:42:51.452Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:51.452Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:51.452Z] cce92674e987: Preparing [2026-03-02T09:42:51.452Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:51.452Z] cce92674e987: Waiting [2026-03-02T09:42:51.452Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:51.452Z] 9b9836c86a3a: Layer already exists [2026-03-02T09:42:51.452Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:51.452Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:51.452Z] 853e479eb60d: Layer already exists [2026-03-02T09:42:51.452Z] cce92674e987: Layer already exists [2026-03-02T09:42:51.452Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:51.452Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:51.784Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:52.109Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2026-03-02T09:42:52.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-02T09:42:52.109Z] 9b9836c86a3a: Preparing [2026-03-02T09:42:52.109Z] 853e479eb60d: Preparing [2026-03-02T09:42:52.109Z] 9d86b568ab96: Preparing [2026-03-02T09:42:52.109Z] abd1bb680da7: Preparing [2026-03-02T09:42:52.109Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:52.109Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:52.109Z] cce92674e987: Preparing [2026-03-02T09:42:52.109Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:52.109Z] cce92674e987: Waiting [2026-03-02T09:42:52.109Z] 9b9836c86a3a: Layer already exists [2026-03-02T09:42:52.109Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:52.109Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:52.109Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:52.109Z] 853e479eb60d: Layer already exists [2026-03-02T09:42:52.109Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:52.109Z] cce92674e987: Layer already exists [2026-03-02T09:42:52.109Z] main: digest: sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:42:52.186Z] ===================================================== [Pipeline] echo [2026-03-02T09:42:52.200Z] taggedImages: [2026-03-02T09:42:52.200Z] - nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:52.200Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-02T09:42:52.200Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100 [2026-03-02T09:42:52.200Z] - nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:42:52.200Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2026-03-02T09:42:52.232Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2026-03-02T09:42:52.232Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:52.232Z] latest [2026-03-02T09:42:52.232Z] 4.1.0-dev.100 [2026-03-02T09:42:52.232Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:42:52.232Z] main [2026-03-02T09:42:52.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2026-03-02T09:42:52.268Z] #40 ... [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #92 DONE 123.4s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #93 DONE 123.4s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #95 DONE 116.9s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #88 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #88 DONE 127.5s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #83 DONE 133.9s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #119 [support-notifications builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #119 ... [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #77 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #77 DONE 130.2s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #120 DONE 1.9s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #121 [core-keeper builder 7/8] COPY . . [2026-03-02T09:42:52.268Z] #121 DONE 2.0s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #122 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:42:52.268Z] #123 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #124 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #124 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #125 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:42:52.268Z] #125 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #126 [security-proxy-auth builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #126 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #127 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #128 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #129 [core-data builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #129 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #130 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:42:52.268Z] #130 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #131 [support-scheduler builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #131 DONE 1.9s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #132 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #133 [core-metadata builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #133 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:42:52.268Z] #134 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #119 [support-notifications builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #119 DONE 1.9s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #135 [security-spiffe-token-provider builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #135 DONE 1.9s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #136 [core-command builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #136 DONE 1.9s [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T09:42:52.268Z] #137 ... [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #138 [security-proxy-setup builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #138 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:42:52.268Z] #139 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #140 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #141 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-02T09:42:52.268Z] #141 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #142 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-02T09:42:52.268Z] #142 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #143 [security-bootstrapper builder 6/7] COPY . . [2026-03-02T09:42:52.268Z] #143 CACHED [2026-03-02T09:42:52.268Z] [2026-03-02T09:42:52.268Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:52.577Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:52.907Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:52.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-02T09:42:52.907Z] 5664c6fc4e67: Preparing [2026-03-02T09:42:52.907Z] b46e33f16cde: Preparing [2026-03-02T09:42:52.907Z] 007c8449c719: Preparing [2026-03-02T09:42:52.907Z] b0b6bc4ab927: Preparing [2026-03-02T09:42:52.907Z] 9d86b568ab96: Preparing [2026-03-02T09:42:52.907Z] abd1bb680da7: Preparing [2026-03-02T09:42:52.907Z] abd1bb680da7: Waiting [2026-03-02T09:42:52.907Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:52.907Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:52.907Z] cce92674e987: Preparing [2026-03-02T09:42:52.907Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:52.907Z] 3cb980bc7b0f: Waiting [2026-03-02T09:42:52.907Z] cce92674e987: Waiting [2026-03-02T09:42:52.907Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:52.907Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:52.907Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:52.907Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:52.907Z] cce92674e987: Layer already exists [2026-03-02T09:42:52.907Z] 007c8449c719: Pushed [2026-03-02T09:42:52.907Z] 5664c6fc4e67: Pushed [2026-03-02T09:42:52.907Z] b46e33f16cde: Pushed [2026-03-02T09:42:54.283Z] b0b6bc4ab927: Pushed [2026-03-02T09:42:54.542Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:54.871Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:55.269Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-02T09:42:55.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-02T09:42:55.269Z] 5664c6fc4e67: Preparing [2026-03-02T09:42:55.269Z] b46e33f16cde: Preparing [2026-03-02T09:42:55.269Z] 007c8449c719: Preparing [2026-03-02T09:42:55.269Z] b0b6bc4ab927: Preparing [2026-03-02T09:42:55.269Z] 9d86b568ab96: Preparing [2026-03-02T09:42:55.269Z] abd1bb680da7: Preparing [2026-03-02T09:42:55.269Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:55.269Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:55.269Z] cce92674e987: Preparing [2026-03-02T09:42:55.269Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:55.269Z] abd1bb680da7: Waiting [2026-03-02T09:42:55.269Z] cce92674e987: Waiting [2026-03-02T09:42:55.269Z] 3cb980bc7b0f: Waiting [2026-03-02T09:42:55.269Z] b0b6bc4ab927: Layer already exists [2026-03-02T09:42:55.269Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:55.269Z] b46e33f16cde: Layer already exists [2026-03-02T09:42:55.269Z] 007c8449c719: Layer already exists [2026-03-02T09:42:55.269Z] 5664c6fc4e67: Layer already exists [2026-03-02T09:42:55.269Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:55.269Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:55.269Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:55.269Z] cce92674e987: Layer already exists [2026-03-02T09:42:55.269Z] latest: digest: sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:55.631Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:55.989Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100 [2026-03-02T09:42:55.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-02T09:42:55.989Z] 5664c6fc4e67: Preparing [2026-03-02T09:42:55.989Z] b46e33f16cde: Preparing [2026-03-02T09:42:55.989Z] 007c8449c719: Preparing [2026-03-02T09:42:55.989Z] b0b6bc4ab927: Preparing [2026-03-02T09:42:55.989Z] 9d86b568ab96: Preparing [2026-03-02T09:42:55.989Z] abd1bb680da7: Preparing [2026-03-02T09:42:55.989Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:55.989Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:55.989Z] cce92674e987: Preparing [2026-03-02T09:42:55.989Z] abd1bb680da7: Waiting [2026-03-02T09:42:55.989Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:55.989Z] 3cb980bc7b0f: Waiting [2026-03-02T09:42:55.989Z] cce92674e987: Waiting [2026-03-02T09:42:55.989Z] 5664c6fc4e67: Layer already exists [2026-03-02T09:42:55.989Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:55.989Z] 007c8449c719: Layer already exists [2026-03-02T09:42:55.989Z] b46e33f16cde: Layer already exists [2026-03-02T09:42:55.989Z] b0b6bc4ab927: Layer already exists [2026-03-02T09:42:55.989Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:55.989Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:55.989Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:55.989Z] cce92674e987: Layer already exists [2026-03-02T09:42:55.989Z] 4.1.0-dev.100: digest: sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:56.344Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:56.513Z] #144 4.707 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-02T09:42:56.724Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:42:56.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-02T09:42:56.724Z] 5664c6fc4e67: Preparing [2026-03-02T09:42:56.724Z] b46e33f16cde: Preparing [2026-03-02T09:42:56.724Z] 007c8449c719: Preparing [2026-03-02T09:42:56.724Z] b0b6bc4ab927: Preparing [2026-03-02T09:42:56.724Z] 9d86b568ab96: Preparing [2026-03-02T09:42:56.724Z] abd1bb680da7: Preparing [2026-03-02T09:42:56.724Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:56.724Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:56.724Z] cce92674e987: Preparing [2026-03-02T09:42:56.724Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:56.724Z] cce92674e987: Waiting [2026-03-02T09:42:56.724Z] abd1bb680da7: Waiting [2026-03-02T09:42:56.724Z] 3cb980bc7b0f: Waiting [2026-03-02T09:42:56.724Z] b0b6bc4ab927: Layer already exists [2026-03-02T09:42:56.724Z] b46e33f16cde: Layer already exists [2026-03-02T09:42:56.724Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:56.724Z] 5664c6fc4e67: Layer already exists [2026-03-02T09:42:56.724Z] 007c8449c719: Layer already exists [2026-03-02T09:42:56.724Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:56.724Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:56.724Z] cce92674e987: Layer already exists [2026-03-02T09:42:56.724Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:56.724Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2026-03-02T09:42:56.786Z] #144 ... [2026-03-02T09:42:56.786Z] [2026-03-02T09:42:56.786Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T09:42:56.786Z] #137 5.671 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] sh [2026-03-02T09:42:57.062Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:57.383Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-02T09:42:57.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-02T09:42:57.383Z] 5664c6fc4e67: Preparing [2026-03-02T09:42:57.383Z] b46e33f16cde: Preparing [2026-03-02T09:42:57.383Z] 007c8449c719: Preparing [2026-03-02T09:42:57.383Z] b0b6bc4ab927: Preparing [2026-03-02T09:42:57.383Z] 9d86b568ab96: Preparing [2026-03-02T09:42:57.383Z] abd1bb680da7: Preparing [2026-03-02T09:42:57.383Z] 3cb980bc7b0f: Preparing [2026-03-02T09:42:57.383Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:57.383Z] cce92674e987: Preparing [2026-03-02T09:42:57.383Z] 3cb980bc7b0f: Waiting [2026-03-02T09:42:57.383Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:57.383Z] cce92674e987: Waiting [2026-03-02T09:42:57.383Z] abd1bb680da7: Waiting [2026-03-02T09:42:57.383Z] b46e33f16cde: Layer already exists [2026-03-02T09:42:57.383Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:57.383Z] b0b6bc4ab927: Layer already exists [2026-03-02T09:42:57.383Z] 5664c6fc4e67: Layer already exists [2026-03-02T09:42:57.383Z] 007c8449c719: Layer already exists [2026-03-02T09:42:57.383Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:57.383Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:42:57.383Z] cce92674e987: Layer already exists [2026-03-02T09:42:57.383Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:57.383Z] main: digest: sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:42:57.449Z] ===================================================== [Pipeline] echo [2026-03-02T09:42:57.461Z] taggedImages: [2026-03-02T09:42:57.461Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:57.461Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-02T09:42:57.461Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100 [2026-03-02T09:42:57.461Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:42:57.461Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2026-03-02T09:42:57.486Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2026-03-02T09:42:57.486Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:57.486Z] latest [2026-03-02T09:42:57.486Z] 4.1.0-dev.100 [2026-03-02T09:42:57.486Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:42:57.486Z] main [2026-03-02T09:42:57.486Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:57.813Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:42:58.132Z] + docker push nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:42:58.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-02T09:42:58.133Z] b880bc84ec8c: Preparing [2026-03-02T09:42:58.133Z] 539b3353d7c8: Preparing [2026-03-02T09:42:58.133Z] 9d86b568ab96: Preparing [2026-03-02T09:42:58.133Z] abd1bb680da7: Preparing [2026-03-02T09:42:58.133Z] a64f9ea7b408: Preparing [2026-03-02T09:42:58.133Z] 1f9caca5ecb0: Preparing [2026-03-02T09:42:58.133Z] cce92674e987: Preparing [2026-03-02T09:42:58.133Z] 1f9caca5ecb0: Waiting [2026-03-02T09:42:58.133Z] cce92674e987: Waiting [2026-03-02T09:42:58.133Z] 9d86b568ab96: Layer already exists [2026-03-02T09:42:58.133Z] abd1bb680da7: Layer already exists [2026-03-02T09:42:58.133Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:42:58.133Z] cce92674e987: Layer already exists [2026-03-02T09:42:58.133Z] a64f9ea7b408: Pushed [2026-03-02T09:42:58.133Z] b880bc84ec8c: Pushed [2026-03-02T09:43:02.121Z] #137 ... [2026-03-02T09:43:02.122Z] [2026-03-02T09:43:02.122Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-02T09:43:02.122Z] #0 6.569 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-02T09:43:02.122Z] #145 ... [2026-03-02T09:43:02.122Z] [2026-03-02T09:43:02.122Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T09:43:02.122Z] #0 5.998 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-02T09:43:02.122Z] #146 ... [2026-03-02T09:43:02.122Z] [2026-03-02T09:43:02.122Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T09:43:02.122Z] #0 6.496 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-02T09:43:02.122Z] #147 ... [2026-03-02T09:43:02.122Z] [2026-03-02T09:43:02.122Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-02T09:43:02.122Z] #0 5.398 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-02T09:43:02.122Z] #148 ... [2026-03-02T09:43:02.122Z] [2026-03-02T09:43:02.122Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-02T09:43:02.122Z] #0 5.712 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-02T09:43:02.122Z] #149 ... [2026-03-02T09:43:02.122Z] [2026-03-02T09:43:02.122Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T09:43:02.122Z] #0 5.493 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-02T09:43:02.122Z] #150 ... [2026-03-02T09:43:02.122Z] [2026-03-02T09:43:02.122Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T09:43:02.122Z] #0 5.977 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-02T09:43:02.317Z] 539b3353d7c8: Pushed [2026-03-02T09:43:02.317Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:02.401Z] #151 ... [2026-03-02T09:43:02.402Z] [2026-03-02T09:43:02.402Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-02T09:43:02.402Z] #0 4.113 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-03-02T09:43:02.402Z] #152 ... [2026-03-02T09:43:02.402Z] [2026-03-02T09:43:02.402Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-02T09:43:02.402Z] #0 6.373 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-02T09:43:02.641Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:02.692Z] #153 ... [2026-03-02T09:43:02.692Z] [2026-03-02T09:43:02.692Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-02T09:43:02.692Z] #0 4.374 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-02T09:43:02.957Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-02T09:43:02.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-02T09:43:02.957Z] b880bc84ec8c: Preparing [2026-03-02T09:43:02.957Z] 539b3353d7c8: Preparing [2026-03-02T09:43:02.957Z] 9d86b568ab96: Preparing [2026-03-02T09:43:02.957Z] abd1bb680da7: Preparing [2026-03-02T09:43:02.957Z] a64f9ea7b408: Preparing [2026-03-02T09:43:02.957Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:02.957Z] cce92674e987: Preparing [2026-03-02T09:43:02.957Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:02.957Z] cce92674e987: Waiting [2026-03-02T09:43:02.957Z] a64f9ea7b408: Layer already exists [2026-03-02T09:43:02.957Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:02.957Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:02.957Z] 539b3353d7c8: Layer already exists [2026-03-02T09:43:02.957Z] b880bc84ec8c: Layer already exists [2026-03-02T09:43:02.957Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:02.957Z] cce92674e987: Layer already exists [2026-03-02T09:43:02.957Z] latest: digest: sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:03.286Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:03.619Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100 [2026-03-02T09:43:03.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-02T09:43:03.619Z] b880bc84ec8c: Preparing [2026-03-02T09:43:03.619Z] 539b3353d7c8: Preparing [2026-03-02T09:43:03.619Z] 9d86b568ab96: Preparing [2026-03-02T09:43:03.619Z] abd1bb680da7: Preparing [2026-03-02T09:43:03.619Z] a64f9ea7b408: Preparing [2026-03-02T09:43:03.619Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:03.619Z] cce92674e987: Preparing [2026-03-02T09:43:03.619Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:03.619Z] cce92674e987: Waiting [2026-03-02T09:43:03.619Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:03.619Z] b880bc84ec8c: Layer already exists [2026-03-02T09:43:03.619Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:03.619Z] a64f9ea7b408: Layer already exists [2026-03-02T09:43:03.619Z] 539b3353d7c8: Layer already exists [2026-03-02T09:43:03.619Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:03.619Z] cce92674e987: Layer already exists [2026-03-02T09:43:03.619Z] 4.1.0-dev.100: digest: sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:03.944Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:04.262Z] + docker push nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:04.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-02T09:43:04.262Z] b880bc84ec8c: Preparing [2026-03-02T09:43:04.262Z] 539b3353d7c8: Preparing [2026-03-02T09:43:04.262Z] 9d86b568ab96: Preparing [2026-03-02T09:43:04.262Z] abd1bb680da7: Preparing [2026-03-02T09:43:04.262Z] a64f9ea7b408: Preparing [2026-03-02T09:43:04.262Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:04.262Z] cce92674e987: Preparing [2026-03-02T09:43:04.262Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:04.262Z] cce92674e987: Waiting [2026-03-02T09:43:04.262Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:04.262Z] b880bc84ec8c: Layer already exists [2026-03-02T09:43:04.262Z] 539b3353d7c8: Layer already exists [2026-03-02T09:43:04.262Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:04.262Z] a64f9ea7b408: Layer already exists [2026-03-02T09:43:04.262Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:04.262Z] cce92674e987: Layer already exists [2026-03-02T09:43:04.262Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:04.588Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:04.904Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2026-03-02T09:43:04.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-02T09:43:04.904Z] b880bc84ec8c: Preparing [2026-03-02T09:43:04.904Z] 539b3353d7c8: Preparing [2026-03-02T09:43:04.904Z] 9d86b568ab96: Preparing [2026-03-02T09:43:04.904Z] abd1bb680da7: Preparing [2026-03-02T09:43:04.904Z] a64f9ea7b408: Preparing [2026-03-02T09:43:04.904Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:04.904Z] cce92674e987: Preparing [2026-03-02T09:43:04.904Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:04.904Z] cce92674e987: Waiting [2026-03-02T09:43:04.904Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:04.904Z] 539b3353d7c8: Layer already exists [2026-03-02T09:43:04.904Z] a64f9ea7b408: Layer already exists [2026-03-02T09:43:04.904Z] b880bc84ec8c: Layer already exists [2026-03-02T09:43:04.904Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:04.904Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:04.904Z] cce92674e987: Layer already exists [2026-03-02T09:43:04.904Z] main: digest: sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:04.984Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:04.996Z] taggedImages: [2026-03-02T09:43:04.996Z] - nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:04.996Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-02T09:43:04.996Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100 [2026-03-02T09:43:04.996Z] - nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:04.996Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2026-03-02T09:43:05.025Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2026-03-02T09:43:05.025Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:05.025Z] latest [2026-03-02T09:43:05.025Z] 4.1.0-dev.100 [2026-03-02T09:43:05.025Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:05.025Z] main [2026-03-02T09:43:05.025Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:05.367Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:05.692Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:05.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-02T09:43:05.693Z] 757b0a88afa4: Preparing [2026-03-02T09:43:05.693Z] 7c22fe7afbfe: Preparing [2026-03-02T09:43:05.693Z] abd1bb680da7: Preparing [2026-03-02T09:43:05.693Z] 6d35721e8ed7: Preparing [2026-03-02T09:43:05.693Z] dfcce0b8b10c: Preparing [2026-03-02T09:43:05.693Z] cce92674e987: Preparing [2026-03-02T09:43:05.693Z] cce92674e987: Waiting [2026-03-02T09:43:05.693Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:05.693Z] cce92674e987: Layer already exists [2026-03-02T09:43:05.693Z] 757b0a88afa4: Pushed [2026-03-02T09:43:05.693Z] dfcce0b8b10c: Pushed [2026-03-02T09:43:05.693Z] 6d35721e8ed7: Pushed [2026-03-02T09:43:09.876Z] 7c22fe7afbfe: Pushed [2026-03-02T09:43:09.876Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:10.203Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:10.529Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-02T09:43:10.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-02T09:43:10.529Z] 757b0a88afa4: Preparing [2026-03-02T09:43:10.529Z] 7c22fe7afbfe: Preparing [2026-03-02T09:43:10.529Z] abd1bb680da7: Preparing [2026-03-02T09:43:10.529Z] 6d35721e8ed7: Preparing [2026-03-02T09:43:10.529Z] dfcce0b8b10c: Preparing [2026-03-02T09:43:10.529Z] cce92674e987: Preparing [2026-03-02T09:43:10.529Z] cce92674e987: Waiting [2026-03-02T09:43:10.529Z] 7c22fe7afbfe: Layer already exists [2026-03-02T09:43:10.529Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:10.529Z] dfcce0b8b10c: Layer already exists [2026-03-02T09:43:10.529Z] 757b0a88afa4: Layer already exists [2026-03-02T09:43:10.529Z] 6d35721e8ed7: Layer already exists [2026-03-02T09:43:10.529Z] cce92674e987: Layer already exists [2026-03-02T09:43:10.529Z] latest: digest: sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:10.858Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:11.182Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100 [2026-03-02T09:43:11.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-02T09:43:11.182Z] 757b0a88afa4: Preparing [2026-03-02T09:43:11.182Z] 7c22fe7afbfe: Preparing [2026-03-02T09:43:11.182Z] abd1bb680da7: Preparing [2026-03-02T09:43:11.182Z] 6d35721e8ed7: Preparing [2026-03-02T09:43:11.182Z] dfcce0b8b10c: Preparing [2026-03-02T09:43:11.182Z] cce92674e987: Preparing [2026-03-02T09:43:11.182Z] cce92674e987: Waiting [2026-03-02T09:43:11.182Z] 6d35721e8ed7: Layer already exists [2026-03-02T09:43:11.182Z] dfcce0b8b10c: Layer already exists [2026-03-02T09:43:11.182Z] 7c22fe7afbfe: Layer already exists [2026-03-02T09:43:11.182Z] 757b0a88afa4: Layer already exists [2026-03-02T09:43:11.182Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:11.182Z] cce92674e987: Layer already exists [2026-03-02T09:43:11.182Z] 4.1.0-dev.100: digest: sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:11.515Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:11.845Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:11.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-02T09:43:11.845Z] 757b0a88afa4: Preparing [2026-03-02T09:43:11.845Z] 7c22fe7afbfe: Preparing [2026-03-02T09:43:11.845Z] abd1bb680da7: Preparing [2026-03-02T09:43:11.845Z] 6d35721e8ed7: Preparing [2026-03-02T09:43:11.845Z] dfcce0b8b10c: Preparing [2026-03-02T09:43:11.845Z] cce92674e987: Preparing [2026-03-02T09:43:11.845Z] cce92674e987: Waiting [2026-03-02T09:43:11.845Z] 7c22fe7afbfe: Layer already exists [2026-03-02T09:43:11.845Z] 757b0a88afa4: Layer already exists [2026-03-02T09:43:11.845Z] 6d35721e8ed7: Layer already exists [2026-03-02T09:43:11.845Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:11.845Z] dfcce0b8b10c: Layer already exists [2026-03-02T09:43:11.845Z] cce92674e987: Layer already exists [2026-03-02T09:43:11.845Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:12.173Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:12.501Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-02T09:43:12.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-02T09:43:12.501Z] 757b0a88afa4: Preparing [2026-03-02T09:43:12.501Z] 7c22fe7afbfe: Preparing [2026-03-02T09:43:12.501Z] abd1bb680da7: Preparing [2026-03-02T09:43:12.501Z] 6d35721e8ed7: Preparing [2026-03-02T09:43:12.501Z] dfcce0b8b10c: Preparing [2026-03-02T09:43:12.501Z] cce92674e987: Preparing [2026-03-02T09:43:12.501Z] cce92674e987: Waiting [2026-03-02T09:43:12.501Z] dfcce0b8b10c: Layer already exists [2026-03-02T09:43:12.501Z] 757b0a88afa4: Layer already exists [2026-03-02T09:43:12.501Z] 7c22fe7afbfe: Layer already exists [2026-03-02T09:43:12.501Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:12.501Z] 6d35721e8ed7: Layer already exists [2026-03-02T09:43:12.501Z] cce92674e987: Layer already exists [2026-03-02T09:43:12.501Z] main: digest: sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:12.581Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:12.595Z] taggedImages: [2026-03-02T09:43:12.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:12.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-02T09:43:12.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100 [2026-03-02T09:43:12.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:12.595Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2026-03-02T09:43:12.623Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2026-03-02T09:43:12.623Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:12.623Z] latest [2026-03-02T09:43:12.623Z] 4.1.0-dev.100 [2026-03-02T09:43:12.623Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:12.623Z] main [2026-03-02T09:43:12.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:12.963Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:13.282Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:13.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-02T09:43:13.282Z] 171be721a2b0: Preparing [2026-03-02T09:43:13.282Z] 803aa13cc676: Preparing [2026-03-02T09:43:13.282Z] 5ad7c6ea05f3: Preparing [2026-03-02T09:43:13.282Z] 9d86b568ab96: Preparing [2026-03-02T09:43:13.282Z] abd1bb680da7: Preparing [2026-03-02T09:43:13.282Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:13.282Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:13.282Z] cce92674e987: Preparing [2026-03-02T09:43:13.282Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:13.282Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:13.282Z] cce92674e987: Waiting [2026-03-02T09:43:13.282Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:13.282Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:13.282Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:13.282Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:13.282Z] cce92674e987: Layer already exists [2026-03-02T09:43:13.282Z] 171be721a2b0: Pushed [2026-03-02T09:43:13.282Z] 803aa13cc676: Pushed [2026-03-02T09:43:17.466Z] 5ad7c6ea05f3: Pushed [2026-03-02T09:43:17.466Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:17.794Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:18.118Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-02T09:43:18.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-02T09:43:18.118Z] 171be721a2b0: Preparing [2026-03-02T09:43:18.118Z] 803aa13cc676: Preparing [2026-03-02T09:43:18.118Z] 5ad7c6ea05f3: Preparing [2026-03-02T09:43:18.118Z] 9d86b568ab96: Preparing [2026-03-02T09:43:18.118Z] abd1bb680da7: Preparing [2026-03-02T09:43:18.118Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:18.118Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:18.118Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:18.118Z] cce92674e987: Preparing [2026-03-02T09:43:18.118Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:18.118Z] cce92674e987: Waiting [2026-03-02T09:43:18.118Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:18.118Z] 171be721a2b0: Layer already exists [2026-03-02T09:43:18.118Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:18.118Z] 5ad7c6ea05f3: Layer already exists [2026-03-02T09:43:18.118Z] 803aa13cc676: Layer already exists [2026-03-02T09:43:18.118Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:18.118Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:18.118Z] cce92674e987: Layer already exists [2026-03-02T09:43:18.118Z] latest: digest: sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:18.515Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:18.841Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100 [2026-03-02T09:43:18.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-02T09:43:18.841Z] 171be721a2b0: Preparing [2026-03-02T09:43:18.841Z] 803aa13cc676: Preparing [2026-03-02T09:43:18.841Z] 5ad7c6ea05f3: Preparing [2026-03-02T09:43:18.841Z] 9d86b568ab96: Preparing [2026-03-02T09:43:18.841Z] abd1bb680da7: Preparing [2026-03-02T09:43:18.841Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:18.841Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:18.841Z] cce92674e987: Preparing [2026-03-02T09:43:18.841Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:18.841Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:18.841Z] cce92674e987: Waiting [2026-03-02T09:43:18.841Z] 5ad7c6ea05f3: Layer already exists [2026-03-02T09:43:18.841Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:18.841Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:18.841Z] 803aa13cc676: Layer already exists [2026-03-02T09:43:18.841Z] 171be721a2b0: Layer already exists [2026-03-02T09:43:18.841Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:18.841Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:18.841Z] cce92674e987: Layer already exists [2026-03-02T09:43:18.841Z] 4.1.0-dev.100: digest: sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:19.165Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:19.479Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:19.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-02T09:43:19.479Z] 171be721a2b0: Preparing [2026-03-02T09:43:19.479Z] 803aa13cc676: Preparing [2026-03-02T09:43:19.479Z] 5ad7c6ea05f3: Preparing [2026-03-02T09:43:19.479Z] 9d86b568ab96: Preparing [2026-03-02T09:43:19.479Z] abd1bb680da7: Preparing [2026-03-02T09:43:19.479Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:19.479Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:19.479Z] cce92674e987: Preparing [2026-03-02T09:43:19.479Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:19.479Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:19.479Z] cce92674e987: Waiting [2026-03-02T09:43:19.479Z] 803aa13cc676: Layer already exists [2026-03-02T09:43:19.479Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:19.479Z] 5ad7c6ea05f3: Layer already exists [2026-03-02T09:43:19.479Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:19.479Z] 171be721a2b0: Layer already exists [2026-03-02T09:43:19.479Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:19.479Z] cce92674e987: Layer already exists [2026-03-02T09:43:19.479Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:19.479Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:19.794Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:20.110Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-02T09:43:20.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-02T09:43:20.110Z] 171be721a2b0: Preparing [2026-03-02T09:43:20.110Z] 803aa13cc676: Preparing [2026-03-02T09:43:20.110Z] 5ad7c6ea05f3: Preparing [2026-03-02T09:43:20.110Z] 9d86b568ab96: Preparing [2026-03-02T09:43:20.110Z] abd1bb680da7: Preparing [2026-03-02T09:43:20.110Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:20.110Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:20.110Z] cce92674e987: Preparing [2026-03-02T09:43:20.110Z] cce92674e987: Waiting [2026-03-02T09:43:20.110Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:20.110Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:20.110Z] 803aa13cc676: Layer already exists [2026-03-02T09:43:20.110Z] 171be721a2b0: Layer already exists [2026-03-02T09:43:20.110Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:20.110Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:20.110Z] 5ad7c6ea05f3: Layer already exists [2026-03-02T09:43:20.110Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:20.110Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:20.110Z] cce92674e987: Layer already exists [2026-03-02T09:43:20.110Z] main: digest: sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:20.167Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:20.175Z] taggedImages: [2026-03-02T09:43:20.175Z] - nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:20.175Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-02T09:43:20.175Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100 [2026-03-02T09:43:20.175Z] - nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:20.175Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2026-03-02T09:43:20.194Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2026-03-02T09:43:20.194Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:20.194Z] latest [2026-03-02T09:43:20.194Z] 4.1.0-dev.100 [2026-03-02T09:43:20.194Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:20.194Z] main [2026-03-02T09:43:20.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:20.510Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:20.823Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:20.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-02T09:43:20.823Z] bb6ab8753ab9: Preparing [2026-03-02T09:43:20.823Z] 9f086858a0cf: Preparing [2026-03-02T09:43:20.823Z] 118d6c634901: Preparing [2026-03-02T09:43:20.823Z] 97d4aba57447: Preparing [2026-03-02T09:43:20.823Z] 562cbea4598a: Preparing [2026-03-02T09:43:20.823Z] c5fa6c939049: Preparing [2026-03-02T09:43:20.823Z] dc488d73a813: Preparing [2026-03-02T09:43:20.823Z] 9d86b568ab96: Preparing [2026-03-02T09:43:20.823Z] abd1bb680da7: Preparing [2026-03-02T09:43:20.823Z] 4ec6ea52b7fb: Preparing [2026-03-02T09:43:20.823Z] 11f5f2c46b69: Preparing [2026-03-02T09:43:20.823Z] 5f70bf18a086: Preparing [2026-03-02T09:43:20.823Z] 602399012580: Preparing [2026-03-02T09:43:20.823Z] 3764850ef9c7: Preparing [2026-03-02T09:43:20.823Z] f6562a34c249: Preparing [2026-03-02T09:43:20.823Z] cce92674e987: Preparing [2026-03-02T09:43:20.823Z] 9d86b568ab96: Waiting [2026-03-02T09:43:20.823Z] abd1bb680da7: Waiting [2026-03-02T09:43:20.823Z] 4ec6ea52b7fb: Waiting [2026-03-02T09:43:20.823Z] 11f5f2c46b69: Waiting [2026-03-02T09:43:20.823Z] c5fa6c939049: Waiting [2026-03-02T09:43:20.823Z] cce92674e987: Waiting [2026-03-02T09:43:20.823Z] f6562a34c249: Waiting [2026-03-02T09:43:20.823Z] 5f70bf18a086: Waiting [2026-03-02T09:43:20.823Z] 602399012580: Waiting [2026-03-02T09:43:20.823Z] dc488d73a813: Waiting [2026-03-02T09:43:20.823Z] 97d4aba57447: Pushed [2026-03-02T09:43:20.823Z] bb6ab8753ab9: Pushed [2026-03-02T09:43:20.823Z] 9f086858a0cf: Pushed [2026-03-02T09:43:20.823Z] 118d6c634901: Pushed [2026-03-02T09:43:20.823Z] 562cbea4598a: Pushed [2026-03-02T09:43:20.823Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:20.823Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:20.823Z] c5fa6c939049: Pushed [2026-03-02T09:43:20.823Z] 5f70bf18a086: Layer already exists [2026-03-02T09:43:21.080Z] 4ec6ea52b7fb: Pushed [2026-03-02T09:43:21.080Z] 11f5f2c46b69: Pushed [2026-03-02T09:43:21.080Z] 602399012580: Pushed [2026-03-02T09:43:21.080Z] cce92674e987: Layer already exists [2026-03-02T09:43:21.080Z] 3764850ef9c7: Pushed [2026-03-02T09:43:21.080Z] f6562a34c249: Pushed [2026-03-02T09:43:22.454Z] dc488d73a813: Pushed [2026-03-02T09:43:22.454Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:22.769Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:23.080Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-02T09:43:23.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-02T09:43:23.080Z] bb6ab8753ab9: Preparing [2026-03-02T09:43:23.080Z] 9f086858a0cf: Preparing [2026-03-02T09:43:23.080Z] 118d6c634901: Preparing [2026-03-02T09:43:23.080Z] 97d4aba57447: Preparing [2026-03-02T09:43:23.080Z] 562cbea4598a: Preparing [2026-03-02T09:43:23.080Z] c5fa6c939049: Preparing [2026-03-02T09:43:23.080Z] dc488d73a813: Preparing [2026-03-02T09:43:23.080Z] 9d86b568ab96: Preparing [2026-03-02T09:43:23.080Z] abd1bb680da7: Preparing [2026-03-02T09:43:23.080Z] 4ec6ea52b7fb: Preparing [2026-03-02T09:43:23.080Z] 11f5f2c46b69: Preparing [2026-03-02T09:43:23.080Z] 5f70bf18a086: Preparing [2026-03-02T09:43:23.080Z] 602399012580: Preparing [2026-03-02T09:43:23.080Z] 3764850ef9c7: Preparing [2026-03-02T09:43:23.080Z] f6562a34c249: Preparing [2026-03-02T09:43:23.080Z] cce92674e987: Preparing [2026-03-02T09:43:23.080Z] 4ec6ea52b7fb: Waiting [2026-03-02T09:43:23.080Z] c5fa6c939049: Waiting [2026-03-02T09:43:23.080Z] 11f5f2c46b69: Waiting [2026-03-02T09:43:23.080Z] 5f70bf18a086: Waiting [2026-03-02T09:43:23.080Z] 602399012580: Waiting [2026-03-02T09:43:23.080Z] 3764850ef9c7: Waiting [2026-03-02T09:43:23.080Z] f6562a34c249: Waiting [2026-03-02T09:43:23.080Z] cce92674e987: Waiting [2026-03-02T09:43:23.080Z] dc488d73a813: Waiting [2026-03-02T09:43:23.080Z] 9d86b568ab96: Waiting [2026-03-02T09:43:23.080Z] abd1bb680da7: Waiting [2026-03-02T09:43:23.080Z] 9f086858a0cf: Layer already exists [2026-03-02T09:43:23.080Z] 118d6c634901: Layer already exists [2026-03-02T09:43:23.080Z] bb6ab8753ab9: Layer already exists [2026-03-02T09:43:23.080Z] 97d4aba57447: Layer already exists [2026-03-02T09:43:23.080Z] 562cbea4598a: Layer already exists [2026-03-02T09:43:23.080Z] dc488d73a813: Layer already exists [2026-03-02T09:43:23.080Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:23.080Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:23.080Z] c5fa6c939049: Layer already exists [2026-03-02T09:43:23.080Z] 4ec6ea52b7fb: Layer already exists [2026-03-02T09:43:23.080Z] 11f5f2c46b69: Layer already exists [2026-03-02T09:43:23.080Z] 5f70bf18a086: Layer already exists [2026-03-02T09:43:23.080Z] 602399012580: Layer already exists [2026-03-02T09:43:23.080Z] 3764850ef9c7: Layer already exists [2026-03-02T09:43:23.080Z] f6562a34c249: Layer already exists [2026-03-02T09:43:23.080Z] cce92674e987: Layer already exists [2026-03-02T09:43:23.080Z] latest: digest: sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:23.393Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:23.707Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100 [2026-03-02T09:43:23.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-02T09:43:23.707Z] bb6ab8753ab9: Preparing [2026-03-02T09:43:23.707Z] 9f086858a0cf: Preparing [2026-03-02T09:43:23.707Z] 118d6c634901: Preparing [2026-03-02T09:43:23.707Z] 97d4aba57447: Preparing [2026-03-02T09:43:23.707Z] 562cbea4598a: Preparing [2026-03-02T09:43:23.707Z] c5fa6c939049: Preparing [2026-03-02T09:43:23.707Z] dc488d73a813: Preparing [2026-03-02T09:43:23.707Z] 9d86b568ab96: Preparing [2026-03-02T09:43:23.707Z] abd1bb680da7: Preparing [2026-03-02T09:43:23.707Z] 4ec6ea52b7fb: Preparing [2026-03-02T09:43:23.707Z] 11f5f2c46b69: Preparing [2026-03-02T09:43:23.707Z] 5f70bf18a086: Preparing [2026-03-02T09:43:23.707Z] 602399012580: Preparing [2026-03-02T09:43:23.707Z] 3764850ef9c7: Preparing [2026-03-02T09:43:23.707Z] f6562a34c249: Preparing [2026-03-02T09:43:23.707Z] cce92674e987: Preparing [2026-03-02T09:43:23.707Z] c5fa6c939049: Waiting [2026-03-02T09:43:23.707Z] dc488d73a813: Waiting [2026-03-02T09:43:23.707Z] 9d86b568ab96: Waiting [2026-03-02T09:43:23.707Z] abd1bb680da7: Waiting [2026-03-02T09:43:23.707Z] 4ec6ea52b7fb: Waiting [2026-03-02T09:43:23.707Z] 3764850ef9c7: Waiting [2026-03-02T09:43:23.707Z] 11f5f2c46b69: Waiting [2026-03-02T09:43:23.707Z] f6562a34c249: Waiting [2026-03-02T09:43:23.707Z] 5f70bf18a086: Waiting [2026-03-02T09:43:23.707Z] cce92674e987: Waiting [2026-03-02T09:43:23.707Z] 602399012580: Waiting [2026-03-02T09:43:23.707Z] 97d4aba57447: Layer already exists [2026-03-02T09:43:23.707Z] 562cbea4598a: Layer already exists [2026-03-02T09:43:23.707Z] 9f086858a0cf: Layer already exists [2026-03-02T09:43:23.707Z] bb6ab8753ab9: Layer already exists [2026-03-02T09:43:23.707Z] 118d6c634901: Layer already exists [2026-03-02T09:43:23.707Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:23.707Z] dc488d73a813: Layer already exists [2026-03-02T09:43:23.707Z] 4ec6ea52b7fb: Layer already exists [2026-03-02T09:43:23.707Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:23.707Z] c5fa6c939049: Layer already exists [2026-03-02T09:43:23.707Z] 5f70bf18a086: Layer already exists [2026-03-02T09:43:23.707Z] 11f5f2c46b69: Layer already exists [2026-03-02T09:43:23.707Z] 602399012580: Layer already exists [2026-03-02T09:43:23.707Z] 3764850ef9c7: Layer already exists [2026-03-02T09:43:23.707Z] f6562a34c249: Layer already exists [2026-03-02T09:43:23.707Z] cce92674e987: Layer already exists [2026-03-02T09:43:23.707Z] 4.1.0-dev.100: digest: sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:24.025Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:24.342Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:24.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-02T09:43:24.342Z] bb6ab8753ab9: Preparing [2026-03-02T09:43:24.342Z] 9f086858a0cf: Preparing [2026-03-02T09:43:24.342Z] 118d6c634901: Preparing [2026-03-02T09:43:24.342Z] 97d4aba57447: Preparing [2026-03-02T09:43:24.342Z] 562cbea4598a: Preparing [2026-03-02T09:43:24.342Z] c5fa6c939049: Preparing [2026-03-02T09:43:24.342Z] dc488d73a813: Preparing [2026-03-02T09:43:24.342Z] 9d86b568ab96: Preparing [2026-03-02T09:43:24.342Z] abd1bb680da7: Preparing [2026-03-02T09:43:24.342Z] c5fa6c939049: Waiting [2026-03-02T09:43:24.342Z] dc488d73a813: Waiting [2026-03-02T09:43:24.342Z] 9d86b568ab96: Waiting [2026-03-02T09:43:24.342Z] 4ec6ea52b7fb: Preparing [2026-03-02T09:43:24.342Z] abd1bb680da7: Waiting [2026-03-02T09:43:24.342Z] 11f5f2c46b69: Preparing [2026-03-02T09:43:24.342Z] 4ec6ea52b7fb: Waiting [2026-03-02T09:43:24.342Z] 5f70bf18a086: Preparing [2026-03-02T09:43:24.342Z] 11f5f2c46b69: Waiting [2026-03-02T09:43:24.342Z] 602399012580: Preparing [2026-03-02T09:43:24.342Z] 5f70bf18a086: Waiting [2026-03-02T09:43:24.342Z] 3764850ef9c7: Preparing [2026-03-02T09:43:24.342Z] 602399012580: Waiting [2026-03-02T09:43:24.342Z] f6562a34c249: Preparing [2026-03-02T09:43:24.342Z] 3764850ef9c7: Waiting [2026-03-02T09:43:24.342Z] cce92674e987: Preparing [2026-03-02T09:43:24.342Z] f6562a34c249: Waiting [2026-03-02T09:43:24.342Z] cce92674e987: Waiting [2026-03-02T09:43:24.342Z] 97d4aba57447: Layer already exists [2026-03-02T09:43:24.342Z] 562cbea4598a: Layer already exists [2026-03-02T09:43:24.342Z] bb6ab8753ab9: Layer already exists [2026-03-02T09:43:24.342Z] 118d6c634901: Layer already exists [2026-03-02T09:43:24.342Z] 9f086858a0cf: Layer already exists [2026-03-02T09:43:24.342Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:24.342Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:24.342Z] c5fa6c939049: Layer already exists [2026-03-02T09:43:24.342Z] dc488d73a813: Layer already exists [2026-03-02T09:43:24.342Z] 4ec6ea52b7fb: Layer already exists [2026-03-02T09:43:24.342Z] 11f5f2c46b69: Layer already exists [2026-03-02T09:43:24.342Z] 602399012580: Layer already exists [2026-03-02T09:43:24.342Z] 3764850ef9c7: Layer already exists [2026-03-02T09:43:24.342Z] 5f70bf18a086: Layer already exists [2026-03-02T09:43:24.342Z] f6562a34c249: Layer already exists [2026-03-02T09:43:24.342Z] cce92674e987: Layer already exists [2026-03-02T09:43:24.342Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:24.663Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:24.988Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-02T09:43:24.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-02T09:43:24.988Z] bb6ab8753ab9: Preparing [2026-03-02T09:43:24.988Z] 9f086858a0cf: Preparing [2026-03-02T09:43:24.988Z] 118d6c634901: Preparing [2026-03-02T09:43:24.988Z] 97d4aba57447: Preparing [2026-03-02T09:43:24.988Z] 562cbea4598a: Preparing [2026-03-02T09:43:24.988Z] c5fa6c939049: Preparing [2026-03-02T09:43:24.988Z] dc488d73a813: Preparing [2026-03-02T09:43:24.988Z] 9d86b568ab96: Preparing [2026-03-02T09:43:24.988Z] abd1bb680da7: Preparing [2026-03-02T09:43:24.988Z] 4ec6ea52b7fb: Preparing [2026-03-02T09:43:24.988Z] 11f5f2c46b69: Preparing [2026-03-02T09:43:24.988Z] 5f70bf18a086: Preparing [2026-03-02T09:43:24.988Z] 602399012580: Preparing [2026-03-02T09:43:24.988Z] 3764850ef9c7: Preparing [2026-03-02T09:43:24.988Z] f6562a34c249: Preparing [2026-03-02T09:43:24.988Z] cce92674e987: Preparing [2026-03-02T09:43:24.989Z] c5fa6c939049: Waiting [2026-03-02T09:43:24.989Z] dc488d73a813: Waiting [2026-03-02T09:43:24.989Z] 9d86b568ab96: Waiting [2026-03-02T09:43:24.989Z] abd1bb680da7: Waiting [2026-03-02T09:43:24.989Z] 3764850ef9c7: Waiting [2026-03-02T09:43:24.989Z] 4ec6ea52b7fb: Waiting [2026-03-02T09:43:24.989Z] f6562a34c249: Waiting [2026-03-02T09:43:24.989Z] cce92674e987: Waiting [2026-03-02T09:43:24.989Z] 11f5f2c46b69: Waiting [2026-03-02T09:43:24.989Z] 5f70bf18a086: Waiting [2026-03-02T09:43:24.989Z] 602399012580: Waiting [2026-03-02T09:43:24.989Z] 9f086858a0cf: Layer already exists [2026-03-02T09:43:24.989Z] 118d6c634901: Layer already exists [2026-03-02T09:43:24.989Z] bb6ab8753ab9: Layer already exists [2026-03-02T09:43:24.989Z] 562cbea4598a: Layer already exists [2026-03-02T09:43:24.989Z] 97d4aba57447: Layer already exists [2026-03-02T09:43:24.989Z] c5fa6c939049: Layer already exists [2026-03-02T09:43:24.989Z] dc488d73a813: Layer already exists [2026-03-02T09:43:24.989Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:24.989Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:24.989Z] 4ec6ea52b7fb: Layer already exists [2026-03-02T09:43:24.989Z] 5f70bf18a086: Layer already exists [2026-03-02T09:43:24.989Z] 11f5f2c46b69: Layer already exists [2026-03-02T09:43:24.989Z] 602399012580: Layer already exists [2026-03-02T09:43:24.989Z] 3764850ef9c7: Layer already exists [2026-03-02T09:43:24.989Z] f6562a34c249: Layer already exists [2026-03-02T09:43:24.989Z] cce92674e987: Layer already exists [2026-03-02T09:43:24.989Z] main: digest: sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:25.070Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:25.086Z] taggedImages: [2026-03-02T09:43:25.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:25.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-02T09:43:25.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100 [2026-03-02T09:43:25.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:25.087Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2026-03-02T09:43:25.122Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2026-03-02T09:43:25.122Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:25.122Z] latest [2026-03-02T09:43:25.122Z] 4.1.0-dev.100 [2026-03-02T09:43:25.122Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:25.122Z] main [2026-03-02T09:43:25.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:25.465Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:25.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:25.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-02T09:43:25.789Z] da9d7e6ef4fe: Preparing [2026-03-02T09:43:25.789Z] 98465cdd6aba: Preparing [2026-03-02T09:43:25.789Z] bc72b79058e8: Preparing [2026-03-02T09:43:25.789Z] e09420365059: Preparing [2026-03-02T09:43:25.789Z] 9d86b568ab96: Preparing [2026-03-02T09:43:25.789Z] abd1bb680da7: Preparing [2026-03-02T09:43:25.789Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:25.789Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:25.789Z] cce92674e987: Preparing [2026-03-02T09:43:25.789Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:25.789Z] abd1bb680da7: Waiting [2026-03-02T09:43:25.789Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:25.789Z] cce92674e987: Waiting [2026-03-02T09:43:25.789Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:25.789Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:25.789Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:25.789Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:25.789Z] bc72b79058e8: Pushed [2026-03-02T09:43:25.789Z] cce92674e987: Layer already exists [2026-03-02T09:43:25.789Z] da9d7e6ef4fe: Pushed [2026-03-02T09:43:25.789Z] 98465cdd6aba: Pushed [2026-03-02T09:43:29.984Z] e09420365059: Pushed [2026-03-02T09:43:29.984Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:30.310Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:30.624Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-02T09:43:30.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-02T09:43:30.624Z] da9d7e6ef4fe: Preparing [2026-03-02T09:43:30.624Z] 98465cdd6aba: Preparing [2026-03-02T09:43:30.624Z] bc72b79058e8: Preparing [2026-03-02T09:43:30.624Z] e09420365059: Preparing [2026-03-02T09:43:30.624Z] 9d86b568ab96: Preparing [2026-03-02T09:43:30.624Z] abd1bb680da7: Preparing [2026-03-02T09:43:30.624Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:30.624Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:30.625Z] cce92674e987: Preparing [2026-03-02T09:43:30.625Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:30.625Z] abd1bb680da7: Waiting [2026-03-02T09:43:30.625Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:30.625Z] cce92674e987: Waiting [2026-03-02T09:43:30.625Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:30.625Z] bc72b79058e8: Layer already exists [2026-03-02T09:43:30.625Z] da9d7e6ef4fe: Layer already exists [2026-03-02T09:43:30.625Z] e09420365059: Layer already exists [2026-03-02T09:43:30.625Z] 98465cdd6aba: Layer already exists [2026-03-02T09:43:30.625Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:30.625Z] cce92674e987: Layer already exists [2026-03-02T09:43:30.625Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:30.625Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:30.625Z] latest: digest: sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:30.954Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:31.273Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100 [2026-03-02T09:43:31.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-02T09:43:31.273Z] da9d7e6ef4fe: Preparing [2026-03-02T09:43:31.273Z] 98465cdd6aba: Preparing [2026-03-02T09:43:31.273Z] bc72b79058e8: Preparing [2026-03-02T09:43:31.273Z] e09420365059: Preparing [2026-03-02T09:43:31.273Z] 9d86b568ab96: Preparing [2026-03-02T09:43:31.273Z] abd1bb680da7: Preparing [2026-03-02T09:43:31.273Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:31.273Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:31.273Z] cce92674e987: Preparing [2026-03-02T09:43:31.273Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:31.273Z] abd1bb680da7: Waiting [2026-03-02T09:43:31.273Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:31.273Z] cce92674e987: Waiting [2026-03-02T09:43:31.273Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:31.273Z] 98465cdd6aba: Layer already exists [2026-03-02T09:43:31.273Z] bc72b79058e8: Layer already exists [2026-03-02T09:43:31.273Z] da9d7e6ef4fe: Layer already exists [2026-03-02T09:43:31.273Z] e09420365059: Layer already exists [2026-03-02T09:43:31.273Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:31.273Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:31.273Z] cce92674e987: Layer already exists [2026-03-02T09:43:31.273Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:31.273Z] 4.1.0-dev.100: digest: sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:31.598Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:31.910Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:31.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-02T09:43:31.910Z] da9d7e6ef4fe: Preparing [2026-03-02T09:43:31.910Z] 98465cdd6aba: Preparing [2026-03-02T09:43:31.910Z] bc72b79058e8: Preparing [2026-03-02T09:43:31.910Z] e09420365059: Preparing [2026-03-02T09:43:31.910Z] 9d86b568ab96: Preparing [2026-03-02T09:43:31.910Z] abd1bb680da7: Preparing [2026-03-02T09:43:31.910Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:31.910Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:31.910Z] abd1bb680da7: Waiting [2026-03-02T09:43:31.910Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:31.910Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:31.910Z] cce92674e987: Preparing [2026-03-02T09:43:31.910Z] cce92674e987: Waiting [2026-03-02T09:43:31.910Z] da9d7e6ef4fe: Layer already exists [2026-03-02T09:43:31.910Z] e09420365059: Layer already exists [2026-03-02T09:43:31.910Z] bc72b79058e8: Layer already exists [2026-03-02T09:43:31.910Z] 98465cdd6aba: Layer already exists [2026-03-02T09:43:31.910Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:31.910Z] cce92674e987: Layer already exists [2026-03-02T09:43:31.910Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:31.910Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:31.910Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:31.910Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:32.229Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:32.558Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-02T09:43:32.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-02T09:43:32.558Z] da9d7e6ef4fe: Preparing [2026-03-02T09:43:32.558Z] 98465cdd6aba: Preparing [2026-03-02T09:43:32.558Z] bc72b79058e8: Preparing [2026-03-02T09:43:32.558Z] e09420365059: Preparing [2026-03-02T09:43:32.558Z] 9d86b568ab96: Preparing [2026-03-02T09:43:32.558Z] abd1bb680da7: Preparing [2026-03-02T09:43:32.558Z] 3cb980bc7b0f: Preparing [2026-03-02T09:43:32.558Z] 1f9caca5ecb0: Preparing [2026-03-02T09:43:32.558Z] cce92674e987: Preparing [2026-03-02T09:43:32.558Z] abd1bb680da7: Waiting [2026-03-02T09:43:32.558Z] 3cb980bc7b0f: Waiting [2026-03-02T09:43:32.558Z] cce92674e987: Waiting [2026-03-02T09:43:32.558Z] 1f9caca5ecb0: Waiting [2026-03-02T09:43:32.558Z] da9d7e6ef4fe: Layer already exists [2026-03-02T09:43:32.558Z] e09420365059: Layer already exists [2026-03-02T09:43:32.558Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:32.558Z] bc72b79058e8: Layer already exists [2026-03-02T09:43:32.558Z] 98465cdd6aba: Layer already exists [2026-03-02T09:43:32.558Z] 3cb980bc7b0f: Layer already exists [2026-03-02T09:43:32.558Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:32.558Z] 1f9caca5ecb0: Layer already exists [2026-03-02T09:43:32.558Z] cce92674e987: Layer already exists [2026-03-02T09:43:32.558Z] main: digest: sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:32.641Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:32.658Z] taggedImages: [2026-03-02T09:43:32.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:32.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-02T09:43:32.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100 [2026-03-02T09:43:32.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:32.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2026-03-02T09:43:32.690Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2026-03-02T09:43:32.690Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:32.690Z] latest [2026-03-02T09:43:32.690Z] 4.1.0-dev.100 [2026-03-02T09:43:32.690Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:32.690Z] main [2026-03-02T09:43:32.690Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:33.036Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:33.356Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:33.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-02T09:43:33.356Z] bf59a5d43ae2: Preparing [2026-03-02T09:43:33.356Z] 83ce1c43f009: Preparing [2026-03-02T09:43:33.356Z] a6841fd87849: Preparing [2026-03-02T09:43:33.356Z] ace3ed68cfff: Preparing [2026-03-02T09:43:33.356Z] d1860aa52b84: Preparing [2026-03-02T09:43:33.356Z] 9d86b568ab96: Preparing [2026-03-02T09:43:33.356Z] abd1bb680da7: Preparing [2026-03-02T09:43:33.356Z] fb7a1e5798d2: Preparing [2026-03-02T09:43:33.356Z] bc52c22fcbb8: Preparing [2026-03-02T09:43:33.356Z] c27db0cbffe2: Preparing [2026-03-02T09:43:33.356Z] cce92674e987: Preparing [2026-03-02T09:43:33.356Z] abd1bb680da7: Waiting [2026-03-02T09:43:33.356Z] fb7a1e5798d2: Waiting [2026-03-02T09:43:33.356Z] bc52c22fcbb8: Waiting [2026-03-02T09:43:33.356Z] c27db0cbffe2: Waiting [2026-03-02T09:43:33.356Z] cce92674e987: Waiting [2026-03-02T09:43:33.356Z] 9d86b568ab96: Waiting [2026-03-02T09:43:33.356Z] d1860aa52b84: Pushed [2026-03-02T09:43:33.356Z] ace3ed68cfff: Pushed [2026-03-02T09:43:33.356Z] 83ce1c43f009: Pushed [2026-03-02T09:43:33.356Z] bf59a5d43ae2: Pushed [2026-03-02T09:43:33.356Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:33.356Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:33.356Z] cce92674e987: Layer already exists [2026-03-02T09:43:33.613Z] fb7a1e5798d2: Pushed [2026-03-02T09:43:33.613Z] bc52c22fcbb8: Pushed [2026-03-02T09:43:35.000Z] c27db0cbffe2: Pushed [2026-03-02T09:43:36.376Z] a6841fd87849: Pushed [2026-03-02T09:43:36.376Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:36.696Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:37.019Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-02T09:43:37.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-02T09:43:37.020Z] bf59a5d43ae2: Preparing [2026-03-02T09:43:37.020Z] 83ce1c43f009: Preparing [2026-03-02T09:43:37.020Z] a6841fd87849: Preparing [2026-03-02T09:43:37.020Z] ace3ed68cfff: Preparing [2026-03-02T09:43:37.020Z] d1860aa52b84: Preparing [2026-03-02T09:43:37.020Z] 9d86b568ab96: Preparing [2026-03-02T09:43:37.020Z] abd1bb680da7: Preparing [2026-03-02T09:43:37.020Z] fb7a1e5798d2: Preparing [2026-03-02T09:43:37.020Z] bc52c22fcbb8: Preparing [2026-03-02T09:43:37.020Z] c27db0cbffe2: Preparing [2026-03-02T09:43:37.020Z] cce92674e987: Preparing [2026-03-02T09:43:37.020Z] abd1bb680da7: Waiting [2026-03-02T09:43:37.020Z] fb7a1e5798d2: Waiting [2026-03-02T09:43:37.020Z] c27db0cbffe2: Waiting [2026-03-02T09:43:37.020Z] bc52c22fcbb8: Waiting [2026-03-02T09:43:37.020Z] cce92674e987: Waiting [2026-03-02T09:43:37.020Z] 9d86b568ab96: Waiting [2026-03-02T09:43:37.020Z] ace3ed68cfff: Layer already exists [2026-03-02T09:43:37.020Z] d1860aa52b84: Layer already exists [2026-03-02T09:43:37.020Z] 83ce1c43f009: Layer already exists [2026-03-02T09:43:37.020Z] bf59a5d43ae2: Layer already exists [2026-03-02T09:43:37.020Z] a6841fd87849: Layer already exists [2026-03-02T09:43:37.020Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:37.020Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:37.020Z] bc52c22fcbb8: Layer already exists [2026-03-02T09:43:37.020Z] fb7a1e5798d2: Layer already exists [2026-03-02T09:43:37.020Z] c27db0cbffe2: Layer already exists [2026-03-02T09:43:37.020Z] cce92674e987: Layer already exists [2026-03-02T09:43:37.020Z] latest: digest: sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:37.347Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:37.666Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100 [2026-03-02T09:43:37.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-02T09:43:37.666Z] bf59a5d43ae2: Preparing [2026-03-02T09:43:37.666Z] 83ce1c43f009: Preparing [2026-03-02T09:43:37.666Z] a6841fd87849: Preparing [2026-03-02T09:43:37.666Z] ace3ed68cfff: Preparing [2026-03-02T09:43:37.666Z] d1860aa52b84: Preparing [2026-03-02T09:43:37.666Z] 9d86b568ab96: Preparing [2026-03-02T09:43:37.666Z] abd1bb680da7: Preparing [2026-03-02T09:43:37.666Z] fb7a1e5798d2: Preparing [2026-03-02T09:43:37.666Z] bc52c22fcbb8: Preparing [2026-03-02T09:43:37.666Z] c27db0cbffe2: Preparing [2026-03-02T09:43:37.666Z] cce92674e987: Preparing [2026-03-02T09:43:37.666Z] fb7a1e5798d2: Waiting [2026-03-02T09:43:37.666Z] cce92674e987: Waiting [2026-03-02T09:43:37.666Z] bc52c22fcbb8: Waiting [2026-03-02T09:43:37.666Z] c27db0cbffe2: Waiting [2026-03-02T09:43:37.666Z] abd1bb680da7: Waiting [2026-03-02T09:43:37.666Z] 9d86b568ab96: Waiting [2026-03-02T09:43:37.666Z] ace3ed68cfff: Layer already exists [2026-03-02T09:43:37.666Z] bf59a5d43ae2: Layer already exists [2026-03-02T09:43:37.666Z] a6841fd87849: Layer already exists [2026-03-02T09:43:37.666Z] 83ce1c43f009: Layer already exists [2026-03-02T09:43:37.666Z] d1860aa52b84: Layer already exists [2026-03-02T09:43:37.666Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:37.666Z] fb7a1e5798d2: Layer already exists [2026-03-02T09:43:37.666Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:37.666Z] c27db0cbffe2: Layer already exists [2026-03-02T09:43:37.666Z] bc52c22fcbb8: Layer already exists [2026-03-02T09:43:37.666Z] cce92674e987: Layer already exists [2026-03-02T09:43:37.666Z] 4.1.0-dev.100: digest: sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:37.993Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:38.326Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:38.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-02T09:43:38.326Z] bf59a5d43ae2: Preparing [2026-03-02T09:43:38.326Z] 83ce1c43f009: Preparing [2026-03-02T09:43:38.326Z] a6841fd87849: Preparing [2026-03-02T09:43:38.326Z] ace3ed68cfff: Preparing [2026-03-02T09:43:38.326Z] d1860aa52b84: Preparing [2026-03-02T09:43:38.326Z] 9d86b568ab96: Preparing [2026-03-02T09:43:38.326Z] abd1bb680da7: Preparing [2026-03-02T09:43:38.326Z] fb7a1e5798d2: Preparing [2026-03-02T09:43:38.326Z] bc52c22fcbb8: Preparing [2026-03-02T09:43:38.326Z] c27db0cbffe2: Preparing [2026-03-02T09:43:38.326Z] cce92674e987: Preparing [2026-03-02T09:43:38.326Z] fb7a1e5798d2: Waiting [2026-03-02T09:43:38.326Z] bc52c22fcbb8: Waiting [2026-03-02T09:43:38.326Z] c27db0cbffe2: Waiting [2026-03-02T09:43:38.326Z] cce92674e987: Waiting [2026-03-02T09:43:38.326Z] 9d86b568ab96: Waiting [2026-03-02T09:43:38.326Z] abd1bb680da7: Waiting [2026-03-02T09:43:38.326Z] bf59a5d43ae2: Layer already exists [2026-03-02T09:43:38.326Z] d1860aa52b84: Layer already exists [2026-03-02T09:43:38.326Z] 83ce1c43f009: Layer already exists [2026-03-02T09:43:38.326Z] a6841fd87849: Layer already exists [2026-03-02T09:43:38.326Z] ace3ed68cfff: Layer already exists [2026-03-02T09:43:38.326Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:38.326Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:38.326Z] fb7a1e5798d2: Layer already exists [2026-03-02T09:43:38.326Z] c27db0cbffe2: Layer already exists [2026-03-02T09:43:38.326Z] bc52c22fcbb8: Layer already exists [2026-03-02T09:43:38.326Z] cce92674e987: Layer already exists [2026-03-02T09:43:38.326Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:38.650Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:38.975Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-02T09:43:38.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-02T09:43:38.975Z] bf59a5d43ae2: Preparing [2026-03-02T09:43:38.975Z] 83ce1c43f009: Preparing [2026-03-02T09:43:38.975Z] a6841fd87849: Preparing [2026-03-02T09:43:38.975Z] ace3ed68cfff: Preparing [2026-03-02T09:43:38.975Z] d1860aa52b84: Preparing [2026-03-02T09:43:38.975Z] 9d86b568ab96: Preparing [2026-03-02T09:43:38.975Z] abd1bb680da7: Preparing [2026-03-02T09:43:38.975Z] fb7a1e5798d2: Preparing [2026-03-02T09:43:38.975Z] bc52c22fcbb8: Preparing [2026-03-02T09:43:38.975Z] c27db0cbffe2: Preparing [2026-03-02T09:43:38.975Z] cce92674e987: Preparing [2026-03-02T09:43:38.975Z] 9d86b568ab96: Waiting [2026-03-02T09:43:38.975Z] abd1bb680da7: Waiting [2026-03-02T09:43:38.975Z] fb7a1e5798d2: Waiting [2026-03-02T09:43:38.975Z] bc52c22fcbb8: Waiting [2026-03-02T09:43:38.975Z] c27db0cbffe2: Waiting [2026-03-02T09:43:38.975Z] cce92674e987: Waiting [2026-03-02T09:43:38.975Z] d1860aa52b84: Layer already exists [2026-03-02T09:43:38.975Z] a6841fd87849: Layer already exists [2026-03-02T09:43:38.975Z] ace3ed68cfff: Layer already exists [2026-03-02T09:43:38.975Z] bf59a5d43ae2: Layer already exists [2026-03-02T09:43:38.975Z] 83ce1c43f009: Layer already exists [2026-03-02T09:43:38.975Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:38.975Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:38.975Z] fb7a1e5798d2: Layer already exists [2026-03-02T09:43:38.975Z] bc52c22fcbb8: Layer already exists [2026-03-02T09:43:38.975Z] c27db0cbffe2: Layer already exists [2026-03-02T09:43:38.975Z] cce92674e987: Layer already exists [2026-03-02T09:43:38.975Z] main: digest: sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:39.056Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:39.070Z] taggedImages: [2026-03-02T09:43:39.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:39.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-02T09:43:39.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100 [2026-03-02T09:43:39.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:39.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2026-03-02T09:43:39.092Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2026-03-02T09:43:39.092Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:39.092Z] latest [2026-03-02T09:43:39.092Z] 4.1.0-dev.100 [2026-03-02T09:43:39.092Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:39.092Z] main [2026-03-02T09:43:39.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:39.447Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:39.764Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:39.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-02T09:43:39.764Z] f6da0a796bd7: Preparing [2026-03-02T09:43:39.764Z] 2420a5e24c8a: Preparing [2026-03-02T09:43:39.764Z] 731bfc0d828d: Preparing [2026-03-02T09:43:39.764Z] 3848ebf05378: Preparing [2026-03-02T09:43:39.764Z] 0c39d07e39ff: Preparing [2026-03-02T09:43:39.764Z] 734953e049b2: Preparing [2026-03-02T09:43:39.764Z] da8465966e2d: Preparing [2026-03-02T09:43:39.764Z] 9d86b568ab96: Preparing [2026-03-02T09:43:39.764Z] abd1bb680da7: Preparing [2026-03-02T09:43:39.764Z] 742051d0aeb3: Preparing [2026-03-02T09:43:39.764Z] c6dca87e7b11: Preparing [2026-03-02T09:43:39.764Z] cce92674e987: Preparing [2026-03-02T09:43:39.764Z] da8465966e2d: Waiting [2026-03-02T09:43:39.764Z] 9d86b568ab96: Waiting [2026-03-02T09:43:39.764Z] abd1bb680da7: Waiting [2026-03-02T09:43:39.764Z] cce92674e987: Waiting [2026-03-02T09:43:39.764Z] 742051d0aeb3: Waiting [2026-03-02T09:43:39.764Z] c6dca87e7b11: Waiting [2026-03-02T09:43:39.764Z] 734953e049b2: Waiting [2026-03-02T09:43:39.764Z] 2420a5e24c8a: Pushed [2026-03-02T09:43:39.764Z] 0c39d07e39ff: Pushed [2026-03-02T09:43:39.764Z] f6da0a796bd7: Pushed [2026-03-02T09:43:39.764Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:39.764Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:40.022Z] 734953e049b2: Pushed [2026-03-02T09:43:40.022Z] da8465966e2d: Pushed [2026-03-02T09:43:40.022Z] 742051d0aeb3: Pushed [2026-03-02T09:43:40.022Z] cce92674e987: Layer already exists [2026-03-02T09:43:41.397Z] c6dca87e7b11: Pushed [2026-03-02T09:43:42.773Z] 3848ebf05378: Pushed [2026-03-02T09:43:42.773Z] 731bfc0d828d: Pushed [2026-03-02T09:43:42.773Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:43.089Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:43.410Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-02T09:43:43.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-02T09:43:43.410Z] f6da0a796bd7: Preparing [2026-03-02T09:43:43.410Z] 2420a5e24c8a: Preparing [2026-03-02T09:43:43.410Z] 731bfc0d828d: Preparing [2026-03-02T09:43:43.410Z] 3848ebf05378: Preparing [2026-03-02T09:43:43.410Z] 0c39d07e39ff: Preparing [2026-03-02T09:43:43.410Z] 734953e049b2: Preparing [2026-03-02T09:43:43.410Z] da8465966e2d: Preparing [2026-03-02T09:43:43.410Z] 9d86b568ab96: Preparing [2026-03-02T09:43:43.410Z] abd1bb680da7: Preparing [2026-03-02T09:43:43.410Z] 742051d0aeb3: Preparing [2026-03-02T09:43:43.410Z] c6dca87e7b11: Preparing [2026-03-02T09:43:43.410Z] cce92674e987: Preparing [2026-03-02T09:43:43.410Z] 734953e049b2: Waiting [2026-03-02T09:43:43.410Z] da8465966e2d: Waiting [2026-03-02T09:43:43.410Z] 9d86b568ab96: Waiting [2026-03-02T09:43:43.410Z] abd1bb680da7: Waiting [2026-03-02T09:43:43.410Z] 742051d0aeb3: Waiting [2026-03-02T09:43:43.410Z] c6dca87e7b11: Waiting [2026-03-02T09:43:43.410Z] cce92674e987: Waiting [2026-03-02T09:43:43.410Z] 731bfc0d828d: Layer already exists [2026-03-02T09:43:43.410Z] 3848ebf05378: Layer already exists [2026-03-02T09:43:43.410Z] f6da0a796bd7: Layer already exists [2026-03-02T09:43:43.410Z] 0c39d07e39ff: Layer already exists [2026-03-02T09:43:43.410Z] 2420a5e24c8a: Layer already exists [2026-03-02T09:43:43.410Z] 734953e049b2: Layer already exists [2026-03-02T09:43:43.410Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:43.410Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:43.410Z] da8465966e2d: Layer already exists [2026-03-02T09:43:43.410Z] 742051d0aeb3: Layer already exists [2026-03-02T09:43:43.410Z] c6dca87e7b11: Layer already exists [2026-03-02T09:43:43.410Z] cce92674e987: Layer already exists [2026-03-02T09:43:43.410Z] latest: digest: sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:43.727Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:44.050Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100 [2026-03-02T09:43:44.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-02T09:43:44.050Z] f6da0a796bd7: Preparing [2026-03-02T09:43:44.050Z] 2420a5e24c8a: Preparing [2026-03-02T09:43:44.050Z] 731bfc0d828d: Preparing [2026-03-02T09:43:44.050Z] 3848ebf05378: Preparing [2026-03-02T09:43:44.050Z] 0c39d07e39ff: Preparing [2026-03-02T09:43:44.050Z] 734953e049b2: Preparing [2026-03-02T09:43:44.050Z] da8465966e2d: Preparing [2026-03-02T09:43:44.050Z] 9d86b568ab96: Preparing [2026-03-02T09:43:44.050Z] abd1bb680da7: Preparing [2026-03-02T09:43:44.050Z] 742051d0aeb3: Preparing [2026-03-02T09:43:44.050Z] c6dca87e7b11: Preparing [2026-03-02T09:43:44.050Z] cce92674e987: Preparing [2026-03-02T09:43:44.050Z] 734953e049b2: Waiting [2026-03-02T09:43:44.050Z] da8465966e2d: Waiting [2026-03-02T09:43:44.050Z] 9d86b568ab96: Waiting [2026-03-02T09:43:44.050Z] abd1bb680da7: Waiting [2026-03-02T09:43:44.050Z] 742051d0aeb3: Waiting [2026-03-02T09:43:44.050Z] c6dca87e7b11: Waiting [2026-03-02T09:43:44.050Z] cce92674e987: Waiting [2026-03-02T09:43:44.050Z] 0c39d07e39ff: Layer already exists [2026-03-02T09:43:44.050Z] f6da0a796bd7: Layer already exists [2026-03-02T09:43:44.050Z] 731bfc0d828d: Layer already exists [2026-03-02T09:43:44.050Z] 3848ebf05378: Layer already exists [2026-03-02T09:43:44.050Z] 2420a5e24c8a: Layer already exists [2026-03-02T09:43:44.050Z] 734953e049b2: Layer already exists [2026-03-02T09:43:44.050Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:44.050Z] 742051d0aeb3: Layer already exists [2026-03-02T09:43:44.050Z] da8465966e2d: Layer already exists [2026-03-02T09:43:44.050Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:44.050Z] c6dca87e7b11: Layer already exists [2026-03-02T09:43:44.051Z] cce92674e987: Layer already exists [2026-03-02T09:43:44.051Z] 4.1.0-dev.100: digest: sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:44.369Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:44.682Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:44.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-02T09:43:44.682Z] f6da0a796bd7: Preparing [2026-03-02T09:43:44.682Z] 2420a5e24c8a: Preparing [2026-03-02T09:43:44.682Z] 731bfc0d828d: Preparing [2026-03-02T09:43:44.682Z] 3848ebf05378: Preparing [2026-03-02T09:43:44.682Z] 0c39d07e39ff: Preparing [2026-03-02T09:43:44.682Z] 734953e049b2: Preparing [2026-03-02T09:43:44.682Z] da8465966e2d: Preparing [2026-03-02T09:43:44.682Z] 9d86b568ab96: Preparing [2026-03-02T09:43:44.682Z] abd1bb680da7: Preparing [2026-03-02T09:43:44.682Z] 742051d0aeb3: Preparing [2026-03-02T09:43:44.682Z] c6dca87e7b11: Preparing [2026-03-02T09:43:44.682Z] cce92674e987: Preparing [2026-03-02T09:43:44.682Z] 734953e049b2: Waiting [2026-03-02T09:43:44.682Z] da8465966e2d: Waiting [2026-03-02T09:43:44.682Z] 9d86b568ab96: Waiting [2026-03-02T09:43:44.682Z] abd1bb680da7: Waiting [2026-03-02T09:43:44.682Z] 742051d0aeb3: Waiting [2026-03-02T09:43:44.682Z] c6dca87e7b11: Waiting [2026-03-02T09:43:44.682Z] cce92674e987: Waiting [2026-03-02T09:43:44.682Z] 731bfc0d828d: Layer already exists [2026-03-02T09:43:44.682Z] f6da0a796bd7: Layer already exists [2026-03-02T09:43:44.682Z] 2420a5e24c8a: Layer already exists [2026-03-02T09:43:44.682Z] 3848ebf05378: Layer already exists [2026-03-02T09:43:44.682Z] 0c39d07e39ff: Layer already exists [2026-03-02T09:43:44.682Z] da8465966e2d: Layer already exists [2026-03-02T09:43:44.682Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:44.682Z] 734953e049b2: Layer already exists [2026-03-02T09:43:44.682Z] 742051d0aeb3: Layer already exists [2026-03-02T09:43:44.682Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:44.682Z] c6dca87e7b11: Layer already exists [2026-03-02T09:43:44.682Z] cce92674e987: Layer already exists [2026-03-02T09:43:44.682Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:45.013Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:45.325Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-02T09:43:45.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-02T09:43:45.325Z] f6da0a796bd7: Preparing [2026-03-02T09:43:45.325Z] 2420a5e24c8a: Preparing [2026-03-02T09:43:45.325Z] 731bfc0d828d: Preparing [2026-03-02T09:43:45.325Z] 3848ebf05378: Preparing [2026-03-02T09:43:45.325Z] 0c39d07e39ff: Preparing [2026-03-02T09:43:45.325Z] 734953e049b2: Preparing [2026-03-02T09:43:45.325Z] da8465966e2d: Preparing [2026-03-02T09:43:45.325Z] 9d86b568ab96: Preparing [2026-03-02T09:43:45.325Z] abd1bb680da7: Preparing [2026-03-02T09:43:45.325Z] 742051d0aeb3: Preparing [2026-03-02T09:43:45.325Z] c6dca87e7b11: Preparing [2026-03-02T09:43:45.325Z] cce92674e987: Preparing [2026-03-02T09:43:45.325Z] da8465966e2d: Waiting [2026-03-02T09:43:45.325Z] 9d86b568ab96: Waiting [2026-03-02T09:43:45.325Z] abd1bb680da7: Waiting [2026-03-02T09:43:45.325Z] 742051d0aeb3: Waiting [2026-03-02T09:43:45.325Z] c6dca87e7b11: Waiting [2026-03-02T09:43:45.325Z] cce92674e987: Waiting [2026-03-02T09:43:45.325Z] 734953e049b2: Waiting [2026-03-02T09:43:45.325Z] 731bfc0d828d: Layer already exists [2026-03-02T09:43:45.325Z] 2420a5e24c8a: Layer already exists [2026-03-02T09:43:45.325Z] 3848ebf05378: Layer already exists [2026-03-02T09:43:45.325Z] f6da0a796bd7: Layer already exists [2026-03-02T09:43:45.325Z] 0c39d07e39ff: Layer already exists [2026-03-02T09:43:45.325Z] da8465966e2d: Layer already exists [2026-03-02T09:43:45.325Z] 734953e049b2: Layer already exists [2026-03-02T09:43:45.325Z] 742051d0aeb3: Layer already exists [2026-03-02T09:43:45.325Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:45.325Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:45.325Z] c6dca87e7b11: Layer already exists [2026-03-02T09:43:45.325Z] cce92674e987: Layer already exists [2026-03-02T09:43:45.325Z] main: digest: sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:45.393Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:45.406Z] taggedImages: [2026-03-02T09:43:45.406Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:45.406Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-02T09:43:45.406Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100 [2026-03-02T09:43:45.406Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:45.406Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2026-03-02T09:43:45.428Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2026-03-02T09:43:45.429Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:45.429Z] latest [2026-03-02T09:43:45.429Z] 4.1.0-dev.100 [2026-03-02T09:43:45.429Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:45.429Z] main [2026-03-02T09:43:45.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:45.769Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:46.083Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:46.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-02T09:43:46.083Z] 080bf3896601: Preparing [2026-03-02T09:43:46.083Z] f12a874fd4b9: Preparing [2026-03-02T09:43:46.083Z] 9d86b568ab96: Preparing [2026-03-02T09:43:46.083Z] abd1bb680da7: Preparing [2026-03-02T09:43:46.083Z] 37761b222bdb: Preparing [2026-03-02T09:43:46.083Z] 33b79c552de1: Preparing [2026-03-02T09:43:46.083Z] cce92674e987: Preparing [2026-03-02T09:43:46.083Z] 33b79c552de1: Waiting [2026-03-02T09:43:46.083Z] cce92674e987: Waiting [2026-03-02T09:43:46.083Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:46.083Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:46.083Z] cce92674e987: Layer already exists [2026-03-02T09:43:46.083Z] 080bf3896601: Pushed [2026-03-02T09:43:46.083Z] 37761b222bdb: Pushed [2026-03-02T09:43:47.016Z] 33b79c552de1: Pushed [2026-03-02T09:43:49.544Z] f12a874fd4b9: Pushed [2026-03-02T09:43:49.544Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:49.860Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:50.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-02T09:43:50.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-02T09:43:50.177Z] 080bf3896601: Preparing [2026-03-02T09:43:50.177Z] f12a874fd4b9: Preparing [2026-03-02T09:43:50.177Z] 9d86b568ab96: Preparing [2026-03-02T09:43:50.177Z] abd1bb680da7: Preparing [2026-03-02T09:43:50.177Z] 37761b222bdb: Preparing [2026-03-02T09:43:50.177Z] 33b79c552de1: Preparing [2026-03-02T09:43:50.177Z] cce92674e987: Preparing [2026-03-02T09:43:50.177Z] 33b79c552de1: Waiting [2026-03-02T09:43:50.177Z] cce92674e987: Waiting [2026-03-02T09:43:50.177Z] 37761b222bdb: Layer already exists [2026-03-02T09:43:50.177Z] f12a874fd4b9: Layer already exists [2026-03-02T09:43:50.177Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:50.177Z] 080bf3896601: Layer already exists [2026-03-02T09:43:50.177Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:50.177Z] 33b79c552de1: Layer already exists [2026-03-02T09:43:50.177Z] cce92674e987: Layer already exists [2026-03-02T09:43:50.177Z] latest: digest: sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:50.494Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:50.809Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100 [2026-03-02T09:43:50.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-02T09:43:50.809Z] 080bf3896601: Preparing [2026-03-02T09:43:50.809Z] f12a874fd4b9: Preparing [2026-03-02T09:43:50.809Z] 9d86b568ab96: Preparing [2026-03-02T09:43:50.809Z] abd1bb680da7: Preparing [2026-03-02T09:43:50.809Z] 37761b222bdb: Preparing [2026-03-02T09:43:50.809Z] 33b79c552de1: Preparing [2026-03-02T09:43:50.809Z] cce92674e987: Preparing [2026-03-02T09:43:50.809Z] 33b79c552de1: Waiting [2026-03-02T09:43:50.809Z] cce92674e987: Waiting [2026-03-02T09:43:50.809Z] 080bf3896601: Layer already exists [2026-03-02T09:43:50.809Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:50.809Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:50.809Z] f12a874fd4b9: Layer already exists [2026-03-02T09:43:50.809Z] 37761b222bdb: Layer already exists [2026-03-02T09:43:50.809Z] cce92674e987: Layer already exists [2026-03-02T09:43:50.809Z] 33b79c552de1: Layer already exists [2026-03-02T09:43:50.809Z] 4.1.0-dev.100: digest: sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:51.128Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:51.443Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:51.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-02T09:43:51.443Z] 080bf3896601: Preparing [2026-03-02T09:43:51.443Z] f12a874fd4b9: Preparing [2026-03-02T09:43:51.443Z] 9d86b568ab96: Preparing [2026-03-02T09:43:51.443Z] abd1bb680da7: Preparing [2026-03-02T09:43:51.443Z] 37761b222bdb: Preparing [2026-03-02T09:43:51.443Z] 33b79c552de1: Preparing [2026-03-02T09:43:51.443Z] cce92674e987: Preparing [2026-03-02T09:43:51.443Z] 33b79c552de1: Waiting [2026-03-02T09:43:51.443Z] cce92674e987: Waiting [2026-03-02T09:43:51.443Z] 37761b222bdb: Layer already exists [2026-03-02T09:43:51.443Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:51.443Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:51.443Z] f12a874fd4b9: Layer already exists [2026-03-02T09:43:51.443Z] 080bf3896601: Layer already exists [2026-03-02T09:43:51.443Z] cce92674e987: Layer already exists [2026-03-02T09:43:51.443Z] 33b79c552de1: Layer already exists [2026-03-02T09:43:51.443Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:51.758Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:52.068Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-02T09:43:52.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-02T09:43:52.068Z] 080bf3896601: Preparing [2026-03-02T09:43:52.068Z] f12a874fd4b9: Preparing [2026-03-02T09:43:52.068Z] 9d86b568ab96: Preparing [2026-03-02T09:43:52.068Z] abd1bb680da7: Preparing [2026-03-02T09:43:52.068Z] 37761b222bdb: Preparing [2026-03-02T09:43:52.068Z] 33b79c552de1: Preparing [2026-03-02T09:43:52.068Z] cce92674e987: Preparing [2026-03-02T09:43:52.068Z] 33b79c552de1: Waiting [2026-03-02T09:43:52.068Z] cce92674e987: Waiting [2026-03-02T09:43:52.068Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:52.068Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:52.068Z] f12a874fd4b9: Layer already exists [2026-03-02T09:43:52.068Z] 080bf3896601: Layer already exists [2026-03-02T09:43:52.068Z] 37761b222bdb: Layer already exists [2026-03-02T09:43:52.068Z] cce92674e987: Layer already exists [2026-03-02T09:43:52.068Z] 33b79c552de1: Layer already exists [2026-03-02T09:43:52.068Z] main: digest: sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:43:52.131Z] ===================================================== [Pipeline] echo [2026-03-02T09:43:52.146Z] taggedImages: [2026-03-02T09:43:52.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:52.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-02T09:43:52.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100 [2026-03-02T09:43:52.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:52.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2026-03-02T09:43:52.171Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2026-03-02T09:43:52.171Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:52.171Z] latest [2026-03-02T09:43:52.171Z] 4.1.0-dev.100 [2026-03-02T09:43:52.171Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:43:52.171Z] main [2026-03-02T09:43:52.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:52.500Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:43:52.817Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:43:52.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-02T09:43:52.817Z] 7acadff4416d: Preparing [2026-03-02T09:43:52.817Z] 410ffb27aeea: Preparing [2026-03-02T09:43:52.817Z] 85fd73f3e7ef: Preparing [2026-03-02T09:43:52.817Z] 9d86b568ab96: Preparing [2026-03-02T09:43:52.817Z] abd1bb680da7: Preparing [2026-03-02T09:43:52.817Z] 683c97fee89c: Preparing [2026-03-02T09:43:52.817Z] 58bc6eb088c1: Preparing [2026-03-02T09:43:52.817Z] 141c7a63758b: Preparing [2026-03-02T09:43:52.817Z] 2156da52201c: Preparing [2026-03-02T09:43:52.817Z] cce92674e987: Preparing [2026-03-02T09:43:52.817Z] 58bc6eb088c1: Waiting [2026-03-02T09:43:52.817Z] cce92674e987: Waiting [2026-03-02T09:43:52.817Z] 141c7a63758b: Waiting [2026-03-02T09:43:52.817Z] 2156da52201c: Waiting [2026-03-02T09:43:52.817Z] 683c97fee89c: Waiting [2026-03-02T09:43:52.817Z] abd1bb680da7: Layer already exists [2026-03-02T09:43:52.817Z] 9d86b568ab96: Layer already exists [2026-03-02T09:43:52.817Z] 85fd73f3e7ef: Pushed [2026-03-02T09:43:52.817Z] 7acadff4416d: Pushed [2026-03-02T09:43:52.817Z] 410ffb27aeea: Pushed [2026-03-02T09:43:52.817Z] 141c7a63758b: Pushed [2026-03-02T09:43:52.817Z] cce92674e987: Layer already exists [2026-03-02T09:43:53.383Z] 2156da52201c: Pushed [2026-03-02T09:43:58.646Z] 58bc6eb088c1: Pushed [2026-03-02T09:44:06.760Z] 683c97fee89c: Pushed [2026-03-02T09:44:06.760Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:07.083Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:07.395Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-02T09:44:07.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-02T09:44:07.395Z] 7acadff4416d: Preparing [2026-03-02T09:44:07.395Z] 410ffb27aeea: Preparing [2026-03-02T09:44:07.395Z] 85fd73f3e7ef: Preparing [2026-03-02T09:44:07.395Z] 9d86b568ab96: Preparing [2026-03-02T09:44:07.395Z] abd1bb680da7: Preparing [2026-03-02T09:44:07.395Z] 683c97fee89c: Preparing [2026-03-02T09:44:07.395Z] 58bc6eb088c1: Preparing [2026-03-02T09:44:07.395Z] 141c7a63758b: Preparing [2026-03-02T09:44:07.395Z] 2156da52201c: Preparing [2026-03-02T09:44:07.395Z] cce92674e987: Preparing [2026-03-02T09:44:07.395Z] 58bc6eb088c1: Waiting [2026-03-02T09:44:07.395Z] 141c7a63758b: Waiting [2026-03-02T09:44:07.395Z] 2156da52201c: Waiting [2026-03-02T09:44:07.395Z] cce92674e987: Waiting [2026-03-02T09:44:07.395Z] 683c97fee89c: Waiting [2026-03-02T09:44:07.395Z] 85fd73f3e7ef: Layer already exists [2026-03-02T09:44:07.395Z] 410ffb27aeea: Layer already exists [2026-03-02T09:44:07.395Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:07.395Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:07.395Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:07.395Z] 58bc6eb088c1: Layer already exists [2026-03-02T09:44:07.395Z] 2156da52201c: Layer already exists [2026-03-02T09:44:07.395Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:07.395Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:07.395Z] cce92674e987: Layer already exists [2026-03-02T09:44:07.395Z] latest: digest: sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:07.796Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:08.170Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100 [2026-03-02T09:44:08.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-02T09:44:08.171Z] 7acadff4416d: Preparing [2026-03-02T09:44:08.171Z] 410ffb27aeea: Preparing [2026-03-02T09:44:08.171Z] 85fd73f3e7ef: Preparing [2026-03-02T09:44:08.171Z] 9d86b568ab96: Preparing [2026-03-02T09:44:08.171Z] abd1bb680da7: Preparing [2026-03-02T09:44:08.171Z] 683c97fee89c: Preparing [2026-03-02T09:44:08.171Z] 58bc6eb088c1: Preparing [2026-03-02T09:44:08.171Z] 141c7a63758b: Preparing [2026-03-02T09:44:08.171Z] 2156da52201c: Preparing [2026-03-02T09:44:08.171Z] cce92674e987: Preparing [2026-03-02T09:44:08.171Z] 58bc6eb088c1: Waiting [2026-03-02T09:44:08.171Z] 141c7a63758b: Waiting [2026-03-02T09:44:08.171Z] 2156da52201c: Waiting [2026-03-02T09:44:08.171Z] cce92674e987: Waiting [2026-03-02T09:44:08.171Z] 683c97fee89c: Waiting [2026-03-02T09:44:08.171Z] 410ffb27aeea: Layer already exists [2026-03-02T09:44:08.171Z] 85fd73f3e7ef: Layer already exists [2026-03-02T09:44:08.171Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:08.171Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:08.171Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:08.171Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:08.171Z] 2156da52201c: Layer already exists [2026-03-02T09:44:08.171Z] 58bc6eb088c1: Layer already exists [2026-03-02T09:44:08.171Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:08.171Z] cce92674e987: Layer already exists [2026-03-02T09:44:08.171Z] 4.1.0-dev.100: digest: sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:08.542Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:08.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:08.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-02T09:44:08.854Z] 7acadff4416d: Preparing [2026-03-02T09:44:08.854Z] 410ffb27aeea: Preparing [2026-03-02T09:44:08.854Z] 85fd73f3e7ef: Preparing [2026-03-02T09:44:08.854Z] 9d86b568ab96: Preparing [2026-03-02T09:44:08.854Z] abd1bb680da7: Preparing [2026-03-02T09:44:08.854Z] 683c97fee89c: Preparing [2026-03-02T09:44:08.854Z] 58bc6eb088c1: Preparing [2026-03-02T09:44:08.854Z] 141c7a63758b: Preparing [2026-03-02T09:44:08.854Z] 2156da52201c: Preparing [2026-03-02T09:44:08.854Z] cce92674e987: Preparing [2026-03-02T09:44:08.854Z] 683c97fee89c: Waiting [2026-03-02T09:44:08.854Z] 58bc6eb088c1: Waiting [2026-03-02T09:44:08.854Z] 141c7a63758b: Waiting [2026-03-02T09:44:08.854Z] 2156da52201c: Waiting [2026-03-02T09:44:08.854Z] cce92674e987: Waiting [2026-03-02T09:44:08.854Z] 85fd73f3e7ef: Layer already exists [2026-03-02T09:44:08.854Z] 410ffb27aeea: Layer already exists [2026-03-02T09:44:08.854Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:08.854Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:08.854Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:08.854Z] 58bc6eb088c1: Layer already exists [2026-03-02T09:44:08.854Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:08.854Z] cce92674e987: Layer already exists [2026-03-02T09:44:08.854Z] 2156da52201c: Layer already exists [2026-03-02T09:44:08.854Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:08.854Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:09.177Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:09.497Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-02T09:44:09.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-02T09:44:09.497Z] 7acadff4416d: Preparing [2026-03-02T09:44:09.497Z] 410ffb27aeea: Preparing [2026-03-02T09:44:09.497Z] 85fd73f3e7ef: Preparing [2026-03-02T09:44:09.497Z] 9d86b568ab96: Preparing [2026-03-02T09:44:09.497Z] abd1bb680da7: Preparing [2026-03-02T09:44:09.497Z] 683c97fee89c: Preparing [2026-03-02T09:44:09.497Z] 58bc6eb088c1: Preparing [2026-03-02T09:44:09.497Z] 141c7a63758b: Preparing [2026-03-02T09:44:09.497Z] 2156da52201c: Preparing [2026-03-02T09:44:09.497Z] cce92674e987: Preparing [2026-03-02T09:44:09.497Z] 683c97fee89c: Waiting [2026-03-02T09:44:09.497Z] 58bc6eb088c1: Waiting [2026-03-02T09:44:09.497Z] 141c7a63758b: Waiting [2026-03-02T09:44:09.497Z] 2156da52201c: Waiting [2026-03-02T09:44:09.497Z] cce92674e987: Waiting [2026-03-02T09:44:09.497Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:09.497Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:09.497Z] 85fd73f3e7ef: Layer already exists [2026-03-02T09:44:09.497Z] 410ffb27aeea: Layer already exists [2026-03-02T09:44:09.497Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:09.497Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:09.497Z] 58bc6eb088c1: Layer already exists [2026-03-02T09:44:09.497Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:09.497Z] cce92674e987: Layer already exists [2026-03-02T09:44:09.497Z] 2156da52201c: Layer already exists [2026-03-02T09:44:09.497Z] main: digest: sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:44:09.569Z] ===================================================== [Pipeline] echo [2026-03-02T09:44:09.582Z] taggedImages: [2026-03-02T09:44:09.582Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:09.582Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-02T09:44:09.582Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100 [2026-03-02T09:44:09.582Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:09.582Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2026-03-02T09:44:09.612Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2026-03-02T09:44:09.612Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:09.612Z] latest [2026-03-02T09:44:09.612Z] 4.1.0-dev.100 [2026-03-02T09:44:09.612Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:09.612Z] main [2026-03-02T09:44:09.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:09.951Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:10.265Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:10.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-02T09:44:10.265Z] d6eb8dc74d8c: Preparing [2026-03-02T09:44:10.265Z] 3a7d84e43ff1: Preparing [2026-03-02T09:44:10.265Z] 2127dfbe078d: Preparing [2026-03-02T09:44:10.265Z] 9d86b568ab96: Preparing [2026-03-02T09:44:10.265Z] abd1bb680da7: Preparing [2026-03-02T09:44:10.265Z] 683c97fee89c: Preparing [2026-03-02T09:44:10.265Z] 2cd2974c696f: Preparing [2026-03-02T09:44:10.265Z] c343f4c806c9: Preparing [2026-03-02T09:44:10.265Z] cce92674e987: Preparing [2026-03-02T09:44:10.265Z] 683c97fee89c: Waiting [2026-03-02T09:44:10.265Z] c343f4c806c9: Waiting [2026-03-02T09:44:10.265Z] cce92674e987: Waiting [2026-03-02T09:44:10.265Z] 2cd2974c696f: Waiting [2026-03-02T09:44:10.265Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:10.265Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:10.265Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:10.265Z] d6eb8dc74d8c: Pushed [2026-03-02T09:44:10.265Z] 2127dfbe078d: Pushed [2026-03-02T09:44:10.265Z] 3a7d84e43ff1: Pushed [2026-03-02T09:44:10.265Z] 2cd2974c696f: Pushed [2026-03-02T09:44:10.265Z] cce92674e987: Layer already exists [2026-03-02T09:44:10.841Z] c343f4c806c9: Pushed [2026-03-02T09:44:10.841Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:11.163Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:11.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-02T09:44:11.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-02T09:44:11.485Z] d6eb8dc74d8c: Preparing [2026-03-02T09:44:11.485Z] 3a7d84e43ff1: Preparing [2026-03-02T09:44:11.485Z] 2127dfbe078d: Preparing [2026-03-02T09:44:11.485Z] 9d86b568ab96: Preparing [2026-03-02T09:44:11.485Z] abd1bb680da7: Preparing [2026-03-02T09:44:11.485Z] 683c97fee89c: Preparing [2026-03-02T09:44:11.485Z] 2cd2974c696f: Preparing [2026-03-02T09:44:11.485Z] c343f4c806c9: Preparing [2026-03-02T09:44:11.485Z] cce92674e987: Preparing [2026-03-02T09:44:11.485Z] cce92674e987: Waiting [2026-03-02T09:44:11.485Z] c343f4c806c9: Waiting [2026-03-02T09:44:11.485Z] 2cd2974c696f: Waiting [2026-03-02T09:44:11.485Z] 683c97fee89c: Waiting [2026-03-02T09:44:11.485Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:11.485Z] d6eb8dc74d8c: Layer already exists [2026-03-02T09:44:11.485Z] 2127dfbe078d: Layer already exists [2026-03-02T09:44:11.485Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:11.485Z] 3a7d84e43ff1: Layer already exists [2026-03-02T09:44:11.485Z] c343f4c806c9: Layer already exists [2026-03-02T09:44:11.485Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:11.485Z] 2cd2974c696f: Layer already exists [2026-03-02T09:44:11.485Z] cce92674e987: Layer already exists [2026-03-02T09:44:11.486Z] latest: digest: sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:11.809Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:12.132Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100 [2026-03-02T09:44:12.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-02T09:44:12.132Z] d6eb8dc74d8c: Preparing [2026-03-02T09:44:12.132Z] 3a7d84e43ff1: Preparing [2026-03-02T09:44:12.132Z] 2127dfbe078d: Preparing [2026-03-02T09:44:12.132Z] 9d86b568ab96: Preparing [2026-03-02T09:44:12.132Z] abd1bb680da7: Preparing [2026-03-02T09:44:12.132Z] 683c97fee89c: Preparing [2026-03-02T09:44:12.132Z] 2cd2974c696f: Preparing [2026-03-02T09:44:12.132Z] c343f4c806c9: Preparing [2026-03-02T09:44:12.132Z] cce92674e987: Preparing [2026-03-02T09:44:12.132Z] 683c97fee89c: Waiting [2026-03-02T09:44:12.132Z] 2cd2974c696f: Waiting [2026-03-02T09:44:12.132Z] c343f4c806c9: Waiting [2026-03-02T09:44:12.132Z] cce92674e987: Waiting [2026-03-02T09:44:12.132Z] 2127dfbe078d: Layer already exists [2026-03-02T09:44:12.132Z] 3a7d84e43ff1: Layer already exists [2026-03-02T09:44:12.132Z] d6eb8dc74d8c: Layer already exists [2026-03-02T09:44:12.132Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:12.132Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:12.132Z] 2cd2974c696f: Layer already exists [2026-03-02T09:44:12.132Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:12.132Z] c343f4c806c9: Layer already exists [2026-03-02T09:44:12.132Z] cce92674e987: Layer already exists [2026-03-02T09:44:12.132Z] 4.1.0-dev.100: digest: sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:12.457Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:12.774Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:12.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-02T09:44:12.774Z] d6eb8dc74d8c: Preparing [2026-03-02T09:44:12.774Z] 3a7d84e43ff1: Preparing [2026-03-02T09:44:12.774Z] 2127dfbe078d: Preparing [2026-03-02T09:44:12.774Z] 9d86b568ab96: Preparing [2026-03-02T09:44:12.774Z] abd1bb680da7: Preparing [2026-03-02T09:44:12.774Z] 683c97fee89c: Preparing [2026-03-02T09:44:12.774Z] 2cd2974c696f: Preparing [2026-03-02T09:44:12.774Z] c343f4c806c9: Preparing [2026-03-02T09:44:12.774Z] cce92674e987: Preparing [2026-03-02T09:44:12.774Z] 683c97fee89c: Waiting [2026-03-02T09:44:12.774Z] 2cd2974c696f: Waiting [2026-03-02T09:44:12.774Z] c343f4c806c9: Waiting [2026-03-02T09:44:12.774Z] cce92674e987: Waiting [2026-03-02T09:44:12.774Z] 2127dfbe078d: Layer already exists [2026-03-02T09:44:12.774Z] 3a7d84e43ff1: Layer already exists [2026-03-02T09:44:12.774Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:12.774Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:12.774Z] d6eb8dc74d8c: Layer already exists [2026-03-02T09:44:12.774Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:12.774Z] c343f4c806c9: Layer already exists [2026-03-02T09:44:12.774Z] 2cd2974c696f: Layer already exists [2026-03-02T09:44:12.774Z] cce92674e987: Layer already exists [2026-03-02T09:44:12.774Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:13.098Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:13.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-02T09:44:13.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-02T09:44:13.412Z] d6eb8dc74d8c: Preparing [2026-03-02T09:44:13.412Z] 3a7d84e43ff1: Preparing [2026-03-02T09:44:13.412Z] 2127dfbe078d: Preparing [2026-03-02T09:44:13.412Z] 9d86b568ab96: Preparing [2026-03-02T09:44:13.412Z] abd1bb680da7: Preparing [2026-03-02T09:44:13.412Z] 683c97fee89c: Preparing [2026-03-02T09:44:13.412Z] 2cd2974c696f: Preparing [2026-03-02T09:44:13.412Z] c343f4c806c9: Preparing [2026-03-02T09:44:13.412Z] cce92674e987: Preparing [2026-03-02T09:44:13.412Z] 2cd2974c696f: Waiting [2026-03-02T09:44:13.412Z] c343f4c806c9: Waiting [2026-03-02T09:44:13.412Z] cce92674e987: Waiting [2026-03-02T09:44:13.412Z] 683c97fee89c: Waiting [2026-03-02T09:44:13.412Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:13.412Z] d6eb8dc74d8c: Layer already exists [2026-03-02T09:44:13.412Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:13.412Z] 2127dfbe078d: Layer already exists [2026-03-02T09:44:13.412Z] 3a7d84e43ff1: Layer already exists [2026-03-02T09:44:13.412Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:13.412Z] 2cd2974c696f: Layer already exists [2026-03-02T09:44:13.412Z] cce92674e987: Layer already exists [2026-03-02T09:44:13.412Z] c343f4c806c9: Layer already exists [2026-03-02T09:44:13.412Z] main: digest: sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:44:13.478Z] ===================================================== [Pipeline] echo [2026-03-02T09:44:13.488Z] taggedImages: [2026-03-02T09:44:13.488Z] - nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:13.488Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-02T09:44:13.488Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100 [2026-03-02T09:44:13.488Z] - nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:13.488Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2026-03-02T09:44:13.512Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2026-03-02T09:44:13.512Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:13.512Z] latest [2026-03-02T09:44:13.512Z] 4.1.0-dev.100 [2026-03-02T09:44:13.512Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:13.512Z] main [2026-03-02T09:44:13.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:13.849Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:14.161Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:14.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-02T09:44:14.161Z] 7acadff4416d: Preparing [2026-03-02T09:44:14.161Z] 2143425f1a55: Preparing [2026-03-02T09:44:14.161Z] 28503ad6eb70: Preparing [2026-03-02T09:44:14.161Z] 9d86b568ab96: Preparing [2026-03-02T09:44:14.161Z] abd1bb680da7: Preparing [2026-03-02T09:44:14.161Z] 683c97fee89c: Preparing [2026-03-02T09:44:14.161Z] 141c7a63758b: Preparing [2026-03-02T09:44:14.161Z] 2156da52201c: Preparing [2026-03-02T09:44:14.161Z] cce92674e987: Preparing [2026-03-02T09:44:14.161Z] 683c97fee89c: Waiting [2026-03-02T09:44:14.161Z] 2156da52201c: Waiting [2026-03-02T09:44:14.161Z] 141c7a63758b: Waiting [2026-03-02T09:44:14.161Z] cce92674e987: Waiting [2026-03-02T09:44:14.161Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:14.161Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:14.161Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:14.161Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:14.161Z] 2156da52201c: Layer already exists [2026-03-02T09:44:14.161Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:14.161Z] cce92674e987: Layer already exists [2026-03-02T09:44:14.161Z] 28503ad6eb70: Pushed [2026-03-02T09:44:14.161Z] 2143425f1a55: Pushed [2026-03-02T09:44:14.419Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:14.744Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:15.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-02T09:44:15.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-02T09:44:15.061Z] 7acadff4416d: Preparing [2026-03-02T09:44:15.061Z] 2143425f1a55: Preparing [2026-03-02T09:44:15.061Z] 28503ad6eb70: Preparing [2026-03-02T09:44:15.061Z] 9d86b568ab96: Preparing [2026-03-02T09:44:15.061Z] abd1bb680da7: Preparing [2026-03-02T09:44:15.062Z] 683c97fee89c: Preparing [2026-03-02T09:44:15.062Z] 141c7a63758b: Preparing [2026-03-02T09:44:15.062Z] 2156da52201c: Preparing [2026-03-02T09:44:15.062Z] cce92674e987: Preparing [2026-03-02T09:44:15.062Z] 683c97fee89c: Waiting [2026-03-02T09:44:15.062Z] 141c7a63758b: Waiting [2026-03-02T09:44:15.062Z] cce92674e987: Waiting [2026-03-02T09:44:15.062Z] 2156da52201c: Waiting [2026-03-02T09:44:15.062Z] 28503ad6eb70: Layer already exists [2026-03-02T09:44:15.062Z] 2143425f1a55: Layer already exists [2026-03-02T09:44:15.062Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:15.062Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:15.062Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:15.062Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:15.062Z] 2156da52201c: Layer already exists [2026-03-02T09:44:15.062Z] cce92674e987: Layer already exists [2026-03-02T09:44:15.062Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:15.062Z] latest: digest: sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:15.380Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:15.696Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100 [2026-03-02T09:44:15.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-02T09:44:15.696Z] 7acadff4416d: Preparing [2026-03-02T09:44:15.696Z] 2143425f1a55: Preparing [2026-03-02T09:44:15.696Z] 28503ad6eb70: Preparing [2026-03-02T09:44:15.696Z] 9d86b568ab96: Preparing [2026-03-02T09:44:15.696Z] abd1bb680da7: Preparing [2026-03-02T09:44:15.696Z] 683c97fee89c: Preparing [2026-03-02T09:44:15.696Z] 141c7a63758b: Preparing [2026-03-02T09:44:15.696Z] 2156da52201c: Preparing [2026-03-02T09:44:15.696Z] cce92674e987: Preparing [2026-03-02T09:44:15.696Z] 683c97fee89c: Waiting [2026-03-02T09:44:15.696Z] 141c7a63758b: Waiting [2026-03-02T09:44:15.696Z] 2156da52201c: Waiting [2026-03-02T09:44:15.696Z] cce92674e987: Waiting [2026-03-02T09:44:15.696Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:15.696Z] 28503ad6eb70: Layer already exists [2026-03-02T09:44:15.696Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:15.696Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:15.696Z] 2143425f1a55: Layer already exists [2026-03-02T09:44:15.696Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:15.696Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:15.696Z] cce92674e987: Layer already exists [2026-03-02T09:44:15.696Z] 2156da52201c: Layer already exists [2026-03-02T09:44:15.696Z] 4.1.0-dev.100: digest: sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:16.013Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:16.320Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:16.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-02T09:44:16.321Z] 7acadff4416d: Preparing [2026-03-02T09:44:16.321Z] 2143425f1a55: Preparing [2026-03-02T09:44:16.321Z] 28503ad6eb70: Preparing [2026-03-02T09:44:16.321Z] 9d86b568ab96: Preparing [2026-03-02T09:44:16.321Z] abd1bb680da7: Preparing [2026-03-02T09:44:16.321Z] 683c97fee89c: Preparing [2026-03-02T09:44:16.321Z] 141c7a63758b: Preparing [2026-03-02T09:44:16.321Z] 2156da52201c: Preparing [2026-03-02T09:44:16.321Z] cce92674e987: Preparing [2026-03-02T09:44:16.321Z] 141c7a63758b: Waiting [2026-03-02T09:44:16.321Z] 683c97fee89c: Waiting [2026-03-02T09:44:16.321Z] 2156da52201c: Waiting [2026-03-02T09:44:16.321Z] cce92674e987: Waiting [2026-03-02T09:44:16.321Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:16.321Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:16.321Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:16.321Z] 2143425f1a55: Layer already exists [2026-03-02T09:44:16.321Z] 28503ad6eb70: Layer already exists [2026-03-02T09:44:16.321Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:16.321Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:16.321Z] 2156da52201c: Layer already exists [2026-03-02T09:44:16.321Z] cce92674e987: Layer already exists [2026-03-02T09:44:16.321Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:16.645Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:16.950Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-02T09:44:16.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-02T09:44:16.951Z] 7acadff4416d: Preparing [2026-03-02T09:44:16.951Z] 2143425f1a55: Preparing [2026-03-02T09:44:16.951Z] 28503ad6eb70: Preparing [2026-03-02T09:44:16.951Z] 9d86b568ab96: Preparing [2026-03-02T09:44:16.951Z] abd1bb680da7: Preparing [2026-03-02T09:44:16.951Z] 683c97fee89c: Preparing [2026-03-02T09:44:16.951Z] 141c7a63758b: Preparing [2026-03-02T09:44:16.951Z] 2156da52201c: Preparing [2026-03-02T09:44:16.951Z] cce92674e987: Preparing [2026-03-02T09:44:16.951Z] 141c7a63758b: Waiting [2026-03-02T09:44:16.951Z] 2156da52201c: Waiting [2026-03-02T09:44:16.951Z] 683c97fee89c: Waiting [2026-03-02T09:44:16.951Z] cce92674e987: Waiting [2026-03-02T09:44:16.951Z] 28503ad6eb70: Layer already exists [2026-03-02T09:44:16.951Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:16.951Z] 2143425f1a55: Layer already exists [2026-03-02T09:44:16.951Z] 7acadff4416d: Layer already exists [2026-03-02T09:44:16.951Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:16.951Z] 683c97fee89c: Layer already exists [2026-03-02T09:44:16.951Z] 141c7a63758b: Layer already exists [2026-03-02T09:44:16.951Z] 2156da52201c: Layer already exists [2026-03-02T09:44:16.951Z] cce92674e987: Layer already exists [2026-03-02T09:44:16.951Z] main: digest: sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:44:17.019Z] ===================================================== [Pipeline] echo [2026-03-02T09:44:17.033Z] taggedImages: [2026-03-02T09:44:17.033Z] - nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:17.033Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-02T09:44:17.033Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100 [2026-03-02T09:44:17.033Z] - nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:17.033Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2026-03-02T09:44:17.061Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2026-03-02T09:44:17.061Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:17.061Z] latest [2026-03-02T09:44:17.061Z] 4.1.0-dev.100 [2026-03-02T09:44:17.061Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:17.061Z] main [2026-03-02T09:44:17.061Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:17.397Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:17.712Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:17.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-02T09:44:17.712Z] 714813522c89: Preparing [2026-03-02T09:44:17.712Z] 23f7b167dd0a: Preparing [2026-03-02T09:44:17.712Z] 9d86b568ab96: Preparing [2026-03-02T09:44:17.712Z] abd1bb680da7: Preparing [2026-03-02T09:44:17.712Z] ab6ebf89a1e1: Preparing [2026-03-02T09:44:17.712Z] b24964009799: Preparing [2026-03-02T09:44:17.712Z] cce92674e987: Preparing [2026-03-02T09:44:17.712Z] b24964009799: Waiting [2026-03-02T09:44:17.712Z] cce92674e987: Waiting [2026-03-02T09:44:17.712Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:17.712Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:17.712Z] cce92674e987: Layer already exists [2026-03-02T09:44:17.712Z] ab6ebf89a1e1: Pushed [2026-03-02T09:44:17.712Z] 714813522c89: Pushed [2026-03-02T09:44:18.275Z] b24964009799: Pushed [2026-03-02T09:44:21.556Z] 23f7b167dd0a: Pushed [2026-03-02T09:44:21.814Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:22.138Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:22.455Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-02T09:44:22.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-02T09:44:22.455Z] 714813522c89: Preparing [2026-03-02T09:44:22.455Z] 23f7b167dd0a: Preparing [2026-03-02T09:44:22.455Z] 9d86b568ab96: Preparing [2026-03-02T09:44:22.455Z] abd1bb680da7: Preparing [2026-03-02T09:44:22.455Z] ab6ebf89a1e1: Preparing [2026-03-02T09:44:22.455Z] b24964009799: Preparing [2026-03-02T09:44:22.455Z] cce92674e987: Preparing [2026-03-02T09:44:22.455Z] b24964009799: Waiting [2026-03-02T09:44:22.455Z] cce92674e987: Waiting [2026-03-02T09:44:22.455Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:22.455Z] 23f7b167dd0a: Layer already exists [2026-03-02T09:44:22.455Z] 714813522c89: Layer already exists [2026-03-02T09:44:22.455Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:22.455Z] ab6ebf89a1e1: Layer already exists [2026-03-02T09:44:22.455Z] b24964009799: Layer already exists [2026-03-02T09:44:22.455Z] cce92674e987: Layer already exists [2026-03-02T09:44:22.455Z] latest: digest: sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:22.773Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:23.096Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100 [2026-03-02T09:44:23.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-02T09:44:23.096Z] 714813522c89: Preparing [2026-03-02T09:44:23.096Z] 23f7b167dd0a: Preparing [2026-03-02T09:44:23.096Z] 9d86b568ab96: Preparing [2026-03-02T09:44:23.096Z] abd1bb680da7: Preparing [2026-03-02T09:44:23.096Z] ab6ebf89a1e1: Preparing [2026-03-02T09:44:23.096Z] b24964009799: Preparing [2026-03-02T09:44:23.096Z] cce92674e987: Preparing [2026-03-02T09:44:23.096Z] b24964009799: Waiting [2026-03-02T09:44:23.096Z] cce92674e987: Waiting [2026-03-02T09:44:23.096Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:23.096Z] 23f7b167dd0a: Layer already exists [2026-03-02T09:44:23.096Z] ab6ebf89a1e1: Layer already exists [2026-03-02T09:44:23.096Z] 714813522c89: Layer already exists [2026-03-02T09:44:23.096Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:23.096Z] cce92674e987: Layer already exists [2026-03-02T09:44:23.096Z] b24964009799: Layer already exists [2026-03-02T09:44:23.096Z] 4.1.0-dev.100: digest: sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:23.417Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:23.734Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:23.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-02T09:44:23.734Z] 714813522c89: Preparing [2026-03-02T09:44:23.734Z] 23f7b167dd0a: Preparing [2026-03-02T09:44:23.734Z] 9d86b568ab96: Preparing [2026-03-02T09:44:23.734Z] abd1bb680da7: Preparing [2026-03-02T09:44:23.734Z] ab6ebf89a1e1: Preparing [2026-03-02T09:44:23.734Z] b24964009799: Preparing [2026-03-02T09:44:23.734Z] cce92674e987: Preparing [2026-03-02T09:44:23.734Z] b24964009799: Waiting [2026-03-02T09:44:23.734Z] cce92674e987: Waiting [2026-03-02T09:44:23.734Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:23.734Z] 23f7b167dd0a: Layer already exists [2026-03-02T09:44:23.734Z] ab6ebf89a1e1: Layer already exists [2026-03-02T09:44:23.734Z] 714813522c89: Layer already exists [2026-03-02T09:44:23.734Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:23.734Z] cce92674e987: Layer already exists [2026-03-02T09:44:23.734Z] b24964009799: Layer already exists [2026-03-02T09:44:23.734Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:24.059Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:24.370Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-02T09:44:24.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-02T09:44:24.370Z] 714813522c89: Preparing [2026-03-02T09:44:24.370Z] 23f7b167dd0a: Preparing [2026-03-02T09:44:24.370Z] 9d86b568ab96: Preparing [2026-03-02T09:44:24.370Z] abd1bb680da7: Preparing [2026-03-02T09:44:24.370Z] ab6ebf89a1e1: Preparing [2026-03-02T09:44:24.370Z] b24964009799: Preparing [2026-03-02T09:44:24.370Z] cce92674e987: Preparing [2026-03-02T09:44:24.370Z] b24964009799: Waiting [2026-03-02T09:44:24.370Z] cce92674e987: Waiting [2026-03-02T09:44:24.370Z] 23f7b167dd0a: Layer already exists [2026-03-02T09:44:24.370Z] 714813522c89: Layer already exists [2026-03-02T09:44:24.370Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:24.370Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:24.370Z] ab6ebf89a1e1: Layer already exists [2026-03-02T09:44:24.370Z] b24964009799: Layer already exists [2026-03-02T09:44:24.370Z] cce92674e987: Layer already exists [2026-03-02T09:44:24.370Z] main: digest: sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:44:24.438Z] ===================================================== [Pipeline] echo [2026-03-02T09:44:24.450Z] taggedImages: [2026-03-02T09:44:24.450Z] - nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:24.450Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-02T09:44:24.450Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100 [2026-03-02T09:44:24.450Z] - nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:24.450Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2026-03-02T09:44:24.469Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2026-03-02T09:44:24.469Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:24.469Z] latest [2026-03-02T09:44:24.469Z] 4.1.0-dev.100 [2026-03-02T09:44:24.469Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:24.469Z] main [2026-03-02T09:44:24.469Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:24.802Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:25.118Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:25.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-02T09:44:25.118Z] ee0065e0b470: Preparing [2026-03-02T09:44:25.118Z] 9c20e8dd4e95: Preparing [2026-03-02T09:44:25.118Z] 9d86b568ab96: Preparing [2026-03-02T09:44:25.118Z] abd1bb680da7: Preparing [2026-03-02T09:44:25.118Z] cb9ce5545d86: Preparing [2026-03-02T09:44:25.118Z] 134ef22007ee: Preparing [2026-03-02T09:44:25.118Z] cce92674e987: Preparing [2026-03-02T09:44:25.118Z] 134ef22007ee: Waiting [2026-03-02T09:44:25.118Z] cce92674e987: Waiting [2026-03-02T09:44:25.118Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:25.118Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:25.118Z] cce92674e987: Layer already exists [2026-03-02T09:44:25.118Z] cb9ce5545d86: Pushed [2026-03-02T09:44:25.118Z] ee0065e0b470: Pushed [2026-03-02T09:44:25.376Z] 134ef22007ee: Pushed [2026-03-02T09:44:29.567Z] 9c20e8dd4e95: Pushed [2026-03-02T09:44:29.567Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:29.891Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:30.203Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-02T09:44:30.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-02T09:44:30.203Z] ee0065e0b470: Preparing [2026-03-02T09:44:30.203Z] 9c20e8dd4e95: Preparing [2026-03-02T09:44:30.203Z] 9d86b568ab96: Preparing [2026-03-02T09:44:30.203Z] abd1bb680da7: Preparing [2026-03-02T09:44:30.203Z] cb9ce5545d86: Preparing [2026-03-02T09:44:30.203Z] 134ef22007ee: Preparing [2026-03-02T09:44:30.203Z] cce92674e987: Preparing [2026-03-02T09:44:30.203Z] cce92674e987: Waiting [2026-03-02T09:44:30.203Z] 134ef22007ee: Waiting [2026-03-02T09:44:30.203Z] cb9ce5545d86: Layer already exists [2026-03-02T09:44:30.203Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:30.203Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:30.203Z] ee0065e0b470: Layer already exists [2026-03-02T09:44:30.203Z] 9c20e8dd4e95: Layer already exists [2026-03-02T09:44:30.203Z] 134ef22007ee: Layer already exists [2026-03-02T09:44:30.203Z] cce92674e987: Layer already exists [2026-03-02T09:44:30.203Z] latest: digest: sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:30.521Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:30.837Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100 [2026-03-02T09:44:30.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-02T09:44:30.837Z] ee0065e0b470: Preparing [2026-03-02T09:44:30.837Z] 9c20e8dd4e95: Preparing [2026-03-02T09:44:30.837Z] 9d86b568ab96: Preparing [2026-03-02T09:44:30.837Z] abd1bb680da7: Preparing [2026-03-02T09:44:30.837Z] cb9ce5545d86: Preparing [2026-03-02T09:44:30.837Z] 134ef22007ee: Preparing [2026-03-02T09:44:30.837Z] cce92674e987: Preparing [2026-03-02T09:44:30.837Z] 134ef22007ee: Waiting [2026-03-02T09:44:30.837Z] cce92674e987: Waiting [2026-03-02T09:44:30.837Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:30.837Z] cb9ce5545d86: Layer already exists [2026-03-02T09:44:30.837Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:30.837Z] 9c20e8dd4e95: Layer already exists [2026-03-02T09:44:30.837Z] ee0065e0b470: Layer already exists [2026-03-02T09:44:30.837Z] 134ef22007ee: Layer already exists [2026-03-02T09:44:30.837Z] cce92674e987: Layer already exists [2026-03-02T09:44:30.837Z] 4.1.0-dev.100: digest: sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:31.153Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:31.470Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:31.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-02T09:44:31.470Z] ee0065e0b470: Preparing [2026-03-02T09:44:31.470Z] 9c20e8dd4e95: Preparing [2026-03-02T09:44:31.470Z] 9d86b568ab96: Preparing [2026-03-02T09:44:31.470Z] abd1bb680da7: Preparing [2026-03-02T09:44:31.470Z] cb9ce5545d86: Preparing [2026-03-02T09:44:31.470Z] 134ef22007ee: Preparing [2026-03-02T09:44:31.470Z] cce92674e987: Preparing [2026-03-02T09:44:31.470Z] 134ef22007ee: Waiting [2026-03-02T09:44:31.470Z] cce92674e987: Waiting [2026-03-02T09:44:31.470Z] cb9ce5545d86: Layer already exists [2026-03-02T09:44:31.470Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:31.470Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:31.470Z] 9c20e8dd4e95: Layer already exists [2026-03-02T09:44:31.470Z] ee0065e0b470: Layer already exists [2026-03-02T09:44:31.470Z] 134ef22007ee: Layer already exists [2026-03-02T09:44:31.470Z] cce92674e987: Layer already exists [2026-03-02T09:44:31.470Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:31.793Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:44:32.109Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-02T09:44:32.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-02T09:44:32.109Z] ee0065e0b470: Preparing [2026-03-02T09:44:32.109Z] 9c20e8dd4e95: Preparing [2026-03-02T09:44:32.109Z] 9d86b568ab96: Preparing [2026-03-02T09:44:32.109Z] abd1bb680da7: Preparing [2026-03-02T09:44:32.109Z] cb9ce5545d86: Preparing [2026-03-02T09:44:32.109Z] 134ef22007ee: Preparing [2026-03-02T09:44:32.109Z] cce92674e987: Preparing [2026-03-02T09:44:32.109Z] 134ef22007ee: Waiting [2026-03-02T09:44:32.109Z] ee0065e0b470: Layer already exists [2026-03-02T09:44:32.109Z] 9d86b568ab96: Layer already exists [2026-03-02T09:44:32.109Z] 9c20e8dd4e95: Layer already exists [2026-03-02T09:44:32.109Z] abd1bb680da7: Layer already exists [2026-03-02T09:44:32.109Z] cb9ce5545d86: Layer already exists [2026-03-02T09:44:32.109Z] 134ef22007ee: Layer already exists [2026-03-02T09:44:32.109Z] cce92674e987: Layer already exists [2026-03-02T09:44:32.109Z] main: digest: sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:44:32.177Z] ===================================================== [Pipeline] echo [2026-03-02T09:44:32.192Z] taggedImages: [2026-03-02T09:44:32.192Z] - nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.192Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-02T09:44:32.192Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100 [2026-03-02T09:44:32.192Z] - nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.192Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2026-03-02T09:44:32.258Z] ========================================================= [2026-03-02T09:44:32.258Z] [edgeXBuildMultiArch] RAW Config: [2026-03-02T09:44:32.258Z] images: [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-command:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-data:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:44:32.258Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-02T09:44:32.258Z] settingsFile: [2026-03-02T09:44:32.258Z] edgex-go-settings [2026-03-02T09:44:32.258Z] ========================================================= [Pipeline] node [2026-03-02T09:44:47.260Z] Still waiting to schedule task [2026-03-02T09:44:47.261Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2026-03-02T09:45:49.457Z] Running on prd-centos7-docker-4c-2g-2861 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T09:45:49.507Z] provisioning config files... [2026-03-02T09:45:49.552Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config3957930773090776085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:45:51.863Z] ---> ****-login.sh [2026-03-02T09:45:51.863Z] nexus3.edgexfoundry.org:10001 [2026-03-02T09:45:52.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:45:52.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:45:52.135Z] Configure a credential helper to remove this warning. See [2026-03-02T09:45:52.135Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:45:52.135Z] [2026-03-02T09:45:52.135Z] Login Succeeded [2026-03-02T09:45:52.135Z] nexus3.edgexfoundry.org:10002 [2026-03-02T09:45:52.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:45:52.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:45:52.135Z] Configure a credential helper to remove this warning. See [2026-03-02T09:45:52.135Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:45:52.135Z] [2026-03-02T09:45:52.135Z] Login Succeeded [2026-03-02T09:45:52.135Z] nexus3.edgexfoundry.org:10003 [2026-03-02T09:45:52.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:45:52.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:45:52.397Z] Configure a credential helper to remove this warning. See [2026-03-02T09:45:52.397Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:45:52.397Z] [2026-03-02T09:45:52.397Z] Login Succeeded [2026-03-02T09:45:52.397Z] nexus3.edgexfoundry.org:10004 [2026-03-02T09:45:52.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:45:52.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:45:52.397Z] Configure a credential helper to remove this warning. See [2026-03-02T09:45:52.397Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:45:52.397Z] [2026-03-02T09:45:52.397Z] Login Succeeded [2026-03-02T09:45:52.397Z] ****.io [2026-03-02T09:45:52.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T09:45:52.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T09:45:52.657Z] Configure a credential helper to remove this warning. See [2026-03-02T09:45:52.657Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T09:45:52.657Z] [2026-03-02T09:45:52.657Z] Login Succeeded [2026-03-02T09:45:52.657Z] ---> ****-login.sh ends [Pipeline] } [2026-03-02T09:45:52.672Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-02T09:45:53.019Z] + docker buildx ls [2026-03-02T09:45:53.019Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2026-03-02T09:45:53.019Z] default * docker [2026-03-02T09:45:53.019Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2026-03-02T09:45:53.318Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2026-03-02T09:45:53.318Z] edgex-builder [Pipeline] sh [2026-03-02T09:45:53.623Z] + docker buildx inspect --bootstrap [2026-03-02T09:45:53.623Z] #1 [internal] booting buildkit [2026-03-02T09:45:53.623Z] #1 pulling image moby/buildkit:buildx-stable-1 [2026-03-02T09:45:56.934Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2026-03-02T09:45:56.934Z] #1 creating container buildx_buildkit_edgex-builder0 [2026-03-02T09:45:58.335Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2026-03-02T09:45:58.335Z] #1 DONE 4.5s [2026-03-02T09:45:58.335Z] Name: edgex-builder [2026-03-02T09:45:58.335Z] Driver: docker-container [2026-03-02T09:45:58.335Z] [2026-03-02T09:45:58.335Z] Nodes: [2026-03-02T09:45:58.335Z] Name: edgex-builder0 [2026-03-02T09:45:58.335Z] Endpoint: unix:///var/run/docker.sock [2026-03-02T09:45:58.335Z] Status: running [2026-03-02T09:45:58.335Z] Buildkit: v0.27.1 [2026-03-02T09:45:58.335Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2026-03-02T09:45:58.628Z] + docker buildx ls [2026-03-02T09:45:58.628Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2026-03-02T09:45:58.628Z] edgex-builder * docker-container [2026-03-02T09:45:58.628Z] edgex-builder0 unix:///var/run/docker.sock running v0.27.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2026-03-02T09:45:58.628Z] default docker [2026-03-02T09:45:58.628Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2026-03-02T09:45:58.936Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:45:58.936Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:45:58.936Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:45:58.936Z] #1 transferring dockerfile: 197B done [2026-03-02T09:45:58.936Z] #1 DONE 0.0s [2026-03-02T09:45:58.936Z] [2026-03-02T09:45:58.936Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:45:58.936Z] #2 DONE 0.1s [2026-03-02T09:45:58.936Z] [2026-03-02T09:45:58.936Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:45:59.200Z] #3 DONE 0.1s [2026-03-02T09:45:59.200Z] [2026-03-02T09:45:59.200Z] #4 [internal] load .dockerignore [2026-03-02T09:45:59.200Z] #4 transferring context: 2B done [2026-03-02T09:45:59.200Z] #4 DONE 0.0s [2026-03-02T09:45:59.200Z] [2026-03-02T09:45:59.200Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:45:59.200Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:45:59.200Z] #5 DONE 0.0s [2026-03-02T09:45:59.200Z] [2026-03-02T09:45:59.200Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:45:59.200Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:45:59.200Z] #6 DONE 0.1s [2026-03-02T09:45:59.461Z] [2026-03-02T09:45:59.461Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:45:59.461Z] #7 DONE 0.0s [2026-03-02T09:45:59.461Z] [2026-03-02T09:45:59.461Z] #8 exporting to image [2026-03-02T09:45:59.461Z] #8 exporting layers done [2026-03-02T09:45:59.461Z] #8 exporting manifest sha256:efac15a9068018fa548b163b75df039acc1eb59111277ab102fd7b26683ebb2e done [2026-03-02T09:45:59.461Z] #8 exporting config sha256:f6e2c65fd8cc2491d7bd86ea5f71475f46e4cca090c6173d33a591683bb27881 done [2026-03-02T09:45:59.461Z] #8 exporting manifest sha256:4b51c724a7f898835aa1caddd1629fee68327a61a2f83dfd99a59f757145ee97 done [2026-03-02T09:45:59.461Z] #8 exporting config sha256:23ca9c34452d086505d75356db2d03410fbc5270336c53abaa445e9498748572 0.0s done [2026-03-02T09:45:59.461Z] #8 exporting manifest list sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 done [2026-03-02T09:45:59.461Z] #8 pushing layers 0.1s done [2026-03-02T09:45:59.461Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 [2026-03-02T09:45:59.461Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:45:59.461Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 0.1s done [2026-03-02T09:45:59.461Z] #8 DONE 0.2s [2026-03-02T09:45:59.461Z] [2026-03-02T09:45:59.461Z] 1 warning found (use --debug to expand): [2026-03-02T09:45:59.461Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:45:59.752Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2026-03-02T09:45:59.752Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2026-03-02T09:45:59.752Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:45:59.752Z] #1 transferring dockerfile: 163B done [2026-03-02T09:45:59.752Z] #1 DONE 0.0s [2026-03-02T09:45:59.752Z] [2026-03-02T09:45:59.752Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-02T09:45:59.752Z] #2 DONE 0.0s [2026-03-02T09:45:59.752Z] [2026-03-02T09:45:59.752Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-02T09:45:59.752Z] #3 DONE 0.0s [2026-03-02T09:45:59.752Z] [2026-03-02T09:45:59.752Z] #4 [internal] load .dockerignore [2026-03-02T09:45:59.752Z] #4 transferring context: 2B done [2026-03-02T09:45:59.752Z] #4 DONE 1.2s [2026-03-02T09:45:59.752Z] [2026-03-02T09:45:59.752Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:45:59.752Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:00.012Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:46:00.012Z] #5 CACHED [2026-03-02T09:46:00.012Z] [2026-03-02T09:46:00.012Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:00.012Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:46:00.012Z] #6 CACHED [2026-03-02T09:46:00.012Z] [2026-03-02T09:46:00.012Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:00.012Z] #7 DONE 0.0s [2026-03-02T09:46:00.012Z] [2026-03-02T09:46:00.012Z] #8 exporting to image [2026-03-02T09:46:00.012Z] #8 exporting layers done [2026-03-02T09:46:00.012Z] #8 exporting manifest sha256:efac15a9068018fa548b163b75df039acc1eb59111277ab102fd7b26683ebb2e done [2026-03-02T09:46:00.012Z] #8 exporting config sha256:f6e2c65fd8cc2491d7bd86ea5f71475f46e4cca090c6173d33a591683bb27881 done [2026-03-02T09:46:00.012Z] #8 exporting manifest sha256:4b51c724a7f898835aa1caddd1629fee68327a61a2f83dfd99a59f757145ee97 done [2026-03-02T09:46:00.012Z] #8 exporting config sha256:23ca9c34452d086505d75356db2d03410fbc5270336c53abaa445e9498748572 done [2026-03-02T09:46:00.012Z] #8 exporting manifest list sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 done [2026-03-02T09:46:00.012Z] #8 pushing layers 0.0s done [2026-03-02T09:46:00.012Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 0.1s done [2026-03-02T09:46:00.012Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:00.012Z] #8 DONE 0.1s [2026-03-02T09:46:00.012Z] [2026-03-02T09:46:00.012Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:00.012Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:00.302Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100 --push - [2026-03-02T09:46:00.302Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100' [2026-03-02T09:46:00.302Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:00.302Z] #1 transferring dockerfile: 170B done [2026-03-02T09:46:00.302Z] #1 DONE 0.0s [2026-03-02T09:46:00.302Z] [2026-03-02T09:46:00.302Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100 [2026-03-02T09:46:00.302Z] #2 DONE 0.0s [2026-03-02T09:46:00.302Z] [2026-03-02T09:46:00.302Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100 [2026-03-02T09:46:00.302Z] #3 DONE 0.0s [2026-03-02T09:46:00.302Z] [2026-03-02T09:46:00.302Z] #4 [internal] load .dockerignore [2026-03-02T09:46:00.302Z] #4 transferring context: 2B done [2026-03-02T09:46:00.302Z] #4 DONE 0.0s [2026-03-02T09:46:00.302Z] [2026-03-02T09:46:00.302Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:00.302Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:46:00.302Z] #5 CACHED [2026-03-02T09:46:00.302Z] [2026-03-02T09:46:00.302Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:00.302Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:46:00.302Z] #6 CACHED [2026-03-02T09:46:00.302Z] [2026-03-02T09:46:00.302Z] #7 exporting to image [2026-03-02T09:46:00.302Z] #7 exporting layers [2026-03-02T09:46:00.302Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:00.560Z] #7 exporting layers done [2026-03-02T09:46:00.560Z] #7 exporting manifest sha256:efac15a9068018fa548b163b75df039acc1eb59111277ab102fd7b26683ebb2e done [2026-03-02T09:46:00.560Z] #7 exporting config sha256:f6e2c65fd8cc2491d7bd86ea5f71475f46e4cca090c6173d33a591683bb27881 done [2026-03-02T09:46:00.560Z] #7 exporting manifest sha256:4b51c724a7f898835aa1caddd1629fee68327a61a2f83dfd99a59f757145ee97 done [2026-03-02T09:46:00.560Z] #7 exporting config sha256:23ca9c34452d086505d75356db2d03410fbc5270336c53abaa445e9498748572 done [2026-03-02T09:46:00.560Z] #7 exporting manifest list sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 done [2026-03-02T09:46:00.560Z] #7 pushing layers 0.0s done [2026-03-02T09:46:00.560Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.100@sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 0.1s done [2026-03-02T09:46:00.560Z] #7 DONE 0.1s [2026-03-02T09:46:00.560Z] [2026-03-02T09:46:00.560Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:00.560Z] #8 DONE 0.0s [2026-03-02T09:46:00.560Z] [2026-03-02T09:46:00.560Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:00.560Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:00.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:00.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:00.849Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:00.849Z] #1 transferring dockerfile: 211B done [2026-03-02T09:46:00.849Z] #1 DONE 0.0s [2026-03-02T09:46:00.849Z] [2026-03-02T09:46:00.849Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:00.849Z] #2 DONE 0.0s [2026-03-02T09:46:00.849Z] [2026-03-02T09:46:00.849Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:00.849Z] #3 DONE 0.0s [2026-03-02T09:46:00.849Z] [2026-03-02T09:46:00.849Z] #4 [internal] load .dockerignore [2026-03-02T09:46:00.849Z] #4 transferring context: 2B done [2026-03-02T09:46:00.849Z] #4 DONE 0.0s [2026-03-02T09:46:00.849Z] [2026-03-02T09:46:00.849Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:00.849Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:46:00.849Z] #5 CACHED [2026-03-02T09:46:00.849Z] [2026-03-02T09:46:00.849Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:00.849Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:46:00.849Z] #6 CACHED [2026-03-02T09:46:00.849Z] [2026-03-02T09:46:00.849Z] #7 exporting to image [2026-03-02T09:46:00.849Z] #7 exporting layers done [2026-03-02T09:46:00.849Z] #7 exporting manifest sha256:efac15a9068018fa548b163b75df039acc1eb59111277ab102fd7b26683ebb2e done [2026-03-02T09:46:00.849Z] #7 exporting config sha256:f6e2c65fd8cc2491d7bd86ea5f71475f46e4cca090c6173d33a591683bb27881 done [2026-03-02T09:46:00.849Z] #7 exporting manifest sha256:4b51c724a7f898835aa1caddd1629fee68327a61a2f83dfd99a59f757145ee97 done [2026-03-02T09:46:00.849Z] #7 exporting config sha256:23ca9c34452d086505d75356db2d03410fbc5270336c53abaa445e9498748572 done [2026-03-02T09:46:00.849Z] #7 exporting manifest list sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 done [2026-03-02T09:46:00.849Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:01.108Z] #7 pushing layers 0.0s done [2026-03-02T09:46:01.108Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 0.1s done [2026-03-02T09:46:01.108Z] #7 DONE 0.1s [2026-03-02T09:46:01.109Z] [2026-03-02T09:46:01.109Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:01.109Z] #8 DONE 0.0s [2026-03-02T09:46:01.109Z] [2026-03-02T09:46:01.109Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:01.109Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:01.406Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2026-03-02T09:46:01.406Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2026-03-02T09:46:01.406Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:01.406Z] #1 transferring dockerfile: 161B done [2026-03-02T09:46:01.406Z] #1 DONE 0.0s [2026-03-02T09:46:01.406Z] [2026-03-02T09:46:01.406Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2026-03-02T09:46:01.406Z] #2 DONE 0.0s [2026-03-02T09:46:01.406Z] [2026-03-02T09:46:01.406Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2026-03-02T09:46:01.406Z] #3 DONE 0.0s [2026-03-02T09:46:01.406Z] [2026-03-02T09:46:01.406Z] #4 [internal] load .dockerignore [2026-03-02T09:46:01.406Z] #4 transferring context: 2B done [2026-03-02T09:46:01.406Z] #4 DONE 0.0s [2026-03-02T09:46:01.406Z] [2026-03-02T09:46:01.406Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:01.406Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd done [2026-03-02T09:46:01.406Z] #5 CACHED [2026-03-02T09:46:01.406Z] [2026-03-02T09:46:01.406Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd [2026-03-02T09:46:01.406Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:e73a56f3c2700b903a5bfe3f83895cf1e1bedf40fe912926420423cb5506b5dd 0.0s done [2026-03-02T09:46:01.406Z] #6 CACHED [2026-03-02T09:46:01.406Z] [2026-03-02T09:46:01.406Z] #7 exporting to image [2026-03-02T09:46:01.406Z] #7 exporting layers done [2026-03-02T09:46:01.406Z] #7 exporting manifest sha256:efac15a9068018fa548b163b75df039acc1eb59111277ab102fd7b26683ebb2e done [2026-03-02T09:46:01.406Z] #7 exporting config sha256:f6e2c65fd8cc2491d7bd86ea5f71475f46e4cca090c6173d33a591683bb27881 done [2026-03-02T09:46:01.406Z] #7 exporting manifest sha256:4b51c724a7f898835aa1caddd1629fee68327a61a2f83dfd99a59f757145ee97 done [2026-03-02T09:46:01.406Z] #7 exporting config sha256:23ca9c34452d086505d75356db2d03410fbc5270336c53abaa445e9498748572 done [2026-03-02T09:46:01.406Z] #7 exporting manifest list sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 done [2026-03-02T09:46:01.406Z] #7 pushing layers 0.0s done [2026-03-02T09:46:01.406Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 [2026-03-02T09:46:01.406Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:01.668Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:e92c3621731df6bb481be1b44ec3d4768035a48fb68dfc5e569394326e2df267 0.1s done [2026-03-02T09:46:01.668Z] #7 DONE 0.1s [2026-03-02T09:46:01.668Z] [2026-03-02T09:46:01.668Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:01.668Z] #8 DONE 0.0s [2026-03-02T09:46:01.668Z] [2026-03-02T09:46:01.668Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:01.668Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:01.956Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:01.956Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:02.216Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:02.216Z] #1 transferring dockerfile: 216B done [2026-03-02T09:46:02.216Z] #1 DONE 0.0s [2026-03-02T09:46:02.216Z] [2026-03-02T09:46:02.216Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:02.216Z] #2 DONE 0.0s [2026-03-02T09:46:02.216Z] [2026-03-02T09:46:02.216Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:02.216Z] #3 DONE 0.0s [2026-03-02T09:46:02.216Z] [2026-03-02T09:46:02.216Z] #4 [internal] load .dockerignore [2026-03-02T09:46:02.216Z] #4 transferring context: 2B done [2026-03-02T09:46:02.216Z] #4 DONE 0.0s [2026-03-02T09:46:02.216Z] [2026-03-02T09:46:02.216Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:02.216Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:02.216Z] #5 DONE 0.0s [2026-03-02T09:46:02.216Z] [2026-03-02T09:46:02.216Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:02.216Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:02.216Z] #6 DONE 0.0s [2026-03-02T09:46:02.216Z] [2026-03-02T09:46:02.216Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:02.216Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:02.216Z] #5 DONE 0.1s [2026-03-02T09:46:02.216Z] [2026-03-02T09:46:02.216Z] #7 exporting to image [2026-03-02T09:46:02.216Z] #7 exporting layers done [2026-03-02T09:46:02.216Z] #7 exporting manifest sha256:3146e796ad5d28a21b713dc294490e79b80df1155eabd054757d449985717fc4 done [2026-03-02T09:46:02.216Z] #7 exporting config sha256:044422d66b1e46bcd45e4be11f1aaf6ebf8900c0f408bf61183f61063bc282c6 done [2026-03-02T09:46:02.216Z] #7 exporting manifest sha256:4b9890132e1f6f8521692f3af632ac0d308d47e0427b48563377ed520a95418e done [2026-03-02T09:46:02.216Z] #7 exporting config sha256:3acb8995df9323b7b9e1b1493f55884f30cbfde61d57ba029afab3a256fb926f 0.0s done [2026-03-02T09:46:02.216Z] #7 exporting manifest list sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 done [2026-03-02T09:46:02.216Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:02.481Z] #7 ... [2026-03-02T09:46:02.481Z] [2026-03-02T09:46:02.481Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:02.481Z] #8 DONE 0.0s [2026-03-02T09:46:02.481Z] [2026-03-02T09:46:02.481Z] #7 exporting to image [2026-03-02T09:46:02.481Z] #7 pushing layers 0.1s done [2026-03-02T09:46:02.481Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 [2026-03-02T09:46:02.481Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 0.1s done [2026-03-02T09:46:02.481Z] #7 DONE 0.2s [2026-03-02T09:46:02.481Z] [2026-03-02T09:46:02.481Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:02.481Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:02.773Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2026-03-02T09:46:02.773Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2026-03-02T09:46:03.040Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:03.040Z] #1 transferring dockerfile: 182B done [2026-03-02T09:46:03.040Z] #1 DONE 0.0s [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-02T09:46:03.040Z] #2 DONE 0.0s [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-02T09:46:03.040Z] #3 DONE 0.0s [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #4 [internal] load .dockerignore [2026-03-02T09:46:03.040Z] #4 transferring context: 2B done [2026-03-02T09:46:03.040Z] #4 DONE 0.0s [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:03.040Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:03.040Z] #5 DONE 0.0s [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:03.040Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:03.040Z] #6 CACHED [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:03.040Z] #5 CACHED [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:03.040Z] #7 DONE 0.0s [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] #8 exporting to image [2026-03-02T09:46:03.040Z] #8 exporting layers done [2026-03-02T09:46:03.040Z] #8 exporting manifest sha256:3146e796ad5d28a21b713dc294490e79b80df1155eabd054757d449985717fc4 done [2026-03-02T09:46:03.040Z] #8 exporting config sha256:044422d66b1e46bcd45e4be11f1aaf6ebf8900c0f408bf61183f61063bc282c6 done [2026-03-02T09:46:03.040Z] #8 exporting manifest sha256:4b9890132e1f6f8521692f3af632ac0d308d47e0427b48563377ed520a95418e done [2026-03-02T09:46:03.040Z] #8 exporting config sha256:3acb8995df9323b7b9e1b1493f55884f30cbfde61d57ba029afab3a256fb926f done [2026-03-02T09:46:03.040Z] #8 exporting manifest list sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 done [2026-03-02T09:46:03.040Z] #8 pushing layers 0.0s done [2026-03-02T09:46:03.040Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 0.1s done [2026-03-02T09:46:03.040Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:03.040Z] #8 DONE 0.1s [2026-03-02T09:46:03.040Z] [2026-03-02T09:46:03.040Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:03.040Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:03.324Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100' [2026-03-02T09:46:03.324Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100 --push - [2026-03-02T09:46:03.583Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:03.583Z] #1 transferring dockerfile: 189B done [2026-03-02T09:46:03.583Z] #1 DONE 0.0s [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100 [2026-03-02T09:46:03.583Z] #2 DONE 0.0s [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100 [2026-03-02T09:46:03.583Z] #3 DONE 0.0s [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] #4 [internal] load .dockerignore [2026-03-02T09:46:03.583Z] #4 transferring context: 2B done [2026-03-02T09:46:03.583Z] #4 DONE 0.0s [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:03.583Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:03.583Z] #5 CACHED [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:03.583Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:03.583Z] #6 CACHED [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] #7 exporting to image [2026-03-02T09:46:03.583Z] #7 exporting layers [2026-03-02T09:46:03.583Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:03.583Z] #7 exporting layers done [2026-03-02T09:46:03.583Z] #7 exporting manifest sha256:3146e796ad5d28a21b713dc294490e79b80df1155eabd054757d449985717fc4 done [2026-03-02T09:46:03.583Z] #7 exporting config sha256:044422d66b1e46bcd45e4be11f1aaf6ebf8900c0f408bf61183f61063bc282c6 done [2026-03-02T09:46:03.583Z] #7 exporting manifest sha256:4b9890132e1f6f8521692f3af632ac0d308d47e0427b48563377ed520a95418e done [2026-03-02T09:46:03.583Z] #7 exporting config sha256:3acb8995df9323b7b9e1b1493f55884f30cbfde61d57ba029afab3a256fb926f done [2026-03-02T09:46:03.583Z] #7 exporting manifest list sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 done [2026-03-02T09:46:03.583Z] #7 pushing layers 0.0s done [2026-03-02T09:46:03.583Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.100@sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 0.1s done [2026-03-02T09:46:03.583Z] #7 DONE 0.1s [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:03.583Z] #8 DONE 0.0s [2026-03-02T09:46:03.583Z] [2026-03-02T09:46:03.583Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:03.583Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:03.869Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:03.869Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:04.129Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:04.129Z] #1 transferring dockerfile: 230B done [2026-03-02T09:46:04.129Z] #1 DONE 0.0s [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:04.129Z] #2 DONE 0.0s [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:04.129Z] #3 DONE 0.0s [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] #4 [internal] load .dockerignore [2026-03-02T09:46:04.129Z] #4 transferring context: 2B done [2026-03-02T09:46:04.129Z] #4 DONE 0.0s [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:04.129Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:04.129Z] #5 CACHED [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:04.129Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:04.129Z] #6 CACHED [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] #7 exporting to image [2026-03-02T09:46:04.129Z] #7 exporting layers done [2026-03-02T09:46:04.129Z] #7 exporting manifest sha256:3146e796ad5d28a21b713dc294490e79b80df1155eabd054757d449985717fc4 done [2026-03-02T09:46:04.129Z] #7 exporting config sha256:044422d66b1e46bcd45e4be11f1aaf6ebf8900c0f408bf61183f61063bc282c6 done [2026-03-02T09:46:04.129Z] #7 exporting manifest sha256:4b9890132e1f6f8521692f3af632ac0d308d47e0427b48563377ed520a95418e done [2026-03-02T09:46:04.129Z] #7 exporting config sha256:3acb8995df9323b7b9e1b1493f55884f30cbfde61d57ba029afab3a256fb926f done [2026-03-02T09:46:04.129Z] #7 exporting manifest list sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 done [2026-03-02T09:46:04.129Z] #7 pushing layers 0.0s done [2026-03-02T09:46:04.129Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 [2026-03-02T09:46:04.129Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:04.129Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 0.1s done [2026-03-02T09:46:04.129Z] #7 DONE 0.1s [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:04.129Z] #8 DONE 0.0s [2026-03-02T09:46:04.129Z] [2026-03-02T09:46:04.129Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:04.129Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:04.425Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2026-03-02T09:46:04.425Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2026-03-02T09:46:04.425Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:04.425Z] #1 transferring dockerfile: 180B done [2026-03-02T09:46:04.425Z] #1 DONE 0.0s [2026-03-02T09:46:04.425Z] [2026-03-02T09:46:04.425Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-02T09:46:04.425Z] #2 DONE 0.0s [2026-03-02T09:46:04.425Z] [2026-03-02T09:46:04.425Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-02T09:46:04.425Z] #3 DONE 0.0s [2026-03-02T09:46:04.425Z] [2026-03-02T09:46:04.425Z] #4 [internal] load .dockerignore [2026-03-02T09:46:04.425Z] #4 transferring context: 2B done [2026-03-02T09:46:04.425Z] #4 DONE 0.0s [2026-03-02T09:46:04.425Z] [2026-03-02T09:46:04.425Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:04.425Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:04.425Z] #5 CACHED [2026-03-02T09:46:04.425Z] [2026-03-02T09:46:04.425Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b [2026-03-02T09:46:04.425Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:0682c727380de1680a73b06d68f768719345625a32773e3c7507d34369e94b0b 0.0s done [2026-03-02T09:46:04.425Z] #6 CACHED [2026-03-02T09:46:04.425Z] [2026-03-02T09:46:04.425Z] #7 exporting to image [2026-03-02T09:46:04.425Z] #7 exporting layers [2026-03-02T09:46:04.425Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:04.687Z] #7 exporting layers done [2026-03-02T09:46:04.687Z] #7 exporting manifest sha256:3146e796ad5d28a21b713dc294490e79b80df1155eabd054757d449985717fc4 done [2026-03-02T09:46:04.687Z] #7 exporting config sha256:044422d66b1e46bcd45e4be11f1aaf6ebf8900c0f408bf61183f61063bc282c6 done [2026-03-02T09:46:04.687Z] #7 exporting manifest sha256:4b9890132e1f6f8521692f3af632ac0d308d47e0427b48563377ed520a95418e done [2026-03-02T09:46:04.687Z] #7 exporting config sha256:3acb8995df9323b7b9e1b1493f55884f30cbfde61d57ba029afab3a256fb926f done [2026-03-02T09:46:04.687Z] #7 exporting manifest list sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 done [2026-03-02T09:46:04.687Z] #7 pushing layers 0.0s done [2026-03-02T09:46:04.687Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4efa19dc8c69c8e503399bb8ddd2bcb7b63d8a7e320bd5cb0c1beb4faacf64b6 0.1s done [2026-03-02T09:46:04.687Z] #7 DONE 0.1s [2026-03-02T09:46:04.687Z] [2026-03-02T09:46:04.687Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:04.687Z] #8 DONE 0.0s [2026-03-02T09:46:04.687Z] [2026-03-02T09:46:04.687Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:04.687Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:04.984Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:04.984Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:04.984Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:04.984Z] #1 transferring dockerfile: 194B done [2026-03-02T09:46:04.984Z] #1 DONE 0.0s [2026-03-02T09:46:04.984Z] [2026-03-02T09:46:04.984Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:04.984Z] #2 DONE 0.0s [2026-03-02T09:46:04.984Z] [2026-03-02T09:46:04.984Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:04.984Z] #3 DONE 0.1s [2026-03-02T09:46:04.984Z] [2026-03-02T09:46:04.984Z] #4 [internal] load .dockerignore [2026-03-02T09:46:04.984Z] #4 transferring context: 2B done [2026-03-02T09:46:04.984Z] #4 DONE 0.0s [2026-03-02T09:46:05.245Z] [2026-03-02T09:46:05.245Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:05.245Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:05.245Z] #5 DONE 0.0s [2026-03-02T09:46:05.245Z] [2026-03-02T09:46:05.245Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:05.245Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:05.245Z] #6 DONE 0.1s [2026-03-02T09:46:05.245Z] [2026-03-02T09:46:05.245Z] #7 exporting to image [2026-03-02T09:46:05.245Z] #7 exporting layers done [2026-03-02T09:46:05.245Z] #7 exporting manifest sha256:5c5f10284b965a114edd684e9f98ea85aa8866d748e1f2bff93d8a69a16f9eab 0.0s done [2026-03-02T09:46:05.245Z] #7 exporting config sha256:a33d73da1a6ec587090f764d9b4ea2dd9d9c823d9a505784003231fa7f04e5f6 done [2026-03-02T09:46:05.245Z] #7 exporting manifest sha256:e28c61aa7c16c42a5fc82e3e484d283ce2d5a3d378c7a889de80922225eed6fc done [2026-03-02T09:46:05.245Z] #7 exporting config sha256:34b7ddf35d98d106ad8862b084ddaf24c2bd887d203d6af2a2be4dd4e41d13c5 0.0s done [2026-03-02T09:46:05.245Z] #7 exporting manifest list sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b [2026-03-02T09:46:05.245Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:05.245Z] #7 ... [2026-03-02T09:46:05.245Z] [2026-03-02T09:46:05.245Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:05.245Z] #8 DONE 0.0s [2026-03-02T09:46:05.245Z] [2026-03-02T09:46:05.245Z] #7 exporting to image [2026-03-02T09:46:05.245Z] #7 exporting manifest list sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b done [2026-03-02T09:46:05.245Z] #7 pushing layers 0.1s done [2026-03-02T09:46:05.245Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b [2026-03-02T09:46:05.505Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b 0.1s done [2026-03-02T09:46:05.505Z] #7 DONE 0.2s [2026-03-02T09:46:05.505Z] [2026-03-02T09:46:05.505Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:05.505Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:05.846Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2026-03-02T09:46:05.846Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2026-03-02T09:46:05.846Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:05.846Z] #1 transferring dockerfile: 160B done [2026-03-02T09:46:05.846Z] #1 DONE 0.0s [2026-03-02T09:46:05.846Z] [2026-03-02T09:46:05.846Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-02T09:46:05.846Z] #2 DONE 0.0s [2026-03-02T09:46:05.846Z] [2026-03-02T09:46:05.846Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-02T09:46:05.846Z] #3 DONE 0.0s [2026-03-02T09:46:05.846Z] [2026-03-02T09:46:05.846Z] #4 [internal] load .dockerignore [2026-03-02T09:46:05.846Z] #4 transferring context: 2B done [2026-03-02T09:46:05.846Z] #4 DONE 0.0s [2026-03-02T09:46:05.846Z] [2026-03-02T09:46:05.846Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:05.846Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 done [2026-03-02T09:46:05.846Z] #5 CACHED [2026-03-02T09:46:05.846Z] [2026-03-02T09:46:05.846Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:05.846Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:05.846Z] #6 CACHED [2026-03-02T09:46:05.846Z] [2026-03-02T09:46:05.846Z] #7 exporting to image [2026-03-02T09:46:05.846Z] #7 exporting layers done [2026-03-02T09:46:05.846Z] #7 exporting manifest sha256:5c5f10284b965a114edd684e9f98ea85aa8866d748e1f2bff93d8a69a16f9eab done [2026-03-02T09:46:05.846Z] #7 exporting config sha256:a33d73da1a6ec587090f764d9b4ea2dd9d9c823d9a505784003231fa7f04e5f6 done [2026-03-02T09:46:05.846Z] #7 exporting manifest sha256:e28c61aa7c16c42a5fc82e3e484d283ce2d5a3d378c7a889de80922225eed6fc done [2026-03-02T09:46:05.846Z] #7 exporting config sha256:34b7ddf35d98d106ad8862b084ddaf24c2bd887d203d6af2a2be4dd4e41d13c5 done [2026-03-02T09:46:05.846Z] #7 exporting manifest list sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b done [2026-03-02T09:46:05.846Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:06.106Z] #7 pushing layers 0.0s done [2026-03-02T09:46:06.106Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b 0.1s done [2026-03-02T09:46:06.106Z] #7 DONE 0.1s [2026-03-02T09:46:06.106Z] [2026-03-02T09:46:06.106Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:06.106Z] #8 DONE 0.0s [2026-03-02T09:46:06.106Z] [2026-03-02T09:46:06.106Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:06.106Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:06.393Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100' [2026-03-02T09:46:06.393Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100 --push - [2026-03-02T09:46:06.653Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:06.653Z] #1 transferring dockerfile: 167B done [2026-03-02T09:46:06.653Z] #1 DONE 0.0s [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100 [2026-03-02T09:46:06.653Z] #2 DONE 0.0s [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100 [2026-03-02T09:46:06.653Z] #3 DONE 0.0s [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] #4 [internal] load .dockerignore [2026-03-02T09:46:06.653Z] #4 transferring context: 2B done [2026-03-02T09:46:06.653Z] #4 DONE 0.0s [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:06.653Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:06.653Z] #5 CACHED [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:06.653Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:06.653Z] #6 CACHED [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] #7 exporting to image [2026-03-02T09:46:06.653Z] #7 exporting layers done [2026-03-02T09:46:06.653Z] #7 exporting manifest sha256:5c5f10284b965a114edd684e9f98ea85aa8866d748e1f2bff93d8a69a16f9eab done [2026-03-02T09:46:06.653Z] #7 exporting config sha256:a33d73da1a6ec587090f764d9b4ea2dd9d9c823d9a505784003231fa7f04e5f6 done [2026-03-02T09:46:06.653Z] #7 exporting manifest sha256:e28c61aa7c16c42a5fc82e3e484d283ce2d5a3d378c7a889de80922225eed6fc done [2026-03-02T09:46:06.653Z] #7 exporting config sha256:34b7ddf35d98d106ad8862b084ddaf24c2bd887d203d6af2a2be4dd4e41d13c5 done [2026-03-02T09:46:06.653Z] #7 exporting manifest list sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b done [2026-03-02T09:46:06.653Z] #7 pushing layers 0.0s done [2026-03-02T09:46:06.653Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b [2026-03-02T09:46:06.653Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:06.653Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.100@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b 0.1s done [2026-03-02T09:46:06.653Z] #7 DONE 0.1s [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:06.653Z] #8 DONE 0.0s [2026-03-02T09:46:06.653Z] [2026-03-02T09:46:06.653Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:06.653Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:06.957Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:06.957Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:07.218Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:07.218Z] #1 transferring dockerfile: 208B done [2026-03-02T09:46:07.218Z] #1 DONE 0.0s [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:07.218Z] #2 DONE 0.0s [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:07.218Z] #3 DONE 0.0s [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] #4 [internal] load .dockerignore [2026-03-02T09:46:07.218Z] #4 transferring context: 2B done [2026-03-02T09:46:07.218Z] #4 DONE 0.0s [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:07.218Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 done [2026-03-02T09:46:07.218Z] #5 CACHED [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:07.218Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:07.218Z] #6 CACHED [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] #7 exporting to image [2026-03-02T09:46:07.218Z] #7 exporting layers done [2026-03-02T09:46:07.218Z] #7 exporting manifest sha256:5c5f10284b965a114edd684e9f98ea85aa8866d748e1f2bff93d8a69a16f9eab done [2026-03-02T09:46:07.218Z] #7 exporting config sha256:a33d73da1a6ec587090f764d9b4ea2dd9d9c823d9a505784003231fa7f04e5f6 done [2026-03-02T09:46:07.218Z] #7 exporting manifest sha256:e28c61aa7c16c42a5fc82e3e484d283ce2d5a3d378c7a889de80922225eed6fc done [2026-03-02T09:46:07.218Z] #7 exporting config sha256:34b7ddf35d98d106ad8862b084ddaf24c2bd887d203d6af2a2be4dd4e41d13c5 done [2026-03-02T09:46:07.218Z] #7 exporting manifest list sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b done [2026-03-02T09:46:07.218Z] #7 pushing layers 0.0s done [2026-03-02T09:46:07.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b [2026-03-02T09:46:07.218Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:07.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b 0.1s done [2026-03-02T09:46:07.218Z] #7 DONE 0.1s [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:07.218Z] #8 DONE 0.0s [2026-03-02T09:46:07.218Z] [2026-03-02T09:46:07.218Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:07.218Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:07.504Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2026-03-02T09:46:07.504Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2026-03-02T09:46:07.504Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:07.504Z] #1 transferring dockerfile: 158B done [2026-03-02T09:46:07.505Z] #1 DONE 0.0s [2026-03-02T09:46:07.505Z] [2026-03-02T09:46:07.505Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2026-03-02T09:46:07.505Z] #2 DONE 0.0s [2026-03-02T09:46:07.505Z] [2026-03-02T09:46:07.505Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2026-03-02T09:46:07.505Z] #3 DONE 0.0s [2026-03-02T09:46:07.505Z] [2026-03-02T09:46:07.505Z] #4 [internal] load .dockerignore [2026-03-02T09:46:07.505Z] #4 transferring context: 2B done [2026-03-02T09:46:07.505Z] #4 DONE 0.0s [2026-03-02T09:46:07.505Z] [2026-03-02T09:46:07.505Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:07.505Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:07.505Z] #5 CACHED [2026-03-02T09:46:07.505Z] [2026-03-02T09:46:07.505Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 [2026-03-02T09:46:07.505Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f75b10ad4b81045ffd7c002b4d0bcc8c307fe5ab462c66f9edffd58ebe428163 0.0s done [2026-03-02T09:46:07.505Z] #6 CACHED [2026-03-02T09:46:07.505Z] [2026-03-02T09:46:07.505Z] #7 exporting to image [2026-03-02T09:46:07.505Z] #7 exporting layers done [2026-03-02T09:46:07.505Z] #7 exporting manifest sha256:5c5f10284b965a114edd684e9f98ea85aa8866d748e1f2bff93d8a69a16f9eab done [2026-03-02T09:46:07.505Z] #7 exporting config sha256:a33d73da1a6ec587090f764d9b4ea2dd9d9c823d9a505784003231fa7f04e5f6 done [2026-03-02T09:46:07.505Z] #7 exporting manifest sha256:e28c61aa7c16c42a5fc82e3e484d283ce2d5a3d378c7a889de80922225eed6fc [2026-03-02T09:46:07.505Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:07.764Z] #7 exporting manifest sha256:e28c61aa7c16c42a5fc82e3e484d283ce2d5a3d378c7a889de80922225eed6fc done [2026-03-02T09:46:07.764Z] #7 exporting config sha256:34b7ddf35d98d106ad8862b084ddaf24c2bd887d203d6af2a2be4dd4e41d13c5 done [2026-03-02T09:46:07.764Z] #7 exporting manifest list sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b done [2026-03-02T09:46:07.764Z] #7 pushing layers 0.0s done [2026-03-02T09:46:07.764Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:a1a1b963ab804dbb2d863b8b602b75ca48a21ea6e9d239f1007c0cbe94681b4b 0.1s done [2026-03-02T09:46:07.764Z] #7 DONE 0.1s [2026-03-02T09:46:07.764Z] [2026-03-02T09:46:07.764Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:07.764Z] #8 DONE 0.0s [2026-03-02T09:46:07.764Z] [2026-03-02T09:46:07.764Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:07.764Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:08.050Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:08.050Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:08.050Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:08.050Z] #1 transferring dockerfile: 196B done [2026-03-02T09:46:08.050Z] #1 DONE 0.0s [2026-03-02T09:46:08.050Z] [2026-03-02T09:46:08.050Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:08.050Z] #2 DONE 0.0s [2026-03-02T09:46:08.050Z] [2026-03-02T09:46:08.050Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:08.050Z] #3 DONE 0.1s [2026-03-02T09:46:08.050Z] [2026-03-02T09:46:08.050Z] #4 [internal] load .dockerignore [2026-03-02T09:46:08.050Z] #4 transferring context: 2B done [2026-03-02T09:46:08.050Z] #4 DONE 0.0s [2026-03-02T09:46:08.309Z] [2026-03-02T09:46:08.309Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:08.309Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:08.309Z] #5 DONE 0.0s [2026-03-02T09:46:08.309Z] [2026-03-02T09:46:08.309Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:08.309Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:08.309Z] #6 DONE 0.1s [2026-03-02T09:46:08.309Z] [2026-03-02T09:46:08.309Z] #7 exporting to image [2026-03-02T09:46:08.309Z] #7 exporting layers done [2026-03-02T09:46:08.309Z] #7 exporting manifest sha256:85aadab105f201aed9880e23a18bf9aaa57ea348dd1202b62def853c65f00623 0.0s done [2026-03-02T09:46:08.309Z] #7 exporting config sha256:1ab2896a116f2211013ad992bbe7fb6ebfbbc2684508637cd96eda3d3efed5bb done [2026-03-02T09:46:08.309Z] #7 exporting manifest sha256:2b7874d67c6037aa758b2dcfa63af90895f935261513a500fb159b20c4968813 done [2026-03-02T09:46:08.309Z] #7 exporting config sha256:40c7df54d3f36ba7532481ee0a3b8d33bfd149e5032aacd228d42428750541b7 done [2026-03-02T09:46:08.309Z] #7 exporting manifest list sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f [2026-03-02T09:46:08.309Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:08.309Z] #7 ... [2026-03-02T09:46:08.309Z] [2026-03-02T09:46:08.309Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:08.309Z] #8 DONE 0.0s [2026-03-02T09:46:08.309Z] [2026-03-02T09:46:08.309Z] #7 exporting to image [2026-03-02T09:46:08.309Z] #7 exporting manifest list sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f done [2026-03-02T09:46:08.309Z] #7 pushing layers 0.1s done [2026-03-02T09:46:08.309Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f [2026-03-02T09:46:08.568Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f 0.1s done [2026-03-02T09:46:08.568Z] #7 DONE 0.2s [2026-03-02T09:46:08.568Z] [2026-03-02T09:46:08.568Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:08.568Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:08.854Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2026-03-02T09:46:08.854Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2026-03-02T09:46:09.113Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:09.113Z] #1 transferring dockerfile: 162B done [2026-03-02T09:46:09.113Z] #1 DONE 0.0s [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-02T09:46:09.113Z] #2 DONE 0.0s [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-02T09:46:09.113Z] #3 DONE 0.0s [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] #4 [internal] load .dockerignore [2026-03-02T09:46:09.113Z] #4 transferring context: 2B done [2026-03-02T09:46:09.113Z] #4 DONE 0.0s [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:09.113Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:09.113Z] #5 CACHED [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:09.113Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:09.113Z] #6 CACHED [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] #7 exporting to image [2026-03-02T09:46:09.113Z] #7 exporting layers [2026-03-02T09:46:09.113Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:09.113Z] #7 exporting layers done [2026-03-02T09:46:09.113Z] #7 exporting manifest sha256:85aadab105f201aed9880e23a18bf9aaa57ea348dd1202b62def853c65f00623 done [2026-03-02T09:46:09.113Z] #7 exporting config sha256:1ab2896a116f2211013ad992bbe7fb6ebfbbc2684508637cd96eda3d3efed5bb done [2026-03-02T09:46:09.113Z] #7 exporting manifest sha256:2b7874d67c6037aa758b2dcfa63af90895f935261513a500fb159b20c4968813 done [2026-03-02T09:46:09.113Z] #7 exporting config sha256:40c7df54d3f36ba7532481ee0a3b8d33bfd149e5032aacd228d42428750541b7 done [2026-03-02T09:46:09.113Z] #7 exporting manifest list sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f done [2026-03-02T09:46:09.113Z] #7 pushing layers 0.0s done [2026-03-02T09:46:09.113Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f 0.1s done [2026-03-02T09:46:09.113Z] #7 DONE 0.1s [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:09.113Z] #8 DONE 0.0s [2026-03-02T09:46:09.113Z] [2026-03-02T09:46:09.113Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:09.113Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:09.403Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100' [2026-03-02T09:46:09.403Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100 --push - [2026-03-02T09:46:09.661Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:09.661Z] #1 transferring dockerfile: 169B done [2026-03-02T09:46:09.661Z] #1 DONE 0.0s [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100 [2026-03-02T09:46:09.661Z] #2 DONE 0.0s [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100 [2026-03-02T09:46:09.661Z] #3 DONE 0.0s [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] #4 [internal] load .dockerignore [2026-03-02T09:46:09.661Z] #4 transferring context: 2B done [2026-03-02T09:46:09.661Z] #4 DONE 0.0s [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:09.661Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:09.661Z] #5 CACHED [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:09.661Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:09.661Z] #6 CACHED [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] #7 exporting to image [2026-03-02T09:46:09.661Z] #7 exporting layers done [2026-03-02T09:46:09.661Z] #7 exporting manifest sha256:85aadab105f201aed9880e23a18bf9aaa57ea348dd1202b62def853c65f00623 done [2026-03-02T09:46:09.661Z] #7 exporting config sha256:1ab2896a116f2211013ad992bbe7fb6ebfbbc2684508637cd96eda3d3efed5bb done [2026-03-02T09:46:09.661Z] #7 exporting manifest sha256:2b7874d67c6037aa758b2dcfa63af90895f935261513a500fb159b20c4968813 done [2026-03-02T09:46:09.661Z] #7 exporting config sha256:40c7df54d3f36ba7532481ee0a3b8d33bfd149e5032aacd228d42428750541b7 [2026-03-02T09:46:09.661Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:09.661Z] #7 exporting config sha256:40c7df54d3f36ba7532481ee0a3b8d33bfd149e5032aacd228d42428750541b7 done [2026-03-02T09:46:09.661Z] #7 exporting manifest list sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f done [2026-03-02T09:46:09.661Z] #7 pushing layers 0.0s done [2026-03-02T09:46:09.661Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.100@sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f 0.1s done [2026-03-02T09:46:09.661Z] #7 DONE 0.1s [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:09.661Z] #8 DONE 0.0s [2026-03-02T09:46:09.661Z] [2026-03-02T09:46:09.661Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:09.661Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:09.950Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:09.950Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:09.950Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:09.950Z] #1 transferring dockerfile: 210B done [2026-03-02T09:46:09.950Z] #1 DONE 0.0s [2026-03-02T09:46:09.950Z] [2026-03-02T09:46:09.950Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:09.950Z] #2 DONE 0.0s [2026-03-02T09:46:09.950Z] [2026-03-02T09:46:09.950Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:09.950Z] #3 DONE 0.0s [2026-03-02T09:46:09.950Z] [2026-03-02T09:46:09.950Z] #4 [internal] load .dockerignore [2026-03-02T09:46:09.950Z] #4 transferring context: 2B done [2026-03-02T09:46:09.950Z] #4 DONE 0.0s [2026-03-02T09:46:09.950Z] [2026-03-02T09:46:09.950Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:09.950Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:10.210Z] #5 CACHED [2026-03-02T09:46:10.210Z] [2026-03-02T09:46:10.210Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:10.210Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:10.210Z] #6 CACHED [2026-03-02T09:46:10.210Z] [2026-03-02T09:46:10.210Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:10.210Z] #7 DONE 0.0s [2026-03-02T09:46:10.210Z] [2026-03-02T09:46:10.210Z] #8 exporting to image [2026-03-02T09:46:10.210Z] #8 exporting layers done [2026-03-02T09:46:10.210Z] #8 exporting manifest sha256:85aadab105f201aed9880e23a18bf9aaa57ea348dd1202b62def853c65f00623 done [2026-03-02T09:46:10.210Z] #8 exporting config sha256:1ab2896a116f2211013ad992bbe7fb6ebfbbc2684508637cd96eda3d3efed5bb done [2026-03-02T09:46:10.210Z] #8 exporting manifest sha256:2b7874d67c6037aa758b2dcfa63af90895f935261513a500fb159b20c4968813 done [2026-03-02T09:46:10.210Z] #8 exporting config sha256:40c7df54d3f36ba7532481ee0a3b8d33bfd149e5032aacd228d42428750541b7 done [2026-03-02T09:46:10.210Z] #8 exporting manifest list sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f done [2026-03-02T09:46:10.210Z] #8 pushing layers 0.0s done [2026-03-02T09:46:10.210Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f 0.1s done [2026-03-02T09:46:10.210Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:10.210Z] #8 DONE 0.1s [2026-03-02T09:46:10.210Z] [2026-03-02T09:46:10.210Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:10.210Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:10.508Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2026-03-02T09:46:10.508Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2026-03-02T09:46:10.508Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:10.508Z] #1 transferring dockerfile: 160B done [2026-03-02T09:46:10.508Z] #1 DONE 0.0s [2026-03-02T09:46:10.508Z] [2026-03-02T09:46:10.508Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-02T09:46:10.508Z] #2 DONE 0.0s [2026-03-02T09:46:10.508Z] [2026-03-02T09:46:10.508Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-02T09:46:10.508Z] #3 DONE 0.0s [2026-03-02T09:46:10.508Z] [2026-03-02T09:46:10.508Z] #4 [internal] load .dockerignore [2026-03-02T09:46:10.508Z] #4 transferring context: 2B done [2026-03-02T09:46:10.508Z] #4 DONE 0.0s [2026-03-02T09:46:10.508Z] [2026-03-02T09:46:10.508Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:10.508Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:10.508Z] #5 DONE 0.0s [2026-03-02T09:46:10.508Z] [2026-03-02T09:46:10.508Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:10.768Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd 0.0s done [2026-03-02T09:46:10.768Z] #6 CACHED [2026-03-02T09:46:10.768Z] [2026-03-02T09:46:10.768Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17e9313d6799c420f077a3fac39e5848f5b806babc1919a9c258a794253955bd [2026-03-02T09:46:10.768Z] #5 CACHED [2026-03-02T09:46:10.768Z] [2026-03-02T09:46:10.768Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:10.768Z] #7 DONE 0.0s [2026-03-02T09:46:10.768Z] [2026-03-02T09:46:10.768Z] #8 exporting to image [2026-03-02T09:46:10.768Z] #8 exporting layers done [2026-03-02T09:46:10.768Z] #8 exporting manifest sha256:85aadab105f201aed9880e23a18bf9aaa57ea348dd1202b62def853c65f00623 done [2026-03-02T09:46:10.768Z] #8 exporting config sha256:1ab2896a116f2211013ad992bbe7fb6ebfbbc2684508637cd96eda3d3efed5bb done [2026-03-02T09:46:10.768Z] #8 exporting manifest sha256:2b7874d67c6037aa758b2dcfa63af90895f935261513a500fb159b20c4968813 done [2026-03-02T09:46:10.768Z] #8 exporting config sha256:40c7df54d3f36ba7532481ee0a3b8d33bfd149e5032aacd228d42428750541b7 done [2026-03-02T09:46:10.768Z] #8 exporting manifest list sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f done [2026-03-02T09:46:10.768Z] #8 pushing layers 0.0s done [2026-03-02T09:46:10.768Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ec75f326dee045744269b269edeef105293e066fdba8cd74cc60d18679f7674f 0.1s done [2026-03-02T09:46:10.768Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:10.768Z] #8 DONE 0.1s [2026-03-02T09:46:10.768Z] [2026-03-02T09:46:10.768Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:10.768Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:11.058Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:11.058Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:11.058Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:11.058Z] #1 transferring dockerfile: 198B done [2026-03-02T09:46:11.058Z] #1 DONE 0.0s [2026-03-02T09:46:11.058Z] [2026-03-02T09:46:11.058Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:11.058Z] #2 DONE 0.0s [2026-03-02T09:46:11.058Z] [2026-03-02T09:46:11.058Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:11.058Z] #3 DONE 0.0s [2026-03-02T09:46:11.058Z] [2026-03-02T09:46:11.058Z] #4 [internal] load .dockerignore [2026-03-02T09:46:11.058Z] #4 transferring context: 2B done [2026-03-02T09:46:11.058Z] #4 DONE 0.0s [2026-03-02T09:46:11.316Z] [2026-03-02T09:46:11.316Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:11.316Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:11.316Z] #5 ... [2026-03-02T09:46:11.316Z] [2026-03-02T09:46:11.316Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:11.316Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:11.316Z] #6 DONE 0.1s [2026-03-02T09:46:11.316Z] [2026-03-02T09:46:11.316Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:11.316Z] #7 DONE 0.0s [2026-03-02T09:46:11.316Z] [2026-03-02T09:46:11.316Z] #8 exporting to image [2026-03-02T09:46:11.316Z] #8 exporting layers done [2026-03-02T09:46:11.316Z] #8 exporting manifest sha256:caa5a7f3918e0a79d5d9c761ac2142f384c956bdc520f4d8240d25ffaf69486b 0.0s done [2026-03-02T09:46:11.316Z] #8 exporting config sha256:93a6f207d81da5fdd4d876a81b8970eefd8fc752bd545cb81210ac9eaa44397d done [2026-03-02T09:46:11.316Z] #8 exporting manifest sha256:dcf92d78dfff11c3f7c12ebbc5604223ae18ed90b40190aa4fd536e42621844f 0.0s done [2026-03-02T09:46:11.316Z] #8 exporting config sha256:16bf0d59baad4d35091441033314cbb45aa5066630fa08a4d5a66a44a7e951c3 done [2026-03-02T09:46:11.316Z] #8 exporting manifest list sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc done [2026-03-02T09:46:11.316Z] #8 pushing layers 0.1s done [2026-03-02T09:46:11.316Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc 0.1s done [2026-03-02T09:46:11.316Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:11.316Z] #8 DONE 0.2s [2026-03-02T09:46:11.575Z] [2026-03-02T09:46:11.575Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:11.575Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:11.866Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2026-03-02T09:46:11.866Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2026-03-02T09:46:11.866Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:11.866Z] #1 transferring dockerfile: 164B done [2026-03-02T09:46:11.866Z] #1 DONE 0.0s [2026-03-02T09:46:11.866Z] [2026-03-02T09:46:11.866Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-02T09:46:11.866Z] #2 DONE 0.0s [2026-03-02T09:46:11.866Z] [2026-03-02T09:46:11.866Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-02T09:46:11.866Z] #3 DONE 0.0s [2026-03-02T09:46:11.866Z] [2026-03-02T09:46:11.866Z] #4 [internal] load .dockerignore [2026-03-02T09:46:11.866Z] #4 transferring context: 2B done [2026-03-02T09:46:11.866Z] #4 DONE 0.0s [2026-03-02T09:46:12.126Z] [2026-03-02T09:46:12.126Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:12.126Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:12.126Z] #5 CACHED [2026-03-02T09:46:12.126Z] [2026-03-02T09:46:12.126Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:12.126Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:12.126Z] #6 CACHED [2026-03-02T09:46:12.126Z] [2026-03-02T09:46:12.126Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:12.126Z] #7 DONE 0.0s [2026-03-02T09:46:12.126Z] [2026-03-02T09:46:12.126Z] #8 exporting to image [2026-03-02T09:46:12.126Z] #8 exporting layers done [2026-03-02T09:46:12.126Z] #8 exporting manifest sha256:caa5a7f3918e0a79d5d9c761ac2142f384c956bdc520f4d8240d25ffaf69486b done [2026-03-02T09:46:12.126Z] #8 exporting config sha256:93a6f207d81da5fdd4d876a81b8970eefd8fc752bd545cb81210ac9eaa44397d done [2026-03-02T09:46:12.126Z] #8 exporting manifest sha256:dcf92d78dfff11c3f7c12ebbc5604223ae18ed90b40190aa4fd536e42621844f done [2026-03-02T09:46:12.126Z] #8 exporting config sha256:16bf0d59baad4d35091441033314cbb45aa5066630fa08a4d5a66a44a7e951c3 done [2026-03-02T09:46:12.126Z] #8 exporting manifest list sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc done [2026-03-02T09:46:12.126Z] #8 pushing layers 0.0s done [2026-03-02T09:46:12.126Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc 0.1s done [2026-03-02T09:46:12.126Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:12.126Z] #8 DONE 0.1s [2026-03-02T09:46:12.126Z] [2026-03-02T09:46:12.126Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:12.126Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:12.414Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100 --push - [2026-03-02T09:46:12.414Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100' [2026-03-02T09:46:12.414Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:12.414Z] #1 transferring dockerfile: 171B done [2026-03-02T09:46:12.414Z] #1 DONE 0.0s [2026-03-02T09:46:12.414Z] [2026-03-02T09:46:12.414Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100 [2026-03-02T09:46:12.414Z] #2 DONE 0.0s [2026-03-02T09:46:12.414Z] [2026-03-02T09:46:12.414Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100 [2026-03-02T09:46:12.414Z] #3 DONE 0.0s [2026-03-02T09:46:12.414Z] [2026-03-02T09:46:12.414Z] #4 [internal] load .dockerignore [2026-03-02T09:46:12.414Z] #4 transferring context: 2B done [2026-03-02T09:46:12.414Z] #4 DONE 0.0s [2026-03-02T09:46:12.414Z] [2026-03-02T09:46:12.414Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:12.414Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:12.414Z] #5 CACHED [2026-03-02T09:46:12.414Z] [2026-03-02T09:46:12.414Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:12.414Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:12.414Z] #6 CACHED [2026-03-02T09:46:12.414Z] [2026-03-02T09:46:12.414Z] #7 exporting to image [2026-03-02T09:46:12.414Z] #7 exporting layers done [2026-03-02T09:46:12.414Z] #7 exporting manifest sha256:caa5a7f3918e0a79d5d9c761ac2142f384c956bdc520f4d8240d25ffaf69486b done [2026-03-02T09:46:12.414Z] #7 exporting config sha256:93a6f207d81da5fdd4d876a81b8970eefd8fc752bd545cb81210ac9eaa44397d done [2026-03-02T09:46:12.414Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:12.672Z] #7 exporting manifest sha256:dcf92d78dfff11c3f7c12ebbc5604223ae18ed90b40190aa4fd536e42621844f done [2026-03-02T09:46:12.672Z] #7 exporting config sha256:16bf0d59baad4d35091441033314cbb45aa5066630fa08a4d5a66a44a7e951c3 done [2026-03-02T09:46:12.672Z] #7 exporting manifest list sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc done [2026-03-02T09:46:12.672Z] #7 pushing layers 0.0s done [2026-03-02T09:46:12.672Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.100@sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc 0.1s done [2026-03-02T09:46:12.672Z] #7 DONE 0.1s [2026-03-02T09:46:12.672Z] [2026-03-02T09:46:12.672Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:12.672Z] #8 DONE 0.0s [2026-03-02T09:46:12.672Z] [2026-03-02T09:46:12.672Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:12.672Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:12.966Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:12.966Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:12.966Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:12.966Z] #1 transferring dockerfile: 212B done [2026-03-02T09:46:12.966Z] #1 DONE 0.0s [2026-03-02T09:46:12.966Z] [2026-03-02T09:46:12.966Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:12.966Z] #2 DONE 0.0s [2026-03-02T09:46:12.966Z] [2026-03-02T09:46:12.966Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:12.966Z] #3 DONE 0.0s [2026-03-02T09:46:12.966Z] [2026-03-02T09:46:12.966Z] #4 [internal] load .dockerignore [2026-03-02T09:46:12.966Z] #4 transferring context: 2B done [2026-03-02T09:46:12.966Z] #4 DONE 0.0s [2026-03-02T09:46:12.966Z] [2026-03-02T09:46:12.966Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:12.966Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:12.966Z] #5 CACHED [2026-03-02T09:46:12.966Z] [2026-03-02T09:46:12.966Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:13.225Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:13.225Z] #6 CACHED [2026-03-02T09:46:13.225Z] [2026-03-02T09:46:13.225Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:13.225Z] #7 DONE 0.0s [2026-03-02T09:46:13.225Z] [2026-03-02T09:46:13.225Z] #8 exporting to image [2026-03-02T09:46:13.225Z] #8 exporting layers done [2026-03-02T09:46:13.225Z] #8 exporting manifest sha256:caa5a7f3918e0a79d5d9c761ac2142f384c956bdc520f4d8240d25ffaf69486b done [2026-03-02T09:46:13.225Z] #8 exporting config sha256:93a6f207d81da5fdd4d876a81b8970eefd8fc752bd545cb81210ac9eaa44397d done [2026-03-02T09:46:13.225Z] #8 exporting manifest sha256:dcf92d78dfff11c3f7c12ebbc5604223ae18ed90b40190aa4fd536e42621844f done [2026-03-02T09:46:13.225Z] #8 exporting config sha256:16bf0d59baad4d35091441033314cbb45aa5066630fa08a4d5a66a44a7e951c3 done [2026-03-02T09:46:13.225Z] #8 exporting manifest list sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc done [2026-03-02T09:46:13.225Z] #8 pushing layers 0.0s done [2026-03-02T09:46:13.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc 0.1s done [2026-03-02T09:46:13.225Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:13.225Z] #8 DONE 0.1s [2026-03-02T09:46:13.225Z] [2026-03-02T09:46:13.225Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:13.225Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:13.512Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2026-03-02T09:46:13.512Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2026-03-02T09:46:13.772Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:13.772Z] #1 transferring dockerfile: 162B done [2026-03-02T09:46:13.772Z] #1 DONE 0.0s [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-02T09:46:13.772Z] #2 DONE 0.0s [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-02T09:46:13.772Z] #3 DONE 0.0s [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] #4 [internal] load .dockerignore [2026-03-02T09:46:13.772Z] #4 transferring context: 2B done [2026-03-02T09:46:13.772Z] #4 DONE 0.0s [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:13.772Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:13.772Z] #5 CACHED [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 [2026-03-02T09:46:13.772Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b9a137869657ef939f3f6b5fb3fe9f4933addfc27c045f9fcf4c7ff770b054b8 0.0s done [2026-03-02T09:46:13.772Z] #6 CACHED [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] #7 exporting to image [2026-03-02T09:46:13.772Z] #7 exporting layers done [2026-03-02T09:46:13.772Z] #7 exporting manifest sha256:caa5a7f3918e0a79d5d9c761ac2142f384c956bdc520f4d8240d25ffaf69486b done [2026-03-02T09:46:13.772Z] #7 exporting config sha256:93a6f207d81da5fdd4d876a81b8970eefd8fc752bd545cb81210ac9eaa44397d [2026-03-02T09:46:13.772Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:13.772Z] #7 exporting config sha256:93a6f207d81da5fdd4d876a81b8970eefd8fc752bd545cb81210ac9eaa44397d done [2026-03-02T09:46:13.772Z] #7 exporting manifest sha256:dcf92d78dfff11c3f7c12ebbc5604223ae18ed90b40190aa4fd536e42621844f done [2026-03-02T09:46:13.772Z] #7 exporting config sha256:16bf0d59baad4d35091441033314cbb45aa5066630fa08a4d5a66a44a7e951c3 done [2026-03-02T09:46:13.772Z] #7 exporting manifest list sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc done [2026-03-02T09:46:13.772Z] #7 pushing layers 0.0s done [2026-03-02T09:46:13.772Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:470157a511374f78066c34e9745188ca45145a1a65607a8da4b5de14706d5acc 0.1s done [2026-03-02T09:46:13.772Z] #7 DONE 0.1s [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:13.772Z] #8 DONE 0.0s [2026-03-02T09:46:13.772Z] [2026-03-02T09:46:13.772Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:13.772Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:14.057Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:14.057Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:14.057Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:14.057Z] #1 transferring dockerfile: 206B done [2026-03-02T09:46:14.057Z] #1 DONE 0.0s [2026-03-02T09:46:14.057Z] [2026-03-02T09:46:14.057Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:14.057Z] #2 DONE 0.0s [2026-03-02T09:46:14.057Z] [2026-03-02T09:46:14.057Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:14.057Z] #3 DONE 0.1s [2026-03-02T09:46:14.057Z] [2026-03-02T09:46:14.057Z] #4 [internal] load .dockerignore [2026-03-02T09:46:14.057Z] #4 transferring context: 2B done [2026-03-02T09:46:14.057Z] #4 DONE 0.0s [2026-03-02T09:46:14.320Z] [2026-03-02T09:46:14.320Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:14.320Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:14.320Z] #5 DONE 0.0s [2026-03-02T09:46:14.320Z] [2026-03-02T09:46:14.320Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:14.320Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:14.579Z] #6 DONE 0.2s [2026-03-02T09:46:14.579Z] [2026-03-02T09:46:14.579Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:14.579Z] #7 DONE 0.0s [2026-03-02T09:46:14.579Z] [2026-03-02T09:46:14.579Z] #8 exporting to image [2026-03-02T09:46:14.579Z] #8 exporting layers done [2026-03-02T09:46:14.579Z] #8 exporting manifest sha256:8373430cbe7fbb3abc61402c5197cdde6ebd000ba640d0e3d1aeddafb5f67462 0.0s done [2026-03-02T09:46:14.579Z] #8 exporting config sha256:e5f518976443255daea28b2b821adfe0101476d69d2248d72bbbfea5898529a6 done [2026-03-02T09:46:14.579Z] #8 exporting manifest sha256:e86923eda7b3b7a033568777fc2283086b4f25894d0e531146d55d0f9fa4e94d done [2026-03-02T09:46:14.579Z] #8 exporting config sha256:c18a5ddef44d56cde80fef7ed11f269c60c7d94a6bf21c3a5b163d9c64efe264 0.0s done [2026-03-02T09:46:14.579Z] #8 exporting manifest list sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c 0.0s done [2026-03-02T09:46:14.579Z] #8 pushing layers [2026-03-02T09:46:14.579Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:14.579Z] #8 pushing layers 0.1s done [2026-03-02T09:46:14.579Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c 0.1s done [2026-03-02T09:46:14.579Z] #8 DONE 0.2s [2026-03-02T09:46:14.579Z] [2026-03-02T09:46:14.579Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:14.579Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:14.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2026-03-02T09:46:14.871Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2026-03-02T09:46:14.871Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:14.871Z] #1 transferring dockerfile: 172B done [2026-03-02T09:46:14.871Z] #1 DONE 0.0s [2026-03-02T09:46:14.871Z] [2026-03-02T09:46:14.871Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-02T09:46:14.871Z] #2 DONE 0.0s [2026-03-02T09:46:14.871Z] [2026-03-02T09:46:14.871Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-02T09:46:14.871Z] #3 DONE 0.0s [2026-03-02T09:46:14.871Z] [2026-03-02T09:46:14.871Z] #4 [internal] load .dockerignore [2026-03-02T09:46:14.871Z] #4 transferring context: 2B done [2026-03-02T09:46:14.871Z] #4 DONE 0.0s [2026-03-02T09:46:14.871Z] [2026-03-02T09:46:14.871Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:14.871Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:14.871Z] #5 DONE 0.0s [2026-03-02T09:46:14.871Z] [2026-03-02T09:46:14.871Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:15.130Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:15.130Z] #6 CACHED [2026-03-02T09:46:15.130Z] [2026-03-02T09:46:15.130Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:15.130Z] #5 CACHED [2026-03-02T09:46:15.130Z] [2026-03-02T09:46:15.130Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:15.130Z] #7 DONE 0.0s [2026-03-02T09:46:15.130Z] [2026-03-02T09:46:15.130Z] #8 exporting to image [2026-03-02T09:46:15.130Z] #8 exporting layers done [2026-03-02T09:46:15.130Z] #8 exporting manifest sha256:8373430cbe7fbb3abc61402c5197cdde6ebd000ba640d0e3d1aeddafb5f67462 done [2026-03-02T09:46:15.130Z] #8 exporting config sha256:e5f518976443255daea28b2b821adfe0101476d69d2248d72bbbfea5898529a6 done [2026-03-02T09:46:15.130Z] #8 exporting manifest sha256:e86923eda7b3b7a033568777fc2283086b4f25894d0e531146d55d0f9fa4e94d done [2026-03-02T09:46:15.130Z] #8 exporting config sha256:c18a5ddef44d56cde80fef7ed11f269c60c7d94a6bf21c3a5b163d9c64efe264 done [2026-03-02T09:46:15.130Z] #8 exporting manifest list sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c done [2026-03-02T09:46:15.130Z] #8 pushing layers 0.0s done [2026-03-02T09:46:15.130Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c 0.1s done [2026-03-02T09:46:15.130Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:15.130Z] #8 DONE 0.1s [2026-03-02T09:46:15.130Z] [2026-03-02T09:46:15.130Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:15.130Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:15.416Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100' [2026-03-02T09:46:15.416Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100 --push - [2026-03-02T09:46:15.416Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:15.416Z] #1 transferring dockerfile: 179B done [2026-03-02T09:46:15.416Z] #1 DONE 0.0s [2026-03-02T09:46:15.416Z] [2026-03-02T09:46:15.416Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100 [2026-03-02T09:46:15.416Z] #2 DONE 0.0s [2026-03-02T09:46:15.416Z] [2026-03-02T09:46:15.416Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100 [2026-03-02T09:46:15.416Z] #3 DONE 0.0s [2026-03-02T09:46:15.416Z] [2026-03-02T09:46:15.416Z] #4 [internal] load .dockerignore [2026-03-02T09:46:15.416Z] #4 transferring context: 2B done [2026-03-02T09:46:15.416Z] #4 DONE 0.0s [2026-03-02T09:46:15.416Z] [2026-03-02T09:46:15.416Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:15.416Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:15.416Z] #5 CACHED [2026-03-02T09:46:15.416Z] [2026-03-02T09:46:15.416Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:15.416Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:15.416Z] #6 CACHED [2026-03-02T09:46:15.416Z] [2026-03-02T09:46:15.416Z] #7 exporting to image [2026-03-02T09:46:15.416Z] #7 exporting layers done [2026-03-02T09:46:15.416Z] #7 exporting manifest sha256:8373430cbe7fbb3abc61402c5197cdde6ebd000ba640d0e3d1aeddafb5f67462 done [2026-03-02T09:46:15.416Z] #7 exporting config sha256:e5f518976443255daea28b2b821adfe0101476d69d2248d72bbbfea5898529a6 done [2026-03-02T09:46:15.416Z] #7 exporting manifest sha256:e86923eda7b3b7a033568777fc2283086b4f25894d0e531146d55d0f9fa4e94d done [2026-03-02T09:46:15.416Z] #7 exporting config sha256:c18a5ddef44d56cde80fef7ed11f269c60c7d94a6bf21c3a5b163d9c64efe264 done [2026-03-02T09:46:15.416Z] #7 exporting manifest list sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c done [2026-03-02T09:46:15.416Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:15.674Z] #7 pushing layers 0.0s done [2026-03-02T09:46:15.674Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.100@sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c 0.1s done [2026-03-02T09:46:15.674Z] #7 DONE 0.1s [2026-03-02T09:46:15.674Z] [2026-03-02T09:46:15.674Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:15.674Z] #8 DONE 0.0s [2026-03-02T09:46:15.674Z] [2026-03-02T09:46:15.674Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:15.674Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:15.964Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:15.965Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:16.224Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:16.224Z] #1 transferring dockerfile: 220B done [2026-03-02T09:46:16.224Z] #1 DONE 0.0s [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:16.224Z] #2 DONE 0.0s [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:16.224Z] #3 DONE 0.0s [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] #4 [internal] load .dockerignore [2026-03-02T09:46:16.224Z] #4 transferring context: 2B done [2026-03-02T09:46:16.224Z] #4 DONE 0.0s [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:16.224Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:16.224Z] #5 CACHED [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:16.224Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:16.224Z] #6 CACHED [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] #7 exporting to image [2026-03-02T09:46:16.224Z] #7 exporting layers done [2026-03-02T09:46:16.224Z] #7 exporting manifest sha256:8373430cbe7fbb3abc61402c5197cdde6ebd000ba640d0e3d1aeddafb5f67462 done [2026-03-02T09:46:16.224Z] #7 exporting config sha256:e5f518976443255daea28b2b821adfe0101476d69d2248d72bbbfea5898529a6 done [2026-03-02T09:46:16.224Z] #7 exporting manifest sha256:e86923eda7b3b7a033568777fc2283086b4f25894d0e531146d55d0f9fa4e94d done [2026-03-02T09:46:16.224Z] #7 exporting config sha256:c18a5ddef44d56cde80fef7ed11f269c60c7d94a6bf21c3a5b163d9c64efe264 done [2026-03-02T09:46:16.224Z] #7 exporting manifest list sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c done [2026-03-02T09:46:16.224Z] #7 pushing layers [2026-03-02T09:46:16.224Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:16.224Z] #7 pushing layers 0.0s done [2026-03-02T09:46:16.224Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c 0.1s done [2026-03-02T09:46:16.224Z] #7 DONE 0.1s [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:16.224Z] #8 DONE 0.0s [2026-03-02T09:46:16.224Z] [2026-03-02T09:46:16.224Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:16.224Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:16.512Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2026-03-02T09:46:16.513Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2026-03-02T09:46:16.513Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:16.513Z] #1 transferring dockerfile: 170B done [2026-03-02T09:46:16.513Z] #1 DONE 0.0s [2026-03-02T09:46:16.513Z] [2026-03-02T09:46:16.513Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-02T09:46:16.513Z] #2 DONE 0.0s [2026-03-02T09:46:16.513Z] [2026-03-02T09:46:16.513Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-02T09:46:16.513Z] #3 DONE 0.0s [2026-03-02T09:46:16.513Z] [2026-03-02T09:46:16.513Z] #4 [internal] load .dockerignore [2026-03-02T09:46:16.513Z] #4 transferring context: 2B done [2026-03-02T09:46:16.513Z] #4 DONE 0.0s [2026-03-02T09:46:16.513Z] [2026-03-02T09:46:16.513Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:16.513Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:16.513Z] #5 CACHED [2026-03-02T09:46:16.513Z] [2026-03-02T09:46:16.513Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 [2026-03-02T09:46:16.513Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6a4249579fc0f16d9addc93d1cb60401eb65efae006fea0bf7b87299c90821d5 0.0s done [2026-03-02T09:46:16.513Z] #6 CACHED [2026-03-02T09:46:16.513Z] [2026-03-02T09:46:16.513Z] #7 exporting to image [2026-03-02T09:46:16.513Z] #7 exporting layers done [2026-03-02T09:46:16.513Z] #7 exporting manifest sha256:8373430cbe7fbb3abc61402c5197cdde6ebd000ba640d0e3d1aeddafb5f67462 done [2026-03-02T09:46:16.513Z] #7 exporting config sha256:e5f518976443255daea28b2b821adfe0101476d69d2248d72bbbfea5898529a6 done [2026-03-02T09:46:16.513Z] #7 exporting manifest sha256:e86923eda7b3b7a033568777fc2283086b4f25894d0e531146d55d0f9fa4e94d done [2026-03-02T09:46:16.513Z] #7 exporting config sha256:c18a5ddef44d56cde80fef7ed11f269c60c7d94a6bf21c3a5b163d9c64efe264 done [2026-03-02T09:46:16.513Z] #7 exporting manifest list sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c [2026-03-02T09:46:16.513Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:16.772Z] #7 exporting manifest list sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c done [2026-03-02T09:46:16.772Z] #7 pushing layers 0.0s done [2026-03-02T09:46:16.772Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:dd28c3a0cd6ea94ed0899b15f04855137d0647a2c029f270fd8727970ec3504c 0.1s done [2026-03-02T09:46:16.772Z] #7 DONE 0.1s [2026-03-02T09:46:16.772Z] [2026-03-02T09:46:16.772Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:16.772Z] #8 DONE 0.0s [2026-03-02T09:46:16.772Z] [2026-03-02T09:46:16.772Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:16.772Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:17.056Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:17.056Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:17.056Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:17.056Z] #1 transferring dockerfile: 204B done [2026-03-02T09:46:17.056Z] #1 DONE 0.0s [2026-03-02T09:46:17.056Z] [2026-03-02T09:46:17.056Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:17.056Z] #2 DONE 0.0s [2026-03-02T09:46:17.056Z] [2026-03-02T09:46:17.056Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:17.056Z] #3 DONE 0.1s [2026-03-02T09:46:17.056Z] [2026-03-02T09:46:17.056Z] #4 [internal] load .dockerignore [2026-03-02T09:46:17.056Z] #4 transferring context: 2B done [2026-03-02T09:46:17.056Z] #4 DONE 0.0s [2026-03-02T09:46:17.315Z] [2026-03-02T09:46:17.315Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:17.315Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:17.315Z] #5 ... [2026-03-02T09:46:17.315Z] [2026-03-02T09:46:17.315Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:17.315Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:17.315Z] #6 DONE 0.1s [2026-03-02T09:46:17.315Z] [2026-03-02T09:46:17.315Z] #7 exporting to image [2026-03-02T09:46:17.315Z] #7 exporting layers done [2026-03-02T09:46:17.315Z] #7 exporting manifest sha256:db403ced8e0dcf159069899640cafe5cb0777aa3610c005fe9dd4a68c659ebd3 done [2026-03-02T09:46:17.315Z] #7 exporting config sha256:e6bf60d8602580c70c5f888ff6747bf732c99bcb1309872e85428c978e666e98 done [2026-03-02T09:46:17.315Z] #7 exporting manifest sha256:af664a5f358ff4fbd334fde605b5711084cd0250d46066c0ae78cac50db71157 0.0s done [2026-03-02T09:46:17.315Z] #7 exporting config sha256:0e59b5e9e9fec0f88018f6bc94c40134c968cae39d2998f11b418996f68ccce9 [2026-03-02T09:46:17.315Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:17.315Z] #7 ... [2026-03-02T09:46:17.315Z] [2026-03-02T09:46:17.315Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:17.315Z] #8 DONE 0.0s [2026-03-02T09:46:17.315Z] [2026-03-02T09:46:17.315Z] #7 exporting to image [2026-03-02T09:46:17.315Z] #7 exporting config sha256:0e59b5e9e9fec0f88018f6bc94c40134c968cae39d2998f11b418996f68ccce9 done [2026-03-02T09:46:17.315Z] #7 exporting manifest list sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb 0.0s done [2026-03-02T09:46:17.315Z] #7 pushing layers 0.1s done [2026-03-02T09:46:17.315Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb [2026-03-02T09:46:17.574Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb 0.1s done [2026-03-02T09:46:17.574Z] #7 DONE 0.2s [2026-03-02T09:46:17.574Z] [2026-03-02T09:46:17.574Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:17.574Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:17.867Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2026-03-02T09:46:17.867Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2026-03-02T09:46:18.126Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:18.126Z] #1 transferring dockerfile: 170B done [2026-03-02T09:46:18.126Z] #1 DONE 0.0s [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-02T09:46:18.126Z] #2 DONE 0.0s [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-02T09:46:18.126Z] #3 DONE 0.0s [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] #4 [internal] load .dockerignore [2026-03-02T09:46:18.126Z] #4 transferring context: 2B done [2026-03-02T09:46:18.126Z] #4 DONE 0.0s [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:18.126Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:18.126Z] #5 CACHED [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:18.126Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:18.126Z] #6 CACHED [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:18.126Z] #7 DONE 0.0s [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] #8 exporting to image [2026-03-02T09:46:18.126Z] #8 exporting layers done [2026-03-02T09:46:18.126Z] #8 exporting manifest sha256:db403ced8e0dcf159069899640cafe5cb0777aa3610c005fe9dd4a68c659ebd3 done [2026-03-02T09:46:18.126Z] #8 exporting config sha256:e6bf60d8602580c70c5f888ff6747bf732c99bcb1309872e85428c978e666e98 done [2026-03-02T09:46:18.126Z] #8 exporting manifest sha256:af664a5f358ff4fbd334fde605b5711084cd0250d46066c0ae78cac50db71157 done [2026-03-02T09:46:18.126Z] #8 exporting config sha256:0e59b5e9e9fec0f88018f6bc94c40134c968cae39d2998f11b418996f68ccce9 done [2026-03-02T09:46:18.126Z] #8 exporting manifest list sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb done [2026-03-02T09:46:18.126Z] #8 pushing layers 0.0s done [2026-03-02T09:46:18.126Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb 0.1s done [2026-03-02T09:46:18.126Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:18.126Z] #8 DONE 0.1s [2026-03-02T09:46:18.126Z] [2026-03-02T09:46:18.126Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:18.126Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:18.420Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100' [2026-03-02T09:46:18.420Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100 --push - [2026-03-02T09:46:18.679Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:18.679Z] #1 transferring dockerfile: 177B done [2026-03-02T09:46:18.679Z] #1 DONE 0.0s [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100 [2026-03-02T09:46:18.679Z] #2 DONE 0.0s [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100 [2026-03-02T09:46:18.679Z] #3 DONE 0.0s [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #4 [internal] load .dockerignore [2026-03-02T09:46:18.679Z] #4 transferring context: 2B done [2026-03-02T09:46:18.679Z] #4 DONE 0.0s [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:18.679Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:18.679Z] #5 DONE 0.0s [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:18.679Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:18.679Z] #6 CACHED [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:18.679Z] #5 CACHED [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:18.679Z] #7 DONE 0.0s [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] #8 exporting to image [2026-03-02T09:46:18.679Z] #8 exporting layers done [2026-03-02T09:46:18.679Z] #8 exporting manifest sha256:db403ced8e0dcf159069899640cafe5cb0777aa3610c005fe9dd4a68c659ebd3 done [2026-03-02T09:46:18.679Z] #8 exporting config sha256:e6bf60d8602580c70c5f888ff6747bf732c99bcb1309872e85428c978e666e98 done [2026-03-02T09:46:18.679Z] #8 exporting manifest sha256:af664a5f358ff4fbd334fde605b5711084cd0250d46066c0ae78cac50db71157 done [2026-03-02T09:46:18.679Z] #8 exporting config sha256:0e59b5e9e9fec0f88018f6bc94c40134c968cae39d2998f11b418996f68ccce9 done [2026-03-02T09:46:18.679Z] #8 exporting manifest list sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb done [2026-03-02T09:46:18.679Z] #8 pushing layers 0.0s done [2026-03-02T09:46:18.679Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.100@sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb 0.1s done [2026-03-02T09:46:18.679Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:18.679Z] #8 DONE 0.1s [2026-03-02T09:46:18.679Z] [2026-03-02T09:46:18.679Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:18.679Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:18.976Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:18.977Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:18.977Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:18.977Z] #1 transferring dockerfile: 218B done [2026-03-02T09:46:18.977Z] #1 DONE 0.0s [2026-03-02T09:46:18.977Z] [2026-03-02T09:46:18.977Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:18.977Z] #2 DONE 0.0s [2026-03-02T09:46:18.977Z] [2026-03-02T09:46:18.977Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:18.977Z] #3 DONE 0.0s [2026-03-02T09:46:18.977Z] [2026-03-02T09:46:18.977Z] #4 [internal] load .dockerignore [2026-03-02T09:46:18.977Z] #4 transferring context: 2B done [2026-03-02T09:46:18.977Z] #4 DONE 0.0s [2026-03-02T09:46:18.977Z] [2026-03-02T09:46:18.977Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:18.977Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:18.977Z] #5 DONE 0.0s [2026-03-02T09:46:18.977Z] [2026-03-02T09:46:18.977Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:19.235Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:19.235Z] #6 CACHED [2026-03-02T09:46:19.235Z] [2026-03-02T09:46:19.235Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:19.235Z] #5 CACHED [2026-03-02T09:46:19.235Z] [2026-03-02T09:46:19.235Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:19.235Z] #7 DONE 0.0s [2026-03-02T09:46:19.235Z] [2026-03-02T09:46:19.235Z] #8 exporting to image [2026-03-02T09:46:19.235Z] #8 exporting layers done [2026-03-02T09:46:19.235Z] #8 exporting manifest sha256:db403ced8e0dcf159069899640cafe5cb0777aa3610c005fe9dd4a68c659ebd3 done [2026-03-02T09:46:19.235Z] #8 exporting config sha256:e6bf60d8602580c70c5f888ff6747bf732c99bcb1309872e85428c978e666e98 done [2026-03-02T09:46:19.235Z] #8 exporting manifest sha256:af664a5f358ff4fbd334fde605b5711084cd0250d46066c0ae78cac50db71157 done [2026-03-02T09:46:19.235Z] #8 exporting config sha256:0e59b5e9e9fec0f88018f6bc94c40134c968cae39d2998f11b418996f68ccce9 done [2026-03-02T09:46:19.235Z] #8 exporting manifest list sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb done [2026-03-02T09:46:19.235Z] #8 pushing layers 0.0s done [2026-03-02T09:46:19.235Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb 0.1s done [2026-03-02T09:46:19.235Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:19.235Z] #8 DONE 0.1s [2026-03-02T09:46:19.235Z] [2026-03-02T09:46:19.235Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:19.235Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:19.524Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2026-03-02T09:46:19.524Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2026-03-02T09:46:19.524Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:19.524Z] #1 transferring dockerfile: 168B done [2026-03-02T09:46:19.524Z] #1 DONE 0.0s [2026-03-02T09:46:19.524Z] [2026-03-02T09:46:19.524Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-02T09:46:19.524Z] #2 DONE 0.0s [2026-03-02T09:46:19.524Z] [2026-03-02T09:46:19.524Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-02T09:46:19.524Z] #3 DONE 0.0s [2026-03-02T09:46:19.524Z] [2026-03-02T09:46:19.524Z] #4 [internal] load .dockerignore [2026-03-02T09:46:19.524Z] #4 transferring context: 2B done [2026-03-02T09:46:19.524Z] #4 DONE 0.0s [2026-03-02T09:46:19.524Z] [2026-03-02T09:46:19.524Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:19.524Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:19.524Z] #5 DONE 0.0s [2026-03-02T09:46:19.524Z] [2026-03-02T09:46:19.524Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:19.787Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a 0.0s done [2026-03-02T09:46:19.787Z] #6 CACHED [2026-03-02T09:46:19.787Z] [2026-03-02T09:46:19.787Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:3f5d5622cde7ca2ae757708d34d8e5ac9716b19c1c582526306e582367cdd84a [2026-03-02T09:46:19.787Z] #5 CACHED [2026-03-02T09:46:19.787Z] [2026-03-02T09:46:19.787Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:19.787Z] #7 DONE 0.0s [2026-03-02T09:46:19.787Z] [2026-03-02T09:46:19.787Z] #8 exporting to image [2026-03-02T09:46:19.787Z] #8 exporting layers done [2026-03-02T09:46:19.787Z] #8 exporting manifest sha256:db403ced8e0dcf159069899640cafe5cb0777aa3610c005fe9dd4a68c659ebd3 done [2026-03-02T09:46:19.787Z] #8 exporting config sha256:e6bf60d8602580c70c5f888ff6747bf732c99bcb1309872e85428c978e666e98 done [2026-03-02T09:46:19.787Z] #8 exporting manifest sha256:af664a5f358ff4fbd334fde605b5711084cd0250d46066c0ae78cac50db71157 done [2026-03-02T09:46:19.787Z] #8 exporting config sha256:0e59b5e9e9fec0f88018f6bc94c40134c968cae39d2998f11b418996f68ccce9 done [2026-03-02T09:46:19.787Z] #8 exporting manifest list sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb done [2026-03-02T09:46:19.787Z] #8 pushing layers 0.0s done [2026-03-02T09:46:19.787Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:51853633ab31cc77367a0dbc4dfe51f3e19ee8951eb01c55c4432111f9a833cb 0.1s done [2026-03-02T09:46:19.787Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:19.787Z] #8 DONE 0.1s [2026-03-02T09:46:19.787Z] [2026-03-02T09:46:19.787Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:19.787Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:20.076Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:20.076Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:20.076Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:20.076Z] #1 transferring dockerfile: 205B done [2026-03-02T09:46:20.076Z] #1 DONE 0.0s [2026-03-02T09:46:20.076Z] [2026-03-02T09:46:20.076Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:20.076Z] #2 DONE 0.0s [2026-03-02T09:46:20.076Z] [2026-03-02T09:46:20.076Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:20.076Z] #3 DONE 0.0s [2026-03-02T09:46:20.076Z] [2026-03-02T09:46:20.076Z] #4 [internal] load .dockerignore [2026-03-02T09:46:20.076Z] #4 transferring context: 2B done [2026-03-02T09:46:20.076Z] #4 DONE 0.0s [2026-03-02T09:46:20.076Z] [2026-03-02T09:46:20.076Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:20.076Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:20.336Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:20.336Z] #5 DONE 0.0s [2026-03-02T09:46:20.336Z] [2026-03-02T09:46:20.336Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:20.336Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:20.336Z] #6 DONE 0.1s [2026-03-02T09:46:20.336Z] [2026-03-02T09:46:20.336Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:20.336Z] #7 DONE 0.0s [2026-03-02T09:46:20.336Z] [2026-03-02T09:46:20.336Z] #8 exporting to image [2026-03-02T09:46:20.336Z] #8 exporting layers done [2026-03-02T09:46:20.336Z] #8 exporting manifest sha256:f4409b012cdcbca1f623bf66dab68e2028a6a2617b1382a8f6892ce4429ee742 0.0s done [2026-03-02T09:46:20.336Z] #8 exporting config sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 done [2026-03-02T09:46:20.336Z] #8 exporting manifest sha256:9e282ce3965091a295cf7c00f548e9c452e9908472cb666496ca110010170002 done [2026-03-02T09:46:20.336Z] #8 exporting config sha256:ec00129afd12dcd8086b6adb3cbbaf8833963117ed1ed725a37677f6ea8a7499 done [2026-03-02T09:46:20.336Z] #8 exporting manifest list sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 done [2026-03-02T09:46:20.336Z] #8 pushing layers 0.1s done [2026-03-02T09:46:20.336Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 [2026-03-02T09:46:20.336Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:20.595Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 0.1s done [2026-03-02T09:46:20.595Z] #8 DONE 0.2s [2026-03-02T09:46:20.595Z] [2026-03-02T09:46:20.595Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:20.595Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:20.882Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2026-03-02T09:46:20.882Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2026-03-02T09:46:21.183Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:21.183Z] #1 transferring dockerfile: 171B done [2026-03-02T09:46:21.183Z] #1 DONE 0.0s [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-02T09:46:21.183Z] #2 DONE 0.0s [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-02T09:46:21.183Z] #3 DONE 0.0s [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] #4 [internal] load .dockerignore [2026-03-02T09:46:21.183Z] #4 transferring context: 2B done [2026-03-02T09:46:21.183Z] #4 DONE 0.0s [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:21.183Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc done [2026-03-02T09:46:21.183Z] #5 CACHED [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:21.183Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:21.183Z] #6 CACHED [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] #7 exporting to image [2026-03-02T09:46:21.183Z] #7 exporting layers done [2026-03-02T09:46:21.183Z] #7 exporting manifest sha256:f4409b012cdcbca1f623bf66dab68e2028a6a2617b1382a8f6892ce4429ee742 done [2026-03-02T09:46:21.183Z] #7 exporting config sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 [2026-03-02T09:46:21.183Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:21.183Z] #7 exporting config sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 done [2026-03-02T09:46:21.183Z] #7 exporting manifest sha256:9e282ce3965091a295cf7c00f548e9c452e9908472cb666496ca110010170002 done [2026-03-02T09:46:21.183Z] #7 exporting config sha256:ec00129afd12dcd8086b6adb3cbbaf8833963117ed1ed725a37677f6ea8a7499 done [2026-03-02T09:46:21.183Z] #7 exporting manifest list sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 done [2026-03-02T09:46:21.183Z] #7 pushing layers 0.0s done [2026-03-02T09:46:21.183Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 0.1s done [2026-03-02T09:46:21.183Z] #7 DONE 0.1s [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:21.183Z] #8 DONE 0.0s [2026-03-02T09:46:21.183Z] [2026-03-02T09:46:21.183Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:21.183Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:21.466Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100' [2026-03-02T09:46:21.466Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100 --push - [2026-03-02T09:46:21.730Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:21.730Z] #1 transferring dockerfile: 178B done [2026-03-02T09:46:21.730Z] #1 DONE 0.0s [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100 [2026-03-02T09:46:21.730Z] #2 DONE 0.0s [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100 [2026-03-02T09:46:21.730Z] #3 DONE 0.0s [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] #4 [internal] load .dockerignore [2026-03-02T09:46:21.730Z] #4 transferring context: 2B done [2026-03-02T09:46:21.730Z] #4 DONE 0.0s [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:21.730Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:21.730Z] #5 CACHED [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:21.730Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:21.730Z] #6 CACHED [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] #7 exporting to image [2026-03-02T09:46:21.730Z] #7 exporting layers done [2026-03-02T09:46:21.730Z] #7 exporting manifest sha256:f4409b012cdcbca1f623bf66dab68e2028a6a2617b1382a8f6892ce4429ee742 done [2026-03-02T09:46:21.730Z] #7 exporting config sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 [2026-03-02T09:46:21.730Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:21.730Z] #7 exporting config sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 done [2026-03-02T09:46:21.730Z] #7 exporting manifest sha256:9e282ce3965091a295cf7c00f548e9c452e9908472cb666496ca110010170002 done [2026-03-02T09:46:21.730Z] #7 exporting config sha256:ec00129afd12dcd8086b6adb3cbbaf8833963117ed1ed725a37677f6ea8a7499 done [2026-03-02T09:46:21.730Z] #7 exporting manifest list sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 done [2026-03-02T09:46:21.730Z] #7 pushing layers 0.0s done [2026-03-02T09:46:21.730Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.100@sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 0.1s done [2026-03-02T09:46:21.730Z] #7 DONE 0.1s [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:21.730Z] #8 DONE 0.0s [2026-03-02T09:46:21.730Z] [2026-03-02T09:46:21.730Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:21.730Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:22.023Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:22.023Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:22.023Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:22.023Z] #1 transferring dockerfile: 219B done [2026-03-02T09:46:22.023Z] #1 DONE 0.0s [2026-03-02T09:46:22.023Z] [2026-03-02T09:46:22.023Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:22.023Z] #2 DONE 0.0s [2026-03-02T09:46:22.023Z] [2026-03-02T09:46:22.023Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:22.023Z] #3 DONE 0.0s [2026-03-02T09:46:22.023Z] [2026-03-02T09:46:22.023Z] #4 [internal] load .dockerignore [2026-03-02T09:46:22.023Z] #4 transferring context: 2B done [2026-03-02T09:46:22.023Z] #4 DONE 0.0s [2026-03-02T09:46:22.023Z] [2026-03-02T09:46:22.023Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:22.023Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:22.023Z] #5 CACHED [2026-03-02T09:46:22.023Z] [2026-03-02T09:46:22.023Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:22.023Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:22.287Z] #6 CACHED [2026-03-02T09:46:22.287Z] [2026-03-02T09:46:22.287Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:22.287Z] #7 DONE 0.0s [2026-03-02T09:46:22.287Z] [2026-03-02T09:46:22.287Z] #8 exporting to image [2026-03-02T09:46:22.287Z] #8 exporting layers done [2026-03-02T09:46:22.287Z] #8 exporting manifest sha256:f4409b012cdcbca1f623bf66dab68e2028a6a2617b1382a8f6892ce4429ee742 done [2026-03-02T09:46:22.287Z] #8 exporting config sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 done [2026-03-02T09:46:22.287Z] #8 exporting manifest sha256:9e282ce3965091a295cf7c00f548e9c452e9908472cb666496ca110010170002 done [2026-03-02T09:46:22.287Z] #8 exporting config sha256:ec00129afd12dcd8086b6adb3cbbaf8833963117ed1ed725a37677f6ea8a7499 done [2026-03-02T09:46:22.287Z] #8 exporting manifest list sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 done [2026-03-02T09:46:22.287Z] #8 pushing layers 0.0s done [2026-03-02T09:46:22.287Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 0.1s done [2026-03-02T09:46:22.287Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:22.287Z] #8 DONE 0.1s [2026-03-02T09:46:22.287Z] [2026-03-02T09:46:22.287Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:22.287Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:22.645Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2026-03-02T09:46:22.645Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2026-03-02T09:46:22.645Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:22.645Z] #1 transferring dockerfile: 169B done [2026-03-02T09:46:22.645Z] #1 DONE 0.0s [2026-03-02T09:46:22.645Z] [2026-03-02T09:46:22.645Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-02T09:46:22.645Z] #2 DONE 0.0s [2026-03-02T09:46:22.645Z] [2026-03-02T09:46:22.645Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-02T09:46:22.645Z] #3 DONE 0.0s [2026-03-02T09:46:22.645Z] [2026-03-02T09:46:22.645Z] #4 [internal] load .dockerignore [2026-03-02T09:46:22.645Z] #4 transferring context: 2B done [2026-03-02T09:46:22.645Z] #4 DONE 0.0s [2026-03-02T09:46:22.645Z] [2026-03-02T09:46:22.646Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:22.646Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:22.646Z] #5 CACHED [2026-03-02T09:46:22.646Z] [2026-03-02T09:46:22.646Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc [2026-03-02T09:46:22.646Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:436985757a1fc7a9233926dd488046c586a00e81b5be94283573da6f9b4de8bc 0.0s done [2026-03-02T09:46:22.646Z] #6 CACHED [2026-03-02T09:46:22.646Z] [2026-03-02T09:46:22.646Z] #7 exporting to image [2026-03-02T09:46:22.646Z] #7 exporting layers done [2026-03-02T09:46:22.646Z] #7 exporting manifest sha256:f4409b012cdcbca1f623bf66dab68e2028a6a2617b1382a8f6892ce4429ee742 done [2026-03-02T09:46:22.646Z] #7 exporting config sha256:d9508f62bd3d9d8613aeafdb4676fb7719a9edcb6a26c89c0e791f79ba8d3182 done [2026-03-02T09:46:22.646Z] #7 exporting manifest sha256:9e282ce3965091a295cf7c00f548e9c452e9908472cb666496ca110010170002 done [2026-03-02T09:46:22.646Z] #7 exporting config sha256:ec00129afd12dcd8086b6adb3cbbaf8833963117ed1ed725a37677f6ea8a7499 [2026-03-02T09:46:22.646Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:22.903Z] #7 exporting config sha256:ec00129afd12dcd8086b6adb3cbbaf8833963117ed1ed725a37677f6ea8a7499 done [2026-03-02T09:46:22.903Z] #7 exporting manifest list sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 done [2026-03-02T09:46:22.903Z] #7 pushing layers 0.0s done [2026-03-02T09:46:22.903Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0cb6b67967b0de943463130a4cb2f626cba794a8832e490f5435cab9559cf949 0.1s done [2026-03-02T09:46:22.903Z] #7 DONE 0.1s [2026-03-02T09:46:22.903Z] [2026-03-02T09:46:22.903Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:22.903Z] #8 DONE 0.0s [2026-03-02T09:46:22.903Z] [2026-03-02T09:46:22.903Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:22.903Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:23.204Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:23.205Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:23.205Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:23.205Z] #1 transferring dockerfile: 211B done [2026-03-02T09:46:23.205Z] #1 DONE 0.0s [2026-03-02T09:46:23.205Z] [2026-03-02T09:46:23.205Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:23.205Z] #2 DONE 0.0s [2026-03-02T09:46:23.205Z] [2026-03-02T09:46:23.205Z] #3 [internal] load .dockerignore [2026-03-02T09:46:23.205Z] #3 transferring context: 2B done [2026-03-02T09:46:23.205Z] #3 DONE 0.0s [2026-03-02T09:46:23.205Z] [2026-03-02T09:46:23.205Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:23.205Z] #4 DONE 0.1s [2026-03-02T09:46:23.469Z] [2026-03-02T09:46:23.469Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:23.469Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:23.469Z] #5 DONE 0.0s [2026-03-02T09:46:23.469Z] [2026-03-02T09:46:23.469Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:23.469Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:23.469Z] #6 DONE 0.1s [2026-03-02T09:46:23.729Z] [2026-03-02T09:46:23.729Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:23.729Z] #7 DONE 0.0s [2026-03-02T09:46:23.729Z] [2026-03-02T09:46:23.729Z] #8 exporting to image [2026-03-02T09:46:23.729Z] #8 exporting layers done [2026-03-02T09:46:23.729Z] #8 exporting manifest sha256:b2e73d5ef0fda4ead4df0b3d9aab32ab1047316add238639581bcef1a14dfb95 done [2026-03-02T09:46:23.729Z] #8 exporting config sha256:1f125d7cb056bbc00989e69979e8069375c8a4f3970ff1a1a580043aff897ee2 done [2026-03-02T09:46:23.729Z] #8 exporting manifest sha256:d2fe22ff36c524b8b75896320f7e0eb8df15032edbc134fbbc8527202318fad8 done [2026-03-02T09:46:23.729Z] #8 exporting config sha256:7ad0b7dcd2545e30ccae3fbb1754c958c6693fcb4fb3376c575b01d1dc9fe05b done [2026-03-02T09:46:23.729Z] #8 exporting manifest list sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 done [2026-03-02T09:46:23.729Z] #8 pushing layers 0.1s done [2026-03-02T09:46:23.729Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 [2026-03-02T09:46:23.729Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:23.729Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 0.1s done [2026-03-02T09:46:23.729Z] #8 DONE 0.2s [2026-03-02T09:46:23.729Z] [2026-03-02T09:46:23.729Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:23.729Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:24.017Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2026-03-02T09:46:24.018Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2026-03-02T09:46:24.278Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:24.278Z] #1 transferring dockerfile: 177B done [2026-03-02T09:46:24.278Z] #1 DONE 0.0s [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-02T09:46:24.278Z] #2 DONE 0.0s [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-02T09:46:24.278Z] #3 DONE 0.0s [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] #4 [internal] load .dockerignore [2026-03-02T09:46:24.278Z] #4 transferring context: 2B done [2026-03-02T09:46:24.278Z] #4 DONE 0.0s [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:24.278Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:24.278Z] #5 CACHED [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:24.278Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:24.278Z] #6 CACHED [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] #7 exporting to image [2026-03-02T09:46:24.278Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:24.278Z] #7 exporting layers done [2026-03-02T09:46:24.278Z] #7 exporting manifest sha256:b2e73d5ef0fda4ead4df0b3d9aab32ab1047316add238639581bcef1a14dfb95 done [2026-03-02T09:46:24.278Z] #7 exporting config sha256:1f125d7cb056bbc00989e69979e8069375c8a4f3970ff1a1a580043aff897ee2 done [2026-03-02T09:46:24.278Z] #7 exporting manifest sha256:d2fe22ff36c524b8b75896320f7e0eb8df15032edbc134fbbc8527202318fad8 done [2026-03-02T09:46:24.278Z] #7 exporting config sha256:7ad0b7dcd2545e30ccae3fbb1754c958c6693fcb4fb3376c575b01d1dc9fe05b done [2026-03-02T09:46:24.278Z] #7 exporting manifest list sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 done [2026-03-02T09:46:24.278Z] #7 pushing layers 0.0s done [2026-03-02T09:46:24.278Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 0.1s done [2026-03-02T09:46:24.278Z] #7 DONE 0.1s [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:24.278Z] #8 DONE 0.0s [2026-03-02T09:46:24.278Z] [2026-03-02T09:46:24.278Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:24.278Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:24.626Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100' [2026-03-02T09:46:24.626Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100 --push - [2026-03-02T09:46:24.626Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:24.626Z] #1 transferring dockerfile: 184B done [2026-03-02T09:46:24.626Z] #1 DONE 0.0s [2026-03-02T09:46:24.626Z] [2026-03-02T09:46:24.626Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100 [2026-03-02T09:46:24.626Z] #2 DONE 0.0s [2026-03-02T09:46:24.626Z] [2026-03-02T09:46:24.626Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100 [2026-03-02T09:46:24.626Z] #3 DONE 0.0s [2026-03-02T09:46:24.626Z] [2026-03-02T09:46:24.626Z] #4 [internal] load .dockerignore [2026-03-02T09:46:24.626Z] #4 transferring context: 2B done [2026-03-02T09:46:24.626Z] #4 DONE 0.0s [2026-03-02T09:46:24.626Z] [2026-03-02T09:46:24.626Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:24.626Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:24.626Z] #5 CACHED [2026-03-02T09:46:24.626Z] [2026-03-02T09:46:24.626Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:24.626Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:24.626Z] #6 CACHED [2026-03-02T09:46:24.626Z] [2026-03-02T09:46:24.626Z] #7 exporting to image [2026-03-02T09:46:24.626Z] #7 exporting layers done [2026-03-02T09:46:24.626Z] #7 exporting manifest sha256:b2e73d5ef0fda4ead4df0b3d9aab32ab1047316add238639581bcef1a14dfb95 done [2026-03-02T09:46:24.626Z] #7 exporting config sha256:1f125d7cb056bbc00989e69979e8069375c8a4f3970ff1a1a580043aff897ee2 [2026-03-02T09:46:24.626Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:24.901Z] #7 exporting config sha256:1f125d7cb056bbc00989e69979e8069375c8a4f3970ff1a1a580043aff897ee2 done [2026-03-02T09:46:24.901Z] #7 exporting manifest sha256:d2fe22ff36c524b8b75896320f7e0eb8df15032edbc134fbbc8527202318fad8 done [2026-03-02T09:46:24.901Z] #7 exporting config sha256:7ad0b7dcd2545e30ccae3fbb1754c958c6693fcb4fb3376c575b01d1dc9fe05b done [2026-03-02T09:46:24.901Z] #7 exporting manifest list sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 done [2026-03-02T09:46:24.901Z] #7 pushing layers 0.0s done [2026-03-02T09:46:24.901Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.100@sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 0.1s done [2026-03-02T09:46:24.901Z] #7 DONE 0.1s [2026-03-02T09:46:24.901Z] [2026-03-02T09:46:24.901Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:24.901Z] #8 DONE 0.0s [2026-03-02T09:46:24.901Z] [2026-03-02T09:46:24.901Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:24.901Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:25.192Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:25.192Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:25.454Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:25.454Z] #1 transferring dockerfile: 225B done [2026-03-02T09:46:25.454Z] #1 DONE 0.0s [2026-03-02T09:46:25.454Z] [2026-03-02T09:46:25.454Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:25.454Z] #2 DONE 0.0s [2026-03-02T09:46:25.454Z] [2026-03-02T09:46:25.454Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:25.454Z] #3 DONE 0.0s [2026-03-02T09:46:25.454Z] [2026-03-02T09:46:25.454Z] #4 [internal] load .dockerignore [2026-03-02T09:46:25.454Z] #4 transferring context: 2B done [2026-03-02T09:46:25.454Z] #4 DONE 0.0s [2026-03-02T09:46:25.454Z] [2026-03-02T09:46:25.454Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:25.454Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:25.455Z] #5 CACHED [2026-03-02T09:46:25.455Z] [2026-03-02T09:46:25.455Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:25.455Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:25.455Z] #6 CACHED [2026-03-02T09:46:25.455Z] [2026-03-02T09:46:25.455Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:25.455Z] #7 DONE 0.0s [2026-03-02T09:46:25.455Z] [2026-03-02T09:46:25.455Z] #8 exporting to image [2026-03-02T09:46:25.455Z] #8 exporting layers done [2026-03-02T09:46:25.455Z] #8 exporting manifest sha256:b2e73d5ef0fda4ead4df0b3d9aab32ab1047316add238639581bcef1a14dfb95 done [2026-03-02T09:46:25.455Z] #8 exporting config sha256:1f125d7cb056bbc00989e69979e8069375c8a4f3970ff1a1a580043aff897ee2 done [2026-03-02T09:46:25.455Z] #8 exporting manifest sha256:d2fe22ff36c524b8b75896320f7e0eb8df15032edbc134fbbc8527202318fad8 done [2026-03-02T09:46:25.455Z] #8 exporting config sha256:7ad0b7dcd2545e30ccae3fbb1754c958c6693fcb4fb3376c575b01d1dc9fe05b done [2026-03-02T09:46:25.455Z] #8 exporting manifest list sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 done [2026-03-02T09:46:25.455Z] #8 pushing layers 0.0s done [2026-03-02T09:46:25.455Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 0.1s done [2026-03-02T09:46:25.455Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:25.455Z] #8 DONE 0.1s [2026-03-02T09:46:25.455Z] [2026-03-02T09:46:25.455Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:25.455Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:25.743Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2026-03-02T09:46:25.743Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2026-03-02T09:46:26.005Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:26.005Z] #1 transferring dockerfile: 175B done [2026-03-02T09:46:26.005Z] #1 DONE 0.0s [2026-03-02T09:46:26.005Z] [2026-03-02T09:46:26.005Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-02T09:46:26.005Z] #2 DONE 0.0s [2026-03-02T09:46:26.005Z] [2026-03-02T09:46:26.005Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-02T09:46:26.005Z] #3 DONE 0.0s [2026-03-02T09:46:26.005Z] [2026-03-02T09:46:26.006Z] #4 [internal] load .dockerignore [2026-03-02T09:46:26.006Z] #4 transferring context: 2B done [2026-03-02T09:46:26.006Z] #4 DONE 0.0s [2026-03-02T09:46:26.006Z] [2026-03-02T09:46:26.006Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:26.006Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:26.006Z] #5 CACHED [2026-03-02T09:46:26.006Z] [2026-03-02T09:46:26.006Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 [2026-03-02T09:46:26.006Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbcce5f2d410fc64c37af6615320067b84d0e8e1c40ee4f9f61ce64369c1c3 0.0s done [2026-03-02T09:46:26.006Z] #6 CACHED [2026-03-02T09:46:26.006Z] [2026-03-02T09:46:26.006Z] #7 exporting to image [2026-03-02T09:46:26.006Z] #7 exporting layers done [2026-03-02T09:46:26.006Z] #7 exporting manifest sha256:b2e73d5ef0fda4ead4df0b3d9aab32ab1047316add238639581bcef1a14dfb95 done [2026-03-02T09:46:26.006Z] #7 exporting config sha256:1f125d7cb056bbc00989e69979e8069375c8a4f3970ff1a1a580043aff897ee2 done [2026-03-02T09:46:26.006Z] #7 exporting manifest sha256:d2fe22ff36c524b8b75896320f7e0eb8df15032edbc134fbbc8527202318fad8 done [2026-03-02T09:46:26.006Z] #7 exporting config sha256:7ad0b7dcd2545e30ccae3fbb1754c958c6693fcb4fb3376c575b01d1dc9fe05b done [2026-03-02T09:46:26.006Z] #7 exporting manifest list sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 done [2026-03-02T09:46:26.006Z] #7 pushing layers [2026-03-02T09:46:26.006Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:26.006Z] #7 pushing layers 0.0s done [2026-03-02T09:46:26.006Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7adb7aeb3adfe5303f237c81f188a92fc4cec2ce636b1623f50118a89f9f52e6 0.1s done [2026-03-02T09:46:26.006Z] #7 DONE 0.1s [2026-03-02T09:46:26.006Z] [2026-03-02T09:46:26.006Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:26.006Z] #8 DONE 0.0s [2026-03-02T09:46:26.006Z] [2026-03-02T09:46:26.006Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:26.006Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:26.298Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:26.298Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:26.558Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:26.558Z] #1 transferring dockerfile: 215B done [2026-03-02T09:46:26.558Z] #1 DONE 0.0s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:26.558Z] #2 DONE 0.0s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:26.558Z] #3 DONE 0.0s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #4 [internal] load .dockerignore [2026-03-02T09:46:26.558Z] #4 transferring context: 2B done [2026-03-02T09:46:26.558Z] #4 DONE 0.0s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:26.558Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:26.558Z] #5 DONE 0.0s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:26.558Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:26.558Z] #6 DONE 0.0s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:26.558Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:26.558Z] #5 DONE 0.1s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #7 exporting to image [2026-03-02T09:46:26.558Z] #7 exporting layers done [2026-03-02T09:46:26.558Z] #7 exporting manifest sha256:2b8729733d2f85f44b331ca1716fbc6457f2fa2d701f0b6546c3dbd626866c1d 0.0s done [2026-03-02T09:46:26.558Z] #7 exporting config sha256:aeffe750c19ccf810cea8ff7f0561a6e2712b184716ebf928bd9698905bd552a done [2026-03-02T09:46:26.558Z] #7 exporting manifest sha256:c227b409f7e983426d59378d49ff10b8154b97068bb4f1b0c545929b771db75e done [2026-03-02T09:46:26.558Z] #7 exporting config sha256:c7cbface033ce8285c332cb9cf67bd4234f1d208dbf11dc57e598a2ee5869fde done [2026-03-02T09:46:26.558Z] #7 exporting manifest list sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e [2026-03-02T09:46:26.558Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:26.558Z] #7 ... [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:26.558Z] #8 DONE 0.0s [2026-03-02T09:46:26.558Z] [2026-03-02T09:46:26.558Z] #7 exporting to image [2026-03-02T09:46:26.558Z] #7 exporting manifest list sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e 0.0s done [2026-03-02T09:46:26.558Z] #7 pushing layers 0.1s done [2026-03-02T09:46:26.558Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e [2026-03-02T09:46:26.817Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e 0.1s done [2026-03-02T09:46:26.817Z] #7 DONE 0.2s [2026-03-02T09:46:26.817Z] [2026-03-02T09:46:26.817Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:26.818Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:27.103Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2026-03-02T09:46:27.104Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2026-03-02T09:46:27.104Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:27.104Z] #1 transferring dockerfile: 181B done [2026-03-02T09:46:27.104Z] #1 DONE 0.0s [2026-03-02T09:46:27.104Z] [2026-03-02T09:46:27.104Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-02T09:46:27.104Z] #2 DONE 0.0s [2026-03-02T09:46:27.104Z] [2026-03-02T09:46:27.104Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-02T09:46:27.104Z] #3 DONE 0.0s [2026-03-02T09:46:27.104Z] [2026-03-02T09:46:27.104Z] #4 [internal] load .dockerignore [2026-03-02T09:46:27.104Z] #4 transferring context: 2B done [2026-03-02T09:46:27.104Z] #4 DONE 0.0s [2026-03-02T09:46:27.104Z] [2026-03-02T09:46:27.104Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:27.104Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:27.104Z] #5 CACHED [2026-03-02T09:46:27.104Z] [2026-03-02T09:46:27.104Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:27.364Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:27.364Z] #6 CACHED [2026-03-02T09:46:27.364Z] [2026-03-02T09:46:27.364Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:27.364Z] #7 DONE 0.0s [2026-03-02T09:46:27.364Z] [2026-03-02T09:46:27.364Z] #8 exporting to image [2026-03-02T09:46:27.364Z] #8 exporting layers done [2026-03-02T09:46:27.364Z] #8 exporting manifest sha256:2b8729733d2f85f44b331ca1716fbc6457f2fa2d701f0b6546c3dbd626866c1d done [2026-03-02T09:46:27.364Z] #8 exporting config sha256:aeffe750c19ccf810cea8ff7f0561a6e2712b184716ebf928bd9698905bd552a done [2026-03-02T09:46:27.364Z] #8 exporting manifest sha256:c227b409f7e983426d59378d49ff10b8154b97068bb4f1b0c545929b771db75e done [2026-03-02T09:46:27.364Z] #8 exporting config sha256:c7cbface033ce8285c332cb9cf67bd4234f1d208dbf11dc57e598a2ee5869fde done [2026-03-02T09:46:27.364Z] #8 exporting manifest list sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e done [2026-03-02T09:46:27.364Z] #8 pushing layers 0.0s done [2026-03-02T09:46:27.364Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e 0.1s done [2026-03-02T09:46:27.364Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:27.364Z] #8 DONE 0.1s [2026-03-02T09:46:27.364Z] [2026-03-02T09:46:27.364Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:27.364Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:27.651Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100 --push - [2026-03-02T09:46:27.651Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100' [2026-03-02T09:46:27.651Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:27.651Z] #1 transferring dockerfile: 188B done [2026-03-02T09:46:27.651Z] #1 DONE 0.0s [2026-03-02T09:46:27.651Z] [2026-03-02T09:46:27.651Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100 [2026-03-02T09:46:27.651Z] #2 DONE 0.0s [2026-03-02T09:46:27.651Z] [2026-03-02T09:46:27.651Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100 [2026-03-02T09:46:27.651Z] #3 DONE 0.0s [2026-03-02T09:46:27.651Z] [2026-03-02T09:46:27.651Z] #4 [internal] load .dockerignore [2026-03-02T09:46:27.651Z] #4 transferring context: 2B done [2026-03-02T09:46:27.651Z] #4 DONE 0.0s [2026-03-02T09:46:27.651Z] [2026-03-02T09:46:27.651Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:27.651Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:27.651Z] #5 DONE 0.0s [2026-03-02T09:46:27.651Z] [2026-03-02T09:46:27.651Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:27.910Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:27.910Z] #6 CACHED [2026-03-02T09:46:27.910Z] [2026-03-02T09:46:27.910Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:27.910Z] #5 CACHED [2026-03-02T09:46:27.910Z] [2026-03-02T09:46:27.910Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:27.910Z] #7 DONE 0.0s [2026-03-02T09:46:27.910Z] [2026-03-02T09:46:27.910Z] #8 exporting to image [2026-03-02T09:46:27.910Z] #8 exporting layers done [2026-03-02T09:46:27.910Z] #8 exporting manifest sha256:2b8729733d2f85f44b331ca1716fbc6457f2fa2d701f0b6546c3dbd626866c1d done [2026-03-02T09:46:27.910Z] #8 exporting config sha256:aeffe750c19ccf810cea8ff7f0561a6e2712b184716ebf928bd9698905bd552a done [2026-03-02T09:46:27.910Z] #8 exporting manifest sha256:c227b409f7e983426d59378d49ff10b8154b97068bb4f1b0c545929b771db75e done [2026-03-02T09:46:27.910Z] #8 exporting config sha256:c7cbface033ce8285c332cb9cf67bd4234f1d208dbf11dc57e598a2ee5869fde done [2026-03-02T09:46:27.910Z] #8 exporting manifest list sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e done [2026-03-02T09:46:27.910Z] #8 pushing layers 0.0s done [2026-03-02T09:46:27.910Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.100@sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e 0.1s done [2026-03-02T09:46:27.910Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:27.910Z] #8 DONE 0.1s [2026-03-02T09:46:28.173Z] [2026-03-02T09:46:28.173Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:28.173Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:28.465Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:28.465Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:28.465Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:28.465Z] #1 transferring dockerfile: 229B done [2026-03-02T09:46:28.465Z] #1 DONE 0.0s [2026-03-02T09:46:28.465Z] [2026-03-02T09:46:28.465Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:28.465Z] #2 DONE 0.0s [2026-03-02T09:46:28.465Z] [2026-03-02T09:46:28.465Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:28.465Z] #3 DONE 0.0s [2026-03-02T09:46:28.465Z] [2026-03-02T09:46:28.465Z] #4 [internal] load .dockerignore [2026-03-02T09:46:28.465Z] #4 transferring context: 2B done [2026-03-02T09:46:28.465Z] #4 DONE 0.0s [2026-03-02T09:46:28.727Z] [2026-03-02T09:46:28.727Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:28.727Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:28.727Z] #5 CACHED [2026-03-02T09:46:28.727Z] [2026-03-02T09:46:28.727Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:28.727Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:28.727Z] #6 CACHED [2026-03-02T09:46:28.727Z] [2026-03-02T09:46:28.727Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:28.727Z] #7 DONE 0.0s [2026-03-02T09:46:28.727Z] [2026-03-02T09:46:28.727Z] #8 exporting to image [2026-03-02T09:46:28.727Z] #8 exporting layers done [2026-03-02T09:46:28.727Z] #8 exporting manifest sha256:2b8729733d2f85f44b331ca1716fbc6457f2fa2d701f0b6546c3dbd626866c1d done [2026-03-02T09:46:28.727Z] #8 exporting config sha256:aeffe750c19ccf810cea8ff7f0561a6e2712b184716ebf928bd9698905bd552a done [2026-03-02T09:46:28.727Z] #8 exporting manifest sha256:c227b409f7e983426d59378d49ff10b8154b97068bb4f1b0c545929b771db75e done [2026-03-02T09:46:28.727Z] #8 exporting config sha256:c7cbface033ce8285c332cb9cf67bd4234f1d208dbf11dc57e598a2ee5869fde done [2026-03-02T09:46:28.727Z] #8 exporting manifest list sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e done [2026-03-02T09:46:28.727Z] #8 pushing layers 0.0s done [2026-03-02T09:46:28.727Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e 0.1s done [2026-03-02T09:46:28.727Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:28.727Z] #8 DONE 0.1s [2026-03-02T09:46:28.727Z] [2026-03-02T09:46:28.727Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:28.727Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:29.012Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2026-03-02T09:46:29.012Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2026-03-02T09:46:29.272Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:29.272Z] #1 transferring dockerfile: 179B done [2026-03-02T09:46:29.272Z] #1 DONE 0.0s [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-02T09:46:29.272Z] #2 DONE 0.0s [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-02T09:46:29.272Z] #3 DONE 0.0s [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] #4 [internal] load .dockerignore [2026-03-02T09:46:29.272Z] #4 transferring context: 2B done [2026-03-02T09:46:29.272Z] #4 DONE 0.0s [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:29.272Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:29.272Z] #5 CACHED [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 [2026-03-02T09:46:29.272Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3e22d0fdd3f6cbb587aa853b0fce391ee9a2c2cf26165623ae234cfc1431ff79 0.0s done [2026-03-02T09:46:29.272Z] #6 CACHED [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:29.272Z] #7 DONE 0.0s [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] #8 exporting to image [2026-03-02T09:46:29.272Z] #8 exporting layers done [2026-03-02T09:46:29.272Z] #8 exporting manifest sha256:2b8729733d2f85f44b331ca1716fbc6457f2fa2d701f0b6546c3dbd626866c1d done [2026-03-02T09:46:29.272Z] #8 exporting config sha256:aeffe750c19ccf810cea8ff7f0561a6e2712b184716ebf928bd9698905bd552a done [2026-03-02T09:46:29.272Z] #8 exporting manifest sha256:c227b409f7e983426d59378d49ff10b8154b97068bb4f1b0c545929b771db75e done [2026-03-02T09:46:29.272Z] #8 exporting config sha256:c7cbface033ce8285c332cb9cf67bd4234f1d208dbf11dc57e598a2ee5869fde done [2026-03-02T09:46:29.272Z] #8 exporting manifest list sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e done [2026-03-02T09:46:29.272Z] #8 pushing layers 0.0s done [2026-03-02T09:46:29.272Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4ea1dc53ed4eca8e8247e39998332550b5c247e03e05f4369ac5849d69e4f45e 0.1s done [2026-03-02T09:46:29.272Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:29.272Z] #8 DONE 0.1s [2026-03-02T09:46:29.272Z] [2026-03-02T09:46:29.272Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:29.272Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:29.564Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:29.564Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:29.564Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:29.564Z] #1 transferring dockerfile: 205B done [2026-03-02T09:46:29.564Z] #1 DONE 0.0s [2026-03-02T09:46:29.564Z] [2026-03-02T09:46:29.564Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:29.564Z] #2 DONE 0.0s [2026-03-02T09:46:29.564Z] [2026-03-02T09:46:29.564Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:29.564Z] #3 DONE 0.0s [2026-03-02T09:46:29.564Z] [2026-03-02T09:46:29.564Z] #4 [internal] load .dockerignore [2026-03-02T09:46:29.564Z] #4 transferring context: 2B done [2026-03-02T09:46:29.564Z] #4 DONE 0.0s [2026-03-02T09:46:29.564Z] [2026-03-02T09:46:29.564Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:29.564Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:29.822Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:29.822Z] #5 DONE 0.1s [2026-03-02T09:46:29.822Z] [2026-03-02T09:46:29.822Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:29.822Z] #6 DONE 0.0s [2026-03-02T09:46:29.822Z] [2026-03-02T09:46:29.822Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:29.822Z] #7 DONE 0.0s [2026-03-02T09:46:29.822Z] [2026-03-02T09:46:29.822Z] #8 exporting to image [2026-03-02T09:46:29.822Z] #8 exporting layers done [2026-03-02T09:46:29.822Z] #8 exporting manifest sha256:44a15f8487b476a1e8b6a9b37026ae76ed4d6fef12834e0004120819235d8ddc 0.0s done [2026-03-02T09:46:29.822Z] #8 exporting config sha256:37d481d1c7c57c19d4ad8cfbb5f9ab412761bc8b81d0fa7d5a3cefeae24274bf done [2026-03-02T09:46:29.822Z] #8 exporting manifest sha256:441dbf07e1505a8208762e0bd1cada0aaf76a8647959b1a97f32983a26cae7e1 0.0s done [2026-03-02T09:46:29.822Z] #8 exporting config sha256:2c94142f730a38dd5f103f1a063c6c3e55f65e3fb1c230ecd2ae0bb4f1756da4 done [2026-03-02T09:46:29.822Z] #8 exporting manifest list sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 done [2026-03-02T09:46:29.822Z] #8 pushing layers 0.1s done [2026-03-02T09:46:29.822Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 [2026-03-02T09:46:29.822Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:30.081Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 0.1s done [2026-03-02T09:46:30.081Z] #8 DONE 0.2s [2026-03-02T09:46:30.081Z] [2026-03-02T09:46:30.081Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:30.081Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:30.362Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2026-03-02T09:46:30.362Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2026-03-02T09:46:30.362Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:30.362Z] #1 transferring dockerfile: 171B done [2026-03-02T09:46:30.362Z] #1 DONE 0.0s [2026-03-02T09:46:30.362Z] [2026-03-02T09:46:30.362Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-02T09:46:30.362Z] #2 DONE 0.0s [2026-03-02T09:46:30.362Z] [2026-03-02T09:46:30.362Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-02T09:46:30.362Z] #3 DONE 0.0s [2026-03-02T09:46:30.362Z] [2026-03-02T09:46:30.362Z] #4 [internal] load .dockerignore [2026-03-02T09:46:30.362Z] #4 transferring context: 2B done [2026-03-02T09:46:30.362Z] #4 DONE 0.0s [2026-03-02T09:46:30.362Z] [2026-03-02T09:46:30.362Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:30.362Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:30.362Z] #5 CACHED [2026-03-02T09:46:30.362Z] [2026-03-02T09:46:30.362Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:30.362Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:30.362Z] #6 CACHED [2026-03-02T09:46:30.362Z] [2026-03-02T09:46:30.362Z] #7 exporting to image [2026-03-02T09:46:30.362Z] #7 exporting layers done [2026-03-02T09:46:30.362Z] #7 exporting manifest sha256:44a15f8487b476a1e8b6a9b37026ae76ed4d6fef12834e0004120819235d8ddc done [2026-03-02T09:46:30.362Z] #7 exporting config sha256:37d481d1c7c57c19d4ad8cfbb5f9ab412761bc8b81d0fa7d5a3cefeae24274bf [2026-03-02T09:46:30.362Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:30.621Z] #7 exporting config sha256:37d481d1c7c57c19d4ad8cfbb5f9ab412761bc8b81d0fa7d5a3cefeae24274bf done [2026-03-02T09:46:30.621Z] #7 exporting manifest sha256:441dbf07e1505a8208762e0bd1cada0aaf76a8647959b1a97f32983a26cae7e1 done [2026-03-02T09:46:30.621Z] #7 exporting config sha256:2c94142f730a38dd5f103f1a063c6c3e55f65e3fb1c230ecd2ae0bb4f1756da4 done [2026-03-02T09:46:30.621Z] #7 exporting manifest list sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 done [2026-03-02T09:46:30.621Z] #7 pushing layers 0.0s done [2026-03-02T09:46:30.621Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 0.1s done [2026-03-02T09:46:30.621Z] #7 DONE 0.1s [2026-03-02T09:46:30.621Z] [2026-03-02T09:46:30.621Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:30.621Z] #8 DONE 0.0s [2026-03-02T09:46:30.621Z] [2026-03-02T09:46:30.621Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:30.621Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:30.927Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100' [2026-03-02T09:46:30.927Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100 --push - [2026-03-02T09:46:30.927Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:30.927Z] #1 transferring dockerfile: 178B 0.0s done [2026-03-02T09:46:30.927Z] #1 DONE 0.0s [2026-03-02T09:46:30.927Z] [2026-03-02T09:46:30.927Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100 [2026-03-02T09:46:30.927Z] #2 DONE 0.0s [2026-03-02T09:46:30.927Z] [2026-03-02T09:46:30.927Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100 [2026-03-02T09:46:30.927Z] #3 DONE 0.0s [2026-03-02T09:46:30.927Z] [2026-03-02T09:46:30.927Z] #4 [internal] load .dockerignore [2026-03-02T09:46:30.927Z] #4 transferring context: 2B done [2026-03-02T09:46:30.927Z] #4 DONE 0.0s [2026-03-02T09:46:30.927Z] [2026-03-02T09:46:30.927Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:30.927Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:30.927Z] #5 DONE 0.0s [2026-03-02T09:46:30.927Z] [2026-03-02T09:46:30.927Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:31.186Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:31.186Z] #6 CACHED [2026-03-02T09:46:31.186Z] [2026-03-02T09:46:31.186Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:31.186Z] #5 CACHED [2026-03-02T09:46:31.186Z] [2026-03-02T09:46:31.186Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:31.186Z] #7 DONE 0.0s [2026-03-02T09:46:31.186Z] [2026-03-02T09:46:31.186Z] #8 exporting to image [2026-03-02T09:46:31.186Z] #8 exporting layers done [2026-03-02T09:46:31.186Z] #8 exporting manifest sha256:44a15f8487b476a1e8b6a9b37026ae76ed4d6fef12834e0004120819235d8ddc done [2026-03-02T09:46:31.186Z] #8 exporting config sha256:37d481d1c7c57c19d4ad8cfbb5f9ab412761bc8b81d0fa7d5a3cefeae24274bf done [2026-03-02T09:46:31.186Z] #8 exporting manifest sha256:441dbf07e1505a8208762e0bd1cada0aaf76a8647959b1a97f32983a26cae7e1 done [2026-03-02T09:46:31.186Z] #8 exporting config sha256:2c94142f730a38dd5f103f1a063c6c3e55f65e3fb1c230ecd2ae0bb4f1756da4 done [2026-03-02T09:46:31.186Z] #8 exporting manifest list sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 done [2026-03-02T09:46:31.186Z] #8 pushing layers 0.0s done [2026-03-02T09:46:31.186Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.100@sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 0.1s done [2026-03-02T09:46:31.186Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:31.186Z] #8 DONE 0.1s [2026-03-02T09:46:31.186Z] [2026-03-02T09:46:31.186Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:31.186Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:31.470Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:31.470Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:31.730Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:31.730Z] #1 transferring dockerfile: 219B done [2026-03-02T09:46:31.730Z] #1 DONE 0.0s [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:31.730Z] #2 DONE 0.0s [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:31.730Z] #3 DONE 0.0s [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] #4 [internal] load .dockerignore [2026-03-02T09:46:31.730Z] #4 transferring context: 2B done [2026-03-02T09:46:31.730Z] #4 DONE 0.0s [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:31.730Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 done [2026-03-02T09:46:31.730Z] #5 CACHED [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:31.730Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:31.730Z] #6 CACHED [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] #7 exporting to image [2026-03-02T09:46:31.730Z] #7 exporting layers done [2026-03-02T09:46:31.730Z] #7 exporting manifest sha256:44a15f8487b476a1e8b6a9b37026ae76ed4d6fef12834e0004120819235d8ddc done [2026-03-02T09:46:31.730Z] #7 exporting config sha256:37d481d1c7c57c19d4ad8cfbb5f9ab412761bc8b81d0fa7d5a3cefeae24274bf done [2026-03-02T09:46:31.730Z] #7 exporting manifest sha256:441dbf07e1505a8208762e0bd1cada0aaf76a8647959b1a97f32983a26cae7e1 done [2026-03-02T09:46:31.730Z] #7 exporting config sha256:2c94142f730a38dd5f103f1a063c6c3e55f65e3fb1c230ecd2ae0bb4f1756da4 done [2026-03-02T09:46:31.730Z] #7 exporting manifest list sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 done [2026-03-02T09:46:31.730Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:31.730Z] #7 pushing layers 0.0s done [2026-03-02T09:46:31.730Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 0.1s done [2026-03-02T09:46:31.730Z] #7 DONE 0.1s [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:31.730Z] #8 DONE 0.0s [2026-03-02T09:46:31.730Z] [2026-03-02T09:46:31.730Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:31.730Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:32.013Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2026-03-02T09:46:32.013Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2026-03-02T09:46:32.013Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:32.013Z] #1 transferring dockerfile: 169B done [2026-03-02T09:46:32.013Z] #1 DONE 0.0s [2026-03-02T09:46:32.013Z] [2026-03-02T09:46:32.013Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-02T09:46:32.013Z] #2 DONE 0.0s [2026-03-02T09:46:32.013Z] [2026-03-02T09:46:32.013Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-02T09:46:32.013Z] #3 DONE 0.0s [2026-03-02T09:46:32.013Z] [2026-03-02T09:46:32.013Z] #4 [internal] load .dockerignore [2026-03-02T09:46:32.013Z] #4 transferring context: 2B done [2026-03-02T09:46:32.013Z] #4 DONE 0.0s [2026-03-02T09:46:32.013Z] [2026-03-02T09:46:32.013Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:32.013Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:32.013Z] #5 DONE 0.0s [2026-03-02T09:46:32.013Z] [2026-03-02T09:46:32.013Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:32.273Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 0.0s done [2026-03-02T09:46:32.273Z] #6 CACHED [2026-03-02T09:46:32.273Z] [2026-03-02T09:46:32.273Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8a49679852a3aca4dd669fdc9ec88eb3e3ec65091517f1815e3d597d872bb441 [2026-03-02T09:46:32.273Z] #5 CACHED [2026-03-02T09:46:32.273Z] [2026-03-02T09:46:32.273Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:32.273Z] #7 DONE 0.0s [2026-03-02T09:46:32.273Z] [2026-03-02T09:46:32.273Z] #8 exporting to image [2026-03-02T09:46:32.273Z] #8 exporting layers done [2026-03-02T09:46:32.273Z] #8 exporting manifest sha256:44a15f8487b476a1e8b6a9b37026ae76ed4d6fef12834e0004120819235d8ddc done [2026-03-02T09:46:32.273Z] #8 exporting config sha256:37d481d1c7c57c19d4ad8cfbb5f9ab412761bc8b81d0fa7d5a3cefeae24274bf done [2026-03-02T09:46:32.273Z] #8 exporting manifest sha256:441dbf07e1505a8208762e0bd1cada0aaf76a8647959b1a97f32983a26cae7e1 done [2026-03-02T09:46:32.273Z] #8 exporting config sha256:2c94142f730a38dd5f103f1a063c6c3e55f65e3fb1c230ecd2ae0bb4f1756da4 done [2026-03-02T09:46:32.273Z] #8 exporting manifest list sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 done [2026-03-02T09:46:32.273Z] #8 pushing layers 0.0s done [2026-03-02T09:46:32.273Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6837b0c31887351ee722a118c4f6dc62ea1cd903f9902e06ea6ee0c93209a2b8 0.1s done [2026-03-02T09:46:32.273Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:32.273Z] #8 DONE 0.1s [2026-03-02T09:46:32.273Z] [2026-03-02T09:46:32.273Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:32.273Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:32.564Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:32.564Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:32.829Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:32.829Z] #1 transferring dockerfile: 206B done [2026-03-02T09:46:32.829Z] #1 DONE 0.0s [2026-03-02T09:46:32.829Z] [2026-03-02T09:46:32.829Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:32.829Z] #2 DONE 0.0s [2026-03-02T09:46:32.829Z] [2026-03-02T09:46:32.829Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:32.829Z] #3 DONE 0.0s [2026-03-02T09:46:32.829Z] [2026-03-02T09:46:32.829Z] #4 [internal] load .dockerignore [2026-03-02T09:46:32.829Z] #4 transferring context: 2B done [2026-03-02T09:46:32.829Z] #4 DONE 0.0s [2026-03-02T09:46:32.829Z] [2026-03-02T09:46:32.829Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:32.829Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:32.829Z] #5 DONE 0.0s [2026-03-02T09:46:32.829Z] [2026-03-02T09:46:32.829Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:32.829Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:32.829Z] #6 DONE 0.1s [2026-03-02T09:46:33.088Z] [2026-03-02T09:46:33.088Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:33.088Z] #7 DONE 0.0s [2026-03-02T09:46:33.088Z] [2026-03-02T09:46:33.088Z] #8 exporting to image [2026-03-02T09:46:33.088Z] #8 exporting layers done [2026-03-02T09:46:33.088Z] #8 exporting manifest sha256:778a422a31e6429022155c91a0ffe8259804639415d90b3c35305d600d4d4525 0.0s done [2026-03-02T09:46:33.088Z] #8 exporting config sha256:9fd67635b0f7814871c66ad23cb6d379e3ae7231b717dca69076465d8f18bd82 done [2026-03-02T09:46:33.088Z] #8 exporting manifest sha256:844d528ed075a183ddb9fedf90d0763c6b27f9a08bc3b46d319ccbb3202fcd12 done [2026-03-02T09:46:33.088Z] #8 exporting config sha256:df1918853ac73f51e91f3b346b6fd960537329c34505e8cf695b60e8ab3eb100 0.0s done [2026-03-02T09:46:33.088Z] #8 exporting manifest list sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa done [2026-03-02T09:46:33.088Z] #8 pushing layers 0.1s done [2026-03-02T09:46:33.088Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa [2026-03-02T09:46:33.088Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:33.088Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa 0.1s done [2026-03-02T09:46:33.088Z] #8 DONE 0.2s [2026-03-02T09:46:33.088Z] [2026-03-02T09:46:33.088Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:33.088Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:33.373Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2026-03-02T09:46:33.373Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2026-03-02T09:46:33.631Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:33.632Z] #1 transferring dockerfile: 172B done [2026-03-02T09:46:33.632Z] #1 DONE 0.0s [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-02T09:46:33.632Z] #2 DONE 0.0s [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-02T09:46:33.632Z] #3 DONE 0.0s [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #4 [internal] load .dockerignore [2026-03-02T09:46:33.632Z] #4 transferring context: 2B done [2026-03-02T09:46:33.632Z] #4 DONE 0.0s [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:33.632Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:33.632Z] #5 DONE 0.0s [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:33.632Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:33.632Z] #6 CACHED [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:33.632Z] #5 CACHED [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:33.632Z] #7 DONE 0.0s [2026-03-02T09:46:33.632Z] [2026-03-02T09:46:33.632Z] #8 exporting to image [2026-03-02T09:46:33.632Z] #8 exporting layers done [2026-03-02T09:46:33.632Z] #8 exporting manifest sha256:778a422a31e6429022155c91a0ffe8259804639415d90b3c35305d600d4d4525 done [2026-03-02T09:46:33.632Z] #8 exporting config sha256:9fd67635b0f7814871c66ad23cb6d379e3ae7231b717dca69076465d8f18bd82 done [2026-03-02T09:46:33.632Z] #8 exporting manifest sha256:844d528ed075a183ddb9fedf90d0763c6b27f9a08bc3b46d319ccbb3202fcd12 done [2026-03-02T09:46:33.632Z] #8 exporting config sha256:df1918853ac73f51e91f3b346b6fd960537329c34505e8cf695b60e8ab3eb100 done [2026-03-02T09:46:33.632Z] #8 exporting manifest list sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa done [2026-03-02T09:46:33.632Z] #8 pushing layers 0.0s done [2026-03-02T09:46:33.632Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa 0.1s done [2026-03-02T09:46:33.632Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:33.632Z] #8 DONE 0.1s [2026-03-02T09:46:33.892Z] [2026-03-02T09:46:33.892Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:33.892Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:34.181Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100 --push - [2026-03-02T09:46:34.181Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100' [2026-03-02T09:46:34.439Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:34.439Z] #1 transferring dockerfile: 179B done [2026-03-02T09:46:34.439Z] #1 DONE 0.0s [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100 [2026-03-02T09:46:34.439Z] #2 DONE 0.0s [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100 [2026-03-02T09:46:34.439Z] #3 DONE 0.0s [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] #4 [internal] load .dockerignore [2026-03-02T09:46:34.439Z] #4 transferring context: 2B done [2026-03-02T09:46:34.439Z] #4 DONE 0.0s [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:34.439Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:34.439Z] #5 CACHED [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:34.439Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:34.439Z] #6 CACHED [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] #7 exporting to image [2026-03-02T09:46:34.439Z] #7 exporting layers done [2026-03-02T09:46:34.439Z] #7 exporting manifest sha256:778a422a31e6429022155c91a0ffe8259804639415d90b3c35305d600d4d4525 done [2026-03-02T09:46:34.439Z] #7 exporting config sha256:9fd67635b0f7814871c66ad23cb6d379e3ae7231b717dca69076465d8f18bd82 done [2026-03-02T09:46:34.439Z] #7 exporting manifest sha256:844d528ed075a183ddb9fedf90d0763c6b27f9a08bc3b46d319ccbb3202fcd12 done [2026-03-02T09:46:34.439Z] #7 exporting config sha256:df1918853ac73f51e91f3b346b6fd960537329c34505e8cf695b60e8ab3eb100 done [2026-03-02T09:46:34.439Z] #7 exporting manifest list sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa done [2026-03-02T09:46:34.439Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:34.439Z] #7 pushing layers 0.0s done [2026-03-02T09:46:34.439Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.100@sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa 0.1s done [2026-03-02T09:46:34.439Z] #7 DONE 0.1s [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:34.439Z] #8 DONE 0.0s [2026-03-02T09:46:34.439Z] [2026-03-02T09:46:34.439Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:34.439Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:34.719Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:34.719Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:34.719Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:34.719Z] #1 transferring dockerfile: 220B done [2026-03-02T09:46:34.719Z] #1 DONE 0.0s [2026-03-02T09:46:34.719Z] [2026-03-02T09:46:34.719Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:34.719Z] #2 DONE 0.0s [2026-03-02T09:46:34.719Z] [2026-03-02T09:46:34.719Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:34.719Z] #3 DONE 0.0s [2026-03-02T09:46:34.719Z] [2026-03-02T09:46:34.719Z] #4 [internal] load .dockerignore [2026-03-02T09:46:34.719Z] #4 transferring context: 2B done [2026-03-02T09:46:34.719Z] #4 DONE 0.0s [2026-03-02T09:46:34.978Z] [2026-03-02T09:46:34.978Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:34.978Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:34.978Z] #5 CACHED [2026-03-02T09:46:34.978Z] [2026-03-02T09:46:34.978Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:34.978Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:34.978Z] #6 CACHED [2026-03-02T09:46:34.978Z] [2026-03-02T09:46:34.978Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:34.978Z] #7 DONE 0.0s [2026-03-02T09:46:34.978Z] [2026-03-02T09:46:34.978Z] #8 exporting to image [2026-03-02T09:46:34.978Z] #8 exporting layers done [2026-03-02T09:46:34.978Z] #8 exporting manifest sha256:778a422a31e6429022155c91a0ffe8259804639415d90b3c35305d600d4d4525 done [2026-03-02T09:46:34.978Z] #8 exporting config sha256:9fd67635b0f7814871c66ad23cb6d379e3ae7231b717dca69076465d8f18bd82 done [2026-03-02T09:46:34.978Z] #8 exporting manifest sha256:844d528ed075a183ddb9fedf90d0763c6b27f9a08bc3b46d319ccbb3202fcd12 done [2026-03-02T09:46:34.978Z] #8 exporting config sha256:df1918853ac73f51e91f3b346b6fd960537329c34505e8cf695b60e8ab3eb100 done [2026-03-02T09:46:34.978Z] #8 exporting manifest list sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa done [2026-03-02T09:46:34.978Z] #8 pushing layers 0.0s done [2026-03-02T09:46:34.978Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa 0.1s done [2026-03-02T09:46:34.978Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:34.978Z] #8 DONE 0.1s [2026-03-02T09:46:34.978Z] [2026-03-02T09:46:34.978Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:34.978Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:35.265Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2026-03-02T09:46:35.265Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2026-03-02T09:46:35.265Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:35.265Z] #1 transferring dockerfile: 170B done [2026-03-02T09:46:35.265Z] #1 DONE 0.0s [2026-03-02T09:46:35.265Z] [2026-03-02T09:46:35.265Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-02T09:46:35.265Z] #2 DONE 0.0s [2026-03-02T09:46:35.265Z] [2026-03-02T09:46:35.265Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-02T09:46:35.265Z] #3 DONE 0.0s [2026-03-02T09:46:35.265Z] [2026-03-02T09:46:35.265Z] #4 [internal] load .dockerignore [2026-03-02T09:46:35.265Z] #4 transferring context: 2B done [2026-03-02T09:46:35.265Z] #4 DONE 0.0s [2026-03-02T09:46:35.265Z] [2026-03-02T09:46:35.265Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:35.265Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:35.265Z] #5 CACHED [2026-03-02T09:46:35.265Z] [2026-03-02T09:46:35.265Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 [2026-03-02T09:46:35.265Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c07a08908b04f29f90fbbd4e5661bc6a29506d7b30b913140b459f099dfc3925 0.0s done [2026-03-02T09:46:35.524Z] #6 CACHED [2026-03-02T09:46:35.524Z] [2026-03-02T09:46:35.524Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:35.524Z] #7 DONE 0.0s [2026-03-02T09:46:35.524Z] [2026-03-02T09:46:35.524Z] #8 exporting to image [2026-03-02T09:46:35.524Z] #8 exporting layers done [2026-03-02T09:46:35.524Z] #8 exporting manifest sha256:778a422a31e6429022155c91a0ffe8259804639415d90b3c35305d600d4d4525 done [2026-03-02T09:46:35.524Z] #8 exporting config sha256:9fd67635b0f7814871c66ad23cb6d379e3ae7231b717dca69076465d8f18bd82 done [2026-03-02T09:46:35.524Z] #8 exporting manifest sha256:844d528ed075a183ddb9fedf90d0763c6b27f9a08bc3b46d319ccbb3202fcd12 done [2026-03-02T09:46:35.524Z] #8 exporting config sha256:df1918853ac73f51e91f3b346b6fd960537329c34505e8cf695b60e8ab3eb100 done [2026-03-02T09:46:35.524Z] #8 exporting manifest list sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa done [2026-03-02T09:46:35.524Z] #8 pushing layers 0.0s done [2026-03-02T09:46:35.524Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:491040de0f8c6256212af77c1b31a79a036068af4f88551a904c9e625892bcfa 0.1s done [2026-03-02T09:46:35.524Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:35.524Z] #8 DONE 0.1s [2026-03-02T09:46:35.524Z] [2026-03-02T09:46:35.524Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:35.524Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:35.812Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:35.812Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:35.812Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:35.812Z] #1 transferring dockerfile: 206B done [2026-03-02T09:46:35.812Z] #1 DONE 0.0s [2026-03-02T09:46:35.812Z] [2026-03-02T09:46:35.812Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:35.812Z] #2 DONE 0.0s [2026-03-02T09:46:35.812Z] [2026-03-02T09:46:35.812Z] #3 [internal] load .dockerignore [2026-03-02T09:46:35.812Z] #3 transferring context: 2B done [2026-03-02T09:46:35.812Z] #3 DONE 0.0s [2026-03-02T09:46:35.812Z] [2026-03-02T09:46:35.812Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:35.812Z] #4 DONE 0.1s [2026-03-02T09:46:35.812Z] [2026-03-02T09:46:35.812Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:35.812Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:36.069Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:36.069Z] #5 DONE 0.1s [2026-03-02T09:46:36.069Z] [2026-03-02T09:46:36.069Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:36.069Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:36.069Z] #6 DONE 0.0s [2026-03-02T09:46:36.069Z] [2026-03-02T09:46:36.069Z] #7 exporting to image [2026-03-02T09:46:36.069Z] #7 exporting layers done [2026-03-02T09:46:36.069Z] #7 exporting manifest sha256:c56a22fbef71a1f1031421eb24bea7374d0fbce1b47ba7d6693bf7643968e734 done [2026-03-02T09:46:36.069Z] #7 exporting config sha256:2333867113d12e33e2f118203fc6a664ddf1f1f7e77405f710482e2327481054 done [2026-03-02T09:46:36.069Z] #7 exporting manifest sha256:252d2552bcff21ed2678719fbe7e00dc72c68d97ae9684874f3654be61a0b8ed done [2026-03-02T09:46:36.069Z] #7 exporting config sha256:2bb9c667b7309334ad8a28b9ccbea46568364f91a04820e8fe7f9a129a1b9f39 [2026-03-02T09:46:36.069Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:36.069Z] #7 ... [2026-03-02T09:46:36.069Z] [2026-03-02T09:46:36.069Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:36.069Z] #8 DONE 0.0s [2026-03-02T09:46:36.069Z] [2026-03-02T09:46:36.069Z] #7 exporting to image [2026-03-02T09:46:36.069Z] #7 exporting config sha256:2bb9c667b7309334ad8a28b9ccbea46568364f91a04820e8fe7f9a129a1b9f39 0.0s done [2026-03-02T09:46:36.069Z] #7 exporting manifest list sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb done [2026-03-02T09:46:36.069Z] #7 pushing layers 0.1s done [2026-03-02T09:46:36.069Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb [2026-03-02T09:46:36.334Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb 0.1s done [2026-03-02T09:46:36.334Z] #7 DONE 0.2s [2026-03-02T09:46:36.334Z] [2026-03-02T09:46:36.334Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:36.334Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:36.628Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2026-03-02T09:46:36.628Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2026-03-02T09:46:36.888Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:36.888Z] #1 transferring dockerfile: 172B done [2026-03-02T09:46:36.888Z] #1 DONE 0.0s [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-02T09:46:36.888Z] #2 DONE 0.0s [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-02T09:46:36.888Z] #3 DONE 0.0s [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] #4 [internal] load .dockerignore [2026-03-02T09:46:36.888Z] #4 transferring context: 2B done [2026-03-02T09:46:36.888Z] #4 DONE 0.0s [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:36.888Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:36.888Z] #5 CACHED [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:36.888Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:36.888Z] #6 CACHED [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:36.888Z] #7 DONE 0.0s [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] #8 exporting to image [2026-03-02T09:46:36.888Z] #8 exporting layers done [2026-03-02T09:46:36.888Z] #8 exporting manifest sha256:c56a22fbef71a1f1031421eb24bea7374d0fbce1b47ba7d6693bf7643968e734 done [2026-03-02T09:46:36.888Z] #8 exporting config sha256:2333867113d12e33e2f118203fc6a664ddf1f1f7e77405f710482e2327481054 done [2026-03-02T09:46:36.888Z] #8 exporting manifest sha256:252d2552bcff21ed2678719fbe7e00dc72c68d97ae9684874f3654be61a0b8ed done [2026-03-02T09:46:36.888Z] #8 exporting config sha256:2bb9c667b7309334ad8a28b9ccbea46568364f91a04820e8fe7f9a129a1b9f39 done [2026-03-02T09:46:36.888Z] #8 exporting manifest list sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb done [2026-03-02T09:46:36.888Z] #8 pushing layers 0.0s done [2026-03-02T09:46:36.888Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb 0.1s done [2026-03-02T09:46:36.888Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:36.888Z] #8 DONE 0.1s [2026-03-02T09:46:36.888Z] [2026-03-02T09:46:36.888Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:36.888Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:37.181Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100' [2026-03-02T09:46:37.182Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100 --push - [2026-03-02T09:46:37.182Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:37.182Z] #1 transferring dockerfile: 179B done [2026-03-02T09:46:37.182Z] #1 DONE 0.0s [2026-03-02T09:46:37.182Z] [2026-03-02T09:46:37.182Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100 [2026-03-02T09:46:37.182Z] #2 DONE 0.0s [2026-03-02T09:46:37.182Z] [2026-03-02T09:46:37.182Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100 [2026-03-02T09:46:37.182Z] #3 DONE 0.0s [2026-03-02T09:46:37.182Z] [2026-03-02T09:46:37.182Z] #4 [internal] load .dockerignore [2026-03-02T09:46:37.182Z] #4 transferring context: 2B done [2026-03-02T09:46:37.182Z] #4 DONE 0.0s [2026-03-02T09:46:37.182Z] [2026-03-02T09:46:37.182Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:37.182Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 done [2026-03-02T09:46:37.182Z] #5 CACHED [2026-03-02T09:46:37.182Z] [2026-03-02T09:46:37.182Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:37.182Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 done [2026-03-02T09:46:37.182Z] #6 CACHED [2026-03-02T09:46:37.182Z] [2026-03-02T09:46:37.182Z] #7 exporting to image [2026-03-02T09:46:37.182Z] #7 exporting layers done [2026-03-02T09:46:37.182Z] #7 exporting manifest sha256:c56a22fbef71a1f1031421eb24bea7374d0fbce1b47ba7d6693bf7643968e734 done [2026-03-02T09:46:37.182Z] #7 exporting config sha256:2333867113d12e33e2f118203fc6a664ddf1f1f7e77405f710482e2327481054 done [2026-03-02T09:46:37.182Z] #7 exporting manifest sha256:252d2552bcff21ed2678719fbe7e00dc72c68d97ae9684874f3654be61a0b8ed done [2026-03-02T09:46:37.182Z] #7 exporting config sha256:2bb9c667b7309334ad8a28b9ccbea46568364f91a04820e8fe7f9a129a1b9f39 done [2026-03-02T09:46:37.182Z] #7 exporting manifest list sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb [2026-03-02T09:46:37.182Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:37.441Z] #7 exporting manifest list sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb done [2026-03-02T09:46:37.441Z] #7 pushing layers 0.0s done [2026-03-02T09:46:37.441Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.100@sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb 0.1s done [2026-03-02T09:46:37.441Z] #7 DONE 0.1s [2026-03-02T09:46:37.441Z] [2026-03-02T09:46:37.441Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:37.441Z] #8 DONE 0.0s [2026-03-02T09:46:37.441Z] [2026-03-02T09:46:37.441Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:37.441Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:37.726Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:37.727Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:37.727Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:37.727Z] #1 transferring dockerfile: 220B done [2026-03-02T09:46:37.727Z] #1 DONE 0.0s [2026-03-02T09:46:37.727Z] [2026-03-02T09:46:37.727Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:37.727Z] #2 DONE 0.0s [2026-03-02T09:46:37.727Z] [2026-03-02T09:46:37.727Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:37.727Z] #3 DONE 0.0s [2026-03-02T09:46:37.727Z] [2026-03-02T09:46:37.727Z] #4 [internal] load .dockerignore [2026-03-02T09:46:37.727Z] #4 transferring context: 2B done [2026-03-02T09:46:37.727Z] #4 DONE 0.0s [2026-03-02T09:46:37.727Z] [2026-03-02T09:46:37.727Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:37.727Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:37.727Z] #5 CACHED [2026-03-02T09:46:37.727Z] [2026-03-02T09:46:37.727Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:37.727Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:37.727Z] #6 CACHED [2026-03-02T09:46:37.727Z] [2026-03-02T09:46:37.727Z] #7 exporting to image [2026-03-02T09:46:37.727Z] #7 exporting layers done [2026-03-02T09:46:37.727Z] #7 exporting manifest sha256:c56a22fbef71a1f1031421eb24bea7374d0fbce1b47ba7d6693bf7643968e734 done [2026-03-02T09:46:37.727Z] #7 exporting config sha256:2333867113d12e33e2f118203fc6a664ddf1f1f7e77405f710482e2327481054 done [2026-03-02T09:46:37.727Z] #7 exporting manifest sha256:252d2552bcff21ed2678719fbe7e00dc72c68d97ae9684874f3654be61a0b8ed [2026-03-02T09:46:37.727Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:37.986Z] #7 exporting manifest sha256:252d2552bcff21ed2678719fbe7e00dc72c68d97ae9684874f3654be61a0b8ed done [2026-03-02T09:46:37.986Z] #7 exporting config sha256:2bb9c667b7309334ad8a28b9ccbea46568364f91a04820e8fe7f9a129a1b9f39 done [2026-03-02T09:46:37.986Z] #7 exporting manifest list sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb done [2026-03-02T09:46:37.986Z] #7 pushing layers 0.0s done [2026-03-02T09:46:37.986Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb 0.1s done [2026-03-02T09:46:37.986Z] #7 DONE 0.1s [2026-03-02T09:46:37.986Z] [2026-03-02T09:46:37.986Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:37.986Z] #8 DONE 0.0s [2026-03-02T09:46:37.986Z] [2026-03-02T09:46:37.986Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:37.986Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:38.274Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2026-03-02T09:46:38.274Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2026-03-02T09:46:38.274Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:38.274Z] #1 transferring dockerfile: 170B done [2026-03-02T09:46:38.274Z] #1 DONE 0.0s [2026-03-02T09:46:38.274Z] [2026-03-02T09:46:38.274Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-02T09:46:38.274Z] #2 DONE 0.0s [2026-03-02T09:46:38.274Z] [2026-03-02T09:46:38.274Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-02T09:46:38.274Z] #3 DONE 0.0s [2026-03-02T09:46:38.274Z] [2026-03-02T09:46:38.274Z] #4 [internal] load .dockerignore [2026-03-02T09:46:38.274Z] #4 transferring context: 2B done [2026-03-02T09:46:38.274Z] #4 DONE 0.0s [2026-03-02T09:46:38.274Z] [2026-03-02T09:46:38.274Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:38.274Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:38.274Z] #5 CACHED [2026-03-02T09:46:38.274Z] [2026-03-02T09:46:38.274Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 [2026-03-02T09:46:38.274Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8d4b2f442f0e9f303c6f18c93d5249e2bcf33be4631172cbf1b1ac14a8156637 0.0s done [2026-03-02T09:46:38.274Z] #6 CACHED [2026-03-02T09:46:38.274Z] [2026-03-02T09:46:38.274Z] #7 exporting to image [2026-03-02T09:46:38.274Z] #7 exporting layers done [2026-03-02T09:46:38.274Z] #7 exporting manifest sha256:c56a22fbef71a1f1031421eb24bea7374d0fbce1b47ba7d6693bf7643968e734 done [2026-03-02T09:46:38.274Z] #7 exporting config sha256:2333867113d12e33e2f118203fc6a664ddf1f1f7e77405f710482e2327481054 done [2026-03-02T09:46:38.274Z] #7 exporting manifest sha256:252d2552bcff21ed2678719fbe7e00dc72c68d97ae9684874f3654be61a0b8ed done [2026-03-02T09:46:38.274Z] #7 exporting config sha256:2bb9c667b7309334ad8a28b9ccbea46568364f91a04820e8fe7f9a129a1b9f39 done [2026-03-02T09:46:38.274Z] #7 exporting manifest list sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb [2026-03-02T09:46:38.274Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:38.533Z] #7 exporting manifest list sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb done [2026-03-02T09:46:38.533Z] #7 pushing layers 0.0s done [2026-03-02T09:46:38.533Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:b2abdec5f0f0b2e11a1c44f704689e0b389dcf8865bb02fa3c4a646a3406a3eb 0.1s done [2026-03-02T09:46:38.533Z] #7 DONE 0.1s [2026-03-02T09:46:38.533Z] [2026-03-02T09:46:38.533Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:38.533Z] #8 DONE 0.0s [2026-03-02T09:46:38.533Z] [2026-03-02T09:46:38.533Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:38.533Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:38.815Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:38.815Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:38.815Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:39.074Z] #1 transferring dockerfile: 206B done [2026-03-02T09:46:39.074Z] #1 DONE 0.0s [2026-03-02T09:46:39.074Z] [2026-03-02T09:46:39.074Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:39.074Z] #2 DONE 0.0s [2026-03-02T09:46:39.074Z] [2026-03-02T09:46:39.074Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:39.074Z] #3 DONE 0.1s [2026-03-02T09:46:39.074Z] [2026-03-02T09:46:39.074Z] #4 [internal] load .dockerignore [2026-03-02T09:46:39.074Z] #4 transferring context: 2B done [2026-03-02T09:46:39.074Z] #4 DONE 0.0s [2026-03-02T09:46:39.074Z] [2026-03-02T09:46:39.074Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:39.074Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:39.074Z] #5 DONE 0.0s [2026-03-02T09:46:39.074Z] [2026-03-02T09:46:39.074Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:39.074Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.0s done [2026-03-02T09:46:39.074Z] #6 DONE 0.1s [2026-03-02T09:46:39.333Z] [2026-03-02T09:46:39.333Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:39.333Z] #7 DONE 0.0s [2026-03-02T09:46:39.333Z] [2026-03-02T09:46:39.333Z] #8 exporting to image [2026-03-02T09:46:39.333Z] #8 exporting layers done [2026-03-02T09:46:39.333Z] #8 exporting manifest sha256:75eb79fadae0a81233e809b4e2b2392256b15bfd02a65569e2d85d9d95176ad4 done [2026-03-02T09:46:39.333Z] #8 exporting config sha256:b002384cfb5fa36232366031da65f46461bda0db3d0021bd781d397f1f12ed85 done [2026-03-02T09:46:39.333Z] #8 exporting manifest sha256:13bd33ab48f623e6b225de987c5bbd1ea5cf26eeac0d4e3ea452d6117a620e9b done [2026-03-02T09:46:39.333Z] #8 exporting config sha256:bdcf5c08b8b2379a5bb063aa44aea4e62239166dde98693f292891bcef1bc6c9 done [2026-03-02T09:46:39.333Z] #8 exporting manifest list sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f done [2026-03-02T09:46:39.333Z] #8 pushing layers 0.1s done [2026-03-02T09:46:39.333Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f [2026-03-02T09:46:39.333Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:39.333Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f 0.1s done [2026-03-02T09:46:39.333Z] #8 DONE 0.2s [2026-03-02T09:46:39.333Z] [2026-03-02T09:46:39.333Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:39.333Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:39.631Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2026-03-02T09:46:39.631Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2026-03-02T09:46:39.631Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:39.631Z] #1 transferring dockerfile: 172B done [2026-03-02T09:46:39.631Z] #1 DONE 0.0s [2026-03-02T09:46:39.631Z] [2026-03-02T09:46:39.631Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-02T09:46:39.631Z] #2 DONE 0.0s [2026-03-02T09:46:39.631Z] [2026-03-02T09:46:39.631Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-02T09:46:39.631Z] #3 DONE 0.0s [2026-03-02T09:46:39.631Z] [2026-03-02T09:46:39.631Z] #4 [internal] load .dockerignore [2026-03-02T09:46:39.631Z] #4 transferring context: 2B done [2026-03-02T09:46:39.631Z] #4 DONE 0.0s [2026-03-02T09:46:39.631Z] [2026-03-02T09:46:39.631Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:39.631Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 done [2026-03-02T09:46:39.631Z] #5 CACHED [2026-03-02T09:46:39.631Z] [2026-03-02T09:46:39.631Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:39.631Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.0s done [2026-03-02T09:46:39.631Z] #6 CACHED [2026-03-02T09:46:39.631Z] [2026-03-02T09:46:39.631Z] #7 exporting to image [2026-03-02T09:46:39.631Z] #7 exporting layers [2026-03-02T09:46:39.631Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:39.890Z] #7 exporting layers done [2026-03-02T09:46:39.890Z] #7 exporting manifest sha256:75eb79fadae0a81233e809b4e2b2392256b15bfd02a65569e2d85d9d95176ad4 done [2026-03-02T09:46:39.890Z] #7 exporting config sha256:b002384cfb5fa36232366031da65f46461bda0db3d0021bd781d397f1f12ed85 done [2026-03-02T09:46:39.890Z] #7 exporting manifest sha256:13bd33ab48f623e6b225de987c5bbd1ea5cf26eeac0d4e3ea452d6117a620e9b done [2026-03-02T09:46:39.890Z] #7 exporting config sha256:bdcf5c08b8b2379a5bb063aa44aea4e62239166dde98693f292891bcef1bc6c9 done [2026-03-02T09:46:39.890Z] #7 exporting manifest list sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f done [2026-03-02T09:46:39.890Z] #7 pushing layers 0.0s done [2026-03-02T09:46:39.890Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f 0.1s done [2026-03-02T09:46:39.890Z] #7 DONE 0.1s [2026-03-02T09:46:39.890Z] [2026-03-02T09:46:39.890Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:39.890Z] #8 DONE 0.0s [2026-03-02T09:46:39.890Z] [2026-03-02T09:46:39.890Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:39.890Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:40.179Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100 --push - [2026-03-02T09:46:40.180Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100' [2026-03-02T09:46:40.438Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:40.438Z] #1 transferring dockerfile: 179B 0.0s done [2026-03-02T09:46:40.438Z] #1 DONE 0.0s [2026-03-02T09:46:40.438Z] [2026-03-02T09:46:40.438Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100 [2026-03-02T09:46:40.438Z] #2 DONE 0.0s [2026-03-02T09:46:40.438Z] [2026-03-02T09:46:40.438Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100 [2026-03-02T09:46:40.438Z] #3 DONE 0.0s [2026-03-02T09:46:40.438Z] [2026-03-02T09:46:40.438Z] #4 [internal] load .dockerignore [2026-03-02T09:46:40.438Z] #4 transferring context: [2026-03-02T09:46:40.438Z] #4 transferring context: 2B done [2026-03-02T09:46:40.438Z] #4 DONE 0.0s [2026-03-02T09:46:40.438Z] [2026-03-02T09:46:40.438Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:40.438Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.1s done [2026-03-02T09:46:40.438Z] #5 CACHED [2026-03-02T09:46:40.438Z] [2026-03-02T09:46:40.438Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:40.438Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.1s done [2026-03-02T09:46:40.438Z] #6 CACHED [2026-03-02T09:46:40.438Z] [2026-03-02T09:46:40.438Z] #7 exporting to image [2026-03-02T09:46:40.438Z] #7 exporting layers [2026-03-02T09:46:40.438Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:40.697Z] #7 exporting layers done [2026-03-02T09:46:40.697Z] #7 exporting manifest sha256:75eb79fadae0a81233e809b4e2b2392256b15bfd02a65569e2d85d9d95176ad4 done [2026-03-02T09:46:40.697Z] #7 exporting config sha256:b002384cfb5fa36232366031da65f46461bda0db3d0021bd781d397f1f12ed85 done [2026-03-02T09:46:40.697Z] #7 exporting manifest sha256:13bd33ab48f623e6b225de987c5bbd1ea5cf26eeac0d4e3ea452d6117a620e9b done [2026-03-02T09:46:40.697Z] #7 exporting config sha256:bdcf5c08b8b2379a5bb063aa44aea4e62239166dde98693f292891bcef1bc6c9 done [2026-03-02T09:46:40.697Z] #7 exporting manifest list sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f done [2026-03-02T09:46:40.697Z] #7 pushing layers 0.0s done [2026-03-02T09:46:40.697Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.100@sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f 0.1s done [2026-03-02T09:46:40.697Z] #7 DONE 0.1s [2026-03-02T09:46:40.697Z] [2026-03-02T09:46:40.697Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:40.697Z] #8 DONE 0.0s [2026-03-02T09:46:40.697Z] [2026-03-02T09:46:40.697Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:40.697Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:40.979Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:40.979Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:40.979Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:40.979Z] #1 transferring dockerfile: 220B done [2026-03-02T09:46:40.979Z] #1 DONE 0.0s [2026-03-02T09:46:40.979Z] [2026-03-02T09:46:40.979Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:40.979Z] #2 DONE 0.0s [2026-03-02T09:46:40.979Z] [2026-03-02T09:46:40.979Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:40.979Z] #3 DONE 0.0s [2026-03-02T09:46:40.979Z] [2026-03-02T09:46:40.979Z] #4 [internal] load .dockerignore [2026-03-02T09:46:40.979Z] #4 transferring context: [2026-03-02T09:46:41.239Z] #4 transferring context: 2B done [2026-03-02T09:46:41.239Z] #4 DONE 0.0s [2026-03-02T09:46:41.239Z] [2026-03-02T09:46:41.239Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:41.239Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.0s done [2026-03-02T09:46:41.239Z] #5 CACHED [2026-03-02T09:46:41.239Z] [2026-03-02T09:46:41.239Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:41.239Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.0s done [2026-03-02T09:46:41.239Z] #6 CACHED [2026-03-02T09:46:41.239Z] [2026-03-02T09:46:41.239Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:41.239Z] #7 DONE 0.0s [2026-03-02T09:46:41.239Z] [2026-03-02T09:46:41.239Z] #8 exporting to image [2026-03-02T09:46:41.239Z] #8 exporting layers done [2026-03-02T09:46:41.239Z] #8 exporting manifest sha256:75eb79fadae0a81233e809b4e2b2392256b15bfd02a65569e2d85d9d95176ad4 done [2026-03-02T09:46:41.239Z] #8 exporting config sha256:b002384cfb5fa36232366031da65f46461bda0db3d0021bd781d397f1f12ed85 done [2026-03-02T09:46:41.239Z] #8 exporting manifest sha256:13bd33ab48f623e6b225de987c5bbd1ea5cf26eeac0d4e3ea452d6117a620e9b done [2026-03-02T09:46:41.239Z] #8 exporting config sha256:bdcf5c08b8b2379a5bb063aa44aea4e62239166dde98693f292891bcef1bc6c9 done [2026-03-02T09:46:41.239Z] #8 exporting manifest list sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f done [2026-03-02T09:46:41.239Z] #8 pushing layers 0.0s done [2026-03-02T09:46:41.239Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f [2026-03-02T09:46:41.239Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:41.239Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f 0.1s done [2026-03-02T09:46:41.239Z] #8 DONE 0.1s [2026-03-02T09:46:41.239Z] [2026-03-02T09:46:41.239Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:41.239Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:41.524Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2026-03-02T09:46:41.524Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2026-03-02T09:46:41.524Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:41.524Z] #1 transferring dockerfile: 170B done [2026-03-02T09:46:41.524Z] #1 DONE 0.0s [2026-03-02T09:46:41.524Z] [2026-03-02T09:46:41.524Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-02T09:46:41.524Z] #2 DONE 0.0s [2026-03-02T09:46:41.524Z] [2026-03-02T09:46:41.524Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-02T09:46:41.524Z] #3 DONE 0.0s [2026-03-02T09:46:41.524Z] [2026-03-02T09:46:41.524Z] #4 [internal] load .dockerignore [2026-03-02T09:46:41.524Z] #4 transferring context: 2B done [2026-03-02T09:46:41.524Z] #4 DONE 0.0s [2026-03-02T09:46:41.524Z] [2026-03-02T09:46:41.524Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:41.524Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.0s done [2026-03-02T09:46:41.524Z] #5 DONE 0.0s [2026-03-02T09:46:41.524Z] [2026-03-02T09:46:41.524Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:41.783Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 0.0s done [2026-03-02T09:46:41.783Z] #6 CACHED [2026-03-02T09:46:41.783Z] [2026-03-02T09:46:41.783Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd8d30220904a8b2bdaa01ade948003735c1c377f35ba33e7f9de47672712767 [2026-03-02T09:46:41.783Z] #5 CACHED [2026-03-02T09:46:41.783Z] [2026-03-02T09:46:41.783Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:41.783Z] #7 DONE 0.0s [2026-03-02T09:46:41.783Z] [2026-03-02T09:46:41.783Z] #8 exporting to image [2026-03-02T09:46:41.783Z] #8 exporting layers done [2026-03-02T09:46:41.783Z] #8 exporting manifest sha256:75eb79fadae0a81233e809b4e2b2392256b15bfd02a65569e2d85d9d95176ad4 done [2026-03-02T09:46:41.783Z] #8 exporting config sha256:b002384cfb5fa36232366031da65f46461bda0db3d0021bd781d397f1f12ed85 done [2026-03-02T09:46:41.783Z] #8 exporting manifest sha256:13bd33ab48f623e6b225de987c5bbd1ea5cf26eeac0d4e3ea452d6117a620e9b done [2026-03-02T09:46:41.783Z] #8 exporting config sha256:bdcf5c08b8b2379a5bb063aa44aea4e62239166dde98693f292891bcef1bc6c9 done [2026-03-02T09:46:41.783Z] #8 exporting manifest list sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f done [2026-03-02T09:46:41.783Z] #8 pushing layers 0.0s done [2026-03-02T09:46:41.783Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a5d09d6b830484d0e5942a334c1ad238f0ce8c8021f2c278d0f937980c52307f 0.1s done [2026-03-02T09:46:41.783Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:41.783Z] #8 DONE 0.1s [2026-03-02T09:46:41.783Z] [2026-03-02T09:46:41.783Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:41.783Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:42.073Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d' [2026-03-02T09:46:42.073Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d --push - [2026-03-02T09:46:42.073Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:42.073Z] #1 transferring dockerfile: 202B done [2026-03-02T09:46:42.073Z] #1 DONE 0.0s [2026-03-02T09:46:42.073Z] [2026-03-02T09:46:42.073Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:42.073Z] #2 DONE 0.0s [2026-03-02T09:46:42.073Z] [2026-03-02T09:46:42.073Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T09:46:42.073Z] #3 DONE 0.1s [2026-03-02T09:46:42.073Z] [2026-03-02T09:46:42.073Z] #4 [internal] load .dockerignore [2026-03-02T09:46:42.073Z] #4 transferring context: 2B done [2026-03-02T09:46:42.073Z] #4 DONE 0.0s [2026-03-02T09:46:42.333Z] [2026-03-02T09:46:42.333Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:42.333Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:42.333Z] #5 DONE 0.0s [2026-03-02T09:46:42.333Z] [2026-03-02T09:46:42.333Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:42.333Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:42.333Z] #6 DONE 0.1s [2026-03-02T09:46:42.333Z] [2026-03-02T09:46:42.333Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:42.333Z] #7 DONE 0.0s [2026-03-02T09:46:42.333Z] [2026-03-02T09:46:42.333Z] #8 exporting to image [2026-03-02T09:46:42.333Z] #8 exporting layers done [2026-03-02T09:46:42.333Z] #8 exporting manifest sha256:b77aa81515195ea4571ca424b3cb3d8de5857dd77b29b3c41857bbb16c5c3c83 0.0s done [2026-03-02T09:46:42.333Z] #8 exporting config sha256:f7f5d920bc37712f124264893eddc3ba89419161333214a0f8eff8b260778f22 done [2026-03-02T09:46:42.333Z] #8 exporting manifest sha256:71a1d16ce64401cf6fcb19b635d15490070e712975f0901725f54b4a90f72058 done [2026-03-02T09:46:42.333Z] #8 exporting config sha256:e5cd967cfb76d88254e07450b83b0dd205ad2daa344818a8af44b0376e630295 done [2026-03-02T09:46:42.333Z] #8 exporting manifest list sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 done [2026-03-02T09:46:42.333Z] #8 pushing layers 0.1s done [2026-03-02T09:46:42.333Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 [2026-03-02T09:46:42.333Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:42.592Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d@sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 0.1s done [2026-03-02T09:46:42.592Z] #8 DONE 0.2s [2026-03-02T09:46:42.592Z] [2026-03-02T09:46:42.592Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:42.592Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:42.932Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2026-03-02T09:46:42.933Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2026-03-02T09:46:42.933Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:42.933Z] #1 transferring dockerfile: 168B done [2026-03-02T09:46:42.933Z] #1 DONE 0.0s [2026-03-02T09:46:42.933Z] [2026-03-02T09:46:42.933Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-02T09:46:42.933Z] #2 DONE 0.0s [2026-03-02T09:46:42.933Z] [2026-03-02T09:46:42.933Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-02T09:46:42.933Z] #3 DONE 0.0s [2026-03-02T09:46:42.933Z] [2026-03-02T09:46:42.933Z] #4 [internal] load .dockerignore [2026-03-02T09:46:42.933Z] #4 transferring context: 2B done [2026-03-02T09:46:42.933Z] #4 DONE 0.0s [2026-03-02T09:46:42.933Z] [2026-03-02T09:46:42.933Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:42.933Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff done [2026-03-02T09:46:42.933Z] #5 CACHED [2026-03-02T09:46:42.933Z] [2026-03-02T09:46:42.933Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:42.933Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:42.933Z] #6 CACHED [2026-03-02T09:46:42.933Z] [2026-03-02T09:46:42.933Z] #7 exporting to image [2026-03-02T09:46:42.933Z] #7 exporting layers done [2026-03-02T09:46:42.933Z] #7 exporting manifest sha256:b77aa81515195ea4571ca424b3cb3d8de5857dd77b29b3c41857bbb16c5c3c83 done [2026-03-02T09:46:42.933Z] #7 exporting config sha256:f7f5d920bc37712f124264893eddc3ba89419161333214a0f8eff8b260778f22 done [2026-03-02T09:46:42.933Z] #7 exporting manifest sha256:71a1d16ce64401cf6fcb19b635d15490070e712975f0901725f54b4a90f72058 done [2026-03-02T09:46:42.933Z] #7 exporting config sha256:e5cd967cfb76d88254e07450b83b0dd205ad2daa344818a8af44b0376e630295 done [2026-03-02T09:46:42.933Z] #7 exporting manifest list sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 [2026-03-02T09:46:42.933Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:43.224Z] #7 exporting manifest list sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 done [2026-03-02T09:46:43.224Z] #7 pushing layers 0.0s done [2026-03-02T09:46:43.224Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 0.1s done [2026-03-02T09:46:43.224Z] #7 DONE 0.1s [2026-03-02T09:46:43.224Z] [2026-03-02T09:46:43.224Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:43.224Z] #8 DONE 0.0s [2026-03-02T09:46:43.224Z] [2026-03-02T09:46:43.224Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:43.224Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:43.516Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100' [2026-03-02T09:46:43.516Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100 --push - [2026-03-02T09:46:43.516Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:43.516Z] #1 transferring dockerfile: 175B done [2026-03-02T09:46:43.516Z] #1 DONE 0.0s [2026-03-02T09:46:43.516Z] [2026-03-02T09:46:43.516Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100 [2026-03-02T09:46:43.516Z] #2 DONE 0.0s [2026-03-02T09:46:43.516Z] [2026-03-02T09:46:43.516Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100 [2026-03-02T09:46:43.516Z] #3 DONE 0.0s [2026-03-02T09:46:43.516Z] [2026-03-02T09:46:43.516Z] #4 [internal] load .dockerignore [2026-03-02T09:46:43.516Z] #4 transferring context: 2B done [2026-03-02T09:46:43.516Z] #4 DONE 0.0s [2026-03-02T09:46:43.516Z] [2026-03-02T09:46:43.516Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:43.516Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:43.516Z] #5 CACHED [2026-03-02T09:46:43.516Z] [2026-03-02T09:46:43.516Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:43.778Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:43.778Z] #6 CACHED [2026-03-02T09:46:43.778Z] [2026-03-02T09:46:43.778Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:43.778Z] #7 DONE 0.0s [2026-03-02T09:46:43.778Z] [2026-03-02T09:46:43.778Z] #8 exporting to image [2026-03-02T09:46:43.778Z] #8 exporting layers done [2026-03-02T09:46:43.778Z] #8 exporting manifest sha256:b77aa81515195ea4571ca424b3cb3d8de5857dd77b29b3c41857bbb16c5c3c83 done [2026-03-02T09:46:43.778Z] #8 exporting config sha256:f7f5d920bc37712f124264893eddc3ba89419161333214a0f8eff8b260778f22 done [2026-03-02T09:46:43.778Z] #8 exporting manifest sha256:71a1d16ce64401cf6fcb19b635d15490070e712975f0901725f54b4a90f72058 done [2026-03-02T09:46:43.778Z] #8 exporting config sha256:e5cd967cfb76d88254e07450b83b0dd205ad2daa344818a8af44b0376e630295 done [2026-03-02T09:46:43.778Z] #8 exporting manifest list sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 done [2026-03-02T09:46:43.778Z] #8 pushing layers 0.0s done [2026-03-02T09:46:43.778Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.100@sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 0.1s done [2026-03-02T09:46:43.778Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:43.778Z] #8 DONE 0.1s [2026-03-02T09:46:43.778Z] [2026-03-02T09:46:43.778Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:43.778Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:44.067Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100' [2026-03-02T09:46:44.067Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 --push - [2026-03-02T09:46:44.067Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:44.067Z] #1 transferring dockerfile: 216B done [2026-03-02T09:46:44.067Z] #1 DONE 0.0s [2026-03-02T09:46:44.067Z] [2026-03-02T09:46:44.067Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:44.067Z] #2 DONE 0.0s [2026-03-02T09:46:44.067Z] [2026-03-02T09:46:44.067Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T09:46:44.067Z] #3 DONE 0.0s [2026-03-02T09:46:44.067Z] [2026-03-02T09:46:44.067Z] #4 [internal] load .dockerignore [2026-03-02T09:46:44.067Z] #4 transferring context: 2B 0.0s done [2026-03-02T09:46:44.067Z] #4 DONE 0.0s [2026-03-02T09:46:44.067Z] [2026-03-02T09:46:44.067Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:44.067Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:44.067Z] #5 DONE 0.0s [2026-03-02T09:46:44.067Z] [2026-03-02T09:46:44.067Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:44.325Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff done [2026-03-02T09:46:44.325Z] #6 CACHED [2026-03-02T09:46:44.325Z] [2026-03-02T09:46:44.325Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:44.325Z] #5 CACHED [2026-03-02T09:46:44.325Z] [2026-03-02T09:46:44.325Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:44.325Z] #7 DONE 0.0s [2026-03-02T09:46:44.325Z] [2026-03-02T09:46:44.325Z] #8 exporting to image [2026-03-02T09:46:44.325Z] #8 exporting layers done [2026-03-02T09:46:44.325Z] #8 exporting manifest sha256:b77aa81515195ea4571ca424b3cb3d8de5857dd77b29b3c41857bbb16c5c3c83 done [2026-03-02T09:46:44.325Z] #8 exporting config sha256:f7f5d920bc37712f124264893eddc3ba89419161333214a0f8eff8b260778f22 done [2026-03-02T09:46:44.325Z] #8 exporting manifest sha256:71a1d16ce64401cf6fcb19b635d15490070e712975f0901725f54b4a90f72058 done [2026-03-02T09:46:44.325Z] #8 exporting config sha256:e5cd967cfb76d88254e07450b83b0dd205ad2daa344818a8af44b0376e630295 done [2026-03-02T09:46:44.325Z] #8 exporting manifest list sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 done [2026-03-02T09:46:44.325Z] #8 pushing layers 0.0s done [2026-03-02T09:46:44.325Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100@sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 0.1s done [2026-03-02T09:46:44.325Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:44.325Z] #8 DONE 0.1s [2026-03-02T09:46:44.325Z] [2026-03-02T09:46:44.325Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:44.325Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2026-03-02T09:46:44.612Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2026-03-02T09:46:44.612Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2026-03-02T09:46:44.612Z] #1 [internal] load build definition from Dockerfile [2026-03-02T09:46:44.612Z] #1 transferring dockerfile: 166B done [2026-03-02T09:46:44.612Z] #1 DONE 0.0s [2026-03-02T09:46:44.612Z] [2026-03-02T09:46:44.612Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-02T09:46:44.612Z] #2 DONE 0.0s [2026-03-02T09:46:44.612Z] [2026-03-02T09:46:44.612Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-02T09:46:44.612Z] #3 DONE 0.0s [2026-03-02T09:46:44.612Z] [2026-03-02T09:46:44.612Z] #4 [internal] load .dockerignore [2026-03-02T09:46:44.612Z] #4 transferring context: 2B done [2026-03-02T09:46:44.612Z] #4 DONE 0.0s [2026-03-02T09:46:44.612Z] [2026-03-02T09:46:44.612Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:44.612Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:44.612Z] #5 CACHED [2026-03-02T09:46:44.612Z] [2026-03-02T09:46:44.612Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff [2026-03-02T09:46:44.612Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0a0bd4f9028b16c9beec4c8ac27029510821f8638e01e982115f8c1880b43bff 0.0s done [2026-03-02T09:46:44.612Z] #6 CACHED [2026-03-02T09:46:44.612Z] [2026-03-02T09:46:44.612Z] #7 exporting to image [2026-03-02T09:46:44.612Z] #7 exporting layers done [2026-03-02T09:46:44.612Z] #7 exporting manifest sha256:b77aa81515195ea4571ca424b3cb3d8de5857dd77b29b3c41857bbb16c5c3c83 done [2026-03-02T09:46:44.612Z] #7 exporting config sha256:f7f5d920bc37712f124264893eddc3ba89419161333214a0f8eff8b260778f22 done [2026-03-02T09:46:44.612Z] #7 exporting manifest sha256:71a1d16ce64401cf6fcb19b635d15490070e712975f0901725f54b4a90f72058 done [2026-03-02T09:46:44.612Z] #7 exporting config sha256:e5cd967cfb76d88254e07450b83b0dd205ad2daa344818a8af44b0376e630295 done [2026-03-02T09:46:44.612Z] #7 exporting manifest list sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 done [2026-03-02T09:46:44.612Z] #7 pushing layers 0.0s done [2026-03-02T09:46:44.612Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 [2026-03-02T09:46:44.612Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2026-03-02T09:46:44.872Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a741dd6ecf0d0a71d6f5765133ec2f6fdb59e8af08dd2903a3d4ee2bce6a5999 0.1s done [2026-03-02T09:46:44.872Z] #7 DONE 0.1s [2026-03-02T09:46:44.872Z] [2026-03-02T09:46:44.872Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2026-03-02T09:46:44.872Z] #8 DONE 0.0s [2026-03-02T09:46:44.872Z] [2026-03-02T09:46:44.872Z] 1 warning found (use --debug to expand): [2026-03-02T09:46:44.872Z]  - 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-03-02T09:46:45.257Z] + '[' -d /w/workspace/edgex-go/955/archives ']' [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:46:45.544Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:46:46.116Z] ---> package-listing.sh [2026-03-02T09:46:46.116Z] ++ facter osfamily [2026-03-02T09:46:46.116Z] ++ tr '[:upper:]' '[:lower:]' [2026-03-02T09:46:46.377Z] + OS_FAMILY=redhat [2026-03-02T09:46:46.377Z] + workspace=/w/workspace/edgex-go/955 [2026-03-02T09:46:46.377Z] + START_PACKAGES=/tmp/packages_start.txt [2026-03-02T09:46:46.377Z] + END_PACKAGES=/tmp/packages_end.txt [2026-03-02T09:46:46.377Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-03-02T09:46:46.377Z] + PACKAGES=/tmp/packages_start.txt [2026-03-02T09:46:46.377Z] + '[' /w/workspace/edgex-go/955 ']' [2026-03-02T09:46:46.377Z] + PACKAGES=/tmp/packages_end.txt [2026-03-02T09:46:46.377Z] + case "${OS_FAMILY}" in [2026-03-02T09:46:46.377Z] + rpm -qa [2026-03-02T09:46:46.377Z] + sort [2026-03-02T09:46:46.951Z] + '[' -f /tmp/packages_start.txt ']' [2026-03-02T09:46:46.951Z] + '[' -f /tmp/packages_end.txt ']' [2026-03-02T09:46:46.951Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-03-02T09:46:46.951Z] + '[' /w/workspace/edgex-go/955 ']' [2026-03-02T09:46:46.951Z] + mkdir -p /w/workspace/edgex-go/955/archives/ [2026-03-02T09:46:46.951Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/955/archives/ [Pipeline] echo [2026-03-02T09:46:46.963Z] 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/955/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-03-02T09:46:47.248Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:46:47.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-02T09:46:47.809Z] [2026-03-02T09:46:47.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T09:46:48.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-02T09:46:48.123Z] latest: Pulling from edgex-lftools-log-publisher [2026-03-02T09:46:48.123Z] 5eb5b503b376: Pulling fs layer [2026-03-02T09:46:48.123Z] 5c69ac0246d0: Pulling fs layer [2026-03-02T09:46:48.123Z] ec43610c2a17: Pulling fs layer [2026-03-02T09:46:48.123Z] 3a2ae6a8a46f: Pulling fs layer [2026-03-02T09:46:48.123Z] 33b1e0a273af: Pulling fs layer [2026-03-02T09:46:48.123Z] 5d3b04190fa2: Pulling fs layer [2026-03-02T09:46:48.123Z] 2f39f015ded8: Pulling fs layer [2026-03-02T09:46:48.123Z] 3a2ae6a8a46f: Waiting [2026-03-02T09:46:48.123Z] 33b1e0a273af: Waiting [2026-03-02T09:46:48.123Z] 5d3b04190fa2: Waiting [2026-03-02T09:46:48.123Z] 2f39f015ded8: Waiting [2026-03-02T09:46:48.123Z] 5c69ac0246d0: Verifying Checksum [2026-03-02T09:46:48.123Z] 5c69ac0246d0: Download complete [2026-03-02T09:46:48.123Z] 3a2ae6a8a46f: Verifying Checksum [2026-03-02T09:46:48.123Z] 3a2ae6a8a46f: Download complete [2026-03-02T09:46:48.123Z] ec43610c2a17: Verifying Checksum [2026-03-02T09:46:48.123Z] ec43610c2a17: Download complete [2026-03-02T09:46:48.123Z] 5d3b04190fa2: Verifying Checksum [2026-03-02T09:46:48.123Z] 5d3b04190fa2: Download complete [2026-03-02T09:46:48.123Z] 33b1e0a273af: Verifying Checksum [2026-03-02T09:46:48.123Z] 33b1e0a273af: Download complete [2026-03-02T09:46:48.386Z] 5eb5b503b376: Verifying Checksum [2026-03-02T09:46:48.386Z] 5eb5b503b376: Download complete [2026-03-02T09:46:48.956Z] 2f39f015ded8: Verifying Checksum [2026-03-02T09:46:48.956Z] 2f39f015ded8: Download complete [2026-03-02T09:46:49.911Z] 5eb5b503b376: Pull complete [2026-03-02T09:46:49.911Z] 5c69ac0246d0: Pull complete [2026-03-02T09:46:50.171Z] ec43610c2a17: Pull complete [2026-03-02T09:46:50.171Z] 3a2ae6a8a46f: Pull complete [2026-03-02T09:46:50.430Z] 33b1e0a273af: Pull complete [2026-03-02T09:46:50.694Z] 5d3b04190fa2: Pull complete [2026-03-02T09:46:54.930Z] 2f39f015ded8: Pull complete [2026-03-02T09:46:54.930Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-03-02T09:46:54.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-02T09:46:54.930Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T09:46:55.091Z] prd-centos7-docker-4c-2g-2861 does not seem to be running inside a container [2026-03-02T09:46:55.126Z] $ 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/955/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-03-02T09:46:58.671Z] $ docker top 293f0405c92cd8926c6cfdbf75893f1b6c0282f34e9ea158a0b3858311489639 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-02T09:46:59.030Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-03-02T09:46:59.326Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-03-02T09:46:59.619Z] + ls /var/log/sa-host [2026-03-02T09:46:59.619Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T09:46:59.769Z] provisioning config files... [2026-03-02T09:46:59.780Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13060134413934912180tmp [Pipeline] { [Pipeline] echo [2026-03-02T09:46:59.798Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:47:00.081Z] ---> create-netrc.sh [Pipeline] } [2026-03-02T09:47:00.089Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:47:00.446Z] ---> python-tools-install.sh [Pipeline] echo [2026-03-02T09:47:00.455Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T09:47:00.752Z] ---> sudo-logs.sh [2026-03-02T09:47:00.752Z] Archiving 'sudo' log.. [2026-03-02T09:47:00.752Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T09:47:00.787Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2026-03-02T09:47:00.791Z] $ docker stop --time=1 293f0405c92cd8926c6cfdbf75893f1b6c0282f34e9ea158a0b3858311489639 [2026-03-02T09:47:01.935Z] $ docker rm -f --volumes 293f0405c92cd8926c6cfdbf75893f1b6c0282f34e9ea158a0b3858311489639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2026-03-02T09:47:02.050Z] [WS-CLEANUP] Deleting project workspace... [2026-03-02T09:47:02.050Z] [WS-CLEANUP] Deferred wipeout is used... [2026-03-02T09:47:02.068Z] [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-03-02T10:02:41.804Z] #154 ... [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-02T10:02:41.804Z] #153 DONE 1176.9s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T10:02:41.804Z] #150 ... [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:02:41.804Z] #155 DONE 0.2s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:02:41.804Z] #156 DONE 0.1s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-03-02T10:02:41.804Z] #157 DONE 0.2s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-02T10:02:41.804Z] #144 ... [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:02:41.804Z] #158 DONE 0.1s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-03-02T10:02:41.804Z] #159 DONE 0.1s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-02T10:02:41.804Z] #148 ... [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-02T10:02:41.804Z] #160 DONE 2.1s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T10:02:41.804Z] #150 ... [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #115 [core-common-config-bootstrapper] exporting to image [2026-03-02T10:02:41.804Z] #115 exporting layers [2026-03-02T10:02:41.804Z] #115 exporting layers 0.7s done [2026-03-02T10:02:41.804Z] #115 writing image sha256:aceed25bd353638e2f8712cc00db1f4a4c31942d6ed6a6a2a0bcc9e75f4c621e [2026-03-02T10:02:41.804Z] #115 writing image sha256:aceed25bd353638e2f8712cc00db1f4a4c31942d6ed6a6a2a0bcc9e75f4c621e done [2026-03-02T10:02:41.804Z] #115 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2026-03-02T10:02:41.804Z] #115 DONE 6.5s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:02:41.804Z] #151 ... [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-02T10:02:41.804Z] #144 DONE 1189.5s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-03-02T10:02:41.804Z] #161 DONE 0.5s [2026-03-02T10:02:41.804Z] [2026-03-02T10:02:41.804Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-02T10:02:44.410Z] #162 DONE 2.4s [2026-03-02T10:02:44.410Z] [2026-03-02T10:02:44.410Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:02:44.410Z] #163 DONE 0.4s [2026-03-02T10:02:44.410Z] [2026-03-02T10:02:44.410Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:02:44.734Z] #164 DONE 0.2s [2026-03-02T10:02:44.734Z] [2026-03-02T10:02:44.734Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-03-02T10:02:45.003Z] #165 DONE 0.5s [2026-03-02T10:02:45.003Z] [2026-03-02T10:02:45.003Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-03-02T10:02:45.296Z] #166 DONE 0.1s [2026-03-02T10:02:45.296Z] [2026-03-02T10:02:45.296Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2026-03-02T10:02:45.296Z] #167 DONE 0.2s [2026-03-02T10:02:45.296Z] [2026-03-02T10:02:45.296Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:02:45.575Z] #40 ... [2026-03-02T10:02:45.575Z] [2026-03-02T10:02:45.575Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2026-03-02T10:02:45.575Z] #168 DONE 0.2s [2026-03-02T10:02:45.575Z] [2026-03-02T10:02:45.575Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2026-03-02T10:02:45.844Z] #169 DONE 0.1s [2026-03-02T10:02:45.844Z] [2026-03-02T10:02:45.844Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-03-02T10:02:45.844Z] #170 DONE 0.1s [2026-03-02T10:02:45.844Z] [2026-03-02T10:02:45.844Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-03-02T10:02:47.788Z] #171 DONE 2.1s [2026-03-02T10:02:47.788Z] [2026-03-02T10:02:47.788Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T10:02:48.054Z] #147 ... [2026-03-02T10:02:48.055Z] [2026-03-02T10:02:48.055Z] #115 [security-bootstrapper] exporting to image [2026-03-02T10:02:48.055Z] #115 exporting layers [2026-03-02T10:02:49.459Z] #115 exporting layers 1.5s done [2026-03-02T10:02:49.459Z] #115 writing image sha256:dca51c6b244bababf30a7bfd5bd9d4e564f27bad624a0ae4bf1dfb6313d25e73 done [2026-03-02T10:02:49.459Z] #115 naming to docker.io/library/security-bootstrapper-arm64 done [2026-03-02T10:02:49.459Z] #115 DONE 7.9s [2026-03-02T10:02:49.459Z] [2026-03-02T10:02:49.459Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-02T10:18:58.876Z] #148 DONE 2155.7s [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:18:58.876Z] #40 ... [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:18:58.876Z] #172 DONE 0.2s [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:18:58.876Z] #151 ... [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:18:58.876Z] #173 DONE 0.1s [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-03-02T10:18:58.876Z] #174 DONE 0.5s [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:18:58.876Z] #175 DONE 0.1s [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-02T10:18:58.876Z] #154 ... [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #115 [core-command] exporting to image [2026-03-02T10:18:58.876Z] #115 exporting layers [2026-03-02T10:18:58.876Z] #115 exporting layers 0.6s done [2026-03-02T10:18:58.876Z] #115 writing image sha256:55aa534a9bead11c53e39abbb1a7171606722bdf3cf3471f8cdef7ad67d31d62 done [2026-03-02T10:18:58.876Z] #115 naming to docker.io/library/core-command-arm64 done [2026-03-02T10:18:58.876Z] #115 DONE 8.5s [2026-03-02T10:18:58.876Z] [2026-03-02T10:18:58.876Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-02T10:19:20.945Z] #152 ... [2026-03-02T10:19:20.945Z] [2026-03-02T10:19:20.945Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T10:19:20.945Z] #146 2187.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.100 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-02T10:19:27.586Z] #146 ... [2026-03-02T10:19:27.586Z] [2026-03-02T10:19:27.586Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-02T10:19:27.586Z] #145 DONE 2195.7s [2026-03-02T10:19:27.586Z] [2026-03-02T10:19:27.586Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T10:19:27.586Z] #147 ... [2026-03-02T10:19:27.586Z] [2026-03-02T10:19:27.586Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:19:27.586Z] #176 DONE 0.2s [2026-03-02T10:19:27.586Z] [2026-03-02T10:19:27.586Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T10:19:27.858Z] #146 ... [2026-03-02T10:19:27.858Z] [2026-03-02T10:19:27.858Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:19:27.858Z] #177 DONE 0.1s [2026-03-02T10:19:28.124Z] [2026-03-02T10:19:28.124Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-03-02T10:19:28.124Z] #178 DONE 0.1s [2026-03-02T10:19:28.124Z] [2026-03-02T10:19:28.124Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-02T10:19:28.124Z] #154 ... [2026-03-02T10:19:28.124Z] [2026-03-02T10:19:28.124Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-03-02T10:19:28.124Z] #179 DONE 0.1s [2026-03-02T10:19:28.390Z] [2026-03-02T10:19:28.390Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-03-02T10:19:28.657Z] #180 DONE 0.4s [2026-03-02T10:19:28.657Z] [2026-03-02T10:19:28.657Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-02T10:19:28.657Z] #149 ... [2026-03-02T10:19:28.657Z] [2026-03-02T10:19:28.657Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-03-02T10:19:28.931Z] #181 DONE 0.2s [2026-03-02T10:19:28.931Z] [2026-03-02T10:19:28.931Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-02T10:19:30.880Z] #182 DONE 2.0s [2026-03-02T10:19:30.880Z] [2026-03-02T10:19:30.880Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T10:19:30.880Z] #146 ... [2026-03-02T10:19:30.880Z] [2026-03-02T10:19:30.880Z] #115 [security-proxy-setup] exporting to image [2026-03-02T10:19:30.880Z] #115 exporting layers [2026-03-02T10:19:31.840Z] #115 exporting layers 1.0s done [2026-03-02T10:19:31.840Z] #115 writing image sha256:4a1226fb3d332abc3aa28a3be7da9082e491a7786ad7a3ab234f8b909391e3f8 done [2026-03-02T10:19:31.840Z] #115 naming to docker.io/library/security-proxy-setup-arm64 done [2026-03-02T10:19:31.840Z] #115 DONE 9.5s [2026-03-02T10:19:31.840Z] [2026-03-02T10:19:31.840Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:19:53.890Z] #40 ... [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-02T10:19:53.890Z] #146 DONE 2221.1s [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:19:53.890Z] #40 ... [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:19:53.890Z] #183 DONE 0.1s [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:19:53.890Z] #184 DONE 0.1s [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T10:19:53.890Z] #150 ... [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2026-03-02T10:19:53.890Z] #185 DONE 0.1s [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2026-03-02T10:19:53.890Z] #186 DONE 0.2s [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:19:53.890Z] #187 DONE 0.1s [2026-03-02T10:19:53.890Z] [2026-03-02T10:19:53.890Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-02T10:19:54.156Z] #149 ... [2026-03-02T10:19:54.156Z] [2026-03-02T10:19:54.156Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-03-02T10:19:54.156Z] #188 DONE 0.4s [2026-03-02T10:19:54.156Z] [2026-03-02T10:19:54.156Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-03-02T10:19:54.791Z] #189 DONE 0.5s [2026-03-02T10:19:54.791Z] [2026-03-02T10:19:54.791Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-03-02T10:19:55.059Z] #190 DONE 0.2s [2026-03-02T10:19:55.059Z] [2026-03-02T10:19:55.059Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T10:19:55.059Z] #137 ... [2026-03-02T10:19:55.059Z] [2026-03-02T10:19:55.059Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-02T10:19:57.013Z] #191 DONE 2.1s [2026-03-02T10:19:57.013Z] [2026-03-02T10:19:57.013Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-02T10:19:57.279Z] #154 ... [2026-03-02T10:19:57.279Z] [2026-03-02T10:19:57.279Z] #115 [security-secretstore-setup] exporting to image [2026-03-02T10:19:57.279Z] #115 exporting layers [2026-03-02T10:19:58.685Z] #115 exporting layers 1.6s done [2026-03-02T10:19:58.954Z] #115 writing image sha256:868a0b4fa8e933f4ae0e3b6d9ca1e8620c2142441c985bdf7ec32b705b0b0e6e done [2026-03-02T10:19:58.954Z] #115 naming to docker.io/library/security-secretstore-setup-arm64 done [2026-03-02T10:19:58.954Z] #115 DONE 11.1s [2026-03-02T10:19:58.954Z] [2026-03-02T10:19:58.954Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:21:06.797Z] #40 ... [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-02T10:21:06.797Z] #152 DONE 2284.6s [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:21:06.797Z] #40 ... [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:21:06.797Z] #192 DONE 0.3s [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:21:06.797Z] #151 ... [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:21:06.797Z] #193 DONE 0.2s [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-03-02T10:21:06.797Z] #194 DONE 0.4s [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:21:06.797Z] #195 DONE 0.1s [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #115 [security-spiffe-token-provider] exporting to image [2026-03-02T10:21:06.797Z] #115 exporting layers [2026-03-02T10:21:06.797Z] #115 exporting layers 0.5s done [2026-03-02T10:21:06.797Z] #115 writing image sha256:e23810af6cccbc7003f828f8233c8984bac037181e088fc3923dbbb3da5bb5aa done [2026-03-02T10:21:06.797Z] #115 naming to docker.io/library/security-spiffe-token-provider-arm64 [2026-03-02T10:21:06.797Z] #115 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2026-03-02T10:21:06.797Z] #115 DONE 11.7s [2026-03-02T10:21:06.797Z] [2026-03-02T10:21:06.797Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-02T10:21:39.012Z] #154 DONE 2324.4s [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:21:39.012Z] #151 ... [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:21:39.012Z] #196 DONE 0.2s [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:21:39.012Z] #197 DONE 0.2s [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:21:39.012Z] #40 ... [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-03-02T10:21:39.012Z] #198 DONE 0.7s [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T10:21:39.012Z] #137 ... [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-03-02T10:21:39.012Z] #199 DONE 0.2s [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:21:39.012Z] #151 ... [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-03-02T10:21:39.012Z] #200 DONE 0.3s [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:21:39.012Z] #40 ... [2026-03-02T10:21:39.012Z] [2026-03-02T10:21:39.012Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-02T10:21:39.594Z] #201 DONE 1.9s [2026-03-02T10:21:39.594Z] [2026-03-02T10:21:39.594Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:21:39.861Z] #151 ... [2026-03-02T10:21:39.861Z] [2026-03-02T10:21:39.861Z] #115 [security-proxy-auth] exporting to image [2026-03-02T10:21:39.861Z] #115 exporting layers [2026-03-02T10:21:40.443Z] #115 exporting layers 0.8s done [2026-03-02T10:21:40.443Z] #115 writing image sha256:2ecff79e4c903df479925ffcdc8a25315da1cb275cd3b394ce61fa439bf125e6 0.0s done [2026-03-02T10:21:40.443Z] #115 naming to docker.io/library/security-proxy-auth-arm64 done [2026-03-02T10:21:40.443Z] #115 DONE 12.5s [2026-03-02T10:21:40.443Z] [2026-03-02T10:21:40.443Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:21:43.020Z] #151 ... [2026-03-02T10:21:43.020Z] [2026-03-02T10:21:43.020Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-02T10:21:43.020Z] #147 DONE 2331.6s [2026-03-02T10:21:43.020Z] [2026-03-02T10:21:43.020Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:21:44.956Z] #40 ... [2026-03-02T10:21:44.956Z] [2026-03-02T10:21:45.249Z] #151 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-02T10:21:45.249Z] #151 DONE 2334.0s [2026-03-02T10:21:45.249Z] [2026-03-02T10:21:45.249Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:21:45.543Z] #202 DONE 0.4s [2026-03-02T10:21:45.543Z] [2026-03-02T10:21:45.543Z] #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:21:45.816Z] #203 DONE 0.3s [2026-03-02T10:21:45.816Z] [2026-03-02T10:21:45.816Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-03-02T10:21:46.778Z] #204 DONE 0.8s [2026-03-02T10:21:46.778Z] [2026-03-02T10:21:46.778Z] #205 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:21:46.778Z] #205 DONE 0.5s [2026-03-02T10:21:46.778Z] [2026-03-02T10:21:46.778Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:21:46.778Z] #206 DONE 0.2s [2026-03-02T10:21:46.778Z] [2026-03-02T10:21:46.778Z] #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-03-02T10:21:47.044Z] #207 ... [2026-03-02T10:21:47.044Z] [2026-03-02T10:21:47.044Z] #208 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-03-02T10:21:47.044Z] #208 DONE 0.2s [2026-03-02T10:21:47.044Z] [2026-03-02T10:21:47.311Z] #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-03-02T10:21:47.311Z] #207 DONE 0.6s [2026-03-02T10:21:47.311Z] [2026-03-02T10:21:47.311Z] #115 [core-metadata] exporting to image [2026-03-02T10:21:47.311Z] #115 exporting layers [2026-03-02T10:21:47.595Z] #115 ... [2026-03-02T10:21:47.595Z] [2026-03-02T10:21:47.595Z] #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:21:47.595Z] #209 DONE 0.2s [2026-03-02T10:21:47.595Z] [2026-03-02T10:21:47.595Z] #115 [core-keeper] exporting to image [2026-03-02T10:21:48.176Z] #115 ... [2026-03-02T10:21:48.176Z] [2026-03-02T10:21:48.176Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-02T10:21:48.176Z] #149 DONE 2337.0s [2026-03-02T10:21:48.176Z] [2026-03-02T10:21:48.176Z] #115 [core-keeper] exporting to image [2026-03-02T10:21:48.176Z] #115 exporting layers 1.2s done [2026-03-02T10:21:48.176Z] #115 writing image sha256:49bb02e9a80dc360fc14236234c05832689f63599e43c8080285dc5c055a7a91 0.0s done [2026-03-02T10:21:48.176Z] #115 naming to docker.io/library/core-metadata-arm64 [2026-03-02T10:21:48.442Z] #115 naming to docker.io/library/core-metadata-arm64 0.0s done [2026-03-02T10:21:48.708Z] #115 exporting layers 1.1s done [2026-03-02T10:21:48.708Z] #115 writing image sha256:cafb936ecda3b5c648334f092f451809fc9d6deac4555285746145687d533b25 0.1s done [2026-03-02T10:21:48.708Z] #115 naming to docker.io/library/core-keeper-arm64 [2026-03-02T10:21:48.708Z] #115 naming to docker.io/library/core-keeper-arm64 0.0s done [2026-03-02T10:21:48.708Z] #115 DONE 14.0s [2026-03-02T10:21:48.708Z] [2026-03-02T10:21:48.708Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:21:48.974Z] #210 DONE 0.2s [2026-03-02T10:21:48.974Z] [2026-03-02T10:21:48.974Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:21:49.242Z] #211 DONE 0.1s [2026-03-02T10:21:49.242Z] [2026-03-02T10:21:49.242Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-02T10:21:49.508Z] #212 DONE 0.5s [2026-03-02T10:21:49.508Z] [2026-03-02T10:21:49.508Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:21:49.774Z] #213 DONE 0.1s [2026-03-02T10:21:49.774Z] [2026-03-02T10:21:49.774Z] #115 [core-data] exporting to image [2026-03-02T10:21:50.356Z] #115 exporting layers 0.6s done [2026-03-02T10:21:50.356Z] #115 writing image sha256:df02b9efc7b615aa614fb32006a1b0d2d4868f1aa4313f3a9b858c8c0115c77a done [2026-03-02T10:21:50.356Z] #115 naming to docker.io/library/core-data-arm64 done [2026-03-02T10:21:50.356Z] #115 DONE 14.6s [2026-03-02T10:21:50.356Z] [2026-03-02T10:21:50.356Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-02T10:22:16.999Z] #137 DONE 2364.3s [2026-03-02T10:22:16.999Z] [2026-03-02T10:22:16.999Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:22:16.999Z] #40 ... [2026-03-02T10:22:16.999Z] [2026-03-02T10:22:16.999Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:22:16.999Z] #214 DONE 0.1s [2026-03-02T10:22:16.999Z] [2026-03-02T10:22:16.999Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:22:16.999Z] #215 DONE 0.1s [2026-03-02T10:22:16.999Z] [2026-03-02T10:22:17.000Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:22:17.000Z] #40 ... [2026-03-02T10:22:17.000Z] [2026-03-02T10:22:17.000Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-03-02T10:22:17.000Z] #216 DONE 0.5s [2026-03-02T10:22:17.000Z] [2026-03-02T10:22:17.000Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-03-02T10:22:17.000Z] #217 DONE 0.1s [2026-03-02T10:22:17.000Z] [2026-03-02T10:22:17.000Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T10:22:17.000Z] #150 ... [2026-03-02T10:22:17.000Z] [2026-03-02T10:22:17.000Z] #115 [support-scheduler] exporting to image [2026-03-02T10:22:17.000Z] #115 exporting layers [2026-03-02T10:22:17.954Z] #115 exporting layers 1.0s done [2026-03-02T10:22:18.219Z] #115 writing image sha256:854c02b793c4229f15ce4936e5ebbed3f10f30482ab4e87f4557f8d764892b8e done [2026-03-02T10:22:18.219Z] #115 naming to docker.io/library/support-scheduler-arm64 done [2026-03-02T10:22:18.219Z] #115 DONE 15.6s [2026-03-02T10:22:18.219Z] [2026-03-02T10:22:18.219Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-02T10:22:23.548Z] #150 DONE 2371.9s [2026-03-02T10:22:23.548Z] [2026-03-02T10:22:23.548Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:22:23.548Z] #40 ... [2026-03-02T10:22:23.548Z] [2026-03-02T10:22:23.548Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-02T10:22:23.548Z] #218 DONE 0.1s [2026-03-02T10:22:23.548Z] [2026-03-02T10:22:23.548Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:22:23.548Z] #40 ... [2026-03-02T10:22:23.548Z] [2026-03-02T10:22:23.548Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-02T10:22:23.548Z] #219 DONE 0.1s [2026-03-02T10:22:23.548Z] [2026-03-02T10:22:23.548Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-03-02T10:22:24.129Z] #220 DONE 0.4s [2026-03-02T10:22:24.129Z] [2026-03-02T10:22:24.129Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-03-02T10:22:24.129Z] #221 DONE 0.1s [2026-03-02T10:22:24.129Z] [2026-03-02T10:22:24.129Z] #115 [support-notifications] exporting to image [2026-03-02T10:22:24.129Z] #115 exporting layers [2026-03-02T10:22:24.713Z] #115 exporting layers 0.6s done [2026-03-02T10:22:24.713Z] #115 writing image sha256:e0db35d37322b3da31a2b99ea0c5a3c42e9a3eef66ed369b7b5b477aacc6160c done [2026-03-02T10:22:24.713Z] #115 naming to docker.io/library/support-notifications-arm64 done [2026-03-02T10:22:24.713Z] #115 DONE 16.2s [2026-03-02T10:22:24.713Z] [2026-03-02T10:22:24.713Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-02T10:22:24.713Z] time="2026-03-02T09:39:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-03-02T10:22:24.724Z] $ docker stop --time=1 607b38641e6702f312844520b846e8beec4b197c96a9509de1eb54b11849ef6e [2026-03-02T10:22:26.362Z] $ docker rm -f --volumes 607b38641e6702f312844520b846e8beec4b197c96a9509de1eb54b11849ef6e [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-02T10:22:26.871Z] + docker images [2026-03-02T10:22:26.871Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-03-02T10:22:26.871Z] support-notifications-arm64 latest e0db35d37322 3 seconds ago 53.3MB [2026-03-02T10:22:26.871Z] support-scheduler-arm64 latest 854c02b793c4 10 seconds ago 49.5MB [2026-03-02T10:22:26.871Z] core-data-arm64 latest df02b9efc7b6 37 seconds ago 45.3MB [2026-03-02T10:22:26.871Z] core-keeper-arm64 latest cafb936ecda3 39 seconds ago 45.1MB [2026-03-02T10:22:26.871Z] core-metadata-arm64 latest 49bb02e9a80d 40 seconds ago 45.4MB [2026-03-02T10:22:26.871Z] security-proxy-auth-arm64 latest 2ecff79e4c90 47 seconds ago 44.5MB [2026-03-02T10:22:26.871Z] security-spiffe-token-provider-arm64 latest e23810af6ccc About a minute ago 49.2MB [2026-03-02T10:22:26.871Z] security-secretstore-setup-arm64 latest 868a0b4fa8e9 2 minutes ago 80.7MB [2026-03-02T10:22:26.871Z] security-proxy-setup-arm64 latest 4a1226fb3d33 2 minutes ago 50.4MB [2026-03-02T10:22:26.871Z] core-command-arm64 latest 55aa534a9bea 3 minutes ago 40MB [2026-03-02T10:22:26.871Z] security-bootstrapper-arm64 latest dca51c6b244b 19 minutes ago 21.3MB [2026-03-02T10:22:26.871Z] core-common-config-bootstrapper-arm64 latest aceed25bd353 19 minutes ago 20.1MB [2026-03-02T10:22:26.871Z] security-spire-agent-arm64 latest 8db935f84211 41 minutes ago 219MB [2026-03-02T10:22:26.871Z] security-spire-config-arm64 latest af9e4c1bb856 41 minutes ago 162MB [2026-03-02T10:22:26.871Z] security-spire-server-arm64 latest 1d2f1d9b8366 41 minutes ago 163MB [2026-03-02T10:22:26.871Z] ci-base-image-arm64 latest 8ab2e950fc1f 43 minutes ago 931MB [2026-03-02T10:22:26.871Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 4 months ago 564MB [2026-03-02T10:22:26.871Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T10:22:27.025Z] provisioning config files... [2026-03-02T10:22:27.039Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/955@tmp/config3796297982765263796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:22:27.435Z] ---> ****-login.sh [2026-03-02T10:22:27.435Z] nexus3.edgexfoundry.org:10001 [2026-03-02T10:22:27.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T10:22:27.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T10:22:27.706Z] Configure a credential helper to remove this warning. See [2026-03-02T10:22:27.706Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T10:22:27.706Z] [2026-03-02T10:22:27.706Z] Login Succeeded [2026-03-02T10:22:27.706Z] nexus3.edgexfoundry.org:10002 [2026-03-02T10:22:27.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T10:22:28.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T10:22:28.256Z] Configure a credential helper to remove this warning. See [2026-03-02T10:22:28.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T10:22:28.256Z] [2026-03-02T10:22:28.256Z] Login Succeeded [2026-03-02T10:22:28.256Z] nexus3.edgexfoundry.org:10003 [2026-03-02T10:22:28.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T10:22:28.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T10:22:28.527Z] Configure a credential helper to remove this warning. See [2026-03-02T10:22:28.527Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T10:22:28.527Z] [2026-03-02T10:22:28.527Z] Login Succeeded [2026-03-02T10:22:28.527Z] nexus3.edgexfoundry.org:10004 [2026-03-02T10:22:28.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T10:22:28.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T10:22:28.798Z] Configure a credential helper to remove this warning. See [2026-03-02T10:22:28.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T10:22:28.798Z] [2026-03-02T10:22:28.798Z] Login Succeeded [2026-03-02T10:22:28.798Z] ****.io [2026-03-02T10:22:29.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-02T10:22:29.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-02T10:22:29.335Z] Configure a credential helper to remove this warning. See [2026-03-02T10:22:29.335Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-02T10:22:29.335Z] [2026-03-02T10:22:29.335Z] Login Succeeded [2026-03-02T10:22:29.335Z] ---> ****-login.sh ends [Pipeline] } [2026-03-02T10:22:29.350Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:22:29.393Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-02T10:22:29.424Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2026-03-02T10:22:29.424Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:29.424Z] latest [2026-03-02T10:22:29.424Z] 4.1.0-dev.100 [2026-03-02T10:22:29.424Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:22:29.424Z] main [2026-03-02T10:22:29.424Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:29.790Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:30.147Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:30.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-02T10:22:30.147Z] 2c826bed9ef3: Preparing [2026-03-02T10:22:30.147Z] 8bea4b0c5a09: Preparing [2026-03-02T10:22:30.147Z] 02f691edcc41: Preparing [2026-03-02T10:22:30.147Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:30.147Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:30.147Z] 0da083718ca3: Preparing [2026-03-02T10:22:30.147Z] c4e71c2a4573: Preparing [2026-03-02T10:22:30.147Z] 0da083718ca3: Waiting [2026-03-02T10:22:30.147Z] c4e71c2a4573: Waiting [2026-03-02T10:22:30.412Z] 2c826bed9ef3: Pushed [2026-03-02T10:22:30.412Z] 02f691edcc41: Pushed [2026-03-02T10:22:30.412Z] e1f12ce41aa9: Pushed [2026-03-02T10:22:30.412Z] 23ca80eae4ed: Pushed [2026-03-02T10:22:30.412Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:30.412Z] 0da083718ca3: Pushed [2026-03-02T10:22:37.154Z] 8bea4b0c5a09: Pushed [2026-03-02T10:22:37.154Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:7ceddd72b4d0f5ff94955410c7663264c9061d2b6cd275ebc87dc986b4b617e1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:37.509Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:37.862Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-03-02T10:22:37.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-02T10:22:37.862Z] 2c826bed9ef3: Preparing [2026-03-02T10:22:37.862Z] 8bea4b0c5a09: Preparing [2026-03-02T10:22:37.862Z] 02f691edcc41: Preparing [2026-03-02T10:22:37.862Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:37.862Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:37.862Z] 0da083718ca3: Preparing [2026-03-02T10:22:37.862Z] c4e71c2a4573: Preparing [2026-03-02T10:22:37.862Z] c4e71c2a4573: Waiting [2026-03-02T10:22:37.862Z] 0da083718ca3: Waiting [2026-03-02T10:22:37.862Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:37.862Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:37.862Z] 8bea4b0c5a09: Layer already exists [2026-03-02T10:22:37.862Z] 2c826bed9ef3: Layer already exists [2026-03-02T10:22:37.862Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:37.862Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:37.862Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:38.128Z] latest: digest: sha256:7ceddd72b4d0f5ff94955410c7663264c9061d2b6cd275ebc87dc986b4b617e1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:38.478Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:38.819Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.100 [2026-03-02T10:22:38.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-02T10:22:38.819Z] 2c826bed9ef3: Preparing [2026-03-02T10:22:38.819Z] 8bea4b0c5a09: Preparing [2026-03-02T10:22:38.819Z] 02f691edcc41: Preparing [2026-03-02T10:22:38.819Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:38.819Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:38.819Z] 0da083718ca3: Preparing [2026-03-02T10:22:38.819Z] c4e71c2a4573: Preparing [2026-03-02T10:22:38.819Z] 0da083718ca3: Waiting [2026-03-02T10:22:38.819Z] c4e71c2a4573: Waiting [2026-03-02T10:22:38.819Z] 8bea4b0c5a09: Layer already exists [2026-03-02T10:22:38.819Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:38.819Z] 2c826bed9ef3: Layer already exists [2026-03-02T10:22:38.819Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:38.819Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:38.819Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:38.819Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:38.819Z] 4.1.0-dev.100: digest: sha256:7ceddd72b4d0f5ff94955410c7663264c9061d2b6cd275ebc87dc986b4b617e1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:39.166Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:39.513Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:22:39.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-02T10:22:39.513Z] 2c826bed9ef3: Preparing [2026-03-02T10:22:39.513Z] 8bea4b0c5a09: Preparing [2026-03-02T10:22:39.513Z] 02f691edcc41: Preparing [2026-03-02T10:22:39.513Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:39.513Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:39.513Z] 0da083718ca3: Preparing [2026-03-02T10:22:39.513Z] c4e71c2a4573: Preparing [2026-03-02T10:22:39.513Z] c4e71c2a4573: Waiting [2026-03-02T10:22:39.513Z] 0da083718ca3: Waiting [2026-03-02T10:22:39.513Z] 2c826bed9ef3: Layer already exists [2026-03-02T10:22:39.513Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:39.513Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:39.513Z] 8bea4b0c5a09: Layer already exists [2026-03-02T10:22:39.513Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:39.513Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:39.513Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:39.513Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:7ceddd72b4d0f5ff94955410c7663264c9061d2b6cd275ebc87dc986b4b617e1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:40.127Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:40.475Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2026-03-02T10:22:40.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-02T10:22:40.475Z] 2c826bed9ef3: Preparing [2026-03-02T10:22:40.475Z] 8bea4b0c5a09: Preparing [2026-03-02T10:22:40.475Z] 02f691edcc41: Preparing [2026-03-02T10:22:40.475Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:40.475Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:40.475Z] 0da083718ca3: Preparing [2026-03-02T10:22:40.475Z] c4e71c2a4573: Preparing [2026-03-02T10:22:40.475Z] 0da083718ca3: Waiting [2026-03-02T10:22:40.475Z] c4e71c2a4573: Waiting [2026-03-02T10:22:40.475Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:40.475Z] 2c826bed9ef3: Layer already exists [2026-03-02T10:22:40.475Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:40.475Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:40.475Z] 8bea4b0c5a09: Layer already exists [2026-03-02T10:22:40.475Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:40.475Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:40.740Z] main: digest: sha256:7ceddd72b4d0f5ff94955410c7663264c9061d2b6cd275ebc87dc986b4b617e1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:22:40.811Z] ===================================================== [Pipeline] echo [2026-03-02T10:22:40.827Z] taggedImages: [2026-03-02T10:22:40.827Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:40.827Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-03-02T10:22:40.827Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.100 [2026-03-02T10:22:40.827Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:22:40.827Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-03-02T10:22:40.858Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2026-03-02T10:22:40.858Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:40.858Z] latest [2026-03-02T10:22:40.858Z] 4.1.0-dev.100 [2026-03-02T10:22:40.858Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:22:40.858Z] main [2026-03-02T10:22:40.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:41.220Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:41.563Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:41.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-02T10:22:41.563Z] 1e04c23c3c6d: Preparing [2026-03-02T10:22:41.563Z] 97735eabd875: Preparing [2026-03-02T10:22:41.563Z] 21ed4746d42c: Preparing [2026-03-02T10:22:41.563Z] 6d4e3c3ed228: Preparing [2026-03-02T10:22:41.563Z] 02f691edcc41: Preparing [2026-03-02T10:22:41.563Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:41.563Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:41.563Z] e1f12ce41aa9: Waiting [2026-03-02T10:22:41.563Z] 0da083718ca3: Preparing [2026-03-02T10:22:41.563Z] 23ca80eae4ed: Waiting [2026-03-02T10:22:41.563Z] c4e71c2a4573: Preparing [2026-03-02T10:22:41.563Z] 0da083718ca3: Waiting [2026-03-02T10:22:41.563Z] c4e71c2a4573: Waiting [2026-03-02T10:22:41.563Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:41.563Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:41.826Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:41.826Z] 21ed4746d42c: Pushed [2026-03-02T10:22:41.826Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:41.826Z] 97735eabd875: Pushed [2026-03-02T10:22:41.826Z] 1e04c23c3c6d: Pushed [2026-03-02T10:22:41.826Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:44.387Z] 6d4e3c3ed228: Pushed [2026-03-02T10:22:44.387Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:0bdb50e2379dcddcff8eb34dc88fe0225b89039a1135ed43d502f6ae6a1808df size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:44.737Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:45.099Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-03-02T10:22:45.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-02T10:22:45.099Z] 1e04c23c3c6d: Preparing [2026-03-02T10:22:45.099Z] 97735eabd875: Preparing [2026-03-02T10:22:45.099Z] 21ed4746d42c: Preparing [2026-03-02T10:22:45.099Z] 6d4e3c3ed228: Preparing [2026-03-02T10:22:45.099Z] 02f691edcc41: Preparing [2026-03-02T10:22:45.099Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:45.099Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:45.099Z] e1f12ce41aa9: Waiting [2026-03-02T10:22:45.099Z] 0da083718ca3: Preparing [2026-03-02T10:22:45.099Z] c4e71c2a4573: Preparing [2026-03-02T10:22:45.099Z] 0da083718ca3: Waiting [2026-03-02T10:22:45.099Z] 23ca80eae4ed: Waiting [2026-03-02T10:22:45.099Z] c4e71c2a4573: Waiting [2026-03-02T10:22:45.099Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:45.099Z] 6d4e3c3ed228: Layer already exists [2026-03-02T10:22:45.099Z] 97735eabd875: Layer already exists [2026-03-02T10:22:45.099Z] 1e04c23c3c6d: Layer already exists [2026-03-02T10:22:45.099Z] 21ed4746d42c: Layer already exists [2026-03-02T10:22:45.099Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:45.099Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:45.099Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:45.099Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:45.362Z] latest: digest: sha256:0bdb50e2379dcddcff8eb34dc88fe0225b89039a1135ed43d502f6ae6a1808df size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:45.711Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:46.062Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.100 [2026-03-02T10:22:46.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-02T10:22:46.062Z] 1e04c23c3c6d: Preparing [2026-03-02T10:22:46.062Z] 97735eabd875: Preparing [2026-03-02T10:22:46.062Z] 21ed4746d42c: Preparing [2026-03-02T10:22:46.062Z] 6d4e3c3ed228: Preparing [2026-03-02T10:22:46.062Z] 02f691edcc41: Preparing [2026-03-02T10:22:46.062Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:46.062Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:46.062Z] 0da083718ca3: Preparing [2026-03-02T10:22:46.062Z] c4e71c2a4573: Preparing [2026-03-02T10:22:46.062Z] 23ca80eae4ed: Waiting [2026-03-02T10:22:46.062Z] 0da083718ca3: Waiting [2026-03-02T10:22:46.062Z] c4e71c2a4573: Waiting [2026-03-02T10:22:46.062Z] e1f12ce41aa9: Waiting [2026-03-02T10:22:46.062Z] 21ed4746d42c: Layer already exists [2026-03-02T10:22:46.062Z] 1e04c23c3c6d: Layer already exists [2026-03-02T10:22:46.062Z] 6d4e3c3ed228: Layer already exists [2026-03-02T10:22:46.062Z] 97735eabd875: Layer already exists [2026-03-02T10:22:46.062Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:46.062Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:46.062Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:46.062Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:46.062Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:46.062Z] 4.1.0-dev.100: digest: sha256:0bdb50e2379dcddcff8eb34dc88fe0225b89039a1135ed43d502f6ae6a1808df size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:46.687Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:47.046Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:22:47.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-02T10:22:47.046Z] 1e04c23c3c6d: Preparing [2026-03-02T10:22:47.046Z] 97735eabd875: Preparing [2026-03-02T10:22:47.046Z] 21ed4746d42c: Preparing [2026-03-02T10:22:47.046Z] 6d4e3c3ed228: Preparing [2026-03-02T10:22:47.046Z] 02f691edcc41: Preparing [2026-03-02T10:22:47.046Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:47.046Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:47.046Z] 0da083718ca3: Preparing [2026-03-02T10:22:47.046Z] c4e71c2a4573: Preparing [2026-03-02T10:22:47.046Z] e1f12ce41aa9: Waiting [2026-03-02T10:22:47.046Z] c4e71c2a4573: Waiting [2026-03-02T10:22:47.046Z] 23ca80eae4ed: Waiting [2026-03-02T10:22:47.046Z] 0da083718ca3: Waiting [2026-03-02T10:22:49.937Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:49.937Z] 97735eabd875: Layer already exists [2026-03-02T10:22:49.937Z] 6d4e3c3ed228: Layer already exists [2026-03-02T10:22:49.937Z] 21ed4746d42c: Layer already exists [2026-03-02T10:22:49.937Z] 1e04c23c3c6d: Layer already exists [2026-03-02T10:22:49.937Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:49.937Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:49.937Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:49.937Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:49.937Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:0bdb50e2379dcddcff8eb34dc88fe0225b89039a1135ed43d502f6ae6a1808df size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:50.283Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:50.629Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2026-03-02T10:22:50.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-02T10:22:50.629Z] 1e04c23c3c6d: Preparing [2026-03-02T10:22:50.629Z] 97735eabd875: Preparing [2026-03-02T10:22:50.629Z] 21ed4746d42c: Preparing [2026-03-02T10:22:50.629Z] 6d4e3c3ed228: Preparing [2026-03-02T10:22:50.629Z] 02f691edcc41: Preparing [2026-03-02T10:22:50.629Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:50.629Z] 23ca80eae4ed: Preparing [2026-03-02T10:22:50.629Z] 0da083718ca3: Preparing [2026-03-02T10:22:50.629Z] c4e71c2a4573: Preparing [2026-03-02T10:22:50.629Z] e1f12ce41aa9: Waiting [2026-03-02T10:22:50.629Z] 23ca80eae4ed: Waiting [2026-03-02T10:22:50.629Z] c4e71c2a4573: Waiting [2026-03-02T10:22:50.629Z] 0da083718ca3: Waiting [2026-03-02T10:22:50.629Z] 97735eabd875: Layer already exists [2026-03-02T10:22:50.629Z] 21ed4746d42c: Layer already exists [2026-03-02T10:22:50.629Z] 1e04c23c3c6d: Layer already exists [2026-03-02T10:22:50.629Z] 6d4e3c3ed228: Layer already exists [2026-03-02T10:22:50.629Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:50.629Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:50.629Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:22:50.629Z] 0da083718ca3: Layer already exists [2026-03-02T10:22:50.629Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:50.892Z] main: digest: sha256:0bdb50e2379dcddcff8eb34dc88fe0225b89039a1135ed43d502f6ae6a1808df size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:22:50.972Z] ===================================================== [Pipeline] echo [2026-03-02T10:22:50.987Z] taggedImages: [2026-03-02T10:22:50.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:50.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-03-02T10:22:50.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.100 [2026-03-02T10:22:50.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:22:50.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-03-02T10:22:51.024Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2026-03-02T10:22:51.024Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:51.024Z] latest [2026-03-02T10:22:51.024Z] 4.1.0-dev.100 [2026-03-02T10:22:51.024Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:22:51.024Z] main [2026-03-02T10:22:51.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:51.407Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:22:51.765Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:22:51.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-02T10:22:51.765Z] cc0fb584ae63: Preparing [2026-03-02T10:22:51.765Z] 5c1bcf250ddf: Preparing [2026-03-02T10:22:51.765Z] 02f691edcc41: Preparing [2026-03-02T10:22:51.765Z] e1f12ce41aa9: Preparing [2026-03-02T10:22:51.765Z] d60553509edc: Preparing [2026-03-02T10:22:51.765Z] 85ee156fcb6c: Preparing [2026-03-02T10:22:51.765Z] c4e71c2a4573: Preparing [2026-03-02T10:22:51.765Z] 85ee156fcb6c: Waiting [2026-03-02T10:22:51.765Z] c4e71c2a4573: Waiting [2026-03-02T10:22:51.765Z] 02f691edcc41: Layer already exists [2026-03-02T10:22:51.765Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:22:52.029Z] c4e71c2a4573: Layer already exists [2026-03-02T10:22:52.029Z] d60553509edc: Pushed [2026-03-02T10:22:52.029Z] cc0fb584ae63: Pushed [2026-03-02T10:22:52.029Z] 85ee156fcb6c: Pushed [2026-03-02T10:23:00.195Z] 5c1bcf250ddf: Pushed [2026-03-02T10:23:00.195Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:bb74b7eb9975bfc411fefa60536b91d357b4ac534610a8fdb00a3a4c213211e3 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:00.545Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:00.890Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-03-02T10:23:00.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-02T10:23:00.890Z] cc0fb584ae63: Preparing [2026-03-02T10:23:00.890Z] 5c1bcf250ddf: Preparing [2026-03-02T10:23:00.890Z] 02f691edcc41: Preparing [2026-03-02T10:23:00.890Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:00.890Z] d60553509edc: Preparing [2026-03-02T10:23:00.890Z] 85ee156fcb6c: Preparing [2026-03-02T10:23:00.890Z] 85ee156fcb6c: Waiting [2026-03-02T10:23:00.890Z] c4e71c2a4573: Preparing [2026-03-02T10:23:00.890Z] c4e71c2a4573: Waiting [2026-03-02T10:23:00.890Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:00.890Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:00.890Z] d60553509edc: Layer already exists [2026-03-02T10:23:00.890Z] cc0fb584ae63: Layer already exists [2026-03-02T10:23:00.890Z] 5c1bcf250ddf: Layer already exists [2026-03-02T10:23:00.890Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:00.890Z] 85ee156fcb6c: Layer already exists [2026-03-02T10:23:01.155Z] latest: digest: sha256:bb74b7eb9975bfc411fefa60536b91d357b4ac534610a8fdb00a3a4c213211e3 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:01.509Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:02.444Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.100 [2026-03-02T10:23:02.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-02T10:23:02.445Z] cc0fb584ae63: Preparing [2026-03-02T10:23:02.445Z] 5c1bcf250ddf: Preparing [2026-03-02T10:23:02.445Z] 02f691edcc41: Preparing [2026-03-02T10:23:02.445Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:02.445Z] d60553509edc: Preparing [2026-03-02T10:23:02.445Z] 85ee156fcb6c: Preparing [2026-03-02T10:23:02.445Z] c4e71c2a4573: Preparing [2026-03-02T10:23:02.445Z] 85ee156fcb6c: Waiting [2026-03-02T10:23:02.445Z] c4e71c2a4573: Waiting [2026-03-02T10:23:02.445Z] d60553509edc: Layer already exists [2026-03-02T10:23:02.445Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:02.445Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:02.445Z] 5c1bcf250ddf: Layer already exists [2026-03-02T10:23:02.445Z] cc0fb584ae63: Layer already exists [2026-03-02T10:23:02.445Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:02.445Z] 85ee156fcb6c: Layer already exists [2026-03-02T10:23:02.445Z] 4.1.0-dev.100: digest: sha256:bb74b7eb9975bfc411fefa60536b91d357b4ac534610a8fdb00a3a4c213211e3 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:03.053Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:03.399Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:03.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-02T10:23:03.399Z] cc0fb584ae63: Preparing [2026-03-02T10:23:03.399Z] 5c1bcf250ddf: Preparing [2026-03-02T10:23:03.399Z] 02f691edcc41: Preparing [2026-03-02T10:23:03.399Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:03.399Z] d60553509edc: Preparing [2026-03-02T10:23:03.399Z] 85ee156fcb6c: Preparing [2026-03-02T10:23:03.399Z] c4e71c2a4573: Preparing [2026-03-02T10:23:03.399Z] 85ee156fcb6c: Waiting [2026-03-02T10:23:03.399Z] c4e71c2a4573: Waiting [2026-03-02T10:23:03.399Z] d60553509edc: Layer already exists [2026-03-02T10:23:03.399Z] 5c1bcf250ddf: Layer already exists [2026-03-02T10:23:03.399Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:03.399Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:03.399Z] cc0fb584ae63: Layer already exists [2026-03-02T10:23:03.399Z] 85ee156fcb6c: Layer already exists [2026-03-02T10:23:03.399Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:03.661Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:bb74b7eb9975bfc411fefa60536b91d357b4ac534610a8fdb00a3a4c213211e3 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:04.001Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:04.336Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2026-03-02T10:23:04.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-02T10:23:04.336Z] cc0fb584ae63: Preparing [2026-03-02T10:23:04.336Z] 5c1bcf250ddf: Preparing [2026-03-02T10:23:04.336Z] 02f691edcc41: Preparing [2026-03-02T10:23:04.336Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:04.336Z] d60553509edc: Preparing [2026-03-02T10:23:04.336Z] 85ee156fcb6c: Preparing [2026-03-02T10:23:04.336Z] c4e71c2a4573: Preparing [2026-03-02T10:23:04.336Z] 85ee156fcb6c: Waiting [2026-03-02T10:23:04.336Z] c4e71c2a4573: Waiting [2026-03-02T10:23:04.336Z] cc0fb584ae63: Layer already exists [2026-03-02T10:23:04.336Z] d60553509edc: Layer already exists [2026-03-02T10:23:04.336Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:04.336Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:04.336Z] 5c1bcf250ddf: Layer already exists [2026-03-02T10:23:04.336Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:04.336Z] 85ee156fcb6c: Layer already exists [2026-03-02T10:23:04.600Z] main: digest: sha256:bb74b7eb9975bfc411fefa60536b91d357b4ac534610a8fdb00a3a4c213211e3 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:23:04.671Z] ===================================================== [Pipeline] echo [2026-03-02T10:23:04.683Z] taggedImages: [2026-03-02T10:23:04.683Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:04.683Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-03-02T10:23:04.683Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.100 [2026-03-02T10:23:04.683Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:04.683Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-03-02T10:23:04.711Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2026-03-02T10:23:04.711Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:04.711Z] latest [2026-03-02T10:23:04.711Z] 4.1.0-dev.100 [2026-03-02T10:23:04.711Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:04.711Z] main [2026-03-02T10:23:04.711Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:05.072Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:05.427Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:05.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-02T10:23:05.428Z] 25b46537ba04: Preparing [2026-03-02T10:23:05.428Z] 3b02eb1f4647: Preparing [2026-03-02T10:23:05.428Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:05.428Z] 95fc585fc1db: Preparing [2026-03-02T10:23:05.428Z] 13dbe991f292: Preparing [2026-03-02T10:23:05.428Z] c4e71c2a4573: Preparing [2026-03-02T10:23:05.428Z] c4e71c2a4573: Waiting [2026-03-02T10:23:05.428Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:05.693Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:05.693Z] 13dbe991f292: Pushed [2026-03-02T10:23:05.693Z] 95fc585fc1db: Pushed [2026-03-02T10:23:05.693Z] 25b46537ba04: Pushed [2026-03-02T10:23:13.865Z] 3b02eb1f4647: Pushed [2026-03-02T10:23:15.796Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:86f1ab02290e0758b45f3241e4748755a3fcfd5b99f96e52992cf4fac2e29e9b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:16.144Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:16.487Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-03-02T10:23:16.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-02T10:23:16.488Z] 25b46537ba04: Preparing [2026-03-02T10:23:16.488Z] 3b02eb1f4647: Preparing [2026-03-02T10:23:16.488Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:16.488Z] 95fc585fc1db: Preparing [2026-03-02T10:23:16.488Z] 13dbe991f292: Preparing [2026-03-02T10:23:16.488Z] c4e71c2a4573: Preparing [2026-03-02T10:23:16.488Z] c4e71c2a4573: Waiting [2026-03-02T10:23:16.488Z] 3b02eb1f4647: Layer already exists [2026-03-02T10:23:16.488Z] 25b46537ba04: Layer already exists [2026-03-02T10:23:16.488Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:16.488Z] 13dbe991f292: Layer already exists [2026-03-02T10:23:16.488Z] 95fc585fc1db: Layer already exists [2026-03-02T10:23:16.488Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:16.488Z] latest: digest: sha256:86f1ab02290e0758b45f3241e4748755a3fcfd5b99f96e52992cf4fac2e29e9b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:17.096Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:17.440Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.100 [2026-03-02T10:23:17.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-02T10:23:17.440Z] 25b46537ba04: Preparing [2026-03-02T10:23:17.440Z] 3b02eb1f4647: Preparing [2026-03-02T10:23:17.440Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:17.440Z] 95fc585fc1db: Preparing [2026-03-02T10:23:17.440Z] 13dbe991f292: Preparing [2026-03-02T10:23:17.440Z] c4e71c2a4573: Preparing [2026-03-02T10:23:17.440Z] c4e71c2a4573: Waiting [2026-03-02T10:23:17.440Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:17.440Z] 3b02eb1f4647: Layer already exists [2026-03-02T10:23:17.440Z] 13dbe991f292: Layer already exists [2026-03-02T10:23:17.440Z] 25b46537ba04: Layer already exists [2026-03-02T10:23:17.440Z] 95fc585fc1db: Layer already exists [2026-03-02T10:23:17.440Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:17.704Z] 4.1.0-dev.100: digest: sha256:86f1ab02290e0758b45f3241e4748755a3fcfd5b99f96e52992cf4fac2e29e9b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:18.053Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:18.394Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:18.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-02T10:23:18.394Z] 25b46537ba04: Preparing [2026-03-02T10:23:18.394Z] 3b02eb1f4647: Preparing [2026-03-02T10:23:18.394Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:18.394Z] 95fc585fc1db: Preparing [2026-03-02T10:23:18.394Z] 13dbe991f292: Preparing [2026-03-02T10:23:18.394Z] c4e71c2a4573: Preparing [2026-03-02T10:23:18.394Z] c4e71c2a4573: Waiting [2026-03-02T10:23:18.394Z] 95fc585fc1db: Layer already exists [2026-03-02T10:23:18.394Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:18.394Z] 3b02eb1f4647: Layer already exists [2026-03-02T10:23:18.394Z] 25b46537ba04: Layer already exists [2026-03-02T10:23:18.394Z] 13dbe991f292: Layer already exists [2026-03-02T10:23:18.394Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:18.394Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:86f1ab02290e0758b45f3241e4748755a3fcfd5b99f96e52992cf4fac2e29e9b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:18.751Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:19.094Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2026-03-02T10:23:19.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-02T10:23:19.094Z] 25b46537ba04: Preparing [2026-03-02T10:23:19.094Z] 3b02eb1f4647: Preparing [2026-03-02T10:23:19.094Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:19.094Z] 95fc585fc1db: Preparing [2026-03-02T10:23:19.094Z] 13dbe991f292: Preparing [2026-03-02T10:23:19.094Z] c4e71c2a4573: Preparing [2026-03-02T10:23:19.094Z] 95fc585fc1db: Layer already exists [2026-03-02T10:23:19.094Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:19.094Z] 13dbe991f292: Layer already exists [2026-03-02T10:23:19.094Z] 3b02eb1f4647: Layer already exists [2026-03-02T10:23:19.094Z] 25b46537ba04: Layer already exists [2026-03-02T10:23:19.094Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:19.094Z] main: digest: sha256:86f1ab02290e0758b45f3241e4748755a3fcfd5b99f96e52992cf4fac2e29e9b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:23:19.430Z] ===================================================== [Pipeline] echo [2026-03-02T10:23:19.444Z] taggedImages: [2026-03-02T10:23:19.444Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:19.444Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-03-02T10:23:19.444Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.100 [2026-03-02T10:23:19.444Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:19.444Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-03-02T10:23:19.466Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2026-03-02T10:23:19.466Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:19.466Z] latest [2026-03-02T10:23:19.466Z] 4.1.0-dev.100 [2026-03-02T10:23:19.466Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:19.466Z] main [2026-03-02T10:23:19.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:19.819Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:20.155Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:20.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-02T10:23:20.155Z] fc16c6ead4ba: Preparing [2026-03-02T10:23:20.155Z] c1e8a91505a4: Preparing [2026-03-02T10:23:20.155Z] df8ea90e6f08: Preparing [2026-03-02T10:23:20.155Z] 02f691edcc41: Preparing [2026-03-02T10:23:20.155Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:20.155Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:20.155Z] 0da083718ca3: Preparing [2026-03-02T10:23:20.155Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:20.155Z] c4e71c2a4573: Preparing [2026-03-02T10:23:20.155Z] 0da083718ca3: Waiting [2026-03-02T10:23:20.155Z] c4e71c2a4573: Waiting [2026-03-02T10:23:20.155Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:20.155Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:20.419Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:20.419Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:20.419Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:20.419Z] c1e8a91505a4: Pushed [2026-03-02T10:23:20.419Z] fc16c6ead4ba: Pushed [2026-03-02T10:23:28.583Z] df8ea90e6f08: Pushed [2026-03-02T10:23:29.532Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:5086ef04dc116bb8fae0d411d8b7c1bd0933e617f4f9e7f8c278d130e4a0ce96 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:29.875Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:30.219Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-03-02T10:23:30.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-02T10:23:30.219Z] fc16c6ead4ba: Preparing [2026-03-02T10:23:30.219Z] c1e8a91505a4: Preparing [2026-03-02T10:23:30.219Z] df8ea90e6f08: Preparing [2026-03-02T10:23:30.219Z] 02f691edcc41: Preparing [2026-03-02T10:23:30.219Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:30.219Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:30.219Z] 0da083718ca3: Preparing [2026-03-02T10:23:30.219Z] c4e71c2a4573: Preparing [2026-03-02T10:23:30.219Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:30.219Z] 0da083718ca3: Waiting [2026-03-02T10:23:30.219Z] c4e71c2a4573: Waiting [2026-03-02T10:23:30.219Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:30.219Z] c1e8a91505a4: Layer already exists [2026-03-02T10:23:30.219Z] df8ea90e6f08: Layer already exists [2026-03-02T10:23:30.219Z] fc16c6ead4ba: Layer already exists [2026-03-02T10:23:30.219Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:30.219Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:30.219Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:30.219Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:30.482Z] latest: digest: sha256:5086ef04dc116bb8fae0d411d8b7c1bd0933e617f4f9e7f8c278d130e4a0ce96 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:30.830Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:31.175Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.100 [2026-03-02T10:23:31.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-02T10:23:31.175Z] fc16c6ead4ba: Preparing [2026-03-02T10:23:31.175Z] c1e8a91505a4: Preparing [2026-03-02T10:23:31.175Z] df8ea90e6f08: Preparing [2026-03-02T10:23:31.175Z] 02f691edcc41: Preparing [2026-03-02T10:23:31.175Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:31.175Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:31.175Z] 0da083718ca3: Preparing [2026-03-02T10:23:31.175Z] c4e71c2a4573: Preparing [2026-03-02T10:23:31.175Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:31.175Z] 0da083718ca3: Waiting [2026-03-02T10:23:31.175Z] c4e71c2a4573: Waiting [2026-03-02T10:23:31.175Z] fc16c6ead4ba: Layer already exists [2026-03-02T10:23:31.175Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:31.175Z] df8ea90e6f08: Layer already exists [2026-03-02T10:23:31.175Z] c1e8a91505a4: Layer already exists [2026-03-02T10:23:31.175Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:31.175Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:31.175Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:31.175Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:31.175Z] 4.1.0-dev.100: digest: sha256:5086ef04dc116bb8fae0d411d8b7c1bd0933e617f4f9e7f8c278d130e4a0ce96 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:31.791Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:32.133Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:32.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-02T10:23:32.133Z] fc16c6ead4ba: Preparing [2026-03-02T10:23:32.133Z] c1e8a91505a4: Preparing [2026-03-02T10:23:32.133Z] df8ea90e6f08: Preparing [2026-03-02T10:23:32.133Z] 02f691edcc41: Preparing [2026-03-02T10:23:32.133Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:32.133Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:32.133Z] 0da083718ca3: Preparing [2026-03-02T10:23:32.133Z] c4e71c2a4573: Preparing [2026-03-02T10:23:32.133Z] 0da083718ca3: Waiting [2026-03-02T10:23:32.133Z] c4e71c2a4573: Waiting [2026-03-02T10:23:32.133Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:32.133Z] df8ea90e6f08: Layer already exists [2026-03-02T10:23:32.133Z] fc16c6ead4ba: Layer already exists [2026-03-02T10:23:32.133Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:32.133Z] c1e8a91505a4: Layer already exists [2026-03-02T10:23:32.133Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:32.133Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:32.133Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:32.133Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:32.397Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:5086ef04dc116bb8fae0d411d8b7c1bd0933e617f4f9e7f8c278d130e4a0ce96 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:32.801Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:33.139Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2026-03-02T10:23:33.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-02T10:23:33.139Z] fc16c6ead4ba: Preparing [2026-03-02T10:23:33.139Z] c1e8a91505a4: Preparing [2026-03-02T10:23:33.139Z] df8ea90e6f08: Preparing [2026-03-02T10:23:33.139Z] 02f691edcc41: Preparing [2026-03-02T10:23:33.139Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:33.139Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:33.139Z] 0da083718ca3: Preparing [2026-03-02T10:23:33.139Z] c4e71c2a4573: Preparing [2026-03-02T10:23:33.139Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:33.139Z] 0da083718ca3: Waiting [2026-03-02T10:23:33.139Z] c4e71c2a4573: Waiting [2026-03-02T10:23:33.139Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:33.139Z] df8ea90e6f08: Layer already exists [2026-03-02T10:23:33.139Z] c1e8a91505a4: Layer already exists [2026-03-02T10:23:33.139Z] fc16c6ead4ba: Layer already exists [2026-03-02T10:23:33.139Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:33.139Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:33.139Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:33.139Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:33.402Z] main: digest: sha256:5086ef04dc116bb8fae0d411d8b7c1bd0933e617f4f9e7f8c278d130e4a0ce96 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:23:33.479Z] ===================================================== [Pipeline] echo [2026-03-02T10:23:33.496Z] taggedImages: [2026-03-02T10:23:33.496Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:33.496Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-03-02T10:23:33.496Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.100 [2026-03-02T10:23:33.496Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:33.496Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-03-02T10:23:33.524Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2026-03-02T10:23:33.524Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:33.524Z] latest [2026-03-02T10:23:33.524Z] 4.1.0-dev.100 [2026-03-02T10:23:33.524Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:33.524Z] main [2026-03-02T10:23:33.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:34.005Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:34.340Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:34.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-02T10:23:34.340Z] 2f84eae01adf: Preparing [2026-03-02T10:23:34.340Z] 2e72625e48fe: Preparing [2026-03-02T10:23:34.340Z] 69f68e045f6c: Preparing [2026-03-02T10:23:34.340Z] ae28da92c124: Preparing [2026-03-02T10:23:34.340Z] e57444303df0: Preparing [2026-03-02T10:23:34.340Z] de331759f39b: Preparing [2026-03-02T10:23:34.340Z] 7d411d94377f: Preparing [2026-03-02T10:23:34.340Z] 02f691edcc41: Preparing [2026-03-02T10:23:34.340Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:34.340Z] a48f74d7efae: Preparing [2026-03-02T10:23:34.340Z] 0f5251d7dcba: Preparing [2026-03-02T10:23:34.340Z] 5f70bf18a086: Preparing [2026-03-02T10:23:34.340Z] 490a5d34bb01: Preparing [2026-03-02T10:23:34.340Z] b44617b21767: Preparing [2026-03-02T10:23:34.340Z] 6b130cb73011: Preparing [2026-03-02T10:23:34.340Z] c4e71c2a4573: Preparing [2026-03-02T10:23:34.340Z] de331759f39b: Waiting [2026-03-02T10:23:34.340Z] 7d411d94377f: Waiting [2026-03-02T10:23:34.340Z] a48f74d7efae: Waiting [2026-03-02T10:23:34.340Z] 02f691edcc41: Waiting [2026-03-02T10:23:34.340Z] 0f5251d7dcba: Waiting [2026-03-02T10:23:34.340Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:34.340Z] 5f70bf18a086: Waiting [2026-03-02T10:23:34.340Z] 490a5d34bb01: Waiting [2026-03-02T10:23:34.340Z] b44617b21767: Waiting [2026-03-02T10:23:34.340Z] 6b130cb73011: Waiting [2026-03-02T10:23:34.340Z] c4e71c2a4573: Waiting [2026-03-02T10:23:34.604Z] e57444303df0: Pushed [2026-03-02T10:23:34.604Z] ae28da92c124: Pushed [2026-03-02T10:23:34.604Z] 2f84eae01adf: Pushed [2026-03-02T10:23:34.604Z] 69f68e045f6c: Pushed [2026-03-02T10:23:34.604Z] 2e72625e48fe: Pushed [2026-03-02T10:23:34.604Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:34.604Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:34.604Z] de331759f39b: Pushed [2026-03-02T10:23:34.604Z] 5f70bf18a086: Layer already exists [2026-03-02T10:23:34.868Z] a48f74d7efae: Pushed [2026-03-02T10:23:34.868Z] 0f5251d7dcba: Pushed [2026-03-02T10:23:34.868Z] 490a5d34bb01: Pushed [2026-03-02T10:23:34.868Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:34.868Z] b44617b21767: Pushed [2026-03-02T10:23:34.868Z] 6b130cb73011: Pushed [2026-03-02T10:23:38.188Z] 7d411d94377f: Pushed [2026-03-02T10:23:38.188Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:65a97ec04362f14d05bbe4bbb7be52dcddf7b3782a3365b1f3b4f112041ada66 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:38.611Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:38.961Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-03-02T10:23:38.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-02T10:23:38.961Z] 2f84eae01adf: Preparing [2026-03-02T10:23:38.961Z] 2e72625e48fe: Preparing [2026-03-02T10:23:38.961Z] 69f68e045f6c: Preparing [2026-03-02T10:23:38.961Z] ae28da92c124: Preparing [2026-03-02T10:23:38.961Z] e57444303df0: Preparing [2026-03-02T10:23:38.961Z] de331759f39b: Preparing [2026-03-02T10:23:38.961Z] 7d411d94377f: Preparing [2026-03-02T10:23:38.961Z] 02f691edcc41: Preparing [2026-03-02T10:23:38.961Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:38.961Z] a48f74d7efae: Preparing [2026-03-02T10:23:38.961Z] 0f5251d7dcba: Preparing [2026-03-02T10:23:38.961Z] 5f70bf18a086: Preparing [2026-03-02T10:23:38.961Z] 490a5d34bb01: Preparing [2026-03-02T10:23:38.961Z] b44617b21767: Preparing [2026-03-02T10:23:38.961Z] 6b130cb73011: Preparing [2026-03-02T10:23:38.961Z] c4e71c2a4573: Preparing [2026-03-02T10:23:38.961Z] 7d411d94377f: Waiting [2026-03-02T10:23:38.961Z] 02f691edcc41: Waiting [2026-03-02T10:23:38.961Z] de331759f39b: Waiting [2026-03-02T10:23:38.961Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:38.961Z] a48f74d7efae: Waiting [2026-03-02T10:23:38.961Z] 0f5251d7dcba: Waiting [2026-03-02T10:23:38.961Z] 5f70bf18a086: Waiting [2026-03-02T10:23:38.961Z] 490a5d34bb01: Waiting [2026-03-02T10:23:38.961Z] b44617b21767: Waiting [2026-03-02T10:23:38.961Z] 6b130cb73011: Waiting [2026-03-02T10:23:38.961Z] c4e71c2a4573: Waiting [2026-03-02T10:23:38.961Z] 69f68e045f6c: Layer already exists [2026-03-02T10:23:38.961Z] ae28da92c124: Layer already exists [2026-03-02T10:23:38.961Z] e57444303df0: Layer already exists [2026-03-02T10:23:38.961Z] 2f84eae01adf: Layer already exists [2026-03-02T10:23:38.961Z] 2e72625e48fe: Layer already exists [2026-03-02T10:23:38.961Z] 7d411d94377f: Layer already exists [2026-03-02T10:23:38.961Z] a48f74d7efae: Layer already exists [2026-03-02T10:23:38.961Z] de331759f39b: Layer already exists [2026-03-02T10:23:38.961Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:38.961Z] 0f5251d7dcba: Layer already exists [2026-03-02T10:23:38.961Z] 490a5d34bb01: Layer already exists [2026-03-02T10:23:38.961Z] 5f70bf18a086: Layer already exists [2026-03-02T10:23:38.961Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:38.961Z] b44617b21767: Layer already exists [2026-03-02T10:23:39.230Z] 6b130cb73011: Layer already exists [2026-03-02T10:23:39.230Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:39.230Z] latest: digest: sha256:65a97ec04362f14d05bbe4bbb7be52dcddf7b3782a3365b1f3b4f112041ada66 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:39.588Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:39.948Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.100 [2026-03-02T10:23:39.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-02T10:23:39.948Z] 2f84eae01adf: Preparing [2026-03-02T10:23:39.948Z] 2e72625e48fe: Preparing [2026-03-02T10:23:39.948Z] 69f68e045f6c: Preparing [2026-03-02T10:23:39.948Z] ae28da92c124: Preparing [2026-03-02T10:23:39.948Z] e57444303df0: Preparing [2026-03-02T10:23:39.948Z] de331759f39b: Preparing [2026-03-02T10:23:39.948Z] 7d411d94377f: Preparing [2026-03-02T10:23:39.948Z] 02f691edcc41: Preparing [2026-03-02T10:23:39.948Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:39.948Z] a48f74d7efae: Preparing [2026-03-02T10:23:39.948Z] 0f5251d7dcba: Preparing [2026-03-02T10:23:39.948Z] 5f70bf18a086: Preparing [2026-03-02T10:23:39.948Z] 490a5d34bb01: Preparing [2026-03-02T10:23:39.948Z] b44617b21767: Preparing [2026-03-02T10:23:39.948Z] 6b130cb73011: Preparing [2026-03-02T10:23:39.948Z] c4e71c2a4573: Preparing [2026-03-02T10:23:39.948Z] a48f74d7efae: Waiting [2026-03-02T10:23:39.948Z] 0f5251d7dcba: Waiting [2026-03-02T10:23:39.948Z] 5f70bf18a086: Waiting [2026-03-02T10:23:39.948Z] 490a5d34bb01: Waiting [2026-03-02T10:23:39.948Z] b44617b21767: Waiting [2026-03-02T10:23:39.948Z] 6b130cb73011: Waiting [2026-03-02T10:23:39.948Z] c4e71c2a4573: Waiting [2026-03-02T10:23:39.948Z] 7d411d94377f: Waiting [2026-03-02T10:23:39.948Z] 02f691edcc41: Waiting [2026-03-02T10:23:39.948Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:39.948Z] de331759f39b: Waiting [2026-03-02T10:23:39.948Z] 69f68e045f6c: Layer already exists [2026-03-02T10:23:39.948Z] 2f84eae01adf: Layer already exists [2026-03-02T10:23:39.948Z] 2e72625e48fe: Layer already exists [2026-03-02T10:23:39.948Z] ae28da92c124: Layer already exists [2026-03-02T10:23:39.948Z] e57444303df0: Layer already exists [2026-03-02T10:23:39.948Z] de331759f39b: Layer already exists [2026-03-02T10:23:39.948Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:39.948Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:39.948Z] 7d411d94377f: Layer already exists [2026-03-02T10:23:39.948Z] a48f74d7efae: Layer already exists [2026-03-02T10:23:39.948Z] 0f5251d7dcba: Layer already exists [2026-03-02T10:23:39.948Z] 6b130cb73011: Layer already exists [2026-03-02T10:23:40.216Z] 490a5d34bb01: Layer already exists [2026-03-02T10:23:40.216Z] 5f70bf18a086: Layer already exists [2026-03-02T10:23:40.216Z] b44617b21767: Layer already exists [2026-03-02T10:23:40.216Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:40.216Z] 4.1.0-dev.100: digest: sha256:65a97ec04362f14d05bbe4bbb7be52dcddf7b3782a3365b1f3b4f112041ada66 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:40.570Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:43.502Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:43.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-02T10:23:43.503Z] 2f84eae01adf: Preparing [2026-03-02T10:23:43.503Z] 2e72625e48fe: Preparing [2026-03-02T10:23:43.503Z] 69f68e045f6c: Preparing [2026-03-02T10:23:43.503Z] ae28da92c124: Preparing [2026-03-02T10:23:43.503Z] e57444303df0: Preparing [2026-03-02T10:23:43.503Z] de331759f39b: Preparing [2026-03-02T10:23:43.503Z] 7d411d94377f: Preparing [2026-03-02T10:23:43.503Z] 02f691edcc41: Preparing [2026-03-02T10:23:43.503Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:43.503Z] a48f74d7efae: Preparing [2026-03-02T10:23:43.503Z] 0f5251d7dcba: Preparing [2026-03-02T10:23:43.503Z] 5f70bf18a086: Preparing [2026-03-02T10:23:43.503Z] 490a5d34bb01: Preparing [2026-03-02T10:23:43.503Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:43.503Z] a48f74d7efae: Waiting [2026-03-02T10:23:43.503Z] de331759f39b: Waiting [2026-03-02T10:23:43.503Z] 0f5251d7dcba: Waiting [2026-03-02T10:23:43.503Z] 7d411d94377f: Waiting [2026-03-02T10:23:43.503Z] 02f691edcc41: Waiting [2026-03-02T10:23:43.503Z] 5f70bf18a086: Waiting [2026-03-02T10:23:43.503Z] b44617b21767: Preparing [2026-03-02T10:23:43.503Z] 6b130cb73011: Preparing [2026-03-02T10:23:43.503Z] c4e71c2a4573: Preparing [2026-03-02T10:23:43.503Z] 490a5d34bb01: Waiting [2026-03-02T10:23:43.503Z] b44617b21767: Waiting [2026-03-02T10:23:43.503Z] 6b130cb73011: Waiting [2026-03-02T10:23:43.503Z] c4e71c2a4573: Waiting [2026-03-02T10:23:43.503Z] 2f84eae01adf: Layer already exists [2026-03-02T10:23:43.503Z] 69f68e045f6c: Layer already exists [2026-03-02T10:23:43.503Z] e57444303df0: Layer already exists [2026-03-02T10:23:43.503Z] 2e72625e48fe: Layer already exists [2026-03-02T10:23:43.503Z] ae28da92c124: Layer already exists [2026-03-02T10:23:43.503Z] de331759f39b: Layer already exists [2026-03-02T10:23:43.503Z] 7d411d94377f: Layer already exists [2026-03-02T10:23:43.503Z] a48f74d7efae: Layer already exists [2026-03-02T10:23:43.503Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:43.503Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:43.503Z] 5f70bf18a086: Layer already exists [2026-03-02T10:23:43.503Z] 490a5d34bb01: Layer already exists [2026-03-02T10:23:43.503Z] 6b130cb73011: Layer already exists [2026-03-02T10:23:43.503Z] 0f5251d7dcba: Layer already exists [2026-03-02T10:23:43.503Z] b44617b21767: Layer already exists [2026-03-02T10:23:43.503Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:43.766Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:65a97ec04362f14d05bbe4bbb7be52dcddf7b3782a3365b1f3b4f112041ada66 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:44.121Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:44.464Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2026-03-02T10:23:44.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-02T10:23:44.464Z] 2f84eae01adf: Preparing [2026-03-02T10:23:44.464Z] 2e72625e48fe: Preparing [2026-03-02T10:23:44.464Z] 69f68e045f6c: Preparing [2026-03-02T10:23:44.464Z] ae28da92c124: Preparing [2026-03-02T10:23:44.464Z] e57444303df0: Preparing [2026-03-02T10:23:44.464Z] de331759f39b: Preparing [2026-03-02T10:23:44.464Z] 7d411d94377f: Preparing [2026-03-02T10:23:44.464Z] 02f691edcc41: Preparing [2026-03-02T10:23:44.464Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:44.464Z] a48f74d7efae: Preparing [2026-03-02T10:23:44.464Z] 0f5251d7dcba: Preparing [2026-03-02T10:23:44.464Z] 5f70bf18a086: Preparing [2026-03-02T10:23:44.464Z] 490a5d34bb01: Preparing [2026-03-02T10:23:44.464Z] b44617b21767: Preparing [2026-03-02T10:23:44.464Z] 6b130cb73011: Preparing [2026-03-02T10:23:44.464Z] c4e71c2a4573: Preparing [2026-03-02T10:23:44.464Z] a48f74d7efae: Waiting [2026-03-02T10:23:44.464Z] 0f5251d7dcba: Waiting [2026-03-02T10:23:44.464Z] 5f70bf18a086: Waiting [2026-03-02T10:23:44.464Z] 490a5d34bb01: Waiting [2026-03-02T10:23:44.464Z] b44617b21767: Waiting [2026-03-02T10:23:44.464Z] 6b130cb73011: Waiting [2026-03-02T10:23:44.464Z] c4e71c2a4573: Waiting [2026-03-02T10:23:44.464Z] 7d411d94377f: Waiting [2026-03-02T10:23:44.464Z] de331759f39b: Waiting [2026-03-02T10:23:44.464Z] 02f691edcc41: Waiting [2026-03-02T10:23:44.464Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:44.464Z] ae28da92c124: Layer already exists [2026-03-02T10:23:44.464Z] 69f68e045f6c: Layer already exists [2026-03-02T10:23:44.464Z] e57444303df0: Layer already exists [2026-03-02T10:23:44.464Z] 2f84eae01adf: Layer already exists [2026-03-02T10:23:44.464Z] 2e72625e48fe: Layer already exists [2026-03-02T10:23:44.464Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:44.464Z] 7d411d94377f: Layer already exists [2026-03-02T10:23:44.464Z] de331759f39b: Layer already exists [2026-03-02T10:23:44.464Z] a48f74d7efae: Layer already exists [2026-03-02T10:23:44.464Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:44.464Z] 490a5d34bb01: Layer already exists [2026-03-02T10:23:44.464Z] 0f5251d7dcba: Layer already exists [2026-03-02T10:23:44.464Z] 5f70bf18a086: Layer already exists [2026-03-02T10:23:44.464Z] 6b130cb73011: Layer already exists [2026-03-02T10:23:44.464Z] b44617b21767: Layer already exists [2026-03-02T10:23:44.464Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:44.727Z] main: digest: sha256:65a97ec04362f14d05bbe4bbb7be52dcddf7b3782a3365b1f3b4f112041ada66 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:23:44.811Z] ===================================================== [Pipeline] echo [2026-03-02T10:23:44.821Z] taggedImages: [2026-03-02T10:23:44.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:44.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-03-02T10:23:44.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.100 [2026-03-02T10:23:44.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:44.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-03-02T10:23:44.850Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2026-03-02T10:23:44.850Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:44.850Z] latest [2026-03-02T10:23:44.850Z] 4.1.0-dev.100 [2026-03-02T10:23:44.850Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:44.850Z] main [2026-03-02T10:23:44.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:45.209Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:45.559Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:45.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-02T10:23:45.559Z] a22495d2fef2: Preparing [2026-03-02T10:23:45.559Z] ebd497795e7d: Preparing [2026-03-02T10:23:45.559Z] eee40b1f2c7f: Preparing [2026-03-02T10:23:45.559Z] 0a0c95bb4ed4: Preparing [2026-03-02T10:23:45.559Z] 02f691edcc41: Preparing [2026-03-02T10:23:45.559Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:45.559Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:45.559Z] 0da083718ca3: Preparing [2026-03-02T10:23:45.559Z] c4e71c2a4573: Preparing [2026-03-02T10:23:45.559Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:45.559Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:45.559Z] 0da083718ca3: Waiting [2026-03-02T10:23:45.559Z] c4e71c2a4573: Waiting [2026-03-02T10:23:45.824Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:45.824Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:45.824Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:45.824Z] a22495d2fef2: Pushed [2026-03-02T10:23:45.824Z] eee40b1f2c7f: Pushed [2026-03-02T10:23:45.824Z] ebd497795e7d: Pushed [2026-03-02T10:23:45.824Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:45.824Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:53.993Z] 0a0c95bb4ed4: Pushed [2026-03-02T10:23:53.993Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:cec26b0a8fe14a2046d1c3e5dbf7fa3656da7e935fd3ebb5e53919d79750d3d9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:54.334Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:56.612Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-03-02T10:23:56.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-02T10:23:56.612Z] a22495d2fef2: Preparing [2026-03-02T10:23:56.612Z] ebd497795e7d: Preparing [2026-03-02T10:23:56.612Z] eee40b1f2c7f: Preparing [2026-03-02T10:23:56.612Z] 0a0c95bb4ed4: Preparing [2026-03-02T10:23:56.612Z] 02f691edcc41: Preparing [2026-03-02T10:23:56.612Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:56.612Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:56.612Z] 0da083718ca3: Preparing [2026-03-02T10:23:56.612Z] c4e71c2a4573: Preparing [2026-03-02T10:23:56.612Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:56.612Z] 0da083718ca3: Waiting [2026-03-02T10:23:56.612Z] c4e71c2a4573: Waiting [2026-03-02T10:23:56.612Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:56.612Z] a22495d2fef2: Layer already exists [2026-03-02T10:23:56.612Z] 0a0c95bb4ed4: Layer already exists [2026-03-02T10:23:56.612Z] eee40b1f2c7f: Layer already exists [2026-03-02T10:23:56.612Z] ebd497795e7d: Layer already exists [2026-03-02T10:23:56.612Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:56.612Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:56.612Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:56.612Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:56.612Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:56.874Z] latest: digest: sha256:cec26b0a8fe14a2046d1c3e5dbf7fa3656da7e935fd3ebb5e53919d79750d3d9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:57.220Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:57.561Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.100 [2026-03-02T10:23:57.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-02T10:23:57.561Z] a22495d2fef2: Preparing [2026-03-02T10:23:57.561Z] ebd497795e7d: Preparing [2026-03-02T10:23:57.561Z] eee40b1f2c7f: Preparing [2026-03-02T10:23:57.561Z] 0a0c95bb4ed4: Preparing [2026-03-02T10:23:57.561Z] 02f691edcc41: Preparing [2026-03-02T10:23:57.561Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:57.561Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:57.561Z] 0da083718ca3: Preparing [2026-03-02T10:23:57.561Z] c4e71c2a4573: Preparing [2026-03-02T10:23:57.561Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:57.561Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:57.561Z] 0da083718ca3: Waiting [2026-03-02T10:23:57.561Z] c4e71c2a4573: Waiting [2026-03-02T10:23:57.561Z] eee40b1f2c7f: Layer already exists [2026-03-02T10:23:57.561Z] a22495d2fef2: Layer already exists [2026-03-02T10:23:57.561Z] ebd497795e7d: Layer already exists [2026-03-02T10:23:57.561Z] 0a0c95bb4ed4: Layer already exists [2026-03-02T10:23:57.561Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:57.561Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:57.561Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:57.561Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:57.561Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:57.825Z] 4.1.0-dev.100: digest: sha256:cec26b0a8fe14a2046d1c3e5dbf7fa3656da7e935fd3ebb5e53919d79750d3d9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:58.174Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:58.516Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:58.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-02T10:23:58.516Z] a22495d2fef2: Preparing [2026-03-02T10:23:58.516Z] ebd497795e7d: Preparing [2026-03-02T10:23:58.516Z] eee40b1f2c7f: Preparing [2026-03-02T10:23:58.516Z] 0a0c95bb4ed4: Preparing [2026-03-02T10:23:58.516Z] 02f691edcc41: Preparing [2026-03-02T10:23:58.516Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:58.516Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:58.516Z] 0da083718ca3: Preparing [2026-03-02T10:23:58.516Z] c4e71c2a4573: Preparing [2026-03-02T10:23:58.516Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:58.516Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:58.516Z] 0da083718ca3: Waiting [2026-03-02T10:23:58.516Z] c4e71c2a4573: Waiting [2026-03-02T10:23:58.516Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:58.516Z] 0a0c95bb4ed4: Layer already exists [2026-03-02T10:23:58.516Z] a22495d2fef2: Layer already exists [2026-03-02T10:23:58.516Z] eee40b1f2c7f: Layer already exists [2026-03-02T10:23:58.516Z] ebd497795e7d: Layer already exists [2026-03-02T10:23:58.516Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:58.516Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:58.516Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:58.516Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:58.516Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:cec26b0a8fe14a2046d1c3e5dbf7fa3656da7e935fd3ebb5e53919d79750d3d9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:59.121Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:23:59.465Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2026-03-02T10:23:59.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-02T10:23:59.465Z] a22495d2fef2: Preparing [2026-03-02T10:23:59.465Z] ebd497795e7d: Preparing [2026-03-02T10:23:59.465Z] eee40b1f2c7f: Preparing [2026-03-02T10:23:59.465Z] 0a0c95bb4ed4: Preparing [2026-03-02T10:23:59.465Z] 02f691edcc41: Preparing [2026-03-02T10:23:59.465Z] e1f12ce41aa9: Preparing [2026-03-02T10:23:59.465Z] 23ca80eae4ed: Preparing [2026-03-02T10:23:59.465Z] 0da083718ca3: Preparing [2026-03-02T10:23:59.465Z] c4e71c2a4573: Preparing [2026-03-02T10:23:59.465Z] e1f12ce41aa9: Waiting [2026-03-02T10:23:59.465Z] 23ca80eae4ed: Waiting [2026-03-02T10:23:59.465Z] 0da083718ca3: Waiting [2026-03-02T10:23:59.465Z] c4e71c2a4573: Waiting [2026-03-02T10:23:59.465Z] 0a0c95bb4ed4: Layer already exists [2026-03-02T10:23:59.465Z] ebd497795e7d: Layer already exists [2026-03-02T10:23:59.465Z] 02f691edcc41: Layer already exists [2026-03-02T10:23:59.465Z] a22495d2fef2: Layer already exists [2026-03-02T10:23:59.465Z] eee40b1f2c7f: Layer already exists [2026-03-02T10:23:59.465Z] 0da083718ca3: Layer already exists [2026-03-02T10:23:59.465Z] c4e71c2a4573: Layer already exists [2026-03-02T10:23:59.465Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:23:59.465Z] 23ca80eae4ed: Layer already exists [2026-03-02T10:23:59.730Z] main: digest: sha256:cec26b0a8fe14a2046d1c3e5dbf7fa3656da7e935fd3ebb5e53919d79750d3d9 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:23:59.808Z] ===================================================== [Pipeline] echo [2026-03-02T10:23:59.823Z] taggedImages: [2026-03-02T10:23:59.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:59.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-03-02T10:23:59.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.100 [2026-03-02T10:23:59.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:59.823Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-03-02T10:23:59.854Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2026-03-02T10:23:59.854Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:23:59.854Z] latest [2026-03-02T10:23:59.854Z] 4.1.0-dev.100 [2026-03-02T10:23:59.854Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:23:59.854Z] main [2026-03-02T10:23:59.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:00.221Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:00.566Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:00.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-02T10:24:00.566Z] fdceb2c4e1ab: Preparing [2026-03-02T10:24:00.566Z] cb4349679f47: Preparing [2026-03-02T10:24:00.566Z] e831243417ab: Preparing [2026-03-02T10:24:00.566Z] 14385d659939: Preparing [2026-03-02T10:24:00.566Z] 660ff0c171a1: Preparing [2026-03-02T10:24:00.566Z] 02f691edcc41: Preparing [2026-03-02T10:24:00.566Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:00.566Z] 56ec6b80947a: Preparing [2026-03-02T10:24:00.566Z] 07ffd968075d: Preparing [2026-03-02T10:24:00.566Z] 4b3f09435e3f: Preparing [2026-03-02T10:24:00.566Z] c4e71c2a4573: Preparing [2026-03-02T10:24:00.566Z] 56ec6b80947a: Waiting [2026-03-02T10:24:00.566Z] 07ffd968075d: Waiting [2026-03-02T10:24:00.566Z] 4b3f09435e3f: Waiting [2026-03-02T10:24:00.566Z] c4e71c2a4573: Waiting [2026-03-02T10:24:00.566Z] 02f691edcc41: Waiting [2026-03-02T10:24:00.566Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:00.831Z] 14385d659939: Pushed [2026-03-02T10:24:00.831Z] 660ff0c171a1: Pushed [2026-03-02T10:24:00.831Z] cb4349679f47: Pushed [2026-03-02T10:24:00.831Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:00.831Z] fdceb2c4e1ab: Pushed [2026-03-02T10:24:00.831Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:00.831Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:00.831Z] 56ec6b80947a: Pushed [2026-03-02T10:24:00.831Z] 07ffd968075d: Pushed [2026-03-02T10:24:04.148Z] 4b3f09435e3f: Pushed [2026-03-02T10:24:07.467Z] e831243417ab: Pushed [2026-03-02T10:24:10.027Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:1206110b90002c8df36e6e1416721f63ac939f25d974c34cf65e94c6bd5e5706 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:10.371Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:10.711Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-03-02T10:24:10.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-02T10:24:10.711Z] fdceb2c4e1ab: Preparing [2026-03-02T10:24:10.711Z] cb4349679f47: Preparing [2026-03-02T10:24:10.711Z] e831243417ab: Preparing [2026-03-02T10:24:10.711Z] 14385d659939: Preparing [2026-03-02T10:24:10.711Z] 660ff0c171a1: Preparing [2026-03-02T10:24:10.711Z] 02f691edcc41: Preparing [2026-03-02T10:24:10.711Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:10.711Z] 56ec6b80947a: Preparing [2026-03-02T10:24:10.711Z] 07ffd968075d: Preparing [2026-03-02T10:24:10.711Z] 4b3f09435e3f: Preparing [2026-03-02T10:24:10.711Z] c4e71c2a4573: Preparing [2026-03-02T10:24:10.711Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:10.711Z] 56ec6b80947a: Waiting [2026-03-02T10:24:10.711Z] 07ffd968075d: Waiting [2026-03-02T10:24:10.711Z] 4b3f09435e3f: Waiting [2026-03-02T10:24:10.711Z] c4e71c2a4573: Waiting [2026-03-02T10:24:10.711Z] 02f691edcc41: Waiting [2026-03-02T10:24:10.711Z] 660ff0c171a1: Layer already exists [2026-03-02T10:24:10.711Z] cb4349679f47: Layer already exists [2026-03-02T10:24:10.711Z] e831243417ab: Layer already exists [2026-03-02T10:24:10.711Z] 14385d659939: Layer already exists [2026-03-02T10:24:10.711Z] fdceb2c4e1ab: Layer already exists [2026-03-02T10:24:10.711Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:10.712Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:10.712Z] 07ffd968075d: Layer already exists [2026-03-02T10:24:10.712Z] 4b3f09435e3f: Layer already exists [2026-03-02T10:24:10.712Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:10.712Z] 56ec6b80947a: Layer already exists [2026-03-02T10:24:10.974Z] latest: digest: sha256:1206110b90002c8df36e6e1416721f63ac939f25d974c34cf65e94c6bd5e5706 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:11.322Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:11.670Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.100 [2026-03-02T10:24:11.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-02T10:24:11.670Z] fdceb2c4e1ab: Preparing [2026-03-02T10:24:11.670Z] cb4349679f47: Preparing [2026-03-02T10:24:11.670Z] e831243417ab: Preparing [2026-03-02T10:24:11.670Z] 14385d659939: Preparing [2026-03-02T10:24:11.670Z] 660ff0c171a1: Preparing [2026-03-02T10:24:11.670Z] 02f691edcc41: Preparing [2026-03-02T10:24:11.670Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:11.670Z] 56ec6b80947a: Preparing [2026-03-02T10:24:11.670Z] 07ffd968075d: Preparing [2026-03-02T10:24:11.670Z] 4b3f09435e3f: Preparing [2026-03-02T10:24:11.670Z] c4e71c2a4573: Preparing [2026-03-02T10:24:11.670Z] 56ec6b80947a: Waiting [2026-03-02T10:24:11.670Z] 07ffd968075d: Waiting [2026-03-02T10:24:11.670Z] 4b3f09435e3f: Waiting [2026-03-02T10:24:11.670Z] c4e71c2a4573: Waiting [2026-03-02T10:24:11.670Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:11.670Z] 02f691edcc41: Waiting [2026-03-02T10:24:11.670Z] fdceb2c4e1ab: Layer already exists [2026-03-02T10:24:11.670Z] 14385d659939: Layer already exists [2026-03-02T10:24:11.670Z] cb4349679f47: Layer already exists [2026-03-02T10:24:11.670Z] e831243417ab: Layer already exists [2026-03-02T10:24:11.670Z] 660ff0c171a1: Layer already exists [2026-03-02T10:24:11.670Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:11.670Z] 07ffd968075d: Layer already exists [2026-03-02T10:24:11.670Z] 56ec6b80947a: Layer already exists [2026-03-02T10:24:11.670Z] 4b3f09435e3f: Layer already exists [2026-03-02T10:24:11.670Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:11.670Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:11.932Z] 4.1.0-dev.100: digest: sha256:1206110b90002c8df36e6e1416721f63ac939f25d974c34cf65e94c6bd5e5706 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:12.278Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:12.624Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:12.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-02T10:24:12.624Z] fdceb2c4e1ab: Preparing [2026-03-02T10:24:12.624Z] cb4349679f47: Preparing [2026-03-02T10:24:12.624Z] e831243417ab: Preparing [2026-03-02T10:24:12.624Z] 14385d659939: Preparing [2026-03-02T10:24:12.624Z] 660ff0c171a1: Preparing [2026-03-02T10:24:12.624Z] 02f691edcc41: Preparing [2026-03-02T10:24:12.624Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:12.624Z] 56ec6b80947a: Preparing [2026-03-02T10:24:12.624Z] 07ffd968075d: Preparing [2026-03-02T10:24:12.624Z] 4b3f09435e3f: Preparing [2026-03-02T10:24:12.624Z] c4e71c2a4573: Preparing [2026-03-02T10:24:12.624Z] 56ec6b80947a: Waiting [2026-03-02T10:24:12.624Z] 07ffd968075d: Waiting [2026-03-02T10:24:12.624Z] 4b3f09435e3f: Waiting [2026-03-02T10:24:12.624Z] c4e71c2a4573: Waiting [2026-03-02T10:24:12.624Z] 02f691edcc41: Waiting [2026-03-02T10:24:12.624Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:12.624Z] cb4349679f47: Layer already exists [2026-03-02T10:24:12.624Z] fdceb2c4e1ab: Layer already exists [2026-03-02T10:24:12.624Z] e831243417ab: Layer already exists [2026-03-02T10:24:12.624Z] 660ff0c171a1: Layer already exists [2026-03-02T10:24:12.624Z] 14385d659939: Layer already exists [2026-03-02T10:24:12.624Z] 07ffd968075d: Layer already exists [2026-03-02T10:24:12.624Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:12.624Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:12.624Z] 4b3f09435e3f: Layer already exists [2026-03-02T10:24:12.624Z] 56ec6b80947a: Layer already exists [2026-03-02T10:24:12.624Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:12.886Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:1206110b90002c8df36e6e1416721f63ac939f25d974c34cf65e94c6bd5e5706 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:13.235Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:13.576Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2026-03-02T10:24:13.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-02T10:24:13.576Z] fdceb2c4e1ab: Preparing [2026-03-02T10:24:13.576Z] cb4349679f47: Preparing [2026-03-02T10:24:13.576Z] e831243417ab: Preparing [2026-03-02T10:24:13.576Z] 14385d659939: Preparing [2026-03-02T10:24:13.576Z] 660ff0c171a1: Preparing [2026-03-02T10:24:13.576Z] 02f691edcc41: Preparing [2026-03-02T10:24:13.576Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:13.576Z] 56ec6b80947a: Preparing [2026-03-02T10:24:13.576Z] 07ffd968075d: Preparing [2026-03-02T10:24:13.576Z] 4b3f09435e3f: Preparing [2026-03-02T10:24:13.576Z] c4e71c2a4573: Preparing [2026-03-02T10:24:13.576Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:13.576Z] 56ec6b80947a: Waiting [2026-03-02T10:24:13.576Z] 4b3f09435e3f: Waiting [2026-03-02T10:24:13.576Z] c4e71c2a4573: Waiting [2026-03-02T10:24:13.576Z] 07ffd968075d: Waiting [2026-03-02T10:24:13.576Z] fdceb2c4e1ab: Layer already exists [2026-03-02T10:24:13.576Z] 660ff0c171a1: Layer already exists [2026-03-02T10:24:13.576Z] 14385d659939: Layer already exists [2026-03-02T10:24:13.576Z] e831243417ab: Layer already exists [2026-03-02T10:24:13.576Z] cb4349679f47: Layer already exists [2026-03-02T10:24:13.576Z] 56ec6b80947a: Layer already exists [2026-03-02T10:24:13.576Z] 07ffd968075d: Layer already exists [2026-03-02T10:24:13.576Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:13.576Z] 4b3f09435e3f: Layer already exists [2026-03-02T10:24:13.576Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:13.576Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:13.840Z] main: digest: sha256:1206110b90002c8df36e6e1416721f63ac939f25d974c34cf65e94c6bd5e5706 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:24:13.917Z] ===================================================== [Pipeline] echo [2026-03-02T10:24:13.930Z] taggedImages: [2026-03-02T10:24:13.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:13.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-03-02T10:24:13.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.100 [2026-03-02T10:24:13.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:13.930Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-03-02T10:24:13.964Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2026-03-02T10:24:13.964Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:13.964Z] latest [2026-03-02T10:24:13.964Z] 4.1.0-dev.100 [2026-03-02T10:24:13.964Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:13.964Z] main [2026-03-02T10:24:13.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:14.332Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:14.672Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:14.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-02T10:24:14.673Z] 7691f5ac29fb: Preparing [2026-03-02T10:24:14.673Z] e71e18634081: Preparing [2026-03-02T10:24:14.673Z] 28eff6f40de7: Preparing [2026-03-02T10:24:14.673Z] 28263ead2320: Preparing [2026-03-02T10:24:14.673Z] 67e7a969f6c7: Preparing [2026-03-02T10:24:14.673Z] c2e1a0402905: Preparing [2026-03-02T10:24:14.673Z] 066e3213eb15: Preparing [2026-03-02T10:24:14.673Z] c2e1a0402905: Waiting [2026-03-02T10:24:14.673Z] 02f691edcc41: Preparing [2026-03-02T10:24:14.673Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:14.673Z] 58f0f9abd49a: Preparing [2026-03-02T10:24:14.673Z] 02f691edcc41: Waiting [2026-03-02T10:24:14.673Z] 066e3213eb15: Waiting [2026-03-02T10:24:14.673Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:14.673Z] 732a765b6cdb: Preparing [2026-03-02T10:24:14.673Z] c4e71c2a4573: Preparing [2026-03-02T10:24:14.673Z] 732a765b6cdb: Waiting [2026-03-02T10:24:14.673Z] c4e71c2a4573: Waiting [2026-03-02T10:24:14.673Z] 58f0f9abd49a: Waiting [2026-03-02T10:24:14.936Z] e71e18634081: Pushed [2026-03-02T10:24:14.936Z] 67e7a969f6c7: Pushed [2026-03-02T10:24:14.936Z] 7691f5ac29fb: Pushed [2026-03-02T10:24:14.936Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:14.936Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:14.936Z] c2e1a0402905: Pushed [2026-03-02T10:24:14.936Z] 066e3213eb15: Pushed [2026-03-02T10:24:15.200Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:15.200Z] 58f0f9abd49a: Pushed [2026-03-02T10:24:18.523Z] 732a765b6cdb: Pushed [2026-03-02T10:24:21.087Z] 28263ead2320: Pushed [2026-03-02T10:24:21.356Z] 28eff6f40de7: Pushed [2026-03-02T10:24:21.356Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:a70e86dc650edd831d5904e91083fc3c2f6f5f732453a0470d053e7279ec1fbb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:21.707Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:22.057Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-03-02T10:24:22.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-02T10:24:22.057Z] 7691f5ac29fb: Preparing [2026-03-02T10:24:22.057Z] e71e18634081: Preparing [2026-03-02T10:24:22.057Z] 28eff6f40de7: Preparing [2026-03-02T10:24:22.057Z] 28263ead2320: Preparing [2026-03-02T10:24:22.057Z] 67e7a969f6c7: Preparing [2026-03-02T10:24:22.057Z] c2e1a0402905: Preparing [2026-03-02T10:24:22.057Z] 066e3213eb15: Preparing [2026-03-02T10:24:22.057Z] 02f691edcc41: Preparing [2026-03-02T10:24:22.057Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:22.057Z] 58f0f9abd49a: Preparing [2026-03-02T10:24:22.057Z] 732a765b6cdb: Preparing [2026-03-02T10:24:22.057Z] c4e71c2a4573: Preparing [2026-03-02T10:24:22.057Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:22.057Z] 58f0f9abd49a: Waiting [2026-03-02T10:24:22.057Z] c2e1a0402905: Waiting [2026-03-02T10:24:22.057Z] 732a765b6cdb: Waiting [2026-03-02T10:24:22.057Z] c4e71c2a4573: Waiting [2026-03-02T10:24:22.057Z] 02f691edcc41: Waiting [2026-03-02T10:24:22.057Z] 7691f5ac29fb: Layer already exists [2026-03-02T10:24:22.057Z] 67e7a969f6c7: Layer already exists [2026-03-02T10:24:22.057Z] e71e18634081: Layer already exists [2026-03-02T10:24:22.057Z] 28eff6f40de7: Layer already exists [2026-03-02T10:24:22.057Z] 28263ead2320: Layer already exists [2026-03-02T10:24:22.057Z] 58f0f9abd49a: Layer already exists [2026-03-02T10:24:22.058Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:22.058Z] 066e3213eb15: Layer already exists [2026-03-02T10:24:22.058Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:22.058Z] c2e1a0402905: Layer already exists [2026-03-02T10:24:22.058Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:22.058Z] 732a765b6cdb: Layer already exists [2026-03-02T10:24:22.321Z] latest: digest: sha256:a70e86dc650edd831d5904e91083fc3c2f6f5f732453a0470d053e7279ec1fbb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:22.671Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:24.421Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.100 [2026-03-02T10:24:24.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-02T10:24:24.421Z] 7691f5ac29fb: Preparing [2026-03-02T10:24:24.421Z] e71e18634081: Preparing [2026-03-02T10:24:24.421Z] 28eff6f40de7: Preparing [2026-03-02T10:24:24.421Z] 28263ead2320: Preparing [2026-03-02T10:24:24.421Z] 67e7a969f6c7: Preparing [2026-03-02T10:24:24.421Z] c2e1a0402905: Preparing [2026-03-02T10:24:24.421Z] 066e3213eb15: Preparing [2026-03-02T10:24:24.421Z] 02f691edcc41: Preparing [2026-03-02T10:24:24.421Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:24.421Z] 58f0f9abd49a: Preparing [2026-03-02T10:24:24.421Z] 732a765b6cdb: Preparing [2026-03-02T10:24:24.421Z] c4e71c2a4573: Preparing [2026-03-02T10:24:24.421Z] 02f691edcc41: Waiting [2026-03-02T10:24:24.421Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:24.421Z] 58f0f9abd49a: Waiting [2026-03-02T10:24:24.421Z] 732a765b6cdb: Waiting [2026-03-02T10:24:24.421Z] c4e71c2a4573: Waiting [2026-03-02T10:24:24.421Z] c2e1a0402905: Waiting [2026-03-02T10:24:24.421Z] 066e3213eb15: Waiting [2026-03-02T10:24:24.421Z] e71e18634081: Layer already exists [2026-03-02T10:24:24.421Z] 67e7a969f6c7: Layer already exists [2026-03-02T10:24:24.421Z] 28eff6f40de7: Layer already exists [2026-03-02T10:24:24.421Z] 28263ead2320: Layer already exists [2026-03-02T10:24:24.421Z] 7691f5ac29fb: Layer already exists [2026-03-02T10:24:24.421Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:24.421Z] 066e3213eb15: Layer already exists [2026-03-02T10:24:24.421Z] c2e1a0402905: Layer already exists [2026-03-02T10:24:24.421Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:24.421Z] 58f0f9abd49a: Layer already exists [2026-03-02T10:24:24.421Z] 732a765b6cdb: Layer already exists [2026-03-02T10:24:24.421Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:24.685Z] 4.1.0-dev.100: digest: sha256:a70e86dc650edd831d5904e91083fc3c2f6f5f732453a0470d053e7279ec1fbb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:25.029Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:25.373Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:25.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-02T10:24:25.373Z] 7691f5ac29fb: Preparing [2026-03-02T10:24:25.373Z] e71e18634081: Preparing [2026-03-02T10:24:25.373Z] 28eff6f40de7: Preparing [2026-03-02T10:24:25.373Z] 28263ead2320: Preparing [2026-03-02T10:24:25.373Z] 67e7a969f6c7: Preparing [2026-03-02T10:24:25.373Z] c2e1a0402905: Preparing [2026-03-02T10:24:25.373Z] 066e3213eb15: Preparing [2026-03-02T10:24:25.373Z] 02f691edcc41: Preparing [2026-03-02T10:24:25.373Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:25.373Z] 58f0f9abd49a: Preparing [2026-03-02T10:24:25.373Z] 732a765b6cdb: Preparing [2026-03-02T10:24:25.373Z] c4e71c2a4573: Preparing [2026-03-02T10:24:25.373Z] 02f691edcc41: Waiting [2026-03-02T10:24:25.373Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:25.373Z] 58f0f9abd49a: Waiting [2026-03-02T10:24:25.373Z] 732a765b6cdb: Waiting [2026-03-02T10:24:25.373Z] c4e71c2a4573: Waiting [2026-03-02T10:24:25.373Z] c2e1a0402905: Waiting [2026-03-02T10:24:25.373Z] 066e3213eb15: Waiting [2026-03-02T10:24:25.373Z] 67e7a969f6c7: Layer already exists [2026-03-02T10:24:25.373Z] e71e18634081: Layer already exists [2026-03-02T10:24:25.373Z] 7691f5ac29fb: Layer already exists [2026-03-02T10:24:25.373Z] 28eff6f40de7: Layer already exists [2026-03-02T10:24:25.373Z] 28263ead2320: Layer already exists [2026-03-02T10:24:25.373Z] 58f0f9abd49a: Layer already exists [2026-03-02T10:24:25.373Z] 066e3213eb15: Layer already exists [2026-03-02T10:24:25.373Z] c2e1a0402905: Layer already exists [2026-03-02T10:24:25.373Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:25.373Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:25.373Z] 732a765b6cdb: Layer already exists [2026-03-02T10:24:25.373Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:25.637Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:a70e86dc650edd831d5904e91083fc3c2f6f5f732453a0470d053e7279ec1fbb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:25.988Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:26.334Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2026-03-02T10:24:26.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-02T10:24:26.334Z] 7691f5ac29fb: Preparing [2026-03-02T10:24:26.334Z] e71e18634081: Preparing [2026-03-02T10:24:26.334Z] 28eff6f40de7: Preparing [2026-03-02T10:24:26.334Z] 28263ead2320: Preparing [2026-03-02T10:24:26.334Z] 67e7a969f6c7: Preparing [2026-03-02T10:24:26.334Z] c2e1a0402905: Preparing [2026-03-02T10:24:26.334Z] 066e3213eb15: Preparing [2026-03-02T10:24:26.334Z] 02f691edcc41: Preparing [2026-03-02T10:24:26.334Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:26.334Z] 58f0f9abd49a: Preparing [2026-03-02T10:24:26.334Z] 732a765b6cdb: Preparing [2026-03-02T10:24:26.334Z] c4e71c2a4573: Preparing [2026-03-02T10:24:26.334Z] c2e1a0402905: Waiting [2026-03-02T10:24:26.334Z] 066e3213eb15: Waiting [2026-03-02T10:24:26.334Z] 02f691edcc41: Waiting [2026-03-02T10:24:26.334Z] e1f12ce41aa9: Waiting [2026-03-02T10:24:26.334Z] 58f0f9abd49a: Waiting [2026-03-02T10:24:26.334Z] 732a765b6cdb: Waiting [2026-03-02T10:24:26.334Z] c4e71c2a4573: Waiting [2026-03-02T10:24:26.334Z] 28eff6f40de7: Layer already exists [2026-03-02T10:24:26.334Z] 7691f5ac29fb: Layer already exists [2026-03-02T10:24:26.334Z] 28263ead2320: Layer already exists [2026-03-02T10:24:26.334Z] 67e7a969f6c7: Layer already exists [2026-03-02T10:24:26.334Z] e71e18634081: Layer already exists [2026-03-02T10:24:26.334Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:26.334Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:26.334Z] 066e3213eb15: Layer already exists [2026-03-02T10:24:26.334Z] c2e1a0402905: Layer already exists [2026-03-02T10:24:26.334Z] 58f0f9abd49a: Layer already exists [2026-03-02T10:24:26.334Z] 732a765b6cdb: Layer already exists [2026-03-02T10:24:26.334Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:26.598Z] main: digest: sha256:a70e86dc650edd831d5904e91083fc3c2f6f5f732453a0470d053e7279ec1fbb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:24:26.717Z] ===================================================== [Pipeline] echo [2026-03-02T10:24:26.729Z] taggedImages: [2026-03-02T10:24:26.729Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:26.729Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-03-02T10:24:26.729Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.100 [2026-03-02T10:24:26.729Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:26.729Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-03-02T10:24:26.759Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2026-03-02T10:24:26.759Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:26.759Z] latest [2026-03-02T10:24:26.759Z] 4.1.0-dev.100 [2026-03-02T10:24:26.759Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:26.759Z] main [2026-03-02T10:24:26.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:27.142Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:27.487Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:27.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-02T10:24:27.487Z] 1484eb347f5e: Preparing [2026-03-02T10:24:27.487Z] dfc3118e3ad6: Preparing [2026-03-02T10:24:27.487Z] 02f691edcc41: Preparing [2026-03-02T10:24:27.487Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:27.487Z] f528e8df4797: Preparing [2026-03-02T10:24:27.487Z] 97f3488d89d2: Preparing [2026-03-02T10:24:27.487Z] c4e71c2a4573: Preparing [2026-03-02T10:24:27.487Z] 97f3488d89d2: Waiting [2026-03-02T10:24:27.487Z] c4e71c2a4573: Waiting [2026-03-02T10:24:27.487Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:27.487Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:27.750Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:27.750Z] f528e8df4797: Pushed [2026-03-02T10:24:27.750Z] 1484eb347f5e: Pushed [2026-03-02T10:24:29.673Z] 97f3488d89d2: Pushed [2026-03-02T10:24:34.993Z] dfc3118e3ad6: Pushed [2026-03-02T10:24:34.993Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:08ceb887fbae7e13a78bfc757dff00172dc586ab401182c3e87b340f96df1bb4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:35.346Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:35.689Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-03-02T10:24:35.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-02T10:24:35.689Z] 1484eb347f5e: Preparing [2026-03-02T10:24:35.689Z] dfc3118e3ad6: Preparing [2026-03-02T10:24:35.689Z] 02f691edcc41: Preparing [2026-03-02T10:24:35.689Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:35.689Z] f528e8df4797: Preparing [2026-03-02T10:24:35.689Z] 97f3488d89d2: Preparing [2026-03-02T10:24:35.689Z] c4e71c2a4573: Preparing [2026-03-02T10:24:35.689Z] 97f3488d89d2: Waiting [2026-03-02T10:24:35.689Z] c4e71c2a4573: Waiting [2026-03-02T10:24:35.689Z] dfc3118e3ad6: Layer already exists [2026-03-02T10:24:35.689Z] f528e8df4797: Layer already exists [2026-03-02T10:24:35.689Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:35.689Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:35.689Z] 1484eb347f5e: Layer already exists [2026-03-02T10:24:35.689Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:35.689Z] 97f3488d89d2: Layer already exists [2026-03-02T10:24:35.953Z] latest: digest: sha256:08ceb887fbae7e13a78bfc757dff00172dc586ab401182c3e87b340f96df1bb4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:36.298Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:36.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.100 [2026-03-02T10:24:36.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-02T10:24:36.643Z] 1484eb347f5e: Preparing [2026-03-02T10:24:36.643Z] dfc3118e3ad6: Preparing [2026-03-02T10:24:36.643Z] 02f691edcc41: Preparing [2026-03-02T10:24:36.643Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:36.643Z] f528e8df4797: Preparing [2026-03-02T10:24:36.643Z] 97f3488d89d2: Preparing [2026-03-02T10:24:36.643Z] c4e71c2a4573: Preparing [2026-03-02T10:24:36.643Z] 97f3488d89d2: Waiting [2026-03-02T10:24:36.643Z] c4e71c2a4573: Waiting [2026-03-02T10:24:36.643Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:36.643Z] 1484eb347f5e: Layer already exists [2026-03-02T10:24:36.643Z] dfc3118e3ad6: Layer already exists [2026-03-02T10:24:36.643Z] f528e8df4797: Layer already exists [2026-03-02T10:24:36.643Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:36.643Z] 97f3488d89d2: Layer already exists [2026-03-02T10:24:36.643Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:36.643Z] 4.1.0-dev.100: digest: sha256:08ceb887fbae7e13a78bfc757dff00172dc586ab401182c3e87b340f96df1bb4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:36.988Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:37.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:37.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-02T10:24:37.337Z] 1484eb347f5e: Preparing [2026-03-02T10:24:37.337Z] dfc3118e3ad6: Preparing [2026-03-02T10:24:37.337Z] 02f691edcc41: Preparing [2026-03-02T10:24:37.337Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:37.337Z] f528e8df4797: Preparing [2026-03-02T10:24:37.337Z] 97f3488d89d2: Preparing [2026-03-02T10:24:37.337Z] c4e71c2a4573: Preparing [2026-03-02T10:24:37.337Z] 97f3488d89d2: Waiting [2026-03-02T10:24:37.337Z] c4e71c2a4573: Waiting [2026-03-02T10:24:37.337Z] 1484eb347f5e: Layer already exists [2026-03-02T10:24:37.337Z] dfc3118e3ad6: Layer already exists [2026-03-02T10:24:37.337Z] f528e8df4797: Layer already exists [2026-03-02T10:24:37.337Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:37.337Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:37.337Z] 97f3488d89d2: Layer already exists [2026-03-02T10:24:37.337Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:37.600Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:08ceb887fbae7e13a78bfc757dff00172dc586ab401182c3e87b340f96df1bb4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:37.955Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:38.298Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2026-03-02T10:24:38.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-02T10:24:38.298Z] 1484eb347f5e: Preparing [2026-03-02T10:24:38.298Z] dfc3118e3ad6: Preparing [2026-03-02T10:24:38.298Z] 02f691edcc41: Preparing [2026-03-02T10:24:38.298Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:38.298Z] f528e8df4797: Preparing [2026-03-02T10:24:38.298Z] 97f3488d89d2: Preparing [2026-03-02T10:24:38.298Z] c4e71c2a4573: Preparing [2026-03-02T10:24:38.298Z] 97f3488d89d2: Waiting [2026-03-02T10:24:38.298Z] c4e71c2a4573: Waiting [2026-03-02T10:24:38.298Z] f528e8df4797: Layer already exists [2026-03-02T10:24:38.298Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:38.298Z] dfc3118e3ad6: Layer already exists [2026-03-02T10:24:38.298Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:38.298Z] 1484eb347f5e: Layer already exists [2026-03-02T10:24:38.298Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:38.298Z] 97f3488d89d2: Layer already exists [2026-03-02T10:24:38.298Z] main: digest: sha256:08ceb887fbae7e13a78bfc757dff00172dc586ab401182c3e87b340f96df1bb4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:24:38.637Z] ===================================================== [Pipeline] echo [2026-03-02T10:24:38.648Z] taggedImages: [2026-03-02T10:24:38.648Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:38.648Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-03-02T10:24:38.648Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.100 [2026-03-02T10:24:38.648Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:38.648Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-03-02T10:24:38.676Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2026-03-02T10:24:38.676Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:38.676Z] latest [2026-03-02T10:24:38.676Z] 4.1.0-dev.100 [2026-03-02T10:24:38.676Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:24:38.676Z] main [2026-03-02T10:24:38.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:39.045Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:24:39.391Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:24:39.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-02T10:24:39.391Z] a69c4c2e51f5: Preparing [2026-03-02T10:24:39.391Z] 8dd921f2ba86: Preparing [2026-03-02T10:24:39.391Z] d307992e5b3d: Preparing [2026-03-02T10:24:39.391Z] 02f691edcc41: Preparing [2026-03-02T10:24:39.391Z] e1f12ce41aa9: Preparing [2026-03-02T10:24:39.391Z] 450195031514: Preparing [2026-03-02T10:24:39.391Z] f09774725bab: Preparing [2026-03-02T10:24:39.391Z] 450195031514: Waiting [2026-03-02T10:24:39.391Z] 31496a122c2a: Preparing [2026-03-02T10:24:39.391Z] f09774725bab: Waiting [2026-03-02T10:24:39.391Z] 23ded9e0902f: Preparing [2026-03-02T10:24:39.391Z] 31496a122c2a: Waiting [2026-03-02T10:24:39.391Z] c4e71c2a4573: Preparing [2026-03-02T10:24:39.391Z] c4e71c2a4573: Waiting [2026-03-02T10:24:39.392Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:24:39.392Z] 02f691edcc41: Layer already exists [2026-03-02T10:24:39.656Z] d307992e5b3d: Pushed [2026-03-02T10:24:39.656Z] 8dd921f2ba86: Pushed [2026-03-02T10:24:39.656Z] a69c4c2e51f5: Pushed [2026-03-02T10:24:39.656Z] c4e71c2a4573: Layer already exists [2026-03-02T10:24:39.656Z] 31496a122c2a: Pushed [2026-03-02T10:24:40.606Z] 23ded9e0902f: Pushed [2026-03-02T10:24:52.876Z] f09774725bab: Pushed [2026-03-02T10:25:07.821Z] 450195031514: Pushed [2026-03-02T10:25:07.821Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:a73cc62a85465859aa2ec6d967132c4e5e28a4577142431849a7eab3297d057a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:08.275Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:08.634Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-03-02T10:25:08.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-02T10:25:08.634Z] a69c4c2e51f5: Preparing [2026-03-02T10:25:08.634Z] 8dd921f2ba86: Preparing [2026-03-02T10:25:08.634Z] d307992e5b3d: Preparing [2026-03-02T10:25:08.634Z] 02f691edcc41: Preparing [2026-03-02T10:25:08.634Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:08.634Z] 450195031514: Preparing [2026-03-02T10:25:08.634Z] f09774725bab: Preparing [2026-03-02T10:25:08.634Z] 31496a122c2a: Preparing [2026-03-02T10:25:08.634Z] 23ded9e0902f: Preparing [2026-03-02T10:25:08.634Z] c4e71c2a4573: Preparing [2026-03-02T10:25:08.634Z] 31496a122c2a: Waiting [2026-03-02T10:25:08.634Z] 23ded9e0902f: Waiting [2026-03-02T10:25:08.634Z] c4e71c2a4573: Waiting [2026-03-02T10:25:08.634Z] 450195031514: Waiting [2026-03-02T10:25:08.634Z] f09774725bab: Waiting [2026-03-02T10:25:08.634Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:08.634Z] a69c4c2e51f5: Layer already exists [2026-03-02T10:25:08.634Z] d307992e5b3d: Layer already exists [2026-03-02T10:25:08.634Z] 8dd921f2ba86: Layer already exists [2026-03-02T10:25:08.634Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:08.634Z] 23ded9e0902f: Layer already exists [2026-03-02T10:25:08.634Z] 31496a122c2a: Layer already exists [2026-03-02T10:25:08.634Z] 450195031514: Layer already exists [2026-03-02T10:25:08.634Z] f09774725bab: Layer already exists [2026-03-02T10:25:08.634Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:08.902Z] latest: digest: sha256:a73cc62a85465859aa2ec6d967132c4e5e28a4577142431849a7eab3297d057a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:09.262Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:09.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.100 [2026-03-02T10:25:09.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-02T10:25:09.625Z] a69c4c2e51f5: Preparing [2026-03-02T10:25:09.625Z] 8dd921f2ba86: Preparing [2026-03-02T10:25:09.625Z] d307992e5b3d: Preparing [2026-03-02T10:25:09.625Z] 02f691edcc41: Preparing [2026-03-02T10:25:09.625Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:09.625Z] 450195031514: Preparing [2026-03-02T10:25:09.625Z] f09774725bab: Preparing [2026-03-02T10:25:09.625Z] 31496a122c2a: Preparing [2026-03-02T10:25:09.625Z] 23ded9e0902f: Preparing [2026-03-02T10:25:09.625Z] c4e71c2a4573: Preparing [2026-03-02T10:25:09.625Z] 450195031514: Waiting [2026-03-02T10:25:09.625Z] f09774725bab: Waiting [2026-03-02T10:25:09.625Z] 31496a122c2a: Waiting [2026-03-02T10:25:09.625Z] 23ded9e0902f: Waiting [2026-03-02T10:25:09.625Z] c4e71c2a4573: Waiting [2026-03-02T10:25:09.625Z] 8dd921f2ba86: Layer already exists [2026-03-02T10:25:09.625Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:09.625Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:09.625Z] a69c4c2e51f5: Layer already exists [2026-03-02T10:25:09.625Z] d307992e5b3d: Layer already exists [2026-03-02T10:25:09.625Z] 23ded9e0902f: Layer already exists [2026-03-02T10:25:09.625Z] 450195031514: Layer already exists [2026-03-02T10:25:09.625Z] f09774725bab: Layer already exists [2026-03-02T10:25:09.625Z] 31496a122c2a: Layer already exists [2026-03-02T10:25:09.625Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:09.892Z] 4.1.0-dev.100: digest: sha256:a73cc62a85465859aa2ec6d967132c4e5e28a4577142431849a7eab3297d057a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:10.256Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:10.595Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:25:10.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-02T10:25:10.595Z] a69c4c2e51f5: Preparing [2026-03-02T10:25:10.595Z] 8dd921f2ba86: Preparing [2026-03-02T10:25:10.595Z] d307992e5b3d: Preparing [2026-03-02T10:25:10.595Z] 02f691edcc41: Preparing [2026-03-02T10:25:10.595Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:10.595Z] 450195031514: Preparing [2026-03-02T10:25:10.595Z] f09774725bab: Preparing [2026-03-02T10:25:10.595Z] 31496a122c2a: Preparing [2026-03-02T10:25:10.595Z] 23ded9e0902f: Preparing [2026-03-02T10:25:10.595Z] c4e71c2a4573: Preparing [2026-03-02T10:25:10.595Z] 450195031514: Waiting [2026-03-02T10:25:10.595Z] f09774725bab: Waiting [2026-03-02T10:25:10.595Z] 31496a122c2a: Waiting [2026-03-02T10:25:10.595Z] 23ded9e0902f: Waiting [2026-03-02T10:25:10.595Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:10.595Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:10.595Z] d307992e5b3d: Layer already exists [2026-03-02T10:25:10.595Z] a69c4c2e51f5: Layer already exists [2026-03-02T10:25:10.595Z] 8dd921f2ba86: Layer already exists [2026-03-02T10:25:10.595Z] 31496a122c2a: Layer already exists [2026-03-02T10:25:10.595Z] f09774725bab: Layer already exists [2026-03-02T10:25:10.595Z] 23ded9e0902f: Layer already exists [2026-03-02T10:25:10.595Z] 450195031514: Layer already exists [2026-03-02T10:25:10.595Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:10.858Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:a73cc62a85465859aa2ec6d967132c4e5e28a4577142431849a7eab3297d057a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:11.208Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:11.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2026-03-02T10:25:11.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-02T10:25:11.545Z] a69c4c2e51f5: Preparing [2026-03-02T10:25:11.545Z] 8dd921f2ba86: Preparing [2026-03-02T10:25:11.545Z] d307992e5b3d: Preparing [2026-03-02T10:25:11.545Z] 02f691edcc41: Preparing [2026-03-02T10:25:11.545Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:11.545Z] 450195031514: Preparing [2026-03-02T10:25:11.545Z] f09774725bab: Preparing [2026-03-02T10:25:11.545Z] 31496a122c2a: Preparing [2026-03-02T10:25:11.545Z] 23ded9e0902f: Preparing [2026-03-02T10:25:11.545Z] c4e71c2a4573: Preparing [2026-03-02T10:25:11.545Z] 450195031514: Waiting [2026-03-02T10:25:11.545Z] f09774725bab: Waiting [2026-03-02T10:25:11.545Z] 31496a122c2a: Waiting [2026-03-02T10:25:11.546Z] 23ded9e0902f: Waiting [2026-03-02T10:25:11.546Z] c4e71c2a4573: Waiting [2026-03-02T10:25:11.546Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:11.546Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:11.546Z] 8dd921f2ba86: Layer already exists [2026-03-02T10:25:11.546Z] a69c4c2e51f5: Layer already exists [2026-03-02T10:25:11.546Z] d307992e5b3d: Layer already exists [2026-03-02T10:25:11.546Z] f09774725bab: Layer already exists [2026-03-02T10:25:11.546Z] 31496a122c2a: Layer already exists [2026-03-02T10:25:11.546Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:11.546Z] 450195031514: Layer already exists [2026-03-02T10:25:11.546Z] 23ded9e0902f: Layer already exists [2026-03-02T10:25:11.807Z] main: digest: sha256:a73cc62a85465859aa2ec6d967132c4e5e28a4577142431849a7eab3297d057a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:25:11.891Z] ===================================================== [Pipeline] echo [2026-03-02T10:25:11.905Z] taggedImages: [2026-03-02T10:25:11.905Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:25:11.905Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-03-02T10:25:11.905Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.100 [2026-03-02T10:25:11.905Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:25:11.905Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-03-02T10:25:11.929Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2026-03-02T10:25:11.929Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:25:11.929Z] latest [2026-03-02T10:25:11.929Z] 4.1.0-dev.100 [2026-03-02T10:25:11.929Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:25:11.929Z] main [2026-03-02T10:25:11.929Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:12.282Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:12.616Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:25:12.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-02T10:25:12.616Z] 481177b9d1b2: Preparing [2026-03-02T10:25:12.616Z] ee90ec4d3139: Preparing [2026-03-02T10:25:12.616Z] 7f563e34cdf0: Preparing [2026-03-02T10:25:12.616Z] 02f691edcc41: Preparing [2026-03-02T10:25:12.616Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:12.616Z] 1a8cb59f25d0: Preparing [2026-03-02T10:25:12.616Z] 496175eacbc9: Preparing [2026-03-02T10:25:12.616Z] d06cb4427cd5: Preparing [2026-03-02T10:25:12.616Z] c4e71c2a4573: Preparing [2026-03-02T10:25:12.616Z] 1a8cb59f25d0: Waiting [2026-03-02T10:25:12.616Z] 496175eacbc9: Waiting [2026-03-02T10:25:12.616Z] d06cb4427cd5: Waiting [2026-03-02T10:25:15.179Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:15.179Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:15.445Z] ee90ec4d3139: Pushed [2026-03-02T10:25:15.445Z] 7f563e34cdf0: Pushed [2026-03-02T10:25:15.445Z] 481177b9d1b2: Pushed [2026-03-02T10:25:15.445Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:15.445Z] 496175eacbc9: Pushed [2026-03-02T10:25:16.021Z] d06cb4427cd5: Pushed [2026-03-02T10:25:42.648Z] 1a8cb59f25d0: Pushed [2026-03-02T10:25:42.648Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:261610cdea341679ccafffb335d3e2454e0be2dbf6fbad4a032a5cf864396b55 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:42.993Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:43.345Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-03-02T10:25:43.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-02T10:25:43.345Z] 481177b9d1b2: Preparing [2026-03-02T10:25:43.345Z] ee90ec4d3139: Preparing [2026-03-02T10:25:43.345Z] 7f563e34cdf0: Preparing [2026-03-02T10:25:43.345Z] 02f691edcc41: Preparing [2026-03-02T10:25:43.345Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:43.345Z] 1a8cb59f25d0: Preparing [2026-03-02T10:25:43.345Z] 496175eacbc9: Preparing [2026-03-02T10:25:43.345Z] d06cb4427cd5: Preparing [2026-03-02T10:25:43.345Z] c4e71c2a4573: Preparing [2026-03-02T10:25:43.345Z] 496175eacbc9: Waiting [2026-03-02T10:25:43.345Z] d06cb4427cd5: Waiting [2026-03-02T10:25:43.345Z] c4e71c2a4573: Waiting [2026-03-02T10:25:43.345Z] 1a8cb59f25d0: Waiting [2026-03-02T10:25:43.345Z] 481177b9d1b2: Layer already exists [2026-03-02T10:25:43.345Z] ee90ec4d3139: Layer already exists [2026-03-02T10:25:43.345Z] 7f563e34cdf0: Layer already exists [2026-03-02T10:25:43.345Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:43.345Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:43.345Z] 496175eacbc9: Layer already exists [2026-03-02T10:25:43.345Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:43.345Z] 1a8cb59f25d0: Layer already exists [2026-03-02T10:25:43.345Z] d06cb4427cd5: Layer already exists [2026-03-02T10:25:43.609Z] latest: digest: sha256:261610cdea341679ccafffb335d3e2454e0be2dbf6fbad4a032a5cf864396b55 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:43.962Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:44.307Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.100 [2026-03-02T10:25:44.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-02T10:25:44.307Z] 481177b9d1b2: Preparing [2026-03-02T10:25:44.307Z] ee90ec4d3139: Preparing [2026-03-02T10:25:44.307Z] 7f563e34cdf0: Preparing [2026-03-02T10:25:44.307Z] 02f691edcc41: Preparing [2026-03-02T10:25:44.307Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:44.307Z] 1a8cb59f25d0: Preparing [2026-03-02T10:25:44.307Z] 496175eacbc9: Preparing [2026-03-02T10:25:44.307Z] d06cb4427cd5: Preparing [2026-03-02T10:25:44.307Z] c4e71c2a4573: Preparing [2026-03-02T10:25:44.307Z] 496175eacbc9: Waiting [2026-03-02T10:25:44.307Z] d06cb4427cd5: Waiting [2026-03-02T10:25:44.307Z] c4e71c2a4573: Waiting [2026-03-02T10:25:44.307Z] 1a8cb59f25d0: Waiting [2026-03-02T10:25:44.307Z] ee90ec4d3139: Layer already exists [2026-03-02T10:25:44.307Z] 481177b9d1b2: Layer already exists [2026-03-02T10:25:44.307Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:44.307Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:44.307Z] 7f563e34cdf0: Layer already exists [2026-03-02T10:25:44.307Z] 496175eacbc9: Layer already exists [2026-03-02T10:25:44.307Z] 1a8cb59f25d0: Layer already exists [2026-03-02T10:25:44.307Z] d06cb4427cd5: Layer already exists [2026-03-02T10:25:44.307Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:44.307Z] 4.1.0-dev.100: digest: sha256:261610cdea341679ccafffb335d3e2454e0be2dbf6fbad4a032a5cf864396b55 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:44.665Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:45.005Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:25:45.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-02T10:25:45.006Z] 481177b9d1b2: Preparing [2026-03-02T10:25:45.006Z] ee90ec4d3139: Preparing [2026-03-02T10:25:45.006Z] 7f563e34cdf0: Preparing [2026-03-02T10:25:45.006Z] 02f691edcc41: Preparing [2026-03-02T10:25:45.006Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:45.006Z] 1a8cb59f25d0: Preparing [2026-03-02T10:25:45.006Z] 496175eacbc9: Preparing [2026-03-02T10:25:45.006Z] d06cb4427cd5: Preparing [2026-03-02T10:25:45.006Z] c4e71c2a4573: Preparing [2026-03-02T10:25:45.006Z] 1a8cb59f25d0: Waiting [2026-03-02T10:25:45.006Z] 496175eacbc9: Waiting [2026-03-02T10:25:45.006Z] d06cb4427cd5: Waiting [2026-03-02T10:25:45.006Z] c4e71c2a4573: Waiting [2026-03-02T10:25:45.006Z] 481177b9d1b2: Layer already exists [2026-03-02T10:25:45.006Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:45.006Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:45.006Z] 7f563e34cdf0: Layer already exists [2026-03-02T10:25:45.006Z] ee90ec4d3139: Layer already exists [2026-03-02T10:25:45.006Z] 1a8cb59f25d0: Layer already exists [2026-03-02T10:25:45.006Z] 496175eacbc9: Layer already exists [2026-03-02T10:25:45.006Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:45.006Z] d06cb4427cd5: Layer already exists [2026-03-02T10:25:45.270Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:261610cdea341679ccafffb335d3e2454e0be2dbf6fbad4a032a5cf864396b55 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:45.624Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:45.979Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2026-03-02T10:25:45.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-02T10:25:45.979Z] 481177b9d1b2: Preparing [2026-03-02T10:25:45.979Z] ee90ec4d3139: Preparing [2026-03-02T10:25:45.979Z] 7f563e34cdf0: Preparing [2026-03-02T10:25:45.979Z] 02f691edcc41: Preparing [2026-03-02T10:25:45.979Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:45.979Z] 1a8cb59f25d0: Preparing [2026-03-02T10:25:45.979Z] 496175eacbc9: Preparing [2026-03-02T10:25:45.979Z] d06cb4427cd5: Preparing [2026-03-02T10:25:45.979Z] c4e71c2a4573: Preparing [2026-03-02T10:25:45.979Z] 1a8cb59f25d0: Waiting [2026-03-02T10:25:45.979Z] 496175eacbc9: Waiting [2026-03-02T10:25:45.979Z] d06cb4427cd5: Waiting [2026-03-02T10:25:45.979Z] c4e71c2a4573: Waiting [2026-03-02T10:25:45.979Z] 481177b9d1b2: Layer already exists [2026-03-02T10:25:45.979Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:45.979Z] ee90ec4d3139: Layer already exists [2026-03-02T10:25:45.979Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:45.979Z] 7f563e34cdf0: Layer already exists [2026-03-02T10:25:45.979Z] 496175eacbc9: Layer already exists [2026-03-02T10:25:45.979Z] 1a8cb59f25d0: Layer already exists [2026-03-02T10:25:45.979Z] c4e71c2a4573: Layer already exists [2026-03-02T10:25:45.979Z] d06cb4427cd5: Layer already exists [2026-03-02T10:25:46.243Z] main: digest: sha256:261610cdea341679ccafffb335d3e2454e0be2dbf6fbad4a032a5cf864396b55 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:25:46.324Z] ===================================================== [Pipeline] echo [2026-03-02T10:25:46.336Z] taggedImages: [2026-03-02T10:25:46.336Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:25:46.336Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-03-02T10:25:46.336Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.100 [2026-03-02T10:25:46.336Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:25:46.336Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-03-02T10:25:46.364Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2026-03-02T10:25:46.364Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:25:46.364Z] latest [2026-03-02T10:25:46.364Z] 4.1.0-dev.100 [2026-03-02T10:25:46.364Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:25:46.364Z] main [2026-03-02T10:25:46.364Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:46.733Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:25:47.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:25:47.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-02T10:25:47.078Z] 3b7bf5b921e2: Preparing [2026-03-02T10:25:47.078Z] 7a65f74167e1: Preparing [2026-03-02T10:25:47.078Z] c68d2f4e85db: Preparing [2026-03-02T10:25:47.078Z] 02f691edcc41: Preparing [2026-03-02T10:25:47.078Z] e1f12ce41aa9: Preparing [2026-03-02T10:25:47.078Z] 77a1271467ea: Preparing [2026-03-02T10:25:47.078Z] 31496a122c2a: Preparing [2026-03-02T10:25:47.078Z] 23ded9e0902f: Preparing [2026-03-02T10:25:47.078Z] c4e71c2a4573: Preparing [2026-03-02T10:25:47.078Z] 77a1271467ea: Waiting [2026-03-02T10:25:47.078Z] 31496a122c2a: Waiting [2026-03-02T10:25:47.078Z] 23ded9e0902f: Waiting [2026-03-02T10:25:47.078Z] c4e71c2a4573: Waiting [2026-03-02T10:25:47.078Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:25:47.078Z] 02f691edcc41: Layer already exists [2026-03-02T10:25:47.343Z] 31496a122c2a: Layer already exists [2026-03-02T10:25:47.343Z] 23ded9e0902f: Layer already exists [2026-03-02T10:25:47.343Z] c68d2f4e85db: Pushed [2026-03-02T10:25:47.343Z] 3b7bf5b921e2: Pushed [2026-03-02T10:25:47.343Z] 7a65f74167e1: Pushed [2026-03-02T10:25:47.343Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:19.504Z] 77a1271467ea: Pushed [2026-03-02T10:26:19.504Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:91fd3dfbacdf069cfbfa3465fab2341257c5fcca464718f616af006e23136c14 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:19.846Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:20.193Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-03-02T10:26:20.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-02T10:26:20.194Z] 3b7bf5b921e2: Preparing [2026-03-02T10:26:20.194Z] 7a65f74167e1: Preparing [2026-03-02T10:26:20.194Z] c68d2f4e85db: Preparing [2026-03-02T10:26:20.194Z] 02f691edcc41: Preparing [2026-03-02T10:26:20.194Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:20.194Z] 77a1271467ea: Preparing [2026-03-02T10:26:20.194Z] 31496a122c2a: Preparing [2026-03-02T10:26:20.194Z] 23ded9e0902f: Preparing [2026-03-02T10:26:20.194Z] c4e71c2a4573: Preparing [2026-03-02T10:26:20.194Z] 77a1271467ea: Waiting [2026-03-02T10:26:20.194Z] 23ded9e0902f: Waiting [2026-03-02T10:26:20.194Z] 31496a122c2a: Waiting [2026-03-02T10:26:20.194Z] c4e71c2a4573: Waiting [2026-03-02T10:26:20.194Z] c68d2f4e85db: Layer already exists [2026-03-02T10:26:20.194Z] 3b7bf5b921e2: Layer already exists [2026-03-02T10:26:20.194Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:20.194Z] 7a65f74167e1: Layer already exists [2026-03-02T10:26:20.194Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:20.194Z] 23ded9e0902f: Layer already exists [2026-03-02T10:26:20.194Z] 31496a122c2a: Layer already exists [2026-03-02T10:26:20.194Z] 77a1271467ea: Layer already exists [2026-03-02T10:26:20.194Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:20.457Z] latest: digest: sha256:91fd3dfbacdf069cfbfa3465fab2341257c5fcca464718f616af006e23136c14 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:20.809Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:21.156Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.100 [2026-03-02T10:26:21.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-02T10:26:21.156Z] 3b7bf5b921e2: Preparing [2026-03-02T10:26:21.156Z] 7a65f74167e1: Preparing [2026-03-02T10:26:21.156Z] c68d2f4e85db: Preparing [2026-03-02T10:26:21.156Z] 02f691edcc41: Preparing [2026-03-02T10:26:21.156Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:21.156Z] 77a1271467ea: Preparing [2026-03-02T10:26:21.156Z] 31496a122c2a: Preparing [2026-03-02T10:26:21.156Z] 23ded9e0902f: Preparing [2026-03-02T10:26:21.156Z] c4e71c2a4573: Preparing [2026-03-02T10:26:21.156Z] 31496a122c2a: Waiting [2026-03-02T10:26:21.156Z] 23ded9e0902f: Waiting [2026-03-02T10:26:21.156Z] c4e71c2a4573: Waiting [2026-03-02T10:26:21.156Z] 77a1271467ea: Waiting [2026-03-02T10:26:21.156Z] c68d2f4e85db: Layer already exists [2026-03-02T10:26:21.156Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:21.156Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:21.156Z] 3b7bf5b921e2: Layer already exists [2026-03-02T10:26:21.156Z] 7a65f74167e1: Layer already exists [2026-03-02T10:26:21.156Z] 23ded9e0902f: Layer already exists [2026-03-02T10:26:21.156Z] 77a1271467ea: Layer already exists [2026-03-02T10:26:21.156Z] 31496a122c2a: Layer already exists [2026-03-02T10:26:21.156Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:21.156Z] 4.1.0-dev.100: digest: sha256:91fd3dfbacdf069cfbfa3465fab2341257c5fcca464718f616af006e23136c14 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:21.767Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:22.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:22.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-02T10:26:22.120Z] 3b7bf5b921e2: Preparing [2026-03-02T10:26:22.120Z] 7a65f74167e1: Preparing [2026-03-02T10:26:22.120Z] c68d2f4e85db: Preparing [2026-03-02T10:26:22.120Z] 02f691edcc41: Preparing [2026-03-02T10:26:22.120Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:22.120Z] 77a1271467ea: Preparing [2026-03-02T10:26:22.120Z] 31496a122c2a: Preparing [2026-03-02T10:26:22.120Z] 23ded9e0902f: Preparing [2026-03-02T10:26:22.120Z] c4e71c2a4573: Preparing [2026-03-02T10:26:22.120Z] 31496a122c2a: Waiting [2026-03-02T10:26:22.120Z] 23ded9e0902f: Waiting [2026-03-02T10:26:22.120Z] c4e71c2a4573: Waiting [2026-03-02T10:26:22.120Z] 77a1271467ea: Waiting [2026-03-02T10:26:22.120Z] 3b7bf5b921e2: Layer already exists [2026-03-02T10:26:22.120Z] c68d2f4e85db: Layer already exists [2026-03-02T10:26:22.120Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:22.120Z] 7a65f74167e1: Layer already exists [2026-03-02T10:26:22.120Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:22.120Z] 77a1271467ea: Layer already exists [2026-03-02T10:26:22.120Z] 23ded9e0902f: Layer already exists [2026-03-02T10:26:22.120Z] 31496a122c2a: Layer already exists [2026-03-02T10:26:22.120Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:22.383Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:91fd3dfbacdf069cfbfa3465fab2341257c5fcca464718f616af006e23136c14 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:22.783Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:23.134Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2026-03-02T10:26:23.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-02T10:26:23.134Z] 3b7bf5b921e2: Preparing [2026-03-02T10:26:23.134Z] 7a65f74167e1: Preparing [2026-03-02T10:26:23.134Z] c68d2f4e85db: Preparing [2026-03-02T10:26:23.134Z] 02f691edcc41: Preparing [2026-03-02T10:26:23.134Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:23.134Z] 77a1271467ea: Preparing [2026-03-02T10:26:23.134Z] 31496a122c2a: Preparing [2026-03-02T10:26:23.134Z] 23ded9e0902f: Preparing [2026-03-02T10:26:23.134Z] c4e71c2a4573: Preparing [2026-03-02T10:26:23.134Z] 77a1271467ea: Waiting [2026-03-02T10:26:23.134Z] 31496a122c2a: Waiting [2026-03-02T10:26:23.134Z] 23ded9e0902f: Waiting [2026-03-02T10:26:23.135Z] c4e71c2a4573: Waiting [2026-03-02T10:26:23.135Z] 7a65f74167e1: Layer already exists [2026-03-02T10:26:23.135Z] 3b7bf5b921e2: Layer already exists [2026-03-02T10:26:23.135Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:23.135Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:23.135Z] c68d2f4e85db: Layer already exists [2026-03-02T10:26:23.135Z] 31496a122c2a: Layer already exists [2026-03-02T10:26:23.135Z] 77a1271467ea: Layer already exists [2026-03-02T10:26:23.135Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:23.135Z] 23ded9e0902f: Layer already exists [2026-03-02T10:26:23.398Z] main: digest: sha256:91fd3dfbacdf069cfbfa3465fab2341257c5fcca464718f616af006e23136c14 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:26:23.481Z] ===================================================== [Pipeline] echo [2026-03-02T10:26:23.500Z] taggedImages: [2026-03-02T10:26:23.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:26:23.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-03-02T10:26:23.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.100 [2026-03-02T10:26:23.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:23.500Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-03-02T10:26:23.533Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2026-03-02T10:26:23.533Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:26:23.533Z] latest [2026-03-02T10:26:23.533Z] 4.1.0-dev.100 [2026-03-02T10:26:23.533Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:23.533Z] main [2026-03-02T10:26:23.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:23.910Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:24.261Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:26:24.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-02T10:26:24.261Z] 611c6ee84c22: Preparing [2026-03-02T10:26:24.261Z] 18f1596b1393: Preparing [2026-03-02T10:26:24.261Z] 02f691edcc41: Preparing [2026-03-02T10:26:24.261Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:24.261Z] 269438ae640c: Preparing [2026-03-02T10:26:24.261Z] d0fade2b44a8: Preparing [2026-03-02T10:26:24.261Z] c4e71c2a4573: Preparing [2026-03-02T10:26:24.261Z] d0fade2b44a8: Waiting [2026-03-02T10:26:24.261Z] c4e71c2a4573: Waiting [2026-03-02T10:26:24.261Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:24.261Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:24.527Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:24.527Z] 269438ae640c: Pushed [2026-03-02T10:26:24.527Z] 611c6ee84c22: Pushed [2026-03-02T10:26:25.933Z] d0fade2b44a8: Pushed [2026-03-02T10:26:34.103Z] 18f1596b1393: Pushed [2026-03-02T10:26:34.103Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:3169de260c5525ceeb541fe894e4d480ef65ea92c63928527996d4fe814e8c10 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:34.457Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:34.799Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-03-02T10:26:34.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-02T10:26:34.799Z] 611c6ee84c22: Preparing [2026-03-02T10:26:34.799Z] 18f1596b1393: Preparing [2026-03-02T10:26:34.799Z] 02f691edcc41: Preparing [2026-03-02T10:26:34.799Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:34.799Z] 269438ae640c: Preparing [2026-03-02T10:26:34.799Z] d0fade2b44a8: Preparing [2026-03-02T10:26:34.799Z] c4e71c2a4573: Preparing [2026-03-02T10:26:34.799Z] d0fade2b44a8: Waiting [2026-03-02T10:26:34.799Z] c4e71c2a4573: Waiting [2026-03-02T10:26:34.799Z] 611c6ee84c22: Layer already exists [2026-03-02T10:26:34.799Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:34.799Z] 269438ae640c: Layer already exists [2026-03-02T10:26:34.799Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:34.799Z] 18f1596b1393: Layer already exists [2026-03-02T10:26:34.799Z] d0fade2b44a8: Layer already exists [2026-03-02T10:26:34.799Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:34.799Z] latest: digest: sha256:3169de260c5525ceeb541fe894e4d480ef65ea92c63928527996d4fe814e8c10 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:35.417Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:35.759Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.100 [2026-03-02T10:26:35.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-02T10:26:35.759Z] 611c6ee84c22: Preparing [2026-03-02T10:26:35.759Z] 18f1596b1393: Preparing [2026-03-02T10:26:35.759Z] 02f691edcc41: Preparing [2026-03-02T10:26:35.759Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:35.759Z] 269438ae640c: Preparing [2026-03-02T10:26:35.759Z] d0fade2b44a8: Preparing [2026-03-02T10:26:35.759Z] c4e71c2a4573: Preparing [2026-03-02T10:26:35.759Z] d0fade2b44a8: Waiting [2026-03-02T10:26:35.759Z] c4e71c2a4573: Waiting [2026-03-02T10:26:35.759Z] 611c6ee84c22: Layer already exists [2026-03-02T10:26:35.759Z] 18f1596b1393: Layer already exists [2026-03-02T10:26:35.759Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:35.759Z] 269438ae640c: Layer already exists [2026-03-02T10:26:35.759Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:35.759Z] d0fade2b44a8: Layer already exists [2026-03-02T10:26:35.759Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:36.022Z] 4.1.0-dev.100: digest: sha256:3169de260c5525ceeb541fe894e4d480ef65ea92c63928527996d4fe814e8c10 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:36.369Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:36.718Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:36.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-02T10:26:36.718Z] 611c6ee84c22: Preparing [2026-03-02T10:26:36.718Z] 18f1596b1393: Preparing [2026-03-02T10:26:36.718Z] 02f691edcc41: Preparing [2026-03-02T10:26:36.718Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:36.718Z] 269438ae640c: Preparing [2026-03-02T10:26:36.718Z] d0fade2b44a8: Preparing [2026-03-02T10:26:36.718Z] c4e71c2a4573: Preparing [2026-03-02T10:26:36.718Z] d0fade2b44a8: Waiting [2026-03-02T10:26:36.718Z] c4e71c2a4573: Waiting [2026-03-02T10:26:36.718Z] 18f1596b1393: Layer already exists [2026-03-02T10:26:36.718Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:36.718Z] 611c6ee84c22: Layer already exists [2026-03-02T10:26:36.718Z] 269438ae640c: Layer already exists [2026-03-02T10:26:36.718Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:36.718Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:36.718Z] d0fade2b44a8: Layer already exists [2026-03-02T10:26:36.980Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:3169de260c5525ceeb541fe894e4d480ef65ea92c63928527996d4fe814e8c10 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:37.324Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:37.668Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2026-03-02T10:26:37.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-02T10:26:37.668Z] 611c6ee84c22: Preparing [2026-03-02T10:26:37.668Z] 18f1596b1393: Preparing [2026-03-02T10:26:37.668Z] 02f691edcc41: Preparing [2026-03-02T10:26:37.668Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:37.668Z] 269438ae640c: Preparing [2026-03-02T10:26:37.668Z] d0fade2b44a8: Preparing [2026-03-02T10:26:37.668Z] c4e71c2a4573: Preparing [2026-03-02T10:26:37.668Z] d0fade2b44a8: Waiting [2026-03-02T10:26:37.668Z] c4e71c2a4573: Waiting [2026-03-02T10:26:37.668Z] 18f1596b1393: Layer already exists [2026-03-02T10:26:37.668Z] 269438ae640c: Layer already exists [2026-03-02T10:26:37.668Z] 611c6ee84c22: Layer already exists [2026-03-02T10:26:37.668Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:37.668Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:37.668Z] d0fade2b44a8: Layer already exists [2026-03-02T10:26:37.668Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:37.933Z] main: digest: sha256:3169de260c5525ceeb541fe894e4d480ef65ea92c63928527996d4fe814e8c10 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:26:38.018Z] ===================================================== [Pipeline] echo [2026-03-02T10:26:38.035Z] taggedImages: [2026-03-02T10:26:38.035Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:26:38.035Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-03-02T10:26:38.035Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.100 [2026-03-02T10:26:38.035Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:38.035Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-03-02T10:26:38.069Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2026-03-02T10:26:38.069Z] 0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:26:38.069Z] latest [2026-03-02T10:26:38.069Z] 4.1.0-dev.100 [2026-03-02T10:26:38.069Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:38.069Z] main [2026-03-02T10:26:38.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:38.445Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:38.802Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:26:38.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-02T10:26:38.802Z] 7d007ec53d04: Preparing [2026-03-02T10:26:38.802Z] 5c26db97dab2: Preparing [2026-03-02T10:26:38.802Z] 02f691edcc41: Preparing [2026-03-02T10:26:38.802Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:38.802Z] 49bfa8b1215a: Preparing [2026-03-02T10:26:38.802Z] 6677137ba3fd: Preparing [2026-03-02T10:26:38.802Z] c4e71c2a4573: Preparing [2026-03-02T10:26:38.802Z] 6677137ba3fd: Waiting [2026-03-02T10:26:38.802Z] c4e71c2a4573: Waiting [2026-03-02T10:26:38.802Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:38.802Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:39.067Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:39.067Z] 49bfa8b1215a: Pushed [2026-03-02T10:26:39.067Z] 7d007ec53d04: Pushed [2026-03-02T10:26:39.646Z] 6677137ba3fd: Pushed [2026-03-02T10:26:47.824Z] 5c26db97dab2: Pushed [2026-03-02T10:26:47.824Z] 0b9257bfadd9540d332369017bf0fd58966cb79d: digest: sha256:f5b0c3ac62545f7cb46a4b557ed08d0579aa88928e051e376e5de5520a1c4746 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:48.175Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:48.512Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-03-02T10:26:48.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-02T10:26:48.512Z] 7d007ec53d04: Preparing [2026-03-02T10:26:48.512Z] 5c26db97dab2: Preparing [2026-03-02T10:26:48.512Z] 02f691edcc41: Preparing [2026-03-02T10:26:48.512Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:48.512Z] 49bfa8b1215a: Preparing [2026-03-02T10:26:48.512Z] 6677137ba3fd: Preparing [2026-03-02T10:26:48.512Z] c4e71c2a4573: Preparing [2026-03-02T10:26:48.512Z] 6677137ba3fd: Waiting [2026-03-02T10:26:48.512Z] c4e71c2a4573: Waiting [2026-03-02T10:26:48.512Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:48.512Z] 49bfa8b1215a: Layer already exists [2026-03-02T10:26:48.512Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:48.512Z] 5c26db97dab2: Layer already exists [2026-03-02T10:26:48.512Z] 7d007ec53d04: Layer already exists [2026-03-02T10:26:48.512Z] 6677137ba3fd: Layer already exists [2026-03-02T10:26:48.512Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:48.774Z] latest: digest: sha256:f5b0c3ac62545f7cb46a4b557ed08d0579aa88928e051e376e5de5520a1c4746 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:49.125Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:49.470Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.100 [2026-03-02T10:26:49.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-02T10:26:49.470Z] 7d007ec53d04: Preparing [2026-03-02T10:26:49.470Z] 5c26db97dab2: Preparing [2026-03-02T10:26:49.470Z] 02f691edcc41: Preparing [2026-03-02T10:26:49.471Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:49.471Z] 49bfa8b1215a: Preparing [2026-03-02T10:26:49.471Z] 6677137ba3fd: Preparing [2026-03-02T10:26:49.471Z] c4e71c2a4573: Preparing [2026-03-02T10:26:49.471Z] 6677137ba3fd: Waiting [2026-03-02T10:26:49.471Z] c4e71c2a4573: Waiting [2026-03-02T10:26:49.471Z] 7d007ec53d04: Layer already exists [2026-03-02T10:26:49.471Z] 49bfa8b1215a: Layer already exists [2026-03-02T10:26:49.471Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:49.471Z] 5c26db97dab2: Layer already exists [2026-03-02T10:26:49.471Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:49.471Z] 6677137ba3fd: Layer already exists [2026-03-02T10:26:49.471Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:49.471Z] 4.1.0-dev.100: digest: sha256:f5b0c3ac62545f7cb46a4b557ed08d0579aa88928e051e376e5de5520a1c4746 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:49.816Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:50.175Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:50.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-02T10:26:50.175Z] 7d007ec53d04: Preparing [2026-03-02T10:26:50.175Z] 5c26db97dab2: Preparing [2026-03-02T10:26:50.175Z] 02f691edcc41: Preparing [2026-03-02T10:26:50.175Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:50.175Z] 49bfa8b1215a: Preparing [2026-03-02T10:26:50.175Z] 6677137ba3fd: Preparing [2026-03-02T10:26:50.175Z] c4e71c2a4573: Preparing [2026-03-02T10:26:50.175Z] 6677137ba3fd: Waiting [2026-03-02T10:26:50.175Z] c4e71c2a4573: Waiting [2026-03-02T10:26:50.175Z] 7d007ec53d04: Layer already exists [2026-03-02T10:26:50.175Z] 49bfa8b1215a: Layer already exists [2026-03-02T10:26:50.175Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:50.175Z] 5c26db97dab2: Layer already exists [2026-03-02T10:26:50.175Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:50.175Z] 6677137ba3fd: Layer already exists [2026-03-02T10:26:50.175Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:50.175Z] 0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100: digest: sha256:f5b0c3ac62545f7cb46a4b557ed08d0579aa88928e051e376e5de5520a1c4746 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:50.786Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:51.129Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2026-03-02T10:26:51.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-02T10:26:51.129Z] 7d007ec53d04: Preparing [2026-03-02T10:26:51.129Z] 5c26db97dab2: Preparing [2026-03-02T10:26:51.129Z] 02f691edcc41: Preparing [2026-03-02T10:26:51.129Z] e1f12ce41aa9: Preparing [2026-03-02T10:26:51.129Z] 49bfa8b1215a: Preparing [2026-03-02T10:26:51.129Z] 6677137ba3fd: Preparing [2026-03-02T10:26:51.129Z] c4e71c2a4573: Preparing [2026-03-02T10:26:51.129Z] 6677137ba3fd: Waiting [2026-03-02T10:26:51.129Z] c4e71c2a4573: Waiting [2026-03-02T10:26:51.129Z] e1f12ce41aa9: Layer already exists [2026-03-02T10:26:51.129Z] 02f691edcc41: Layer already exists [2026-03-02T10:26:51.129Z] 49bfa8b1215a: Layer already exists [2026-03-02T10:26:51.129Z] 5c26db97dab2: Layer already exists [2026-03-02T10:26:51.129Z] 7d007ec53d04: Layer already exists [2026-03-02T10:26:51.129Z] c4e71c2a4573: Layer already exists [2026-03-02T10:26:51.129Z] 6677137ba3fd: Layer already exists [2026-03-02T10:26:51.129Z] main: digest: sha256:f5b0c3ac62545f7cb46a4b557ed08d0579aa88928e051e376e5de5520a1c4746 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-02T10:26:51.457Z] ===================================================== [Pipeline] echo [2026-03-02T10:26:51.468Z] taggedImages: [2026-03-02T10:26:51.468Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [2026-03-02T10:26:51.468Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-03-02T10:26:51.468Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.100 [2026-03-02T10:26:51.468Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [2026-03-02T10:26:51.468Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2026-03-02T10:26:51.482Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.493Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.503Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.513Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.526Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-03-02T10:26:51.538Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.553Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.571Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.585Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.596Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-03-02T10:26:51.612Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.625Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.639Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.651Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.661Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-03-02T10:26:51.670Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.682Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.694Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.708Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.721Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-03-02T10:26:51.733Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.745Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.759Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.772Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.788Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-03-02T10:26:51.802Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.818Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.834Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.848Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.863Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-03-02T10:26:51.874Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.884Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.897Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.908Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.919Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-03-02T10:26:51.932Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:51.943Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2026-03-02T10:26:51.955Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.969Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:51.980Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-03-02T10:26:51.994Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:52.005Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2026-03-02T10:26:52.020Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.032Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.043Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-03-02T10:26:52.059Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:52.073Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2026-03-02T10:26:52.084Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.097Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.109Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-03-02T10:26:52.122Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:52.133Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2026-03-02T10:26:52.148Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.166Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.182Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-03-02T10:26:52.195Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:52.211Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2026-03-02T10:26:52.223Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.237Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.249Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-03-02T10:26:52.262Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:52.272Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2026-03-02T10:26:52.283Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.299Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.311Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-03-02T10:26:52.324Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:52.340Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2026-03-02T10:26:52.354Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.368Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.380Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-03-02T10:26:52.392Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] echo [2026-03-02T10:26:52.403Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2026-03-02T10:26:52.415Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.427Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0b9257bfadd9540d332369017bf0fd58966cb79d-4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:26:52.440Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:52.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-02T10:26:52.840Z] [2026-03-02T10:26:52.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:26:53.163Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-02T10:26:57.398Z] arm64: Pulling from edgex-lftools-log-publisher [2026-03-02T10:26:57.398Z] 8998bd30e6a1: Pulling fs layer [2026-03-02T10:26:57.398Z] 04944245beec: Pulling fs layer [2026-03-02T10:26:57.398Z] 699f458cf7ca: Pulling fs layer [2026-03-02T10:26:57.398Z] 765212b225bb: Pulling fs layer [2026-03-02T10:26:57.398Z] f23df028b6ca: Pulling fs layer [2026-03-02T10:26:57.398Z] d65c8cfc05b1: Pulling fs layer [2026-03-02T10:26:57.398Z] 2437ff75d9bd: Pulling fs layer [2026-03-02T10:26:57.398Z] d65c8cfc05b1: Waiting [2026-03-02T10:26:57.398Z] 765212b225bb: Waiting [2026-03-02T10:26:57.398Z] f23df028b6ca: Waiting [2026-03-02T10:26:57.398Z] 2437ff75d9bd: Waiting [2026-03-02T10:26:57.398Z] 04944245beec: Verifying Checksum [2026-03-02T10:26:57.398Z] 04944245beec: Download complete [2026-03-02T10:26:57.398Z] 765212b225bb: Verifying Checksum [2026-03-02T10:26:57.398Z] 765212b225bb: Download complete [2026-03-02T10:26:57.398Z] f23df028b6ca: Verifying Checksum [2026-03-02T10:26:57.398Z] f23df028b6ca: Download complete [2026-03-02T10:26:57.398Z] d65c8cfc05b1: Verifying Checksum [2026-03-02T10:26:57.398Z] d65c8cfc05b1: Download complete [2026-03-02T10:26:57.398Z] 699f458cf7ca: Verifying Checksum [2026-03-02T10:26:57.398Z] 699f458cf7ca: Download complete [2026-03-02T10:26:57.398Z] 8998bd30e6a1: Verifying Checksum [2026-03-02T10:26:57.398Z] 8998bd30e6a1: Download complete [2026-03-02T10:26:59.982Z] 2437ff75d9bd: Download complete [2026-03-02T10:27:01.917Z] 8998bd30e6a1: Pull complete [2026-03-02T10:27:02.496Z] 04944245beec: Pull complete [2026-03-02T10:27:03.897Z] 699f458cf7ca: Pull complete [2026-03-02T10:27:04.161Z] 765212b225bb: Pull complete [2026-03-02T10:27:05.115Z] f23df028b6ca: Pull complete [2026-03-02T10:27:05.381Z] d65c8cfc05b1: Pull complete [2026-03-02T10:27:23.648Z] 2437ff75d9bd: Pull complete [2026-03-02T10:27:23.648Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-03-02T10:27:23.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-02T10:27:23.648Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T10:27:23.847Z] prd-ubuntu20.04-docker-arm64-4c-16g-2860 does not seem to be running inside a container [2026-03-02T10:27:23.892Z] $ 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/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2026-03-02T10:27:26.385Z] $ docker top d4c8a218700b8e0abf3f1015601fdac9f1eb2d73ac5616e2401957a671a666f3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:27:26.977Z] ---> job-cost.sh [2026-03-02T10:27:27.241Z] lf-activate-venv: SKIPPING [2026-03-02T10:27:27.241Z] INFO: No Stack... [2026-03-02T10:27:27.817Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-03-02T10:27:28.393Z] INFO: Archiving Costs [Pipeline] sh [2026-03-02T10:27:29.018Z] + cut -d, -f6 [2026-03-02T10:27:29.018Z] + cat /w/workspace/edgex-go/955/archives/cost.csv [Pipeline] lock [2026-03-02T10:27:29.048Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-955-stack-cost] [2026-03-02T10:27:29.054Z] Resource [jenkins-edgexfoundry-edgex-go-main-955-stack-cost] did not exist. Created. [2026-03-02T10:27:29.061Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-955-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-03-02T10:27:29.709Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-03-02T10:27:30.348Z] Stashed 1 file(s) [Pipeline] } [2026-03-02T10:27:30.358Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-955-stack-cost] [Pipeline] // lock [Pipeline] } [2026-03-02T10:27:30.379Z] $ docker stop --time=1 d4c8a218700b8e0abf3f1015601fdac9f1eb2d73ac5616e2401957a671a666f3 [2026-03-02T10:27:31.873Z] $ docker rm -f --volumes d4c8a218700b8e0abf3f1015601fdac9f1eb2d73ac5616e2401957a671a666f3 [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-03-02T10:27:32.471Z] provisioning config files... [2026-03-02T10:27:32.480Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/955@tmp/config14866463727387906163tmp [Pipeline] { [Pipeline] sh [2026-03-02T10:27:32.782Z] + set +x [2026-03-02T10:27:32.782Z] + curl -s https://codecov.io/bash [2026-03-02T10:27:32.782Z] + bash -s -- [2026-03-02T10:27:32.782Z] [2026-03-02T10:27:32.782Z] _____ _ [2026-03-02T10:27:32.782Z] / ____| | | [2026-03-02T10:27:32.782Z] | | ___ __| | ___ ___ _____ __ [2026-03-02T10:27:32.782Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2026-03-02T10:27:32.782Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2026-03-02T10:27:32.782Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2026-03-02T10:27:32.782Z] Bash-1.0.6 [2026-03-02T10:27:32.782Z] [2026-03-02T10:27:32.782Z] [2026-03-02T10:27:32.782Z] ==> git version 2.25.1 found [2026-03-02T10:27:32.782Z] ==> 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-03-02T10:27:32.782Z] Release-Date: 2020-01-08 [2026-03-02T10:27:32.782Z] 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-03-02T10:27:32.782Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2026-03-02T10:27:32.782Z] ==> Jenkins CI detected. [2026-03-02T10:27:32.782Z] current dir:  /w/workspace/edgex-go/955 [2026-03-02T10:27:32.782Z] project root: . [2026-03-02T10:27:32.782Z] --> token set from env [2026-03-02T10:27:32.783Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2026-03-02T10:27:33.043Z] ==> Running gcov in . (disable via -X gcov) [2026-03-02T10:27:33.043Z] ==> Python coveragepy not found [2026-03-02T10:27:33.043Z] ==> Searching for coverage reports in: [2026-03-02T10:27:33.043Z] + . [2026-03-02T10:27:33.043Z] -> Found 1 reports [2026-03-02T10:27:33.043Z] ==> Detecting git/mercurial file structure [2026-03-02T10:27:33.043Z] ==> Reading reports [2026-03-02T10:27:33.043Z] + ./coverage.out bytes=1044038 [2026-03-02T10:27:33.043Z] ==> Appending adjustments [2026-03-02T10:27:33.043Z] https://docs.codecov.io/docs/fixing-reports [2026-03-02T10:27:34.420Z] + Found adjustments [2026-03-02T10:27:34.420Z] ==> Gzipping contents [2026-03-02T10:27:34.420Z] 108K /tmp/codecov.mGNqbh.gz [2026-03-02T10:27:34.420Z] ==> Uploading reports [2026-03-02T10:27:34.420Z] url: https://codecov.io [2026-03-02T10:27:34.420Z] query: branch=main&commit=0b9257bfadd9540d332369017bf0fd58966cb79d&build=955&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F955%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-03-02T10:27:34.420Z] -> Pinging Codecov [2026-03-02T10:27:34.420Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=0b9257bfadd9540d332369017bf0fd58966cb79d&build=955&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F955%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-03-02T10:27:34.680Z] -> Uploading to [2026-03-02T10:27:34.680Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/0b9257bfadd9540d332369017bf0fd58966cb79d/fcd6eed7-3739-4429-861d-0a1ec227bb01.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260302%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260302T102734Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=25cdea52055fb9314db37052b461532d268f139f28209a6f7f81621f03887664 [2026-03-02T10:27:34.680Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:27:34.680Z] Dload Upload Total Spent Left Speed [2026-03-02T10:27:34.940Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 386k --:--:-- --:--:-- --:--:-- 386k [2026-03-02T10:27:34.940Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/0b9257bfadd9540d332369017bf0fd58966cb79d [Pipeline] } [2026-03-02T10:27:34.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2026-03-02T10:27:35.172Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2026-03-02T10:27:35.188Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:27:35.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-03-02T10:27:35.489Z] [2026-03-02T10:27:35.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:27:35.793Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-03-02T10:27:35.793Z] latest: Pulling from edgex-devops/edgex-snyk-go [2026-03-02T10:27:35.793Z] 2d35ebdb57d9: Already exists [2026-03-02T10:27:35.793Z] 85e8836fcdb2: Pulling fs layer [2026-03-02T10:27:35.793Z] 91631faa732a: Pulling fs layer [2026-03-02T10:27:35.793Z] f3f5ae8826fa: Pulling fs layer [2026-03-02T10:27:35.793Z] 4f4fb700ef54: Pulling fs layer [2026-03-02T10:27:35.793Z] 7861252a18e6: Pulling fs layer [2026-03-02T10:27:35.793Z] 9130f900ef6f: Pulling fs layer [2026-03-02T10:27:35.793Z] 4f4fb700ef54: Waiting [2026-03-02T10:27:35.793Z] 7861252a18e6: Waiting [2026-03-02T10:27:35.793Z] 9130f900ef6f: Waiting [2026-03-02T10:27:35.793Z] f3f5ae8826fa: Verifying Checksum [2026-03-02T10:27:35.793Z] f3f5ae8826fa: Download complete [2026-03-02T10:27:35.793Z] 85e8836fcdb2: Verifying Checksum [2026-03-02T10:27:35.793Z] 85e8836fcdb2: Download complete [2026-03-02T10:27:35.793Z] 4f4fb700ef54: Verifying Checksum [2026-03-02T10:27:35.793Z] 4f4fb700ef54: Download complete [2026-03-02T10:27:36.053Z] 85e8836fcdb2: Pull complete [2026-03-02T10:27:36.323Z] 7861252a18e6: Verifying Checksum [2026-03-02T10:27:36.323Z] 7861252a18e6: Download complete [2026-03-02T10:27:36.892Z] 91631faa732a: Verifying Checksum [2026-03-02T10:27:36.892Z] 91631faa732a: Download complete [2026-03-02T10:27:37.149Z] 9130f900ef6f: Verifying Checksum [2026-03-02T10:27:37.149Z] 9130f900ef6f: Download complete [2026-03-02T10:27:41.333Z] 91631faa732a: Pull complete [2026-03-02T10:27:41.333Z] f3f5ae8826fa: Pull complete [2026-03-02T10:27:41.333Z] 4f4fb700ef54: Pull complete [2026-03-02T10:27:41.333Z] 7861252a18e6: Pull complete [2026-03-02T10:27:45.520Z] 9130f900ef6f: Pull complete [2026-03-02T10:27:45.520Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2026-03-02T10:27:45.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-03-02T10:27:45.520Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T10:27:45.622Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T10:27:45.648Z] $ 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/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@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-03-02T10:27:47.028Z] $ docker top ca6471dd11a9b60abe469aa8ffc959e5fa6b996d7e270064f73922b5fcd8cf12 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-02T10:27:47.383Z] + git config --global --add safe.directory /w/workspace/edgex-go/955 [Pipeline] echo [2026-03-02T10:27:47.392Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2026-03-02T10:27:47.670Z] + set -o pipefail [2026-03-02T10:27:47.670Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2026-03-02T10:27:57.659Z] [2026-03-02T10:27:57.659Z] Monitoring /w/workspace/edgex-go/955 (github.com/edgexfoundry/edgex-go)... [2026-03-02T10:27:57.659Z] [2026-03-02T10:27:57.659Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/412b0aec-1ee3-4816-9314-1e33f501a2e9 [2026-03-02T10:27:57.659Z] [2026-03-02T10:27:57.659Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2026-03-02T10:27:57.659Z] [Pipeline] } [2026-03-02T10:27:57.663Z] $ docker stop --time=1 ca6471dd11a9b60abe469aa8ffc959e5fa6b996d7e270064f73922b5fcd8cf12 [2026-03-02T10:27:59.827Z] $ docker rm -f --volumes ca6471dd11a9b60abe469aa8ffc959e5fa6b996d7e270064f73922b5fcd8cf12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2026-03-02T10:28:00.343Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T10:28:00.354Z] provisioning config files... [2026-03-02T10:28:00.362Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/955@tmp/config7499549252846059887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:00.659Z] --> edgex-publish-swagger.sh [2026-03-02T10:28:00.660Z] === Publish openapi API === [2026-03-02T10:28:00.660Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2026-03-02T10:28:00.660Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/955/openapi/core-command.yaml] [2026-03-02T10:28:00.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:00.660Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:00.660Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 452 223k --:--:-- --:--:-- --:--:-- 223k [2026-03-02T10:28:00.660Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:00.660Z] [2026-03-02T10:28:00.660Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/955/openapi/core-data.yaml] [2026-03-02T10:28:00.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:00.660Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:00.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 503 561k --:--:-- --:--:-- --:--:-- 561k [2026-03-02T10:28:00.920Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:00.920Z] [2026-03-02T10:28:00.920Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/955/openapi/core-keeper.yaml] [2026-03-02T10:28:00.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:00.920Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:00.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 500 223k --:--:-- --:--:-- --:--:-- 224k [2026-03-02T10:28:00.920Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:00.920Z] [2026-03-02T10:28:00.920Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/955/openapi/core-metadata.yaml] [2026-03-02T10:28:00.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:00.920Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:01.179Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 159k 100 66 100 159k 554 1343k --:--:-- --:--:-- --:--:-- 1343k [2026-03-02T10:28:01.179Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:01.179Z] [2026-03-02T10:28:01.179Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/955/openapi/security-proxy-auth.yaml] [2026-03-02T10:28:01.179Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:01.179Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:01.179Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 673 243k --:--:-- --:--:-- --:--:-- 244k [2026-03-02T10:28:01.179Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:01.179Z] [2026-03-02T10:28:01.179Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/955/openapi/security-secretstore-setup.yaml] [2026-03-02T10:28:01.179Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:01.179Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:01.437Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 835 49531 --:--:-- --:--:-- --:--:-- 49737 [2026-03-02T10:28:01.437Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:01.437Z] [2026-03-02T10:28:01.437Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/955/openapi/support-notifications.yaml] [2026-03-02T10:28:01.437Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:01.437Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:01.437Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 559 827k --:--:-- --:--:-- --:--:-- 827k [2026-03-02T10:28:01.437Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:01.437Z] [2026-03-02T10:28:01.437Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/955/openapi/support-scheduler.yaml] [2026-03-02T10:28:01.437Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-02T10:28:01.437Z] Dload Upload Total Spent Left Speed [2026-03-02T10:28:01.695Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 589 442k --:--:-- --:--:-- --:--:-- 442k [2026-03-02T10:28:01.695Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-03-02T10:28:01.695Z] [Pipeline] } [2026-03-02T10:28:01.701Z] 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-03-02T10:28:02.119Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-02T10:28:02.119Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:28:02.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-02T10:28:02.417Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T10:28:02.504Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T10:28:02.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@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-03-02T10:28:02.779Z] $ docker top 9b83a8c45288da9630c7d98115e35492c11e28c518148b9a493e1d530eca36d9 -eo pid,comm [2026-03-02T10:28:02.831Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-03-02T10:28:02.831Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-02T10:28:02.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-02T10:28:02.891Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-02T10:28:02.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-02T10:28:02.988Z] $ docker exec 9b83a8c45288da9630c7d98115e35492c11e28c518148b9a493e1d530eca36d9 ssh-agent [2026-03-02T10:28:03.096Z] SSH_AUTH_SOCK=/tmp/ssh-2k7F8BAF4gnS/agent.32 [2026-03-02T10:28:03.096Z] SSH_AGENT_PID=38 [2026-03-02T10:28:03.101Z] Running ssh-add (command line suppressed) [2026-03-02T10:28:03.191Z] Identity added: /w/workspace/edgex-go/955@tmp/private_key_10030045109967711726.key (/w/workspace/edgex-go/955@tmp/private_key_10030045109967711726.key) [2026-03-02T10:28:03.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-02T10:28:03.502Z] + git semver tag [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,708 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,712 [run_tag] DEBUG tag force:False [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,712 [check_head_tag] DEBUG check head tag [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,713 [execute] INFO git cat-file --batch-check [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,713 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/955, stdin=, shell=False, universal_newlines=False) [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,715 [execute] INFO git cat-file --batch [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,715 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/955, stdin=, shell=False, universal_newlines=False) [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,743 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,743 [execute] INFO git tag -a v4.1.0-dev.100 -m v4.1.0-dev.100 [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,743 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.100', '-m', 'v4.1.0-dev.100'], cwd=/w/workspace/edgex-go/955, stdin=None, shell=False, universal_newlines=False) [2026-03-02T10:28:03.760Z] 2026-03-02 10:28:03,746 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T10:28:03.760Z] 4.1.0-dev.100 [Pipeline] } [2026-03-02T10:28:04.018Z] $ docker exec --env ******** --env ******** 9b83a8c45288da9630c7d98115e35492c11e28c518148b9a493e1d530eca36d9 ssh-agent -k [2026-03-02T10:28:04.105Z] unset SSH_AUTH_SOCK; [2026-03-02T10:28:04.106Z] unset SSH_AGENT_PID; [2026-03-02T10:28:04.106Z] echo Agent pid 38 killed; [2026-03-02T10:28:04.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-02T10:28:04.448Z] + git semver [Pipeline] } [2026-03-02T10:28:04.712Z] $ docker stop --time=1 9b83a8c45288da9630c7d98115e35492c11e28c518148b9a493e1d530eca36d9 [2026-03-02T10:28:05.959Z] $ docker rm -f --volumes 9b83a8c45288da9630c7d98115e35492c11e28c518148b9a493e1d530eca36d9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:28:06.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-03-02T10:28:06.430Z] [2026-03-02T10:28:06.430Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:28:06.728Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-03-02T10:28:08.637Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-03-02T10:28:08.637Z] ab5ef0e58194: Pulling fs layer [2026-03-02T10:28:08.637Z] 9712f1f96733: Pulling fs layer [2026-03-02T10:28:08.637Z] 63f879dbbcfc: Pulling fs layer [2026-03-02T10:28:08.637Z] 0d9ebad4ef96: Pulling fs layer [2026-03-02T10:28:08.637Z] e9a5061849ea: Pulling fs layer [2026-03-02T10:28:08.637Z] d747dcd14b5f: Pulling fs layer [2026-03-02T10:28:08.637Z] 2de7ff778b66: Pulling fs layer [2026-03-02T10:28:08.637Z] 0d9ebad4ef96: Waiting [2026-03-02T10:28:08.637Z] e9a5061849ea: Waiting [2026-03-02T10:28:08.637Z] d747dcd14b5f: Waiting [2026-03-02T10:28:08.637Z] 2de7ff778b66: Waiting [2026-03-02T10:28:08.637Z] 9712f1f96733: Download complete [2026-03-02T10:28:08.637Z] 63f879dbbcfc: Verifying Checksum [2026-03-02T10:28:08.637Z] 63f879dbbcfc: Download complete [2026-03-02T10:28:08.896Z] e9a5061849ea: Verifying Checksum [2026-03-02T10:28:08.896Z] e9a5061849ea: Download complete [2026-03-02T10:28:08.896Z] d747dcd14b5f: Verifying Checksum [2026-03-02T10:28:08.896Z] d747dcd14b5f: Download complete [2026-03-02T10:28:08.896Z] 0d9ebad4ef96: Verifying Checksum [2026-03-02T10:28:08.896Z] 0d9ebad4ef96: Download complete [2026-03-02T10:28:09.155Z] 2de7ff778b66: Verifying Checksum [2026-03-02T10:28:09.155Z] 2de7ff778b66: Download complete [2026-03-02T10:28:09.413Z] ab5ef0e58194: Verifying Checksum [2026-03-02T10:28:09.413Z] ab5ef0e58194: Download complete [2026-03-02T10:28:13.601Z] ab5ef0e58194: Pull complete [2026-03-02T10:28:13.601Z] 9712f1f96733: Pull complete [2026-03-02T10:28:13.859Z] 63f879dbbcfc: Pull complete [2026-03-02T10:28:19.122Z] 0d9ebad4ef96: Pull complete [2026-03-02T10:28:19.122Z] e9a5061849ea: Pull complete [2026-03-02T10:28:19.122Z] d747dcd14b5f: Pull complete [2026-03-02T10:28:20.497Z] 2de7ff778b66: Pull complete [2026-03-02T10:28:20.497Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-03-02T10:28:20.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-03-02T10:28:20.497Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T10:28:20.590Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T10:28:20.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@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-03-02T10:28:21.932Z] $ docker top 6e448bca19c45b56ab984278b53a20062f40edb6e10a2b48ff0a387fdcf06f46 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-03-02T10:28:22.048Z] provisioning config files... [2026-03-02T10:28:22.063Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/955@tmp/config1382342919155867926tmp [2026-03-02T10:28:22.115Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/955@tmp/config12972823867285021175tmp [2026-03-02T10:28:22.147Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/955@tmp/config14817539761870533657tmp [Pipeline] { [Pipeline] echo [2026-03-02T10:28:22.186Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:22.536Z] ---> sigul-configuration.sh [2026-03-02T10:28:22.536Z] gpg: directory `/root/.gnupg' created [2026-03-02T10:28:22.536Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-03-02T10:28:22.536Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-03-02T10:28:22.536Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-03-02T10:28:22.536Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-03-02T10:28:22.536Z] gpg: CAST5 encrypted data [2026-03-02T10:28:22.536Z] gpg: encrypted with 1 passphrase [2026-03-02T10:28:22.536Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-03-02T10:28:22.831Z] + mkdir /home/jenkins [2026-03-02T10:28:22.831Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-03-02T10:28:23.126Z] + 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-03-02T10:28:23.140Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:23.432Z] ---> sigul-install.sh [2026-03-02T10:28:23.432Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-03-02T10:28:23.762Z] + git tag --list [2026-03-02T10:28:23.762Z] 0.6.0 [2026-03-02T10:28:23.762Z] 0.6.1 [2026-03-02T10:28:23.762Z] 0.7.0 [2026-03-02T10:28:23.762Z] 0.7.1 [2026-03-02T10:28:23.762Z] v1.0.0 [2026-03-02T10:28:23.762Z] v1.0.1 [2026-03-02T10:28:23.762Z] v1.1.0 [2026-03-02T10:28:23.762Z] v1.2.0 [2026-03-02T10:28:23.762Z] v1.2.1 [2026-03-02T10:28:23.762Z] v1.3.0 [2026-03-02T10:28:23.762Z] v1.3.1 [2026-03-02T10:28:23.762Z] v2.0.0 [2026-03-02T10:28:23.762Z] v2.1.0 [2026-03-02T10:28:23.762Z] v2.1.1 [2026-03-02T10:28:23.762Z] v2.2.0 [2026-03-02T10:28:23.762Z] v2.3.0 [2026-03-02T10:28:23.762Z] v3.0 [2026-03-02T10:28:23.762Z] v3.0.0 [2026-03-02T10:28:23.762Z] v3.1 [2026-03-02T10:28:23.762Z] v3.1.0 [2026-03-02T10:28:23.762Z] v3.1.1 [2026-03-02T10:28:23.762Z] v4.0 [2026-03-02T10:28:23.762Z] v4.0.0 [2026-03-02T10:28:23.762Z] v4.0.1 [2026-03-02T10:28:23.762Z] v4.0.1-dev.1 [2026-03-02T10:28:23.762Z] v4.0.1-dev.2 [2026-03-02T10:28:23.762Z] v4.0.2-dev.1 [2026-03-02T10:28:23.762Z] v4.1.0-dev.1 [2026-03-02T10:28:23.762Z] v4.1.0-dev.10 [2026-03-02T10:28:23.762Z] v4.1.0-dev.100 [2026-03-02T10:28:23.762Z] v4.1.0-dev.11 [2026-03-02T10:28:23.762Z] v4.1.0-dev.12 [2026-03-02T10:28:23.762Z] v4.1.0-dev.13 [2026-03-02T10:28:23.762Z] v4.1.0-dev.14 [2026-03-02T10:28:23.762Z] v4.1.0-dev.15 [2026-03-02T10:28:23.762Z] v4.1.0-dev.16 [2026-03-02T10:28:23.762Z] v4.1.0-dev.17 [2026-03-02T10:28:23.762Z] v4.1.0-dev.18 [2026-03-02T10:28:23.762Z] v4.1.0-dev.19 [2026-03-02T10:28:23.762Z] v4.1.0-dev.2 [2026-03-02T10:28:23.762Z] v4.1.0-dev.20 [2026-03-02T10:28:23.762Z] v4.1.0-dev.21 [2026-03-02T10:28:23.762Z] v4.1.0-dev.22 [2026-03-02T10:28:23.762Z] v4.1.0-dev.23 [2026-03-02T10:28:23.762Z] v4.1.0-dev.24 [2026-03-02T10:28:23.762Z] v4.1.0-dev.25 [2026-03-02T10:28:23.762Z] v4.1.0-dev.26 [2026-03-02T10:28:23.762Z] v4.1.0-dev.27 [2026-03-02T10:28:23.762Z] v4.1.0-dev.28 [2026-03-02T10:28:23.762Z] v4.1.0-dev.29 [2026-03-02T10:28:23.762Z] v4.1.0-dev.3 [2026-03-02T10:28:23.762Z] v4.1.0-dev.30 [2026-03-02T10:28:23.762Z] v4.1.0-dev.31 [2026-03-02T10:28:23.762Z] v4.1.0-dev.32 [2026-03-02T10:28:23.762Z] v4.1.0-dev.33 [2026-03-02T10:28:23.762Z] v4.1.0-dev.34 [2026-03-02T10:28:23.762Z] v4.1.0-dev.35 [2026-03-02T10:28:23.762Z] v4.1.0-dev.36 [2026-03-02T10:28:23.762Z] v4.1.0-dev.37 [2026-03-02T10:28:23.762Z] v4.1.0-dev.38 [2026-03-02T10:28:23.762Z] v4.1.0-dev.39 [2026-03-02T10:28:23.762Z] v4.1.0-dev.4 [2026-03-02T10:28:23.762Z] v4.1.0-dev.40 [2026-03-02T10:28:23.762Z] v4.1.0-dev.41 [2026-03-02T10:28:23.762Z] v4.1.0-dev.42 [2026-03-02T10:28:23.762Z] v4.1.0-dev.43 [2026-03-02T10:28:23.762Z] v4.1.0-dev.44 [2026-03-02T10:28:23.762Z] v4.1.0-dev.45 [2026-03-02T10:28:23.762Z] v4.1.0-dev.46 [2026-03-02T10:28:23.762Z] v4.1.0-dev.47 [2026-03-02T10:28:23.762Z] v4.1.0-dev.48 [2026-03-02T10:28:23.762Z] v4.1.0-dev.49 [2026-03-02T10:28:23.762Z] v4.1.0-dev.5 [2026-03-02T10:28:23.762Z] v4.1.0-dev.50 [2026-03-02T10:28:23.762Z] v4.1.0-dev.51 [2026-03-02T10:28:23.762Z] v4.1.0-dev.52 [2026-03-02T10:28:23.762Z] v4.1.0-dev.53 [2026-03-02T10:28:23.762Z] v4.1.0-dev.54 [2026-03-02T10:28:23.762Z] v4.1.0-dev.55 [2026-03-02T10:28:23.762Z] v4.1.0-dev.56 [2026-03-02T10:28:23.762Z] v4.1.0-dev.57 [2026-03-02T10:28:23.762Z] v4.1.0-dev.58 [2026-03-02T10:28:23.762Z] v4.1.0-dev.59 [2026-03-02T10:28:23.762Z] v4.1.0-dev.6 [2026-03-02T10:28:23.762Z] v4.1.0-dev.60 [2026-03-02T10:28:23.762Z] v4.1.0-dev.61 [2026-03-02T10:28:23.762Z] v4.1.0-dev.62 [2026-03-02T10:28:23.762Z] v4.1.0-dev.63 [2026-03-02T10:28:23.762Z] v4.1.0-dev.64 [2026-03-02T10:28:23.762Z] v4.1.0-dev.65 [2026-03-02T10:28:23.762Z] v4.1.0-dev.66 [2026-03-02T10:28:23.762Z] v4.1.0-dev.67 [2026-03-02T10:28:23.762Z] v4.1.0-dev.68 [2026-03-02T10:28:23.762Z] v4.1.0-dev.69 [2026-03-02T10:28:23.762Z] v4.1.0-dev.7 [2026-03-02T10:28:23.762Z] v4.1.0-dev.70 [2026-03-02T10:28:23.762Z] v4.1.0-dev.71 [2026-03-02T10:28:23.762Z] v4.1.0-dev.72 [2026-03-02T10:28:23.762Z] v4.1.0-dev.73 [2026-03-02T10:28:23.762Z] v4.1.0-dev.74 [2026-03-02T10:28:23.762Z] v4.1.0-dev.75 [2026-03-02T10:28:23.762Z] v4.1.0-dev.76 [2026-03-02T10:28:23.762Z] v4.1.0-dev.77 [2026-03-02T10:28:23.762Z] v4.1.0-dev.78 [2026-03-02T10:28:23.762Z] v4.1.0-dev.79 [2026-03-02T10:28:23.762Z] v4.1.0-dev.8 [2026-03-02T10:28:23.762Z] v4.1.0-dev.80 [2026-03-02T10:28:23.762Z] v4.1.0-dev.81 [2026-03-02T10:28:23.762Z] v4.1.0-dev.82 [2026-03-02T10:28:23.762Z] v4.1.0-dev.83 [2026-03-02T10:28:23.763Z] v4.1.0-dev.84 [2026-03-02T10:28:23.763Z] v4.1.0-dev.85 [2026-03-02T10:28:23.763Z] v4.1.0-dev.86 [2026-03-02T10:28:23.763Z] v4.1.0-dev.87 [2026-03-02T10:28:23.763Z] v4.1.0-dev.88 [2026-03-02T10:28:23.763Z] v4.1.0-dev.89 [2026-03-02T10:28:23.763Z] v4.1.0-dev.9 [2026-03-02T10:28:23.763Z] v4.1.0-dev.90 [2026-03-02T10:28:23.763Z] v4.1.0-dev.91 [2026-03-02T10:28:23.763Z] v4.1.0-dev.92 [2026-03-02T10:28:23.763Z] v4.1.0-dev.93 [2026-03-02T10:28:23.763Z] v4.1.0-dev.94 [2026-03-02T10:28:23.763Z] v4.1.0-dev.95 [2026-03-02T10:28:23.763Z] v4.1.0-dev.96 [2026-03-02T10:28:23.763Z] v4.1.0-dev.97 [2026-03-02T10:28:23.763Z] v4.1.0-dev.98 [2026-03-02T10:28:23.763Z] v4.1.0-dev.99 [Pipeline] sh [2026-03-02T10:28:24.057Z] + lftools sign git-tag v4.1.0-dev.100 [2026-03-02T10:28:24.625Z] Signing Git tag with Sigul... [2026-03-02T10:28:24.625Z] Signing v4.1.0-dev.100 [Pipeline] echo [2026-03-02T10:28:25.205Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:25.497Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-03-02T10:28:25.504Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-03-02T10:28:25.523Z] $ docker stop --time=1 6e448bca19c45b56ab984278b53a20062f40edb6e10a2b48ff0a387fdcf06f46 [2026-03-02T10:28:26.796Z] $ docker rm -f --volumes 6e448bca19c45b56ab984278b53a20062f40edb6e10a2b48ff0a387fdcf06f46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-03-02T10:28:27.240Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-02T10:28:27.240Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:28:27.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-02T10:28:27.540Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T10:28:27.609Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T10:28:27.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@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-03-02T10:28:27.859Z] $ docker top 2081c403f3913cd9ddc298294156e362ce5e1a6e877edf16535644de40b43f94 -eo pid,comm [2026-03-02T10:28:27.909Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-03-02T10:28:27.909Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-02T10:28:27.956Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-02T10:28:27.956Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-02T10:28:28.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-02T10:28:28.053Z] $ docker exec 2081c403f3913cd9ddc298294156e362ce5e1a6e877edf16535644de40b43f94 ssh-agent [2026-03-02T10:28:28.155Z] SSH_AUTH_SOCK=/tmp/ssh-SSV7YlZmT0gA/agent.33 [2026-03-02T10:28:28.155Z] SSH_AGENT_PID=39 [2026-03-02T10:28:28.159Z] Running ssh-add (command line suppressed) [2026-03-02T10:28:28.244Z] Identity added: /w/workspace/edgex-go/955@tmp/private_key_11223957048885434993.key (/w/workspace/edgex-go/955@tmp/private_key_11223957048885434993.key) [2026-03-02T10:28:28.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-02T10:28:28.549Z] + git semver bump pre [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,745 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,749 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,749 [bump_version] DEBUG bumping version:4.1.0-dev.100 on axis:pre with prefix:dev [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,749 [bump_version] DEBUG bumped version:4.1.0-dev.101 [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,749 [write_version] DEBUG write version:4.1.0-dev.101 to path:/w/workspace/edgex-go/955/.semver/main with force:True [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,749 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,749 [write_file] DEBUG write to file:/w/workspace/edgex-go/955/.semver/main [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,752 [execute] INFO git cat-file --batch-check [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,753 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/955/.semver, stdin=, shell=False, universal_newlines=False) [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,756 [execute] INFO git cat-file --batch [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/955/.semver, stdin=, shell=False, universal_newlines=False) [2026-03-02T10:28:28.807Z] 2026-03-02 10:28:28,760 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T10:28:28.807Z] 4.1.0-dev.101 [Pipeline] } [2026-03-02T10:28:28.807Z] $ docker exec --env ******** --env ******** 2081c403f3913cd9ddc298294156e362ce5e1a6e877edf16535644de40b43f94 ssh-agent -k [2026-03-02T10:28:28.890Z] unset SSH_AUTH_SOCK; [2026-03-02T10:28:28.890Z] unset SSH_AGENT_PID; [2026-03-02T10:28:28.890Z] echo Agent pid 39 killed; [2026-03-02T10:28:28.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-02T10:28:29.222Z] + git semver [Pipeline] } [2026-03-02T10:28:29.484Z] $ docker stop --time=1 2081c403f3913cd9ddc298294156e362ce5e1a6e877edf16535644de40b43f94 [2026-03-02T10:28:30.756Z] $ docker rm -f --volumes 2081c403f3913cd9ddc298294156e362ce5e1a6e877edf16535644de40b43f94 [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-02T10:28:31.115Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-02T10:28:31.116Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:28:31.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-02T10:28:31.414Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T10:28:31.490Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T10:28:31.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@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-03-02T10:28:31.711Z] $ docker top 085a5d1425f7485e57d2e4c28d291b8a032dad37728a5b59bc97f195d60ef095 -eo pid,comm [2026-03-02T10:28:31.759Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-03-02T10:28:31.759Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-02T10:28:31.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-02T10:28:31.823Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-02T10:28:31.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-02T10:28:31.915Z] $ docker exec 085a5d1425f7485e57d2e4c28d291b8a032dad37728a5b59bc97f195d60ef095 ssh-agent [2026-03-02T10:28:32.013Z] SSH_AUTH_SOCK=/tmp/ssh-QQV6V1mCS8p3/agent.32 [2026-03-02T10:28:32.013Z] SSH_AGENT_PID=38 [2026-03-02T10:28:32.018Z] Running ssh-add (command line suppressed) [2026-03-02T10:28:32.104Z] Identity added: /w/workspace/edgex-go/955@tmp/private_key_606046551707670303.key (/w/workspace/edgex-go/955@tmp/private_key_606046551707670303.key) [2026-03-02T10:28:32.123Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-02T10:28:32.410Z] + git semver push [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,603 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,607 [run_push] DEBUG push [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,607 [execute] INFO git cat-file --batch-check [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,608 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/955/.semver, stdin=, shell=False, universal_newlines=False) [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,610 [execute] INFO git rev-list c05fe367ae52c333017b74f7abb7c131edb1eb32 -- [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,610 [execute] DEBUG Popen(['git', 'rev-list', 'c05fe367ae52c333017b74f7abb7c131edb1eb32', '--'], cwd=/w/workspace/edgex-go/955/.semver, stdin=None, shell=False, universal_newlines=False) [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,629 [execute] INFO git fetch -v -- origin [2026-03-02T10:28:32.668Z] 2026-03-02 10:28:32,629 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/955/.semver, stdin=None, shell=False, universal_newlines=True) [2026-03-02T10:28:33.234Z] 2026-03-02 10:28:33,174 [run_push] DEBUG no remote changes detected [2026-03-02T10:28:33.234Z] 2026-03-02 10:28:33,174 [execute] INFO git push origin semver [2026-03-02T10:28:33.234Z] 2026-03-02 10:28:33,174 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/955/.semver, stdin=None, shell=False, universal_newlines=False) [2026-03-02T10:28:34.610Z] 2026-03-02 10:28:34,176 [run_push] DEBUG push all version tags [2026-03-02T10:28:34.610Z] 2026-03-02 10:28:34,176 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-03-02T10:28:34.610Z] 2026-03-02 10:28:34,177 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/955, stdin=None, shell=False, universal_newlines=False) [2026-03-02T10:28:35.177Z] 2026-03-02 10:28:34,983 [read_version] DEBUG read version from /w/workspace/edgex-go/955/.semver/main [2026-03-02T10:28:35.177Z] 4.1.0-dev.101 [Pipeline] } [2026-03-02T10:28:35.179Z] $ docker exec --env ******** --env ******** 085a5d1425f7485e57d2e4c28d291b8a032dad37728a5b59bc97f195d60ef095 ssh-agent -k [2026-03-02T10:28:35.267Z] unset SSH_AUTH_SOCK; [2026-03-02T10:28:35.267Z] unset SSH_AGENT_PID; [2026-03-02T10:28:35.267Z] echo Agent pid 38 killed; [2026-03-02T10:28:35.286Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-02T10:28:35.611Z] + git semver [Pipeline] } [2026-03-02T10:28:35.875Z] $ docker stop --time=1 085a5d1425f7485e57d2e4c28d291b8a032dad37728a5b59bc97f195d60ef095 [2026-03-02T10:28:37.109Z] $ docker rm -f --volumes 085a5d1425f7485e57d2e4c28d291b8a032dad37728a5b59bc97f195d60ef095 [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-03-02T10:28:37.624Z] + [ -d /w/workspace/edgex-go/955/archives ] [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:37.912Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:38.767Z] ---> package-listing.sh [2026-03-02T10:28:38.767Z] ++ facter osfamily [2026-03-02T10:28:38.767Z] ++ tr '[:upper:]' '[:lower:]' [2026-03-02T10:28:39.026Z] + OS_FAMILY=debian [2026-03-02T10:28:39.026Z] + workspace=/w/workspace/edgex-go/955 [2026-03-02T10:28:39.026Z] + START_PACKAGES=/tmp/packages_start.txt [2026-03-02T10:28:39.026Z] + END_PACKAGES=/tmp/packages_end.txt [2026-03-02T10:28:39.026Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-03-02T10:28:39.026Z] + PACKAGES=/tmp/packages_start.txt [2026-03-02T10:28:39.026Z] + '[' /w/workspace/edgex-go/955 ']' [2026-03-02T10:28:39.026Z] + PACKAGES=/tmp/packages_end.txt [2026-03-02T10:28:39.026Z] + case "${OS_FAMILY}" in [2026-03-02T10:28:39.026Z] + dpkg -l [2026-03-02T10:28:39.026Z] + grep '^ii' [2026-03-02T10:28:39.026Z] + '[' -f /tmp/packages_start.txt ']' [2026-03-02T10:28:39.026Z] + '[' -f /tmp/packages_end.txt ']' [2026-03-02T10:28:39.026Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-03-02T10:28:39.026Z] + '[' /w/workspace/edgex-go/955 ']' [2026-03-02T10:28:39.026Z] + mkdir -p /w/workspace/edgex-go/955/archives/ [2026-03-02T10:28:39.026Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/955/archives/ [Pipeline] echo [2026-03-02T10:28:39.037Z] 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/955/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-03-02T10:28:39.314Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:28:39.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-02T10:28:39.877Z] [2026-03-02T10:28:39.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-02T10:28:40.180Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-02T10:28:40.180Z] latest: Pulling from edgex-lftools-log-publisher [2026-03-02T10:28:40.180Z] 5eb5b503b376: Pulling fs layer [2026-03-02T10:28:40.180Z] 5c69ac0246d0: Pulling fs layer [2026-03-02T10:28:40.180Z] ec43610c2a17: Pulling fs layer [2026-03-02T10:28:40.180Z] 3a2ae6a8a46f: Pulling fs layer [2026-03-02T10:28:40.180Z] 33b1e0a273af: Pulling fs layer [2026-03-02T10:28:40.180Z] 5d3b04190fa2: Pulling fs layer [2026-03-02T10:28:40.180Z] 2f39f015ded8: Pulling fs layer [2026-03-02T10:28:40.180Z] 33b1e0a273af: Waiting [2026-03-02T10:28:40.180Z] 5d3b04190fa2: Waiting [2026-03-02T10:28:40.180Z] 2f39f015ded8: Waiting [2026-03-02T10:28:40.180Z] 3a2ae6a8a46f: Waiting [2026-03-02T10:28:40.180Z] 5c69ac0246d0: Verifying Checksum [2026-03-02T10:28:40.180Z] 5c69ac0246d0: Download complete [2026-03-02T10:28:40.180Z] 3a2ae6a8a46f: Verifying Checksum [2026-03-02T10:28:40.180Z] 3a2ae6a8a46f: Download complete [2026-03-02T10:28:40.180Z] 33b1e0a273af: Download complete [2026-03-02T10:28:40.180Z] 5d3b04190fa2: Download complete [2026-03-02T10:28:40.439Z] ec43610c2a17: Verifying Checksum [2026-03-02T10:28:40.439Z] ec43610c2a17: Download complete [2026-03-02T10:28:40.439Z] 5eb5b503b376: Verifying Checksum [2026-03-02T10:28:40.439Z] 5eb5b503b376: Download complete [2026-03-02T10:28:41.005Z] 2f39f015ded8: Verifying Checksum [2026-03-02T10:28:41.005Z] 2f39f015ded8: Download complete [2026-03-02T10:28:41.937Z] 5eb5b503b376: Pull complete [2026-03-02T10:28:41.937Z] 5c69ac0246d0: Pull complete [2026-03-02T10:28:42.502Z] ec43610c2a17: Pull complete [2026-03-02T10:28:42.502Z] 3a2ae6a8a46f: Pull complete [2026-03-02T10:28:42.760Z] 33b1e0a273af: Pull complete [2026-03-02T10:28:42.760Z] 5d3b04190fa2: Pull complete [2026-03-02T10:28:48.024Z] 2f39f015ded8: Pull complete [2026-03-02T10:28:48.024Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-03-02T10:28:48.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-02T10:28:48.024Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-02T10:28:48.121Z] prd-ubuntu20.04-docker-8c-8g-2859 does not seem to be running inside a container [2026-03-02T10:28:48.140Z] $ 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/955/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/955 -v /w/workspace/edgex-go/955:/w/workspace/edgex-go/955:rw,z -v /w/workspace/edgex-go/955@tmp:/w/workspace/edgex-go/955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-03-02T10:28:49.370Z] $ docker top 79070add5628da5a8a0179d88a8858adb895ff350b44564171397129a1362a56 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-02T10:28:49.718Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-03-02T10:28:49.999Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-03-02T10:28:50.283Z] + ls /var/log/sa-host [2026-03-02T10:28:50.284Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-02T10:28:50.312Z] provisioning config files... [2026-03-02T10:28:50.320Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/955@tmp/config5357709623243302863tmp [Pipeline] { [Pipeline] echo [2026-03-02T10:28:50.339Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:50.621Z] ---> create-netrc.sh [Pipeline] } [2026-03-02T10:28:50.626Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:50.927Z] ---> python-tools-install.sh [Pipeline] echo [2026-03-02T10:28:50.936Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:51.218Z] ---> sudo-logs.sh [2026-03-02T10:28:51.218Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-03-02T10:28:51.245Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:51.528Z] ---> job-cost.sh [2026-03-02T10:28:51.528Z] lf-activate-venv: SKIPPING [2026-03-02T10:28:51.528Z] DEBUG: total: 0.10999999940395355 [2026-03-02T10:28:51.528Z] INFO: Retrieving Stack Cost... [2026-03-02T10:28:51.787Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-03-02T10:28:52.046Z] INFO: Archiving Costs [Pipeline] echo [2026-03-02T10:28:52.057Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-02T10:28:52.338Z] ---> logs-deploy.sh [2026-03-02T10:28:52.338Z] lf-activate-venv: SKIPPING [2026-03-02T10:28:52.338Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/955 [2026-03-02T10:28:52.338Z] INFO: archiving workspace using pattern(s): [2026-03-02T10:28:54.240Z] Archives upload complete. [2026-03-02T10:28:54.240Z] INFO: archiving logs to Nexus [2026-03-02T10:28:54.811Z] ---> uname -a: [2026-03-02T10:28:54.811Z] Linux prd-ubuntu20-04-docker-8c-8g-2859 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2026-03-02T10:28:54.811Z] [2026-03-02T10:28:54.811Z] [2026-03-02T10:28:54.811Z] ---> lscpu: [2026-03-02T10:28:54.811Z] Architecture: x86_64 [2026-03-02T10:28:54.811Z] CPU op-mode(s): 32-bit, 64-bit [2026-03-02T10:28:54.811Z] Byte Order: Little Endian [2026-03-02T10:28:54.811Z] Address sizes: 40 bits physical, 48 bits virtual [2026-03-02T10:28:54.811Z] CPU(s): 8 [2026-03-02T10:28:54.811Z] On-line CPU(s) list: 0-7 [2026-03-02T10:28:54.811Z] Thread(s) per core: 1 [2026-03-02T10:28:54.811Z] Core(s) per socket: 1 [2026-03-02T10:28:54.811Z] Socket(s): 8 [2026-03-02T10:28:54.811Z] NUMA node(s): 1 [2026-03-02T10:28:54.811Z] Vendor ID: AuthenticAMD [2026-03-02T10:28:54.811Z] CPU family: 23 [2026-03-02T10:28:54.811Z] Model: 49 [2026-03-02T10:28:54.811Z] Model name: AMD EPYC-Rome Processor [2026-03-02T10:28:54.811Z] Stepping: 0 [2026-03-02T10:28:54.811Z] CPU MHz: 2799.998 [2026-03-02T10:28:54.811Z] BogoMIPS: 5599.99 [2026-03-02T10:28:54.811Z] Virtualization: AMD-V [2026-03-02T10:28:54.811Z] Hypervisor vendor: KVM [2026-03-02T10:28:54.811Z] Virtualization type: full [2026-03-02T10:28:54.811Z] L1d cache: 256 KiB [2026-03-02T10:28:54.811Z] L1i cache: 256 KiB [2026-03-02T10:28:54.811Z] L2 cache: 4 MiB [2026-03-02T10:28:54.811Z] L3 cache: 128 MiB [2026-03-02T10:28:54.811Z] NUMA node0 CPU(s): 0-7 [2026-03-02T10:28:54.811Z] Vulnerability Gather data sampling: Not affected [2026-03-02T10:28:54.811Z] Vulnerability Itlb multihit: Not affected [2026-03-02T10:28:54.811Z] Vulnerability L1tf: Not affected [2026-03-02T10:28:54.811Z] Vulnerability Mds: Not affected [2026-03-02T10:28:54.811Z] Vulnerability Meltdown: Not affected [2026-03-02T10:28:54.811Z] Vulnerability Mmio stale data: Not affected [2026-03-02T10:28:54.811Z] Vulnerability Retbleed: Vulnerable [2026-03-02T10:28:54.811Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2026-03-02T10:28:54.811Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2026-03-02T10:28:54.811Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2026-03-02T10:28:54.811Z] Vulnerability Srbds: Not affected [2026-03-02T10:28:54.811Z] Vulnerability Tsx async abort: Not affected [2026-03-02T10:28:54.811Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2026-03-02T10:28:54.811Z] [2026-03-02T10:28:54.811Z] [2026-03-02T10:28:54.811Z] ---> nproc: [2026-03-02T10:28:54.811Z] 8 [2026-03-02T10:28:54.811Z] [2026-03-02T10:28:54.811Z] [2026-03-02T10:28:54.811Z] ---> df -h: [2026-03-02T10:28:54.811Z] Filesystem Size Used Avail Use% Mounted on [2026-03-02T10:28:54.811Z] overlay 155G 34G 122G 22% / [2026-03-02T10:28:54.811Z] tmpfs 64M 0 64M 0% /dev [2026-03-02T10:28:54.811Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2026-03-02T10:28:54.811Z] shm 64M 0 64M 0% /dev/shm [2026-03-02T10:28:54.811Z] /dev/vda1 155G 34G 122G 22% /facter-os [2026-03-02T10:28:54.811Z] [2026-03-02T10:28:54.811Z]