Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 84b1577d40627d977bd4db100cd0bf9cd2012f29 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-ssh9811308101707916073.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-ssh16681911175596499318.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-ssh8747578689730030463.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-ssh14064819974020823160.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-ssh2638785583528879449.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-3512 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/960 [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/960 # 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 84b1577d40627d977bd4db100cd0bf9cd2012f29 (main) Commit message: "Merge pull request #5381 from jinlinGuan/reading-refactor" > 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 84b1577d40627d977bd4db100cd0bf9cd2012f29 # timeout=10 > git rev-list --no-walk d201cfcc8bde1a7d3b5c881c1cd0d106fb9bdd51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-03-16T02:51:27.384Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-03-16T02:51:27.458Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-03-16T02:51:27.483Z] ========================================================= [2026-03-16T02:51:27.483Z] EdgeX Global Pipelines Version Info [2026-03-16T02:51:27.483Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-03-16T02:51:28.564Z] ------------------- [2026-03-16T02:51:28.564Z] stable info: [2026-03-16T02:51:28.564Z] ------------------- [2026-03-16T02:51:28.564Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-03-16T02:51:28.564Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2026-03-16T02:51:28.564Z] Message: update stable to v1.0.278 [2026-03-16T02:51:29.134Z] ------------------- [2026-03-16T02:51:29.134Z] experimental info: [2026-03-16T02:51:29.134Z] ------------------- [2026-03-16T02:51:29.134Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-03-16T02:51:29.134Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2026-03-16T02:51:29.134Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-03-16T02:51:29.213Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2026-03-16T02:51:29.233Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2026-03-16T02:51:29.252Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-03-16T02:51:29.272Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-03-16T02:51:29.291Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-03-16T02:51:29.307Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-03-16T02:51:29.326Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-03-16T02:51:29.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2026-03-16T02:51:29.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2026-03-16T02:51:29.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2026-03-16T02:51:29.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-03-16T02:51:29.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-03-16T02:51:29.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-03-16T02:51:29.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-03-16T02:51:29.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-03-16T02:51:29.488Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-03-16T02:51:29.505Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-03-16T02:51:29.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-03-16T02:51:29.534Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2026-03-16T02:51:29.550Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2026-03-16T02:51:29.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-03-16T02:51:29.580Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-03-16T02:51:29.596Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-03-16T02:51:29.612Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-03-16T02:51:29.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-03-16T02:51:29.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-03-16T02:51:29.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T02:51:29.693Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84b1577 [Pipeline] echo [2026-03-16T02:51:29.711Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-16T02:51:29.768Z] provisioning config files... [2026-03-16T02:51:29.781Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config8975267303937518562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-16T02:51:30.116Z] ---> ****-login.sh [2026-03-16T02:51:30.116Z] nexus3.edgexfoundry.org:10001 [2026-03-16T02:51:30.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:51:30.383Z] [2026-03-16T02:51:30.383Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-16T02:51:30.383Z] Configure a credential helper to remove this warning. See [2026-03-16T02:51:30.383Z] https://docs.****.com/go/credential-store/ [2026-03-16T02:51:30.383Z] [2026-03-16T02:51:30.383Z] Login Succeeded [2026-03-16T02:51:30.383Z] nexus3.edgexfoundry.org:10002 [2026-03-16T02:51:30.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:51:30.383Z] [2026-03-16T02:51:30.383Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-16T02:51:30.383Z] Configure a credential helper to remove this warning. See [2026-03-16T02:51:30.383Z] https://docs.****.com/go/credential-store/ [2026-03-16T02:51:30.383Z] [2026-03-16T02:51:30.383Z] Login Succeeded [2026-03-16T02:51:30.384Z] nexus3.edgexfoundry.org:10003 [2026-03-16T02:51:30.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:51:30.647Z] [2026-03-16T02:51:30.647Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-16T02:51:30.647Z] Configure a credential helper to remove this warning. See [2026-03-16T02:51:30.647Z] https://docs.****.com/go/credential-store/ [2026-03-16T02:51:30.647Z] [2026-03-16T02:51:30.647Z] Login Succeeded [2026-03-16T02:51:30.647Z] nexus3.edgexfoundry.org:10004 [2026-03-16T02:51:30.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:51:30.647Z] [2026-03-16T02:51:30.647Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-16T02:51:30.647Z] Configure a credential helper to remove this warning. See [2026-03-16T02:51:30.647Z] https://docs.****.com/go/credential-store/ [2026-03-16T02:51:30.647Z] [2026-03-16T02:51:30.647Z] Login Succeeded [2026-03-16T02:51:30.647Z] ****.io [2026-03-16T02:51:30.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:51:30.911Z] [2026-03-16T02:51:30.911Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-03-16T02:51:30.911Z] Configure a credential helper to remove this warning. See [2026-03-16T02:51:30.911Z] https://docs.****.com/go/credential-store/ [2026-03-16T02:51:30.911Z] [2026-03-16T02:51:30.911Z] Login Succeeded [2026-03-16T02:51:30.911Z] ---> ****-login.sh ends [Pipeline] } [2026-03-16T02:51:30.919Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-16T02:51:31.241Z] + 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-16T02:51:31.241Z] + dirname cmd/core-command/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo core-command,cmd/core-command/Dockerfile [2026-03-16T02:51:31.241Z] + + cut -d/ -f2 [2026-03-16T02:51:31.241Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2026-03-16T02:51:31.241Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2026-03-16T02:51:31.241Z] + + cut -d/ -f2 [2026-03-16T02:51:31.241Z] dirname cmd/core-data/Dockerfile [2026-03-16T02:51:31.241Z] + echo core-data,cmd/core-data/Dockerfile [2026-03-16T02:51:31.241Z] + + dirname cmd/core-keeper/Dockerfilecut [2026-03-16T02:51:31.241Z] -d/ -f2 [2026-03-16T02:51:31.241Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2026-03-16T02:51:31.241Z] + + dirname cmd/core-metadata/Dockerfile [2026-03-16T02:51:31.241Z] cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-bootstrapper/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-proxy-auth/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-proxy-setup/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-secretstore-setup/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-spire-agent/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-spire-config/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/security-spire-server/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/support-notifications/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2026-03-16T02:51:31.241Z] + dirname cmd/support-scheduler/Dockerfile [2026-03-16T02:51:31.241Z] + cut -d/ -f2 [2026-03-16T02:51:31.241Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2026-03-16T02:51:31.277Z] 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-16T02:51:31.650Z] + git rev-list -1 --merges 84b1577d40627d977bd4db100cd0bf9cd2012f29~1..84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T02:51:31.661Z] -----------> git rev-list -1 --merges 84b1577d40627d977bd4db100cd0bf9cd2012f29~1..84b1577d40627d977bd4db100cd0bf9cd2012f29 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:51:31.661Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [false] [Pipeline] sh [2026-03-16T02:51:31.957Z] + git log --format=format:%s -1 84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T02:51:31.971Z] ========================================================= [2026-03-16T02:51:31.971Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-03-16T02:51:31.971Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-03-16T02:51:32.357Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-16T02:51:32.357Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-03-16T02:51:32.357Z] + [ -e /tmp/ssh_known_hosts ] [2026-03-16T02:51:32.357Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-03-16T02:51:32.357Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-03-16T02:51:32.357Z] sudo tee -a /etc/ssh/ssh_known_hosts [2026-03-16T02:51:32.358Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:51:32.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-16T02:51:32.765Z] [2026-03-16T02:51:32.765Z] 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-16T02:51:33.066Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-16T02:51:33.066Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-03-16T02:51:33.066Z] 3dae71ba6b94: Pulling fs layer [2026-03-16T02:51:33.066Z] 6bf1a483ea7c: Pulling fs layer [2026-03-16T02:51:33.066Z] f5dfc541a4d3: Pulling fs layer [2026-03-16T02:51:33.066Z] 461d9e800cba: Pulling fs layer [2026-03-16T02:51:33.066Z] 80192f66455f: Pulling fs layer [2026-03-16T02:51:33.066Z] 2e8e34ca0e6c: Pulling fs layer [2026-03-16T02:51:33.066Z] a29436f7fd5d: Pulling fs layer [2026-03-16T02:51:33.066Z] 923cac83aea3: Pulling fs layer [2026-03-16T02:51:33.066Z] 25ad8b0a4227: Pulling fs layer [2026-03-16T02:51:33.066Z] db01528c6b51: Pulling fs layer [2026-03-16T02:51:33.066Z] 28988de357af: Pulling fs layer [2026-03-16T02:51:33.066Z] a29436f7fd5d: Waiting [2026-03-16T02:51:33.066Z] 923cac83aea3: Waiting [2026-03-16T02:51:33.066Z] 25ad8b0a4227: Waiting [2026-03-16T02:51:33.066Z] db01528c6b51: Waiting [2026-03-16T02:51:33.066Z] 28988de357af: Waiting [2026-03-16T02:51:33.066Z] 461d9e800cba: Waiting [2026-03-16T02:51:33.066Z] 80192f66455f: Waiting [2026-03-16T02:51:33.066Z] 2e8e34ca0e6c: Waiting [2026-03-16T02:51:33.066Z] 6bf1a483ea7c: Verifying Checksum [2026-03-16T02:51:33.066Z] 6bf1a483ea7c: Download complete [2026-03-16T02:51:33.066Z] 461d9e800cba: Download complete [2026-03-16T02:51:33.066Z] 80192f66455f: Verifying Checksum [2026-03-16T02:51:33.066Z] 80192f66455f: Download complete [2026-03-16T02:51:33.324Z] f5dfc541a4d3: Verifying Checksum [2026-03-16T02:51:33.324Z] f5dfc541a4d3: Download complete [2026-03-16T02:51:33.324Z] 3dae71ba6b94: Download complete [2026-03-16T02:51:33.324Z] 923cac83aea3: Download complete [2026-03-16T02:51:33.584Z] 25ad8b0a4227: Verifying Checksum [2026-03-16T02:51:33.584Z] 25ad8b0a4227: Download complete [2026-03-16T02:51:33.584Z] db01528c6b51: Verifying Checksum [2026-03-16T02:51:33.584Z] db01528c6b51: Download complete [2026-03-16T02:51:33.584Z] 28988de357af: Verifying Checksum [2026-03-16T02:51:33.584Z] 28988de357af: Download complete [2026-03-16T02:51:33.584Z] a29436f7fd5d: Verifying Checksum [2026-03-16T02:51:33.584Z] a29436f7fd5d: Download complete [2026-03-16T02:51:33.843Z] 2e8e34ca0e6c: Verifying Checksum [2026-03-16T02:51:33.843Z] 2e8e34ca0e6c: Download complete [2026-03-16T02:51:34.788Z] 3dae71ba6b94: Pull complete [2026-03-16T02:51:35.048Z] 6bf1a483ea7c: Pull complete [2026-03-16T02:51:35.983Z] f5dfc541a4d3: Pull complete [2026-03-16T02:51:35.983Z] 461d9e800cba: Pull complete [2026-03-16T02:51:35.983Z] 80192f66455f: Pull complete [2026-03-16T02:51:40.167Z] 2e8e34ca0e6c: Pull complete [2026-03-16T02:51:40.430Z] a29436f7fd5d: Pull complete [2026-03-16T02:51:40.430Z] 923cac83aea3: Pull complete [2026-03-16T02:51:40.692Z] 25ad8b0a4227: Pull complete [2026-03-16T02:51:40.692Z] db01528c6b51: Pull complete [2026-03-16T02:51:40.692Z] 28988de357af: Pull complete [2026-03-16T02:51:40.692Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-03-16T02:51:40.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-16T02:51:40.692Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T02:51:40.816Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2026-03-16T02:51:40.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T02:51:42.526Z] $ docker top e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a -eo pid,comm [2026-03-16T02:51:42.576Z] 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-16T02:51:42.576Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-16T02:51:42.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-16T02:51:42.624Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-16T02:51:42.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-16T02:51:42.732Z] $ docker exec e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent [2026-03-16T02:51:42.847Z] SSH_AUTH_SOCK=/tmp/ssh-7qHG3aAp229Z/agent.32 [2026-03-16T02:51:42.847Z] SSH_AGENT_PID=38 [2026-03-16T02:51:42.855Z] Running ssh-add (command line suppressed) [2026-03-16T02:51:42.965Z] Identity added: /w/workspace/edgex-go/960@tmp/private_key_4427362417931579714.key (/w/workspace/edgex-go/960@tmp/private_key_4427362417931579714.key) [2026-03-16T02:51:42.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-16T02:51:43.274Z] + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] sh [2026-03-16T02:51:43.572Z] + git tag --points-at HEAD [Pipeline] } [2026-03-16T02:51:43.582Z] $ docker exec --env ******** --env ******** e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent -k [2026-03-16T02:51:43.677Z] unset SSH_AUTH_SOCK; [2026-03-16T02:51:43.678Z] unset SSH_AGENT_PID; [2026-03-16T02:51:43.678Z] echo Agent pid 38 killed; [2026-03-16T02:51:43.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-03-16T02:51:43.723Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-16T02:51:43.723Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-16T02:51:43.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-16T02:51:43.827Z] $ docker exec e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent [2026-03-16T02:51:43.925Z] SSH_AUTH_SOCK=/tmp/ssh-OAmJ0p5r82Fe/agent.86 [2026-03-16T02:51:43.925Z] SSH_AGENT_PID=92 [2026-03-16T02:51:43.929Z] Running ssh-add (command line suppressed) [2026-03-16T02:51:44.022Z] Identity added: /w/workspace/edgex-go/960@tmp/private_key_8490218363000820664.key (/w/workspace/edgex-go/960@tmp/private_key_8490218363000820664.key) [2026-03-16T02:51:44.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-16T02:51:44.324Z] + git semver init [2026-03-16T02:51:44.584Z] 2026-03-16 02:51:44,536 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-16T02:51:44.584Z] 2026-03-16 02:51:44,539 [run_init] DEBUG init version:0.0.0 force:False [2026-03-16T02:51:44.584Z] 2026-03-16 02:51:44,540 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/960/.semver [2026-03-16T02:51:44.584Z] 2026-03-16 02:51:44,540 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/960/.semver [2026-03-16T02:51:44.584Z] 2026-03-16 02:51:44,541 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/960/.semver'], cwd=/w/workspace/edgex-go/960, stdin=None, shell=False, universal_newlines=False) [2026-03-16T02:51:49.876Z] 2026-03-16 02:51:49,127 [append_file] DEBUG append to file:/w/workspace/edgex-go/960/.git/info/exclude [2026-03-16T02:51:49.876Z] 2026-03-16 02:51:49,128 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/960/.semver/main with force:False [2026-03-16T02:51:49.876Z] 2026-03-16 02:51:49,128 [read_version] DEBUG read version from /w/workspace/edgex-go/960/.semver/main [2026-03-16T02:51:49.876Z] 2026-03-16 02:51:49,128 [read_version] DEBUG read version from /w/workspace/edgex-go/960/.semver/main [2026-03-16T02:51:49.876Z] 4.1.0-dev.103 [Pipeline] } [2026-03-16T02:51:49.893Z] $ docker exec --env ******** --env ******** e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a ssh-agent -k [2026-03-16T02:51:49.991Z] unset SSH_AUTH_SOCK; [2026-03-16T02:51:49.991Z] unset SSH_AGENT_PID; [2026-03-16T02:51:49.991Z] echo Agent pid 92 killed; [2026-03-16T02:51:50.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-16T02:51:50.312Z] + git semver [Pipeline] } [2026-03-16T02:51:50.584Z] $ docker stop --time=1 e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a [2026-03-16T02:51:51.883Z] $ docker rm -f --volumes e84a8e316f3ffcf8ff5675b5176f17dfacfe3085e779351349ab2fdd0a31ec4a [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-16T02:51:52.214Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-03-16T02:51:52.489Z] Stashed 1 file(s) [Pipeline] echo [2026-03-16T02:51:52.491Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.103 [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-16T02:51:52.923Z] + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] echo [2026-03-16T02:51:52.933Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-16T02:51:52.946Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-16T02:51:52.957Z] ========================================================= [2026-03-16T02:51:52.957Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-03-16T02:51:52.957Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-03-16T02:51:53.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-16T02:51:53.242Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-03-16T02:51:53.242Z] 2d35ebdb57d9: Pulling fs layer [2026-03-16T02:51:53.242Z] c35fb4624d26: Pulling fs layer [2026-03-16T02:51:53.242Z] 4e2aec7ef170: Pulling fs layer [2026-03-16T02:51:53.242Z] 333b49ad6fbf: Pulling fs layer [2026-03-16T02:51:53.242Z] 4f4fb700ef54: Pulling fs layer [2026-03-16T02:51:53.242Z] 333b49ad6fbf: Waiting [2026-03-16T02:51:53.242Z] c3e65509a76b: Pulling fs layer [2026-03-16T02:51:53.242Z] 4f4fb700ef54: Waiting [2026-03-16T02:51:53.242Z] c3e65509a76b: Waiting [2026-03-16T02:51:53.242Z] 7cf9ebb963bd: Pulling fs layer [2026-03-16T02:51:53.242Z] bb34ca984cfb: Pulling fs layer [2026-03-16T02:51:53.242Z] 151cf03bc807: Pulling fs layer [2026-03-16T02:51:53.242Z] bb34ca984cfb: Waiting [2026-03-16T02:51:53.242Z] 7cf9ebb963bd: Waiting [2026-03-16T02:51:53.242Z] 151cf03bc807: Waiting [2026-03-16T02:51:53.242Z] c35fb4624d26: Verifying Checksum [2026-03-16T02:51:53.242Z] c35fb4624d26: Download complete [2026-03-16T02:51:53.243Z] 333b49ad6fbf: Verifying Checksum [2026-03-16T02:51:53.243Z] 333b49ad6fbf: Download complete [2026-03-16T02:51:53.243Z] 4f4fb700ef54: Verifying Checksum [2026-03-16T02:51:53.243Z] 4f4fb700ef54: Download complete [2026-03-16T02:51:53.243Z] c3e65509a76b: Download complete [2026-03-16T02:51:53.243Z] 2d35ebdb57d9: Verifying Checksum [2026-03-16T02:51:53.243Z] 2d35ebdb57d9: Download complete [2026-03-16T02:51:53.503Z] 2d35ebdb57d9: Pull complete [2026-03-16T02:51:53.504Z] 7cf9ebb963bd: Verifying Checksum [2026-03-16T02:51:53.504Z] 7cf9ebb963bd: Download complete [2026-03-16T02:51:53.504Z] c35fb4624d26: Pull complete [2026-03-16T02:51:53.504Z] 4e2aec7ef170: Download complete [2026-03-16T02:51:53.761Z] 151cf03bc807: Verifying Checksum [2026-03-16T02:51:53.761Z] 151cf03bc807: Download complete [2026-03-16T02:51:54.018Z] bb34ca984cfb: Verifying Checksum [2026-03-16T02:51:54.018Z] bb34ca984cfb: Download complete [2026-03-16T02:51:59.290Z] 4e2aec7ef170: Pull complete [2026-03-16T02:51:59.290Z] 333b49ad6fbf: Pull complete [2026-03-16T02:51:59.290Z] 4f4fb700ef54: Pull complete [2026-03-16T02:51:59.290Z] c3e65509a76b: Pull complete [2026-03-16T02:51:59.290Z] 7cf9ebb963bd: Pull complete [2026-03-16T02:52:02.580Z] bb34ca984cfb: Pull complete [2026-03-16T02:52:02.839Z] 151cf03bc807: Pull complete [2026-03-16T02:52:02.839Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-03-16T02:52:02.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-16T02:52:02.839Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-03-16T02:52:03.153Z] + + docker build -t ci-base-image-x86_64 -f -echo . FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-16T02:52:03.153Z] WORKDIR /edgex [2026-03-16T02:52:03.153Z] COPY go.mod . [2026-03-16T02:52:03.153Z] RUN go mod download [2026-03-16T02:52:03.153Z] [2026-03-16T02:52:03.719Z] #0 building with "default" instance using docker driver [2026-03-16T02:52:03.719Z] [2026-03-16T02:52:03.719Z] #1 [internal] load build definition from Dockerfile [2026-03-16T02:52:03.719Z] #1 transferring dockerfile: 164B done [2026-03-16T02:52:03.719Z] #1 DONE 0.0s [2026-03-16T02:52:03.719Z] [2026-03-16T02:52:03.719Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-16T02:52:03.719Z] #2 DONE 0.0s [2026-03-16T02:52:03.719Z] [2026-03-16T02:52:03.719Z] #3 [internal] load .dockerignore [2026-03-16T02:52:03.719Z] #3 transferring context: 50B done [2026-03-16T02:52:03.719Z] #3 DONE 0.0s [2026-03-16T02:52:03.719Z] [2026-03-16T02:52:03.719Z] #4 [internal] load build context [2026-03-16T02:52:03.719Z] #4 transferring context: 7.07kB done [2026-03-16T02:52:03.719Z] #4 DONE 0.0s [2026-03-16T02:52:03.719Z] [2026-03-16T02:52:03.719Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-16T02:52:03.719Z] #5 DONE 0.1s [2026-03-16T02:52:04.069Z] [2026-03-16T02:52:04.069Z] #6 [2/4] WORKDIR /edgex [2026-03-16T02:52:05.442Z] #6 DONE 1.4s [2026-03-16T02:52:05.442Z] [2026-03-16T02:52:05.442Z] #7 [3/4] COPY go.mod . [2026-03-16T02:52:05.442Z] #7 DONE 0.0s [2026-03-16T02:52:05.442Z] [2026-03-16T02:52:05.442Z] #8 [4/4] RUN go mod download [2026-03-16T02:52:07.580Z] Still waiting to schedule task [2026-03-16T02:52:07.580Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2026-03-16T02:52:15.482Z] #8 DONE 9.2s [2026-03-16T02:52:15.482Z] [2026-03-16T02:52:15.482Z] #9 exporting to image [2026-03-16T02:52:15.482Z] #9 exporting layers [2026-03-16T02:52:18.011Z] #9 exporting layers 3.5s done [2026-03-16T02:52:18.011Z] #9 writing image sha256:e63caba3cbd982fe330c33dc13c5522592fd25390540aa47f7b38f9c4df25cef done [2026-03-16T02:52:18.011Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2026-03-16T02:52:18.011Z] #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:52:18.318Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-16T02:52:18.318Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T02:52:18.383Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2026-03-16T02:52:18.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T02:52:18.696Z] $ docker top bdd09fd118e8d98ff36fe4797361e6cbef0e92efed8af28a652c087ac9d3cdff -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-16T02:52:19.032Z] + go version [2026-03-16T02:52:19.032Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-03-16T02:52:19.041Z] $ docker stop --time=1 bdd09fd118e8d98ff36fe4797361e6cbef0e92efed8af28a652c087ac9d3cdff [2026-03-16T02:52:20.307Z] $ docker rm -f --volumes bdd09fd118e8d98ff36fe4797361e6cbef0e92efed8af28a652c087ac9d3cdff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:52:20.729Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-16T02:52:20.729Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T02:52:20.796Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2026-03-16T02:52:20.821Z] $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T02:52:21.048Z] $ docker top 2d6e043408c52b44317efbda0ccdfaad7c982eb616b47c5f8743f76f16e378ed -eo pid,comm [Pipeline] { [Pipeline] echo [2026-03-16T02:52:21.113Z] ========================================================= [2026-03-16T02:52:21.113Z] [edgeXBuildGoParallel] Running Tests and Build... [2026-03-16T02:52:21.113Z] ========================================================= [Pipeline] sh [2026-03-16T02:52:21.395Z] + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] fileExists [Pipeline] sh [2026-03-16T02:52:21.694Z] + make test [2026-03-16T02:52:21.694Z] go test -race -coverprofile=coverage.out ./... [2026-03-16T02:52:29.810Z] ? github.com/edgexfoundry/edgex-go [no test files] [2026-03-16T02:52:56.358Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2026-03-16T02:52:56.358Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2026-03-16T02:52:56.358Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2026-03-16T02:52:56.617Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2026-03-16T02:52:56.879Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2026-03-16T02:52:57.136Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2026-03-16T02:52:57.136Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2026-03-16T02:52:57.402Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2026-03-16T02:52:57.402Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2026-03-16T02:52:57.402Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2026-03-16T02:52:57.687Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2026-03-16T02:52:57.944Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2026-03-16T02:52:57.944Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2026-03-16T02:52:57.944Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2026-03-16T02:52:57.944Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2026-03-16T02:52:57.944Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2026-03-16T02:52:57.944Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2026-03-16T02:52:57.944Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2026-03-16T02:53:01.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2026-03-16T02:53:04.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.057s coverage: 69.4% of statements [2026-03-16T02:53:04.543Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2026-03-16T02:53:04.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.028s coverage: 4.8% of statements [2026-03-16T02:53:04.543Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2026-03-16T02:53:04.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.083s coverage: 57.3% of statements [2026-03-16T02:53:04.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.026s coverage: 86.5% of statements [2026-03-16T02:53:04.543Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2026-03-16T02:53:04.543Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.590s coverage: 94.2% of statements [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2026-03-16T02:53:07.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 90.7% of statements [2026-03-16T02:53:07.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2026-03-16T02:53:07.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.028s coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2026-03-16T02:53:07.088Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2026-03-16T02:53:07.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.062s coverage: 8.2% of statements [2026-03-16T02:53:07.346Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2026-03-16T02:53:07.346Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.474s coverage: 97.6% of statements [2026-03-16T02:53:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2026-03-16T02:53:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2026-03-16T02:53:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2026-03-16T02:53:12.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.054s coverage: 3.5% of statements [2026-03-16T02:53:12.430Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2026-03-16T02:53:12.430Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2026-03-16T02:53:12.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.054s coverage: 1.0% of statements [2026-03-16T02:53:12.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2026-03-16T02:53:12.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.2% of statements [2026-03-16T02:53:12.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.034s coverage: 68.8% of statements [2026-03-16T02:53:12.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2026-03-16T02:53:12.430Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2026-03-16T02:53:12.430Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2026-03-16T02:53:12.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 40.0% of statements [2026-03-16T02:53:12.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.020s coverage: 87.1% of statements [2026-03-16T02:53:12.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.024s coverage: 89.5% of statements [2026-03-16T02:53:13.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.834s coverage: 93.1% of statements [2026-03-16T02:53:13.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.014s coverage: 87.5% of statements [2026-03-16T02:53:26.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.039s coverage: 94.4% of statements [2026-03-16T02:53:32.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.045s coverage: 92.9% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements [2026-03-16T02:53:32.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2026-03-16T02:53:32.679Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.031s coverage: 47.4% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.027s coverage: 87.2% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.059s coverage: 81.8% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.045s coverage: 82.1% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2026-03-16T02:53:32.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.028s coverage: 6.8% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.028s coverage: 33.3% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.030s coverage: 100.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.149s coverage: 54.8% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.6% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.039s coverage: 20.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.031s coverage: 96.8% of statements [2026-03-16T02:53:32.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2026-03-16T02:53:32.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.014s coverage: 100.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.110s coverage: 29.2% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements [2026-03-16T02:53:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.030s coverage: 54.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2026-03-16T02:53:32.680Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2026-03-16T02:53:38.978Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3514 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2026-03-16T02:53:38.994Z] Running in /w/workspace/edgex-go/960 [Pipeline] { [Pipeline] checkout [2026-03-16T02:53:39.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.1% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.098s coverage: 94.9% of statements [2026-03-16T02:53:39.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2026-03-16T02:53:39.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements [2026-03-16T02:53:39.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2026-03-16T02:53:39.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.046s coverage: 47.1% of statements [2026-03-16T02:53:39.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2026-03-16T02:53:39.259Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-03-16T02:53:39.259Z] 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-16T02:53:39.259Z] running golangci-lint [2026-03-16T02:53:39.259Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2026-03-16T02:53:39.259Z] go version go1.25.2 linux/amd64 [2026-03-16T02:53:39.259Z] 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-16T02:53:39.259Z] level=info msg="[config_reader] Used config file .golangci.yml" [2026-03-16T02:53:39.259Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2026-03-16T02:53:39.259Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2026-03-16T02:53:39.259Z] level=info msg="[goenv] Read go env for 3.829757ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2026-03-16T02:53:39.259Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2026-03-16T02:53:42.041Z] The recommended git tool is: git [2026-03-16T02:53:48.531Z] using credential edgex-jenkins-ssh [2026-03-16T02:53:48.561Z] Cloning the remote Git repository [2026-03-16T02:53:48.598Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2026-03-16T02:53:48.685Z] > git init /w/workspace/edgex-go/960 # timeout=10 [2026-03-16T02:53:48.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2026-03-16T02:53:48.826Z] > git --version # timeout=10 [2026-03-16T02:53:48.848Z] > git --version # 'git version 2.25.1' [2026-03-16T02:53:48.850Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-03-16T02:53:48.989Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-03-16T02:54:05.775Z] level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|deps|files|imports|exports_file|name|types_sizes) took 22.636852317s" [2026-03-16T02:54:05.775Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.742735ms" [2026-03-16T02:54:08.283Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2026-03-16T02:54:08.310Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-03-16T02:54:09.076Z] Avoid second fetch [2026-03-16T02:54:09.077Z] Checking out Revision 84b1577d40627d977bd4db100cd0bf9cd2012f29 (main) [2026-03-16T02:54:09.914Z] Commit message: "Merge pull request #5381 from jinlinGuan/reading-refactor" [2026-03-16T02:54:09.088Z] > git config core.sparsecheckout # timeout=10 [2026-03-16T02:54:09.144Z] > git checkout -f 84b1577d40627d977bd4db100cd0bf9cd2012f29 # timeout=10 [2026-03-16T02:54:13.880Z] level=info msg="[linters_context/goanalysis] analyzers took 1m35.779520618s with top 10 stages: buildir: 55.957935313s, gosec: 2.889466358s, inspect: 2.635575093s, fact_deprecated: 2.255104403s, printf: 1.691182646s, fact_purity: 1.478990183s, ctrlflow: 1.359406299s, nilness: 1.306646673s, S1038: 1.152985045s, QF1004: 978.807093ms" [2026-03-16T02:54:13.880Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2026-03-16T02:54:13.880Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2026-03-16T02:54:13.880Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2026-03-16T02:54:13.880Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2026-03-16T02:54:13.880Z] level=info msg="[runner] Processors filtering stat (in/out): cgo: 35/35, generated_file_filter: 35/22, nolint_filter: 21/0, invalid_issue: 35/35, filename_unadjuster: 35/35, exclusion_rules: 22/21, path_relativity: 35/35, exclusion_paths: 35/35, path_absoluter: 35/35" [2026-03-16T02:54:13.880Z] level=info msg="[runner] processing took 9.148818ms with stages: nolint_filter: 8.055887ms, generated_file_filter: 834.969µs, exclusion_rules: 123.932µs, exclusion_paths: 78.36µs, path_relativity: 38.54µs, cgo: 3.6µs, path_absoluter: 3.38µs, sort_results: 2.42µs, invalid_issue: 1.91µs, max_same_issues: 1.29µs, filename_unadjuster: 1.08µs, fixer: 920ns, diff: 560ns, uniq_by_line: 520ns, severity-rules: 380ns, path_prettifier: 280ns, source_code: 270ns, max_from_linter: 250ns, max_per_file_from_linter: 150ns, path_shortener: 120ns" [2026-03-16T02:54:13.880Z] level=info msg="[runner] linters took 11.901988828s with stages: goanalysis_metalinter: 11.892742708s" [2026-03-16T02:54:13.880Z] 0 issues. [2026-03-16T02:54:13.880Z] level=info msg="File cache stats: 0 entries of total size 0B" [2026-03-16T02:54:13.880Z] level=info msg="Memory: 347 samples, avg is 345.6MB, max is 1548.9MB" [2026-03-16T02:54:13.880Z] level=info msg="Execution took 34.583182239s" [2026-03-16T02:54:13.880Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-16T02:54:14.129Z] provisioning config files... [2026-03-16T02:54:14.157Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config642546426350504980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-16T02:54:14.816Z] ---> ****-login.sh [2026-03-16T02:54:14.816Z] nexus3.edgexfoundry.org:10001 [2026-03-16T02:54:15.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:54:15.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T02:54:15.360Z] Configure a credential helper to remove this warning. See [2026-03-16T02:54:15.360Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T02:54:15.360Z] [2026-03-16T02:54:15.360Z] Login Succeeded [2026-03-16T02:54:15.360Z] nexus3.edgexfoundry.org:10002 [2026-03-16T02:54:15.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:54:15.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T02:54:15.917Z] Configure a credential helper to remove this warning. See [2026-03-16T02:54:15.917Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T02:54:15.917Z] [2026-03-16T02:54:15.917Z] Login Succeeded [2026-03-16T02:54:15.917Z] nexus3.edgexfoundry.org:10003 [2026-03-16T02:54:15.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:54:16.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T02:54:16.187Z] Configure a credential helper to remove this warning. See [2026-03-16T02:54:16.187Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T02:54:16.187Z] [2026-03-16T02:54:16.187Z] Login Succeeded [2026-03-16T02:54:16.187Z] nexus3.edgexfoundry.org:10004 [2026-03-16T02:54:16.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:54:16.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T02:54:16.456Z] Configure a credential helper to remove this warning. See [2026-03-16T02:54:16.456Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T02:54:16.456Z] [2026-03-16T02:54:16.456Z] Login Succeeded [2026-03-16T02:54:16.456Z] ****.io [2026-03-16T02:54:16.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:54:16.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T02:54:16.990Z] Configure a credential helper to remove this warning. See [2026-03-16T02:54:16.990Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T02:54:16.990Z] [2026-03-16T02:54:16.990Z] Login Succeeded [2026-03-16T02:54:16.990Z] ---> ****-login.sh ends [Pipeline] } [2026-03-16T02:54:17.006Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2026-03-16T02:54:17.611Z] + git config --global --add safe.directory /w/workspace/edgex-go/960 [Pipeline] echo [2026-03-16T02:54:17.629Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-16T02:54:17.644Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-16T02:54:17.657Z] ========================================================= [2026-03-16T02:54:17.657Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-03-16T02:54:17.657Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-03-16T02:54:17.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-16T02:54:18.249Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-03-16T02:54:18.249Z] 6b59a28fa201: Pulling fs layer [2026-03-16T02:54:18.249Z] d32bb0dddca7: Pulling fs layer [2026-03-16T02:54:18.249Z] 5dab1238d3d9: Pulling fs layer [2026-03-16T02:54:18.249Z] 196fd7d83e7d: Pulling fs layer [2026-03-16T02:54:18.249Z] 4f4fb700ef54: Pulling fs layer [2026-03-16T02:54:18.249Z] 8ba94037c8f0: Pulling fs layer [2026-03-16T02:54:18.249Z] deaec5988b04: Pulling fs layer [2026-03-16T02:54:18.249Z] 9f65657bb879: Pulling fs layer [2026-03-16T02:54:18.249Z] 8ba94037c8f0: Waiting [2026-03-16T02:54:18.249Z] deaec5988b04: Waiting [2026-03-16T02:54:18.249Z] 9f65657bb879: Waiting [2026-03-16T02:54:18.249Z] 196fd7d83e7d: Waiting [2026-03-16T02:54:18.249Z] 4f4fb700ef54: Waiting [2026-03-16T02:54:18.249Z] d32bb0dddca7: Verifying Checksum [2026-03-16T02:54:18.249Z] d32bb0dddca7: Download complete [2026-03-16T02:54:18.249Z] 196fd7d83e7d: Verifying Checksum [2026-03-16T02:54:18.249Z] 196fd7d83e7d: Download complete [2026-03-16T02:54:18.249Z] 4f4fb700ef54: Verifying Checksum [2026-03-16T02:54:18.249Z] 4f4fb700ef54: Download complete [2026-03-16T02:54:18.249Z] 8ba94037c8f0: Verifying Checksum [2026-03-16T02:54:18.249Z] 8ba94037c8f0: Download complete [2026-03-16T02:54:18.249Z] 6b59a28fa201: Verifying Checksum [2026-03-16T02:54:18.249Z] 6b59a28fa201: Download complete [2026-03-16T02:54:18.838Z] 9f65657bb879: Verifying Checksum [2026-03-16T02:54:18.839Z] 9f65657bb879: Download complete [2026-03-16T02:54:19.108Z] 6b59a28fa201: Pull complete [2026-03-16T02:54:19.698Z] d32bb0dddca7: Pull complete [2026-03-16T02:54:19.968Z] 5dab1238d3d9: Verifying Checksum [2026-03-16T02:54:19.968Z] 5dab1238d3d9: Download complete [2026-03-16T02:54:21.935Z] deaec5988b04: Verifying Checksum [2026-03-16T02:54:21.935Z] deaec5988b04: Download complete [2026-03-16T02:54:21.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-03-16T02:54:21.984Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-03-16T02:54:21.984Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2026-03-16T02:54:21.994Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2026-03-16T02:54:22.335Z] + ls -al . [2026-03-16T02:54:22.335Z] total 1392 [2026-03-16T02:54:22.335Z] drwxrwxr-x 11 1001 1001 4096 Mar 16 02:52 . [2026-03-16T02:54:22.335Z] drwxr-xr-x 4 root root 4096 Mar 16 02:52 .. [2026-03-16T02:54:22.335Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 .blubracket [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 10 Mar 16 02:51 .dockerignore [2026-03-16T02:54:22.335Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 02:53 .git [2026-03-16T02:54:22.335Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 02:51 .github [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 909 Mar 16 02:51 .gitignore [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 359 Mar 16 02:51 .golangci.yml [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 100 Mar 16 02:51 .hadolint.yml [2026-03-16T02:54:22.335Z] drwxr-xr-x 3 1001 1001 4096 Mar 16 02:51 .semver [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 155 Mar 16 02:51 .sonarcloud.properties [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 1171 Mar 16 02:51 ADOPTERS.md [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 20143 Mar 16 02:51 Attribution.txt [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 108018 Mar 16 02:51 CHANGELOG.md [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:51 CONTRIBUTING.md [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 677 Mar 16 02:51 GOVERNANCE.md [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 886 Mar 16 02:51 Jenkinsfile [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:51 LICENSE [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 16743 Mar 16 02:51 Makefile [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 582 Mar 16 02:51 OWNERS.md [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 9932 Mar 16 02:51 README.md [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 789 Mar 16 02:51 SECURITY.md [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 13 Mar 16 02:51 VERSION [2026-03-16T02:54:22.335Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 bin [2026-03-16T02:54:22.335Z] drwxrwxr-x 19 1001 1001 4096 Mar 16 02:51 cmd [2026-03-16T02:54:22.335Z] -rw-r--r-- 1 root root 1044023 Mar 16 02:53 coverage.out [2026-03-16T02:54:22.335Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 fuzz_test [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 7035 Mar 16 02:51 go.mod [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 90889 Mar 16 02:51 go.sum [2026-03-16T02:54:22.335Z] drwxrwxr-x 7 1001 1001 4096 Mar 16 02:51 internal [2026-03-16T02:54:22.335Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 02:51 openapi [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 584 Mar 16 02:51 security.txt [2026-03-16T02:54:22.335Z] -rw-rw-r-- 1 1001 1001 204 Mar 16 02:51 version.go [Pipeline] sh [2026-03-16T02:54:22.611Z] + '[' -e coverage.out ] [2026-03-16T02:54:22.611Z] + chown 1001:1001 coverage.out [Pipeline] stash [2026-03-16T02:54:22.740Z] Stashed 1 file(s) [Pipeline] sh [2026-03-16T02:54:23.016Z] + make build [2026-03-16T02:54:23.016Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-16T02:54:34.404Z] 5dab1238d3d9: Pull complete [2026-03-16T02:54:34.404Z] 196fd7d83e7d: Pull complete [2026-03-16T02:54:34.404Z] 4f4fb700ef54: Pull complete [2026-03-16T02:54:34.673Z] 8ba94037c8f0: Pull complete [2026-03-16T02:54:44.761Z] deaec5988b04: Pull complete [2026-03-16T02:54:45.724Z] 9f65657bb879: Pull complete [2026-03-16T02:54:45.724Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-03-16T02:54:45.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-16T02:54:45.724Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-03-16T02:54:46.067Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-16T02:54:46.067Z] WORKDIR /edgex [2026-03-16T02:54:46.067Z] COPY go.mod . [2026-03-16T02:54:46.067Z] RUN go mod download [2026-03-16T02:54:46.067Z] + docker build -t ci-base-image-arm64 -f - . [2026-03-16T02:54:47.036Z] Sending build context to Docker daemon 3.894MB [2026-03-16T02:54:47.036Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-03-16T02:54:47.036Z] ---> 334268110677 [2026-03-16T02:54:47.036Z] Step 2/4 : WORKDIR /edgex [2026-03-16T02:54:48.979Z] ---> Running in f65d45fdcb5e [2026-03-16T02:54:48.979Z] Removing intermediate container f65d45fdcb5e [2026-03-16T02:54:48.979Z] ---> 43dd7ec6570a [2026-03-16T02:54:48.979Z] Step 3/4 : COPY go.mod . [2026-03-16T02:54:49.551Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-16T02:54:49.551Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-16T02:54:49.567Z] ---> 515362c77d0c [2026-03-16T02:54:49.567Z] Step 4/4 : RUN go mod download [2026-03-16T02:54:49.567Z] ---> Running in 7cf3b70727f3 [2026-03-16T02:54:50.484Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-16T02:54:51.051Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-16T02:54:52.951Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-16T02:54:58.213Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-03-16T02:55:00.114Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-16T02:55:02.647Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-16T02:55:04.549Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-16T02:55:06.453Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-16T02:55:07.825Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-16T02:55:08.756Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2026-03-16T02:55:10.705Z] $ docker stop --time=1 2d6e043408c52b44317efbda0ccdfaad7c982eb616b47c5f8743f76f16e378ed [2026-03-16T02:55:13.243Z] $ docker rm -f --volumes 2d6e043408c52b44317efbda0ccdfaad7c982eb616b47c5f8743f76f16e378ed [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-16T02:55:14.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-16T02:55:14.413Z] [2026-03-16T02:55:14.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:55:14.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-16T02:55:14.734Z] latest: Pulling from edgex-devops/edgex-compose [2026-03-16T02:55:14.734Z] 91d30c5bc195: Pulling fs layer [2026-03-16T02:55:14.734Z] 2e9b0aa3be6d: Pulling fs layer [2026-03-16T02:55:14.734Z] 9c61dcf015f6: Pulling fs layer [2026-03-16T02:55:14.734Z] 4698f68db338: Pulling fs layer [2026-03-16T02:55:14.734Z] 2a2f49069b9e: Pulling fs layer [2026-03-16T02:55:14.734Z] e0025b399a48: Pulling fs layer [2026-03-16T02:55:14.734Z] e0025b399a48: Waiting [2026-03-16T02:55:14.734Z] 4698f68db338: Waiting [2026-03-16T02:55:14.734Z] 2a2f49069b9e: Waiting [2026-03-16T02:55:14.734Z] 91d30c5bc195: Verifying Checksum [2026-03-16T02:55:14.734Z] 91d30c5bc195: Download complete [2026-03-16T02:55:14.734Z] 4698f68db338: Download complete [2026-03-16T02:55:15.045Z] 2e9b0aa3be6d: Verifying Checksum [2026-03-16T02:55:15.045Z] 2e9b0aa3be6d: Download complete [2026-03-16T02:55:15.045Z] e0025b399a48: Verifying Checksum [2026-03-16T02:55:15.045Z] e0025b399a48: Download complete [2026-03-16T02:55:15.045Z] 91d30c5bc195: Pull complete [2026-03-16T02:55:15.045Z] 2a2f49069b9e: Verifying Checksum [2026-03-16T02:55:15.045Z] 2a2f49069b9e: Download complete [2026-03-16T02:55:15.045Z] 2e9b0aa3be6d: Pull complete [2026-03-16T02:55:15.733Z] 9c61dcf015f6: Verifying Checksum [2026-03-16T02:55:15.733Z] 9c61dcf015f6: Download complete [2026-03-16T02:55:19.257Z] 9c61dcf015f6: Pull complete [2026-03-16T02:55:19.257Z] 4698f68db338: Pull complete [2026-03-16T02:55:19.257Z] 2a2f49069b9e: Pull complete [2026-03-16T02:55:19.257Z] e0025b399a48: Pull complete [2026-03-16T02:55:19.257Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2026-03-16T02:55:19.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-03-16T02:55:19.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T02:55:19.347Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2026-03-16T02:55:19.382Z] $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T02:55:20.225Z] $ docker top 0979f278e4a6eb84dc25f60a767e6a9673cf08368011d25df8475147232317d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-16T02:55:20.566Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-03-16T02:55:20.824Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #1 transferring dockerfile: 2.50kB done [2026-03-16T02:55:20.824Z] #1 DONE 0.0s [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #2 transferring dockerfile: 2.49kB done [2026-03-16T02:55:20.824Z] #2 DONE 0.0s [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #3 [security-spire-server internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #3 transferring dockerfile: 1.70kB done [2026-03-16T02:55:20.824Z] #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-03-16T02:55:20.824Z] #3 DONE 0.1s [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #4 [support-notifications internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #4 transferring dockerfile: 2.02kB done [2026-03-16T02:55:20.824Z] #4 DONE 0.1s [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #5 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-16T02:55:20.824Z] #5 ... [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #6 transferring dockerfile: 2.23kB done [2026-03-16T02:55:20.824Z] #6 DONE 0.1s [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #7 transferring dockerfile: 3.02kB done [2026-03-16T02:55:20.824Z] #7 DONE 0.1s [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #8 [core-metadata internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #8 transferring dockerfile: 2.10kB done [2026-03-16T02:55:20.824Z] #8 DONE 0.1s [2026-03-16T02:55:20.824Z] [2026-03-16T02:55:20.824Z] #9 [core-keeper internal] load build definition from Dockerfile [2026-03-16T02:55:20.824Z] #9 transferring dockerfile: 2.07kB done [2026-03-16T02:55:20.825Z] #9 DONE 0.1s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2026-03-16T02:55:20.825Z] #10 transferring dockerfile: 1.81kB done [2026-03-16T02:55:20.825Z] #10 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-03-16T02:55:20.825Z] #10 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2026-03-16T02:55:20.825Z] #10 DONE 0.1s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2026-03-16T02:55:20.825Z] #11 transferring dockerfile: 2.14kB done [2026-03-16T02:55:20.825Z] #11 DONE 0.1s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #12 [core-data internal] load build definition from Dockerfile [2026-03-16T02:55:20.825Z] #12 transferring dockerfile: 2.04kB done [2026-03-16T02:55:20.825Z] #12 DONE 0.2s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #13 [core-command internal] load build definition from Dockerfile [2026-03-16T02:55:20.825Z] #13 transferring dockerfile: 1.94kB done [2026-03-16T02:55:20.825Z] #13 DONE 0.1s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-03-16T02:55:20.825Z] #14 transferring dockerfile: 1.89kB done [2026-03-16T02:55:20.825Z] #14 DONE 0.1s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #15 [support-scheduler internal] load build definition from Dockerfile [2026-03-16T02:55:20.825Z] #15 transferring dockerfile: 1.83kB done [2026-03-16T02:55:20.825Z] #15 DONE 0.1s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #16 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-03-16T02:55:20.825Z] #16 DONE 0.0s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #17 [support-notifications internal] load .dockerignore [2026-03-16T02:55:20.825Z] #17 transferring context: 50B done [2026-03-16T02:55:20.825Z] #17 DONE 0.0s [2026-03-16T02:55:20.825Z] [2026-03-16T02:55:20.825Z] #5 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-16T02:55:21.110Z] #5 ... [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #18 [core-keeper internal] load .dockerignore [2026-03-16T02:55:21.110Z] #18 transferring context: 50B done [2026-03-16T02:55:21.110Z] #18 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #19 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:55:21.110Z] #19 DONE 0.2s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #20 [security-secretstore-setup internal] load .dockerignore [2026-03-16T02:55:21.110Z] #20 transferring context: 50B done [2026-03-16T02:55:21.110Z] #20 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #21 [security-proxy-setup internal] load .dockerignore [2026-03-16T02:55:21.110Z] #21 transferring context: 50B done [2026-03-16T02:55:21.110Z] #21 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2026-03-16T02:55:21.110Z] #22 transferring context: 50B done [2026-03-16T02:55:21.110Z] #22 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #23 [security-bootstrapper internal] load .dockerignore [2026-03-16T02:55:21.110Z] #23 transferring context: 50B done [2026-03-16T02:55:21.110Z] #23 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #24 [core-metadata internal] load .dockerignore [2026-03-16T02:55:21.110Z] #24 transferring context: 50B done [2026-03-16T02:55:21.110Z] #24 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #25 [core-command internal] load .dockerignore [2026-03-16T02:55:21.110Z] #25 transferring context: 50B done [2026-03-16T02:55:21.110Z] #25 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #26 [security-proxy-auth internal] load .dockerignore [2026-03-16T02:55:21.110Z] #26 transferring context: 50B done [2026-03-16T02:55:21.110Z] #26 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #27 [core-data internal] load .dockerignore [2026-03-16T02:55:21.110Z] #27 transferring context: 50B done [2026-03-16T02:55:21.110Z] #27 DONE 0.1s [2026-03-16T02:55:21.110Z] [2026-03-16T02:55:21.110Z] #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:55:21.110Z] #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-16T02:55:21.110Z] #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:55:21.110Z] #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-16T02:55:21.110Z] #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-16T02:55:21.110Z] #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s [2026-03-16T02:55:21.110Z] #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 [2026-03-16T02:55:21.110Z] #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-16T02:55:21.366Z] #28 ... [2026-03-16T02:55:21.366Z] [2026-03-16T02:55:21.366Z] #29 [support-scheduler internal] load .dockerignore [2026-03-16T02:55:21.366Z] #29 transferring context: 50B 0.0s done [2026-03-16T02:55:21.366Z] #29 DONE 0.4s [2026-03-16T02:55:21.366Z] [2026-03-16T02:55:21.366Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2026-03-16T02:55:21.366Z] #30 transferring context: 50B 0.0s done [2026-03-16T02:55:21.366Z] #30 DONE 0.4s [2026-03-16T02:55:21.366Z] [2026-03-16T02:55:21.366Z] #31 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-03-16T02:55:21.366Z] #31 DONE 0.5s [2026-03-16T02:55:21.366Z] [2026-03-16T02:55:21.366Z] #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:55:21.366Z] #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-16T02:55:21.366Z] #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:55:21.366Z] #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-16T02:55:21.366Z] #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-16T02:55:21.366Z] #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-16T02:55:21.623Z] #28 ... [2026-03-16T02:55:21.623Z] [2026-03-16T02:55:21.623Z] #5 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-16T02:55:21.623Z] #5 DONE 0.6s [2026-03-16T02:55:21.623Z] [2026-03-16T02:55:21.623Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-03-16T02:55:21.623Z] #32 DONE 0.6s [2026-03-16T02:55:21.623Z] [2026-03-16T02:55:21.623Z] #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:55:21.623Z] #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-16T02:55:22.560Z] #28 ... [2026-03-16T02:55:22.560Z] [2026-03-16T02:55:22.560Z] #33 [security-spire-server internal] load .dockerignore [2026-03-16T02:55:22.560Z] #33 transferring context: 50B 0.0s done [2026-03-16T02:55:22.560Z] #33 DONE 0.9s [2026-03-16T02:55:22.560Z] [2026-03-16T02:55:22.560Z] #34 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2026-03-16T02:55:22.560Z] #34 DONE 1.0s [2026-03-16T02:55:22.560Z] [2026-03-16T02:55:22.560Z] #28 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:55:22.560Z] #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-16T02:55:22.560Z] #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:55:22.560Z] #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-16T02:55:22.560Z] #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-16T02:55:22.560Z] #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-16T02:55:22.560Z] #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-16T02:55:22.560Z] #28 ... [2026-03-16T02:55:22.560Z] [2026-03-16T02:55:22.560Z] #35 [security-spire-agent internal] load .dockerignore [2026-03-16T02:55:22.560Z] #35 transferring context: 50B 0.0s done [2026-03-16T02:55:22.560Z] #35 DONE 1.0s [2026-03-16T02:55:22.560Z] [2026-03-16T02:55:22.560Z] #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:55:22.560Z] #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-16T02:55:22.560Z] #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:55:22.560Z] #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-16T02:55:22.560Z] #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-16T02:55:22.560Z] #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-16T02:55:22.560Z] #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-16T02:55:22.560Z] #28 DONE 1.7s [2026-03-16T02:55:22.560Z] [2026-03-16T02:55:22.560Z] #36 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-16T02:55:22.816Z] #36 ... [2026-03-16T02:55:22.816Z] [2026-03-16T02:55:22.816Z] #37 [security-spire-server internal] load build context [2026-03-16T02:55:22.816Z] #37 transferring context: 26.57kB 0.1s done [2026-03-16T02:55:22.816Z] #37 DONE 0.4s [2026-03-16T02:55:23.073Z] [2026-03-16T02:55:23.073Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:55:23.073Z] #38 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done [2026-03-16T02:55:23.073Z] #38 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-16T02:55:23.073Z] #38 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-03-16T02:55:23.073Z] #38 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-03-16T02:55:23.073Z] #38 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done [2026-03-16T02:55:23.073Z] #38 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done [2026-03-16T02:55:23.073Z] #38 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done [2026-03-16T02:55:23.073Z] #38 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2026-03-16T02:55:23.073Z] #38 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-16T02:55:23.073Z] #38 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2026-03-16T02:55:23.073Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0B / 41.51MB 0.5s [2026-03-16T02:55:23.073Z] #38 ... [2026-03-16T02:55:23.073Z] [2026-03-16T02:55:23.073Z] #39 [security-spire-agent internal] load build context [2026-03-16T02:55:23.073Z] #39 transferring context: 26.10kB 0.0s done [2026-03-16T02:55:23.073Z] #39 DONE 0.5s [2026-03-16T02:55:23.073Z] [2026-03-16T02:55:23.073Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:55:23.073Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 8.07MB / 41.51MB 0.6s [2026-03-16T02:55:23.073Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 13.63MB / 41.51MB 0.7s [2026-03-16T02:55:23.331Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 22.02MB / 41.51MB 0.8s [2026-03-16T02:55:23.331Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 29.36MB / 41.51MB 0.9s [2026-03-16T02:55:23.596Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.0s [2026-03-16T02:55:23.596Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.1s done [2026-03-16T02:55:23.854Z] #38 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d [2026-03-16T02:55:27.203Z] #38 ... [2026-03-16T02:55:27.203Z] [2026-03-16T02:55:27.203Z] #40 [security-spire-config internal] load build definition from Dockerfile [2026-03-16T02:55:27.203Z] #40 transferring dockerfile: 1.69kB 0.0s done [2026-03-16T02:55:27.203Z] #40 DONE 3.0s [2026-03-16T02:55:27.203Z] [2026-03-16T02:55:27.203Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:55:27.843Z] #38 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.0s done [2026-03-16T02:55:28.504Z] #38 ... [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #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-16T02:55:28.504Z] #41 DONE 5.9s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #19 [security-spire-config internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:55:28.504Z] #19 DONE 0.3s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #42 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:55:28.504Z] #0 0.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 0.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.410 OK: 265 MiB in 60 packages [2026-03-16T02:55:28.504Z] #42 DONE 6.0s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #43 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-16T02:55:28.504Z] #0 2.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.908 OK: 265 MiB in 60 packages [2026-03-16T02:55:28.504Z] #43 DONE 6.0s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #44 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-16T02:55:28.504Z] #0 2.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.822 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:28.504Z] #0 2.826 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:28.504Z] #0 2.838 OK: 7 MiB in 17 packages [2026-03-16T02:55:28.504Z] #44 DONE 5.8s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #5 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-16T02:55:28.504Z] #5 DONE 0.8s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-16T02:55:28.504Z] #0 2.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 3.031 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:28.504Z] #0 3.075 (2/4) Installing openssl (3.5.5-r0) [2026-03-16T02:55:28.504Z] #0 3.088 (3/4) Installing su-exec (0.2-r3) [2026-03-16T02:55:28.504Z] #0 3.094 (4/4) Installing yq-go (4.47.2-r3) [2026-03-16T02:55:28.504Z] #0 3.196 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:28.504Z] #0 3.208 OK: 20 MiB in 20 packages [2026-03-16T02:55:28.504Z] #45 DONE 5.9s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #46 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-16T02:55:28.504Z] #0 1.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.781 OK: 265 MiB in 60 packages [2026-03-16T02:55:28.504Z] #46 DONE 6.1s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #47 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:55:28.504Z] #0 1.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.612 OK: 265 MiB in 60 packages [2026-03-16T02:55:28.504Z] #47 DONE 6.1s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #36 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-16T02:55:28.504Z] #36 0.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #36 1.095 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #36 1.455 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:28.504Z] #36 1.460 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:28.504Z] #36 1.472 OK: 7 MiB in 17 packages [2026-03-16T02:55:28.504Z] #36 DONE 5.9s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-16T02:55:28.504Z] #0 0.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 0.865 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.390 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:55:28.504Z] #0 1.390 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:55:28.504Z] #0 1.390 OK: 26335 distinct packages available [2026-03-16T02:55:28.504Z] #0 1.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.034 OK: 265 MiB in 60 packages [2026-03-16T02:55:28.504Z] #48 DONE 6.1s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-16T02:55:28.504Z] #0 1.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 1.589 (1/4) Installing ca-certificates (20250911-r0) [2026-03-16T02:55:28.504Z] #0 1.611 (2/4) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:28.504Z] #0 1.621 (3/4) Installing su-exec (0.2-r3) [2026-03-16T02:55:28.504Z] #0 1.623 (4/4) Installing yq-go (4.47.2-r3) [2026-03-16T02:55:28.504Z] #0 1.700 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:28.504Z] #0 1.817 Executing ca-certificates-20250911-r0.trigger [2026-03-16T02:55:28.504Z] #0 1.849 OK: 20 MiB in 20 packages [2026-03-16T02:55:28.504Z] #49 DONE 5.9s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #50 [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-16T02:55:28.504Z] #50 DONE 5.9s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-16T02:55:28.504Z] #0 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 3.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 3.486 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:55:28.504Z] #0 3.486 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:55:28.504Z] #0 3.486 OK: 26324 distinct packages available [2026-03-16T02:55:28.504Z] #0 3.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 3.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 3.971 (1/13) Installing brotli-libs (1.1.0-r2) [2026-03-16T02:55:28.504Z] #0 3.983 (2/13) Installing c-ares (1.34.6-r0) [2026-03-16T02:55:28.504Z] #0 3.993 (3/13) Installing libunistring (1.3-r0) [2026-03-16T02:55:28.504Z] #0 4.008 (4/13) Installing libidn2 (2.3.7-r0) [2026-03-16T02:55:28.504Z] #0 4.014 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-03-16T02:55:28.504Z] #0 4.020 (6/13) Installing libpsl (0.21.5-r3) [2026-03-16T02:55:28.504Z] #0 4.027 (7/13) Installing zstd-libs (1.5.7-r0) [2026-03-16T02:55:28.504Z] #0 4.038 (8/13) Installing libcurl (8.14.1-r2) [2026-03-16T02:55:28.504Z] #0 4.049 (9/13) Installing curl (8.14.1-r2) [2026-03-16T02:55:28.504Z] #0 4.060 (10/13) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:28.504Z] #0 4.065 (11/13) Installing musl-obstack (1.2.3-r2) [2026-03-16T02:55:28.504Z] #0 4.067 (12/13) Installing libucontext (1.3.2-r0) [2026-03-16T02:55:28.504Z] #0 4.073 (13/13) Installing gcompat (1.1.0-r4) [2026-03-16T02:55:28.504Z] #0 4.080 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:28.504Z] #0 4.087 OK: 13 MiB in 29 packages [2026-03-16T02:55:28.504Z] #51 DONE 5.9s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-16T02:55:28.504Z] #0 2.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:28.504Z] #0 2.874 (1/2) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:28.504Z] #0 2.880 (2/2) Installing su-exec (0.2-r3) [2026-03-16T02:55:28.504Z] #0 2.883 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:28.504Z] #0 2.894 OK: 7 MiB in 18 packages [2026-03-16T02:55:28.504Z] #52 DONE 5.9s [2026-03-16T02:55:28.504Z] [2026-03-16T02:55:28.504Z] #53 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-16T02:55:29.071Z] #53 ... [2026-03-16T02:55:29.071Z] [2026-03-16T02:55:29.071Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-16T02:55:29.071Z] #54 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.4s done [2026-03-16T02:55:29.071Z] #54 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done [2026-03-16T02:55:29.071Z] #54 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-03-16T02:55:29.071Z] #54 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2026-03-16T02:55:29.071Z] #54 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2026-03-16T02:55:29.071Z] #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-03-16T02:55:29.071Z] #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-03-16T02:55:29.071Z] #54 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.4s done [2026-03-16T02:55:29.071Z] #54 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2026-03-16T02:55:29.071Z] #54 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.4s done [2026-03-16T02:55:29.071Z] #54 DONE 6.4s [2026-03-16T02:55:29.071Z] [2026-03-16T02:55:29.071Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:55:29.071Z] #38 DONE 6.6s [2026-03-16T02:55:29.071Z] [2026-03-16T02:55:29.071Z] #55 [security-spire-config internal] load .dockerignore [2026-03-16T02:55:29.071Z] #55 transferring context: 50B 0.0s done [2026-03-16T02:55:29.071Z] #55 DONE 0.5s [2026-03-16T02:55:29.071Z] [2026-03-16T02:55:29.071Z] #56 [security-proxy-setup internal] load build context [2026-03-16T02:55:29.336Z] #56 ... [2026-03-16T02:55:29.336Z] [2026-03-16T02:55:29.336Z] #57 [core-common-config-bootstrapper internal] load build context [2026-03-16T02:55:29.336Z] #57 ... [2026-03-16T02:55:29.336Z] [2026-03-16T02:55:29.336Z] #56 [security-proxy-setup internal] load build context [2026-03-16T02:55:31.305Z] #56 ... [2026-03-16T02:55:31.305Z] [2026-03-16T02:55:31.305Z] #58 [security-secretstore-setup internal] load build context [2026-03-16T02:55:31.305Z] #58 ... [2026-03-16T02:55:31.305Z] [2026-03-16T02:55:31.305Z] #59 [core-metadata internal] load build context [2026-03-16T02:55:31.305Z] #59 ... [2026-03-16T02:55:31.305Z] [2026-03-16T02:55:31.305Z] #60 [core-keeper internal] load build context [2026-03-16T02:55:31.305Z] #60 ... [2026-03-16T02:55:31.305Z] [2026-03-16T02:55:31.305Z] #61 [support-notifications internal] load build context [2026-03-16T02:55:31.305Z] #61 ... [2026-03-16T02:55:31.305Z] [2026-03-16T02:55:31.305Z] #62 [core-command internal] load build context [2026-03-16T02:55:31.566Z] #62 ... [2026-03-16T02:55:31.566Z] [2026-03-16T02:55:31.566Z] #63 [security-spiffe-token-provider internal] load build context [2026-03-16T02:55:31.566Z] #63 ... [2026-03-16T02:55:31.566Z] [2026-03-16T02:55:31.566Z] #64 [support-scheduler internal] load build context [2026-03-16T02:55:31.566Z] #64 ... [2026-03-16T02:55:31.566Z] [2026-03-16T02:55:31.566Z] #65 [security-proxy-auth internal] load build context [2026-03-16T02:55:31.836Z] #65 ... [2026-03-16T02:55:31.836Z] [2026-03-16T02:55:31.836Z] #66 [security-bootstrapper internal] load build context [2026-03-16T02:55:31.836Z] #66 ... [2026-03-16T02:55:31.836Z] [2026-03-16T02:55:31.836Z] #67 [core-data internal] load build context [2026-03-16T02:55:31.836Z] #67 ... [2026-03-16T02:55:31.836Z] [2026-03-16T02:55:31.836Z] #66 [security-bootstrapper internal] load build context [2026-03-16T02:55:32.432Z] #66 ... [2026-03-16T02:55:32.432Z] [2026-03-16T02:55:32.432Z] #28 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:55:32.432Z] #28 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done [2026-03-16T02:55:32.432Z] #28 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:55:32.432Z] #28 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done [2026-03-16T02:55:32.432Z] #28 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done [2026-03-16T02:55:32.432Z] #28 sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 3.80MB / 3.80MB 0.1s done [2026-03-16T02:55:32.432Z] #28 extracting sha256:d49a2dee86fb12766dd648402d010ca105846a41bd58738454e53780d4bb8e97 0.4s done [2026-03-16T02:55:32.432Z] #28 DONE 1.8s [2026-03-16T02:55:32.432Z] [2026-03-16T02:55:32.432Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:55:32.432Z] #38 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done [2026-03-16T02:55:32.432Z] #38 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-16T02:55:32.432Z] #38 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-03-16T02:55:32.432Z] #38 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-03-16T02:55:32.432Z] #38 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done [2026-03-16T02:55:32.432Z] #38 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done [2026-03-16T02:55:32.432Z] #38 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done [2026-03-16T02:55:32.432Z] #38 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done [2026-03-16T02:55:32.432Z] #38 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-16T02:55:32.432Z] #38 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2026-03-16T02:55:32.432Z] #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.1s done [2026-03-16T02:55:32.432Z] #38 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.0s done [2026-03-16T02:55:32.432Z] #38 DONE 6.6s [2026-03-16T02:55:32.432Z] [2026-03-16T02:55:32.432Z] #66 [security-bootstrapper internal] load build context [2026-03-16T02:55:32.697Z] #66 ... [2026-03-16T02:55:32.697Z] [2026-03-16T02:55:32.697Z] #68 [security-spire-config internal] load build context [2026-03-16T02:55:32.697Z] #68 transferring context: 24.82kB 0.0s done [2026-03-16T02:55:32.697Z] #68 DONE 0.1s [2026-03-16T02:55:32.697Z] [2026-03-16T02:55:32.697Z] #66 [security-bootstrapper internal] load build context [2026-03-16T02:55:32.697Z] #66 ... [2026-03-16T02:55:32.697Z] [2026-03-16T02:55:32.697Z] #69 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-16T02:55:32.697Z] #0 9.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:32.697Z] #0 9.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:32.697Z] #69 ... [2026-03-16T02:55:32.697Z] [2026-03-16T02:55:32.697Z] #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:55:32.697Z] #0 9.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:32.697Z] #0 9.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:33.021Z] #70 ... [2026-03-16T02:55:33.021Z] [2026-03-16T02:55:33.021Z] #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-16T02:55:33.021Z] #0 9.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:33.021Z] #0 9.920 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:33.021Z] #71 10.33 (1/7) Installing ca-certificates (20250911-r0) [2026-03-16T02:55:33.021Z] #71 10.35 (2/7) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:33.021Z] #71 10.36 (3/7) Installing libgcc (14.2.0-r6) [2026-03-16T02:55:33.021Z] #71 ... [2026-03-16T02:55:33.021Z] [2026-03-16T02:55:33.021Z] #69 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-16T02:55:33.021Z] #69 10.35 (1/3) Installing ca-certificates (20250911-r0) [2026-03-16T02:55:33.021Z] #69 10.36 (2/3) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:33.021Z] #69 10.36 (3/3) Installing tzdata (2026a-r0) [2026-03-16T02:55:33.021Z] #69 10.41 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:33.021Z] #69 10.43 Executing ca-certificates-20250911-r0.trigger [2026-03-16T02:55:33.278Z] #69 10.48 OK: 8 MiB in 19 packages [2026-03-16T02:55:36.611Z] #69 ... [2026-03-16T02:55:36.611Z] [2026-03-16T02:55:36.611Z] #63 [security-spiffe-token-provider internal] load build context [2026-03-16T02:55:36.611Z] #63 transferring context: 646.95MB 12.9s done [2026-03-16T02:55:36.611Z] #63 DONE 14.7s [2026-03-16T02:55:36.611Z] [2026-03-16T02:55:36.611Z] #64 [support-scheduler internal] load build context [2026-03-16T02:55:36.875Z] #64 transferring context: 646.95MB 15.3s done [2026-03-16T02:55:37.135Z] #64 ... [2026-03-16T02:55:37.135Z] [2026-03-16T02:55:37.135Z] #56 [security-proxy-setup internal] load build context [2026-03-16T02:55:37.706Z] #56 transferring context: 646.95MB 16.4s done [2026-03-16T02:55:37.706Z] #56 ... [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #67 [core-data internal] load build context [2026-03-16T02:55:37.706Z] #67 transferring context: 646.95MB 13.6s done [2026-03-16T02:55:37.706Z] #67 DONE 16.6s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:37.706Z] #72 ... [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-16T02:55:37.706Z] #0 2.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 2.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 2.511 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:55:37.706Z] #0 2.511 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:55:37.706Z] #0 2.511 OK: 26324 distinct packages available [2026-03-16T02:55:37.706Z] #0 2.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 2.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 3.110 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:37.706Z] #0 3.117 (2/4) Installing musl-obstack (1.2.3-r2) [2026-03-16T02:55:37.706Z] #0 3.123 (3/4) Installing libucontext (1.3.2-r0) [2026-03-16T02:55:37.706Z] #0 3.128 (4/4) Installing gcompat (1.1.0-r4) [2026-03-16T02:55:37.706Z] #0 3.135 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:37.706Z] #0 3.146 OK: 8 MiB in 20 packages [2026-03-16T02:55:37.706Z] #73 DONE 5.2s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-16T02:55:37.706Z] #0 5.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 6.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 6.664 OK: 20 MiB in 20 packages [2026-03-16T02:55:37.706Z] #74 DONE 9.1s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-16T02:55:37.706Z] #0 7.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 7.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 7.483 OK: 20 MiB in 20 packages [2026-03-16T02:55:37.706Z] #75 DONE 9.1s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #53 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-16T02:55:37.706Z] #53 6.656 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #53 6.872 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #53 7.430 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:37.706Z] #53 7.653 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:37.706Z] #53 7.700 OK: 7 MiB in 17 packages [2026-03-16T02:55:37.706Z] #53 DONE 9.1s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:55:37.706Z] #0 6.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 6.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 6.706 OK: 13 MiB in 29 packages [2026-03-16T02:55:37.706Z] #76 DONE 9.0s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #71 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-16T02:55:37.706Z] #71 10.37 (4/7) Installing libsodium (1.0.20-r1) [2026-03-16T02:55:37.706Z] #71 10.38 (5/7) Installing libstdc++ (14.2.0-r6) [2026-03-16T02:55:37.706Z] #71 10.41 (6/7) Installing libzmq (4.3.5-r2) [2026-03-16T02:55:37.706Z] #71 10.42 (7/7) Installing zeromq (4.3.5-r2) [2026-03-16T02:55:37.706Z] #71 10.42 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:37.706Z] #71 10.42 Executing ca-certificates-20250911-r0.trigger [2026-03-16T02:55:37.706Z] #71 10.49 OK: 12 MiB in 23 packages [2026-03-16T02:55:37.706Z] #71 DONE 15.0s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-16T02:55:37.706Z] #0 4.575 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 4.902 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 5.456 OK: 265 MiB in 60 packages [2026-03-16T02:55:37.706Z] #77 DONE 9.3s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2026-03-16T02:55:37.706Z] #0 6.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 6.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 6.922 OK: 7 MiB in 17 packages [2026-03-16T02:55:37.706Z] #78 DONE 9.2s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:55:37.706Z] #0 6.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 6.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 7.190 OK: 7 MiB in 17 packages [2026-03-16T02:55:37.706Z] #79 DONE 9.2s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #69 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-16T02:55:37.706Z] #69 DONE 15.1s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:55:37.706Z] #70 10.43 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:55:37.706Z] #70 10.43 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:55:37.706Z] #70 10.43 OK: 26324 distinct packages available [2026-03-16T02:55:37.706Z] #70 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #70 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #70 10.90 (1/5) Installing dumb-init (1.2.5-r3) [2026-03-16T02:55:37.706Z] #70 10.91 (2/5) Installing musl-obstack (1.2.3-r2) [2026-03-16T02:55:37.706Z] #70 10.91 (3/5) Installing libucontext (1.3.2-r0) [2026-03-16T02:55:37.706Z] #70 10.92 (4/5) Installing gcompat (1.1.0-r4) [2026-03-16T02:55:37.706Z] #70 10.92 (5/5) Installing openssl (3.5.5-r0) [2026-03-16T02:55:37.706Z] #70 10.94 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:55:37.706Z] #70 10.94 OK: 8 MiB in 21 packages [2026-03-16T02:55:37.706Z] #70 DONE 15.1s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-16T02:55:37.706Z] #0 4.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 4.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:37.706Z] #0 5.291 OK: 7 MiB in 18 packages [2026-03-16T02:55:37.706Z] #80 DONE 9.1s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #59 [core-metadata internal] load build context [2026-03-16T02:55:37.706Z] #59 transferring context: 646.95MB 14.8s done [2026-03-16T02:55:37.706Z] #59 DONE 16.7s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #66 [security-bootstrapper internal] load build context [2026-03-16T02:55:37.706Z] #66 transferring context: 646.95MB 14.8s done [2026-03-16T02:55:37.706Z] #66 DONE 16.7s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #62 [core-command internal] load build context [2026-03-16T02:55:37.706Z] #62 transferring context: 646.95MB 14.8s done [2026-03-16T02:55:37.706Z] #62 DONE 16.7s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #57 [core-common-config-bootstrapper internal] load build context [2026-03-16T02:55:37.706Z] #57 transferring context: 646.95MB 15.3s done [2026-03-16T02:55:37.706Z] #57 DONE 16.7s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #65 [security-proxy-auth internal] load build context [2026-03-16T02:55:37.706Z] #65 transferring context: 646.95MB 15.4s done [2026-03-16T02:55:37.706Z] #65 DONE 16.7s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #61 [support-notifications internal] load build context [2026-03-16T02:55:37.706Z] #61 transferring context: 646.95MB 15.7s done [2026-03-16T02:55:37.706Z] #61 DONE 16.9s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #56 [security-proxy-setup internal] load build context [2026-03-16T02:55:37.706Z] #56 DONE 16.8s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #64 [support-scheduler internal] load build context [2026-03-16T02:55:37.706Z] #64 DONE 16.4s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #58 [security-secretstore-setup internal] load build context [2026-03-16T02:55:37.706Z] #58 transferring context: 646.95MB 15.9s done [2026-03-16T02:55:37.706Z] #58 DONE 16.8s [2026-03-16T02:55:37.706Z] [2026-03-16T02:55:37.706Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:38.277Z] #81 ... [2026-03-16T02:55:38.277Z] [2026-03-16T02:55:38.277Z] #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:38.277Z] #72 DONE 0.5s [2026-03-16T02:55:38.277Z] [2026-03-16T02:55:38.277Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-03-16T02:55:38.277Z] #82 DONE 0.5s [2026-03-16T02:55:38.277Z] [2026-03-16T02:55:38.277Z] #83 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:38.277Z] #83 DONE 0.5s [2026-03-16T02:55:38.277Z] [2026-03-16T02:55:38.277Z] #84 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:38.277Z] #84 DONE 0.5s [2026-03-16T02:55:38.277Z] [2026-03-16T02:55:38.277Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:38.277Z] #81 DONE 0.4s [2026-03-16T02:55:38.277Z] [2026-03-16T02:55:38.277Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:38.277Z] #85 DONE 0.4s [2026-03-16T02:55:38.277Z] [2026-03-16T02:55:38.277Z] #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:38.857Z] #86 ... [2026-03-16T02:55:38.857Z] [2026-03-16T02:55:38.857Z] #60 [core-keeper internal] load build context [2026-03-16T02:55:38.857Z] #60 transferring context: 646.95MB 17.7s done [2026-03-16T02:55:38.857Z] #60 DONE 17.8s [2026-03-16T02:55:39.127Z] [2026-03-16T02:55:39.127Z] #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-03-16T02:55:39.127Z] #87 DONE 0.2s [2026-03-16T02:55:39.127Z] [2026-03-16T02:55:39.127Z] #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:39.127Z] #88 ... [2026-03-16T02:55:39.127Z] [2026-03-16T02:55:39.127Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-16T02:55:39.127Z] #89 DONE 1.3s [2026-03-16T02:55:39.127Z] [2026-03-16T02:55:39.127Z] #90 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-03-16T02:55:39.127Z] #90 DONE 0.0s [2026-03-16T02:55:39.127Z] [2026-03-16T02:55:39.127Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-16T02:55:39.127Z] #0 1.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:39.127Z] #0 1.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:39.127Z] #0 1.465 OK: 8 MiB in 20 packages [2026-03-16T02:55:39.127Z] #91 DONE 1.6s [2026-03-16T02:55:39.127Z] [2026-03-16T02:55:39.127Z] #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:40.057Z] #92 ... [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:55:40.057Z] #93 DONE 0.5s [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #94 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:55:40.057Z] #0 1.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:40.057Z] #0 1.414 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:40.057Z] #0 1.832 OK: 12 MiB in 23 packages [2026-03-16T02:55:40.057Z] #94 DONE 2.1s [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-03-16T02:55:40.057Z] #95 DONE 0.1s [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #96 [security-spire-config stage-2 6/10] COPY security.txt / [2026-03-16T02:55:40.057Z] #96 DONE 0.1s [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #97 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-03-16T02:55:40.057Z] #97 DONE 0.1s [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #98 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-03-16T02:55:40.057Z] #0 2.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:40.057Z] #0 2.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:40.057Z] #98 ... [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-03-16T02:55:40.057Z] #99 DONE 0.0s [2026-03-16T02:55:40.057Z] [2026-03-16T02:55:40.057Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-03-16T02:55:40.057Z] #100 DONE 0.0s [2026-03-16T02:55:40.315Z] [2026-03-16T02:55:40.315Z] #101 [security-spire-config] exporting to image [2026-03-16T02:55:40.315Z] #101 exporting layers [2026-03-16T02:55:40.573Z] #101 ... [2026-03-16T02:55:40.573Z] [2026-03-16T02:55:40.573Z] #102 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:55:40.573Z] #0 2.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:40.573Z] #0 2.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-03-16T02:55:40.573Z] #0 2.591 OK: 8 MiB in 19 packages [2026-03-16T02:55:40.573Z] #102 DONE 2.8s [2026-03-16T02:55:40.831Z] [2026-03-16T02:55:40.831Z] #98 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-03-16T02:55:40.831Z] #98 2.659 OK: 8 MiB in 21 packages [2026-03-16T02:55:40.831Z] #98 DONE 2.9s [2026-03-16T02:55:40.831Z] [2026-03-16T02:55:40.831Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:55:40.831Z] #103 ... [2026-03-16T02:55:40.831Z] [2026-03-16T02:55:40.831Z] #101 [security-spire-config] exporting to image [2026-03-16T02:55:40.831Z] #101 exporting layers 0.7s done [2026-03-16T02:55:40.831Z] #101 writing image sha256:bb59245fb5133c4db6c4ada4b92a8a42b0d6bb769efb424835156919c104736f 0.0s done [2026-03-16T02:55:40.831Z] #101 naming to docker.io/library/security-spire-config done [2026-03-16T02:55:40.831Z] #101 DONE 0.8s [2026-03-16T02:55:41.087Z] [2026-03-16T02:55:41.088Z] #104 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-16T02:55:46.040Z] Removing intermediate container 7cf3b70727f3 [2026-03-16T02:55:46.040Z] ---> 9aeeb1b89bae [2026-03-16T02:55:46.040Z] Successfully built 9aeeb1b89bae [2026-03-16T02:55:47.978Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:55:48.314Z] + docker inspect -f . ci-base-image-arm64 [2026-03-16T02:55:48.314Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T02:55:48.536Z] prd-ubuntu20.04-docker-arm64-4c-16g-3514 does not seem to be running inside a container [2026-03-16T02:55:48.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T02:55:49.191Z] #104 ... [2026-03-16T02:55:49.191Z] [2026-03-16T02:55:49.191Z] #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:49.191Z] #105 ... [2026-03-16T02:55:49.191Z] [2026-03-16T02:55:49.191Z] #106 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:49.191Z] #106 ... [2026-03-16T02:55:49.191Z] [2026-03-16T02:55:49.191Z] #107 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:49.866Z] $ docker top 7536c645186767775386430e68c563f7a79e99bed6c40a6bcad4f390a930022f -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-16T02:55:50.586Z] #107 ... [2026-03-16T02:55:50.586Z] [2026-03-16T02:55:50.586Z] #104 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-16T02:55:50.586Z] #104 DONE 9.7s [2026-03-16T02:55:50.586Z] [2026-03-16T02:55:50.586Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:55:50.723Z] + go version [2026-03-16T02:55:50.723Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-03-16T02:55:50.739Z] $ docker stop --time=1 7536c645186767775386430e68c563f7a79e99bed6c40a6bcad4f390a930022f [2026-03-16T02:55:51.961Z] #108 ... [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #107 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:51.961Z] #107 DONE 13.3s [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #106 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:51.961Z] #106 DONE 13.4s [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:55:51.961Z] #103 DONE 10.9s [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:51.961Z] #105 DONE 13.3s [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:51.961Z] #92 DONE 13.4s [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:51.961Z] #88 DONE 12.6s [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:51.961Z] #86 DONE 13.4s [2026-03-16T02:55:51.961Z] [2026-03-16T02:55:51.961Z] #109 [security-proxy-auth builder 6/7] COPY . . [2026-03-16T02:55:52.454Z] $ docker rm -f --volumes 7536c645186767775386430e68c563f7a79e99bed6c40a6bcad4f390a930022f [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-16T02:55:53.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-16T02:55:53.145Z] [2026-03-16T02:55:53.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:55:53.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-16T02:55:53.491Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2026-03-16T02:55:53.491Z] 547446be3368: Pulling fs layer [2026-03-16T02:55:53.491Z] d125d8839a47: Pulling fs layer [2026-03-16T02:55:53.491Z] 3e85d5ac6304: Pulling fs layer [2026-03-16T02:55:53.491Z] c3105a71a48b: Pulling fs layer [2026-03-16T02:55:53.491Z] 0f093f025ec4: Pulling fs layer [2026-03-16T02:55:53.491Z] c3106fc0e877: Pulling fs layer [2026-03-16T02:55:53.491Z] c3105a71a48b: Waiting [2026-03-16T02:55:53.491Z] 0f093f025ec4: Waiting [2026-03-16T02:55:53.491Z] c3106fc0e877: Waiting [2026-03-16T02:55:53.778Z] 547446be3368: Verifying Checksum [2026-03-16T02:55:53.778Z] 547446be3368: Download complete [2026-03-16T02:55:53.778Z] c3105a71a48b: Verifying Checksum [2026-03-16T02:55:53.778Z] c3105a71a48b: Download complete [2026-03-16T02:55:54.069Z] d125d8839a47: Verifying Checksum [2026-03-16T02:55:54.069Z] d125d8839a47: Download complete [2026-03-16T02:55:54.337Z] c3106fc0e877: Verifying Checksum [2026-03-16T02:55:54.337Z] c3106fc0e877: Download complete [2026-03-16T02:55:54.337Z] 0f093f025ec4: Verifying Checksum [2026-03-16T02:55:54.337Z] 0f093f025ec4: Download complete [2026-03-16T02:55:54.616Z] 547446be3368: Pull complete [2026-03-16T02:55:55.279Z] #109 ... [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #110 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-03-16T02:55:55.279Z] #110 DONE 3.4s [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #111 [support-scheduler builder 6/7] COPY . . [2026-03-16T02:55:55.279Z] #111 DONE 3.4s [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #112 [security-proxy-setup builder 6/7] COPY . . [2026-03-16T02:55:55.279Z] #112 CACHED [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #113 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:55.279Z] #113 CACHED [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:55.279Z] #114 CACHED [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #115 [security-secretstore-setup builder 6/7] COPY . . [2026-03-16T02:55:55.279Z] #115 DONE 3.4s [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #116 [security-spiffe-token-provider builder 6/7] COPY . . [2026-03-16T02:55:55.279Z] #116 DONE 3.4s [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #117 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:55.279Z] #117 CACHED [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #118 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:55.279Z] #118 CACHED [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2026-03-16T02:55:55.279Z] #119 CACHED [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:55:55.279Z] #108 DONE 4.6s [2026-03-16T02:55:55.279Z] [2026-03-16T02:55:55.279Z] #120 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-03-16T02:55:55.618Z] d125d8839a47: Pull complete [2026-03-16T02:55:56.604Z] 3e85d5ac6304: Verifying Checksum [2026-03-16T02:55:56.604Z] 3e85d5ac6304: Download complete [2026-03-16T02:55:58.585Z] #120 ... [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #121 [security-spire-server stage-2 6/9] COPY security.txt / [2026-03-16T02:55:58.585Z] #121 DONE 3.2s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #122 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-03-16T02:55:58.585Z] #122 ... [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #123 [support-notifications builder 6/7] COPY . . [2026-03-16T02:55:58.585Z] #123 DONE 6.7s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #124 [core-keeper builder 7/8] COPY . . [2026-03-16T02:55:58.585Z] #124 DONE 6.7s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #125 [core-metadata builder 6/7] COPY . . [2026-03-16T02:55:58.585Z] #125 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:58.585Z] #126 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:58.585Z] #127 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:58.585Z] #128 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-03-16T02:55:58.585Z] #129 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:58.585Z] #130 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #109 [core-command builder 6/7] COPY . . [2026-03-16T02:55:58.585Z] #109 DONE 6.7s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #131 [security-proxy-auth builder 6/7] COPY . . [2026-03-16T02:55:58.585Z] #131 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:58.585Z] #132 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:58.585Z] #133 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #134 [core-command builder 6/7] COPY . . [2026-03-16T02:55:58.585Z] #134 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:55:58.585Z] #135 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:55:58.585Z] #136 CACHED [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #120 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-03-16T02:55:58.585Z] #120 DONE 3.3s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #122 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-03-16T02:55:58.585Z] #122 DONE 0.2s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #137 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-16T02:55:58.585Z] #137 DONE 0.2s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #138 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-03-16T02:55:58.585Z] #138 DONE 0.1s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #139 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-03-16T02:55:58.585Z] #139 DONE 0.1s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #140 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-03-16T02:55:58.585Z] #140 DONE 0.1s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #141 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-16T02:55:58.585Z] #141 DONE 0.1s [2026-03-16T02:55:58.585Z] [2026-03-16T02:55:58.585Z] #142 [security-spire-server] exporting to image [2026-03-16T02:55:58.585Z] #142 exporting layers [2026-03-16T02:55:58.922Z] #142 ... [2026-03-16T02:55:58.922Z] [2026-03-16T02:55:58.922Z] #143 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-03-16T02:55:58.922Z] #143 DONE 0.1s [2026-03-16T02:55:58.922Z] [2026-03-16T02:55:58.922Z] #144 [security-spire-agent] exporting to image [2026-03-16T02:55:59.879Z] #144 ... [2026-03-16T02:55:59.879Z] [2026-03-16T02:55:59.879Z] #142 [security-spire-server] exporting to image [2026-03-16T02:55:59.879Z] #142 exporting layers 1.1s done [2026-03-16T02:55:59.879Z] #142 writing image sha256:926e0bef6ad0c384a1381283fa933d4b8b070102d466d65ca3b8c69191ba4bd8 0.0s done [2026-03-16T02:55:59.879Z] #142 naming to docker.io/library/security-spire-server 0.0s done [2026-03-16T02:55:59.879Z] #142 DONE 1.4s [2026-03-16T02:56:00.152Z] [2026-03-16T02:56:00.152Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-16T02:56:00.152Z] #0 0.943 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-16T02:56:00.754Z] #145 ... [2026-03-16T02:56:00.754Z] [2026-03-16T02:56:00.754Z] #144 [security-spire-agent] exporting to image [2026-03-16T02:56:00.754Z] #144 exporting layers 1.3s done [2026-03-16T02:56:00.754Z] #144 writing image sha256:64d94f0587ed26e931804cde948bacf375ad647d3c7dda28774b06e6714d417b 0.0s done [2026-03-16T02:56:00.754Z] #144 naming to docker.io/library/security-spire-agent 0.0s done [2026-03-16T02:56:00.754Z] #144 DONE 1.8s [2026-03-16T02:56:00.754Z] [2026-03-16T02:56:00.754Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-16T02:56:00.754Z] #0 0.705 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-16T02:56:04.940Z] #146 ... [2026-03-16T02:56:04.940Z] [2026-03-16T02:56:04.940Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T02:56:04.940Z] #0 3.793 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-03-16T02:56:05.198Z] #147 ... [2026-03-16T02:56:05.198Z] [2026-03-16T02:56:05.198Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-16T02:56:05.198Z] #0 3.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-16T02:56:05.454Z] #148 ... [2026-03-16T02:56:05.454Z] [2026-03-16T02:56:05.454Z] #149 [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-16T02:56:05.454Z] #0 3.807 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-16T02:56:05.454Z] #149 ... [2026-03-16T02:56:05.454Z] [2026-03-16T02:56:05.454Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-16T02:56:05.454Z] #0 3.813 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-16T02:56:05.711Z] #150 ... [2026-03-16T02:56:05.711Z] [2026-03-16T02:56:05.711Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T02:56:05.711Z] #0 3.490 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-03-16T02:56:05.711Z] #151 ... [2026-03-16T02:56:05.711Z] [2026-03-16T02:56:05.711Z] #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-16T02:56:05.711Z] #0 0.951 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-16T02:56:06.675Z] 3e85d5ac6304: Pull complete [2026-03-16T02:56:06.675Z] c3105a71a48b: Pull complete [2026-03-16T02:56:07.633Z] 0f093f025ec4: Pull complete [2026-03-16T02:56:07.901Z] c3106fc0e877: Pull complete [2026-03-16T02:56:07.901Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2026-03-16T02:56:07.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-03-16T02:56:07.901Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T02:56:08.245Z] prd-ubuntu20.04-docker-arm64-4c-16g-3514 does not seem to be running inside a container [2026-03-16T02:56:08.277Z] #152 ... [2026-03-16T02:56:08.277Z] [2026-03-16T02:56:08.277Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-16T02:56:08.277Z] #0 0.929 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-16T02:56:08.382Z] $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T02:56:08.541Z] #153 ... [2026-03-16T02:56:08.541Z] [2026-03-16T02:56:08.541Z] #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-16T02:56:08.541Z] #0 0.942 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-16T02:56:08.541Z] #154 ... [2026-03-16T02:56:08.541Z] [2026-03-16T02:56:08.541Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T02:56:08.541Z] #0 0.642 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-16T02:56:08.808Z] #155 ... [2026-03-16T02:56:08.808Z] [2026-03-16T02:56:08.808Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T02:56:08.808Z] #0 0.945 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-16T02:56:10.527Z] $ docker top dda5e1f33c183c36eeb21ddf063fb56b3e7758c84f3be2872f53eeb35a9030b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-16T02:56:11.408Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-03-16T02:56:24.057Z] #1 [support-notifications internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #1 transferring dockerfile: 2.02kB done [2026-03-16T02:56:24.057Z] #1 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #2 transferring dockerfile: 3.02kB done [2026-03-16T02:56:24.057Z] #2 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #3 [support-scheduler internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #3 transferring dockerfile: 1.83kB 0.0s done [2026-03-16T02:56:24.057Z] #3 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #4 transferring dockerfile: 2.23kB done [2026-03-16T02:56:24.057Z] #4 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #5 transferring dockerfile: 2.49kB 0.0s done [2026-03-16T02:56:24.057Z] #5 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #6 [core-data internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #6 transferring dockerfile: 2.04kB 0.0s done [2026-03-16T02:56:24.057Z] #6 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #7 transferring dockerfile: 1.89kB done [2026-03-16T02:56:24.057Z] #7 DONE 0.0s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #8 [security-spire-server internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #8 transferring dockerfile: 1.70kB done [2026-03-16T02:56:24.057Z] #8 DONE 0.0s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #9 [security-spire-config internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #9 transferring dockerfile: 1.69kB 0.0s done [2026-03-16T02:56:24.057Z] #9 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #10 [core-metadata internal] load build definition from Dockerfile [2026-03-16T02:56:24.057Z] #10 transferring dockerfile: 2.10kB done [2026-03-16T02:56:24.057Z] #10 DONE 0.1s [2026-03-16T02:56:24.057Z] [2026-03-16T02:56:24.057Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2026-03-16T02:56:24.352Z] #11 transferring dockerfile: 2.50kB 0.0s done [2026-03-16T02:56:24.352Z] #11 DONE 0.1s [2026-03-16T02:56:24.352Z] [2026-03-16T02:56:24.352Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2026-03-16T02:56:24.352Z] #12 transferring dockerfile: 1.81kB 0.0s done [2026-03-16T02:56:24.352Z] #12 DONE 0.1s [2026-03-16T02:56:24.352Z] [2026-03-16T02:56:24.352Z] #13 [core-keeper internal] load build definition from Dockerfile [2026-03-16T02:56:24.352Z] #13 transferring dockerfile: 2.07kB 0.0s done [2026-03-16T02:56:24.352Z] #13 DONE 0.1s [2026-03-16T02:56:24.352Z] [2026-03-16T02:56:24.352Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2026-03-16T02:56:24.352Z] #14 transferring dockerfile: 2.14kB 0.0s done [2026-03-16T02:56:24.352Z] #14 DONE 0.1s [2026-03-16T02:56:24.352Z] [2026-03-16T02:56:24.352Z] #15 [core-command internal] load build definition from Dockerfile [2026-03-16T02:56:24.653Z] #15 transferring dockerfile: 1.94kB 0.0s done [2026-03-16T02:56:24.653Z] #15 DONE 0.1s [2026-03-16T02:56:24.653Z] [2026-03-16T02:56:24.653Z] #16 [support-notifications internal] load .dockerignore [2026-03-16T02:56:24.653Z] #16 transferring context: [2026-03-16T02:56:24.653Z] #16 transferring context: 50B done [2026-03-16T02:56:24.653Z] #16 DONE 0.1s [2026-03-16T02:56:25.323Z] [2026-03-16T02:56:25.323Z] #17 [security-bootstrapper internal] load .dockerignore [2026-03-16T02:56:25.323Z] #17 transferring context: 50B 0.0s done [2026-03-16T02:56:25.655Z] #17 DONE 0.2s [2026-03-16T02:56:25.655Z] [2026-03-16T02:56:25.655Z] #18 [support-scheduler internal] load .dockerignore [2026-03-16T02:56:25.655Z] #18 transferring context: 50B 0.0s done [2026-03-16T02:56:25.655Z] #18 DONE 0.3s [2026-03-16T02:56:25.655Z] [2026-03-16T02:56:25.655Z] #19 [core-data internal] load .dockerignore [2026-03-16T02:56:25.957Z] #19 ... [2026-03-16T02:56:25.957Z] [2026-03-16T02:56:25.957Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2026-03-16T02:56:25.957Z] #20 transferring context: 50B 0.0s done [2026-03-16T02:56:25.957Z] #20 DONE 0.4s [2026-03-16T02:56:25.957Z] [2026-03-16T02:56:25.957Z] #19 [core-data internal] load .dockerignore [2026-03-16T02:56:25.957Z] #19 transferring context: 50B 0.0s done [2026-03-16T02:56:25.957Z] #19 DONE 0.4s [2026-03-16T02:56:25.957Z] [2026-03-16T02:56:25.957Z] #21 [security-secretstore-setup internal] load .dockerignore [2026-03-16T02:56:25.957Z] #21 transferring context: 50B done [2026-03-16T02:56:25.957Z] #21 DONE 0.5s [2026-03-16T02:56:25.957Z] [2026-03-16T02:56:25.957Z] #22 [security-spire-agent internal] load .dockerignore [2026-03-16T02:56:26.251Z] #22 ... [2026-03-16T02:56:26.251Z] [2026-03-16T02:56:26.251Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2026-03-16T02:56:26.251Z] #23 transferring context: 50B done [2026-03-16T02:56:26.251Z] #23 DONE 0.4s [2026-03-16T02:56:26.251Z] [2026-03-16T02:56:26.251Z] #24 [security-spire-server internal] load .dockerignore [2026-03-16T02:56:26.251Z] #24 transferring context: 50B 0.0s done [2026-03-16T02:56:26.251Z] #24 DONE 0.4s [2026-03-16T02:56:26.251Z] [2026-03-16T02:56:26.251Z] #25 [core-metadata internal] load .dockerignore [2026-03-16T02:56:26.251Z] #25 transferring context: 50B 0.0s done [2026-03-16T02:56:26.251Z] #25 DONE 0.3s [2026-03-16T02:56:26.251Z] [2026-03-16T02:56:26.251Z] #26 [security-spire-config internal] load .dockerignore [2026-03-16T02:56:26.251Z] #26 transferring context: 50B 0.0s done [2026-03-16T02:56:26.251Z] #26 DONE 0.4s [2026-03-16T02:56:26.251Z] [2026-03-16T02:56:26.251Z] #27 [security-proxy-setup internal] load .dockerignore [2026-03-16T02:56:26.251Z] #27 transferring context: 50B 0.0s done [2026-03-16T02:56:26.251Z] #27 DONE 0.3s [2026-03-16T02:56:26.251Z] [2026-03-16T02:56:26.251Z] #22 [security-spire-agent internal] load .dockerignore [2026-03-16T02:56:26.251Z] #22 transferring context: 50B 0.0s done [2026-03-16T02:56:26.566Z] #22 DONE 0.3s [2026-03-16T02:56:26.566Z] [2026-03-16T02:56:26.566Z] #28 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:26.566Z] #28 DONE 0.0s [2026-03-16T02:56:26.566Z] [2026-03-16T02:56:26.566Z] #29 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:56:26.566Z] #29 ... [2026-03-16T02:56:26.566Z] [2026-03-16T02:56:26.566Z] #30 [core-keeper internal] load .dockerignore [2026-03-16T02:56:26.566Z] #30 transferring context: 50B done [2026-03-16T02:56:26.566Z] #30 DONE 0.3s [2026-03-16T02:56:26.566Z] [2026-03-16T02:56:26.566Z] #31 [core-command internal] load .dockerignore [2026-03-16T02:56:26.566Z] #31 transferring context: 50B done [2026-03-16T02:56:26.566Z] #31 DONE 0.2s [2026-03-16T02:56:26.566Z] [2026-03-16T02:56:26.566Z] #32 [security-proxy-auth internal] load .dockerignore [2026-03-16T02:56:26.566Z] #32 transferring context: 50B 0.0s done [2026-03-16T02:56:26.566Z] #32 DONE 0.3s [2026-03-16T02:56:26.566Z] [2026-03-16T02:56:26.566Z] #29 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:56:27.203Z] #29 ... [2026-03-16T02:56:27.203Z] [2026-03-16T02:56:27.203Z] #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:27.203Z] #28 DONE 0.0s [2026-03-16T02:56:27.203Z] [2026-03-16T02:56:27.203Z] #29 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:56:27.203Z] #29 DONE 0.7s [2026-03-16T02:56:27.203Z] [2026-03-16T02:56:27.203Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:27.203Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:27.203Z] #33 ... [2026-03-16T02:56:27.203Z] [2026-03-16T02:56:27.203Z] #28 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:27.203Z] #28 DONE 0.0s [2026-03-16T02:56:27.481Z] [2026-03-16T02:56:27.481Z] #29 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:56:27.481Z] #29 DONE 0.7s [2026-03-16T02:56:27.481Z] [2026-03-16T02:56:27.481Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:27.481Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:27.481Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:27.481Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:27.481Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:27.481Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 0B / 4.14MB 0.1s [2026-03-16T02:56:27.481Z] #33 ... [2026-03-16T02:56:27.481Z] [2026-03-16T02:56:27.481Z] #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:27.481Z] #28 DONE 0.0s [2026-03-16T02:56:27.481Z] [2026-03-16T02:56:27.481Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:27.797Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 966.66kB / 4.14MB 0.4s [2026-03-16T02:56:27.797Z] #33 ... [2026-03-16T02:56:27.797Z] [2026-03-16T02:56:27.797Z] #28 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:27.797Z] #28 DONE 0.0s [2026-03-16T02:56:27.797Z] [2026-03-16T02:56:27.797Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:27.797Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 2.10MB / 4.14MB 0.5s [2026-03-16T02:56:28.122Z] #33 ... [2026-03-16T02:56:28.122Z] [2026-03-16T02:56:28.122Z] #29 [core-data internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:56:28.122Z] #29 DONE 0.7s [2026-03-16T02:56:28.122Z] [2026-03-16T02:56:28.122Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:28.122Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:28.122Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:28.122Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:28.122Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:28.122Z] #33 ... [2026-03-16T02:56:28.122Z] [2026-03-16T02:56:28.122Z] #28 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:28.122Z] #28 DONE 0.0s [2026-03-16T02:56:28.122Z] [2026-03-16T02:56:28.122Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:28.122Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.15MB / 4.14MB 0.7s [2026-03-16T02:56:28.122Z] #33 ... [2026-03-16T02:56:28.122Z] [2026-03-16T02:56:28.122Z] #28 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:28.122Z] #28 DONE 0.0s [2026-03-16T02:56:28.122Z] [2026-03-16T02:56:28.122Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:28.122Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.8s [2026-03-16T02:56:28.410Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done [2026-03-16T02:56:28.410Z] #33 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 [2026-03-16T02:56:28.410Z] #33 ... [2026-03-16T02:56:28.410Z] [2026-03-16T02:56:28.410Z] #34 [support-notifications internal] load build context [2026-03-16T02:56:28.410Z] #34 transferring context: 3.40MB 1.0s done [2026-03-16T02:56:28.410Z] #34 DONE 1.3s [2026-03-16T02:56:28.410Z] [2026-03-16T02:56:28.410Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:28.410Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:28.410Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:28.410Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:28.410Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:28.410Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done [2026-03-16T02:56:29.075Z] #33 ... [2026-03-16T02:56:29.075Z] [2026-03-16T02:56:29.075Z] #28 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:29.075Z] #28 DONE 0.0s [2026-03-16T02:56:29.075Z] [2026-03-16T02:56:29.075Z] #29 [core-metadata internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:56:29.075Z] #29 DONE 1.7s [2026-03-16T02:56:29.075Z] [2026-03-16T02:56:29.075Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:29.075Z] #33 ... [2026-03-16T02:56:29.075Z] [2026-03-16T02:56:29.075Z] #28 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:29.075Z] #28 DONE 0.0s [2026-03-16T02:56:29.075Z] [2026-03-16T02:56:29.075Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:29.075Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:29.075Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:29.075Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:29.075Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:29.075Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done [2026-03-16T02:56:29.751Z] #33 ... [2026-03-16T02:56:29.751Z] [2026-03-16T02:56:29.751Z] #28 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:29.751Z] #28 DONE 0.0s [2026-03-16T02:56:29.751Z] [2026-03-16T02:56:29.751Z] #35 [security-bootstrapper internal] load build context [2026-03-16T02:56:29.751Z] #35 transferring context: 3.40MB 1.9s done [2026-03-16T02:56:29.751Z] #35 DONE 2.7s [2026-03-16T02:56:29.751Z] [2026-03-16T02:56:29.751Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:29.751Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:29.751Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:29.751Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:29.751Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:29.751Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done [2026-03-16T02:56:30.055Z] #33 ... [2026-03-16T02:56:30.055Z] [2026-03-16T02:56:30.055Z] #36 [support-scheduler internal] load build context [2026-03-16T02:56:30.055Z] #36 transferring context: 3.40MB 1.9s done [2026-03-16T02:56:30.055Z] #36 DONE 2.6s [2026-03-16T02:56:30.055Z] [2026-03-16T02:56:30.055Z] #28 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:30.055Z] #28 DONE 0.0s [2026-03-16T02:56:30.055Z] [2026-03-16T02:56:30.055Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:30.366Z] #33 ... [2026-03-16T02:56:30.366Z] [2026-03-16T02:56:30.366Z] #28 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-03-16T02:56:30.366Z] #28 DONE 0.1s [2026-03-16T02:56:30.366Z] [2026-03-16T02:56:30.366Z] #29 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 [2026-03-16T02:56:30.366Z] #29 DONE 2.8s [2026-03-16T02:56:30.366Z] [2026-03-16T02:56:30.366Z] #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-03-16T02:56:30.366Z] #37 DONE 2.0s [2026-03-16T02:56:30.366Z] [2026-03-16T02:56:30.366Z] #38 [security-spire-config internal] load build context [2026-03-16T02:56:30.366Z] #38 DONE 0.0s [2026-03-16T02:56:30.366Z] [2026-03-16T02:56:30.366Z] #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:30.366Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:30.366Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:30.366Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:30.366Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:30.366Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done [2026-03-16T02:56:30.675Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:30.675Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:30.675Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:30.675Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:30.675Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done [2026-03-16T02:56:30.989Z] #33 ... [2026-03-16T02:56:30.989Z] [2026-03-16T02:56:30.989Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-03-16T02:56:30.989Z] #39 DONE 1.5s [2026-03-16T02:56:30.989Z] [2026-03-16T02:56:30.989Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:30.989Z] #33 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.1s done [2026-03-16T02:56:30.989Z] #33 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done [2026-03-16T02:56:30.989Z] #33 sha256:42148bde0efbaf68c898a31697c37422abec27c85ffb9cbb1d07278dc3639050 1.02kB / 1.02kB done [2026-03-16T02:56:30.989Z] #33 sha256:5a766deef0c8314d9ed554da090f372c63886cc92f0f58752dbf3ab8ae2d8c01 627B / 627B done [2026-03-16T02:56:30.989Z] #33 sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 4.14MB / 4.14MB 0.9s done [2026-03-16T02:56:31.308Z] #33 ... [2026-03-16T02:56:31.308Z] [2026-03-16T02:56:31.308Z] #40 [core-common-config-bootstrapper internal] load build context [2026-03-16T02:56:31.308Z] #40 transferring context: 3.40MB 2.1s done [2026-03-16T02:56:31.308Z] #40 DONE 3.3s [2026-03-16T02:56:31.308Z] [2026-03-16T02:56:31.308Z] #41 [core-data internal] load build context [2026-03-16T02:56:31.308Z] #41 transferring context: 3.40MB 2.2s done [2026-03-16T02:56:31.308Z] #41 DONE 3.4s [2026-03-16T02:56:31.308Z] [2026-03-16T02:56:31.308Z] #42 [security-secretstore-setup internal] load build context [2026-03-16T02:56:31.308Z] #42 transferring context: 3.40MB 1.9s done [2026-03-16T02:56:31.308Z] #42 DONE 2.9s [2026-03-16T02:56:31.308Z] [2026-03-16T02:56:31.308Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:31.613Z] #33 extracting sha256:d741ee1608f399e21c72d05f0f818c348c6801af33aeb83523893d09dc153957 3.1s done [2026-03-16T02:56:32.292Z] #33 ... [2026-03-16T02:56:32.292Z] [2026-03-16T02:56:32.292Z] #43 [security-spiffe-token-provider internal] load build context [2026-03-16T02:56:32.292Z] #43 transferring context: 3.40MB 2.3s done [2026-03-16T02:56:32.292Z] #43 DONE 3.8s [2026-03-16T02:56:32.292Z] [2026-03-16T02:56:32.292Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:32.292Z] #44 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.3s done [2026-03-16T02:56:32.292Z] #44 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-03-16T02:56:32.292Z] #44 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-03-16T02:56:32.292Z] #44 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-03-16T02:56:32.292Z] #44 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done [2026-03-16T02:56:32.292Z] #44 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.3s done [2026-03-16T02:56:32.292Z] #44 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done [2026-03-16T02:56:32.292Z] #44 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-03-16T02:56:32.292Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.29MB / 37.02MB 1.3s [2026-03-16T02:56:32.292Z] #44 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-03-16T02:56:32.639Z] #44 ... [2026-03-16T02:56:32.639Z] [2026-03-16T02:56:32.639Z] #45 [security-proxy-setup internal] load build context [2026-03-16T02:56:32.639Z] #45 transferring context: 3.40MB 1.6s done [2026-03-16T02:56:32.639Z] #45 DONE 2.8s [2026-03-16T02:56:32.639Z] [2026-03-16T02:56:32.639Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 [2026-03-16T02:56:32.639Z] #33 DONE 6.4s [2026-03-16T02:56:32.639Z] [2026-03-16T02:56:32.639Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:32.639Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 9.44MB / 37.02MB 1.6s [2026-03-16T02:56:32.639Z] #44 ... [2026-03-16T02:56:32.639Z] [2026-03-16T02:56:32.639Z] #38 [security-spire-config internal] load build context [2026-03-16T02:56:32.639Z] #38 transferring context: 24.82kB 0.1s done [2026-03-16T02:56:32.639Z] #38 DONE 2.3s [2026-03-16T02:56:32.639Z] [2026-03-16T02:56:32.639Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:32.639Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.45MB / 37.02MB 1.8s [2026-03-16T02:56:32.945Z] #44 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 [2026-03-16T02:56:32.945Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.68MB / 37.02MB 2.0s [2026-03-16T02:56:32.945Z] #44 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done [2026-03-16T02:56:33.243Z] #44 ... [2026-03-16T02:56:33.243Z] [2026-03-16T02:56:33.243Z] #46 [core-metadata internal] load build context [2026-03-16T02:56:33.243Z] #46 transferring context: 3.40MB 1.9s done [2026-03-16T02:56:33.243Z] #46 DONE 4.0s [2026-03-16T02:56:33.243Z] [2026-03-16T02:56:33.243Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:33.243Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 17.83MB / 37.02MB 2.2s [2026-03-16T02:56:33.243Z] #44 ... [2026-03-16T02:56:33.243Z] [2026-03-16T02:56:33.243Z] #47 [security-spire-server internal] load build context [2026-03-16T02:56:33.243Z] #47 transferring context: 26.57kB 0.1s done [2026-03-16T02:56:33.243Z] #47 DONE 2.8s [2026-03-16T02:56:33.243Z] [2026-03-16T02:56:33.243Z] #48 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2026-03-16T02:56:33.243Z] #48 DONE 7.2s [2026-03-16T02:56:33.243Z] [2026-03-16T02:56:33.243Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:33.535Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.02MB / 37.02MB 2.7s [2026-03-16T02:56:33.841Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 24.12MB / 37.02MB 2.9s [2026-03-16T02:56:34.161Z] #44 ... [2026-03-16T02:56:34.161Z] [2026-03-16T02:56:34.161Z] #49 [security-proxy-auth internal] load build context [2026-03-16T02:56:34.161Z] #49 transferring context: 3.40MB 1.7s done [2026-03-16T02:56:34.161Z] #49 DONE 3.6s [2026-03-16T02:56:34.161Z] [2026-03-16T02:56:34.161Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:34.161Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 3.0s [2026-03-16T02:56:34.161Z] #44 ... [2026-03-16T02:56:34.161Z] [2026-03-16T02:56:34.161Z] #50 [security-spire-agent internal] load build context [2026-03-16T02:56:34.161Z] #50 transferring context: 26.10kB 0.1s done [2026-03-16T02:56:34.161Z] #50 DONE 3.0s [2026-03-16T02:56:34.161Z] [2026-03-16T02:56:34.161Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:34.161Z] #44 ... [2026-03-16T02:56:34.161Z] [2026-03-16T02:56:34.161Z] #51 [core-command internal] load build context [2026-03-16T02:56:34.161Z] #51 transferring context: 3.40MB 1.9s done [2026-03-16T02:56:34.161Z] #51 DONE 3.8s [2026-03-16T02:56:34.161Z] [2026-03-16T02:56:34.161Z] #52 [core-keeper internal] load build context [2026-03-16T02:56:34.161Z] #52 transferring context: 3.40MB 2.0s done [2026-03-16T02:56:34.161Z] #52 DONE 3.8s [2026-03-16T02:56:34.161Z] [2026-03-16T02:56:34.161Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:34.161Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.31MB / 37.02MB 3.3s [2026-03-16T02:56:34.472Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 35.16MB / 37.02MB 3.5s [2026-03-16T02:56:34.795Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 3.8s done [2026-03-16T02:56:34.795Z] #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 3.8s done [2026-03-16T02:56:36.012Z] #44 ... [2026-03-16T02:56:36.012Z] [2026-03-16T02:56:36.012Z] #53 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2026-03-16T02:56:36.012Z] #53 DONE 3.2s [2026-03-16T02:56:36.369Z] [2026-03-16T02:56:36.369Z] #54 [core-command builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:56:42.069Z] #54 ... [2026-03-16T02:56:42.069Z] [2026-03-16T02:56:42.069Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-16T02:56:42.069Z] #55 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.3s done [2026-03-16T02:56:42.069Z] #55 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-03-16T02:56:42.069Z] #55 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2026-03-16T02:56:42.069Z] #55 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-03-16T02:56:42.069Z] #55 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2026-03-16T02:56:42.069Z] #55 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-03-16T02:56:42.069Z] #55 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-03-16T02:56:42.069Z] #55 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.1s done [2026-03-16T02:56:42.069Z] #55 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 2.2s done [2026-03-16T02:56:42.069Z] #55 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2026-03-16T02:56:42.069Z] #55 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 7.1s [2026-03-16T02:56:42.069Z] #55 ... [2026-03-16T02:56:42.069Z] [2026-03-16T02:56:42.069Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:42.069Z] #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 3.1s [2026-03-16T02:56:43.028Z] #44 ... [2026-03-16T02:56:43.028Z] [2026-03-16T02:56:43.028Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-16T02:56:43.028Z] #0 8.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:43.028Z] #0 9.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:43.028Z] #56 ... [2026-03-16T02:56:43.028Z] [2026-03-16T02:56:43.028Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-16T02:56:43.297Z] #55 ... [2026-03-16T02:56:43.297Z] [2026-03-16T02:56:43.297Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-16T02:56:43.297Z] #57 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:43.297Z] #57 ... [2026-03-16T02:56:43.297Z] [2026-03-16T02:56:43.297Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-16T02:56:43.569Z] #58 ... [2026-03-16T02:56:43.569Z] [2026-03-16T02:56:43.569Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-16T02:56:43.569Z] #59 ... [2026-03-16T02:56:43.569Z] [2026-03-16T02:56:43.569Z] #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-16T02:56:43.836Z] #60 ... [2026-03-16T02:56:43.836Z] [2026-03-16T02:56:43.836Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-16T02:56:44.103Z] #61 ... [2026-03-16T02:56:44.103Z] [2026-03-16T02:56:44.103Z] #62 [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-16T02:56:44.103Z] #62 ... [2026-03-16T02:56:44.103Z] [2026-03-16T02:56:44.103Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-16T02:56:44.370Z] #63 ... [2026-03-16T02:56:44.370Z] [2026-03-16T02:56:44.370Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-16T02:56:44.370Z] #64 ... [2026-03-16T02:56:44.370Z] [2026-03-16T02:56:44.370Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:56:44.646Z] #65 ... [2026-03-16T02:56:44.646Z] [2026-03-16T02:56:44.646Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-16T02:56:44.646Z] #0 9.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:44.646Z] #0 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:44.646Z] #66 ... [2026-03-16T02:56:44.646Z] [2026-03-16T02:56:44.646Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-16T02:56:44.646Z] #63 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:45.611Z] #63 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:46.232Z] #63 ... [2026-03-16T02:56:46.232Z] [2026-03-16T02:56:46.232Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-16T02:56:46.232Z] #67 ... [2026-03-16T02:56:46.232Z] [2026-03-16T02:56:46.232Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-16T02:56:46.232Z] #0 9.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:46.521Z] #68 ... [2026-03-16T02:56:46.521Z] [2026-03-16T02:56:46.521Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-16T02:56:46.521Z] #69 ... [2026-03-16T02:56:46.521Z] [2026-03-16T02:56:46.521Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-16T02:56:46.521Z] #70 ... [2026-03-16T02:56:46.521Z] [2026-03-16T02:56:46.521Z] #62 [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-16T02:56:46.521Z] #62 DONE 13.3s [2026-03-16T02:56:46.521Z] [2026-03-16T02:56:46.521Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:56:46.816Z] #71 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:46.816Z] #71 ... [2026-03-16T02:56:46.816Z] [2026-03-16T02:56:46.816Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-16T02:56:46.816Z] #56 12.57 (1/7) Installing ca-certificates (20250911-r0) [2026-03-16T02:56:46.816Z] #56 12.94 (2/7) Installing dumb-init (1.2.5-r3) [2026-03-16T02:56:46.816Z] #56 12.95 (3/7) Installing libgcc (14.2.0-r6) [2026-03-16T02:56:46.816Z] #56 12.97 (4/7) Installing libsodium (1.0.20-r1) [2026-03-16T02:56:46.816Z] #56 13.02 (5/7) Installing libstdc++ (14.2.0-r6) [2026-03-16T02:56:46.816Z] #56 13.52 (6/7) Installing libzmq (4.3.5-r2) [2026-03-16T02:56:46.816Z] #56 13.77 (7/7) Installing zeromq (4.3.5-r2) [2026-03-16T02:56:46.816Z] #56 13.94 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:56:47.114Z] #56 ... [2026-03-16T02:56:47.114Z] [2026-03-16T02:56:47.114Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-03-16T02:56:47.114Z] #67 DONE 11.1s [2026-03-16T02:56:47.114Z] [2026-03-16T02:56:47.114Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-16T02:56:47.114Z] #56 14.19 Executing ca-certificates-20250911-r0.trigger [2026-03-16T02:56:49.136Z] #56 16.16 OK: 12 MiB in 23 packages [2026-03-16T02:56:50.153Z] #56 ... [2026-03-16T02:56:50.153Z] [2026-03-16T02:56:50.153Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-03-16T02:56:50.153Z] #55 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 15.3s done [2026-03-16T02:56:50.153Z] #55 DONE 18.8s [2026-03-16T02:56:50.153Z] [2026-03-16T02:56:50.153Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:50.153Z] #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.9s [2026-03-16T02:56:51.709Z] #44 ... [2026-03-16T02:56:51.709Z] [2026-03-16T02:56:51.709Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-03-16T02:56:51.709Z] #56 DONE 18.7s [2026-03-16T02:56:51.709Z] [2026-03-16T02:56:51.709Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:51.709Z] #44 ... [2026-03-16T02:56:51.709Z] [2026-03-16T02:56:51.709Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:56:54.452Z] #72 ... [2026-03-16T02:56:54.452Z] [2026-03-16T02:56:54.452Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-16T02:56:54.452Z] #57 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:54.452Z] #57 ... [2026-03-16T02:56:54.452Z] [2026-03-16T02:56:54.452Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:54.452Z] #44 ... [2026-03-16T02:56:54.452Z] [2026-03-16T02:56:54.452Z] #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-16T02:56:54.452Z] #60 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:54.452Z] #60 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:54.452Z] #60 ... [2026-03-16T02:56:54.452Z] [2026-03-16T02:56:54.452Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:54.740Z] #44 ... [2026-03-16T02:56:54.740Z] [2026-03-16T02:56:54.740Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-16T02:56:54.740Z] #58 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:54.740Z] #58 12.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:54.740Z] #58 ... [2026-03-16T02:56:54.740Z] [2026-03-16T02:56:54.740Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:55.356Z] #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 17.0s [2026-03-16T02:56:55.998Z] #44 ... [2026-03-16T02:56:55.998Z] [2026-03-16T02:56:55.998Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-16T02:56:55.998Z] #64 12.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:55.998Z] #64 15.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:55.998Z] #64 ... [2026-03-16T02:56:55.998Z] [2026-03-16T02:56:55.998Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:56.283Z] #44 ... [2026-03-16T02:56:56.283Z] [2026-03-16T02:56:56.283Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-16T02:56:56.283Z] #61 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:56.283Z] #61 15.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:56.283Z] #61 ... [2026-03-16T02:56:56.283Z] [2026-03-16T02:56:56.283Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:56:56.283Z] #65 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:56.283Z] #65 16.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:56.567Z] #65 ... [2026-03-16T02:56:56.567Z] [2026-03-16T02:56:56.567Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:56.567Z] #44 ... [2026-03-16T02:56:56.567Z] [2026-03-16T02:56:56.567Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-16T02:56:56.567Z] #0 6.041 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:56.567Z] #0 7.765 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:56.860Z] #73 ... [2026-03-16T02:56:56.860Z] [2026-03-16T02:56:56.860Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-16T02:56:56.860Z] #57 23.58 (1/3) Installing ca-certificates (20250911-r0) [2026-03-16T02:56:57.157Z] #57 ... [2026-03-16T02:56:57.157Z] [2026-03-16T02:56:57.157Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-16T02:56:57.157Z] #59 13.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.157Z] #59 15.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.157Z] #59 ... [2026-03-16T02:56:57.157Z] [2026-03-16T02:56:57.157Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-03-16T02:56:57.157Z] #66 21.48 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-16T02:56:57.157Z] #66 21.57 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:56:57.157Z] #66 21.81 OK: 8 MiB in 17 packages [2026-03-16T02:56:57.157Z] #66 DONE 24.0s [2026-03-16T02:56:57.157Z] [2026-03-16T02:56:57.157Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-16T02:56:57.157Z] #0 5.311 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.157Z] #0 6.912 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.453Z] #74 ... [2026-03-16T02:56:57.453Z] [2026-03-16T02:56:57.453Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-16T02:56:57.453Z] #70 11.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.453Z] #70 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.453Z] #70 ... [2026-03-16T02:56:57.453Z] [2026-03-16T02:56:57.453Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-16T02:56:57.453Z] #69 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.453Z] #69 13.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.740Z] #69 ... [2026-03-16T02:56:57.740Z] [2026-03-16T02:56:57.740Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-16T02:56:57.740Z] #68 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.740Z] #68 ... [2026-03-16T02:56:57.740Z] [2026-03-16T02:56:57.740Z] #54 [core-command builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:56:57.740Z] #54 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:57.740Z] #54 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:58.027Z] #54 ... [2026-03-16T02:56:58.027Z] [2026-03-16T02:56:58.027Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:56:59.555Z] #44 ... [2026-03-16T02:56:59.555Z] [2026-03-16T02:56:59.555Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:56:59.555Z] #71 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:56:59.555Z] #71 ... [2026-03-16T02:56:59.555Z] [2026-03-16T02:56:59.555Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T02:57:00.215Z] #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 21.9s done [2026-03-16T02:57:01.743Z] #44 ... [2026-03-16T02:57:01.743Z] [2026-03-16T02:57:01.743Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-03-16T02:57:01.743Z] #63 25.45 (1/2) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:01.743Z] #63 25.48 (2/2) Installing su-exec (0.2-r3) [2026-03-16T02:57:01.743Z] #63 25.57 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:01.743Z] #63 25.82 OK: 8 MiB in 18 packages [2026-03-16T02:57:01.743Z] #63 DONE 28.4s [2026-03-16T02:57:02.089Z] [2026-03-16T02:57:02.089Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-16T02:57:02.747Z] #75 ... [2026-03-16T02:57:02.747Z] [2026-03-16T02:57:02.747Z] #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-03-16T02:57:02.747Z] #60 26.84 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:02.747Z] #60 26.91 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:02.747Z] #60 27.07 OK: 8 MiB in 17 packages [2026-03-16T02:57:02.747Z] #60 DONE 29.7s [2026-03-16T02:57:03.079Z] [2026-03-16T02:57:03.079Z] #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2026-03-16T02:57:04.143Z] #76 ... [2026-03-16T02:57:04.143Z] [2026-03-16T02:57:04.143Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-03-16T02:57:04.143Z] #68 24.86 OK: 255 MiB in 60 packages [2026-03-16T02:57:04.143Z] #68 DONE 27.9s [2026-03-16T02:57:04.143Z] [2026-03-16T02:57:04.143Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:57:04.143Z] #65 30.85 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:57:04.143Z] #65 30.88 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:57:04.143Z] #65 30.88 OK: 26165 distinct packages available [2026-03-16T02:57:04.830Z] #65 ... [2026-03-16T02:57:04.830Z] [2026-03-16T02:57:04.830Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:57:04.830Z] #77 DONE 0.8s [2026-03-16T02:57:04.830Z] [2026-03-16T02:57:04.830Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:05.522Z] #78 ... [2026-03-16T02:57:05.522Z] [2026-03-16T02:57:05.522Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-03-16T02:57:05.522Z] #70 26.46 OK: 255 MiB in 60 packages [2026-03-16T02:57:05.522Z] #70 DONE 29.2s [2026-03-16T02:57:05.522Z] [2026-03-16T02:57:05.522Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:05.522Z] #72 3.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:05.522Z] #72 5.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:05.522Z] #72 ... [2026-03-16T02:57:05.522Z] [2026-03-16T02:57:05.522Z] #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:57:06.592Z] #79 DONE 0.9s [2026-03-16T02:57:06.592Z] [2026-03-16T02:57:06.592Z] #54 [core-command builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:57:06.592Z] #54 27.15 OK: 255 MiB in 60 packages [2026-03-16T02:57:06.592Z] #54 DONE 30.5s [2026-03-16T02:57:06.592Z] [2026-03-16T02:57:06.592Z] #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:06.965Z] #80 ... [2026-03-16T02:57:06.965Z] [2026-03-16T02:57:06.965Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-03-16T02:57:06.965Z] #57 24.35 (2/3) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:06.965Z] #57 24.41 (3/3) Installing tzdata (2026a-r0) [2026-03-16T02:57:06.965Z] #57 26.97 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:06.965Z] #57 27.18 Executing ca-certificates-20250911-r0.trigger [2026-03-16T02:57:06.965Z] #57 29.02 OK: 9 MiB in 19 packages [2026-03-16T02:57:06.965Z] #57 DONE 33.5s [2026-03-16T02:57:06.965Z] [2026-03-16T02:57:06.965Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:07.258Z] #81 ... [2026-03-16T02:57:07.258Z] [2026-03-16T02:57:07.258Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-03-16T02:57:07.258Z] #71 27.63 OK: 255 MiB in 60 packages [2026-03-16T02:57:07.258Z] #71 DONE 31.2s [2026-03-16T02:57:07.258Z] [2026-03-16T02:57:07.258Z] #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:57:07.563Z] #82 ... [2026-03-16T02:57:07.563Z] [2026-03-16T02:57:07.563Z] #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:07.563Z] #0 3.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:07.563Z] #0 6.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:07.563Z] #83 ... [2026-03-16T02:57:07.563Z] [2026-03-16T02:57:07.563Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:57:07.563Z] #65 34.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:07.865Z] #65 ... [2026-03-16T02:57:07.865Z] [2026-03-16T02:57:07.865Z] #84 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:57:07.865Z] #84 DONE 1.6s [2026-03-16T02:57:08.216Z] [2026-03-16T02:57:08.216Z] #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:08.216Z] #85 ... [2026-03-16T02:57:08.216Z] [2026-03-16T02:57:08.216Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-16T02:57:08.216Z] #58 24.63 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:57:08.216Z] #58 24.63 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:57:08.216Z] #58 24.63 OK: 26165 distinct packages available [2026-03-16T02:57:08.216Z] #58 27.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:08.216Z] #58 29.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:08.216Z] #58 ... [2026-03-16T02:57:08.216Z] [2026-03-16T02:57:08.216Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-16T02:57:08.216Z] #61 30.31 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:08.216Z] #61 30.35 (2/4) Installing openssl (3.5.5-r0) [2026-03-16T02:57:08.216Z] #61 30.48 (3/4) Installing su-exec (0.2-r3) [2026-03-16T02:57:08.216Z] #61 30.55 (4/4) Installing yq-go (4.47.2-r3) [2026-03-16T02:57:08.216Z] #61 32.84 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:08.216Z] #61 33.09 OK: 20 MiB in 20 packages [2026-03-16T02:57:08.517Z] #61 ... [2026-03-16T02:57:08.517Z] [2026-03-16T02:57:08.517Z] #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:57:08.517Z] #82 DONE 1.4s [2026-03-16T02:57:08.517Z] [2026-03-16T02:57:08.517Z] #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:10.625Z] #86 ... [2026-03-16T02:57:10.625Z] [2026-03-16T02:57:10.625Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-03-16T02:57:10.625Z] #61 DONE 36.9s [2026-03-16T02:57:10.625Z] [2026-03-16T02:57:10.625Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-16T02:57:11.724Z] #87 ... [2026-03-16T02:57:11.724Z] [2026-03-16T02:57:11.724Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-16T02:57:11.724Z] #64 28.18 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:57:11.724Z] #64 28.18 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:57:11.724Z] #64 28.18 OK: 26165 distinct packages available [2026-03-16T02:57:11.724Z] #64 31.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:11.724Z] #64 34.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:11.724Z] #64 ... [2026-03-16T02:57:11.724Z] [2026-03-16T02:57:11.724Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-16T02:57:11.724Z] #74 24.37 OK: 255 MiB in 60 packages [2026-03-16T02:57:12.787Z] #74 ... [2026-03-16T02:57:12.787Z] [2026-03-16T02:57:12.787Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-03-16T02:57:12.787Z] #59 30.21 (1/4) Installing ca-certificates (20250911-r0) [2026-03-16T02:57:12.787Z] #59 31.27 (2/4) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:12.787Z] #59 31.29 (3/4) Installing su-exec (0.2-r3) [2026-03-16T02:57:12.787Z] #59 31.34 (4/4) Installing yq-go (4.47.2-r3) [2026-03-16T02:57:12.787Z] #59 33.96 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:12.787Z] #59 34.11 Executing ca-certificates-20250911-r0.trigger [2026-03-16T02:57:12.787Z] #59 36.54 OK: 20 MiB in 20 packages [2026-03-16T02:57:12.787Z] #59 DONE 39.4s [2026-03-16T02:57:12.787Z] [2026-03-16T02:57:12.787Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-16T02:57:13.477Z] #88 ... [2026-03-16T02:57:13.477Z] [2026-03-16T02:57:13.477Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-16T02:57:13.477Z] #69 27.49 v3.22.3-60-g645f190c344 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-03-16T02:57:13.477Z] #69 27.49 v3.22.3-65-g468cbea4427 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-03-16T02:57:13.477Z] #69 27.49 OK: 26176 distinct packages available [2026-03-16T02:57:13.477Z] #69 31.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:13.477Z] #69 33.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:13.871Z] #69 ... [2026-03-16T02:57:13.871Z] [2026-03-16T02:57:13.871Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:13.871Z] #72 21.49 OK: 12 MiB in 23 packages [2026-03-16T02:57:13.871Z] #72 ... [2026-03-16T02:57:13.871Z] [2026-03-16T02:57:13.871Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-03-16T02:57:13.871Z] #73 23.55 (1/1) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:13.871Z] #73 24.23 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:13.871Z] #73 24.37 OK: 8 MiB in 17 packages [2026-03-16T02:57:13.871Z] #73 DONE 27.2s [2026-03-16T02:57:13.871Z] [2026-03-16T02:57:13.871Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:13.871Z] #81 7.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:14.184Z] #81 ... [2026-03-16T02:57:14.184Z] [2026-03-16T02:57:14.184Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-03-16T02:57:14.184Z] #74 DONE 26.9s [2026-03-16T02:57:14.184Z] [2026-03-16T02:57:14.184Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-03-16T02:57:14.898Z] #89 DONE 0.9s [2026-03-16T02:57:14.898Z] [2026-03-16T02:57:14.898Z] #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2026-03-16T02:57:14.898Z] #76 6.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:14.898Z] #76 8.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:15.213Z] #76 ... [2026-03-16T02:57:15.213Z] [2026-03-16T02:57:15.213Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:15.898Z] #90 ... [2026-03-16T02:57:15.898Z] [2026-03-16T02:57:15.898Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:15.898Z] #72 DONE 24.3s [2026-03-16T02:57:16.228Z] [2026-03-16T02:57:16.228Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-16T02:57:16.228Z] #87 5.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:16.592Z] #87 ... [2026-03-16T02:57:16.592Z] [2026-03-16T02:57:16.592Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-16T02:57:16.592Z] #75 4.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:16.592Z] #75 8.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:16.592Z] #75 ... [2026-03-16T02:57:16.592Z] [2026-03-16T02:57:16.592Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:16.592Z] #81 9.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:18.203Z] #81 ... [2026-03-16T02:57:18.203Z] [2026-03-16T02:57:18.203Z] #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:18.203Z] #83 19.42 OK: 8 MiB in 17 packages [2026-03-16T02:57:18.203Z] #83 DONE 21.0s [2026-03-16T02:57:18.520Z] [2026-03-16T02:57:18.520Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-16T02:57:18.520Z] #58 44.82 (1/4) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:18.520Z] #58 44.86 (2/4) Installing musl-obstack (1.2.3-r2) [2026-03-16T02:57:18.520Z] #58 44.88 (3/4) Installing libucontext (1.3.2-r0) [2026-03-16T02:57:18.520Z] #58 44.98 (4/4) Installing gcompat (1.1.0-r4) [2026-03-16T02:57:18.520Z] #58 45.03 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:18.520Z] #58 45.23 OK: 8 MiB in 20 packages [2026-03-16T02:57:21.420Z] #58 ... [2026-03-16T02:57:21.420Z] [2026-03-16T02:57:21.420Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:57:21.420Z] #65 37.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:21.420Z] #65 ... [2026-03-16T02:57:21.420Z] [2026-03-16T02:57:21.420Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-16T02:57:21.420Z] #64 47.03 (1/13) Installing brotli-libs (1.1.0-r2) [2026-03-16T02:57:21.420Z] #64 47.48 (2/13) Installing c-ares (1.34.6-r0) [2026-03-16T02:57:21.420Z] #64 47.52 (3/13) Installing libunistring (1.3-r0) [2026-03-16T02:57:21.420Z] #64 47.72 (4/13) Installing libidn2 (2.3.7-r0) [2026-03-16T02:57:21.420Z] #64 47.76 (5/13) Installing nghttp2-libs (1.65.0-r0) [2026-03-16T02:57:21.420Z] #64 47.79 (6/13) Installing libpsl (0.21.5-r3) [2026-03-16T02:57:21.420Z] #64 47.80 (7/13) Installing zstd-libs (1.5.7-r0) [2026-03-16T02:57:21.420Z] #64 47.87 (8/13) Installing libcurl (8.14.1-r2) [2026-03-16T02:57:21.420Z] #64 47.93 (9/13) Installing curl (8.14.1-r2) [2026-03-16T02:57:21.420Z] #64 47.95 (10/13) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:21.420Z] #64 47.97 (11/13) Installing musl-obstack (1.2.3-r2) [2026-03-16T02:57:21.420Z] #64 47.99 (12/13) Installing libucontext (1.3.2-r0) [2026-03-16T02:57:21.420Z] #64 48.01 (13/13) Installing gcompat (1.1.0-r4) [2026-03-16T02:57:21.420Z] #64 48.03 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:21.420Z] #64 48.15 OK: 13 MiB in 29 packages [2026-03-16T02:57:22.504Z] #64 ... [2026-03-16T02:57:22.504Z] [2026-03-16T02:57:22.504Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-03-16T02:57:22.504Z] #58 DONE 48.9s [2026-03-16T02:57:22.504Z] [2026-03-16T02:57:22.504Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-03-16T02:57:22.504Z] #75 18.96 OK: 8 MiB in 18 packages [2026-03-16T02:57:22.504Z] #75 DONE 20.7s [2026-03-16T02:57:22.504Z] [2026-03-16T02:57:22.504Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:57:22.504Z] #65 48.33 (1/5) Installing dumb-init (1.2.5-r3) [2026-03-16T02:57:22.504Z] #65 48.36 (2/5) Installing musl-obstack (1.2.3-r2) [2026-03-16T02:57:22.504Z] #65 48.37 (3/5) Installing libucontext (1.3.2-r0) [2026-03-16T02:57:22.504Z] #65 48.40 (4/5) Installing gcompat (1.1.0-r4) [2026-03-16T02:57:22.504Z] #65 48.44 (5/5) Installing openssl (3.5.5-r0) [2026-03-16T02:57:22.504Z] #65 48.52 Executing busybox-1.37.0-r20.trigger [2026-03-16T02:57:22.504Z] #65 48.71 OK: 9 MiB in 21 packages [2026-03-16T02:57:23.209Z] #65 ... [2026-03-16T02:57:23.209Z] [2026-03-16T02:57:23.209Z] #76 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-03-16T02:57:23.209Z] #76 18.99 OK: 8 MiB in 17 packages [2026-03-16T02:57:23.209Z] #76 DONE 20.8s [2026-03-16T02:57:23.492Z] [2026-03-16T02:57:23.492Z] #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-16T02:57:23.763Z] #91 ... [2026-03-16T02:57:23.763Z] [2026-03-16T02:57:23.763Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-03-16T02:57:23.763Z] #64 DONE 50.5s [2026-03-16T02:57:24.030Z] [2026-03-16T02:57:24.030Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-03-16T02:57:24.030Z] #69 45.74 OK: 255 MiB in 60 packages [2026-03-16T02:57:24.030Z] #69 DONE 47.9s [2026-03-16T02:57:24.030Z] [2026-03-16T02:57:24.030Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:57:24.994Z] #92 ... [2026-03-16T02:57:24.994Z] [2026-03-16T02:57:24.994Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-03-16T02:57:24.994Z] #65 DONE 51.4s [2026-03-16T02:57:24.994Z] [2026-03-16T02:57:24.994Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-03-16T02:57:25.582Z] #93 ... [2026-03-16T02:57:25.582Z] [2026-03-16T02:57:25.582Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:57:25.582Z] #92 DONE 1.5s [2026-03-16T02:57:25.582Z] [2026-03-16T02:57:25.582Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:26.989Z] #94 ... [2026-03-16T02:57:26.989Z] [2026-03-16T02:57:26.989Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-16T02:57:26.989Z] #88 4.271 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:26.989Z] #88 6.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:27.257Z] #88 ... [2026-03-16T02:57:27.257Z] [2026-03-16T02:57:27.257Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:27.257Z] #81 19.74 OK: 9 MiB in 19 packages [2026-03-16T02:57:27.525Z] #81 ... [2026-03-16T02:57:27.525Z] [2026-03-16T02:57:27.525Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-16T02:57:27.525Z] #87 7.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:27.525Z] #87 17.02 OK: 20 MiB in 20 packages [2026-03-16T02:57:27.525Z] #87 ... [2026-03-16T02:57:27.525Z] [2026-03-16T02:57:27.525Z] #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:28.110Z] #95 ... [2026-03-16T02:57:28.110Z] [2026-03-16T02:57:28.110Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:28.110Z] #81 DONE 21.2s [2026-03-16T02:57:28.110Z] [2026-03-16T02:57:28.110Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-16T02:57:28.705Z] #96 ... [2026-03-16T02:57:28.705Z] [2026-03-16T02:57:28.705Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-16T02:57:28.705Z] #88 15.75 OK: 20 MiB in 20 packages [2026-03-16T02:57:28.705Z] #88 ... [2026-03-16T02:57:28.705Z] [2026-03-16T02:57:28.705Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-03-16T02:57:28.705Z] #87 DONE 18.5s [2026-03-16T02:57:28.705Z] [2026-03-16T02:57:28.705Z] #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-03-16T02:57:28.705Z] #91 DONE 6.3s [2026-03-16T02:57:28.971Z] [2026-03-16T02:57:28.971Z] #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-03-16T02:57:29.238Z] #97 ... [2026-03-16T02:57:29.238Z] [2026-03-16T02:57:29.238Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-03-16T02:57:29.238Z] #98 DONE 0.4s [2026-03-16T02:57:29.238Z] [2026-03-16T02:57:29.238Z] #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-03-16T02:57:29.238Z] #97 DONE 0.5s [2026-03-16T02:57:29.238Z] [2026-03-16T02:57:29.238Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-16T02:57:29.238Z] #96 6.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:29.822Z] #96 ... [2026-03-16T02:57:29.822Z] [2026-03-16T02:57:29.822Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-03-16T02:57:29.822Z] #88 DONE 17.2s [2026-03-16T02:57:30.090Z] [2026-03-16T02:57:30.090Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:30.090Z] #90 ... [2026-03-16T02:57:30.090Z] [2026-03-16T02:57:30.090Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-03-16T02:57:30.090Z] #93 5.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:31.058Z] #93 6.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:36.534Z] #93 11.16 OK: 9 MiB in 21 packages [2026-03-16T02:57:37.123Z] #93 DONE 12.6s [2026-03-16T02:57:37.123Z] [2026-03-16T02:57:37.123Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-03-16T02:57:37.123Z] #96 7.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:37.123Z] #96 13.51 OK: 8 MiB in 20 packages [2026-03-16T02:57:37.123Z] #96 DONE 14.9s [2026-03-16T02:57:37.123Z] [2026-03-16T02:57:37.123Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:57:37.786Z] #99 ... [2026-03-16T02:57:37.786Z] [2026-03-16T02:57:37.786Z] #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-03-16T02:57:37.786Z] #95 6.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:37.786Z] #95 7.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-03-16T02:57:37.786Z] #95 12.43 OK: 13 MiB in 29 packages [2026-03-16T02:57:37.786Z] #95 DONE 13.9s [2026-03-16T02:57:37.786Z] [2026-03-16T02:57:37.786Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:57:39.814Z] #100 ... [2026-03-16T02:57:39.814Z] [2026-03-16T02:57:39.814Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-03-16T02:57:39.814Z] #101 DONE 2.5s [2026-03-16T02:57:39.814Z] [2026-03-16T02:57:39.814Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:57:40.083Z] #102 ... [2026-03-16T02:57:40.083Z] [2026-03-16T02:57:40.083Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:57:40.083Z] #99 DONE 2.9s [2026-03-16T02:57:40.349Z] [2026-03-16T02:57:40.349Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-03-16T02:57:40.628Z] #103 DONE 0.4s [2026-03-16T02:57:40.628Z] [2026-03-16T02:57:40.628Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:57:40.628Z] #100 DONE 3.3s [2026-03-16T02:57:40.628Z] [2026-03-16T02:57:40.628Z] #104 [security-spire-config stage-2 6/10] COPY security.txt / [2026-03-16T02:57:40.909Z] #104 DONE 0.5s [2026-03-16T02:57:40.909Z] [2026-03-16T02:57:40.909Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-03-16T02:57:40.909Z] #105 DONE 0.4s [2026-03-16T02:57:40.909Z] [2026-03-16T02:57:40.909Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2026-03-16T02:57:41.503Z] #106 DONE 0.4s [2026-03-16T02:57:41.503Z] [2026-03-16T02:57:41.503Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-03-16T02:57:41.503Z] #107 DONE 0.4s [2026-03-16T02:57:41.503Z] [2026-03-16T02:57:41.503Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-03-16T02:57:41.816Z] #108 DONE 0.4s [2026-03-16T02:57:41.816Z] [2026-03-16T02:57:41.816Z] #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-03-16T02:57:41.816Z] #109 DONE 0.5s [2026-03-16T02:57:41.816Z] [2026-03-16T02:57:41.816Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-03-16T02:57:42.115Z] #110 ... [2026-03-16T02:57:42.115Z] [2026-03-16T02:57:42.115Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-03-16T02:57:42.115Z] #111 DONE 0.4s [2026-03-16T02:57:42.387Z] [2026-03-16T02:57:42.387Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-03-16T02:57:42.387Z] #110 DONE 0.6s [2026-03-16T02:57:42.387Z] [2026-03-16T02:57:42.387Z] #112 [security-spire-config] exporting to image [2026-03-16T02:57:42.387Z] #112 exporting layers [2026-03-16T02:57:43.347Z] #112 ... [2026-03-16T02:57:43.347Z] [2026-03-16T02:57:43.347Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-03-16T02:57:43.347Z] #113 DONE 0.9s [2026-03-16T02:57:43.347Z] [2026-03-16T02:57:43.347Z] #112 [security-spire-server] exporting to image [2026-03-16T02:57:43.347Z] #112 ... [2026-03-16T02:57:43.347Z] [2026-03-16T02:57:43.347Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-03-16T02:57:43.347Z] #102 DONE 3.8s [2026-03-16T02:57:43.629Z] [2026-03-16T02:57:43.629Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-03-16T02:57:43.897Z] #114 DONE 0.5s [2026-03-16T02:57:43.897Z] [2026-03-16T02:57:43.897Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-03-16T02:57:44.479Z] #115 DONE 0.4s [2026-03-16T02:57:44.479Z] [2026-03-16T02:57:44.479Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-03-16T02:57:44.754Z] #116 DONE 0.3s [2026-03-16T02:57:44.754Z] [2026-03-16T02:57:44.754Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-03-16T02:57:45.020Z] #117 DONE 0.3s [2026-03-16T02:57:45.020Z] [2026-03-16T02:57:45.020Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:57:45.287Z] #90 ... [2026-03-16T02:57:45.287Z] [2026-03-16T02:57:45.287Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-03-16T02:57:45.553Z] #118 DONE 0.3s [2026-03-16T02:57:45.553Z] [2026-03-16T02:57:45.553Z] #112 [security-spire-agent] exporting to image [2026-03-16T02:57:45.792Z] #156 ... [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #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-16T02:57:45.792Z] #152 DONE 98.0s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-16T02:57:45.792Z] #150 DONE 101.4s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:57:45.792Z] #157 DONE 0.3s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-03-16T02:57:45.792Z] #158 DONE 0.2s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-16T02:57:45.792Z] #159 ... [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:57:45.792Z] #160 DONE 0.1s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-03-16T02:57:45.792Z] #161 DONE 0.2s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2026-03-16T02:57:45.792Z] #162 DONE 0.3s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #149 [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-16T02:57:45.792Z] #149 ... [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-03-16T02:57:45.792Z] #163 DONE 0.1s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-16T02:57:45.792Z] #164 ... [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-16T02:57:45.792Z] #159 DONE 0.9s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:57:45.792Z] #165 DONE 0.2s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:57:45.792Z] #166 DONE 0.3s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-03-16T02:57:45.792Z] #167 DONE 0.1s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-16T02:57:45.792Z] #164 DONE 0.8s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #168 [core-common-config-bootstrapper] exporting to image [2026-03-16T02:57:45.792Z] #168 exporting layers [2026-03-16T02:57:45.792Z] #168 ... [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-03-16T02:57:45.792Z] #169 DONE 0.1s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #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-16T02:57:45.792Z] #170 DONE 0.3s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #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-16T02:57:45.792Z] #171 DONE 0.1s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #168 [core-common-config-bootstrapper] exporting to image [2026-03-16T02:57:45.792Z] #168 exporting layers 0.4s done [2026-03-16T02:57:45.792Z] #168 writing image sha256:3ff4fc9f0e0fbe3b84bfa5068d7185056e5e452a21b053cbc03cbd23a9cc72a2 done [2026-03-16T02:57:45.792Z] #168 naming to docker.io/library/core-common-config-bootstrapper done [2026-03-16T02:57:45.792Z] #168 DONE 0.4s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #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-16T02:57:45.792Z] #172 DONE 0.1s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-03-16T02:57:45.792Z] #173 DONE 0.1s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-03-16T02:57:45.792Z] #174 DONE 0.9s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.792Z] #175 [security-bootstrapper] exporting to image [2026-03-16T02:57:45.792Z] #175 exporting layers 0.4s done [2026-03-16T02:57:45.792Z] #175 writing image sha256:f127833ffce85d91b955c45240e8c3e335e1726451e4fe59c41a677b90c58c67 done [2026-03-16T02:57:45.792Z] #175 naming to docker.io/library/security-bootstrapper done [2026-03-16T02:57:45.792Z] #175 DONE 0.4s [2026-03-16T02:57:45.792Z] [2026-03-16T02:57:45.793Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-16T02:57:46.958Z] #112 exporting layers 4.5s done [2026-03-16T02:57:46.958Z] #112 writing image sha256:82327b940f55b1cb6a8f6def3068553ad7046104023a6252867e344b28f30c8f [2026-03-16T02:57:46.958Z] #112 writing image sha256:82327b940f55b1cb6a8f6def3068553ad7046104023a6252867e344b28f30c8f 0.0s done [2026-03-16T02:57:46.958Z] #112 naming to docker.io/library/security-spire-config-arm64 0.0s done [2026-03-16T02:57:47.925Z] #112 exporting layers 4.3s done [2026-03-16T02:57:47.925Z] #112 writing image sha256:a0069b8dae0d2c60ef6c7bc605aa1c70fc9a2c270ff75b3f936537ef15348e71 0.0s done [2026-03-16T02:57:47.925Z] #112 naming to docker.io/library/security-spire-server-arm64 done [2026-03-16T02:57:48.508Z] #112 exporting layers 3.2s done [2026-03-16T02:57:48.783Z] #112 writing image sha256:f08d32add00a862cfac179e785c0f5ce1b8df6947bc89aca7ff8f8b4d68eb994 done [2026-03-16T02:57:48.783Z] #112 naming to docker.io/library/security-spire-agent-arm64 done [2026-03-16T02:57:48.783Z] #112 DONE 6.3s [2026-03-16T02:57:48.783Z] [2026-03-16T02:57:48.783Z] #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:07.310Z] #148 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #149 [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-16T02:59:07.310Z] #149 180.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-16T02:59:07.310Z] #149 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-16T02:59:07.310Z] #148 DONE 182.7s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T02:59:07.310Z] #156 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.310Z] #176 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-16T02:59:07.310Z] #146 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.310Z] #177 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #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-16T02:59:07.310Z] #178 DONE 0.2s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-03-16T02:59:07.310Z] #179 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-03-16T02:59:07.310Z] #180 DONE 0.2s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #149 [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-16T02:59:07.310Z] #149 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-03-16T02:59:07.310Z] #181 DONE 0.0s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #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-16T02:59:07.310Z] #182 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-16T02:59:07.310Z] #145 DONE 181.0s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #183 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.310Z] #183 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #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-16T02:59:07.310Z] #182 DONE 0.8s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #184 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.310Z] #184 DONE 0.2s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #185 [security-proxy-setup] exporting to image [2026-03-16T02:59:07.310Z] #185 exporting layers [2026-03-16T02:59:07.310Z] #185 exporting layers 0.6s done [2026-03-16T02:59:07.310Z] #185 writing image sha256:26f92a5033ba72149d49e794576f727931348ff2d6a328ff42260c85bab9c312 done [2026-03-16T02:59:07.310Z] #185 naming to docker.io/library/security-proxy-setup done [2026-03-16T02:59:07.310Z] #185 DONE 0.7s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-03-16T02:59:07.310Z] #186 DONE 0.5s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-03-16T02:59:07.310Z] #187 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #188 [core-command] exporting to image [2026-03-16T02:59:07.310Z] #188 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #149 [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-16T02:59:07.310Z] #149 DONE 185.4s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #188 [core-command] exporting to image [2026-03-16T02:59:07.310Z] #188 exporting layers 0.2s done [2026-03-16T02:59:07.310Z] #188 writing image sha256:bbe3557e39edf7e78a2f3f6e006cc126bda32bbc08a01d59076923a1de90b84b 0.0s done [2026-03-16T02:59:07.310Z] #188 naming to docker.io/library/core-command 0.0s done [2026-03-16T02:59:07.310Z] #188 DONE 0.2s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #189 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.310Z] #189 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T02:59:07.310Z] #147 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.310Z] #190 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #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-16T02:59:07.310Z] #191 DONE 0.2s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T02:59:07.310Z] #147 DONE 185.8s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #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-16T02:59:07.310Z] #192 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.310Z] #193 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #194 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-03-16T02:59:07.310Z] #194 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #195 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.310Z] #195 DONE 0.0s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #196 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-03-16T02:59:07.310Z] #196 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #197 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-03-16T02:59:07.310Z] #197 DONE 0.2s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #198 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-03-16T02:59:07.310Z] #198 DONE 0.2s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #196 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-03-16T02:59:07.310Z] #196 DONE 0.4s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #199 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-03-16T02:59:07.310Z] #199 DONE 0.0s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #200 [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-16T02:59:07.310Z] #200 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #201 [security-spiffe-token-provider] exporting to image [2026-03-16T02:59:07.310Z] #201 exporting layers 0.4s done [2026-03-16T02:59:07.310Z] #201 writing image sha256:0a203fa12ac9acd6b48b9c7182354da3cb53478f0f667e531f4afc8239715dd6 done [2026-03-16T02:59:07.310Z] #201 naming to docker.io/library/security-spiffe-token-provider done [2026-03-16T02:59:07.310Z] #201 DONE 0.4s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-16T02:59:07.310Z] #202 DONE 0.6s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #203 [security-secretstore-setup] exporting to image [2026-03-16T02:59:07.310Z] #203 exporting layers 0.4s done [2026-03-16T02:59:07.310Z] #203 writing image sha256:bd9a22ffd763a16b2baee4c0b0a2f7b01af49774bbdc3092ce7203a0e7eafcea done [2026-03-16T02:59:07.310Z] #203 naming to docker.io/library/security-secretstore-setup done [2026-03-16T02:59:07.310Z] #203 DONE 0.4s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-16T02:59:07.310Z] #146 DONE 186.0s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T02:59:07.310Z] #155 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.310Z] #204 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-16T02:59:07.310Z] #154 DONE 186.4s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.310Z] #204 DONE 0.4s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T02:59:07.310Z] #156 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.310Z] #205 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.310Z] #206 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-16T02:59:07.310Z] #207 ... [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-16T02:59:07.310Z] #153 DONE 187.0s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-03-16T02:59:07.310Z] #208 DONE 0.3s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T02:59:07.310Z] #156 DONE 187.0s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T02:59:07.310Z] #151 DONE 190.3s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-16T02:59:07.310Z] #207 DONE 0.4s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-03-16T02:59:07.310Z] #209 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.310Z] #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-03-16T02:59:07.310Z] #210 DONE 0.1s [2026-03-16T02:59:07.310Z] [2026-03-16T02:59:07.311Z] #211 [core-keeper] exporting to image [2026-03-16T02:59:07.311Z] #211 ... [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #212 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.311Z] #212 DONE 0.1s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #213 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.311Z] #213 DONE 0.1s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.311Z] #214 CACHED [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.311Z] #215 CACHED [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #216 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.311Z] #216 DONE 0.1s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #217 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.311Z] #217 DONE 0.1s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #218 [core-data] exporting to image [2026-03-16T02:59:07.311Z] #218 exporting layers 0.2s done [2026-03-16T02:59:07.311Z] #218 writing image sha256:cb18461920155cdeded331bacccbfa2583ca5d95270135b55ed1182ed2e775ee done [2026-03-16T02:59:07.311Z] #218 naming to docker.io/library/core-data done [2026-03-16T02:59:07.311Z] #218 DONE 0.2s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #211 [core-keeper] exporting to image [2026-03-16T02:59:07.311Z] #211 exporting layers 0.2s done [2026-03-16T02:59:07.311Z] #211 writing image sha256:116601d7f22c985e8c9c2ce38a0cc0bdb98fcbe119b9e7980d10e7b4d990ece7 0.0s done [2026-03-16T02:59:07.311Z] #211 naming to docker.io/library/core-keeper done [2026-03-16T02:59:07.311Z] #211 DONE 0.3s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #219 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-03-16T02:59:07.311Z] #219 ... [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #220 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-03-16T02:59:07.311Z] #220 DONE 0.3s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #221 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-03-16T02:59:07.311Z] #221 DONE 0.3s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #222 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-03-16T02:59:07.311Z] #222 DONE 0.2s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #219 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-03-16T02:59:07.311Z] #219 DONE 0.4s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #223 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-03-16T02:59:07.311Z] #223 DONE 0.2s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #224 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-03-16T02:59:07.311Z] #224 DONE 0.1s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-03-16T02:59:07.311Z] #225 DONE 0.1s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #226 [support-scheduler] exporting to image [2026-03-16T02:59:07.311Z] #226 ... [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #227 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-03-16T02:59:07.311Z] #227 DONE 0.0s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #228 [core-metadata] exporting to image [2026-03-16T02:59:07.311Z] #228 exporting layers 0.2s done [2026-03-16T02:59:07.311Z] #228 writing image sha256:3380189ec973182089ac27d3c5e4fcb159550ed48355f4a0762fe2a4d4a1627b done [2026-03-16T02:59:07.311Z] #228 naming to docker.io/library/core-metadata done [2026-03-16T02:59:07.311Z] #228 DONE 0.2s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #229 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-16T02:59:07.311Z] #229 DONE 0.5s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #226 [support-scheduler] exporting to image [2026-03-16T02:59:07.311Z] #226 exporting layers 0.6s done [2026-03-16T02:59:07.311Z] #226 writing image sha256:859005a9a9586bba79724d6521b6114630a2454e0bd11e85398230f73954d8d4 done [2026-03-16T02:59:07.311Z] #226 naming to docker.io/library/support-scheduler done [2026-03-16T02:59:07.311Z] #226 DONE 0.6s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #230 [security-proxy-auth] exporting to image [2026-03-16T02:59:07.311Z] #230 ... [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T02:59:07.311Z] #155 DONE 189.0s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #230 [security-proxy-auth] exporting to image [2026-03-16T02:59:07.311Z] #230 exporting layers 0.8s done [2026-03-16T02:59:07.311Z] #230 writing image sha256:89c4c0737cf68754c0b287649fb6f8b274bbd7cdf88cd116b0ad49c7777e0663 done [2026-03-16T02:59:07.311Z] #230 naming to docker.io/library/security-proxy-auth done [2026-03-16T02:59:07.311Z] #230 DONE 0.8s [2026-03-16T02:59:07.311Z] [2026-03-16T02:59:07.311Z] #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T02:59:07.311Z] #231 DONE 0.1s [2026-03-16T02:59:07.569Z] [2026-03-16T02:59:07.569Z] #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T02:59:07.569Z] #232 DONE 0.0s [2026-03-16T02:59:07.569Z] [2026-03-16T02:59:07.569Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-03-16T02:59:07.827Z] #233 DONE 0.1s [2026-03-16T02:59:07.827Z] [2026-03-16T02:59:07.827Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-03-16T02:59:07.827Z] #234 DONE 0.0s [2026-03-16T02:59:07.827Z] [2026-03-16T02:59:07.827Z] #235 [support-notifications] exporting to image [2026-03-16T02:59:07.827Z] #235 exporting layers 0.2s done [2026-03-16T02:59:07.827Z] #235 writing image sha256:191b06525bf7af73c1c9ce944e19256f78e22ec2f593022f7da1b1f933159079 done [2026-03-16T02:59:07.827Z] #235 naming to docker.io/library/support-notifications done [2026-03-16T02:59:07.827Z] #235 DONE 0.2s [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T02:59:07.827Z] time="2026-03-16T02:55:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-03-16T02:59:07.834Z] $ docker stop --time=1 0979f278e4a6eb84dc25f60a767e6a9673cf08368011d25df8475147232317d2 [2026-03-16T02:59:09.117Z] $ docker rm -f --volumes 0979f278e4a6eb84dc25f60a767e6a9673cf08368011d25df8475147232317d2 [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-16T02:59:09.464Z] + docker images [2026-03-16T02:59:09.464Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-03-16T02:59:09.464Z] support-notifications latest 191b06525bf7 2 seconds ago 58.3MB [2026-03-16T02:59:09.464Z] security-proxy-auth latest 89c4c0737cf6 3 seconds ago 49.6MB [2026-03-16T02:59:09.464Z] core-keeper latest 116601d7f22c 4 seconds ago 50.3MB [2026-03-16T02:59:09.464Z] core-data latest cb1846192015 4 seconds ago 50.5MB [2026-03-16T02:59:09.464Z] support-scheduler latest 859005a9a958 4 seconds ago 54.7MB [2026-03-16T02:59:09.464Z] core-metadata latest 3380189ec973 4 seconds ago 50.6MB [2026-03-16T02:59:09.464Z] security-spiffe-token-provider latest 0a203fa12ac9 8 seconds ago 53.7MB [2026-03-16T02:59:09.464Z] security-secretstore-setup latest bd9a22ffd763 8 seconds ago 90.6MB [2026-03-16T02:59:09.464Z] core-command latest bbe3557e39ed 9 seconds ago 44.8MB [2026-03-16T02:59:09.464Z] security-proxy-setup latest 26f92a5033ba 10 seconds ago 55.5MB [2026-03-16T02:59:09.464Z] security-bootstrapper latest f127833ffce8 About a minute ago 21.6MB [2026-03-16T02:59:09.464Z] core-common-config-bootstrapper latest 3ff4fc9f0e0f About a minute ago 20.5MB [2026-03-16T02:59:09.464Z] security-spire-server latest 926e0bef6ad0 3 minutes ago 178MB [2026-03-16T02:59:09.464Z] security-spire-agent latest 64d94f0587ed 3 minutes ago 237MB [2026-03-16T02:59:09.464Z] security-spire-config latest bb59245fb513 3 minutes ago 177MB [2026-03-16T02:59:09.464Z] ci-base-image-x86_64 latest e63caba3cbd9 6 minutes ago 996MB [2026-03-16T02:59:09.464Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 5 months ago 636MB [2026-03-16T02:59:09.464Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 9 months ago 573MB [2026-03-16T02:59:09.464Z] 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-16T02:59:09.585Z] provisioning config files... [2026-03-16T02:59:09.593Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config16294193910077655382tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-16T02:59:09.890Z] ---> ****-login.sh [2026-03-16T02:59:09.890Z] nexus3.edgexfoundry.org:10001 [2026-03-16T02:59:09.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:59:09.890Z] Login Succeeded [2026-03-16T02:59:09.890Z] nexus3.edgexfoundry.org:10002 [2026-03-16T02:59:09.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:59:09.890Z] Login Succeeded [2026-03-16T02:59:09.890Z] nexus3.edgexfoundry.org:10003 [2026-03-16T02:59:10.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:59:10.148Z] Login Succeeded [2026-03-16T02:59:10.148Z] nexus3.edgexfoundry.org:10004 [2026-03-16T02:59:10.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:59:10.148Z] Login Succeeded [2026-03-16T02:59:10.148Z] ****.io [2026-03-16T02:59:10.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T02:59:10.408Z] Login Succeeded [2026-03-16T02:59:10.408Z] ---> ****-login.sh ends [Pipeline] } [2026-03-16T02:59:10.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:10.461Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-16T02:59:10.497Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2026-03-16T02:59:10.497Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:10.497Z] latest [2026-03-16T02:59:10.497Z] 4.1.0-dev.103 [2026-03-16T02:59:10.497Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:10.497Z] main [2026-03-16T02:59:10.497Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:10.837Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:11.146Z] + docker push nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:11.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-16T02:59:11.146Z] 0a1e099c451e: Preparing [2026-03-16T02:59:11.146Z] 6fc691e70839: Preparing [2026-03-16T02:59:11.146Z] 89404c26569a: Preparing [2026-03-16T02:59:11.146Z] 060e78f6309b: Preparing [2026-03-16T02:59:11.146Z] c9937616bfe0: Preparing [2026-03-16T02:59:11.146Z] f0c057abb844: Preparing [2026-03-16T02:59:11.146Z] cce92674e987: Preparing [2026-03-16T02:59:11.146Z] f0c057abb844: Waiting [2026-03-16T02:59:11.146Z] cce92674e987: Waiting [2026-03-16T02:59:11.146Z] c9937616bfe0: Pushed [2026-03-16T02:59:11.146Z] 89404c26569a: Pushed [2026-03-16T02:59:11.146Z] 0a1e099c451e: Pushed [2026-03-16T02:59:11.146Z] 060e78f6309b: Pushed [2026-03-16T02:59:11.146Z] cce92674e987: Layer already exists [2026-03-16T02:59:11.146Z] f0c057abb844: Pushed [2026-03-16T02:59:14.429Z] 6fc691e70839: Pushed [2026-03-16T02:59:14.429Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:14.757Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:15.076Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-16T02:59:15.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-16T02:59:15.076Z] 0a1e099c451e: Preparing [2026-03-16T02:59:15.076Z] 6fc691e70839: Preparing [2026-03-16T02:59:15.076Z] 89404c26569a: Preparing [2026-03-16T02:59:15.076Z] 060e78f6309b: Preparing [2026-03-16T02:59:15.076Z] c9937616bfe0: Preparing [2026-03-16T02:59:15.076Z] f0c057abb844: Preparing [2026-03-16T02:59:15.076Z] cce92674e987: Preparing [2026-03-16T02:59:15.076Z] f0c057abb844: Waiting [2026-03-16T02:59:15.076Z] cce92674e987: Waiting [2026-03-16T02:59:15.076Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:15.076Z] 0a1e099c451e: Layer already exists [2026-03-16T02:59:15.076Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:15.076Z] 6fc691e70839: Layer already exists [2026-03-16T02:59:15.076Z] 89404c26569a: Layer already exists [2026-03-16T02:59:15.076Z] f0c057abb844: Layer already exists [2026-03-16T02:59:15.076Z] cce92674e987: Layer already exists [2026-03-16T02:59:15.076Z] latest: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:15.400Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:15.730Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 [2026-03-16T02:59:15.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-16T02:59:15.730Z] 0a1e099c451e: Preparing [2026-03-16T02:59:15.730Z] 6fc691e70839: Preparing [2026-03-16T02:59:15.730Z] 89404c26569a: Preparing [2026-03-16T02:59:15.730Z] 060e78f6309b: Preparing [2026-03-16T02:59:15.730Z] c9937616bfe0: Preparing [2026-03-16T02:59:15.730Z] f0c057abb844: Preparing [2026-03-16T02:59:15.730Z] cce92674e987: Preparing [2026-03-16T02:59:15.730Z] f0c057abb844: Waiting [2026-03-16T02:59:15.730Z] cce92674e987: Waiting [2026-03-16T02:59:15.730Z] 6fc691e70839: Layer already exists [2026-03-16T02:59:15.730Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:15.730Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:15.730Z] 0a1e099c451e: Layer already exists [2026-03-16T02:59:15.730Z] 89404c26569a: Layer already exists [2026-03-16T02:59:15.730Z] f0c057abb844: Layer already exists [2026-03-16T02:59:15.730Z] cce92674e987: Layer already exists [2026-03-16T02:59:15.730Z] 4.1.0-dev.103: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:16.053Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:16.369Z] + docker push nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:16.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-16T02:59:16.369Z] 0a1e099c451e: Preparing [2026-03-16T02:59:16.369Z] 6fc691e70839: Preparing [2026-03-16T02:59:16.369Z] 89404c26569a: Preparing [2026-03-16T02:59:16.369Z] 060e78f6309b: Preparing [2026-03-16T02:59:16.369Z] c9937616bfe0: Preparing [2026-03-16T02:59:16.369Z] f0c057abb844: Preparing [2026-03-16T02:59:16.369Z] cce92674e987: Preparing [2026-03-16T02:59:16.369Z] f0c057abb844: Waiting [2026-03-16T02:59:16.369Z] cce92674e987: Waiting [2026-03-16T02:59:16.369Z] 0a1e099c451e: Layer already exists [2026-03-16T02:59:16.369Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:16.369Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:16.369Z] 89404c26569a: Layer already exists [2026-03-16T02:59:16.369Z] 6fc691e70839: Layer already exists [2026-03-16T02:59:16.369Z] f0c057abb844: Layer already exists [2026-03-16T02:59:16.369Z] cce92674e987: Layer already exists [2026-03-16T02:59:16.369Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:16.686Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:17.000Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2026-03-16T02:59:17.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-03-16T02:59:17.000Z] 0a1e099c451e: Preparing [2026-03-16T02:59:17.000Z] 6fc691e70839: Preparing [2026-03-16T02:59:17.000Z] 89404c26569a: Preparing [2026-03-16T02:59:17.000Z] 060e78f6309b: Preparing [2026-03-16T02:59:17.000Z] c9937616bfe0: Preparing [2026-03-16T02:59:17.000Z] f0c057abb844: Preparing [2026-03-16T02:59:17.000Z] cce92674e987: Preparing [2026-03-16T02:59:17.000Z] f0c057abb844: Waiting [2026-03-16T02:59:17.000Z] cce92674e987: Waiting [2026-03-16T02:59:17.000Z] 89404c26569a: Layer already exists [2026-03-16T02:59:17.000Z] 0a1e099c451e: Layer already exists [2026-03-16T02:59:17.000Z] 6fc691e70839: Layer already exists [2026-03-16T02:59:17.000Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:17.000Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:17.000Z] f0c057abb844: Layer already exists [2026-03-16T02:59:17.000Z] cce92674e987: Layer already exists [2026-03-16T02:59:17.000Z] main: digest: sha256:546c614b88705b497c2c3e58ec4f940c4792be6313d93aa49b3d2f26bda2b393 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:17.084Z] ===================================================== [Pipeline] echo [2026-03-16T02:59:17.092Z] taggedImages: [2026-03-16T02:59:17.092Z] - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:17.092Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-16T02:59:17.092Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 [2026-03-16T02:59:17.092Z] - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:17.092Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2026-03-16T02:59:17.112Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2026-03-16T02:59:17.112Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:17.112Z] latest [2026-03-16T02:59:17.112Z] 4.1.0-dev.103 [2026-03-16T02:59:17.112Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:17.112Z] main [2026-03-16T02:59:17.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:17.449Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:17.755Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:17.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-16T02:59:17.755Z] fdd2b2ec9024: Preparing [2026-03-16T02:59:17.755Z] 02026ab4a499: Preparing [2026-03-16T02:59:17.755Z] a0607b0bb655: Preparing [2026-03-16T02:59:17.755Z] 9bc7f0888338: Preparing [2026-03-16T02:59:17.755Z] 89404c26569a: Preparing [2026-03-16T02:59:17.755Z] 060e78f6309b: Preparing [2026-03-16T02:59:17.755Z] c9937616bfe0: Preparing [2026-03-16T02:59:17.755Z] f0c057abb844: Preparing [2026-03-16T02:59:17.755Z] cce92674e987: Preparing [2026-03-16T02:59:17.755Z] 060e78f6309b: Waiting [2026-03-16T02:59:17.755Z] c9937616bfe0: Waiting [2026-03-16T02:59:17.755Z] f0c057abb844: Waiting [2026-03-16T02:59:17.755Z] cce92674e987: Waiting [2026-03-16T02:59:17.755Z] 89404c26569a: Layer already exists [2026-03-16T02:59:17.755Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:17.755Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:17.755Z] f0c057abb844: Layer already exists [2026-03-16T02:59:17.755Z] cce92674e987: Layer already exists [2026-03-16T02:59:17.755Z] fdd2b2ec9024: Pushed [2026-03-16T02:59:17.755Z] 02026ab4a499: Pushed [2026-03-16T02:59:17.755Z] a0607b0bb655: Pushed [2026-03-16T02:59:19.130Z] 9bc7f0888338: Pushed [2026-03-16T02:59:19.130Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:19.438Z] + 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-16T02:59:19.747Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-16T02:59:19.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-16T02:59:19.747Z] fdd2b2ec9024: Preparing [2026-03-16T02:59:19.747Z] 02026ab4a499: Preparing [2026-03-16T02:59:19.747Z] a0607b0bb655: Preparing [2026-03-16T02:59:19.747Z] 9bc7f0888338: Preparing [2026-03-16T02:59:19.747Z] 89404c26569a: Preparing [2026-03-16T02:59:19.747Z] 060e78f6309b: Preparing [2026-03-16T02:59:19.747Z] c9937616bfe0: Preparing [2026-03-16T02:59:19.747Z] f0c057abb844: Preparing [2026-03-16T02:59:19.747Z] cce92674e987: Preparing [2026-03-16T02:59:19.747Z] c9937616bfe0: Waiting [2026-03-16T02:59:19.747Z] f0c057abb844: Waiting [2026-03-16T02:59:19.747Z] cce92674e987: Waiting [2026-03-16T02:59:19.747Z] 060e78f6309b: Waiting [2026-03-16T02:59:19.747Z] 9bc7f0888338: Layer already exists [2026-03-16T02:59:19.747Z] 89404c26569a: Layer already exists [2026-03-16T02:59:19.747Z] 02026ab4a499: Layer already exists [2026-03-16T02:59:19.747Z] a0607b0bb655: Layer already exists [2026-03-16T02:59:19.747Z] fdd2b2ec9024: Layer already exists [2026-03-16T02:59:19.747Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:19.747Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:19.747Z] f0c057abb844: Layer already exists [2026-03-16T02:59:19.747Z] cce92674e987: Layer already exists [2026-03-16T02:59:19.747Z] latest: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:20.061Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:20.372Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 [2026-03-16T02:59:20.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-16T02:59:20.372Z] fdd2b2ec9024: Preparing [2026-03-16T02:59:20.372Z] 02026ab4a499: Preparing [2026-03-16T02:59:20.372Z] a0607b0bb655: Preparing [2026-03-16T02:59:20.372Z] 9bc7f0888338: Preparing [2026-03-16T02:59:20.372Z] 89404c26569a: Preparing [2026-03-16T02:59:20.372Z] 060e78f6309b: Preparing [2026-03-16T02:59:20.372Z] c9937616bfe0: Preparing [2026-03-16T02:59:20.372Z] f0c057abb844: Preparing [2026-03-16T02:59:20.372Z] cce92674e987: Preparing [2026-03-16T02:59:20.372Z] 060e78f6309b: Waiting [2026-03-16T02:59:20.372Z] c9937616bfe0: Waiting [2026-03-16T02:59:20.372Z] f0c057abb844: Waiting [2026-03-16T02:59:20.372Z] a0607b0bb655: Layer already exists [2026-03-16T02:59:20.372Z] 89404c26569a: Layer already exists [2026-03-16T02:59:20.372Z] 02026ab4a499: Layer already exists [2026-03-16T02:59:20.372Z] 9bc7f0888338: Layer already exists [2026-03-16T02:59:20.372Z] fdd2b2ec9024: Layer already exists [2026-03-16T02:59:20.372Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:20.372Z] f0c057abb844: Layer already exists [2026-03-16T02:59:20.372Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:20.372Z] cce92674e987: Layer already exists [2026-03-16T02:59:20.372Z] 4.1.0-dev.103: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:20.691Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:21.009Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:21.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-16T02:59:21.009Z] fdd2b2ec9024: Preparing [2026-03-16T02:59:21.009Z] 02026ab4a499: Preparing [2026-03-16T02:59:21.009Z] a0607b0bb655: Preparing [2026-03-16T02:59:21.009Z] 9bc7f0888338: Preparing [2026-03-16T02:59:21.009Z] 89404c26569a: Preparing [2026-03-16T02:59:21.009Z] 060e78f6309b: Preparing [2026-03-16T02:59:21.009Z] c9937616bfe0: Preparing [2026-03-16T02:59:21.009Z] f0c057abb844: Preparing [2026-03-16T02:59:21.009Z] cce92674e987: Preparing [2026-03-16T02:59:21.009Z] 060e78f6309b: Waiting [2026-03-16T02:59:21.009Z] c9937616bfe0: Waiting [2026-03-16T02:59:21.009Z] f0c057abb844: Waiting [2026-03-16T02:59:21.009Z] cce92674e987: Waiting [2026-03-16T02:59:21.009Z] fdd2b2ec9024: Layer already exists [2026-03-16T02:59:21.009Z] 9bc7f0888338: Layer already exists [2026-03-16T02:59:21.009Z] 89404c26569a: Layer already exists [2026-03-16T02:59:21.009Z] a0607b0bb655: Layer already exists [2026-03-16T02:59:21.009Z] 02026ab4a499: Layer already exists [2026-03-16T02:59:21.009Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:21.009Z] f0c057abb844: Layer already exists [2026-03-16T02:59:21.009Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:21.009Z] cce92674e987: Layer already exists [2026-03-16T02:59:21.009Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:21.337Z] + 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-16T02:59:21.646Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-16T02:59:21.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-03-16T02:59:21.646Z] fdd2b2ec9024: Preparing [2026-03-16T02:59:21.646Z] 02026ab4a499: Preparing [2026-03-16T02:59:21.646Z] a0607b0bb655: Preparing [2026-03-16T02:59:21.646Z] 9bc7f0888338: Preparing [2026-03-16T02:59:21.646Z] 89404c26569a: Preparing [2026-03-16T02:59:21.646Z] 060e78f6309b: Preparing [2026-03-16T02:59:21.646Z] c9937616bfe0: Preparing [2026-03-16T02:59:21.646Z] f0c057abb844: Preparing [2026-03-16T02:59:21.646Z] cce92674e987: Preparing [2026-03-16T02:59:21.646Z] 060e78f6309b: Waiting [2026-03-16T02:59:21.646Z] c9937616bfe0: Waiting [2026-03-16T02:59:21.646Z] f0c057abb844: Waiting [2026-03-16T02:59:21.646Z] cce92674e987: Waiting [2026-03-16T02:59:21.646Z] fdd2b2ec9024: Layer already exists [2026-03-16T02:59:21.646Z] 02026ab4a499: Layer already exists [2026-03-16T02:59:21.646Z] 9bc7f0888338: Layer already exists [2026-03-16T02:59:21.646Z] a0607b0bb655: Layer already exists [2026-03-16T02:59:21.646Z] 89404c26569a: Layer already exists [2026-03-16T02:59:21.646Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:21.646Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:21.646Z] cce92674e987: Layer already exists [2026-03-16T02:59:21.646Z] f0c057abb844: Layer already exists [2026-03-16T02:59:21.646Z] main: digest: sha256:af996678f0ae759e1efc808a153738d1266f01f1e3202b35adfbc17a3e1b240c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:21.700Z] ===================================================== [Pipeline] echo [2026-03-16T02:59:21.709Z] taggedImages: [2026-03-16T02:59:21.709Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:21.709Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-16T02:59:21.709Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 [2026-03-16T02:59:21.709Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:21.709Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2026-03-16T02:59:21.728Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2026-03-16T02:59:21.728Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:21.728Z] latest [2026-03-16T02:59:21.728Z] 4.1.0-dev.103 [2026-03-16T02:59:21.728Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:21.728Z] main [2026-03-16T02:59:21.728Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:22.041Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:22.445Z] + docker push nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:22.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-16T02:59:22.445Z] 46b3fad3fdb1: Preparing [2026-03-16T02:59:22.445Z] 08e00562b8d3: Preparing [2026-03-16T02:59:22.445Z] 89404c26569a: Preparing [2026-03-16T02:59:22.445Z] 060e78f6309b: Preparing [2026-03-16T02:59:22.445Z] c9937616bfe0: Preparing [2026-03-16T02:59:22.445Z] 488303c5d59f: Preparing [2026-03-16T02:59:22.445Z] cce92674e987: Preparing [2026-03-16T02:59:22.445Z] cce92674e987: Waiting [2026-03-16T02:59:22.445Z] 488303c5d59f: Waiting [2026-03-16T02:59:22.445Z] 89404c26569a: Layer already exists [2026-03-16T02:59:22.445Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:22.445Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:22.445Z] cce92674e987: Layer already exists [2026-03-16T02:59:22.445Z] 46b3fad3fdb1: Pushed [2026-03-16T02:59:22.445Z] 488303c5d59f: Pushed [2026-03-16T02:59:25.701Z] #85 ... [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #90 DONE 127.6s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #80 DONE 136.2s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #78 DONE 137.8s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #119 [core-keeper builder 7/8] COPY . . [2026-03-16T02:59:25.701Z] #119 ... [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #85 DONE 134.7s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #94 DONE 117.2s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #86 DONE 134.1s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #120 ... [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #119 [core-keeper builder 7/8] COPY . . [2026-03-16T02:59:25.701Z] #119 DONE 2.1s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #121 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:59:25.701Z] #121 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #122 [security-proxy-setup builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #122 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #123 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:59:25.701Z] #124 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #125 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #126 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #127 [security-bootstrapper builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #127 DONE 2.0s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #128 [support-scheduler builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #128 DONE 2.2s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #129 [support-notifications builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #129 DONE 2.2s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #130 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:59:25.701Z] #130 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #131 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #132 [core-command builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #132 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #133 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #134 [security-proxy-auth builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #134 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:59:25.701Z] #135 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #136 [core-metadata builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #136 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #137 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:59:25.701Z] #138 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #139 [core-data builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #139 DONE 2.1s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #120 DONE 2.2s [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #140 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-03-16T02:59:25.701Z] #140 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-03-16T02:59:25.701Z] #141 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-03-16T02:59:25.701Z] #142 CACHED [2026-03-16T02:59:25.701Z] [2026-03-16T02:59:25.701Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T02:59:26.252Z] 08e00562b8d3: Pushed [2026-03-16T02:59:26.538Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:26.845Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:27.152Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-16T02:59:27.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-16T02:59:27.152Z] 46b3fad3fdb1: Preparing [2026-03-16T02:59:27.152Z] 08e00562b8d3: Preparing [2026-03-16T02:59:27.152Z] 89404c26569a: Preparing [2026-03-16T02:59:27.152Z] 060e78f6309b: Preparing [2026-03-16T02:59:27.152Z] c9937616bfe0: Preparing [2026-03-16T02:59:27.152Z] 488303c5d59f: Preparing [2026-03-16T02:59:27.152Z] cce92674e987: Preparing [2026-03-16T02:59:27.152Z] 488303c5d59f: Waiting [2026-03-16T02:59:27.152Z] cce92674e987: Waiting [2026-03-16T02:59:27.152Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:27.152Z] 08e00562b8d3: Layer already exists [2026-03-16T02:59:27.152Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:27.152Z] 46b3fad3fdb1: Layer already exists [2026-03-16T02:59:27.152Z] 89404c26569a: Layer already exists [2026-03-16T02:59:27.152Z] 488303c5d59f: Layer already exists [2026-03-16T02:59:27.152Z] cce92674e987: Layer already exists [2026-03-16T02:59:27.152Z] latest: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:27.457Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:27.770Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 [2026-03-16T02:59:27.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-16T02:59:27.770Z] 46b3fad3fdb1: Preparing [2026-03-16T02:59:27.770Z] 08e00562b8d3: Preparing [2026-03-16T02:59:27.770Z] 89404c26569a: Preparing [2026-03-16T02:59:27.770Z] 060e78f6309b: Preparing [2026-03-16T02:59:27.770Z] c9937616bfe0: Preparing [2026-03-16T02:59:27.770Z] 488303c5d59f: Preparing [2026-03-16T02:59:27.770Z] cce92674e987: Preparing [2026-03-16T02:59:27.770Z] 488303c5d59f: Waiting [2026-03-16T02:59:27.770Z] cce92674e987: Waiting [2026-03-16T02:59:27.770Z] 46b3fad3fdb1: Layer already exists [2026-03-16T02:59:27.770Z] 89404c26569a: Layer already exists [2026-03-16T02:59:27.770Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:27.770Z] 08e00562b8d3: Layer already exists [2026-03-16T02:59:27.770Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:27.770Z] cce92674e987: Layer already exists [2026-03-16T02:59:27.770Z] 488303c5d59f: Layer already exists [2026-03-16T02:59:27.770Z] 4.1.0-dev.103: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:28.083Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:28.392Z] + docker push nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:28.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-16T02:59:28.392Z] 46b3fad3fdb1: Preparing [2026-03-16T02:59:28.392Z] 08e00562b8d3: Preparing [2026-03-16T02:59:28.392Z] 89404c26569a: Preparing [2026-03-16T02:59:28.392Z] 060e78f6309b: Preparing [2026-03-16T02:59:28.392Z] c9937616bfe0: Preparing [2026-03-16T02:59:28.392Z] 488303c5d59f: Preparing [2026-03-16T02:59:28.392Z] cce92674e987: Preparing [2026-03-16T02:59:28.392Z] 488303c5d59f: Waiting [2026-03-16T02:59:28.392Z] cce92674e987: Waiting [2026-03-16T02:59:28.392Z] 08e00562b8d3: Layer already exists [2026-03-16T02:59:28.392Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:28.392Z] 89404c26569a: Layer already exists [2026-03-16T02:59:28.392Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:28.392Z] 46b3fad3fdb1: Layer already exists [2026-03-16T02:59:28.392Z] cce92674e987: Layer already exists [2026-03-16T02:59:28.392Z] 488303c5d59f: Layer already exists [2026-03-16T02:59:28.392Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:28.709Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:29.027Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2026-03-16T02:59:29.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-03-16T02:59:29.027Z] 46b3fad3fdb1: Preparing [2026-03-16T02:59:29.027Z] 08e00562b8d3: Preparing [2026-03-16T02:59:29.027Z] 89404c26569a: Preparing [2026-03-16T02:59:29.027Z] 060e78f6309b: Preparing [2026-03-16T02:59:29.027Z] c9937616bfe0: Preparing [2026-03-16T02:59:29.027Z] 488303c5d59f: Preparing [2026-03-16T02:59:29.027Z] cce92674e987: Preparing [2026-03-16T02:59:29.027Z] 488303c5d59f: Waiting [2026-03-16T02:59:29.027Z] cce92674e987: Waiting [2026-03-16T02:59:29.027Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:29.027Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:29.027Z] 46b3fad3fdb1: Layer already exists [2026-03-16T02:59:29.027Z] 89404c26569a: Layer already exists [2026-03-16T02:59:29.027Z] 08e00562b8d3: Layer already exists [2026-03-16T02:59:29.028Z] 488303c5d59f: Layer already exists [2026-03-16T02:59:29.028Z] cce92674e987: Layer already exists [2026-03-16T02:59:29.028Z] main: digest: sha256:a41ead957299ca2a7668411da5ede792b11f8acfda6e0ddb6aebc27461a307d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:29.081Z] ===================================================== [Pipeline] echo [2026-03-16T02:59:29.091Z] taggedImages: [2026-03-16T02:59:29.091Z] - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:29.091Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-16T02:59:29.091Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 [2026-03-16T02:59:29.091Z] - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:29.091Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2026-03-16T02:59:29.109Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2026-03-16T02:59:29.109Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:29.109Z] latest [2026-03-16T02:59:29.109Z] 4.1.0-dev.103 [2026-03-16T02:59:29.109Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:29.109Z] main [2026-03-16T02:59:29.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:29.422Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:29.726Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:29.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-16T02:59:29.726Z] bdced50d2544: Preparing [2026-03-16T02:59:29.726Z] df6a852fe7c2: Preparing [2026-03-16T02:59:29.726Z] 060e78f6309b: Preparing [2026-03-16T02:59:29.726Z] 1c3fe18ebb5b: Preparing [2026-03-16T02:59:29.726Z] 173c0d6d30a2: Preparing [2026-03-16T02:59:29.726Z] cce92674e987: Preparing [2026-03-16T02:59:29.726Z] cce92674e987: Waiting [2026-03-16T02:59:29.726Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:29.726Z] cce92674e987: Layer already exists [2026-03-16T02:59:29.726Z] 1c3fe18ebb5b: Pushed [2026-03-16T02:59:29.726Z] 173c0d6d30a2: Pushed [2026-03-16T02:59:29.726Z] bdced50d2544: Pushed [2026-03-16T02:59:31.068Z] #143 ... [2026-03-16T02:59:31.068Z] [2026-03-16T02:59:31.068Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-16T02:59:31.068Z] #0 4.713 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-03-16T02:59:31.068Z] #144 ... [2026-03-16T02:59:31.068Z] [2026-03-16T02:59:31.068Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-16T02:59:31.068Z] #0 5.551 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-03-16T02:59:31.068Z] #145 ... [2026-03-16T02:59:31.068Z] [2026-03-16T02:59:31.068Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T02:59:31.068Z] #143 6.149 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-03-16T02:59:33.940Z] df6a852fe7c2: Pushed [2026-03-16T02:59:33.940Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:34.360Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:34.667Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-16T02:59:34.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-16T02:59:34.667Z] bdced50d2544: Preparing [2026-03-16T02:59:34.667Z] df6a852fe7c2: Preparing [2026-03-16T02:59:34.667Z] 060e78f6309b: Preparing [2026-03-16T02:59:34.667Z] 1c3fe18ebb5b: Preparing [2026-03-16T02:59:34.667Z] 173c0d6d30a2: Preparing [2026-03-16T02:59:34.667Z] cce92674e987: Preparing [2026-03-16T02:59:34.667Z] cce92674e987: Waiting [2026-03-16T02:59:34.667Z] df6a852fe7c2: Layer already exists [2026-03-16T02:59:34.667Z] 173c0d6d30a2: Layer already exists [2026-03-16T02:59:34.667Z] bdced50d2544: Layer already exists [2026-03-16T02:59:34.667Z] 1c3fe18ebb5b: Layer already exists [2026-03-16T02:59:34.667Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:34.667Z] cce92674e987: Layer already exists [2026-03-16T02:59:34.667Z] latest: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:34.987Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:35.294Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 [2026-03-16T02:59:35.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-16T02:59:35.294Z] bdced50d2544: Preparing [2026-03-16T02:59:35.294Z] df6a852fe7c2: Preparing [2026-03-16T02:59:35.294Z] 060e78f6309b: Preparing [2026-03-16T02:59:35.294Z] 1c3fe18ebb5b: Preparing [2026-03-16T02:59:35.294Z] 173c0d6d30a2: Preparing [2026-03-16T02:59:35.294Z] cce92674e987: Preparing [2026-03-16T02:59:35.294Z] cce92674e987: Waiting [2026-03-16T02:59:35.294Z] bdced50d2544: Layer already exists [2026-03-16T02:59:35.294Z] 173c0d6d30a2: Layer already exists [2026-03-16T02:59:35.294Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:35.294Z] df6a852fe7c2: Layer already exists [2026-03-16T02:59:35.294Z] 1c3fe18ebb5b: Layer already exists [2026-03-16T02:59:35.294Z] cce92674e987: Layer already exists [2026-03-16T02:59:35.294Z] 4.1.0-dev.103: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:35.346Z] #143 ... [2026-03-16T02:59:35.346Z] [2026-03-16T02:59:35.346Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-16T02:59:35.346Z] #0 4.778 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-03-16T02:59:35.346Z] #146 ... [2026-03-16T02:59:35.346Z] [2026-03-16T02:59:35.346Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-16T02:59:35.346Z] #0 4.943 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-03-16T02:59:35.346Z] #147 ... [2026-03-16T02:59:35.346Z] [2026-03-16T02:59:35.346Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T02:59:35.346Z] #0 6.308 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-03-16T02:59:35.346Z] #148 ... [2026-03-16T02:59:35.346Z] [2026-03-16T02:59:35.346Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T02:59:35.346Z] #0 6.474 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-03-16T02:59:35.346Z] #149 ... [2026-03-16T02:59:35.346Z] [2026-03-16T02:59:35.346Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-16T02:59:35.346Z] #0 6.460 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-03-16T02:59:35.607Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:35.612Z] #150 ... [2026-03-16T02:59:35.612Z] [2026-03-16T02:59:35.612Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-16T02:59:35.612Z] #0 5.523 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-03-16T02:59:35.612Z] #151 ... [2026-03-16T02:59:35.612Z] [2026-03-16T02:59:35.612Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T02:59:35.612Z] #0 5.425 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:35.915Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:35.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-16T02:59:35.915Z] bdced50d2544: Preparing [2026-03-16T02:59:35.915Z] df6a852fe7c2: Preparing [2026-03-16T02:59:35.915Z] 060e78f6309b: Preparing [2026-03-16T02:59:35.915Z] 1c3fe18ebb5b: Preparing [2026-03-16T02:59:35.915Z] 173c0d6d30a2: Preparing [2026-03-16T02:59:35.915Z] cce92674e987: Preparing [2026-03-16T02:59:35.915Z] cce92674e987: Waiting [2026-03-16T02:59:35.915Z] 1c3fe18ebb5b: Layer already exists [2026-03-16T02:59:35.915Z] bdced50d2544: Layer already exists [2026-03-16T02:59:35.915Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:35.915Z] 173c0d6d30a2: Layer already exists [2026-03-16T02:59:35.915Z] df6a852fe7c2: Layer already exists [2026-03-16T02:59:35.915Z] cce92674e987: Layer already exists [2026-03-16T02:59:35.915Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:35.961Z] #152 ... [2026-03-16T02:59:35.961Z] [2026-03-16T02:59:35.961Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-16T02:59:35.961Z] #0 5.410 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-03-16T02:59:35.961Z] #153 ... [2026-03-16T02:59:35.961Z] [2026-03-16T02:59:35.961Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-03-16T02:59:35.961Z] #0 6.262 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-03-16T02:59:36.226Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:36.539Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-16T02:59:36.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-03-16T02:59:36.539Z] bdced50d2544: Preparing [2026-03-16T02:59:36.539Z] df6a852fe7c2: Preparing [2026-03-16T02:59:36.539Z] 060e78f6309b: Preparing [2026-03-16T02:59:36.539Z] 1c3fe18ebb5b: Preparing [2026-03-16T02:59:36.539Z] 173c0d6d30a2: Preparing [2026-03-16T02:59:36.539Z] cce92674e987: Preparing [2026-03-16T02:59:36.539Z] cce92674e987: Waiting [2026-03-16T02:59:36.539Z] bdced50d2544: Layer already exists [2026-03-16T02:59:36.539Z] df6a852fe7c2: Layer already exists [2026-03-16T02:59:36.539Z] 1c3fe18ebb5b: Layer already exists [2026-03-16T02:59:36.539Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:36.539Z] 173c0d6d30a2: Layer already exists [2026-03-16T02:59:36.539Z] cce92674e987: Layer already exists [2026-03-16T02:59:36.539Z] main: digest: sha256:925e7019e6a5d571fb1082baee86e401dfaa0e934fa30ddd4f6fae0a955b2e72 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:36.603Z] ===================================================== [Pipeline] echo [2026-03-16T02:59:36.615Z] taggedImages: [2026-03-16T02:59:36.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:36.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-16T02:59:36.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 [2026-03-16T02:59:36.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:36.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2026-03-16T02:59:36.634Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2026-03-16T02:59:36.634Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:36.634Z] latest [2026-03-16T02:59:36.634Z] 4.1.0-dev.103 [2026-03-16T02:59:36.634Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:36.634Z] main [2026-03-16T02:59:36.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:36.960Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:37.271Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:37.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-16T02:59:37.271Z] 6f38b8b264e3: Preparing [2026-03-16T02:59:37.271Z] 6692cf99c71d: Preparing [2026-03-16T02:59:37.271Z] 11a05dfd047a: Preparing [2026-03-16T02:59:37.271Z] 89404c26569a: Preparing [2026-03-16T02:59:37.271Z] 060e78f6309b: Preparing [2026-03-16T02:59:37.271Z] c9937616bfe0: Preparing [2026-03-16T02:59:37.271Z] f0c057abb844: Preparing [2026-03-16T02:59:37.271Z] cce92674e987: Preparing [2026-03-16T02:59:37.271Z] c9937616bfe0: Waiting [2026-03-16T02:59:37.271Z] f0c057abb844: Waiting [2026-03-16T02:59:37.271Z] cce92674e987: Waiting [2026-03-16T02:59:37.271Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:37.271Z] 89404c26569a: Layer already exists [2026-03-16T02:59:37.271Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:37.271Z] f0c057abb844: Layer already exists [2026-03-16T02:59:37.271Z] cce92674e987: Layer already exists [2026-03-16T02:59:37.271Z] 6692cf99c71d: Pushed [2026-03-16T02:59:37.271Z] 6f38b8b264e3: Pushed [2026-03-16T02:59:41.460Z] 11a05dfd047a: Pushed [2026-03-16T02:59:41.460Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:41.781Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:42.100Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-16T02:59:42.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-16T02:59:42.100Z] 6f38b8b264e3: Preparing [2026-03-16T02:59:42.100Z] 6692cf99c71d: Preparing [2026-03-16T02:59:42.100Z] 11a05dfd047a: Preparing [2026-03-16T02:59:42.100Z] 89404c26569a: Preparing [2026-03-16T02:59:42.100Z] 060e78f6309b: Preparing [2026-03-16T02:59:42.100Z] c9937616bfe0: Preparing [2026-03-16T02:59:42.100Z] f0c057abb844: Preparing [2026-03-16T02:59:42.100Z] cce92674e987: Preparing [2026-03-16T02:59:42.100Z] c9937616bfe0: Waiting [2026-03-16T02:59:42.100Z] f0c057abb844: Waiting [2026-03-16T02:59:42.100Z] cce92674e987: Waiting [2026-03-16T02:59:42.100Z] 6f38b8b264e3: Layer already exists [2026-03-16T02:59:42.100Z] 11a05dfd047a: Layer already exists [2026-03-16T02:59:42.100Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:42.100Z] 6692cf99c71d: Layer already exists [2026-03-16T02:59:42.100Z] 89404c26569a: Layer already exists [2026-03-16T02:59:42.100Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:42.100Z] cce92674e987: Layer already exists [2026-03-16T02:59:42.100Z] f0c057abb844: Layer already exists [2026-03-16T02:59:42.100Z] latest: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:42.419Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:42.735Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 [2026-03-16T02:59:42.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-16T02:59:42.735Z] 6f38b8b264e3: Preparing [2026-03-16T02:59:42.735Z] 6692cf99c71d: Preparing [2026-03-16T02:59:42.735Z] 11a05dfd047a: Preparing [2026-03-16T02:59:42.735Z] 89404c26569a: Preparing [2026-03-16T02:59:42.735Z] 060e78f6309b: Preparing [2026-03-16T02:59:42.735Z] c9937616bfe0: Preparing [2026-03-16T02:59:42.735Z] f0c057abb844: Preparing [2026-03-16T02:59:42.735Z] cce92674e987: Preparing [2026-03-16T02:59:42.735Z] c9937616bfe0: Waiting [2026-03-16T02:59:42.735Z] f0c057abb844: Waiting [2026-03-16T02:59:42.735Z] cce92674e987: Waiting [2026-03-16T02:59:42.735Z] 11a05dfd047a: Layer already exists [2026-03-16T02:59:42.735Z] 6692cf99c71d: Layer already exists [2026-03-16T02:59:42.735Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:42.735Z] 6f38b8b264e3: Layer already exists [2026-03-16T02:59:42.735Z] 89404c26569a: Layer already exists [2026-03-16T02:59:42.735Z] f0c057abb844: Layer already exists [2026-03-16T02:59:42.735Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:42.735Z] cce92674e987: Layer already exists [2026-03-16T02:59:42.735Z] 4.1.0-dev.103: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:43.048Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:43.364Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:43.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-16T02:59:43.364Z] 6f38b8b264e3: Preparing [2026-03-16T02:59:43.364Z] 6692cf99c71d: Preparing [2026-03-16T02:59:43.364Z] 11a05dfd047a: Preparing [2026-03-16T02:59:43.364Z] 89404c26569a: Preparing [2026-03-16T02:59:43.365Z] 060e78f6309b: Preparing [2026-03-16T02:59:43.365Z] c9937616bfe0: Preparing [2026-03-16T02:59:43.365Z] f0c057abb844: Preparing [2026-03-16T02:59:43.365Z] cce92674e987: Preparing [2026-03-16T02:59:43.365Z] c9937616bfe0: Waiting [2026-03-16T02:59:43.365Z] f0c057abb844: Waiting [2026-03-16T02:59:43.365Z] cce92674e987: Waiting [2026-03-16T02:59:43.365Z] 89404c26569a: Layer already exists [2026-03-16T02:59:43.365Z] 6f38b8b264e3: Layer already exists [2026-03-16T02:59:43.365Z] 6692cf99c71d: Layer already exists [2026-03-16T02:59:43.365Z] 11a05dfd047a: Layer already exists [2026-03-16T02:59:43.365Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:43.365Z] f0c057abb844: Layer already exists [2026-03-16T02:59:43.365Z] cce92674e987: Layer already exists [2026-03-16T02:59:43.365Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:43.365Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:43.689Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:44.005Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-16T02:59:44.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-03-16T02:59:44.005Z] 6f38b8b264e3: Preparing [2026-03-16T02:59:44.005Z] 6692cf99c71d: Preparing [2026-03-16T02:59:44.005Z] 11a05dfd047a: Preparing [2026-03-16T02:59:44.005Z] 89404c26569a: Preparing [2026-03-16T02:59:44.005Z] 060e78f6309b: Preparing [2026-03-16T02:59:44.005Z] c9937616bfe0: Preparing [2026-03-16T02:59:44.005Z] f0c057abb844: Preparing [2026-03-16T02:59:44.005Z] cce92674e987: Preparing [2026-03-16T02:59:44.005Z] c9937616bfe0: Waiting [2026-03-16T02:59:44.005Z] f0c057abb844: Waiting [2026-03-16T02:59:44.005Z] cce92674e987: Waiting [2026-03-16T02:59:44.005Z] 11a05dfd047a: Layer already exists [2026-03-16T02:59:44.005Z] 89404c26569a: Layer already exists [2026-03-16T02:59:44.005Z] 6692cf99c71d: Layer already exists [2026-03-16T02:59:44.005Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:44.005Z] 6f38b8b264e3: Layer already exists [2026-03-16T02:59:44.005Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:44.005Z] cce92674e987: Layer already exists [2026-03-16T02:59:44.005Z] f0c057abb844: Layer already exists [2026-03-16T02:59:44.005Z] main: digest: sha256:abea3a10e79ed7f997ec96b6cd3eee5d772e7b3f8726bb8b0b6a2027a9393ce1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:44.076Z] ===================================================== [Pipeline] echo [2026-03-16T02:59:44.088Z] taggedImages: [2026-03-16T02:59:44.088Z] - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:44.088Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-16T02:59:44.088Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 [2026-03-16T02:59:44.088Z] - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:44.088Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2026-03-16T02:59:44.112Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2026-03-16T02:59:44.112Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:44.112Z] latest [2026-03-16T02:59:44.112Z] 4.1.0-dev.103 [2026-03-16T02:59:44.112Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:44.112Z] main [2026-03-16T02:59:44.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:44.455Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:44.773Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:44.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-16T02:59:44.773Z] 1d49262cea27: Preparing [2026-03-16T02:59:44.773Z] 75d5094cff4e: Preparing [2026-03-16T02:59:44.773Z] 727db5f2f2df: Preparing [2026-03-16T02:59:44.773Z] 2a171cd4969c: Preparing [2026-03-16T02:59:44.773Z] 73e723d7abdf: Preparing [2026-03-16T02:59:44.773Z] 1952b7b7ede0: Preparing [2026-03-16T02:59:44.773Z] 8d633aec8f62: Preparing [2026-03-16T02:59:44.773Z] 89404c26569a: Preparing [2026-03-16T02:59:44.773Z] 060e78f6309b: Preparing [2026-03-16T02:59:44.773Z] bdb6dddd9200: Preparing [2026-03-16T02:59:44.773Z] 1dd96f234e82: Preparing [2026-03-16T02:59:44.773Z] 5f70bf18a086: Preparing [2026-03-16T02:59:44.773Z] 56a58e451f90: Preparing [2026-03-16T02:59:44.773Z] bd534128c25a: Preparing [2026-03-16T02:59:44.773Z] 283af5e90139: Preparing [2026-03-16T02:59:44.773Z] cce92674e987: Preparing [2026-03-16T02:59:44.773Z] 89404c26569a: Waiting [2026-03-16T02:59:44.773Z] 060e78f6309b: Waiting [2026-03-16T02:59:44.773Z] bdb6dddd9200: Waiting [2026-03-16T02:59:44.773Z] 1dd96f234e82: Waiting [2026-03-16T02:59:44.773Z] 5f70bf18a086: Waiting [2026-03-16T02:59:44.773Z] 56a58e451f90: Waiting [2026-03-16T02:59:44.773Z] bd534128c25a: Waiting [2026-03-16T02:59:44.773Z] 283af5e90139: Waiting [2026-03-16T02:59:44.773Z] cce92674e987: Waiting [2026-03-16T02:59:44.773Z] 1952b7b7ede0: Waiting [2026-03-16T02:59:44.773Z] 8d633aec8f62: Waiting [2026-03-16T02:59:44.773Z] 73e723d7abdf: Pushed [2026-03-16T02:59:44.773Z] 727db5f2f2df: Pushed [2026-03-16T02:59:44.773Z] 2a171cd4969c: Pushed [2026-03-16T02:59:44.773Z] 75d5094cff4e: Pushed [2026-03-16T02:59:44.773Z] 1d49262cea27: Pushed [2026-03-16T02:59:44.773Z] 89404c26569a: Layer already exists [2026-03-16T02:59:44.773Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:44.773Z] 5f70bf18a086: Layer already exists [2026-03-16T02:59:44.773Z] 1952b7b7ede0: Pushed [2026-03-16T02:59:45.032Z] bdb6dddd9200: Pushed [2026-03-16T02:59:45.032Z] 1dd96f234e82: Pushed [2026-03-16T02:59:45.032Z] bd534128c25a: Pushed [2026-03-16T02:59:45.032Z] 56a58e451f90: Pushed [2026-03-16T02:59:45.032Z] cce92674e987: Layer already exists [2026-03-16T02:59:45.032Z] 283af5e90139: Pushed [2026-03-16T02:59:46.406Z] 8d633aec8f62: Pushed [2026-03-16T02:59:46.406Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:46.723Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:47.036Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-16T02:59:47.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-16T02:59:47.036Z] 1d49262cea27: Preparing [2026-03-16T02:59:47.036Z] 75d5094cff4e: Preparing [2026-03-16T02:59:47.036Z] 727db5f2f2df: Preparing [2026-03-16T02:59:47.036Z] 2a171cd4969c: Preparing [2026-03-16T02:59:47.036Z] 73e723d7abdf: Preparing [2026-03-16T02:59:47.036Z] 1952b7b7ede0: Preparing [2026-03-16T02:59:47.036Z] 8d633aec8f62: Preparing [2026-03-16T02:59:47.036Z] 89404c26569a: Preparing [2026-03-16T02:59:47.036Z] 060e78f6309b: Preparing [2026-03-16T02:59:47.036Z] bdb6dddd9200: Preparing [2026-03-16T02:59:47.036Z] 1dd96f234e82: Preparing [2026-03-16T02:59:47.036Z] 5f70bf18a086: Preparing [2026-03-16T02:59:47.036Z] 8d633aec8f62: Waiting [2026-03-16T02:59:47.036Z] 56a58e451f90: Preparing [2026-03-16T02:59:47.036Z] 89404c26569a: Waiting [2026-03-16T02:59:47.036Z] bd534128c25a: Preparing [2026-03-16T02:59:47.036Z] 060e78f6309b: Waiting [2026-03-16T02:59:47.036Z] 283af5e90139: Preparing [2026-03-16T02:59:47.036Z] bdb6dddd9200: Waiting [2026-03-16T02:59:47.036Z] cce92674e987: Preparing [2026-03-16T02:59:47.036Z] 1dd96f234e82: Waiting [2026-03-16T02:59:47.036Z] 5f70bf18a086: Waiting [2026-03-16T02:59:47.036Z] 56a58e451f90: Waiting [2026-03-16T02:59:47.036Z] bd534128c25a: Waiting [2026-03-16T02:59:47.036Z] 283af5e90139: Waiting [2026-03-16T02:59:47.036Z] cce92674e987: Waiting [2026-03-16T02:59:47.036Z] 1952b7b7ede0: Waiting [2026-03-16T02:59:47.036Z] 73e723d7abdf: Layer already exists [2026-03-16T02:59:47.036Z] 75d5094cff4e: Layer already exists [2026-03-16T02:59:47.036Z] 1d49262cea27: Layer already exists [2026-03-16T02:59:47.036Z] 2a171cd4969c: Layer already exists [2026-03-16T02:59:47.036Z] 727db5f2f2df: Layer already exists [2026-03-16T02:59:47.036Z] 8d633aec8f62: Layer already exists [2026-03-16T02:59:47.036Z] bdb6dddd9200: Layer already exists [2026-03-16T02:59:47.036Z] 89404c26569a: Layer already exists [2026-03-16T02:59:47.036Z] 1952b7b7ede0: Layer already exists [2026-03-16T02:59:47.036Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:47.036Z] 1dd96f234e82: Layer already exists [2026-03-16T02:59:47.036Z] 56a58e451f90: Layer already exists [2026-03-16T02:59:47.036Z] 5f70bf18a086: Layer already exists [2026-03-16T02:59:47.036Z] bd534128c25a: Layer already exists [2026-03-16T02:59:47.036Z] 283af5e90139: Layer already exists [2026-03-16T02:59:47.036Z] cce92674e987: Layer already exists [2026-03-16T02:59:47.036Z] latest: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:47.362Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:47.672Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 [2026-03-16T02:59:47.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-16T02:59:47.672Z] 1d49262cea27: Preparing [2026-03-16T02:59:47.672Z] 75d5094cff4e: Preparing [2026-03-16T02:59:47.672Z] 727db5f2f2df: Preparing [2026-03-16T02:59:47.672Z] 2a171cd4969c: Preparing [2026-03-16T02:59:47.672Z] 73e723d7abdf: Preparing [2026-03-16T02:59:47.672Z] 1952b7b7ede0: Preparing [2026-03-16T02:59:47.672Z] 8d633aec8f62: Preparing [2026-03-16T02:59:47.672Z] 89404c26569a: Preparing [2026-03-16T02:59:47.672Z] 060e78f6309b: Preparing [2026-03-16T02:59:47.672Z] bdb6dddd9200: Preparing [2026-03-16T02:59:47.672Z] 1dd96f234e82: Preparing [2026-03-16T02:59:47.672Z] 5f70bf18a086: Preparing [2026-03-16T02:59:47.672Z] 56a58e451f90: Preparing [2026-03-16T02:59:47.672Z] 1952b7b7ede0: Waiting [2026-03-16T02:59:47.672Z] bd534128c25a: Preparing [2026-03-16T02:59:47.672Z] 8d633aec8f62: Waiting [2026-03-16T02:59:47.672Z] 89404c26569a: Waiting [2026-03-16T02:59:47.672Z] 283af5e90139: Preparing [2026-03-16T02:59:47.672Z] 060e78f6309b: Waiting [2026-03-16T02:59:47.672Z] cce92674e987: Preparing [2026-03-16T02:59:47.672Z] bdb6dddd9200: Waiting [2026-03-16T02:59:47.672Z] 1dd96f234e82: Waiting [2026-03-16T02:59:47.672Z] bd534128c25a: Waiting [2026-03-16T02:59:47.672Z] 283af5e90139: Waiting [2026-03-16T02:59:47.672Z] 5f70bf18a086: Waiting [2026-03-16T02:59:47.672Z] cce92674e987: Waiting [2026-03-16T02:59:47.672Z] 56a58e451f90: Waiting [2026-03-16T02:59:47.672Z] 2a171cd4969c: Layer already exists [2026-03-16T02:59:47.672Z] 1d49262cea27: Layer already exists [2026-03-16T02:59:47.672Z] 75d5094cff4e: Layer already exists [2026-03-16T02:59:47.672Z] 727db5f2f2df: Layer already exists [2026-03-16T02:59:47.672Z] 73e723d7abdf: Layer already exists [2026-03-16T02:59:47.672Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:47.672Z] 89404c26569a: Layer already exists [2026-03-16T02:59:47.672Z] 1952b7b7ede0: Layer already exists [2026-03-16T02:59:47.672Z] 8d633aec8f62: Layer already exists [2026-03-16T02:59:47.672Z] bdb6dddd9200: Layer already exists [2026-03-16T02:59:47.672Z] 56a58e451f90: Layer already exists [2026-03-16T02:59:47.672Z] 1dd96f234e82: Layer already exists [2026-03-16T02:59:47.672Z] bd534128c25a: Layer already exists [2026-03-16T02:59:47.672Z] 5f70bf18a086: Layer already exists [2026-03-16T02:59:47.672Z] 283af5e90139: Layer already exists [2026-03-16T02:59:47.672Z] cce92674e987: Layer already exists [2026-03-16T02:59:47.672Z] 4.1.0-dev.103: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:47.981Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:48.302Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:48.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-16T02:59:48.302Z] 1d49262cea27: Preparing [2026-03-16T02:59:48.302Z] 75d5094cff4e: Preparing [2026-03-16T02:59:48.302Z] 727db5f2f2df: Preparing [2026-03-16T02:59:48.302Z] 2a171cd4969c: Preparing [2026-03-16T02:59:48.302Z] 73e723d7abdf: Preparing [2026-03-16T02:59:48.302Z] 1952b7b7ede0: Preparing [2026-03-16T02:59:48.302Z] 8d633aec8f62: Preparing [2026-03-16T02:59:48.302Z] 89404c26569a: Preparing [2026-03-16T02:59:48.302Z] 060e78f6309b: Preparing [2026-03-16T02:59:48.302Z] bdb6dddd9200: Preparing [2026-03-16T02:59:48.302Z] 1dd96f234e82: Preparing [2026-03-16T02:59:48.302Z] 5f70bf18a086: Preparing [2026-03-16T02:59:48.302Z] 56a58e451f90: Preparing [2026-03-16T02:59:48.302Z] bd534128c25a: Preparing [2026-03-16T02:59:48.302Z] 283af5e90139: Preparing [2026-03-16T02:59:48.302Z] cce92674e987: Preparing [2026-03-16T02:59:48.302Z] 56a58e451f90: Waiting [2026-03-16T02:59:48.302Z] bd534128c25a: Waiting [2026-03-16T02:59:48.302Z] 283af5e90139: Waiting [2026-03-16T02:59:48.302Z] cce92674e987: Waiting [2026-03-16T02:59:48.302Z] 060e78f6309b: Waiting [2026-03-16T02:59:48.302Z] bdb6dddd9200: Waiting [2026-03-16T02:59:48.302Z] 5f70bf18a086: Waiting [2026-03-16T02:59:48.302Z] 1dd96f234e82: Waiting [2026-03-16T02:59:48.302Z] 8d633aec8f62: Waiting [2026-03-16T02:59:48.302Z] 1952b7b7ede0: Waiting [2026-03-16T02:59:48.302Z] 89404c26569a: Waiting [2026-03-16T02:59:48.302Z] 1d49262cea27: Layer already exists [2026-03-16T02:59:48.302Z] 75d5094cff4e: Layer already exists [2026-03-16T02:59:48.302Z] 73e723d7abdf: Layer already exists [2026-03-16T02:59:48.302Z] 2a171cd4969c: Layer already exists [2026-03-16T02:59:48.302Z] 727db5f2f2df: Layer already exists [2026-03-16T02:59:48.302Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:48.302Z] 89404c26569a: Layer already exists [2026-03-16T02:59:48.302Z] 8d633aec8f62: Layer already exists [2026-03-16T02:59:48.302Z] 1952b7b7ede0: Layer already exists [2026-03-16T02:59:48.302Z] bdb6dddd9200: Layer already exists [2026-03-16T02:59:48.302Z] 1dd96f234e82: Layer already exists [2026-03-16T02:59:48.302Z] 56a58e451f90: Layer already exists [2026-03-16T02:59:48.302Z] 5f70bf18a086: Layer already exists [2026-03-16T02:59:48.302Z] bd534128c25a: Layer already exists [2026-03-16T02:59:48.302Z] 283af5e90139: Layer already exists [2026-03-16T02:59:48.302Z] cce92674e987: Layer already exists [2026-03-16T02:59:48.302Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:48.628Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:48.945Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-16T02:59:48.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-03-16T02:59:48.945Z] 1d49262cea27: Preparing [2026-03-16T02:59:48.945Z] 75d5094cff4e: Preparing [2026-03-16T02:59:48.945Z] 727db5f2f2df: Preparing [2026-03-16T02:59:48.945Z] 2a171cd4969c: Preparing [2026-03-16T02:59:48.945Z] 73e723d7abdf: Preparing [2026-03-16T02:59:48.945Z] 1952b7b7ede0: Preparing [2026-03-16T02:59:48.945Z] 8d633aec8f62: Preparing [2026-03-16T02:59:48.945Z] 89404c26569a: Preparing [2026-03-16T02:59:48.945Z] 060e78f6309b: Preparing [2026-03-16T02:59:48.945Z] bdb6dddd9200: Preparing [2026-03-16T02:59:48.945Z] 1dd96f234e82: Preparing [2026-03-16T02:59:48.945Z] 5f70bf18a086: Preparing [2026-03-16T02:59:48.945Z] 56a58e451f90: Preparing [2026-03-16T02:59:48.945Z] bd534128c25a: Preparing [2026-03-16T02:59:48.945Z] 283af5e90139: Preparing [2026-03-16T02:59:48.945Z] cce92674e987: Preparing [2026-03-16T02:59:48.945Z] 060e78f6309b: Waiting [2026-03-16T02:59:48.945Z] 1952b7b7ede0: Waiting [2026-03-16T02:59:48.945Z] bdb6dddd9200: Waiting [2026-03-16T02:59:48.945Z] 1dd96f234e82: Waiting [2026-03-16T02:59:48.945Z] 283af5e90139: Waiting [2026-03-16T02:59:48.945Z] cce92674e987: Waiting [2026-03-16T02:59:48.945Z] 5f70bf18a086: Waiting [2026-03-16T02:59:48.945Z] 89404c26569a: Waiting [2026-03-16T02:59:48.945Z] bd534128c25a: Waiting [2026-03-16T02:59:48.945Z] 56a58e451f90: Waiting [2026-03-16T02:59:48.945Z] 73e723d7abdf: Layer already exists [2026-03-16T02:59:48.945Z] 2a171cd4969c: Layer already exists [2026-03-16T02:59:48.945Z] 727db5f2f2df: Layer already exists [2026-03-16T02:59:48.945Z] 1d49262cea27: Layer already exists [2026-03-16T02:59:48.945Z] 75d5094cff4e: Layer already exists [2026-03-16T02:59:48.945Z] 8d633aec8f62: Layer already exists [2026-03-16T02:59:48.945Z] bdb6dddd9200: Layer already exists [2026-03-16T02:59:48.945Z] 1952b7b7ede0: Layer already exists [2026-03-16T02:59:48.945Z] 89404c26569a: Layer already exists [2026-03-16T02:59:48.945Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:48.945Z] 1dd96f234e82: Layer already exists [2026-03-16T02:59:48.945Z] 5f70bf18a086: Layer already exists [2026-03-16T02:59:48.945Z] 56a58e451f90: Layer already exists [2026-03-16T02:59:48.945Z] 283af5e90139: Layer already exists [2026-03-16T02:59:48.945Z] bd534128c25a: Layer already exists [2026-03-16T02:59:48.945Z] cce92674e987: Layer already exists [2026-03-16T02:59:48.945Z] main: digest: sha256:d7c11dc03460e62e952556c9312ac5c6e9d141ee6d1dcd9cdc44001424210d3b size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:49.016Z] ===================================================== [Pipeline] echo [2026-03-16T02:59:49.031Z] taggedImages: [2026-03-16T02:59:49.031Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:49.031Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-16T02:59:49.031Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 [2026-03-16T02:59:49.031Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:49.031Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2026-03-16T02:59:49.051Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2026-03-16T02:59:49.051Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:49.051Z] latest [2026-03-16T02:59:49.051Z] 4.1.0-dev.103 [2026-03-16T02:59:49.051Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:49.051Z] main [2026-03-16T02:59:49.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:49.387Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:49.703Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:49.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-16T02:59:49.703Z] 2da8ebdf5512: Preparing [2026-03-16T02:59:49.703Z] 739ba875b32a: Preparing [2026-03-16T02:59:49.703Z] 32f7a1790495: Preparing [2026-03-16T02:59:49.703Z] df11514d6c39: Preparing [2026-03-16T02:59:49.703Z] 89404c26569a: Preparing [2026-03-16T02:59:49.703Z] 060e78f6309b: Preparing [2026-03-16T02:59:49.703Z] c9937616bfe0: Preparing [2026-03-16T02:59:49.703Z] f0c057abb844: Preparing [2026-03-16T02:59:49.703Z] 060e78f6309b: Waiting [2026-03-16T02:59:49.703Z] cce92674e987: Preparing [2026-03-16T02:59:49.703Z] c9937616bfe0: Waiting [2026-03-16T02:59:49.703Z] f0c057abb844: Waiting [2026-03-16T02:59:49.703Z] cce92674e987: Waiting [2026-03-16T02:59:49.703Z] 89404c26569a: Layer already exists [2026-03-16T02:59:49.703Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:49.703Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:49.703Z] f0c057abb844: Layer already exists [2026-03-16T02:59:49.703Z] cce92674e987: Layer already exists [2026-03-16T02:59:49.703Z] 32f7a1790495: Pushed [2026-03-16T02:59:49.703Z] 739ba875b32a: Pushed [2026-03-16T02:59:49.703Z] 2da8ebdf5512: Pushed [2026-03-16T02:59:53.891Z] df11514d6c39: Pushed [2026-03-16T02:59:53.891Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:54.214Z] + 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-16T02:59:54.526Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-16T02:59:54.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-16T02:59:54.526Z] 2da8ebdf5512: Preparing [2026-03-16T02:59:54.526Z] 739ba875b32a: Preparing [2026-03-16T02:59:54.526Z] 32f7a1790495: Preparing [2026-03-16T02:59:54.526Z] df11514d6c39: Preparing [2026-03-16T02:59:54.526Z] 89404c26569a: Preparing [2026-03-16T02:59:54.526Z] 060e78f6309b: Preparing [2026-03-16T02:59:54.526Z] c9937616bfe0: Preparing [2026-03-16T02:59:54.526Z] f0c057abb844: Preparing [2026-03-16T02:59:54.526Z] cce92674e987: Preparing [2026-03-16T02:59:54.526Z] 060e78f6309b: Waiting [2026-03-16T02:59:54.526Z] f0c057abb844: Waiting [2026-03-16T02:59:54.526Z] c9937616bfe0: Waiting [2026-03-16T02:59:54.526Z] cce92674e987: Waiting [2026-03-16T02:59:54.526Z] 739ba875b32a: Layer already exists [2026-03-16T02:59:54.526Z] 32f7a1790495: Layer already exists [2026-03-16T02:59:54.526Z] 89404c26569a: Layer already exists [2026-03-16T02:59:54.526Z] 2da8ebdf5512: Layer already exists [2026-03-16T02:59:54.526Z] df11514d6c39: Layer already exists [2026-03-16T02:59:54.526Z] f0c057abb844: Layer already exists [2026-03-16T02:59:54.526Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:54.526Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:54.526Z] cce92674e987: Layer already exists [2026-03-16T02:59:54.526Z] latest: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:54.865Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:55.181Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 [2026-03-16T02:59:55.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-16T02:59:55.181Z] 2da8ebdf5512: Preparing [2026-03-16T02:59:55.181Z] 739ba875b32a: Preparing [2026-03-16T02:59:55.181Z] 32f7a1790495: Preparing [2026-03-16T02:59:55.181Z] df11514d6c39: Preparing [2026-03-16T02:59:55.181Z] 89404c26569a: Preparing [2026-03-16T02:59:55.181Z] 060e78f6309b: Preparing [2026-03-16T02:59:55.181Z] c9937616bfe0: Preparing [2026-03-16T02:59:55.181Z] f0c057abb844: Preparing [2026-03-16T02:59:55.181Z] cce92674e987: Preparing [2026-03-16T02:59:55.181Z] c9937616bfe0: Waiting [2026-03-16T02:59:55.181Z] f0c057abb844: Waiting [2026-03-16T02:59:55.181Z] cce92674e987: Waiting [2026-03-16T02:59:55.181Z] 060e78f6309b: Waiting [2026-03-16T02:59:55.181Z] 32f7a1790495: Layer already exists [2026-03-16T02:59:55.181Z] 89404c26569a: Layer already exists [2026-03-16T02:59:55.181Z] 2da8ebdf5512: Layer already exists [2026-03-16T02:59:55.181Z] 739ba875b32a: Layer already exists [2026-03-16T02:59:55.181Z] df11514d6c39: Layer already exists [2026-03-16T02:59:55.181Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:55.181Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:55.181Z] f0c057abb844: Layer already exists [2026-03-16T02:59:55.181Z] cce92674e987: Layer already exists [2026-03-16T02:59:55.181Z] 4.1.0-dev.103: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:55.494Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:55.807Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:55.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-16T02:59:55.807Z] 2da8ebdf5512: Preparing [2026-03-16T02:59:55.807Z] 739ba875b32a: Preparing [2026-03-16T02:59:55.807Z] 32f7a1790495: Preparing [2026-03-16T02:59:55.807Z] df11514d6c39: Preparing [2026-03-16T02:59:55.807Z] 89404c26569a: Preparing [2026-03-16T02:59:55.807Z] 060e78f6309b: Preparing [2026-03-16T02:59:55.807Z] c9937616bfe0: Preparing [2026-03-16T02:59:55.807Z] f0c057abb844: Preparing [2026-03-16T02:59:55.807Z] cce92674e987: Preparing [2026-03-16T02:59:55.807Z] f0c057abb844: Waiting [2026-03-16T02:59:55.807Z] 060e78f6309b: Waiting [2026-03-16T02:59:55.807Z] c9937616bfe0: Waiting [2026-03-16T02:59:55.807Z] cce92674e987: Waiting [2026-03-16T02:59:55.807Z] 32f7a1790495: Layer already exists [2026-03-16T02:59:55.807Z] 739ba875b32a: Layer already exists [2026-03-16T02:59:55.807Z] df11514d6c39: Layer already exists [2026-03-16T02:59:55.807Z] 2da8ebdf5512: Layer already exists [2026-03-16T02:59:55.807Z] 89404c26569a: Layer already exists [2026-03-16T02:59:55.807Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:55.807Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:55.807Z] cce92674e987: Layer already exists [2026-03-16T02:59:55.807Z] f0c057abb844: Layer already exists [2026-03-16T02:59:55.807Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:56.124Z] + 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-16T02:59:56.438Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-16T02:59:56.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-03-16T02:59:56.438Z] 2da8ebdf5512: Preparing [2026-03-16T02:59:56.438Z] 739ba875b32a: Preparing [2026-03-16T02:59:56.438Z] 32f7a1790495: Preparing [2026-03-16T02:59:56.438Z] df11514d6c39: Preparing [2026-03-16T02:59:56.438Z] 89404c26569a: Preparing [2026-03-16T02:59:56.438Z] 060e78f6309b: Preparing [2026-03-16T02:59:56.438Z] c9937616bfe0: Preparing [2026-03-16T02:59:56.438Z] f0c057abb844: Preparing [2026-03-16T02:59:56.438Z] cce92674e987: Preparing [2026-03-16T02:59:56.438Z] 060e78f6309b: Waiting [2026-03-16T02:59:56.438Z] f0c057abb844: Waiting [2026-03-16T02:59:56.438Z] c9937616bfe0: Waiting [2026-03-16T02:59:56.438Z] cce92674e987: Waiting [2026-03-16T02:59:56.438Z] 89404c26569a: Layer already exists [2026-03-16T02:59:56.438Z] 2da8ebdf5512: Layer already exists [2026-03-16T02:59:56.438Z] 32f7a1790495: Layer already exists [2026-03-16T02:59:56.438Z] df11514d6c39: Layer already exists [2026-03-16T02:59:56.438Z] 739ba875b32a: Layer already exists [2026-03-16T02:59:56.438Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:56.438Z] cce92674e987: Layer already exists [2026-03-16T02:59:56.438Z] c9937616bfe0: Layer already exists [2026-03-16T02:59:56.438Z] f0c057abb844: Layer already exists [2026-03-16T02:59:56.438Z] main: digest: sha256:6e8322ca99175728874112906bbd8a4908e2036a6248a8886f655ff508645bab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T02:59:56.501Z] ===================================================== [Pipeline] echo [2026-03-16T02:59:56.512Z] taggedImages: [2026-03-16T02:59:56.512Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:56.512Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-16T02:59:56.512Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 [2026-03-16T02:59:56.512Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:56.512Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2026-03-16T02:59:56.544Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2026-03-16T02:59:56.544Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:56.544Z] latest [2026-03-16T02:59:56.544Z] 4.1.0-dev.103 [2026-03-16T02:59:56.544Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T02:59:56.544Z] main [2026-03-16T02:59:56.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:56.873Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T02:59:57.196Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T02:59:57.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-16T02:59:57.196Z] 05b2ac292f3e: Preparing [2026-03-16T02:59:57.196Z] 50f8bee3818b: Preparing [2026-03-16T02:59:57.196Z] 9b0178b2a5b2: Preparing [2026-03-16T02:59:57.196Z] dc6958b1c453: Preparing [2026-03-16T02:59:57.196Z] 44ecd855f68d: Preparing [2026-03-16T02:59:57.196Z] 89404c26569a: Preparing [2026-03-16T02:59:57.196Z] 060e78f6309b: Preparing [2026-03-16T02:59:57.196Z] fe29db3ecc2a: Preparing [2026-03-16T02:59:57.196Z] 142f890bbc41: Preparing [2026-03-16T02:59:57.196Z] 5f90a90d6a3f: Preparing [2026-03-16T02:59:57.196Z] cce92674e987: Preparing [2026-03-16T02:59:57.196Z] fe29db3ecc2a: Waiting [2026-03-16T02:59:57.196Z] 060e78f6309b: Waiting [2026-03-16T02:59:57.196Z] 89404c26569a: Waiting [2026-03-16T02:59:57.196Z] 5f90a90d6a3f: Waiting [2026-03-16T02:59:57.196Z] 142f890bbc41: Waiting [2026-03-16T02:59:57.196Z] cce92674e987: Waiting [2026-03-16T02:59:57.196Z] 50f8bee3818b: Pushed [2026-03-16T02:59:57.196Z] 05b2ac292f3e: Pushed [2026-03-16T02:59:57.196Z] dc6958b1c453: Pushed [2026-03-16T02:59:57.196Z] 44ecd855f68d: Pushed [2026-03-16T02:59:57.196Z] 89404c26569a: Layer already exists [2026-03-16T02:59:57.196Z] 060e78f6309b: Layer already exists [2026-03-16T02:59:57.196Z] cce92674e987: Layer already exists [2026-03-16T02:59:57.454Z] fe29db3ecc2a: Pushed [2026-03-16T02:59:57.454Z] 142f890bbc41: Pushed [2026-03-16T02:59:58.831Z] 5f90a90d6a3f: Pushed [2026-03-16T03:00:00.732Z] 9b0178b2a5b2: Pushed [2026-03-16T03:00:00.732Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:01.049Z] + 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-16T03:00:01.371Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-16T03:00:01.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-16T03:00:01.371Z] 05b2ac292f3e: Preparing [2026-03-16T03:00:01.371Z] 50f8bee3818b: Preparing [2026-03-16T03:00:01.371Z] 9b0178b2a5b2: Preparing [2026-03-16T03:00:01.371Z] dc6958b1c453: Preparing [2026-03-16T03:00:01.371Z] 44ecd855f68d: Preparing [2026-03-16T03:00:01.371Z] 89404c26569a: Preparing [2026-03-16T03:00:01.371Z] 060e78f6309b: Preparing [2026-03-16T03:00:01.371Z] fe29db3ecc2a: Preparing [2026-03-16T03:00:01.371Z] 142f890bbc41: Preparing [2026-03-16T03:00:01.371Z] 5f90a90d6a3f: Preparing [2026-03-16T03:00:01.371Z] cce92674e987: Preparing [2026-03-16T03:00:01.371Z] 89404c26569a: Waiting [2026-03-16T03:00:01.371Z] 060e78f6309b: Waiting [2026-03-16T03:00:01.371Z] fe29db3ecc2a: Waiting [2026-03-16T03:00:01.371Z] 142f890bbc41: Waiting [2026-03-16T03:00:01.371Z] 5f90a90d6a3f: Waiting [2026-03-16T03:00:01.371Z] cce92674e987: Waiting [2026-03-16T03:00:01.371Z] 05b2ac292f3e: Layer already exists [2026-03-16T03:00:01.371Z] 44ecd855f68d: Layer already exists [2026-03-16T03:00:01.371Z] dc6958b1c453: Layer already exists [2026-03-16T03:00:01.371Z] 9b0178b2a5b2: Layer already exists [2026-03-16T03:00:01.371Z] 50f8bee3818b: Layer already exists [2026-03-16T03:00:01.371Z] 142f890bbc41: Layer already exists [2026-03-16T03:00:01.371Z] fe29db3ecc2a: Layer already exists [2026-03-16T03:00:01.371Z] 89404c26569a: Layer already exists [2026-03-16T03:00:01.371Z] 5f90a90d6a3f: Layer already exists [2026-03-16T03:00:01.371Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:01.371Z] cce92674e987: Layer already exists [2026-03-16T03:00:01.371Z] latest: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:01.699Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:02.021Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 [2026-03-16T03:00:02.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-16T03:00:02.021Z] 05b2ac292f3e: Preparing [2026-03-16T03:00:02.021Z] 50f8bee3818b: Preparing [2026-03-16T03:00:02.021Z] 9b0178b2a5b2: Preparing [2026-03-16T03:00:02.021Z] dc6958b1c453: Preparing [2026-03-16T03:00:02.021Z] 44ecd855f68d: Preparing [2026-03-16T03:00:02.021Z] 89404c26569a: Preparing [2026-03-16T03:00:02.021Z] 060e78f6309b: Preparing [2026-03-16T03:00:02.021Z] fe29db3ecc2a: Preparing [2026-03-16T03:00:02.021Z] 142f890bbc41: Preparing [2026-03-16T03:00:02.021Z] 5f90a90d6a3f: Preparing [2026-03-16T03:00:02.021Z] cce92674e987: Preparing [2026-03-16T03:00:02.021Z] 89404c26569a: Waiting [2026-03-16T03:00:02.021Z] 060e78f6309b: Waiting [2026-03-16T03:00:02.021Z] fe29db3ecc2a: Waiting [2026-03-16T03:00:02.021Z] 142f890bbc41: Waiting [2026-03-16T03:00:02.021Z] 5f90a90d6a3f: Waiting [2026-03-16T03:00:02.021Z] cce92674e987: Waiting [2026-03-16T03:00:02.021Z] 9b0178b2a5b2: Layer already exists [2026-03-16T03:00:02.021Z] 50f8bee3818b: Layer already exists [2026-03-16T03:00:02.021Z] dc6958b1c453: Layer already exists [2026-03-16T03:00:02.021Z] 05b2ac292f3e: Layer already exists [2026-03-16T03:00:02.021Z] 44ecd855f68d: Layer already exists [2026-03-16T03:00:02.021Z] 89404c26569a: Layer already exists [2026-03-16T03:00:02.021Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:02.021Z] fe29db3ecc2a: Layer already exists [2026-03-16T03:00:02.021Z] 142f890bbc41: Layer already exists [2026-03-16T03:00:02.021Z] 5f90a90d6a3f: Layer already exists [2026-03-16T03:00:02.021Z] cce92674e987: Layer already exists [2026-03-16T03:00:02.021Z] 4.1.0-dev.103: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:02.346Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:02.673Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:02.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-16T03:00:02.673Z] 05b2ac292f3e: Preparing [2026-03-16T03:00:02.673Z] 50f8bee3818b: Preparing [2026-03-16T03:00:02.673Z] 9b0178b2a5b2: Preparing [2026-03-16T03:00:02.673Z] dc6958b1c453: Preparing [2026-03-16T03:00:02.673Z] 44ecd855f68d: Preparing [2026-03-16T03:00:02.673Z] 89404c26569a: Preparing [2026-03-16T03:00:02.673Z] 060e78f6309b: Preparing [2026-03-16T03:00:02.673Z] fe29db3ecc2a: Preparing [2026-03-16T03:00:02.673Z] 142f890bbc41: Preparing [2026-03-16T03:00:02.673Z] 5f90a90d6a3f: Preparing [2026-03-16T03:00:02.673Z] cce92674e987: Preparing [2026-03-16T03:00:02.673Z] 060e78f6309b: Waiting [2026-03-16T03:00:02.673Z] fe29db3ecc2a: Waiting [2026-03-16T03:00:02.673Z] 142f890bbc41: Waiting [2026-03-16T03:00:02.673Z] 5f90a90d6a3f: Waiting [2026-03-16T03:00:02.673Z] cce92674e987: Waiting [2026-03-16T03:00:02.673Z] 89404c26569a: Waiting [2026-03-16T03:00:02.673Z] 50f8bee3818b: Layer already exists [2026-03-16T03:00:02.673Z] dc6958b1c453: Layer already exists [2026-03-16T03:00:02.673Z] 44ecd855f68d: Layer already exists [2026-03-16T03:00:02.673Z] 05b2ac292f3e: Layer already exists [2026-03-16T03:00:02.673Z] 9b0178b2a5b2: Layer already exists [2026-03-16T03:00:02.673Z] 89404c26569a: Layer already exists [2026-03-16T03:00:02.673Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:02.673Z] fe29db3ecc2a: Layer already exists [2026-03-16T03:00:02.673Z] 142f890bbc41: Layer already exists [2026-03-16T03:00:02.673Z] 5f90a90d6a3f: Layer already exists [2026-03-16T03:00:02.673Z] cce92674e987: Layer already exists [2026-03-16T03:00:02.673Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:02.992Z] + 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-16T03:00:03.318Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-16T03:00:03.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-03-16T03:00:03.318Z] 05b2ac292f3e: Preparing [2026-03-16T03:00:03.318Z] 50f8bee3818b: Preparing [2026-03-16T03:00:03.318Z] 9b0178b2a5b2: Preparing [2026-03-16T03:00:03.318Z] dc6958b1c453: Preparing [2026-03-16T03:00:03.318Z] 44ecd855f68d: Preparing [2026-03-16T03:00:03.318Z] 89404c26569a: Preparing [2026-03-16T03:00:03.318Z] 060e78f6309b: Preparing [2026-03-16T03:00:03.318Z] fe29db3ecc2a: Preparing [2026-03-16T03:00:03.318Z] 142f890bbc41: Preparing [2026-03-16T03:00:03.318Z] 5f90a90d6a3f: Preparing [2026-03-16T03:00:03.318Z] cce92674e987: Preparing [2026-03-16T03:00:03.318Z] fe29db3ecc2a: Waiting [2026-03-16T03:00:03.318Z] 142f890bbc41: Waiting [2026-03-16T03:00:03.318Z] 5f90a90d6a3f: Waiting [2026-03-16T03:00:03.318Z] cce92674e987: Waiting [2026-03-16T03:00:03.318Z] 89404c26569a: Waiting [2026-03-16T03:00:03.318Z] 060e78f6309b: Waiting [2026-03-16T03:00:03.318Z] 50f8bee3818b: Layer already exists [2026-03-16T03:00:03.318Z] dc6958b1c453: Layer already exists [2026-03-16T03:00:03.318Z] 9b0178b2a5b2: Layer already exists [2026-03-16T03:00:03.318Z] 44ecd855f68d: Layer already exists [2026-03-16T03:00:03.318Z] 05b2ac292f3e: Layer already exists [2026-03-16T03:00:03.318Z] 142f890bbc41: Layer already exists [2026-03-16T03:00:03.318Z] fe29db3ecc2a: Layer already exists [2026-03-16T03:00:03.318Z] 89404c26569a: Layer already exists [2026-03-16T03:00:03.318Z] 5f90a90d6a3f: Layer already exists [2026-03-16T03:00:03.318Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:03.318Z] cce92674e987: Layer already exists [2026-03-16T03:00:03.318Z] main: digest: sha256:b55004698697886cb5c388f3dc12c980cd94d666e623dd347faa50d5bbefd35b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:00:03.384Z] ===================================================== [Pipeline] echo [2026-03-16T03:00:03.393Z] taggedImages: [2026-03-16T03:00:03.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:03.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-16T03:00:03.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 [2026-03-16T03:00:03.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:03.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2026-03-16T03:00:03.418Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2026-03-16T03:00:03.418Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:03.418Z] latest [2026-03-16T03:00:03.418Z] 4.1.0-dev.103 [2026-03-16T03:00:03.418Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:03.418Z] main [2026-03-16T03:00:03.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:03.767Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:04.077Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:04.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-16T03:00:04.077Z] dd5bab5b60e8: Preparing [2026-03-16T03:00:04.077Z] 7e834e9cd65b: Preparing [2026-03-16T03:00:04.077Z] f8009b10266c: Preparing [2026-03-16T03:00:04.077Z] 99915f556456: Preparing [2026-03-16T03:00:04.077Z] 00a537177882: Preparing [2026-03-16T03:00:04.077Z] ab19a824ed3e: Preparing [2026-03-16T03:00:04.077Z] c4b7b79f80a5: Preparing [2026-03-16T03:00:04.077Z] 89404c26569a: Preparing [2026-03-16T03:00:04.077Z] 060e78f6309b: Preparing [2026-03-16T03:00:04.077Z] a4432dd7a6f0: Preparing [2026-03-16T03:00:04.077Z] 6a9badc2619f: Preparing [2026-03-16T03:00:04.077Z] cce92674e987: Preparing [2026-03-16T03:00:04.077Z] ab19a824ed3e: Waiting [2026-03-16T03:00:04.077Z] c4b7b79f80a5: Waiting [2026-03-16T03:00:04.077Z] 89404c26569a: Waiting [2026-03-16T03:00:04.077Z] cce92674e987: Waiting [2026-03-16T03:00:04.077Z] 060e78f6309b: Waiting [2026-03-16T03:00:04.077Z] a4432dd7a6f0: Waiting [2026-03-16T03:00:04.077Z] 6a9badc2619f: Waiting [2026-03-16T03:00:04.077Z] dd5bab5b60e8: Pushed [2026-03-16T03:00:04.077Z] 00a537177882: Pushed [2026-03-16T03:00:04.077Z] 7e834e9cd65b: Pushed [2026-03-16T03:00:04.077Z] 89404c26569a: Layer already exists [2026-03-16T03:00:04.077Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:04.077Z] ab19a824ed3e: Pushed [2026-03-16T03:00:04.077Z] c4b7b79f80a5: Pushed [2026-03-16T03:00:04.336Z] cce92674e987: Layer already exists [2026-03-16T03:00:04.336Z] a4432dd7a6f0: Pushed [2026-03-16T03:00:05.745Z] 6a9badc2619f: Pushed [2026-03-16T03:00:07.120Z] 99915f556456: Pushed [2026-03-16T03:00:07.120Z] f8009b10266c: Pushed [2026-03-16T03:00:07.120Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:07.696Z] + 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-16T03:00:08.012Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-16T03:00:08.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-16T03:00:08.013Z] dd5bab5b60e8: Preparing [2026-03-16T03:00:08.013Z] 7e834e9cd65b: Preparing [2026-03-16T03:00:08.013Z] f8009b10266c: Preparing [2026-03-16T03:00:08.013Z] 99915f556456: Preparing [2026-03-16T03:00:08.013Z] 00a537177882: Preparing [2026-03-16T03:00:08.013Z] ab19a824ed3e: Preparing [2026-03-16T03:00:08.013Z] c4b7b79f80a5: Preparing [2026-03-16T03:00:08.013Z] 89404c26569a: Preparing [2026-03-16T03:00:08.013Z] 060e78f6309b: Preparing [2026-03-16T03:00:08.013Z] a4432dd7a6f0: Preparing [2026-03-16T03:00:08.013Z] 6a9badc2619f: Preparing [2026-03-16T03:00:08.013Z] cce92674e987: Preparing [2026-03-16T03:00:08.013Z] c4b7b79f80a5: Waiting [2026-03-16T03:00:08.013Z] 89404c26569a: Waiting [2026-03-16T03:00:08.013Z] a4432dd7a6f0: Waiting [2026-03-16T03:00:08.013Z] 060e78f6309b: Waiting [2026-03-16T03:00:08.013Z] 6a9badc2619f: Waiting [2026-03-16T03:00:08.013Z] ab19a824ed3e: Waiting [2026-03-16T03:00:08.013Z] cce92674e987: Waiting [2026-03-16T03:00:08.013Z] 99915f556456: Layer already exists [2026-03-16T03:00:08.013Z] dd5bab5b60e8: Layer already exists [2026-03-16T03:00:08.013Z] 00a537177882: Layer already exists [2026-03-16T03:00:08.013Z] f8009b10266c: Layer already exists [2026-03-16T03:00:08.013Z] 7e834e9cd65b: Layer already exists [2026-03-16T03:00:08.013Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:08.013Z] 89404c26569a: Layer already exists [2026-03-16T03:00:08.013Z] ab19a824ed3e: Layer already exists [2026-03-16T03:00:08.013Z] c4b7b79f80a5: Layer already exists [2026-03-16T03:00:08.013Z] a4432dd7a6f0: Layer already exists [2026-03-16T03:00:08.013Z] 6a9badc2619f: Layer already exists [2026-03-16T03:00:08.013Z] cce92674e987: Layer already exists [2026-03-16T03:00:08.013Z] latest: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:08.333Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:08.647Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 [2026-03-16T03:00:08.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-16T03:00:08.647Z] dd5bab5b60e8: Preparing [2026-03-16T03:00:08.647Z] 7e834e9cd65b: Preparing [2026-03-16T03:00:08.647Z] f8009b10266c: Preparing [2026-03-16T03:00:08.647Z] 99915f556456: Preparing [2026-03-16T03:00:08.647Z] 00a537177882: Preparing [2026-03-16T03:00:08.647Z] ab19a824ed3e: Preparing [2026-03-16T03:00:08.647Z] c4b7b79f80a5: Preparing [2026-03-16T03:00:08.647Z] 89404c26569a: Preparing [2026-03-16T03:00:08.647Z] 060e78f6309b: Preparing [2026-03-16T03:00:08.647Z] a4432dd7a6f0: Preparing [2026-03-16T03:00:08.647Z] 6a9badc2619f: Preparing [2026-03-16T03:00:08.647Z] cce92674e987: Preparing [2026-03-16T03:00:08.647Z] 89404c26569a: Waiting [2026-03-16T03:00:08.647Z] 060e78f6309b: Waiting [2026-03-16T03:00:08.647Z] a4432dd7a6f0: Waiting [2026-03-16T03:00:08.647Z] 6a9badc2619f: Waiting [2026-03-16T03:00:08.647Z] cce92674e987: Waiting [2026-03-16T03:00:08.647Z] ab19a824ed3e: Waiting [2026-03-16T03:00:08.647Z] c4b7b79f80a5: Waiting [2026-03-16T03:00:08.647Z] dd5bab5b60e8: Layer already exists [2026-03-16T03:00:08.647Z] 7e834e9cd65b: Layer already exists [2026-03-16T03:00:08.647Z] 00a537177882: Layer already exists [2026-03-16T03:00:08.647Z] 99915f556456: Layer already exists [2026-03-16T03:00:08.647Z] f8009b10266c: Layer already exists [2026-03-16T03:00:08.647Z] c4b7b79f80a5: Layer already exists [2026-03-16T03:00:08.647Z] 89404c26569a: Layer already exists [2026-03-16T03:00:08.647Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:08.647Z] ab19a824ed3e: Layer already exists [2026-03-16T03:00:08.647Z] a4432dd7a6f0: Layer already exists [2026-03-16T03:00:08.647Z] 6a9badc2619f: Layer already exists [2026-03-16T03:00:08.647Z] cce92674e987: Layer already exists [2026-03-16T03:00:08.647Z] 4.1.0-dev.103: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:08.975Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:09.301Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:09.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-16T03:00:09.301Z] dd5bab5b60e8: Preparing [2026-03-16T03:00:09.301Z] 7e834e9cd65b: Preparing [2026-03-16T03:00:09.301Z] f8009b10266c: Preparing [2026-03-16T03:00:09.301Z] 99915f556456: Preparing [2026-03-16T03:00:09.301Z] 00a537177882: Preparing [2026-03-16T03:00:09.301Z] ab19a824ed3e: Preparing [2026-03-16T03:00:09.301Z] c4b7b79f80a5: Preparing [2026-03-16T03:00:09.301Z] 89404c26569a: Preparing [2026-03-16T03:00:09.301Z] 060e78f6309b: Preparing [2026-03-16T03:00:09.301Z] a4432dd7a6f0: Preparing [2026-03-16T03:00:09.301Z] 6a9badc2619f: Preparing [2026-03-16T03:00:09.301Z] cce92674e987: Preparing [2026-03-16T03:00:09.301Z] c4b7b79f80a5: Waiting [2026-03-16T03:00:09.301Z] 89404c26569a: Waiting [2026-03-16T03:00:09.301Z] 060e78f6309b: Waiting [2026-03-16T03:00:09.301Z] a4432dd7a6f0: Waiting [2026-03-16T03:00:09.301Z] 6a9badc2619f: Waiting [2026-03-16T03:00:09.301Z] cce92674e987: Waiting [2026-03-16T03:00:09.301Z] ab19a824ed3e: Waiting [2026-03-16T03:00:09.301Z] 99915f556456: Layer already exists [2026-03-16T03:00:09.301Z] 7e834e9cd65b: Layer already exists [2026-03-16T03:00:09.301Z] dd5bab5b60e8: Layer already exists [2026-03-16T03:00:09.301Z] 00a537177882: Layer already exists [2026-03-16T03:00:09.301Z] f8009b10266c: Layer already exists [2026-03-16T03:00:09.301Z] ab19a824ed3e: Layer already exists [2026-03-16T03:00:09.301Z] c4b7b79f80a5: Layer already exists [2026-03-16T03:00:09.301Z] 89404c26569a: Layer already exists [2026-03-16T03:00:09.301Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:09.301Z] a4432dd7a6f0: Layer already exists [2026-03-16T03:00:09.301Z] cce92674e987: Layer already exists [2026-03-16T03:00:09.301Z] 6a9badc2619f: Layer already exists [2026-03-16T03:00:09.301Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:09.620Z] + 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-16T03:00:09.937Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-16T03:00:09.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-03-16T03:00:09.937Z] dd5bab5b60e8: Preparing [2026-03-16T03:00:09.937Z] 7e834e9cd65b: Preparing [2026-03-16T03:00:09.937Z] f8009b10266c: Preparing [2026-03-16T03:00:09.937Z] 99915f556456: Preparing [2026-03-16T03:00:09.937Z] 00a537177882: Preparing [2026-03-16T03:00:09.937Z] ab19a824ed3e: Preparing [2026-03-16T03:00:09.937Z] c4b7b79f80a5: Preparing [2026-03-16T03:00:09.937Z] 89404c26569a: Preparing [2026-03-16T03:00:09.937Z] 060e78f6309b: Preparing [2026-03-16T03:00:09.937Z] a4432dd7a6f0: Preparing [2026-03-16T03:00:09.937Z] 6a9badc2619f: Preparing [2026-03-16T03:00:09.937Z] cce92674e987: Preparing [2026-03-16T03:00:09.937Z] c4b7b79f80a5: Waiting [2026-03-16T03:00:09.937Z] ab19a824ed3e: Waiting [2026-03-16T03:00:09.937Z] 060e78f6309b: Waiting [2026-03-16T03:00:09.937Z] a4432dd7a6f0: Waiting [2026-03-16T03:00:09.937Z] 6a9badc2619f: Waiting [2026-03-16T03:00:09.937Z] cce92674e987: Waiting [2026-03-16T03:00:09.937Z] 89404c26569a: Waiting [2026-03-16T03:00:09.937Z] dd5bab5b60e8: Layer already exists [2026-03-16T03:00:09.937Z] f8009b10266c: Layer already exists [2026-03-16T03:00:09.937Z] 99915f556456: Layer already exists [2026-03-16T03:00:09.937Z] 7e834e9cd65b: Layer already exists [2026-03-16T03:00:09.937Z] 00a537177882: Layer already exists [2026-03-16T03:00:09.937Z] ab19a824ed3e: Layer already exists [2026-03-16T03:00:09.937Z] 89404c26569a: Layer already exists [2026-03-16T03:00:09.937Z] a4432dd7a6f0: Layer already exists [2026-03-16T03:00:09.937Z] c4b7b79f80a5: Layer already exists [2026-03-16T03:00:09.937Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:09.937Z] 6a9badc2619f: Layer already exists [2026-03-16T03:00:09.937Z] cce92674e987: Layer already exists [2026-03-16T03:00:09.937Z] main: digest: sha256:02d6fe96a007f321557d6559484c28f9d0dc6f23069d8a51f984c0cb56683324 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:00:10.004Z] ===================================================== [Pipeline] echo [2026-03-16T03:00:10.017Z] taggedImages: [2026-03-16T03:00:10.017Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:10.017Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-16T03:00:10.017Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 [2026-03-16T03:00:10.017Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:10.017Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2026-03-16T03:00:10.046Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2026-03-16T03:00:10.046Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:10.046Z] latest [2026-03-16T03:00:10.046Z] 4.1.0-dev.103 [2026-03-16T03:00:10.046Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:10.046Z] main [2026-03-16T03:00:10.046Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:10.378Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:10.691Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:10.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-16T03:00:10.691Z] f272eb7ed7e4: Preparing [2026-03-16T03:00:10.691Z] c904a9d3bffd: Preparing [2026-03-16T03:00:10.691Z] 89404c26569a: Preparing [2026-03-16T03:00:10.691Z] 060e78f6309b: Preparing [2026-03-16T03:00:10.691Z] 7f662eba02a9: Preparing [2026-03-16T03:00:10.691Z] cc532def3811: Preparing [2026-03-16T03:00:10.691Z] cce92674e987: Preparing [2026-03-16T03:00:10.691Z] cc532def3811: Waiting [2026-03-16T03:00:10.691Z] cce92674e987: Waiting [2026-03-16T03:00:10.691Z] 89404c26569a: Layer already exists [2026-03-16T03:00:10.691Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:10.691Z] cce92674e987: Layer already exists [2026-03-16T03:00:10.691Z] f272eb7ed7e4: Pushed [2026-03-16T03:00:10.691Z] 7f662eba02a9: Pushed [2026-03-16T03:00:11.623Z] cc532def3811: Pushed [2026-03-16T03:00:14.152Z] c904a9d3bffd: Pushed [2026-03-16T03:00:14.411Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:14.730Z] + 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-16T03:00:15.053Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-16T03:00:15.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-16T03:00:15.053Z] f272eb7ed7e4: Preparing [2026-03-16T03:00:15.053Z] c904a9d3bffd: Preparing [2026-03-16T03:00:15.053Z] 89404c26569a: Preparing [2026-03-16T03:00:15.053Z] 060e78f6309b: Preparing [2026-03-16T03:00:15.053Z] 7f662eba02a9: Preparing [2026-03-16T03:00:15.053Z] cc532def3811: Preparing [2026-03-16T03:00:15.053Z] cce92674e987: Preparing [2026-03-16T03:00:15.053Z] cc532def3811: Waiting [2026-03-16T03:00:15.053Z] cce92674e987: Waiting [2026-03-16T03:00:15.053Z] c904a9d3bffd: Layer already exists [2026-03-16T03:00:15.053Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:15.053Z] 89404c26569a: Layer already exists [2026-03-16T03:00:15.053Z] f272eb7ed7e4: Layer already exists [2026-03-16T03:00:15.053Z] 7f662eba02a9: Layer already exists [2026-03-16T03:00:15.053Z] cc532def3811: Layer already exists [2026-03-16T03:00:15.053Z] cce92674e987: Layer already exists [2026-03-16T03:00:15.053Z] latest: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:15.379Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:15.707Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 [2026-03-16T03:00:15.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-16T03:00:15.707Z] f272eb7ed7e4: Preparing [2026-03-16T03:00:15.707Z] c904a9d3bffd: Preparing [2026-03-16T03:00:15.707Z] 89404c26569a: Preparing [2026-03-16T03:00:15.707Z] 060e78f6309b: Preparing [2026-03-16T03:00:15.707Z] 7f662eba02a9: Preparing [2026-03-16T03:00:15.707Z] cc532def3811: Preparing [2026-03-16T03:00:15.707Z] cce92674e987: Preparing [2026-03-16T03:00:15.707Z] cc532def3811: Waiting [2026-03-16T03:00:15.707Z] cce92674e987: Waiting [2026-03-16T03:00:15.707Z] c904a9d3bffd: Layer already exists [2026-03-16T03:00:15.707Z] 89404c26569a: Layer already exists [2026-03-16T03:00:15.707Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:15.707Z] 7f662eba02a9: Layer already exists [2026-03-16T03:00:15.707Z] f272eb7ed7e4: Layer already exists [2026-03-16T03:00:15.707Z] cc532def3811: Layer already exists [2026-03-16T03:00:15.707Z] cce92674e987: Layer already exists [2026-03-16T03:00:15.707Z] 4.1.0-dev.103: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:16.028Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:16.353Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:16.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-16T03:00:16.354Z] f272eb7ed7e4: Preparing [2026-03-16T03:00:16.354Z] c904a9d3bffd: Preparing [2026-03-16T03:00:16.354Z] 89404c26569a: Preparing [2026-03-16T03:00:16.354Z] 060e78f6309b: Preparing [2026-03-16T03:00:16.354Z] 7f662eba02a9: Preparing [2026-03-16T03:00:16.354Z] cc532def3811: Preparing [2026-03-16T03:00:16.354Z] cce92674e987: Preparing [2026-03-16T03:00:16.354Z] cc532def3811: Waiting [2026-03-16T03:00:16.354Z] cce92674e987: Waiting [2026-03-16T03:00:16.354Z] c904a9d3bffd: Layer already exists [2026-03-16T03:00:16.354Z] f272eb7ed7e4: Layer already exists [2026-03-16T03:00:16.354Z] 7f662eba02a9: Layer already exists [2026-03-16T03:00:16.354Z] 89404c26569a: Layer already exists [2026-03-16T03:00:16.354Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:16.354Z] cce92674e987: Layer already exists [2026-03-16T03:00:16.354Z] cc532def3811: Layer already exists [2026-03-16T03:00:16.354Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:16.681Z] + 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-16T03:00:17.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-16T03:00:17.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-03-16T03:00:17.007Z] f272eb7ed7e4: Preparing [2026-03-16T03:00:17.007Z] c904a9d3bffd: Preparing [2026-03-16T03:00:17.007Z] 89404c26569a: Preparing [2026-03-16T03:00:17.007Z] 060e78f6309b: Preparing [2026-03-16T03:00:17.007Z] 7f662eba02a9: Preparing [2026-03-16T03:00:17.007Z] cc532def3811: Preparing [2026-03-16T03:00:17.007Z] cce92674e987: Preparing [2026-03-16T03:00:17.007Z] cc532def3811: Waiting [2026-03-16T03:00:17.007Z] cce92674e987: Waiting [2026-03-16T03:00:17.007Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:17.007Z] c904a9d3bffd: Layer already exists [2026-03-16T03:00:17.007Z] f272eb7ed7e4: Layer already exists [2026-03-16T03:00:17.007Z] 89404c26569a: Layer already exists [2026-03-16T03:00:17.007Z] 7f662eba02a9: Layer already exists [2026-03-16T03:00:17.007Z] cce92674e987: Layer already exists [2026-03-16T03:00:17.007Z] cc532def3811: Layer already exists [2026-03-16T03:00:17.007Z] main: digest: sha256:58afcaa1d1b7da9adc599e4c9cd84d2c747151e52a96c89b85a71b55e061a924 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:00:17.096Z] ===================================================== [Pipeline] echo [2026-03-16T03:00:17.112Z] taggedImages: [2026-03-16T03:00:17.112Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:17.112Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-16T03:00:17.112Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 [2026-03-16T03:00:17.112Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:17.112Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2026-03-16T03:00:17.149Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2026-03-16T03:00:17.149Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:17.149Z] latest [2026-03-16T03:00:17.149Z] 4.1.0-dev.103 [2026-03-16T03:00:17.149Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:17.149Z] main [2026-03-16T03:00:17.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:17.503Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:17.831Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:17.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-16T03:00:17.832Z] 739b94e63db5: Preparing [2026-03-16T03:00:17.832Z] ea0fc7305cf5: Preparing [2026-03-16T03:00:17.832Z] 5faa32f8039e: Preparing [2026-03-16T03:00:17.832Z] 89404c26569a: Preparing [2026-03-16T03:00:17.832Z] 060e78f6309b: Preparing [2026-03-16T03:00:17.832Z] fbf6b5d7c3af: Preparing [2026-03-16T03:00:17.832Z] be08bc3b332d: Preparing [2026-03-16T03:00:17.832Z] 13bd7ae23034: Preparing [2026-03-16T03:00:17.832Z] 90a2684ee743: Preparing [2026-03-16T03:00:17.832Z] cce92674e987: Preparing [2026-03-16T03:00:17.832Z] fbf6b5d7c3af: Waiting [2026-03-16T03:00:17.832Z] be08bc3b332d: Waiting [2026-03-16T03:00:17.832Z] cce92674e987: Waiting [2026-03-16T03:00:17.832Z] 90a2684ee743: Waiting [2026-03-16T03:00:17.832Z] 13bd7ae23034: Waiting [2026-03-16T03:00:17.832Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:17.832Z] 89404c26569a: Layer already exists [2026-03-16T03:00:17.832Z] 739b94e63db5: Pushed [2026-03-16T03:00:17.832Z] ea0fc7305cf5: Pushed [2026-03-16T03:00:17.832Z] 5faa32f8039e: Pushed [2026-03-16T03:00:17.832Z] cce92674e987: Layer already exists [2026-03-16T03:00:17.832Z] 13bd7ae23034: Pushed [2026-03-16T03:00:18.403Z] 90a2684ee743: Pushed [2026-03-16T03:00:23.671Z] be08bc3b332d: Pushed [2026-03-16T03:00:31.797Z] fbf6b5d7c3af: Pushed [2026-03-16T03:00:31.797Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:32.118Z] + 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-16T03:00:32.441Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-16T03:00:32.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-16T03:00:32.441Z] 739b94e63db5: Preparing [2026-03-16T03:00:32.441Z] ea0fc7305cf5: Preparing [2026-03-16T03:00:32.441Z] 5faa32f8039e: Preparing [2026-03-16T03:00:32.441Z] 89404c26569a: Preparing [2026-03-16T03:00:32.441Z] 060e78f6309b: Preparing [2026-03-16T03:00:32.441Z] fbf6b5d7c3af: Preparing [2026-03-16T03:00:32.441Z] be08bc3b332d: Preparing [2026-03-16T03:00:32.441Z] 13bd7ae23034: Preparing [2026-03-16T03:00:32.441Z] 90a2684ee743: Preparing [2026-03-16T03:00:32.441Z] cce92674e987: Preparing [2026-03-16T03:00:32.441Z] be08bc3b332d: Waiting [2026-03-16T03:00:32.441Z] 13bd7ae23034: Waiting [2026-03-16T03:00:32.441Z] fbf6b5d7c3af: Waiting [2026-03-16T03:00:32.441Z] 90a2684ee743: Waiting [2026-03-16T03:00:32.441Z] cce92674e987: Waiting [2026-03-16T03:00:32.441Z] 739b94e63db5: Layer already exists [2026-03-16T03:00:32.441Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:32.441Z] 5faa32f8039e: Layer already exists [2026-03-16T03:00:32.441Z] 89404c26569a: Layer already exists [2026-03-16T03:00:32.441Z] ea0fc7305cf5: Layer already exists [2026-03-16T03:00:32.441Z] fbf6b5d7c3af: Layer already exists [2026-03-16T03:00:32.441Z] 13bd7ae23034: Layer already exists [2026-03-16T03:00:32.441Z] be08bc3b332d: Layer already exists [2026-03-16T03:00:32.441Z] cce92674e987: Layer already exists [2026-03-16T03:00:32.441Z] 90a2684ee743: Layer already exists [2026-03-16T03:00:32.441Z] latest: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:32.757Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:33.080Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 [2026-03-16T03:00:33.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-16T03:00:33.081Z] 739b94e63db5: Preparing [2026-03-16T03:00:33.081Z] ea0fc7305cf5: Preparing [2026-03-16T03:00:33.081Z] 5faa32f8039e: Preparing [2026-03-16T03:00:33.081Z] 89404c26569a: Preparing [2026-03-16T03:00:33.081Z] 060e78f6309b: Preparing [2026-03-16T03:00:33.081Z] fbf6b5d7c3af: Preparing [2026-03-16T03:00:33.081Z] be08bc3b332d: Preparing [2026-03-16T03:00:33.081Z] 13bd7ae23034: Preparing [2026-03-16T03:00:33.081Z] 90a2684ee743: Preparing [2026-03-16T03:00:33.081Z] cce92674e987: Preparing [2026-03-16T03:00:33.081Z] fbf6b5d7c3af: Waiting [2026-03-16T03:00:33.081Z] 90a2684ee743: Waiting [2026-03-16T03:00:33.081Z] be08bc3b332d: Waiting [2026-03-16T03:00:33.081Z] cce92674e987: Waiting [2026-03-16T03:00:33.081Z] 13bd7ae23034: Waiting [2026-03-16T03:00:33.081Z] 739b94e63db5: Layer already exists [2026-03-16T03:00:33.081Z] 89404c26569a: Layer already exists [2026-03-16T03:00:33.081Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:33.081Z] 5faa32f8039e: Layer already exists [2026-03-16T03:00:33.081Z] ea0fc7305cf5: Layer already exists [2026-03-16T03:00:33.081Z] fbf6b5d7c3af: Layer already exists [2026-03-16T03:00:33.081Z] be08bc3b332d: Layer already exists [2026-03-16T03:00:33.081Z] 13bd7ae23034: Layer already exists [2026-03-16T03:00:33.081Z] cce92674e987: Layer already exists [2026-03-16T03:00:33.081Z] 90a2684ee743: Layer already exists [2026-03-16T03:00:33.081Z] 4.1.0-dev.103: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:33.408Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:33.732Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:33.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-16T03:00:33.732Z] 739b94e63db5: Preparing [2026-03-16T03:00:33.732Z] ea0fc7305cf5: Preparing [2026-03-16T03:00:33.732Z] 5faa32f8039e: Preparing [2026-03-16T03:00:33.732Z] 89404c26569a: Preparing [2026-03-16T03:00:33.732Z] 060e78f6309b: Preparing [2026-03-16T03:00:33.732Z] fbf6b5d7c3af: Preparing [2026-03-16T03:00:33.732Z] be08bc3b332d: Preparing [2026-03-16T03:00:33.732Z] 13bd7ae23034: Preparing [2026-03-16T03:00:33.732Z] 90a2684ee743: Preparing [2026-03-16T03:00:33.732Z] cce92674e987: Preparing [2026-03-16T03:00:33.732Z] fbf6b5d7c3af: Waiting [2026-03-16T03:00:33.732Z] be08bc3b332d: Waiting [2026-03-16T03:00:33.733Z] 13bd7ae23034: Waiting [2026-03-16T03:00:33.733Z] 90a2684ee743: Waiting [2026-03-16T03:00:33.733Z] cce92674e987: Waiting [2026-03-16T03:00:33.733Z] 5faa32f8039e: Layer already exists [2026-03-16T03:00:33.733Z] 739b94e63db5: Layer already exists [2026-03-16T03:00:33.733Z] ea0fc7305cf5: Layer already exists [2026-03-16T03:00:33.733Z] 89404c26569a: Layer already exists [2026-03-16T03:00:33.733Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:33.733Z] fbf6b5d7c3af: Layer already exists [2026-03-16T03:00:33.733Z] be08bc3b332d: Layer already exists [2026-03-16T03:00:33.733Z] 13bd7ae23034: Layer already exists [2026-03-16T03:00:33.733Z] 90a2684ee743: Layer already exists [2026-03-16T03:00:33.733Z] cce92674e987: Layer already exists [2026-03-16T03:00:33.733Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:34.055Z] + 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-16T03:00:34.376Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-16T03:00:34.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-03-16T03:00:34.376Z] 739b94e63db5: Preparing [2026-03-16T03:00:34.376Z] ea0fc7305cf5: Preparing [2026-03-16T03:00:34.376Z] 5faa32f8039e: Preparing [2026-03-16T03:00:34.376Z] 89404c26569a: Preparing [2026-03-16T03:00:34.376Z] 060e78f6309b: Preparing [2026-03-16T03:00:34.376Z] fbf6b5d7c3af: Preparing [2026-03-16T03:00:34.376Z] be08bc3b332d: Preparing [2026-03-16T03:00:34.376Z] 13bd7ae23034: Preparing [2026-03-16T03:00:34.376Z] 90a2684ee743: Preparing [2026-03-16T03:00:34.376Z] cce92674e987: Preparing [2026-03-16T03:00:34.376Z] be08bc3b332d: Waiting [2026-03-16T03:00:34.376Z] fbf6b5d7c3af: Waiting [2026-03-16T03:00:34.376Z] 13bd7ae23034: Waiting [2026-03-16T03:00:34.376Z] 90a2684ee743: Waiting [2026-03-16T03:00:34.376Z] cce92674e987: Waiting [2026-03-16T03:00:34.376Z] ea0fc7305cf5: Layer already exists [2026-03-16T03:00:34.376Z] 5faa32f8039e: Layer already exists [2026-03-16T03:00:34.377Z] 89404c26569a: Layer already exists [2026-03-16T03:00:34.377Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:34.377Z] 739b94e63db5: Layer already exists [2026-03-16T03:00:34.377Z] fbf6b5d7c3af: Layer already exists [2026-03-16T03:00:34.377Z] 13bd7ae23034: Layer already exists [2026-03-16T03:00:34.377Z] be08bc3b332d: Layer already exists [2026-03-16T03:00:34.377Z] 90a2684ee743: Layer already exists [2026-03-16T03:00:34.377Z] cce92674e987: Layer already exists [2026-03-16T03:00:34.377Z] main: digest: sha256:b18f30a4610a975ad94d6b9d009b1e301197fe8e85ec926fafe6f879c17224ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:00:34.460Z] ===================================================== [Pipeline] echo [2026-03-16T03:00:34.471Z] taggedImages: [2026-03-16T03:00:34.471Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:34.471Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-16T03:00:34.471Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 [2026-03-16T03:00:34.471Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:34.471Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2026-03-16T03:00:34.495Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2026-03-16T03:00:34.495Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:34.495Z] latest [2026-03-16T03:00:34.495Z] 4.1.0-dev.103 [2026-03-16T03:00:34.495Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:34.495Z] main [2026-03-16T03:00:34.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:34.839Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:35.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:35.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-16T03:00:35.166Z] 5036605f674b: Preparing [2026-03-16T03:00:35.166Z] ca5d51da03e3: Preparing [2026-03-16T03:00:35.166Z] a8da8d743b8a: Preparing [2026-03-16T03:00:35.166Z] 89404c26569a: Preparing [2026-03-16T03:00:35.166Z] 060e78f6309b: Preparing [2026-03-16T03:00:35.166Z] 3f1570f981dd: Preparing [2026-03-16T03:00:35.166Z] f647672d03c2: Preparing [2026-03-16T03:00:35.166Z] 2aa4fe0cbb25: Preparing [2026-03-16T03:00:35.166Z] cce92674e987: Preparing [2026-03-16T03:00:35.166Z] f647672d03c2: Waiting [2026-03-16T03:00:35.166Z] 2aa4fe0cbb25: Waiting [2026-03-16T03:00:35.166Z] 3f1570f981dd: Waiting [2026-03-16T03:00:35.166Z] cce92674e987: Waiting [2026-03-16T03:00:35.166Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:35.166Z] 89404c26569a: Layer already exists [2026-03-16T03:00:35.166Z] a8da8d743b8a: Pushed [2026-03-16T03:00:35.166Z] ca5d51da03e3: Pushed [2026-03-16T03:00:35.166Z] f647672d03c2: Pushed [2026-03-16T03:00:35.166Z] 5036605f674b: Pushed [2026-03-16T03:00:35.166Z] cce92674e987: Layer already exists [2026-03-16T03:00:35.735Z] 2aa4fe0cbb25: Pushed [2026-03-16T03:00:50.623Z] 3f1570f981dd: Pushed [2026-03-16T03:00:50.623Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:50.967Z] + 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-16T03:00:51.388Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-16T03:00:51.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-16T03:00:51.388Z] 5036605f674b: Preparing [2026-03-16T03:00:51.388Z] ca5d51da03e3: Preparing [2026-03-16T03:00:51.388Z] a8da8d743b8a: Preparing [2026-03-16T03:00:51.388Z] 89404c26569a: Preparing [2026-03-16T03:00:51.388Z] 060e78f6309b: Preparing [2026-03-16T03:00:51.388Z] 3f1570f981dd: Preparing [2026-03-16T03:00:51.388Z] f647672d03c2: Preparing [2026-03-16T03:00:51.388Z] 3f1570f981dd: Waiting [2026-03-16T03:00:51.388Z] 2aa4fe0cbb25: Preparing [2026-03-16T03:00:51.388Z] cce92674e987: Preparing [2026-03-16T03:00:51.388Z] f647672d03c2: Waiting [2026-03-16T03:00:51.388Z] 2aa4fe0cbb25: Waiting [2026-03-16T03:00:51.388Z] cce92674e987: Waiting [2026-03-16T03:00:51.388Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:51.388Z] 5036605f674b: Layer already exists [2026-03-16T03:00:51.388Z] a8da8d743b8a: Layer already exists [2026-03-16T03:00:51.388Z] ca5d51da03e3: Layer already exists [2026-03-16T03:00:51.388Z] 89404c26569a: Layer already exists [2026-03-16T03:00:51.388Z] 3f1570f981dd: Layer already exists [2026-03-16T03:00:51.388Z] cce92674e987: Layer already exists [2026-03-16T03:00:51.388Z] f647672d03c2: Layer already exists [2026-03-16T03:00:51.388Z] 2aa4fe0cbb25: Layer already exists [2026-03-16T03:00:51.388Z] latest: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:51.770Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:52.142Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 [2026-03-16T03:00:52.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-16T03:00:52.142Z] 5036605f674b: Preparing [2026-03-16T03:00:52.142Z] ca5d51da03e3: Preparing [2026-03-16T03:00:52.142Z] a8da8d743b8a: Preparing [2026-03-16T03:00:52.142Z] 89404c26569a: Preparing [2026-03-16T03:00:52.142Z] 060e78f6309b: Preparing [2026-03-16T03:00:52.142Z] 3f1570f981dd: Preparing [2026-03-16T03:00:52.142Z] f647672d03c2: Preparing [2026-03-16T03:00:52.142Z] 2aa4fe0cbb25: Preparing [2026-03-16T03:00:52.142Z] cce92674e987: Preparing [2026-03-16T03:00:52.142Z] 3f1570f981dd: Waiting [2026-03-16T03:00:52.142Z] f647672d03c2: Waiting [2026-03-16T03:00:52.142Z] cce92674e987: Waiting [2026-03-16T03:00:52.142Z] a8da8d743b8a: Layer already exists [2026-03-16T03:00:52.142Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:52.142Z] ca5d51da03e3: Layer already exists [2026-03-16T03:00:52.142Z] 89404c26569a: Layer already exists [2026-03-16T03:00:52.142Z] 3f1570f981dd: Layer already exists [2026-03-16T03:00:52.142Z] 5036605f674b: Layer already exists [2026-03-16T03:00:52.142Z] cce92674e987: Layer already exists [2026-03-16T03:00:52.142Z] 2aa4fe0cbb25: Layer already exists [2026-03-16T03:00:52.142Z] f647672d03c2: Layer already exists [2026-03-16T03:00:52.142Z] 4.1.0-dev.103: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:52.464Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:52.789Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:52.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-16T03:00:52.789Z] 5036605f674b: Preparing [2026-03-16T03:00:52.789Z] ca5d51da03e3: Preparing [2026-03-16T03:00:52.789Z] a8da8d743b8a: Preparing [2026-03-16T03:00:52.789Z] 89404c26569a: Preparing [2026-03-16T03:00:52.789Z] 060e78f6309b: Preparing [2026-03-16T03:00:52.789Z] 3f1570f981dd: Preparing [2026-03-16T03:00:52.789Z] f647672d03c2: Preparing [2026-03-16T03:00:52.789Z] 2aa4fe0cbb25: Preparing [2026-03-16T03:00:52.789Z] cce92674e987: Preparing [2026-03-16T03:00:52.789Z] f647672d03c2: Waiting [2026-03-16T03:00:52.789Z] 2aa4fe0cbb25: Waiting [2026-03-16T03:00:52.789Z] cce92674e987: Waiting [2026-03-16T03:00:52.789Z] 3f1570f981dd: Waiting [2026-03-16T03:00:52.789Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:52.789Z] ca5d51da03e3: Layer already exists [2026-03-16T03:00:52.789Z] 89404c26569a: Layer already exists [2026-03-16T03:00:52.789Z] a8da8d743b8a: Layer already exists [2026-03-16T03:00:52.789Z] 5036605f674b: Layer already exists [2026-03-16T03:00:52.789Z] 2aa4fe0cbb25: Layer already exists [2026-03-16T03:00:52.789Z] 3f1570f981dd: Layer already exists [2026-03-16T03:00:52.789Z] f647672d03c2: Layer already exists [2026-03-16T03:00:52.789Z] cce92674e987: Layer already exists [2026-03-16T03:00:52.789Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:53.107Z] + 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-16T03:00:53.428Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-16T03:00:53.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-03-16T03:00:53.428Z] 5036605f674b: Preparing [2026-03-16T03:00:53.428Z] ca5d51da03e3: Preparing [2026-03-16T03:00:53.428Z] a8da8d743b8a: Preparing [2026-03-16T03:00:53.428Z] 89404c26569a: Preparing [2026-03-16T03:00:53.428Z] 060e78f6309b: Preparing [2026-03-16T03:00:53.428Z] 3f1570f981dd: Preparing [2026-03-16T03:00:53.428Z] f647672d03c2: Preparing [2026-03-16T03:00:53.428Z] 3f1570f981dd: Waiting [2026-03-16T03:00:53.428Z] 2aa4fe0cbb25: Preparing [2026-03-16T03:00:53.428Z] cce92674e987: Preparing [2026-03-16T03:00:53.428Z] f647672d03c2: Waiting [2026-03-16T03:00:53.428Z] 2aa4fe0cbb25: Waiting [2026-03-16T03:00:53.428Z] cce92674e987: Waiting [2026-03-16T03:00:53.428Z] a8da8d743b8a: Layer already exists [2026-03-16T03:00:53.428Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:53.428Z] 5036605f674b: Layer already exists [2026-03-16T03:00:53.428Z] ca5d51da03e3: Layer already exists [2026-03-16T03:00:53.428Z] 89404c26569a: Layer already exists [2026-03-16T03:00:53.428Z] 2aa4fe0cbb25: Layer already exists [2026-03-16T03:00:53.428Z] 3f1570f981dd: Layer already exists [2026-03-16T03:00:53.428Z] cce92674e987: Layer already exists [2026-03-16T03:00:53.428Z] f647672d03c2: Layer already exists [2026-03-16T03:00:53.428Z] main: digest: sha256:9b305502e8d15c7d0db512e4dc4e19b08cda99f90a3748f688a382accf4c5b45 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:00:53.501Z] ===================================================== [Pipeline] echo [2026-03-16T03:00:53.511Z] taggedImages: [2026-03-16T03:00:53.511Z] - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:53.511Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-16T03:00:53.511Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 [2026-03-16T03:00:53.511Z] - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:53.511Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2026-03-16T03:00:53.538Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2026-03-16T03:00:53.538Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:53.538Z] latest [2026-03-16T03:00:53.538Z] 4.1.0-dev.103 [2026-03-16T03:00:53.538Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:00:53.538Z] main [2026-03-16T03:00:53.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:53.879Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:00:54.201Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:00:54.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-16T03:00:54.201Z] 739b94e63db5: Preparing [2026-03-16T03:00:54.201Z] f1f7786bb9c8: Preparing [2026-03-16T03:00:54.201Z] 2db84d16f94e: Preparing [2026-03-16T03:00:54.201Z] 89404c26569a: Preparing [2026-03-16T03:00:54.201Z] 060e78f6309b: Preparing [2026-03-16T03:00:54.201Z] 2f37cfd23c5a: Preparing [2026-03-16T03:00:54.201Z] 13bd7ae23034: Preparing [2026-03-16T03:00:54.201Z] 90a2684ee743: Preparing [2026-03-16T03:00:54.201Z] cce92674e987: Preparing [2026-03-16T03:00:54.201Z] 2f37cfd23c5a: Waiting [2026-03-16T03:00:54.201Z] 13bd7ae23034: Waiting [2026-03-16T03:00:54.201Z] 90a2684ee743: Waiting [2026-03-16T03:00:54.201Z] cce92674e987: Waiting [2026-03-16T03:00:54.201Z] 739b94e63db5: Layer already exists [2026-03-16T03:00:54.201Z] 060e78f6309b: Layer already exists [2026-03-16T03:00:54.201Z] 89404c26569a: Layer already exists [2026-03-16T03:00:54.201Z] 13bd7ae23034: Layer already exists [2026-03-16T03:00:54.201Z] 90a2684ee743: Layer already exists [2026-03-16T03:00:54.201Z] cce92674e987: Layer already exists [2026-03-16T03:00:54.201Z] 2db84d16f94e: Pushed [2026-03-16T03:00:54.201Z] f1f7786bb9c8: Pushed [2026-03-16T03:01:09.085Z] 2f37cfd23c5a: Pushed [2026-03-16T03:01:09.085Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:09.418Z] + 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-16T03:01:09.742Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-16T03:01:09.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-16T03:01:09.742Z] 739b94e63db5: Preparing [2026-03-16T03:01:09.742Z] f1f7786bb9c8: Preparing [2026-03-16T03:01:09.742Z] 2db84d16f94e: Preparing [2026-03-16T03:01:09.742Z] 89404c26569a: Preparing [2026-03-16T03:01:09.742Z] 060e78f6309b: Preparing [2026-03-16T03:01:09.742Z] 2f37cfd23c5a: Preparing [2026-03-16T03:01:09.742Z] 13bd7ae23034: Preparing [2026-03-16T03:01:09.742Z] 90a2684ee743: Preparing [2026-03-16T03:01:09.742Z] cce92674e987: Preparing [2026-03-16T03:01:09.742Z] 13bd7ae23034: Waiting [2026-03-16T03:01:09.742Z] 90a2684ee743: Waiting [2026-03-16T03:01:09.742Z] cce92674e987: Waiting [2026-03-16T03:01:09.742Z] 2f37cfd23c5a: Waiting [2026-03-16T03:01:09.742Z] f1f7786bb9c8: Layer already exists [2026-03-16T03:01:09.742Z] 2db84d16f94e: Layer already exists [2026-03-16T03:01:09.742Z] 739b94e63db5: Layer already exists [2026-03-16T03:01:09.742Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:09.742Z] 89404c26569a: Layer already exists [2026-03-16T03:01:09.742Z] 13bd7ae23034: Layer already exists [2026-03-16T03:01:09.742Z] 2f37cfd23c5a: Layer already exists [2026-03-16T03:01:09.742Z] 90a2684ee743: Layer already exists [2026-03-16T03:01:09.742Z] cce92674e987: Layer already exists [2026-03-16T03:01:09.742Z] latest: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:10.067Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:10.383Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 [2026-03-16T03:01:10.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-16T03:01:10.383Z] 739b94e63db5: Preparing [2026-03-16T03:01:10.383Z] f1f7786bb9c8: Preparing [2026-03-16T03:01:10.383Z] 2db84d16f94e: Preparing [2026-03-16T03:01:10.383Z] 89404c26569a: Preparing [2026-03-16T03:01:10.383Z] 060e78f6309b: Preparing [2026-03-16T03:01:10.383Z] 2f37cfd23c5a: Preparing [2026-03-16T03:01:10.383Z] 13bd7ae23034: Preparing [2026-03-16T03:01:10.383Z] 90a2684ee743: Preparing [2026-03-16T03:01:10.383Z] 2f37cfd23c5a: Waiting [2026-03-16T03:01:10.383Z] 13bd7ae23034: Waiting [2026-03-16T03:01:10.383Z] 90a2684ee743: Waiting [2026-03-16T03:01:10.383Z] cce92674e987: Preparing [2026-03-16T03:01:10.383Z] cce92674e987: Waiting [2026-03-16T03:01:10.383Z] 739b94e63db5: Layer already exists [2026-03-16T03:01:10.383Z] 89404c26569a: Layer already exists [2026-03-16T03:01:10.383Z] 2db84d16f94e: Layer already exists [2026-03-16T03:01:10.383Z] f1f7786bb9c8: Layer already exists [2026-03-16T03:01:10.383Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:10.383Z] 2f37cfd23c5a: Layer already exists [2026-03-16T03:01:10.383Z] 13bd7ae23034: Layer already exists [2026-03-16T03:01:10.383Z] cce92674e987: Layer already exists [2026-03-16T03:01:10.383Z] 90a2684ee743: Layer already exists [2026-03-16T03:01:10.383Z] 4.1.0-dev.103: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:10.699Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:11.017Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:11.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-16T03:01:11.017Z] 739b94e63db5: Preparing [2026-03-16T03:01:11.017Z] f1f7786bb9c8: Preparing [2026-03-16T03:01:11.017Z] 2db84d16f94e: Preparing [2026-03-16T03:01:11.017Z] 89404c26569a: Preparing [2026-03-16T03:01:11.017Z] 060e78f6309b: Preparing [2026-03-16T03:01:11.017Z] 2f37cfd23c5a: Preparing [2026-03-16T03:01:11.017Z] 13bd7ae23034: Preparing [2026-03-16T03:01:11.017Z] 90a2684ee743: Preparing [2026-03-16T03:01:11.017Z] cce92674e987: Preparing [2026-03-16T03:01:11.017Z] 90a2684ee743: Waiting [2026-03-16T03:01:11.017Z] 13bd7ae23034: Waiting [2026-03-16T03:01:11.017Z] cce92674e987: Waiting [2026-03-16T03:01:11.017Z] 2f37cfd23c5a: Waiting [2026-03-16T03:01:11.017Z] 89404c26569a: Layer already exists [2026-03-16T03:01:11.017Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:11.017Z] 739b94e63db5: Layer already exists [2026-03-16T03:01:11.017Z] 2db84d16f94e: Layer already exists [2026-03-16T03:01:11.017Z] f1f7786bb9c8: Layer already exists [2026-03-16T03:01:11.017Z] 2f37cfd23c5a: Layer already exists [2026-03-16T03:01:11.017Z] cce92674e987: Layer already exists [2026-03-16T03:01:11.017Z] 13bd7ae23034: Layer already exists [2026-03-16T03:01:11.017Z] 90a2684ee743: Layer already exists [2026-03-16T03:01:11.017Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:11.343Z] + 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-16T03:01:11.661Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-16T03:01:11.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-03-16T03:01:11.661Z] 739b94e63db5: Preparing [2026-03-16T03:01:11.661Z] f1f7786bb9c8: Preparing [2026-03-16T03:01:11.661Z] 2db84d16f94e: Preparing [2026-03-16T03:01:11.661Z] 89404c26569a: Preparing [2026-03-16T03:01:11.661Z] 060e78f6309b: Preparing [2026-03-16T03:01:11.661Z] 2f37cfd23c5a: Preparing [2026-03-16T03:01:11.661Z] 13bd7ae23034: Preparing [2026-03-16T03:01:11.661Z] 90a2684ee743: Preparing [2026-03-16T03:01:11.661Z] cce92674e987: Preparing [2026-03-16T03:01:11.661Z] 2f37cfd23c5a: Waiting [2026-03-16T03:01:11.661Z] 13bd7ae23034: Waiting [2026-03-16T03:01:11.661Z] 90a2684ee743: Waiting [2026-03-16T03:01:11.661Z] cce92674e987: Waiting [2026-03-16T03:01:11.661Z] 2db84d16f94e: Layer already exists [2026-03-16T03:01:11.661Z] 89404c26569a: Layer already exists [2026-03-16T03:01:11.661Z] 739b94e63db5: Layer already exists [2026-03-16T03:01:11.661Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:11.661Z] f1f7786bb9c8: Layer already exists [2026-03-16T03:01:11.661Z] 13bd7ae23034: Layer already exists [2026-03-16T03:01:11.661Z] 90a2684ee743: Layer already exists [2026-03-16T03:01:11.661Z] 2f37cfd23c5a: Layer already exists [2026-03-16T03:01:11.661Z] cce92674e987: Layer already exists [2026-03-16T03:01:11.661Z] main: digest: sha256:7e60b90e1d3b1cb0d40572a1f6bcdd09f8d04cfeab44c0af7f91fe8d1abe50d7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:01:11.726Z] ===================================================== [Pipeline] echo [2026-03-16T03:01:11.738Z] taggedImages: [2026-03-16T03:01:11.738Z] - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:11.738Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-16T03:01:11.738Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 [2026-03-16T03:01:11.738Z] - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:11.738Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2026-03-16T03:01:11.762Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2026-03-16T03:01:11.762Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:11.762Z] latest [2026-03-16T03:01:11.762Z] 4.1.0-dev.103 [2026-03-16T03:01:11.762Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:11.762Z] main [2026-03-16T03:01:11.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:12.097Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:12.415Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:12.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-16T03:01:12.415Z] 9fafdd2aded8: Preparing [2026-03-16T03:01:12.415Z] 328b6fc2c64f: Preparing [2026-03-16T03:01:12.415Z] 89404c26569a: Preparing [2026-03-16T03:01:12.415Z] 060e78f6309b: Preparing [2026-03-16T03:01:12.415Z] eb788feeed17: Preparing [2026-03-16T03:01:12.415Z] 914f6d5bd8e4: Preparing [2026-03-16T03:01:12.415Z] cce92674e987: Preparing [2026-03-16T03:01:12.415Z] 914f6d5bd8e4: Waiting [2026-03-16T03:01:12.415Z] cce92674e987: Waiting [2026-03-16T03:01:12.415Z] 89404c26569a: Layer already exists [2026-03-16T03:01:12.415Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:12.415Z] cce92674e987: Layer already exists [2026-03-16T03:01:12.415Z] 9fafdd2aded8: Pushed [2026-03-16T03:01:12.415Z] eb788feeed17: Pushed [2026-03-16T03:01:12.982Z] 914f6d5bd8e4: Pushed [2026-03-16T03:01:17.174Z] 328b6fc2c64f: Pushed [2026-03-16T03:01:17.174Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:17.493Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:17.805Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-16T03:01:17.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-16T03:01:17.805Z] 9fafdd2aded8: Preparing [2026-03-16T03:01:17.805Z] 328b6fc2c64f: Preparing [2026-03-16T03:01:17.805Z] 89404c26569a: Preparing [2026-03-16T03:01:17.805Z] 060e78f6309b: Preparing [2026-03-16T03:01:17.805Z] eb788feeed17: Preparing [2026-03-16T03:01:17.805Z] 914f6d5bd8e4: Preparing [2026-03-16T03:01:17.805Z] cce92674e987: Preparing [2026-03-16T03:01:17.805Z] 914f6d5bd8e4: Waiting [2026-03-16T03:01:17.805Z] cce92674e987: Waiting [2026-03-16T03:01:17.805Z] 328b6fc2c64f: Layer already exists [2026-03-16T03:01:17.805Z] eb788feeed17: Layer already exists [2026-03-16T03:01:17.805Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:17.805Z] 89404c26569a: Layer already exists [2026-03-16T03:01:17.805Z] 9fafdd2aded8: Layer already exists [2026-03-16T03:01:17.805Z] cce92674e987: Layer already exists [2026-03-16T03:01:17.805Z] 914f6d5bd8e4: Layer already exists [2026-03-16T03:01:17.805Z] latest: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:18.124Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:18.438Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 [2026-03-16T03:01:18.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-16T03:01:18.438Z] 9fafdd2aded8: Preparing [2026-03-16T03:01:18.438Z] 328b6fc2c64f: Preparing [2026-03-16T03:01:18.438Z] 89404c26569a: Preparing [2026-03-16T03:01:18.438Z] 060e78f6309b: Preparing [2026-03-16T03:01:18.438Z] eb788feeed17: Preparing [2026-03-16T03:01:18.438Z] 914f6d5bd8e4: Preparing [2026-03-16T03:01:18.438Z] cce92674e987: Preparing [2026-03-16T03:01:18.438Z] 914f6d5bd8e4: Waiting [2026-03-16T03:01:18.438Z] cce92674e987: Waiting [2026-03-16T03:01:18.438Z] eb788feeed17: Layer already exists [2026-03-16T03:01:18.438Z] 9fafdd2aded8: Layer already exists [2026-03-16T03:01:18.438Z] 89404c26569a: Layer already exists [2026-03-16T03:01:18.438Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:18.438Z] 328b6fc2c64f: Layer already exists [2026-03-16T03:01:18.438Z] 914f6d5bd8e4: Layer already exists [2026-03-16T03:01:18.438Z] cce92674e987: Layer already exists [2026-03-16T03:01:18.438Z] 4.1.0-dev.103: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:18.754Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:19.072Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:19.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-16T03:01:19.072Z] 9fafdd2aded8: Preparing [2026-03-16T03:01:19.072Z] 328b6fc2c64f: Preparing [2026-03-16T03:01:19.072Z] 89404c26569a: Preparing [2026-03-16T03:01:19.072Z] 060e78f6309b: Preparing [2026-03-16T03:01:19.072Z] eb788feeed17: Preparing [2026-03-16T03:01:19.072Z] 914f6d5bd8e4: Preparing [2026-03-16T03:01:19.072Z] cce92674e987: Preparing [2026-03-16T03:01:19.072Z] 914f6d5bd8e4: Waiting [2026-03-16T03:01:19.072Z] cce92674e987: Waiting [2026-03-16T03:01:19.072Z] eb788feeed17: Layer already exists [2026-03-16T03:01:19.072Z] 328b6fc2c64f: Layer already exists [2026-03-16T03:01:19.072Z] 9fafdd2aded8: Layer already exists [2026-03-16T03:01:19.072Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:19.072Z] 89404c26569a: Layer already exists [2026-03-16T03:01:19.072Z] 914f6d5bd8e4: Layer already exists [2026-03-16T03:01:19.072Z] cce92674e987: Layer already exists [2026-03-16T03:01:19.072Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:19.387Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:19.698Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-16T03:01:19.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-03-16T03:01:19.698Z] 9fafdd2aded8: Preparing [2026-03-16T03:01:19.698Z] 328b6fc2c64f: Preparing [2026-03-16T03:01:19.698Z] 89404c26569a: Preparing [2026-03-16T03:01:19.698Z] 060e78f6309b: Preparing [2026-03-16T03:01:19.698Z] eb788feeed17: Preparing [2026-03-16T03:01:19.698Z] 914f6d5bd8e4: Preparing [2026-03-16T03:01:19.698Z] cce92674e987: Preparing [2026-03-16T03:01:19.698Z] cce92674e987: Waiting [2026-03-16T03:01:19.698Z] 914f6d5bd8e4: Waiting [2026-03-16T03:01:19.698Z] 89404c26569a: Layer already exists [2026-03-16T03:01:19.698Z] eb788feeed17: Layer already exists [2026-03-16T03:01:19.698Z] 328b6fc2c64f: Layer already exists [2026-03-16T03:01:19.698Z] 9fafdd2aded8: Layer already exists [2026-03-16T03:01:19.698Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:19.698Z] 914f6d5bd8e4: Layer already exists [2026-03-16T03:01:19.698Z] cce92674e987: Layer already exists [2026-03-16T03:01:19.698Z] main: digest: sha256:011eca5da5f416cf743599ef7d389459a1585a3c8fe2af9eb1e78125c2592c42 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:01:19.762Z] ===================================================== [Pipeline] echo [2026-03-16T03:01:19.772Z] taggedImages: [2026-03-16T03:01:19.772Z] - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:19.772Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-16T03:01:19.772Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 [2026-03-16T03:01:19.772Z] - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:19.772Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2026-03-16T03:01:19.794Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2026-03-16T03:01:19.794Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:19.794Z] latest [2026-03-16T03:01:19.794Z] 4.1.0-dev.103 [2026-03-16T03:01:19.794Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:19.794Z] main [2026-03-16T03:01:19.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:20.122Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:20.423Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:20.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-16T03:01:20.423Z] 872010bad35a: Preparing [2026-03-16T03:01:20.423Z] 4430dd67c231: Preparing [2026-03-16T03:01:20.423Z] 89404c26569a: Preparing [2026-03-16T03:01:20.423Z] 060e78f6309b: Preparing [2026-03-16T03:01:20.423Z] efde73cc4b59: Preparing [2026-03-16T03:01:20.423Z] 54765a83725f: Preparing [2026-03-16T03:01:20.423Z] cce92674e987: Preparing [2026-03-16T03:01:20.423Z] 54765a83725f: Waiting [2026-03-16T03:01:20.423Z] cce92674e987: Waiting [2026-03-16T03:01:20.423Z] 89404c26569a: Layer already exists [2026-03-16T03:01:20.423Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:20.423Z] cce92674e987: Layer already exists [2026-03-16T03:01:20.423Z] 872010bad35a: Pushed [2026-03-16T03:01:20.423Z] efde73cc4b59: Pushed [2026-03-16T03:01:20.681Z] 54765a83725f: Pushed [2026-03-16T03:01:24.868Z] 4430dd67c231: Pushed [2026-03-16T03:01:24.868Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:25.195Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:25.518Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-16T03:01:25.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-16T03:01:25.518Z] 872010bad35a: Preparing [2026-03-16T03:01:25.518Z] 4430dd67c231: Preparing [2026-03-16T03:01:25.518Z] 89404c26569a: Preparing [2026-03-16T03:01:25.518Z] 060e78f6309b: Preparing [2026-03-16T03:01:25.518Z] efde73cc4b59: Preparing [2026-03-16T03:01:25.518Z] 54765a83725f: Preparing [2026-03-16T03:01:25.518Z] cce92674e987: Preparing [2026-03-16T03:01:25.518Z] 54765a83725f: Waiting [2026-03-16T03:01:25.518Z] cce92674e987: Waiting [2026-03-16T03:01:25.518Z] efde73cc4b59: Layer already exists [2026-03-16T03:01:25.518Z] 4430dd67c231: Layer already exists [2026-03-16T03:01:25.518Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:25.518Z] 89404c26569a: Layer already exists [2026-03-16T03:01:25.518Z] 872010bad35a: Layer already exists [2026-03-16T03:01:25.518Z] cce92674e987: Layer already exists [2026-03-16T03:01:25.518Z] 54765a83725f: Layer already exists [2026-03-16T03:01:25.518Z] latest: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:25.846Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:26.168Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 [2026-03-16T03:01:26.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-16T03:01:26.168Z] 872010bad35a: Preparing [2026-03-16T03:01:26.168Z] 4430dd67c231: Preparing [2026-03-16T03:01:26.168Z] 89404c26569a: Preparing [2026-03-16T03:01:26.168Z] 060e78f6309b: Preparing [2026-03-16T03:01:26.168Z] efde73cc4b59: Preparing [2026-03-16T03:01:26.168Z] 54765a83725f: Preparing [2026-03-16T03:01:26.168Z] cce92674e987: Preparing [2026-03-16T03:01:26.168Z] 54765a83725f: Waiting [2026-03-16T03:01:26.168Z] cce92674e987: Waiting [2026-03-16T03:01:26.168Z] 4430dd67c231: Layer already exists [2026-03-16T03:01:26.168Z] 872010bad35a: Layer already exists [2026-03-16T03:01:26.168Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:26.168Z] 89404c26569a: Layer already exists [2026-03-16T03:01:26.168Z] efde73cc4b59: Layer already exists [2026-03-16T03:01:26.168Z] 54765a83725f: Layer already exists [2026-03-16T03:01:26.168Z] cce92674e987: Layer already exists [2026-03-16T03:01:26.168Z] 4.1.0-dev.103: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:26.491Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:26.815Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:26.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-16T03:01:26.815Z] 872010bad35a: Preparing [2026-03-16T03:01:26.815Z] 4430dd67c231: Preparing [2026-03-16T03:01:26.815Z] 89404c26569a: Preparing [2026-03-16T03:01:26.815Z] 060e78f6309b: Preparing [2026-03-16T03:01:26.815Z] efde73cc4b59: Preparing [2026-03-16T03:01:26.815Z] 54765a83725f: Preparing [2026-03-16T03:01:26.815Z] cce92674e987: Preparing [2026-03-16T03:01:26.815Z] cce92674e987: Waiting [2026-03-16T03:01:26.815Z] 54765a83725f: Waiting [2026-03-16T03:01:26.815Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:26.815Z] efde73cc4b59: Layer already exists [2026-03-16T03:01:26.815Z] 4430dd67c231: Layer already exists [2026-03-16T03:01:26.815Z] 872010bad35a: Layer already exists [2026-03-16T03:01:26.815Z] 89404c26569a: Layer already exists [2026-03-16T03:01:26.815Z] cce92674e987: Layer already exists [2026-03-16T03:01:26.815Z] 54765a83725f: Layer already exists [2026-03-16T03:01:26.815Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:27.141Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:01:27.454Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-16T03:01:27.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-03-16T03:01:27.454Z] 872010bad35a: Preparing [2026-03-16T03:01:27.454Z] 4430dd67c231: Preparing [2026-03-16T03:01:27.454Z] 89404c26569a: Preparing [2026-03-16T03:01:27.454Z] 060e78f6309b: Preparing [2026-03-16T03:01:27.454Z] efde73cc4b59: Preparing [2026-03-16T03:01:27.454Z] 54765a83725f: Preparing [2026-03-16T03:01:27.454Z] cce92674e987: Preparing [2026-03-16T03:01:27.454Z] 54765a83725f: Waiting [2026-03-16T03:01:27.454Z] cce92674e987: Waiting [2026-03-16T03:01:27.454Z] 060e78f6309b: Layer already exists [2026-03-16T03:01:27.454Z] efde73cc4b59: Layer already exists [2026-03-16T03:01:27.454Z] 4430dd67c231: Layer already exists [2026-03-16T03:01:27.454Z] 89404c26569a: Layer already exists [2026-03-16T03:01:27.454Z] 872010bad35a: Layer already exists [2026-03-16T03:01:27.454Z] 54765a83725f: Layer already exists [2026-03-16T03:01:27.454Z] cce92674e987: Layer already exists [2026-03-16T03:01:27.454Z] main: digest: sha256:709ea91dfcfa5e14d94e0c00aa067fd63551044b55535368f084867f5378fd53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:01:27.520Z] ===================================================== [Pipeline] echo [2026-03-16T03:01:27.536Z] taggedImages: [2026-03-16T03:01:27.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-16T03:01:27.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 [2026-03-16T03:01:27.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2026-03-16T03:01:27.589Z] ========================================================= [2026-03-16T03:01:27.589Z] [edgeXBuildMultiArch] RAW Config: [2026-03-16T03:01:27.589Z] images: [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-command:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-command:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-data:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-data:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-keeper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-metadata:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-config:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-server:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-notifications:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-scheduler:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:01:27.589Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-03-16T03:01:27.589Z] settingsFile: [2026-03-16T03:01:27.589Z] edgex-go-settings [2026-03-16T03:01:27.589Z] ========================================================= [Pipeline] node [2026-03-16T03:01:42.592Z] Still waiting to schedule task [2026-03-16T03:01:42.592Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3520’ [2026-03-16T03:03:39.057Z] Running on prd-centos7-docker-4c-2g-3521 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-16T03:03:39.099Z] provisioning config files... [2026-03-16T03:03:39.119Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17368164254137076445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-16T03:03:40.173Z] ---> ****-login.sh [2026-03-16T03:03:40.173Z] nexus3.edgexfoundry.org:10001 [2026-03-16T03:23:14.605Z] #154 DONE 1428.6s [2026-03-16T03:23:14.605Z] [2026-03-16T03:23:14.605Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-16T03:23:14.605Z] #144 ... [2026-03-16T03:23:14.605Z] [2026-03-16T03:23:14.605Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:23:14.605Z] #155 DONE 0.2s [2026-03-16T03:23:14.605Z] [2026-03-16T03:23:14.605Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T03:23:14.605Z] #143 ... [2026-03-16T03:23:14.605Z] [2026-03-16T03:23:14.605Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:23:14.605Z] #156 DONE 0.1s [2026-03-16T03:23:14.605Z] [2026-03-16T03:23:14.605Z] #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-16T03:23:14.872Z] #157 DONE 0.3s [2026-03-16T03:23:14.872Z] [2026-03-16T03:23:14.872Z] #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-16T03:23:15.180Z] #158 DONE 0.3s [2026-03-16T03:23:15.180Z] [2026-03-16T03:23:15.180Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-16T03:23:15.180Z] #145 ... [2026-03-16T03:23:15.180Z] [2026-03-16T03:23:15.180Z] #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-16T03:23:15.453Z] #159 DONE 0.2s [2026-03-16T03:23:15.453Z] [2026-03-16T03:23:15.453Z] #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-16T03:23:18.100Z] #160 DONE 2.4s [2026-03-16T03:23:18.100Z] [2026-03-16T03:23:18.100Z] #112 [core-common-config-bootstrapper] exporting to image [2026-03-16T03:23:18.100Z] #112 exporting layers [2026-03-16T03:23:18.685Z] #112 exporting layers 1.0s done [2026-03-16T03:23:18.685Z] #112 writing image sha256:828aee8f20dfdb7772e1b180c6addf72e1d2f747c60c10b53c0bd6de1af34a70 done [2026-03-16T03:23:18.685Z] #112 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2026-03-16T03:23:18.685Z] #112 DONE 7.3s [2026-03-16T03:23:18.685Z] [2026-03-16T03:23:18.685Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-16T03:23:36.921Z] #151 ... [2026-03-16T03:23:36.921Z] [2026-03-16T03:23:36.921Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-03-16T03:23:36.921Z] #146 DONE 1449.8s [2026-03-16T03:23:36.921Z] [2026-03-16T03:23:36.921Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-03-16T03:23:36.921Z] #161 DONE 0.4s [2026-03-16T03:23:36.921Z] [2026-03-16T03:23:36.921Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-03-16T03:23:37.568Z] #162 DONE 2.4s [2026-03-16T03:23:37.568Z] [2026-03-16T03:23:37.568Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:23:37.837Z] #163 DONE 0.4s [2026-03-16T03:23:37.837Z] [2026-03-16T03:23:37.837Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:23:38.420Z] #164 DONE 0.3s [2026-03-16T03:23:38.421Z] [2026-03-16T03:23:38.421Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-03-16T03:23:38.689Z] #165 DONE 0.4s [2026-03-16T03:23:38.689Z] [2026-03-16T03:23:38.689Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-03-16T03:23:38.689Z] #166 DONE 0.2s [2026-03-16T03:23:38.689Z] [2026-03-16T03:23:38.689Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:23:38.959Z] #149 ... [2026-03-16T03:23:38.959Z] [2026-03-16T03:23:38.959Z] #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-16T03:23:38.959Z] #167 DONE 0.1s [2026-03-16T03:23:38.959Z] [2026-03-16T03:23:38.959Z] #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-16T03:23:39.232Z] #168 DONE 0.2s [2026-03-16T03:23:39.232Z] [2026-03-16T03:23:39.233Z] #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-16T03:23:39.233Z] #169 DONE 0.2s [2026-03-16T03:23:39.233Z] [2026-03-16T03:23:39.233Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-03-16T03:23:39.817Z] #170 DONE 0.3s [2026-03-16T03:23:39.817Z] [2026-03-16T03:23:39.817Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-03-16T03:23:45.188Z] #171 DONE 5.1s [2026-03-16T03:23:45.188Z] [2026-03-16T03:23:45.188Z] #112 [security-bootstrapper] exporting to image [2026-03-16T03:23:45.188Z] #112 exporting layers [2026-03-16T03:23:45.772Z] #112 exporting layers 1.1s done [2026-03-16T03:23:45.772Z] #112 writing image sha256:5e851e28c8e905ca50368aa4174067a866a3e9100aa43f854fbeb4510e75b2c5 done [2026-03-16T03:23:45.772Z] #112 naming to docker.io/library/security-bootstrapper-arm64 done [2026-03-16T03:23:45.772Z] #112 DONE 8.4s [2026-03-16T03:23:45.772Z] [2026-03-16T03:23:45.772Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-16T03:42:39.557Z] #153 ... [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-03-16T03:42:39.557Z] #151 DONE 2584.4s [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:42:39.557Z] #44 ... [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:42:39.557Z] #172 DONE 0.2s [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T03:42:39.557Z] #152 ... [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:42:39.557Z] #173 DONE 0.2s [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-16T03:42:39.557Z] #150 ... [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-03-16T03:42:39.557Z] #174 DONE 0.4s [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T03:42:39.557Z] #148 ... [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-03-16T03:42:39.557Z] #175 DONE 0.2s [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #112 [core-command] exporting to image [2026-03-16T03:42:39.557Z] #112 exporting layers [2026-03-16T03:42:39.557Z] #112 exporting layers 0.5s done [2026-03-16T03:42:39.557Z] #112 writing image sha256:0335e5b40197a68da3a3bb827ad4c79351e07cf07897b2a0664126ab700fabcc done [2026-03-16T03:42:39.557Z] #112 naming to docker.io/library/core-command-arm64 done [2026-03-16T03:42:39.557Z] #112 DONE 8.9s [2026-03-16T03:42:39.557Z] [2026-03-16T03:42:39.557Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-16T03:42:54.525Z] #144 ... [2026-03-16T03:42:54.525Z] [2026-03-16T03:42:54.525Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-16T03:42:54.525Z] #153 2607.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.103 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-03-16T03:43:06.822Z] #153 ... [2026-03-16T03:43:06.822Z] [2026-03-16T03:43:06.822Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-03-16T03:43:06.822Z] #147 DONE 2621.9s [2026-03-16T03:43:06.822Z] [2026-03-16T03:43:06.822Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:43:07.100Z] #149 ... [2026-03-16T03:43:07.100Z] [2026-03-16T03:43:07.100Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:43:07.368Z] #176 DONE 0.3s [2026-03-16T03:43:07.369Z] [2026-03-16T03:43:07.369Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:43:07.640Z] #44 ... [2026-03-16T03:43:07.640Z] [2026-03-16T03:43:07.640Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:43:07.640Z] #177 DONE 0.2s [2026-03-16T03:43:07.640Z] [2026-03-16T03:43:07.640Z] #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-16T03:43:07.912Z] #178 DONE 0.2s [2026-03-16T03:43:07.912Z] [2026-03-16T03:43:07.912Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-03-16T03:43:08.182Z] #179 DONE 0.2s [2026-03-16T03:43:08.182Z] [2026-03-16T03:43:08.182Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-03-16T03:43:08.765Z] #180 DONE 0.5s [2026-03-16T03:43:08.765Z] [2026-03-16T03:43:08.765Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:43:08.765Z] #149 ... [2026-03-16T03:43:08.765Z] [2026-03-16T03:43:08.765Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-03-16T03:43:09.034Z] #181 DONE 0.2s [2026-03-16T03:43:09.035Z] [2026-03-16T03:43:09.035Z] #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-16T03:43:10.446Z] #182 DONE 1.8s [2026-03-16T03:43:10.446Z] [2026-03-16T03:43:10.446Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-16T03:43:10.712Z] #153 ... [2026-03-16T03:43:10.712Z] [2026-03-16T03:43:10.712Z] #112 [security-proxy-setup] exporting to image [2026-03-16T03:43:10.712Z] #112 exporting layers [2026-03-16T03:43:11.807Z] #112 exporting layers 1.1s done [2026-03-16T03:43:11.807Z] #112 writing image sha256:cae4a4ffdfd140dd07f74f66f516498224e09481414c6f21242891d922fb0515 done [2026-03-16T03:43:11.808Z] #112 naming to docker.io/library/security-proxy-setup-arm64 done [2026-03-16T03:43:11.808Z] #112 DONE 10.0s [2026-03-16T03:43:11.808Z] [2026-03-16T03:43:11.808Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-16T03:43:30.074Z] #145 ... [2026-03-16T03:43:30.074Z] [2026-03-16T03:43:30.074Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-03-16T03:43:30.074Z] #153 DONE 2644.7s [2026-03-16T03:43:30.074Z] [2026-03-16T03:43:30.074Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T03:43:30.074Z] #143 ... [2026-03-16T03:43:30.074Z] [2026-03-16T03:43:30.074Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:43:30.345Z] #183 DONE 0.3s [2026-03-16T03:43:30.345Z] [2026-03-16T03:43:30.345Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T03:43:30.345Z] #148 ... [2026-03-16T03:43:30.345Z] [2026-03-16T03:43:30.345Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:43:30.620Z] #184 DONE 0.3s [2026-03-16T03:43:30.620Z] [2026-03-16T03:43:30.620Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T03:43:30.887Z] #152 ... [2026-03-16T03:43:30.887Z] [2026-03-16T03:43:30.887Z] #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-16T03:43:31.161Z] #185 DONE 0.2s [2026-03-16T03:43:31.161Z] [2026-03-16T03:43:31.161Z] #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-16T03:43:31.161Z] #186 DONE 0.1s [2026-03-16T03:43:31.161Z] [2026-03-16T03:43:31.161Z] #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-16T03:43:31.428Z] #187 DONE 0.2s [2026-03-16T03:43:31.428Z] [2026-03-16T03:43:31.428Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-03-16T03:43:32.060Z] #188 DONE 0.6s [2026-03-16T03:43:32.060Z] [2026-03-16T03:43:32.060Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-03-16T03:43:32.343Z] #189 DONE 0.4s [2026-03-16T03:43:32.343Z] [2026-03-16T03:43:32.343Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:43:32.614Z] #149 ... [2026-03-16T03:43:32.614Z] [2026-03-16T03:43:32.614Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-03-16T03:43:32.614Z] #190 DONE 0.2s [2026-03-16T03:43:32.614Z] [2026-03-16T03:43:32.614Z] #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-16T03:43:34.563Z] #191 DONE 2.0s [2026-03-16T03:43:34.563Z] [2026-03-16T03:43:34.563Z] #112 [security-secretstore-setup] exporting to image [2026-03-16T03:43:34.563Z] #112 exporting layers [2026-03-16T03:43:36.501Z] #112 exporting layers 1.7s done [2026-03-16T03:43:36.501Z] #112 writing image sha256:ac82f865daa71f4597c8bf7d6193019c2c668b6f3ed2753d2fd1f8fcb93798a4 0.0s done [2026-03-16T03:43:36.501Z] #112 naming to docker.io/library/security-secretstore-setup-arm64 [2026-03-16T03:43:36.501Z] #112 naming to docker.io/library/security-secretstore-setup-arm64 done [2026-03-16T03:43:36.501Z] #112 DONE 11.8s [2026-03-16T03:43:36.501Z] [2026-03-16T03:43:36.501Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-03-16T03:44:45.010Z] #143 DONE 2710.3s [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:44:45.010Z] #149 ... [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:44:45.010Z] #192 DONE 0.1s [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T03:44:45.010Z] #152 ... [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:44:45.010Z] #193 DONE 0.2s [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #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-16T03:44:45.010Z] #194 DONE 0.4s [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:44:45.010Z] #149 ... [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #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-16T03:44:45.010Z] #195 DONE 0.1s [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #112 [security-spiffe-token-provider] exporting to image [2026-03-16T03:44:45.010Z] #112 exporting layers [2026-03-16T03:44:45.010Z] #112 exporting layers 0.7s done [2026-03-16T03:44:45.010Z] #112 writing image sha256:303f545ea27011c4580b09d7a04f56960a35894322a1b5e6343c4f0b834ddcab done [2026-03-16T03:44:45.010Z] #112 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2026-03-16T03:44:45.010Z] #112 DONE 12.4s [2026-03-16T03:44:45.010Z] [2026-03-16T03:44:45.010Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:45:23.856Z] #44 ... [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-03-16T03:45:23.856Z] #144 DONE 2754.5s [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:45:23.856Z] #149 ... [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:45:23.856Z] #196 DONE 0.2s [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-03-16T03:45:23.856Z] #197 DONE 0.7s [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:45:23.856Z] #44 ... [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-03-16T03:45:23.856Z] #198 DONE 0.3s [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #112 [core-keeper] exporting to image [2026-03-16T03:45:23.856Z] #112 exporting layers [2026-03-16T03:45:23.856Z] #112 ... [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-03-16T03:45:23.856Z] #145 DONE 2757.0s [2026-03-16T03:45:23.856Z] [2026-03-16T03:45:23.856Z] #112 [core-keeper] exporting to image [2026-03-16T03:45:25.263Z] #112 ... [2026-03-16T03:45:25.263Z] [2026-03-16T03:45:25.263Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-03-16T03:45:25.263Z] #150 DONE 2760.5s [2026-03-16T03:45:25.263Z] [2026-03-16T03:45:25.263Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-03-16T03:45:25.263Z] #148 DONE 2760.5s [2026-03-16T03:45:25.537Z] [2026-03-16T03:45:25.537Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:45:25.537Z] #199 ... [2026-03-16T03:45:25.537Z] [2026-03-16T03:45:25.537Z] #112 [core-keeper] exporting to image [2026-03-16T03:45:25.537Z] #112 exporting layers 4.1s done [2026-03-16T03:45:25.537Z] #112 writing image sha256:0b4419ae270baab8522b3035214df2cd5d2ab0f1814b64cbf3297e32bdaaf5fe 0.0s done [2026-03-16T03:45:25.537Z] #112 naming to docker.io/library/core-keeper-arm64 0.0s done [2026-03-16T03:45:25.537Z] #112 DONE 16.6s [2026-03-16T03:45:25.805Z] [2026-03-16T03:45:25.806Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:45:25.806Z] #44 ... [2026-03-16T03:45:25.806Z] [2026-03-16T03:45:25.806Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:45:25.806Z] #199 DONE 0.5s [2026-03-16T03:45:26.077Z] [2026-03-16T03:45:26.077Z] #200 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:45:26.343Z] #200 DONE 0.3s [2026-03-16T03:45:26.343Z] [2026-03-16T03:45:26.343Z] #201 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:45:26.343Z] #201 DONE 0.3s [2026-03-16T03:45:26.343Z] [2026-03-16T03:45:26.343Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T03:45:26.343Z] #152 ... [2026-03-16T03:45:26.343Z] [2026-03-16T03:45:26.343Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:45:26.343Z] #202 CACHED [2026-03-16T03:45:26.343Z] [2026-03-16T03:45:26.343Z] #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:45:26.609Z] #203 DONE 0.2s [2026-03-16T03:45:26.609Z] [2026-03-16T03:45:26.609Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:45:26.876Z] #44 ... [2026-03-16T03:45:26.877Z] [2026-03-16T03:45:26.877Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-16T03:45:26.877Z] #204 ... [2026-03-16T03:45:26.877Z] [2026-03-16T03:45:26.877Z] #205 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:45:26.877Z] #205 CACHED [2026-03-16T03:45:27.143Z] [2026-03-16T03:45:27.143Z] #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-03-16T03:45:28.100Z] #206 DONE 0.8s [2026-03-16T03:45:28.100Z] [2026-03-16T03:45:28.101Z] #207 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-03-16T03:45:28.101Z] #207 DONE 0.9s [2026-03-16T03:45:28.101Z] [2026-03-16T03:45:28.101Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-03-16T03:45:28.101Z] #204 DONE 1.2s [2026-03-16T03:45:28.101Z] [2026-03-16T03:45:28.101Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-03-16T03:45:28.101Z] #208 ... [2026-03-16T03:45:28.101Z] [2026-03-16T03:45:28.101Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-03-16T03:45:28.101Z] #209 DONE 0.2s [2026-03-16T03:45:28.101Z] [2026-03-16T03:45:28.101Z] #210 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-03-16T03:45:28.101Z] #210 DONE 0.2s [2026-03-16T03:45:28.101Z] [2026-03-16T03:45:28.101Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-03-16T03:45:28.101Z] #208 DONE 0.3s [2026-03-16T03:45:28.101Z] [2026-03-16T03:45:28.101Z] #112 [core-data] exporting to image [2026-03-16T03:45:28.370Z] #112 ... [2026-03-16T03:45:28.370Z] [2026-03-16T03:45:28.370Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-03-16T03:45:28.370Z] #211 DONE 0.3s [2026-03-16T03:45:28.636Z] [2026-03-16T03:45:28.636Z] #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-03-16T03:45:28.636Z] #212 DONE 0.4s [2026-03-16T03:45:28.636Z] [2026-03-16T03:45:28.636Z] #112 [core-metadata] exporting to image [2026-03-16T03:45:29.595Z] #112 exporting layers 1.3s done [2026-03-16T03:45:29.595Z] #112 writing image sha256:74680317e5b5567f48c173a6b125b9fdfa1a240aa85c1cfe4a0d72626cd2d16a done [2026-03-16T03:45:29.596Z] #112 naming to docker.io/library/core-data-arm64 done [2026-03-16T03:45:29.862Z] #112 exporting layers 1.2s done [2026-03-16T03:45:29.862Z] #112 writing image sha256:599b1a982f3057eca56a2bbf97633fa1b44f0c022d8ee305a96cdfc26c0bbb81 done [2026-03-16T03:45:29.862Z] #112 naming to docker.io/library/core-metadata-arm64 done [2026-03-16T03:45:29.862Z] #112 DONE 18.2s [2026-03-16T03:45:29.862Z] [2026-03-16T03:45:29.862Z] #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-03-16T03:45:30.450Z] #213 DONE 1.8s [2026-03-16T03:45:30.450Z] [2026-03-16T03:45:30.450Z] #112 [security-proxy-auth] exporting to image [2026-03-16T03:45:31.416Z] #112 exporting layers 0.9s done [2026-03-16T03:45:31.416Z] #112 writing image sha256:25e4eb4acf7f0fa811755e57b006020f514c0a581d43467fdc5328b243451429 done [2026-03-16T03:45:31.416Z] #112 naming to docker.io/library/security-proxy-auth-arm64 done [2026-03-16T03:45:31.416Z] #112 DONE 19.1s [2026-03-16T03:45:31.416Z] [2026-03-16T03:45:31.416Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:45:58.106Z] #149 ... [2026-03-16T03:45:58.106Z] [2026-03-16T03:45:58.106Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-03-16T03:45:58.106Z] #152 DONE 2790.1s [2026-03-16T03:45:58.106Z] [2026-03-16T03:45:58.106Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:45:58.106Z] #149 ... [2026-03-16T03:45:58.106Z] [2026-03-16T03:45:58.106Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:45:58.106Z] #214 DONE 0.1s [2026-03-16T03:45:58.106Z] [2026-03-16T03:45:58.106Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:45:58.106Z] #215 DONE 0.1s [2026-03-16T03:45:58.106Z] [2026-03-16T03:45:58.106Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-03-16T03:45:58.106Z] #216 DONE 0.5s [2026-03-16T03:45:58.106Z] [2026-03-16T03:45:58.106Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-03-16T03:45:58.106Z] #217 DONE 0.1s [2026-03-16T03:45:58.106Z] [2026-03-16T03:45:58.107Z] #112 [support-scheduler] exporting to image [2026-03-16T03:45:58.107Z] #112 exporting layers [2026-03-16T03:45:58.107Z] #112 exporting layers 1.0s done [2026-03-16T03:45:58.107Z] #112 writing image sha256:13542ba99675da3f97b6de296184005ba8298f9e1c8fd434761cab4d66e5d79b done [2026-03-16T03:45:58.107Z] #112 naming to docker.io/library/support-scheduler-arm64 done [2026-03-16T03:45:58.107Z] #112 DONE 20.2s [2026-03-16T03:45:58.107Z] [2026-03-16T03:45:58.107Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-03-16T03:46:02.361Z] #149 DONE 2797.1s [2026-03-16T03:46:02.361Z] [2026-03-16T03:46:02.361Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:46:02.361Z] #44 ... [2026-03-16T03:46:02.361Z] [2026-03-16T03:46:02.361Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-03-16T03:46:02.361Z] #218 DONE 0.1s [2026-03-16T03:46:02.361Z] [2026-03-16T03:46:02.361Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:46:02.361Z] #44 ... [2026-03-16T03:46:02.361Z] [2026-03-16T03:46:02.361Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-03-16T03:46:02.361Z] #219 DONE 0.1s [2026-03-16T03:46:02.725Z] [2026-03-16T03:46:02.725Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-03-16T03:46:02.994Z] #220 DONE 0.5s [2026-03-16T03:46:02.994Z] [2026-03-16T03:46:02.994Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-03-16T03:46:02.994Z] #221 DONE 0.1s [2026-03-16T03:46:02.994Z] [2026-03-16T03:46:02.994Z] #112 [support-notifications] exporting to image [2026-03-16T03:46:02.994Z] #112 exporting layers [2026-03-16T03:46:03.576Z] #112 exporting layers 0.6s done [2026-03-16T03:46:03.576Z] #112 writing image sha256:70a7d8dfc96d7b60cf3c30b8e7e83bea133e44f81787f86b0a9212a8d9fb2738 done [2026-03-16T03:46:03.576Z] #112 naming to docker.io/library/support-notifications-arm64 done [2026-03-16T03:46:03.576Z] #112 DONE 20.8s [2026-03-16T03:46:03.576Z] [2026-03-16T03:46:03.576Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-03-16T03:46:03.576Z] time="2026-03-16T02:56:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-03-16T03:46:03.585Z] $ docker stop --time=1 dda5e1f33c183c36eeb21ddf063fb56b3e7758c84f3be2872f53eeb35a9030b6 [2026-03-16T03:46:06.955Z] $ docker rm -f --volumes dda5e1f33c183c36eeb21ddf063fb56b3e7758c84f3be2872f53eeb35a9030b6 [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-16T03:46:07.526Z] + docker images [2026-03-16T03:46:07.526Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-03-16T03:46:07.526Z] support-notifications-arm64 latest 70a7d8dfc96d 5 seconds ago 56.6MB [2026-03-16T03:46:07.526Z] support-scheduler-arm64 latest 13542ba99675 11 seconds ago 52.8MB [2026-03-16T03:46:07.526Z] security-proxy-auth-arm64 latest 25e4eb4acf7f 37 seconds ago 47.8MB [2026-03-16T03:46:07.526Z] core-metadata-arm64 latest 599b1a982f30 39 seconds ago 48.8MB [2026-03-16T03:46:07.526Z] core-data-arm64 latest 74680317e5b5 40 seconds ago 48.6MB [2026-03-16T03:46:07.526Z] core-keeper-arm64 latest 0b4419ae270b 46 seconds ago 48.3MB [2026-03-16T03:46:07.526Z] security-spiffe-token-provider-arm64 latest 303f545ea270 About a minute ago 52.4MB [2026-03-16T03:46:07.526Z] security-secretstore-setup-arm64 latest ac82f865daa7 2 minutes ago 87.1MB [2026-03-16T03:46:07.526Z] security-proxy-setup-arm64 latest cae4a4ffdfd1 2 minutes ago 53.6MB [2026-03-16T03:46:07.526Z] core-command-arm64 latest 0335e5b40197 3 minutes ago 43.3MB [2026-03-16T03:46:07.526Z] security-bootstrapper-arm64 latest 5e851e28c8e9 22 minutes ago 21.3MB [2026-03-16T03:46:07.526Z] core-common-config-bootstrapper-arm64 latest 828aee8f20df 22 minutes ago 20.1MB [2026-03-16T03:46:07.526Z] security-spire-agent-arm64 latest f08d32add00a 48 minutes ago 219MB [2026-03-16T03:46:07.526Z] security-spire-server-arm64 latest a0069b8dae0d 48 minutes ago 163MB [2026-03-16T03:46:07.526Z] security-spire-config-arm64 latest 82327b940f55 48 minutes ago 162MB [2026-03-16T03:46:07.526Z] ci-base-image-arm64 latest 9aeeb1b89bae 50 minutes ago 924MB [2026-03-16T03:46:07.526Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 5 months ago 564MB [2026-03-16T03:46:07.526Z] 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-16T03:46:07.679Z] provisioning config files... [2026-03-16T03:46:07.692Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/960@tmp/config3133295498572501931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-16T03:46:08.042Z] ---> ****-login.sh [2026-03-16T03:46:08.042Z] nexus3.edgexfoundry.org:10001 [2026-03-16T03:46:08.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T03:46:08.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T03:46:08.308Z] Configure a credential helper to remove this warning. See [2026-03-16T03:46:08.308Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T03:46:08.308Z] [2026-03-16T03:46:08.308Z] Login Succeeded [2026-03-16T03:46:08.308Z] nexus3.edgexfoundry.org:10002 [2026-03-16T03:46:08.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T03:46:08.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T03:46:08.840Z] Configure a credential helper to remove this warning. See [2026-03-16T03:46:08.840Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T03:46:08.840Z] [2026-03-16T03:46:08.840Z] Login Succeeded [2026-03-16T03:46:08.840Z] nexus3.edgexfoundry.org:10003 [2026-03-16T03:46:09.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T03:46:09.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T03:46:09.106Z] Configure a credential helper to remove this warning. See [2026-03-16T03:46:09.106Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T03:46:09.106Z] [2026-03-16T03:46:09.106Z] Login Succeeded [2026-03-16T03:46:09.106Z] nexus3.edgexfoundry.org:10004 [2026-03-16T03:46:09.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T03:46:09.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T03:46:09.371Z] Configure a credential helper to remove this warning. See [2026-03-16T03:46:09.371Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T03:46:09.371Z] [2026-03-16T03:46:09.371Z] Login Succeeded [2026-03-16T03:46:09.371Z] ****.io [2026-03-16T03:46:09.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-03-16T03:46:09.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-03-16T03:46:09.904Z] Configure a credential helper to remove this warning. See [2026-03-16T03:46:09.904Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-03-16T03:46:09.904Z] [2026-03-16T03:46:09.904Z] Login Succeeded [2026-03-16T03:46:09.904Z] ---> ****-login.sh ends [Pipeline] } [2026-03-16T03:46:09.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:46:09.975Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-16T03:46:10.004Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2026-03-16T03:46:10.004Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:10.004Z] latest [2026-03-16T03:46:10.004Z] 4.1.0-dev.103 [2026-03-16T03:46:10.004Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:10.004Z] main [2026-03-16T03:46:10.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:10.390Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:10.742Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:10.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-16T03:46:10.742Z] 5f649a982773: Preparing [2026-03-16T03:46:10.742Z] 6d6c41028deb: Preparing [2026-03-16T03:46:10.742Z] e69f014e345c: Preparing [2026-03-16T03:46:10.742Z] 7a137b4e1043: Preparing [2026-03-16T03:46:10.742Z] 120d1298429c: Preparing [2026-03-16T03:46:10.742Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:10.742Z] c4e71c2a4573: Preparing [2026-03-16T03:46:10.742Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:10.742Z] c4e71c2a4573: Waiting [2026-03-16T03:46:11.007Z] 120d1298429c: Pushed [2026-03-16T03:46:11.008Z] 5f649a982773: Pushed [2026-03-16T03:46:11.008Z] e69f014e345c: Pushed [2026-03-16T03:46:11.008Z] 7a137b4e1043: Pushed [2026-03-16T03:46:11.008Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:11.008Z] 0b41e1da8fc9: Pushed [2026-03-16T03:46:19.189Z] 6d6c41028deb: Pushed [2026-03-16T03:46:20.590Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:20.951Z] + 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-16T03:46:21.304Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-03-16T03:46:21.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-16T03:46:21.304Z] 5f649a982773: Preparing [2026-03-16T03:46:21.304Z] 6d6c41028deb: Preparing [2026-03-16T03:46:21.304Z] e69f014e345c: Preparing [2026-03-16T03:46:21.304Z] 7a137b4e1043: Preparing [2026-03-16T03:46:21.304Z] 120d1298429c: Preparing [2026-03-16T03:46:21.304Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:21.304Z] c4e71c2a4573: Preparing [2026-03-16T03:46:21.304Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:21.304Z] 5f649a982773: Layer already exists [2026-03-16T03:46:21.304Z] 120d1298429c: Layer already exists [2026-03-16T03:46:21.304Z] 6d6c41028deb: Layer already exists [2026-03-16T03:46:21.304Z] e69f014e345c: Layer already exists [2026-03-16T03:46:21.304Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:21.304Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:21.304Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:21.304Z] latest: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:21.663Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:22.019Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 [2026-03-16T03:46:22.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-16T03:46:22.019Z] 5f649a982773: Preparing [2026-03-16T03:46:22.019Z] 6d6c41028deb: Preparing [2026-03-16T03:46:22.019Z] e69f014e345c: Preparing [2026-03-16T03:46:22.019Z] 7a137b4e1043: Preparing [2026-03-16T03:46:22.019Z] 120d1298429c: Preparing [2026-03-16T03:46:22.019Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:22.019Z] c4e71c2a4573: Preparing [2026-03-16T03:46:22.019Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:22.019Z] c4e71c2a4573: Waiting [2026-03-16T03:46:22.019Z] 5f649a982773: Layer already exists [2026-03-16T03:46:22.019Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:22.019Z] e69f014e345c: Layer already exists [2026-03-16T03:46:22.019Z] 6d6c41028deb: Layer already exists [2026-03-16T03:46:22.019Z] 120d1298429c: Layer already exists [2026-03-16T03:46:22.019Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:22.019Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:22.019Z] 4.1.0-dev.103: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:22.646Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:23.006Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:23.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-16T03:46:23.007Z] 5f649a982773: Preparing [2026-03-16T03:46:23.007Z] 6d6c41028deb: Preparing [2026-03-16T03:46:23.007Z] e69f014e345c: Preparing [2026-03-16T03:46:23.007Z] 7a137b4e1043: Preparing [2026-03-16T03:46:23.007Z] 120d1298429c: Preparing [2026-03-16T03:46:23.007Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:23.007Z] c4e71c2a4573: Preparing [2026-03-16T03:46:23.007Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:23.007Z] c4e71c2a4573: Waiting [2026-03-16T03:46:23.007Z] 120d1298429c: Layer already exists [2026-03-16T03:46:23.007Z] 5f649a982773: Layer already exists [2026-03-16T03:46:23.007Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:23.007Z] e69f014e345c: Layer already exists [2026-03-16T03:46:23.007Z] 6d6c41028deb: Layer already exists [2026-03-16T03:46:23.007Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:23.007Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:23.007Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:23.375Z] + 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-16T03:46:23.722Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2026-03-16T03:46:23.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-03-16T03:46:23.722Z] 5f649a982773: Preparing [2026-03-16T03:46:23.722Z] 6d6c41028deb: Preparing [2026-03-16T03:46:23.722Z] e69f014e345c: Preparing [2026-03-16T03:46:23.722Z] 7a137b4e1043: Preparing [2026-03-16T03:46:23.722Z] 120d1298429c: Preparing [2026-03-16T03:46:23.722Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:23.722Z] c4e71c2a4573: Preparing [2026-03-16T03:46:23.722Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:23.722Z] c4e71c2a4573: Waiting [2026-03-16T03:46:23.722Z] 120d1298429c: Layer already exists [2026-03-16T03:46:23.722Z] e69f014e345c: Layer already exists [2026-03-16T03:46:23.722Z] 6d6c41028deb: Layer already exists [2026-03-16T03:46:23.722Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:23.722Z] 5f649a982773: Layer already exists [2026-03-16T03:46:23.722Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:23.722Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:23.986Z] main: digest: sha256:c09b0220c99c889e85c898a1099bd58081463a2a144622b1ce679888ae9b2971 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:46:24.071Z] ===================================================== [Pipeline] echo [2026-03-16T03:46:24.083Z] taggedImages: [2026-03-16T03:46:24.083Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:24.083Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-03-16T03:46:24.083Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 [2026-03-16T03:46:24.083Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:24.083Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-03-16T03:46:24.115Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2026-03-16T03:46:24.115Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:24.115Z] latest [2026-03-16T03:46:24.115Z] 4.1.0-dev.103 [2026-03-16T03:46:24.115Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:24.115Z] main [2026-03-16T03:46:24.115Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:24.477Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:24.823Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:24.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-16T03:46:24.823Z] 1b7ce99c9596: Preparing [2026-03-16T03:46:24.823Z] 6647f182309b: Preparing [2026-03-16T03:46:24.823Z] 46d676bfd739: Preparing [2026-03-16T03:46:24.823Z] 27e53efe2d55: Preparing [2026-03-16T03:46:24.823Z] e69f014e345c: Preparing [2026-03-16T03:46:24.823Z] 7a137b4e1043: Preparing [2026-03-16T03:46:24.823Z] 120d1298429c: Preparing [2026-03-16T03:46:24.823Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:24.823Z] c4e71c2a4573: Preparing [2026-03-16T03:46:24.823Z] 120d1298429c: Waiting [2026-03-16T03:46:24.823Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:24.823Z] c4e71c2a4573: Waiting [2026-03-16T03:46:24.823Z] 7a137b4e1043: Waiting [2026-03-16T03:46:24.823Z] e69f014e345c: Layer already exists [2026-03-16T03:46:25.088Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:25.088Z] 46d676bfd739: Pushed [2026-03-16T03:46:25.088Z] 6647f182309b: Pushed [2026-03-16T03:46:25.088Z] 120d1298429c: Layer already exists [2026-03-16T03:46:25.088Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:25.088Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:25.088Z] 1b7ce99c9596: Pushed [2026-03-16T03:46:27.657Z] 27e53efe2d55: Pushed [2026-03-16T03:46:27.657Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:28.011Z] + 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-16T03:46:28.369Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-03-16T03:46:28.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-16T03:46:28.369Z] 1b7ce99c9596: Preparing [2026-03-16T03:46:28.369Z] 6647f182309b: Preparing [2026-03-16T03:46:28.369Z] 46d676bfd739: Preparing [2026-03-16T03:46:28.369Z] 27e53efe2d55: Preparing [2026-03-16T03:46:28.369Z] e69f014e345c: Preparing [2026-03-16T03:46:28.369Z] 7a137b4e1043: Preparing [2026-03-16T03:46:28.369Z] 120d1298429c: Preparing [2026-03-16T03:46:28.369Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:28.369Z] c4e71c2a4573: Preparing [2026-03-16T03:46:28.369Z] 7a137b4e1043: Waiting [2026-03-16T03:46:28.369Z] 120d1298429c: Waiting [2026-03-16T03:46:28.369Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:28.369Z] c4e71c2a4573: Waiting [2026-03-16T03:46:28.369Z] 27e53efe2d55: Layer already exists [2026-03-16T03:46:28.369Z] e69f014e345c: Layer already exists [2026-03-16T03:46:28.369Z] 46d676bfd739: Layer already exists [2026-03-16T03:46:28.369Z] 6647f182309b: Layer already exists [2026-03-16T03:46:28.369Z] 1b7ce99c9596: Layer already exists [2026-03-16T03:46:28.369Z] 120d1298429c: Layer already exists [2026-03-16T03:46:28.369Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:28.369Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:28.369Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:28.369Z] latest: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:28.973Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:29.324Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 [2026-03-16T03:46:29.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-16T03:46:29.324Z] 1b7ce99c9596: Preparing [2026-03-16T03:46:29.324Z] 6647f182309b: Preparing [2026-03-16T03:46:29.324Z] 46d676bfd739: Preparing [2026-03-16T03:46:29.324Z] 27e53efe2d55: Preparing [2026-03-16T03:46:29.324Z] e69f014e345c: Preparing [2026-03-16T03:46:29.324Z] 7a137b4e1043: Preparing [2026-03-16T03:46:29.324Z] 120d1298429c: Preparing [2026-03-16T03:46:29.324Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:29.324Z] c4e71c2a4573: Preparing [2026-03-16T03:46:29.324Z] 7a137b4e1043: Waiting [2026-03-16T03:46:29.324Z] 120d1298429c: Waiting [2026-03-16T03:46:29.324Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:29.324Z] c4e71c2a4573: Waiting [2026-03-16T03:46:29.324Z] 6647f182309b: Layer already exists [2026-03-16T03:46:29.324Z] 1b7ce99c9596: Layer already exists [2026-03-16T03:46:29.324Z] 46d676bfd739: Layer already exists [2026-03-16T03:46:29.324Z] 27e53efe2d55: Layer already exists [2026-03-16T03:46:29.324Z] e69f014e345c: Layer already exists [2026-03-16T03:46:29.324Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:29.324Z] 120d1298429c: Layer already exists [2026-03-16T03:46:29.324Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:29.324Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:29.588Z] 4.1.0-dev.103: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:29.936Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:30.282Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:30.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-16T03:46:30.282Z] 1b7ce99c9596: Preparing [2026-03-16T03:46:30.282Z] 6647f182309b: Preparing [2026-03-16T03:46:30.282Z] 46d676bfd739: Preparing [2026-03-16T03:46:30.282Z] 27e53efe2d55: Preparing [2026-03-16T03:46:30.282Z] e69f014e345c: Preparing [2026-03-16T03:46:30.282Z] 7a137b4e1043: Preparing [2026-03-16T03:46:30.282Z] 120d1298429c: Preparing [2026-03-16T03:46:30.282Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:30.282Z] c4e71c2a4573: Preparing [2026-03-16T03:46:30.282Z] 120d1298429c: Waiting [2026-03-16T03:46:30.282Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:30.282Z] 7a137b4e1043: Waiting [2026-03-16T03:46:30.282Z] c4e71c2a4573: Waiting [2026-03-16T03:46:30.282Z] e69f014e345c: Layer already exists [2026-03-16T03:46:30.282Z] 1b7ce99c9596: Layer already exists [2026-03-16T03:46:30.282Z] 46d676bfd739: Layer already exists [2026-03-16T03:46:30.282Z] 27e53efe2d55: Layer already exists [2026-03-16T03:46:30.282Z] 6647f182309b: Layer already exists [2026-03-16T03:46:30.282Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:30.282Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:30.282Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:30.282Z] 120d1298429c: Layer already exists [2026-03-16T03:46:30.547Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:30.906Z] + 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-16T03:46:31.263Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2026-03-16T03:46:31.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-03-16T03:46:31.263Z] 1b7ce99c9596: Preparing [2026-03-16T03:46:31.263Z] 6647f182309b: Preparing [2026-03-16T03:46:31.263Z] 46d676bfd739: Preparing [2026-03-16T03:46:31.263Z] 27e53efe2d55: Preparing [2026-03-16T03:46:31.263Z] e69f014e345c: Preparing [2026-03-16T03:46:31.263Z] 7a137b4e1043: Preparing [2026-03-16T03:46:31.263Z] 120d1298429c: Preparing [2026-03-16T03:46:31.263Z] 0b41e1da8fc9: Preparing [2026-03-16T03:46:31.263Z] 7a137b4e1043: Waiting [2026-03-16T03:46:31.263Z] 120d1298429c: Waiting [2026-03-16T03:46:31.263Z] c4e71c2a4573: Preparing [2026-03-16T03:46:31.263Z] 0b41e1da8fc9: Waiting [2026-03-16T03:46:31.263Z] c4e71c2a4573: Waiting [2026-03-16T03:46:31.263Z] 27e53efe2d55: Layer already exists [2026-03-16T03:46:31.263Z] e69f014e345c: Layer already exists [2026-03-16T03:46:31.263Z] 46d676bfd739: Layer already exists [2026-03-16T03:46:31.263Z] 6647f182309b: Layer already exists [2026-03-16T03:46:31.263Z] 1b7ce99c9596: Layer already exists [2026-03-16T03:46:31.263Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:46:31.263Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:31.263Z] 120d1298429c: Layer already exists [2026-03-16T03:46:31.263Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:31.529Z] main: digest: sha256:4f0a148384651e711660c7331170b5a82f41d45db6a9fc11d429ef87ab3dd726 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:46:31.606Z] ===================================================== [Pipeline] echo [2026-03-16T03:46:31.622Z] taggedImages: [2026-03-16T03:46:31.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:31.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-03-16T03:46:31.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 [2026-03-16T03:46:31.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:31.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-03-16T03:46:31.648Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2026-03-16T03:46:31.648Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:31.648Z] latest [2026-03-16T03:46:31.648Z] 4.1.0-dev.103 [2026-03-16T03:46:31.648Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:31.648Z] main [2026-03-16T03:46:31.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:32.026Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:34.312Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:34.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-16T03:46:34.312Z] 5bf3fc4725f4: Preparing [2026-03-16T03:46:34.312Z] 046b176d638f: Preparing [2026-03-16T03:46:34.312Z] e69f014e345c: Preparing [2026-03-16T03:46:34.312Z] 7a137b4e1043: Preparing [2026-03-16T03:46:34.312Z] d0c7a4a32608: Preparing [2026-03-16T03:46:34.312Z] f7b7b8ac8dab: Preparing [2026-03-16T03:46:34.312Z] c4e71c2a4573: Preparing [2026-03-16T03:46:34.312Z] f7b7b8ac8dab: Waiting [2026-03-16T03:46:34.312Z] c4e71c2a4573: Waiting [2026-03-16T03:46:34.312Z] e69f014e345c: Layer already exists [2026-03-16T03:46:34.312Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:34.578Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:34.578Z] 5bf3fc4725f4: Pushed [2026-03-16T03:46:34.578Z] d0c7a4a32608: Pushed [2026-03-16T03:46:34.578Z] f7b7b8ac8dab: Pushed [2026-03-16T03:46:42.751Z] 046b176d638f: Pushed [2026-03-16T03:46:42.751Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:43.105Z] + 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-16T03:46:43.454Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-03-16T03:46:43.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-16T03:46:43.454Z] 5bf3fc4725f4: Preparing [2026-03-16T03:46:43.454Z] 046b176d638f: Preparing [2026-03-16T03:46:43.454Z] e69f014e345c: Preparing [2026-03-16T03:46:43.454Z] 7a137b4e1043: Preparing [2026-03-16T03:46:43.454Z] d0c7a4a32608: Preparing [2026-03-16T03:46:43.454Z] f7b7b8ac8dab: Preparing [2026-03-16T03:46:43.454Z] c4e71c2a4573: Preparing [2026-03-16T03:46:43.454Z] f7b7b8ac8dab: Waiting [2026-03-16T03:46:43.454Z] c4e71c2a4573: Waiting [2026-03-16T03:46:43.454Z] 046b176d638f: Layer already exists [2026-03-16T03:46:43.454Z] e69f014e345c: Layer already exists [2026-03-16T03:46:43.454Z] d0c7a4a32608: Layer already exists [2026-03-16T03:46:43.454Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:43.454Z] 5bf3fc4725f4: Layer already exists [2026-03-16T03:46:43.454Z] f7b7b8ac8dab: Layer already exists [2026-03-16T03:46:43.454Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:43.454Z] latest: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:44.065Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:44.483Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 [2026-03-16T03:46:44.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-16T03:46:44.483Z] 5bf3fc4725f4: Preparing [2026-03-16T03:46:44.483Z] 046b176d638f: Preparing [2026-03-16T03:46:44.483Z] e69f014e345c: Preparing [2026-03-16T03:46:44.483Z] 7a137b4e1043: Preparing [2026-03-16T03:46:44.483Z] d0c7a4a32608: Preparing [2026-03-16T03:46:44.483Z] f7b7b8ac8dab: Preparing [2026-03-16T03:46:44.483Z] c4e71c2a4573: Preparing [2026-03-16T03:46:44.483Z] f7b7b8ac8dab: Waiting [2026-03-16T03:46:44.483Z] c4e71c2a4573: Waiting [2026-03-16T03:46:44.483Z] e69f014e345c: Layer already exists [2026-03-16T03:46:44.483Z] 5bf3fc4725f4: Layer already exists [2026-03-16T03:46:44.483Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:44.483Z] 046b176d638f: Layer already exists [2026-03-16T03:46:44.483Z] d0c7a4a32608: Layer already exists [2026-03-16T03:46:44.483Z] f7b7b8ac8dab: Layer already exists [2026-03-16T03:46:44.483Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:44.752Z] 4.1.0-dev.103: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:45.127Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:48.081Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:48.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-16T03:46:48.081Z] 5bf3fc4725f4: Preparing [2026-03-16T03:46:48.081Z] 046b176d638f: Preparing [2026-03-16T03:46:48.081Z] e69f014e345c: Preparing [2026-03-16T03:46:48.081Z] 7a137b4e1043: Preparing [2026-03-16T03:46:48.081Z] d0c7a4a32608: Preparing [2026-03-16T03:46:48.081Z] f7b7b8ac8dab: Preparing [2026-03-16T03:46:48.081Z] c4e71c2a4573: Preparing [2026-03-16T03:46:48.081Z] f7b7b8ac8dab: Waiting [2026-03-16T03:46:48.081Z] c4e71c2a4573: Waiting [2026-03-16T03:46:48.081Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:48.081Z] 046b176d638f: Layer already exists [2026-03-16T03:46:48.081Z] d0c7a4a32608: Layer already exists [2026-03-16T03:46:48.081Z] e69f014e345c: Layer already exists [2026-03-16T03:46:48.081Z] 5bf3fc4725f4: Layer already exists [2026-03-16T03:46:48.081Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:48.081Z] f7b7b8ac8dab: Layer already exists [2026-03-16T03:46:48.081Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:48.697Z] + 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-16T03:46:49.039Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2026-03-16T03:46:49.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-03-16T03:46:49.039Z] 5bf3fc4725f4: Preparing [2026-03-16T03:46:49.039Z] 046b176d638f: Preparing [2026-03-16T03:46:49.039Z] e69f014e345c: Preparing [2026-03-16T03:46:49.039Z] 7a137b4e1043: Preparing [2026-03-16T03:46:49.039Z] d0c7a4a32608: Preparing [2026-03-16T03:46:49.039Z] f7b7b8ac8dab: Preparing [2026-03-16T03:46:49.039Z] c4e71c2a4573: Preparing [2026-03-16T03:46:49.039Z] f7b7b8ac8dab: Waiting [2026-03-16T03:46:49.039Z] c4e71c2a4573: Waiting [2026-03-16T03:46:49.039Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:49.039Z] d0c7a4a32608: Layer already exists [2026-03-16T03:46:49.039Z] 5bf3fc4725f4: Layer already exists [2026-03-16T03:46:49.039Z] 046b176d638f: Layer already exists [2026-03-16T03:46:49.039Z] e69f014e345c: Layer already exists [2026-03-16T03:46:49.039Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:49.039Z] f7b7b8ac8dab: Layer already exists [2026-03-16T03:46:49.302Z] main: digest: sha256:a1ce6ff9f69cbb0dafd9230522dbf935ab3a90a6f11b51aaa622f56d57a1c726 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:46:49.373Z] ===================================================== [Pipeline] echo [2026-03-16T03:46:49.384Z] taggedImages: [2026-03-16T03:46:49.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:49.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-03-16T03:46:49.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 [2026-03-16T03:46:49.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:49.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-03-16T03:46:49.403Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2026-03-16T03:46:49.403Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:49.403Z] latest [2026-03-16T03:46:49.403Z] 4.1.0-dev.103 [2026-03-16T03:46:49.403Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:46:49.403Z] main [2026-03-16T03:46:49.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:49.755Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:50.100Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:46:50.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-16T03:46:50.100Z] 813dbdb136fb: Preparing [2026-03-16T03:46:50.100Z] 3550138057ce: Preparing [2026-03-16T03:46:50.100Z] 7a137b4e1043: Preparing [2026-03-16T03:46:50.100Z] b1e05692a78e: Preparing [2026-03-16T03:46:50.100Z] 0cfb36e324da: Preparing [2026-03-16T03:46:50.100Z] c4e71c2a4573: Preparing [2026-03-16T03:46:50.100Z] c4e71c2a4573: Waiting [2026-03-16T03:46:50.100Z] 7a137b4e1043: Layer already exists [2026-03-16T03:46:50.365Z] c4e71c2a4573: Layer already exists [2026-03-16T03:46:50.365Z] 0cfb36e324da: Pushed [2026-03-16T03:46:50.365Z] b1e05692a78e: Pushed [2026-03-16T03:46:50.365Z] 813dbdb136fb: Pushed [2026-03-16T03:46:58.536Z] 3550138057ce: Pushed [2026-03-16T03:46:58.536Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:46:58.898Z] + 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-16T03:47:01.821Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-03-16T03:47:01.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-16T03:47:01.821Z] 813dbdb136fb: Preparing [2026-03-16T03:47:01.821Z] 3550138057ce: Preparing [2026-03-16T03:47:01.821Z] 7a137b4e1043: Preparing [2026-03-16T03:47:01.821Z] b1e05692a78e: Preparing [2026-03-16T03:47:01.821Z] 0cfb36e324da: Preparing [2026-03-16T03:47:01.821Z] c4e71c2a4573: Preparing [2026-03-16T03:47:01.821Z] c4e71c2a4573: Waiting [2026-03-16T03:47:01.821Z] 0cfb36e324da: Layer already exists [2026-03-16T03:47:01.821Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:01.821Z] b1e05692a78e: Layer already exists [2026-03-16T03:47:01.821Z] 3550138057ce: Layer already exists [2026-03-16T03:47:01.821Z] 813dbdb136fb: Layer already exists [2026-03-16T03:47:01.821Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:02.084Z] latest: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:02.436Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:02.786Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 [2026-03-16T03:47:02.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-16T03:47:02.786Z] 813dbdb136fb: Preparing [2026-03-16T03:47:02.786Z] 3550138057ce: Preparing [2026-03-16T03:47:02.786Z] 7a137b4e1043: Preparing [2026-03-16T03:47:02.786Z] b1e05692a78e: Preparing [2026-03-16T03:47:02.786Z] 0cfb36e324da: Preparing [2026-03-16T03:47:02.786Z] c4e71c2a4573: Preparing [2026-03-16T03:47:02.786Z] c4e71c2a4573: Waiting [2026-03-16T03:47:02.786Z] b1e05692a78e: Layer already exists [2026-03-16T03:47:02.786Z] 0cfb36e324da: Layer already exists [2026-03-16T03:47:02.786Z] 3550138057ce: Layer already exists [2026-03-16T03:47:02.786Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:02.786Z] 813dbdb136fb: Layer already exists [2026-03-16T03:47:02.786Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:02.786Z] 4.1.0-dev.103: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:03.137Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:03.487Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:03.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-16T03:47:03.487Z] 813dbdb136fb: Preparing [2026-03-16T03:47:03.487Z] 3550138057ce: Preparing [2026-03-16T03:47:03.487Z] 7a137b4e1043: Preparing [2026-03-16T03:47:03.487Z] b1e05692a78e: Preparing [2026-03-16T03:47:03.487Z] 0cfb36e324da: Preparing [2026-03-16T03:47:03.487Z] c4e71c2a4573: Preparing [2026-03-16T03:47:03.487Z] c4e71c2a4573: Waiting [2026-03-16T03:47:03.487Z] 0cfb36e324da: Layer already exists [2026-03-16T03:47:03.487Z] 813dbdb136fb: Layer already exists [2026-03-16T03:47:03.487Z] 3550138057ce: Layer already exists [2026-03-16T03:47:03.487Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:03.487Z] b1e05692a78e: Layer already exists [2026-03-16T03:47:03.487Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:03.487Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:03.831Z] + 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-16T03:47:04.181Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2026-03-16T03:47:04.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-03-16T03:47:04.181Z] 813dbdb136fb: Preparing [2026-03-16T03:47:04.181Z] 3550138057ce: Preparing [2026-03-16T03:47:04.181Z] 7a137b4e1043: Preparing [2026-03-16T03:47:04.181Z] b1e05692a78e: Preparing [2026-03-16T03:47:04.181Z] 0cfb36e324da: Preparing [2026-03-16T03:47:04.181Z] c4e71c2a4573: Preparing [2026-03-16T03:47:04.181Z] c4e71c2a4573: Waiting [2026-03-16T03:47:04.181Z] 813dbdb136fb: Layer already exists [2026-03-16T03:47:04.181Z] b1e05692a78e: Layer already exists [2026-03-16T03:47:04.181Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:04.181Z] 3550138057ce: Layer already exists [2026-03-16T03:47:04.181Z] 0cfb36e324da: Layer already exists [2026-03-16T03:47:04.181Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:04.181Z] main: digest: sha256:cbb4a0b7f16ea5245ea07921ab376262e607e03c5b3c6d93566fcc12df8ad3c1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:47:04.521Z] ===================================================== [Pipeline] echo [2026-03-16T03:47:04.537Z] taggedImages: [2026-03-16T03:47:04.537Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:04.537Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-03-16T03:47:04.537Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 [2026-03-16T03:47:04.537Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:04.537Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-03-16T03:47:04.564Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2026-03-16T03:47:04.564Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:04.564Z] latest [2026-03-16T03:47:04.564Z] 4.1.0-dev.103 [2026-03-16T03:47:04.564Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:04.564Z] main [2026-03-16T03:47:04.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:04.932Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:05.274Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:05.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-16T03:47:05.274Z] a399992ae69c: Preparing [2026-03-16T03:47:05.274Z] 302ab58e1ceb: Preparing [2026-03-16T03:47:05.274Z] 13f91e72744a: Preparing [2026-03-16T03:47:05.274Z] e69f014e345c: Preparing [2026-03-16T03:47:05.274Z] 7a137b4e1043: Preparing [2026-03-16T03:47:05.274Z] 120d1298429c: Preparing [2026-03-16T03:47:05.274Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:05.274Z] c4e71c2a4573: Preparing [2026-03-16T03:47:05.274Z] 120d1298429c: Waiting [2026-03-16T03:47:05.274Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:05.274Z] c4e71c2a4573: Waiting [2026-03-16T03:47:05.274Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:05.274Z] e69f014e345c: Layer already exists [2026-03-16T03:47:05.537Z] 120d1298429c: Layer already exists [2026-03-16T03:47:05.537Z] 302ab58e1ceb: Pushed [2026-03-16T03:47:05.537Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:05.537Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:05.537Z] a399992ae69c: Pushed [2026-03-16T03:47:13.712Z] 13f91e72744a: Pushed [2026-03-16T03:47:13.975Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:14.328Z] + 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-16T03:47:14.671Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-03-16T03:47:14.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-16T03:47:14.671Z] a399992ae69c: Preparing [2026-03-16T03:47:14.671Z] 302ab58e1ceb: Preparing [2026-03-16T03:47:14.671Z] 13f91e72744a: Preparing [2026-03-16T03:47:14.671Z] e69f014e345c: Preparing [2026-03-16T03:47:14.671Z] 7a137b4e1043: Preparing [2026-03-16T03:47:14.671Z] 120d1298429c: Preparing [2026-03-16T03:47:14.671Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:14.671Z] c4e71c2a4573: Preparing [2026-03-16T03:47:14.671Z] 120d1298429c: Waiting [2026-03-16T03:47:14.671Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:14.671Z] c4e71c2a4573: Waiting [2026-03-16T03:47:14.671Z] a399992ae69c: Layer already exists [2026-03-16T03:47:14.671Z] 302ab58e1ceb: Layer already exists [2026-03-16T03:47:14.671Z] 13f91e72744a: Layer already exists [2026-03-16T03:47:14.671Z] e69f014e345c: Layer already exists [2026-03-16T03:47:14.671Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:14.671Z] 120d1298429c: Layer already exists [2026-03-16T03:47:14.671Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:14.671Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:14.935Z] latest: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:15.293Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:15.637Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 [2026-03-16T03:47:15.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-16T03:47:15.637Z] a399992ae69c: Preparing [2026-03-16T03:47:15.637Z] 302ab58e1ceb: Preparing [2026-03-16T03:47:15.637Z] 13f91e72744a: Preparing [2026-03-16T03:47:15.637Z] e69f014e345c: Preparing [2026-03-16T03:47:15.637Z] 7a137b4e1043: Preparing [2026-03-16T03:47:15.637Z] 120d1298429c: Preparing [2026-03-16T03:47:15.637Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:15.637Z] c4e71c2a4573: Preparing [2026-03-16T03:47:15.637Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:15.637Z] 120d1298429c: Waiting [2026-03-16T03:47:15.637Z] c4e71c2a4573: Waiting [2026-03-16T03:47:15.637Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:15.637Z] a399992ae69c: Layer already exists [2026-03-16T03:47:15.637Z] 13f91e72744a: Layer already exists [2026-03-16T03:47:15.637Z] e69f014e345c: Layer already exists [2026-03-16T03:47:15.637Z] 302ab58e1ceb: Layer already exists [2026-03-16T03:47:15.637Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:15.637Z] 120d1298429c: Layer already exists [2026-03-16T03:47:15.637Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:15.637Z] 4.1.0-dev.103: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:15.981Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:16.329Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:16.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-16T03:47:16.329Z] a399992ae69c: Preparing [2026-03-16T03:47:16.329Z] 302ab58e1ceb: Preparing [2026-03-16T03:47:16.329Z] 13f91e72744a: Preparing [2026-03-16T03:47:16.329Z] e69f014e345c: Preparing [2026-03-16T03:47:16.329Z] 7a137b4e1043: Preparing [2026-03-16T03:47:16.329Z] 120d1298429c: Preparing [2026-03-16T03:47:16.329Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:16.329Z] 120d1298429c: Waiting [2026-03-16T03:47:16.329Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:16.329Z] c4e71c2a4573: Preparing [2026-03-16T03:47:16.329Z] c4e71c2a4573: Waiting [2026-03-16T03:47:16.329Z] a399992ae69c: Layer already exists [2026-03-16T03:47:16.329Z] e69f014e345c: Layer already exists [2026-03-16T03:47:16.329Z] 13f91e72744a: Layer already exists [2026-03-16T03:47:16.329Z] 302ab58e1ceb: Layer already exists [2026-03-16T03:47:16.329Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:16.329Z] 120d1298429c: Layer already exists [2026-03-16T03:47:16.329Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:16.329Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:16.329Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:16.947Z] + 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-16T03:47:17.303Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2026-03-16T03:47:17.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-03-16T03:47:17.303Z] a399992ae69c: Preparing [2026-03-16T03:47:17.303Z] 302ab58e1ceb: Preparing [2026-03-16T03:47:17.303Z] 13f91e72744a: Preparing [2026-03-16T03:47:17.303Z] e69f014e345c: Preparing [2026-03-16T03:47:17.303Z] 7a137b4e1043: Preparing [2026-03-16T03:47:17.303Z] 120d1298429c: Preparing [2026-03-16T03:47:17.303Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:17.303Z] c4e71c2a4573: Preparing [2026-03-16T03:47:17.303Z] 120d1298429c: Waiting [2026-03-16T03:47:17.303Z] c4e71c2a4573: Waiting [2026-03-16T03:47:17.303Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:17.303Z] e69f014e345c: Layer already exists [2026-03-16T03:47:17.303Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:17.303Z] 302ab58e1ceb: Layer already exists [2026-03-16T03:47:17.303Z] 13f91e72744a: Layer already exists [2026-03-16T03:47:17.303Z] a399992ae69c: Layer already exists [2026-03-16T03:47:17.303Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:17.303Z] 120d1298429c: Layer already exists [2026-03-16T03:47:17.303Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:17.303Z] main: digest: sha256:086f0660ee93e6ee4e891c1779b2382f2633fc49c3cbaccdbfb57a3bd7b1e52d size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:47:17.648Z] ===================================================== [Pipeline] echo [2026-03-16T03:47:17.662Z] taggedImages: [2026-03-16T03:47:17.662Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:17.662Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-03-16T03:47:17.662Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 [2026-03-16T03:47:17.662Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:17.662Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-03-16T03:47:17.683Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2026-03-16T03:47:17.683Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:17.683Z] latest [2026-03-16T03:47:17.683Z] 4.1.0-dev.103 [2026-03-16T03:47:17.683Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:17.683Z] main [2026-03-16T03:47:17.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:18.046Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:18.386Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:18.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-16T03:47:18.386Z] b8b428387b9b: Preparing [2026-03-16T03:47:18.386Z] f4cdb518c5a0: Preparing [2026-03-16T03:47:18.386Z] 700f62b06277: Preparing [2026-03-16T03:47:18.386Z] 1c4d498754f9: Preparing [2026-03-16T03:47:18.386Z] 7311f3484b50: Preparing [2026-03-16T03:47:18.386Z] 0cad920472ba: Preparing [2026-03-16T03:47:18.386Z] 90ccf6f52455: Preparing [2026-03-16T03:47:18.386Z] e69f014e345c: Preparing [2026-03-16T03:47:18.386Z] 7a137b4e1043: Preparing [2026-03-16T03:47:18.386Z] ceb1e0c367d5: Preparing [2026-03-16T03:47:18.386Z] 1fd14a20ed47: Preparing [2026-03-16T03:47:18.386Z] 5f70bf18a086: Preparing [2026-03-16T03:47:18.386Z] 34f979f38c0e: Preparing [2026-03-16T03:47:18.386Z] ec227b7e216d: Preparing [2026-03-16T03:47:18.386Z] 9ee16a45889d: Preparing [2026-03-16T03:47:18.386Z] c4e71c2a4573: Preparing [2026-03-16T03:47:18.386Z] 1fd14a20ed47: Waiting [2026-03-16T03:47:18.386Z] 5f70bf18a086: Waiting [2026-03-16T03:47:18.386Z] 34f979f38c0e: Waiting [2026-03-16T03:47:18.386Z] ec227b7e216d: Waiting [2026-03-16T03:47:18.386Z] 9ee16a45889d: Waiting [2026-03-16T03:47:18.386Z] 0cad920472ba: Waiting [2026-03-16T03:47:18.386Z] c4e71c2a4573: Waiting [2026-03-16T03:47:18.386Z] 90ccf6f52455: Waiting [2026-03-16T03:47:18.386Z] 7a137b4e1043: Waiting [2026-03-16T03:47:18.386Z] e69f014e345c: Waiting [2026-03-16T03:47:18.386Z] ceb1e0c367d5: Waiting [2026-03-16T03:47:18.652Z] 1c4d498754f9: Pushed [2026-03-16T03:47:18.652Z] f4cdb518c5a0: Pushed [2026-03-16T03:47:18.652Z] 700f62b06277: Pushed [2026-03-16T03:47:18.652Z] 7311f3484b50: Pushed [2026-03-16T03:47:18.652Z] b8b428387b9b: Pushed [2026-03-16T03:47:18.652Z] e69f014e345c: Layer already exists [2026-03-16T03:47:18.652Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:18.652Z] 0cad920472ba: Pushed [2026-03-16T03:47:18.652Z] 5f70bf18a086: Layer already exists [2026-03-16T03:47:18.915Z] ceb1e0c367d5: Pushed [2026-03-16T03:47:18.915Z] 1fd14a20ed47: Pushed [2026-03-16T03:47:18.915Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:18.915Z] ec227b7e216d: Pushed [2026-03-16T03:47:18.915Z] 34f979f38c0e: Pushed [2026-03-16T03:47:18.915Z] 9ee16a45889d: Pushed [2026-03-16T03:47:22.239Z] 90ccf6f52455: Pushed [2026-03-16T03:47:22.239Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:22.600Z] + 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-16T03:47:22.952Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-03-16T03:47:22.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-16T03:47:22.952Z] b8b428387b9b: Preparing [2026-03-16T03:47:22.952Z] f4cdb518c5a0: Preparing [2026-03-16T03:47:22.952Z] 700f62b06277: Preparing [2026-03-16T03:47:22.952Z] 1c4d498754f9: Preparing [2026-03-16T03:47:22.952Z] 7311f3484b50: Preparing [2026-03-16T03:47:22.952Z] 0cad920472ba: Preparing [2026-03-16T03:47:22.952Z] 90ccf6f52455: Preparing [2026-03-16T03:47:22.952Z] 0cad920472ba: Waiting [2026-03-16T03:47:22.952Z] 90ccf6f52455: Waiting [2026-03-16T03:47:22.952Z] e69f014e345c: Preparing [2026-03-16T03:47:22.952Z] 7a137b4e1043: Preparing [2026-03-16T03:47:22.952Z] e69f014e345c: Waiting [2026-03-16T03:47:22.952Z] 7a137b4e1043: Waiting [2026-03-16T03:47:22.952Z] ceb1e0c367d5: Preparing [2026-03-16T03:47:22.952Z] 1fd14a20ed47: Preparing [2026-03-16T03:47:22.952Z] ceb1e0c367d5: Waiting [2026-03-16T03:47:22.952Z] 5f70bf18a086: Preparing [2026-03-16T03:47:22.952Z] 1fd14a20ed47: Waiting [2026-03-16T03:47:22.952Z] 34f979f38c0e: Preparing [2026-03-16T03:47:22.952Z] 5f70bf18a086: Waiting [2026-03-16T03:47:22.952Z] ec227b7e216d: Preparing [2026-03-16T03:47:22.952Z] 34f979f38c0e: Waiting [2026-03-16T03:47:22.952Z] 9ee16a45889d: Preparing [2026-03-16T03:47:22.952Z] ec227b7e216d: Waiting [2026-03-16T03:47:22.952Z] c4e71c2a4573: Preparing [2026-03-16T03:47:22.952Z] 9ee16a45889d: Waiting [2026-03-16T03:47:22.952Z] c4e71c2a4573: Waiting [2026-03-16T03:47:22.952Z] b8b428387b9b: Layer already exists [2026-03-16T03:47:22.952Z] 7311f3484b50: Layer already exists [2026-03-16T03:47:22.952Z] 700f62b06277: Layer already exists [2026-03-16T03:47:22.952Z] f4cdb518c5a0: Layer already exists [2026-03-16T03:47:22.952Z] 1c4d498754f9: Layer already exists [2026-03-16T03:47:22.952Z] 90ccf6f52455: Layer already exists [2026-03-16T03:47:22.952Z] ceb1e0c367d5: Layer already exists [2026-03-16T03:47:22.952Z] 0cad920472ba: Layer already exists [2026-03-16T03:47:22.952Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:22.952Z] e69f014e345c: Layer already exists [2026-03-16T03:47:22.952Z] 1fd14a20ed47: Layer already exists [2026-03-16T03:47:22.952Z] 5f70bf18a086: Layer already exists [2026-03-16T03:47:22.952Z] 34f979f38c0e: Layer already exists [2026-03-16T03:47:22.952Z] ec227b7e216d: Layer already exists [2026-03-16T03:47:22.952Z] 9ee16a45889d: Layer already exists [2026-03-16T03:47:22.952Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:23.216Z] latest: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:23.568Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:23.910Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 [2026-03-16T03:47:23.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-16T03:47:23.910Z] b8b428387b9b: Preparing [2026-03-16T03:47:23.910Z] f4cdb518c5a0: Preparing [2026-03-16T03:47:23.910Z] 700f62b06277: Preparing [2026-03-16T03:47:23.910Z] 1c4d498754f9: Preparing [2026-03-16T03:47:23.910Z] 7311f3484b50: Preparing [2026-03-16T03:47:23.910Z] 0cad920472ba: Preparing [2026-03-16T03:47:23.910Z] 90ccf6f52455: Preparing [2026-03-16T03:47:23.910Z] e69f014e345c: Preparing [2026-03-16T03:47:23.910Z] 7a137b4e1043: Preparing [2026-03-16T03:47:23.910Z] ceb1e0c367d5: Preparing [2026-03-16T03:47:23.910Z] 1fd14a20ed47: Preparing [2026-03-16T03:47:23.910Z] 5f70bf18a086: Preparing [2026-03-16T03:47:23.910Z] 34f979f38c0e: Preparing [2026-03-16T03:47:23.910Z] ec227b7e216d: Preparing [2026-03-16T03:47:23.910Z] 9ee16a45889d: Preparing [2026-03-16T03:47:23.910Z] c4e71c2a4573: Preparing [2026-03-16T03:47:23.910Z] 0cad920472ba: Waiting [2026-03-16T03:47:23.910Z] 90ccf6f52455: Waiting [2026-03-16T03:47:23.910Z] e69f014e345c: Waiting [2026-03-16T03:47:23.910Z] ec227b7e216d: Waiting [2026-03-16T03:47:23.910Z] 9ee16a45889d: Waiting [2026-03-16T03:47:23.910Z] 7a137b4e1043: Waiting [2026-03-16T03:47:23.910Z] c4e71c2a4573: Waiting [2026-03-16T03:47:23.910Z] ceb1e0c367d5: Waiting [2026-03-16T03:47:23.910Z] 1fd14a20ed47: Waiting [2026-03-16T03:47:23.910Z] 34f979f38c0e: Waiting [2026-03-16T03:47:23.910Z] 5f70bf18a086: Waiting [2026-03-16T03:47:23.910Z] 7311f3484b50: Layer already exists [2026-03-16T03:47:23.910Z] 700f62b06277: Layer already exists [2026-03-16T03:47:23.910Z] 1c4d498754f9: Layer already exists [2026-03-16T03:47:23.910Z] b8b428387b9b: Layer already exists [2026-03-16T03:47:23.910Z] f4cdb518c5a0: Layer already exists [2026-03-16T03:47:23.910Z] 0cad920472ba: Layer already exists [2026-03-16T03:47:23.910Z] 90ccf6f52455: Layer already exists [2026-03-16T03:47:23.910Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:23.910Z] e69f014e345c: Layer already exists [2026-03-16T03:47:23.910Z] ceb1e0c367d5: Layer already exists [2026-03-16T03:47:23.910Z] 1fd14a20ed47: Layer already exists [2026-03-16T03:47:23.910Z] ec227b7e216d: Layer already exists [2026-03-16T03:47:23.910Z] 5f70bf18a086: Layer already exists [2026-03-16T03:47:23.910Z] 34f979f38c0e: Layer already exists [2026-03-16T03:47:23.910Z] 9ee16a45889d: Layer already exists [2026-03-16T03:47:23.910Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:24.177Z] 4.1.0-dev.103: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:24.530Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:24.879Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:24.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-16T03:47:24.879Z] b8b428387b9b: Preparing [2026-03-16T03:47:24.879Z] f4cdb518c5a0: Preparing [2026-03-16T03:47:24.879Z] 700f62b06277: Preparing [2026-03-16T03:47:24.879Z] 1c4d498754f9: Preparing [2026-03-16T03:47:24.879Z] 7311f3484b50: Preparing [2026-03-16T03:47:24.879Z] 0cad920472ba: Preparing [2026-03-16T03:47:24.879Z] 90ccf6f52455: Preparing [2026-03-16T03:47:24.879Z] e69f014e345c: Preparing [2026-03-16T03:47:24.879Z] 7a137b4e1043: Preparing [2026-03-16T03:47:24.879Z] ceb1e0c367d5: Preparing [2026-03-16T03:47:24.879Z] 1fd14a20ed47: Preparing [2026-03-16T03:47:24.879Z] 5f70bf18a086: Preparing [2026-03-16T03:47:24.879Z] 34f979f38c0e: Preparing [2026-03-16T03:47:24.879Z] ec227b7e216d: Preparing [2026-03-16T03:47:24.879Z] 9ee16a45889d: Preparing [2026-03-16T03:47:24.879Z] c4e71c2a4573: Preparing [2026-03-16T03:47:24.879Z] 5f70bf18a086: Waiting [2026-03-16T03:47:24.879Z] 9ee16a45889d: Waiting [2026-03-16T03:47:24.879Z] c4e71c2a4573: Waiting [2026-03-16T03:47:24.879Z] 0cad920472ba: Waiting [2026-03-16T03:47:24.879Z] 90ccf6f52455: Waiting [2026-03-16T03:47:24.879Z] e69f014e345c: Waiting [2026-03-16T03:47:24.879Z] 7a137b4e1043: Waiting [2026-03-16T03:47:24.879Z] 34f979f38c0e: Waiting [2026-03-16T03:47:24.879Z] ec227b7e216d: Waiting [2026-03-16T03:47:24.879Z] ceb1e0c367d5: Waiting [2026-03-16T03:47:24.879Z] 1fd14a20ed47: Waiting [2026-03-16T03:47:24.879Z] 700f62b06277: Layer already exists [2026-03-16T03:47:24.879Z] 7311f3484b50: Layer already exists [2026-03-16T03:47:24.879Z] b8b428387b9b: Layer already exists [2026-03-16T03:47:24.879Z] f4cdb518c5a0: Layer already exists [2026-03-16T03:47:24.879Z] 1c4d498754f9: Layer already exists [2026-03-16T03:47:24.879Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:24.879Z] 0cad920472ba: Layer already exists [2026-03-16T03:47:24.879Z] 90ccf6f52455: Layer already exists [2026-03-16T03:47:24.879Z] e69f014e345c: Layer already exists [2026-03-16T03:47:24.879Z] ceb1e0c367d5: Layer already exists [2026-03-16T03:47:24.879Z] 5f70bf18a086: Layer already exists [2026-03-16T03:47:24.879Z] 1fd14a20ed47: Layer already exists [2026-03-16T03:47:24.879Z] 9ee16a45889d: Layer already exists [2026-03-16T03:47:24.879Z] 34f979f38c0e: Layer already exists [2026-03-16T03:47:24.879Z] ec227b7e216d: Layer already exists [2026-03-16T03:47:24.879Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:25.143Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:25.499Z] + 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-16T03:47:27.788Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2026-03-16T03:47:27.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-03-16T03:47:27.788Z] b8b428387b9b: Preparing [2026-03-16T03:47:27.788Z] f4cdb518c5a0: Preparing [2026-03-16T03:47:27.788Z] 700f62b06277: Preparing [2026-03-16T03:47:27.788Z] 1c4d498754f9: Preparing [2026-03-16T03:47:27.788Z] 7311f3484b50: Preparing [2026-03-16T03:47:27.788Z] 0cad920472ba: Preparing [2026-03-16T03:47:27.788Z] 90ccf6f52455: Preparing [2026-03-16T03:47:27.788Z] e69f014e345c: Preparing [2026-03-16T03:47:27.788Z] 7a137b4e1043: Preparing [2026-03-16T03:47:27.788Z] ceb1e0c367d5: Preparing [2026-03-16T03:47:27.788Z] 1fd14a20ed47: Preparing [2026-03-16T03:47:27.788Z] 5f70bf18a086: Preparing [2026-03-16T03:47:27.788Z] 34f979f38c0e: Preparing [2026-03-16T03:47:27.788Z] ec227b7e216d: Preparing [2026-03-16T03:47:27.788Z] 9ee16a45889d: Preparing [2026-03-16T03:47:27.788Z] c4e71c2a4573: Preparing [2026-03-16T03:47:27.788Z] 0cad920472ba: Waiting [2026-03-16T03:47:27.788Z] 5f70bf18a086: Waiting [2026-03-16T03:47:27.788Z] 34f979f38c0e: Waiting [2026-03-16T03:47:27.788Z] ec227b7e216d: Waiting [2026-03-16T03:47:27.788Z] 9ee16a45889d: Waiting [2026-03-16T03:47:27.788Z] c4e71c2a4573: Waiting [2026-03-16T03:47:27.788Z] 90ccf6f52455: Waiting [2026-03-16T03:47:27.788Z] e69f014e345c: Waiting [2026-03-16T03:47:27.788Z] 7a137b4e1043: Waiting [2026-03-16T03:47:27.788Z] 1fd14a20ed47: Waiting [2026-03-16T03:47:27.788Z] ceb1e0c367d5: Waiting [2026-03-16T03:47:27.788Z] b8b428387b9b: Layer already exists [2026-03-16T03:47:27.788Z] 1c4d498754f9: Layer already exists [2026-03-16T03:47:27.788Z] 700f62b06277: Layer already exists [2026-03-16T03:47:27.788Z] 7311f3484b50: Layer already exists [2026-03-16T03:47:27.788Z] f4cdb518c5a0: Layer already exists [2026-03-16T03:47:27.788Z] e69f014e345c: Layer already exists [2026-03-16T03:47:27.788Z] 0cad920472ba: Layer already exists [2026-03-16T03:47:27.788Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:27.788Z] 90ccf6f52455: Layer already exists [2026-03-16T03:47:27.788Z] ceb1e0c367d5: Layer already exists [2026-03-16T03:47:27.788Z] 5f70bf18a086: Layer already exists [2026-03-16T03:47:27.788Z] 1fd14a20ed47: Layer already exists [2026-03-16T03:47:27.788Z] 34f979f38c0e: Layer already exists [2026-03-16T03:47:27.788Z] ec227b7e216d: Layer already exists [2026-03-16T03:47:27.788Z] 9ee16a45889d: Layer already exists [2026-03-16T03:47:27.788Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:28.052Z] main: digest: sha256:e7abcb663455ef115f052ce3a9fbb86ab50145f4e148ff7f221d921b8dc155a1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:47:28.125Z] ===================================================== [Pipeline] echo [2026-03-16T03:47:28.139Z] taggedImages: [2026-03-16T03:47:28.139Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:28.139Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-03-16T03:47:28.139Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 [2026-03-16T03:47:28.139Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:28.139Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-03-16T03:47:28.161Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2026-03-16T03:47:28.161Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:28.161Z] latest [2026-03-16T03:47:28.161Z] 4.1.0-dev.103 [2026-03-16T03:47:28.161Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:28.161Z] main [2026-03-16T03:47:28.161Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:28.514Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:28.880Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:28.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-16T03:47:28.881Z] 636e7158508f: Preparing [2026-03-16T03:47:28.881Z] 825e54eb2502: Preparing [2026-03-16T03:47:28.881Z] bc9f8b7af6fc: Preparing [2026-03-16T03:47:28.881Z] a4ab9c0595f2: Preparing [2026-03-16T03:47:28.881Z] e69f014e345c: Preparing [2026-03-16T03:47:28.881Z] 7a137b4e1043: Preparing [2026-03-16T03:47:28.881Z] 120d1298429c: Preparing [2026-03-16T03:47:28.881Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:28.881Z] c4e71c2a4573: Preparing [2026-03-16T03:47:28.881Z] 7a137b4e1043: Waiting [2026-03-16T03:47:28.881Z] 120d1298429c: Waiting [2026-03-16T03:47:28.881Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:28.881Z] c4e71c2a4573: Waiting [2026-03-16T03:47:28.881Z] e69f014e345c: Layer already exists [2026-03-16T03:47:29.145Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:29.145Z] bc9f8b7af6fc: Pushed [2026-03-16T03:47:29.145Z] 825e54eb2502: Pushed [2026-03-16T03:47:29.145Z] 120d1298429c: Layer already exists [2026-03-16T03:47:29.145Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:29.145Z] 636e7158508f: Pushed [2026-03-16T03:47:29.145Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:37.310Z] a4ab9c0595f2: Pushed [2026-03-16T03:47:37.310Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:37.663Z] + 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-16T03:47:38.013Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-03-16T03:47:38.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-16T03:47:38.013Z] 636e7158508f: Preparing [2026-03-16T03:47:38.013Z] 825e54eb2502: Preparing [2026-03-16T03:47:38.013Z] bc9f8b7af6fc: Preparing [2026-03-16T03:47:38.013Z] a4ab9c0595f2: Preparing [2026-03-16T03:47:38.013Z] e69f014e345c: Preparing [2026-03-16T03:47:38.013Z] 7a137b4e1043: Preparing [2026-03-16T03:47:38.013Z] 120d1298429c: Preparing [2026-03-16T03:47:38.013Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:38.013Z] c4e71c2a4573: Preparing [2026-03-16T03:47:38.013Z] 120d1298429c: Waiting [2026-03-16T03:47:38.013Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:38.013Z] c4e71c2a4573: Waiting [2026-03-16T03:47:38.013Z] 7a137b4e1043: Waiting [2026-03-16T03:47:38.013Z] 636e7158508f: Layer already exists [2026-03-16T03:47:38.013Z] 825e54eb2502: Layer already exists [2026-03-16T03:47:38.013Z] bc9f8b7af6fc: Layer already exists [2026-03-16T03:47:38.013Z] a4ab9c0595f2: Layer already exists [2026-03-16T03:47:38.013Z] e69f014e345c: Layer already exists [2026-03-16T03:47:38.013Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:38.013Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:38.013Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:38.013Z] 120d1298429c: Layer already exists [2026-03-16T03:47:38.278Z] latest: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:38.630Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:39.936Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 [2026-03-16T03:47:39.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-16T03:47:39.936Z] 636e7158508f: Preparing [2026-03-16T03:47:39.936Z] 825e54eb2502: Preparing [2026-03-16T03:47:39.936Z] bc9f8b7af6fc: Preparing [2026-03-16T03:47:39.936Z] a4ab9c0595f2: Preparing [2026-03-16T03:47:39.936Z] e69f014e345c: Preparing [2026-03-16T03:47:39.936Z] 7a137b4e1043: Preparing [2026-03-16T03:47:39.936Z] 120d1298429c: Preparing [2026-03-16T03:47:39.936Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:39.936Z] 7a137b4e1043: Waiting [2026-03-16T03:47:39.936Z] 120d1298429c: Waiting [2026-03-16T03:47:39.936Z] c4e71c2a4573: Preparing [2026-03-16T03:47:39.936Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:39.936Z] c4e71c2a4573: Waiting [2026-03-16T03:47:39.936Z] e69f014e345c: Layer already exists [2026-03-16T03:47:39.936Z] a4ab9c0595f2: Layer already exists [2026-03-16T03:47:39.936Z] 636e7158508f: Layer already exists [2026-03-16T03:47:39.936Z] bc9f8b7af6fc: Layer already exists [2026-03-16T03:47:39.936Z] 825e54eb2502: Layer already exists [2026-03-16T03:47:39.936Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:39.936Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:39.936Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:39.936Z] 120d1298429c: Layer already exists [2026-03-16T03:47:39.936Z] 4.1.0-dev.103: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:40.283Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:40.623Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:40.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-16T03:47:40.623Z] 636e7158508f: Preparing [2026-03-16T03:47:40.623Z] 825e54eb2502: Preparing [2026-03-16T03:47:40.623Z] bc9f8b7af6fc: Preparing [2026-03-16T03:47:40.623Z] a4ab9c0595f2: Preparing [2026-03-16T03:47:40.623Z] e69f014e345c: Preparing [2026-03-16T03:47:40.623Z] 7a137b4e1043: Preparing [2026-03-16T03:47:40.623Z] 120d1298429c: Preparing [2026-03-16T03:47:40.623Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:40.623Z] c4e71c2a4573: Preparing [2026-03-16T03:47:40.623Z] 7a137b4e1043: Waiting [2026-03-16T03:47:40.623Z] 120d1298429c: Waiting [2026-03-16T03:47:40.623Z] c4e71c2a4573: Waiting [2026-03-16T03:47:40.623Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:40.623Z] a4ab9c0595f2: Layer already exists [2026-03-16T03:47:40.623Z] 825e54eb2502: Layer already exists [2026-03-16T03:47:40.623Z] e69f014e345c: Layer already exists [2026-03-16T03:47:40.623Z] bc9f8b7af6fc: Layer already exists [2026-03-16T03:47:40.623Z] 636e7158508f: Layer already exists [2026-03-16T03:47:40.623Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:40.623Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:40.623Z] 120d1298429c: Layer already exists [2026-03-16T03:47:40.623Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:40.886Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:41.234Z] + 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-16T03:47:41.686Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2026-03-16T03:47:41.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-03-16T03:47:41.686Z] 636e7158508f: Preparing [2026-03-16T03:47:41.686Z] 825e54eb2502: Preparing [2026-03-16T03:47:41.686Z] bc9f8b7af6fc: Preparing [2026-03-16T03:47:41.686Z] a4ab9c0595f2: Preparing [2026-03-16T03:47:41.686Z] e69f014e345c: Preparing [2026-03-16T03:47:41.686Z] 7a137b4e1043: Preparing [2026-03-16T03:47:41.686Z] 120d1298429c: Preparing [2026-03-16T03:47:41.686Z] 0b41e1da8fc9: Preparing [2026-03-16T03:47:41.686Z] c4e71c2a4573: Preparing [2026-03-16T03:47:41.686Z] 120d1298429c: Waiting [2026-03-16T03:47:41.686Z] 0b41e1da8fc9: Waiting [2026-03-16T03:47:41.686Z] c4e71c2a4573: Waiting [2026-03-16T03:47:41.686Z] 7a137b4e1043: Waiting [2026-03-16T03:47:41.686Z] 636e7158508f: Layer already exists [2026-03-16T03:47:41.686Z] 825e54eb2502: Layer already exists [2026-03-16T03:47:41.686Z] a4ab9c0595f2: Layer already exists [2026-03-16T03:47:41.686Z] bc9f8b7af6fc: Layer already exists [2026-03-16T03:47:41.686Z] e69f014e345c: Layer already exists [2026-03-16T03:47:41.686Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:41.686Z] 120d1298429c: Layer already exists [2026-03-16T03:47:41.686Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:41.686Z] 0b41e1da8fc9: Layer already exists [2026-03-16T03:47:41.956Z] main: digest: sha256:9ab054b510624fc2a0bc7c4aa5d34f05782bb05b7c96dc90e3b1216837a2b714 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:47:42.026Z] ===================================================== [Pipeline] echo [2026-03-16T03:47:42.040Z] taggedImages: [2026-03-16T03:47:42.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:42.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-03-16T03:47:42.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 [2026-03-16T03:47:42.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:42.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-03-16T03:47:42.065Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2026-03-16T03:47:42.065Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:42.065Z] latest [2026-03-16T03:47:42.065Z] 4.1.0-dev.103 [2026-03-16T03:47:42.065Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:42.065Z] main [2026-03-16T03:47:42.065Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:42.433Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:42.806Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:42.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-16T03:47:42.806Z] ca8810651b81: Preparing [2026-03-16T03:47:42.806Z] 405da8f44e94: Preparing [2026-03-16T03:47:42.806Z] 5b9740593f5a: Preparing [2026-03-16T03:47:42.806Z] d716fb6bb88b: Preparing [2026-03-16T03:47:42.806Z] 09ff45bb2cd7: Preparing [2026-03-16T03:47:42.806Z] e69f014e345c: Preparing [2026-03-16T03:47:42.806Z] 7a137b4e1043: Preparing [2026-03-16T03:47:42.806Z] e69f014e345c: Waiting [2026-03-16T03:47:42.806Z] fde261464df6: Preparing [2026-03-16T03:47:42.806Z] 7a137b4e1043: Waiting [2026-03-16T03:47:42.806Z] 0f394060e5be: Preparing [2026-03-16T03:47:42.806Z] fde261464df6: Waiting [2026-03-16T03:47:42.806Z] 0f394060e5be: Waiting [2026-03-16T03:47:42.806Z] 12fae6ef8776: Preparing [2026-03-16T03:47:42.806Z] c4e71c2a4573: Preparing [2026-03-16T03:47:42.806Z] 12fae6ef8776: Waiting [2026-03-16T03:47:42.806Z] c4e71c2a4573: Waiting [2026-03-16T03:47:43.080Z] d716fb6bb88b: Pushed [2026-03-16T03:47:43.080Z] 405da8f44e94: Pushed [2026-03-16T03:47:43.080Z] 09ff45bb2cd7: Pushed [2026-03-16T03:47:43.080Z] ca8810651b81: Pushed [2026-03-16T03:47:43.080Z] e69f014e345c: Layer already exists [2026-03-16T03:47:43.080Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:43.348Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:43.348Z] fde261464df6: Pushed [2026-03-16T03:47:43.348Z] 0f394060e5be: Pushed [2026-03-16T03:47:46.670Z] 12fae6ef8776: Pushed [2026-03-16T03:47:49.990Z] 5b9740593f5a: Pushed [2026-03-16T03:47:49.990Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:50.348Z] + 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-16T03:47:52.624Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-03-16T03:47:52.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-16T03:47:52.624Z] ca8810651b81: Preparing [2026-03-16T03:47:52.624Z] 405da8f44e94: Preparing [2026-03-16T03:47:52.624Z] 5b9740593f5a: Preparing [2026-03-16T03:47:52.624Z] d716fb6bb88b: Preparing [2026-03-16T03:47:52.624Z] 09ff45bb2cd7: Preparing [2026-03-16T03:47:52.624Z] e69f014e345c: Preparing [2026-03-16T03:47:52.624Z] 7a137b4e1043: Preparing [2026-03-16T03:47:52.624Z] fde261464df6: Preparing [2026-03-16T03:47:52.624Z] 0f394060e5be: Preparing [2026-03-16T03:47:52.624Z] 12fae6ef8776: Preparing [2026-03-16T03:47:52.624Z] c4e71c2a4573: Preparing [2026-03-16T03:47:52.624Z] fde261464df6: Waiting [2026-03-16T03:47:52.624Z] 0f394060e5be: Waiting [2026-03-16T03:47:52.624Z] 12fae6ef8776: Waiting [2026-03-16T03:47:52.624Z] c4e71c2a4573: Waiting [2026-03-16T03:47:52.624Z] e69f014e345c: Waiting [2026-03-16T03:47:52.624Z] 7a137b4e1043: Waiting [2026-03-16T03:47:52.624Z] 405da8f44e94: Layer already exists [2026-03-16T03:47:52.624Z] ca8810651b81: Layer already exists [2026-03-16T03:47:52.624Z] d716fb6bb88b: Layer already exists [2026-03-16T03:47:52.624Z] 5b9740593f5a: Layer already exists [2026-03-16T03:47:52.624Z] 09ff45bb2cd7: Layer already exists [2026-03-16T03:47:52.624Z] e69f014e345c: Layer already exists [2026-03-16T03:47:52.624Z] fde261464df6: Layer already exists [2026-03-16T03:47:52.624Z] 0f394060e5be: Layer already exists [2026-03-16T03:47:52.624Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:52.624Z] 12fae6ef8776: Layer already exists [2026-03-16T03:47:52.624Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:52.889Z] latest: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:53.244Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:53.584Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 [2026-03-16T03:47:53.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-16T03:47:53.584Z] ca8810651b81: Preparing [2026-03-16T03:47:53.584Z] 405da8f44e94: Preparing [2026-03-16T03:47:53.584Z] 5b9740593f5a: Preparing [2026-03-16T03:47:53.584Z] d716fb6bb88b: Preparing [2026-03-16T03:47:53.584Z] 09ff45bb2cd7: Preparing [2026-03-16T03:47:53.584Z] e69f014e345c: Preparing [2026-03-16T03:47:53.584Z] 7a137b4e1043: Preparing [2026-03-16T03:47:53.584Z] fde261464df6: Preparing [2026-03-16T03:47:53.584Z] 0f394060e5be: Preparing [2026-03-16T03:47:53.584Z] 12fae6ef8776: Preparing [2026-03-16T03:47:53.584Z] c4e71c2a4573: Preparing [2026-03-16T03:47:53.584Z] fde261464df6: Waiting [2026-03-16T03:47:53.584Z] 0f394060e5be: Waiting [2026-03-16T03:47:53.584Z] 12fae6ef8776: Waiting [2026-03-16T03:47:53.584Z] c4e71c2a4573: Waiting [2026-03-16T03:47:53.584Z] e69f014e345c: Waiting [2026-03-16T03:47:53.584Z] 7a137b4e1043: Waiting [2026-03-16T03:47:53.584Z] 09ff45bb2cd7: Layer already exists [2026-03-16T03:47:53.584Z] d716fb6bb88b: Layer already exists [2026-03-16T03:47:53.584Z] ca8810651b81: Layer already exists [2026-03-16T03:47:53.584Z] 405da8f44e94: Layer already exists [2026-03-16T03:47:53.584Z] 5b9740593f5a: Layer already exists [2026-03-16T03:47:53.584Z] e69f014e345c: Layer already exists [2026-03-16T03:47:53.584Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:53.584Z] fde261464df6: Layer already exists [2026-03-16T03:47:53.584Z] 0f394060e5be: Layer already exists [2026-03-16T03:47:53.584Z] 12fae6ef8776: Layer already exists [2026-03-16T03:47:53.584Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:53.584Z] 4.1.0-dev.103: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:54.205Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:54.554Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:54.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-16T03:47:54.554Z] ca8810651b81: Preparing [2026-03-16T03:47:54.554Z] 405da8f44e94: Preparing [2026-03-16T03:47:54.554Z] 5b9740593f5a: Preparing [2026-03-16T03:47:54.554Z] d716fb6bb88b: Preparing [2026-03-16T03:47:54.554Z] 09ff45bb2cd7: Preparing [2026-03-16T03:47:54.554Z] e69f014e345c: Preparing [2026-03-16T03:47:54.554Z] 7a137b4e1043: Preparing [2026-03-16T03:47:54.554Z] fde261464df6: Preparing [2026-03-16T03:47:54.554Z] 0f394060e5be: Preparing [2026-03-16T03:47:54.554Z] 12fae6ef8776: Preparing [2026-03-16T03:47:54.554Z] c4e71c2a4573: Preparing [2026-03-16T03:47:54.554Z] fde261464df6: Waiting [2026-03-16T03:47:54.554Z] 0f394060e5be: Waiting [2026-03-16T03:47:54.554Z] c4e71c2a4573: Waiting [2026-03-16T03:47:54.554Z] 12fae6ef8776: Waiting [2026-03-16T03:47:54.554Z] e69f014e345c: Waiting [2026-03-16T03:47:54.554Z] 7a137b4e1043: Waiting [2026-03-16T03:47:54.554Z] 5b9740593f5a: Layer already exists [2026-03-16T03:47:54.554Z] d716fb6bb88b: Layer already exists [2026-03-16T03:47:54.554Z] 405da8f44e94: Layer already exists [2026-03-16T03:47:54.554Z] ca8810651b81: Layer already exists [2026-03-16T03:47:54.554Z] 09ff45bb2cd7: Layer already exists [2026-03-16T03:47:54.554Z] e69f014e345c: Layer already exists [2026-03-16T03:47:54.554Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:54.554Z] fde261464df6: Layer already exists [2026-03-16T03:47:54.554Z] 12fae6ef8776: Layer already exists [2026-03-16T03:47:54.554Z] 0f394060e5be: Layer already exists [2026-03-16T03:47:54.554Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:54.554Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:55.165Z] + 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-16T03:47:55.501Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2026-03-16T03:47:55.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-03-16T03:47:55.501Z] ca8810651b81: Preparing [2026-03-16T03:47:55.501Z] 405da8f44e94: Preparing [2026-03-16T03:47:55.501Z] 5b9740593f5a: Preparing [2026-03-16T03:47:55.501Z] d716fb6bb88b: Preparing [2026-03-16T03:47:55.501Z] 09ff45bb2cd7: Preparing [2026-03-16T03:47:55.501Z] e69f014e345c: Preparing [2026-03-16T03:47:55.501Z] 7a137b4e1043: Preparing [2026-03-16T03:47:55.501Z] fde261464df6: Preparing [2026-03-16T03:47:55.501Z] 0f394060e5be: Preparing [2026-03-16T03:47:55.501Z] 12fae6ef8776: Preparing [2026-03-16T03:47:55.501Z] c4e71c2a4573: Preparing [2026-03-16T03:47:55.501Z] fde261464df6: Waiting [2026-03-16T03:47:55.501Z] 12fae6ef8776: Waiting [2026-03-16T03:47:55.501Z] c4e71c2a4573: Waiting [2026-03-16T03:47:55.501Z] 0f394060e5be: Waiting [2026-03-16T03:47:55.501Z] e69f014e345c: Waiting [2026-03-16T03:47:55.501Z] 7a137b4e1043: Waiting [2026-03-16T03:47:55.501Z] ca8810651b81: Layer already exists [2026-03-16T03:47:55.501Z] d716fb6bb88b: Layer already exists [2026-03-16T03:47:55.501Z] 09ff45bb2cd7: Layer already exists [2026-03-16T03:47:55.501Z] 5b9740593f5a: Layer already exists [2026-03-16T03:47:55.501Z] 405da8f44e94: Layer already exists [2026-03-16T03:47:55.501Z] 12fae6ef8776: Layer already exists [2026-03-16T03:47:55.501Z] e69f014e345c: Layer already exists [2026-03-16T03:47:55.501Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:55.501Z] fde261464df6: Layer already exists [2026-03-16T03:47:55.501Z] 0f394060e5be: Layer already exists [2026-03-16T03:47:55.501Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:55.763Z] main: digest: sha256:78501413ba819141ca75b81fb2ee173c6ecaab7d2adf145b826632fdd8250676 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:47:55.839Z] ===================================================== [Pipeline] echo [2026-03-16T03:47:55.851Z] taggedImages: [2026-03-16T03:47:55.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:55.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-03-16T03:47:55.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 [2026-03-16T03:47:55.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:55.851Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-03-16T03:47:55.879Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2026-03-16T03:47:55.879Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:55.879Z] latest [2026-03-16T03:47:55.879Z] 4.1.0-dev.103 [2026-03-16T03:47:55.879Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:47:55.879Z] main [2026-03-16T03:47:55.879Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:56.244Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:47:56.586Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:47:56.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-16T03:47:56.586Z] da61654b4399: Preparing [2026-03-16T03:47:56.586Z] 7bc64e2d1b06: Preparing [2026-03-16T03:47:56.586Z] ea3eb689ac2c: Preparing [2026-03-16T03:47:56.586Z] 747af3484966: Preparing [2026-03-16T03:47:56.586Z] 850186621122: Preparing [2026-03-16T03:47:56.586Z] 8961951f264d: Preparing [2026-03-16T03:47:56.586Z] 41d46b8acb29: Preparing [2026-03-16T03:47:56.586Z] e69f014e345c: Preparing [2026-03-16T03:47:56.586Z] 7a137b4e1043: Preparing [2026-03-16T03:47:56.586Z] 18eb6ac05e4b: Preparing [2026-03-16T03:47:56.586Z] 8e4d102e13e9: Preparing [2026-03-16T03:47:56.586Z] 8961951f264d: Waiting [2026-03-16T03:47:56.586Z] 41d46b8acb29: Waiting [2026-03-16T03:47:56.586Z] 7a137b4e1043: Waiting [2026-03-16T03:47:56.586Z] e69f014e345c: Waiting [2026-03-16T03:47:56.586Z] 18eb6ac05e4b: Waiting [2026-03-16T03:47:56.586Z] c4e71c2a4573: Preparing [2026-03-16T03:47:56.586Z] 8e4d102e13e9: Waiting [2026-03-16T03:47:56.586Z] c4e71c2a4573: Waiting [2026-03-16T03:47:56.853Z] 7bc64e2d1b06: Pushed [2026-03-16T03:47:56.853Z] da61654b4399: Pushed [2026-03-16T03:47:56.853Z] 850186621122: Pushed [2026-03-16T03:47:56.853Z] e69f014e345c: Layer already exists [2026-03-16T03:47:56.853Z] 7a137b4e1043: Layer already exists [2026-03-16T03:47:56.853Z] 8961951f264d: Pushed [2026-03-16T03:47:56.853Z] 41d46b8acb29: Pushed [2026-03-16T03:47:57.116Z] c4e71c2a4573: Layer already exists [2026-03-16T03:47:57.116Z] 18eb6ac05e4b: Pushed [2026-03-16T03:48:00.450Z] 8e4d102e13e9: Pushed [2026-03-16T03:48:03.775Z] 747af3484966: Pushed [2026-03-16T03:48:03.775Z] ea3eb689ac2c: Pushed [2026-03-16T03:48:04.729Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:05.082Z] + 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-16T03:48:05.432Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-03-16T03:48:05.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-16T03:48:05.432Z] da61654b4399: Preparing [2026-03-16T03:48:05.432Z] 7bc64e2d1b06: Preparing [2026-03-16T03:48:05.432Z] ea3eb689ac2c: Preparing [2026-03-16T03:48:05.432Z] 747af3484966: Preparing [2026-03-16T03:48:05.432Z] 850186621122: Preparing [2026-03-16T03:48:05.432Z] 8961951f264d: Preparing [2026-03-16T03:48:05.432Z] 41d46b8acb29: Preparing [2026-03-16T03:48:05.432Z] e69f014e345c: Preparing [2026-03-16T03:48:05.432Z] 7a137b4e1043: Preparing [2026-03-16T03:48:05.432Z] 18eb6ac05e4b: Preparing [2026-03-16T03:48:05.432Z] 8e4d102e13e9: Preparing [2026-03-16T03:48:05.432Z] c4e71c2a4573: Preparing [2026-03-16T03:48:05.432Z] e69f014e345c: Waiting [2026-03-16T03:48:05.432Z] 7a137b4e1043: Waiting [2026-03-16T03:48:05.432Z] 18eb6ac05e4b: Waiting [2026-03-16T03:48:05.432Z] 8e4d102e13e9: Waiting [2026-03-16T03:48:05.432Z] c4e71c2a4573: Waiting [2026-03-16T03:48:05.432Z] 8961951f264d: Waiting [2026-03-16T03:48:05.432Z] 41d46b8acb29: Waiting [2026-03-16T03:48:05.432Z] ea3eb689ac2c: Layer already exists [2026-03-16T03:48:05.432Z] 747af3484966: Layer already exists [2026-03-16T03:48:05.432Z] 850186621122: Layer already exists [2026-03-16T03:48:05.432Z] 7bc64e2d1b06: Layer already exists [2026-03-16T03:48:05.432Z] da61654b4399: Layer already exists [2026-03-16T03:48:05.432Z] 18eb6ac05e4b: Layer already exists [2026-03-16T03:48:05.432Z] 8961951f264d: Layer already exists [2026-03-16T03:48:05.432Z] e69f014e345c: Layer already exists [2026-03-16T03:48:05.432Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:05.432Z] 41d46b8acb29: Layer already exists [2026-03-16T03:48:05.432Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:05.432Z] 8e4d102e13e9: Layer already exists [2026-03-16T03:48:05.695Z] latest: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:06.065Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:06.408Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 [2026-03-16T03:48:06.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-16T03:48:06.408Z] da61654b4399: Preparing [2026-03-16T03:48:06.408Z] 7bc64e2d1b06: Preparing [2026-03-16T03:48:06.408Z] ea3eb689ac2c: Preparing [2026-03-16T03:48:06.408Z] 747af3484966: Preparing [2026-03-16T03:48:06.408Z] 850186621122: Preparing [2026-03-16T03:48:06.408Z] 8961951f264d: Preparing [2026-03-16T03:48:06.408Z] 41d46b8acb29: Preparing [2026-03-16T03:48:06.408Z] e69f014e345c: Preparing [2026-03-16T03:48:06.408Z] 7a137b4e1043: Preparing [2026-03-16T03:48:06.408Z] 18eb6ac05e4b: Preparing [2026-03-16T03:48:06.408Z] 8e4d102e13e9: Preparing [2026-03-16T03:48:06.408Z] c4e71c2a4573: Preparing [2026-03-16T03:48:06.408Z] e69f014e345c: Waiting [2026-03-16T03:48:06.408Z] 7a137b4e1043: Waiting [2026-03-16T03:48:06.408Z] 18eb6ac05e4b: Waiting [2026-03-16T03:48:06.408Z] 8961951f264d: Waiting [2026-03-16T03:48:06.408Z] 41d46b8acb29: Waiting [2026-03-16T03:48:06.408Z] c4e71c2a4573: Waiting [2026-03-16T03:48:06.408Z] 8e4d102e13e9: Waiting [2026-03-16T03:48:06.408Z] ea3eb689ac2c: Layer already exists [2026-03-16T03:48:06.408Z] 7bc64e2d1b06: Layer already exists [2026-03-16T03:48:06.408Z] 747af3484966: Layer already exists [2026-03-16T03:48:06.408Z] da61654b4399: Layer already exists [2026-03-16T03:48:06.408Z] 850186621122: Layer already exists [2026-03-16T03:48:06.408Z] 41d46b8acb29: Layer already exists [2026-03-16T03:48:06.408Z] 8961951f264d: Layer already exists [2026-03-16T03:48:06.408Z] e69f014e345c: Layer already exists [2026-03-16T03:48:06.408Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:06.408Z] 18eb6ac05e4b: Layer already exists [2026-03-16T03:48:06.408Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:06.408Z] 8e4d102e13e9: Layer already exists [2026-03-16T03:48:06.674Z] 4.1.0-dev.103: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:07.023Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:07.370Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:07.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-16T03:48:07.370Z] da61654b4399: Preparing [2026-03-16T03:48:07.370Z] 7bc64e2d1b06: Preparing [2026-03-16T03:48:07.370Z] ea3eb689ac2c: Preparing [2026-03-16T03:48:07.370Z] 747af3484966: Preparing [2026-03-16T03:48:07.370Z] 850186621122: Preparing [2026-03-16T03:48:07.370Z] 8961951f264d: Preparing [2026-03-16T03:48:07.370Z] 41d46b8acb29: Preparing [2026-03-16T03:48:07.370Z] 8961951f264d: Waiting [2026-03-16T03:48:07.370Z] e69f014e345c: Preparing [2026-03-16T03:48:07.370Z] 7a137b4e1043: Preparing [2026-03-16T03:48:07.370Z] 18eb6ac05e4b: Preparing [2026-03-16T03:48:07.370Z] 8e4d102e13e9: Preparing [2026-03-16T03:48:07.370Z] c4e71c2a4573: Preparing [2026-03-16T03:48:07.370Z] 41d46b8acb29: Waiting [2026-03-16T03:48:07.370Z] e69f014e345c: Waiting [2026-03-16T03:48:07.370Z] 7a137b4e1043: Waiting [2026-03-16T03:48:07.370Z] 18eb6ac05e4b: Waiting [2026-03-16T03:48:07.370Z] 8e4d102e13e9: Waiting [2026-03-16T03:48:07.370Z] c4e71c2a4573: Waiting [2026-03-16T03:48:07.370Z] 747af3484966: Layer already exists [2026-03-16T03:48:07.370Z] ea3eb689ac2c: Layer already exists [2026-03-16T03:48:07.370Z] 7bc64e2d1b06: Layer already exists [2026-03-16T03:48:07.370Z] da61654b4399: Layer already exists [2026-03-16T03:48:07.370Z] 850186621122: Layer already exists [2026-03-16T03:48:07.370Z] 8961951f264d: Layer already exists [2026-03-16T03:48:07.370Z] e69f014e345c: Layer already exists [2026-03-16T03:48:07.370Z] 41d46b8acb29: Layer already exists [2026-03-16T03:48:07.370Z] 18eb6ac05e4b: Layer already exists [2026-03-16T03:48:07.370Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:07.370Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:07.370Z] 8e4d102e13e9: Layer already exists [2026-03-16T03:48:07.634Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:07.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-16T03:48:08.329Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2026-03-16T03:48:08.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-03-16T03:48:08.329Z] da61654b4399: Preparing [2026-03-16T03:48:08.329Z] 7bc64e2d1b06: Preparing [2026-03-16T03:48:08.329Z] ea3eb689ac2c: Preparing [2026-03-16T03:48:08.329Z] 747af3484966: Preparing [2026-03-16T03:48:08.329Z] 850186621122: Preparing [2026-03-16T03:48:08.329Z] 8961951f264d: Preparing [2026-03-16T03:48:08.329Z] 41d46b8acb29: Preparing [2026-03-16T03:48:08.329Z] e69f014e345c: Preparing [2026-03-16T03:48:08.329Z] 7a137b4e1043: Preparing [2026-03-16T03:48:08.329Z] 18eb6ac05e4b: Preparing [2026-03-16T03:48:08.329Z] 8e4d102e13e9: Preparing [2026-03-16T03:48:08.329Z] c4e71c2a4573: Preparing [2026-03-16T03:48:08.329Z] e69f014e345c: Waiting [2026-03-16T03:48:08.329Z] 7a137b4e1043: Waiting [2026-03-16T03:48:08.329Z] 18eb6ac05e4b: Waiting [2026-03-16T03:48:08.329Z] 8e4d102e13e9: Waiting [2026-03-16T03:48:08.329Z] c4e71c2a4573: Waiting [2026-03-16T03:48:08.329Z] 8961951f264d: Waiting [2026-03-16T03:48:08.329Z] 41d46b8acb29: Waiting [2026-03-16T03:48:08.329Z] 7bc64e2d1b06: Layer already exists [2026-03-16T03:48:08.329Z] 747af3484966: Layer already exists [2026-03-16T03:48:08.329Z] da61654b4399: Layer already exists [2026-03-16T03:48:08.329Z] 850186621122: Layer already exists [2026-03-16T03:48:08.329Z] ea3eb689ac2c: Layer already exists [2026-03-16T03:48:08.329Z] 8961951f264d: Layer already exists [2026-03-16T03:48:08.329Z] e69f014e345c: Layer already exists [2026-03-16T03:48:08.329Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:08.329Z] 41d46b8acb29: Layer already exists [2026-03-16T03:48:08.329Z] 18eb6ac05e4b: Layer already exists [2026-03-16T03:48:08.329Z] 8e4d102e13e9: Layer already exists [2026-03-16T03:48:08.329Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:08.592Z] main: digest: sha256:5efdc5d6f33f299d20718f5249651197db5f3f28e641e0cb46572040ff3b77f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:48:08.661Z] ===================================================== [Pipeline] echo [2026-03-16T03:48:08.672Z] taggedImages: [2026-03-16T03:48:08.672Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:08.672Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-03-16T03:48:08.672Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 [2026-03-16T03:48:08.672Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:08.672Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-03-16T03:48:08.698Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2026-03-16T03:48:08.699Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:08.699Z] latest [2026-03-16T03:48:08.699Z] 4.1.0-dev.103 [2026-03-16T03:48:08.699Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:08.699Z] main [2026-03-16T03:48:08.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:09.058Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:09.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:09.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-16T03:48:09.397Z] 6aea2afc2c93: Preparing [2026-03-16T03:48:09.397Z] 1bf9639b0c71: Preparing [2026-03-16T03:48:09.397Z] e69f014e345c: Preparing [2026-03-16T03:48:09.397Z] 7a137b4e1043: Preparing [2026-03-16T03:48:09.397Z] 194466ea52a3: Preparing [2026-03-16T03:48:09.397Z] c8dfc2307291: Preparing [2026-03-16T03:48:09.397Z] c4e71c2a4573: Preparing [2026-03-16T03:48:09.397Z] c8dfc2307291: Waiting [2026-03-16T03:48:09.397Z] c4e71c2a4573: Waiting [2026-03-16T03:48:09.397Z] e69f014e345c: Layer already exists [2026-03-16T03:48:09.673Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:09.673Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:09.673Z] 194466ea52a3: Pushed [2026-03-16T03:48:09.673Z] 6aea2afc2c93: Pushed [2026-03-16T03:48:11.602Z] c8dfc2307291: Pushed [2026-03-16T03:48:16.916Z] 1bf9639b0c71: Pushed [2026-03-16T03:48:16.916Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:17.262Z] + 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-16T03:48:17.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-03-16T03:48:17.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-16T03:48:17.611Z] 6aea2afc2c93: Preparing [2026-03-16T03:48:17.611Z] 1bf9639b0c71: Preparing [2026-03-16T03:48:17.611Z] e69f014e345c: Preparing [2026-03-16T03:48:17.611Z] 7a137b4e1043: Preparing [2026-03-16T03:48:17.611Z] 194466ea52a3: Preparing [2026-03-16T03:48:17.611Z] c8dfc2307291: Preparing [2026-03-16T03:48:17.611Z] c4e71c2a4573: Preparing [2026-03-16T03:48:17.611Z] c8dfc2307291: Waiting [2026-03-16T03:48:17.611Z] c4e71c2a4573: Waiting [2026-03-16T03:48:17.611Z] 6aea2afc2c93: Layer already exists [2026-03-16T03:48:17.611Z] 1bf9639b0c71: Layer already exists [2026-03-16T03:48:17.611Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:17.611Z] e69f014e345c: Layer already exists [2026-03-16T03:48:17.611Z] 194466ea52a3: Layer already exists [2026-03-16T03:48:17.611Z] c8dfc2307291: Layer already exists [2026-03-16T03:48:17.611Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:17.875Z] latest: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:18.223Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:18.562Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 [2026-03-16T03:48:18.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-16T03:48:18.562Z] 6aea2afc2c93: Preparing [2026-03-16T03:48:18.562Z] 1bf9639b0c71: Preparing [2026-03-16T03:48:18.562Z] e69f014e345c: Preparing [2026-03-16T03:48:18.562Z] 7a137b4e1043: Preparing [2026-03-16T03:48:18.562Z] 194466ea52a3: Preparing [2026-03-16T03:48:18.562Z] c8dfc2307291: Preparing [2026-03-16T03:48:18.562Z] c4e71c2a4573: Preparing [2026-03-16T03:48:18.562Z] c8dfc2307291: Waiting [2026-03-16T03:48:18.562Z] c4e71c2a4573: Waiting [2026-03-16T03:48:18.562Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:18.562Z] 194466ea52a3: Layer already exists [2026-03-16T03:48:18.562Z] 1bf9639b0c71: Layer already exists [2026-03-16T03:48:18.562Z] e69f014e345c: Layer already exists [2026-03-16T03:48:18.562Z] 6aea2afc2c93: Layer already exists [2026-03-16T03:48:18.562Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:18.562Z] c8dfc2307291: Layer already exists [2026-03-16T03:48:18.826Z] 4.1.0-dev.103: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:19.175Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:19.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:19.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-16T03:48:19.519Z] 6aea2afc2c93: Preparing [2026-03-16T03:48:19.519Z] 1bf9639b0c71: Preparing [2026-03-16T03:48:19.520Z] e69f014e345c: Preparing [2026-03-16T03:48:19.520Z] 7a137b4e1043: Preparing [2026-03-16T03:48:19.520Z] 194466ea52a3: Preparing [2026-03-16T03:48:19.520Z] c8dfc2307291: Preparing [2026-03-16T03:48:19.520Z] c4e71c2a4573: Preparing [2026-03-16T03:48:19.520Z] c8dfc2307291: Waiting [2026-03-16T03:48:19.520Z] c4e71c2a4573: Waiting [2026-03-16T03:48:19.520Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:19.520Z] e69f014e345c: Layer already exists [2026-03-16T03:48:19.520Z] 1bf9639b0c71: Layer already exists [2026-03-16T03:48:19.520Z] 6aea2afc2c93: Layer already exists [2026-03-16T03:48:19.520Z] 194466ea52a3: Layer already exists [2026-03-16T03:48:19.520Z] c8dfc2307291: Layer already exists [2026-03-16T03:48:19.520Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:19.783Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:20.132Z] + 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-16T03:48:20.480Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2026-03-16T03:48:20.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-03-16T03:48:20.481Z] 6aea2afc2c93: Preparing [2026-03-16T03:48:20.481Z] 1bf9639b0c71: Preparing [2026-03-16T03:48:20.481Z] e69f014e345c: Preparing [2026-03-16T03:48:20.481Z] 7a137b4e1043: Preparing [2026-03-16T03:48:20.481Z] 194466ea52a3: Preparing [2026-03-16T03:48:20.481Z] c8dfc2307291: Preparing [2026-03-16T03:48:20.481Z] c8dfc2307291: Waiting [2026-03-16T03:48:20.481Z] c4e71c2a4573: Preparing [2026-03-16T03:48:20.481Z] c4e71c2a4573: Waiting [2026-03-16T03:48:20.481Z] 1bf9639b0c71: Layer already exists [2026-03-16T03:48:20.481Z] 6aea2afc2c93: Layer already exists [2026-03-16T03:48:20.481Z] 194466ea52a3: Layer already exists [2026-03-16T03:48:20.481Z] e69f014e345c: Layer already exists [2026-03-16T03:48:20.481Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:20.481Z] c8dfc2307291: Layer already exists [2026-03-16T03:48:20.481Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:20.744Z] main: digest: sha256:843bb50ee08b9492ba09b69714327ba614e8f975ccee1c2cb3e1a16c08d0542a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:48:20.825Z] ===================================================== [Pipeline] echo [2026-03-16T03:48:20.846Z] taggedImages: [2026-03-16T03:48:20.847Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:20.847Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-03-16T03:48:20.847Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 [2026-03-16T03:48:20.847Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:20.847Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-03-16T03:48:20.958Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2026-03-16T03:48:20.958Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:20.958Z] latest [2026-03-16T03:48:20.958Z] 4.1.0-dev.103 [2026-03-16T03:48:20.958Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:20.958Z] main [2026-03-16T03:48:20.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:21.329Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:21.677Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:21.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-16T03:48:21.677Z] c1ae8b58ca11: Preparing [2026-03-16T03:48:21.677Z] 8bbbce272ba4: Preparing [2026-03-16T03:48:21.677Z] 30e4fdc164eb: Preparing [2026-03-16T03:48:21.677Z] e69f014e345c: Preparing [2026-03-16T03:48:21.677Z] 7a137b4e1043: Preparing [2026-03-16T03:48:21.677Z] d7ef5b6007d5: Preparing [2026-03-16T03:48:21.677Z] 7a263003da64: Preparing [2026-03-16T03:48:21.677Z] d7ef5b6007d5: Waiting [2026-03-16T03:48:21.677Z] 301d47110537: Preparing [2026-03-16T03:48:21.677Z] 69a514c99e13: Preparing [2026-03-16T03:48:21.677Z] 7a263003da64: Waiting [2026-03-16T03:48:21.677Z] c4e71c2a4573: Preparing [2026-03-16T03:48:21.677Z] 301d47110537: Waiting [2026-03-16T03:48:21.677Z] 69a514c99e13: Waiting [2026-03-16T03:48:21.677Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:21.677Z] e69f014e345c: Layer already exists [2026-03-16T03:48:21.941Z] 8bbbce272ba4: Pushed [2026-03-16T03:48:21.941Z] c1ae8b58ca11: Pushed [2026-03-16T03:48:21.941Z] 30e4fdc164eb: Pushed [2026-03-16T03:48:21.941Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:21.941Z] 301d47110537: Pushed [2026-03-16T03:48:22.891Z] 69a514c99e13: Pushed [2026-03-16T03:48:35.170Z] 7a263003da64: Pushed [2026-03-16T03:48:50.119Z] d7ef5b6007d5: Pushed [2026-03-16T03:48:50.119Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:50.468Z] + 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-16T03:48:50.813Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-03-16T03:48:50.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-16T03:48:50.813Z] c1ae8b58ca11: Preparing [2026-03-16T03:48:50.813Z] 8bbbce272ba4: Preparing [2026-03-16T03:48:50.813Z] 30e4fdc164eb: Preparing [2026-03-16T03:48:50.813Z] e69f014e345c: Preparing [2026-03-16T03:48:50.813Z] 7a137b4e1043: Preparing [2026-03-16T03:48:50.813Z] d7ef5b6007d5: Preparing [2026-03-16T03:48:50.813Z] 7a263003da64: Preparing [2026-03-16T03:48:50.813Z] 301d47110537: Preparing [2026-03-16T03:48:50.813Z] 69a514c99e13: Preparing [2026-03-16T03:48:50.813Z] c4e71c2a4573: Preparing [2026-03-16T03:48:50.813Z] 7a263003da64: Waiting [2026-03-16T03:48:50.813Z] 301d47110537: Waiting [2026-03-16T03:48:50.813Z] 69a514c99e13: Waiting [2026-03-16T03:48:50.813Z] d7ef5b6007d5: Waiting [2026-03-16T03:48:50.813Z] 8bbbce272ba4: Layer already exists [2026-03-16T03:48:50.813Z] 30e4fdc164eb: Layer already exists [2026-03-16T03:48:50.813Z] c1ae8b58ca11: Layer already exists [2026-03-16T03:48:50.813Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:50.813Z] e69f014e345c: Layer already exists [2026-03-16T03:48:50.813Z] d7ef5b6007d5: Layer already exists [2026-03-16T03:48:50.813Z] 7a263003da64: Layer already exists [2026-03-16T03:48:50.813Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:50.813Z] 301d47110537: Layer already exists [2026-03-16T03:48:50.813Z] 69a514c99e13: Layer already exists [2026-03-16T03:48:51.077Z] latest: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:51.423Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:51.764Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 [2026-03-16T03:48:51.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-16T03:48:51.764Z] c1ae8b58ca11: Preparing [2026-03-16T03:48:51.764Z] 8bbbce272ba4: Preparing [2026-03-16T03:48:51.764Z] 30e4fdc164eb: Preparing [2026-03-16T03:48:51.764Z] e69f014e345c: Preparing [2026-03-16T03:48:51.765Z] 7a137b4e1043: Preparing [2026-03-16T03:48:51.765Z] d7ef5b6007d5: Preparing [2026-03-16T03:48:51.765Z] 7a263003da64: Preparing [2026-03-16T03:48:51.765Z] 301d47110537: Preparing [2026-03-16T03:48:51.765Z] 69a514c99e13: Preparing [2026-03-16T03:48:51.765Z] c4e71c2a4573: Preparing [2026-03-16T03:48:51.765Z] 301d47110537: Waiting [2026-03-16T03:48:51.765Z] 69a514c99e13: Waiting [2026-03-16T03:48:51.765Z] c4e71c2a4573: Waiting [2026-03-16T03:48:51.765Z] d7ef5b6007d5: Waiting [2026-03-16T03:48:51.765Z] 7a263003da64: Waiting [2026-03-16T03:48:51.765Z] c1ae8b58ca11: Layer already exists [2026-03-16T03:48:51.765Z] 30e4fdc164eb: Layer already exists [2026-03-16T03:48:51.765Z] e69f014e345c: Layer already exists [2026-03-16T03:48:51.765Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:51.765Z] 8bbbce272ba4: Layer already exists [2026-03-16T03:48:51.765Z] d7ef5b6007d5: Layer already exists [2026-03-16T03:48:51.765Z] 301d47110537: Layer already exists [2026-03-16T03:48:51.765Z] 69a514c99e13: Layer already exists [2026-03-16T03:48:51.765Z] 7a263003da64: Layer already exists [2026-03-16T03:48:51.765Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:52.028Z] 4.1.0-dev.103: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:52.388Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:55.355Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:55.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-16T03:48:55.355Z] c1ae8b58ca11: Preparing [2026-03-16T03:48:55.355Z] 8bbbce272ba4: Preparing [2026-03-16T03:48:55.355Z] 30e4fdc164eb: Preparing [2026-03-16T03:48:55.355Z] e69f014e345c: Preparing [2026-03-16T03:48:55.355Z] 7a137b4e1043: Preparing [2026-03-16T03:48:55.355Z] d7ef5b6007d5: Preparing [2026-03-16T03:48:55.355Z] 7a263003da64: Preparing [2026-03-16T03:48:55.355Z] d7ef5b6007d5: Waiting [2026-03-16T03:48:55.355Z] 301d47110537: Preparing [2026-03-16T03:48:55.355Z] 7a263003da64: Waiting [2026-03-16T03:48:55.355Z] 69a514c99e13: Preparing [2026-03-16T03:48:55.355Z] 301d47110537: Waiting [2026-03-16T03:48:55.355Z] 69a514c99e13: Waiting [2026-03-16T03:48:55.355Z] c4e71c2a4573: Preparing [2026-03-16T03:48:55.355Z] c4e71c2a4573: Waiting [2026-03-16T03:48:55.355Z] 8bbbce272ba4: Layer already exists [2026-03-16T03:48:55.355Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:55.355Z] 30e4fdc164eb: Layer already exists [2026-03-16T03:48:55.355Z] e69f014e345c: Layer already exists [2026-03-16T03:48:55.355Z] c1ae8b58ca11: Layer already exists [2026-03-16T03:48:55.355Z] 301d47110537: Layer already exists [2026-03-16T03:48:55.355Z] 7a263003da64: Layer already exists [2026-03-16T03:48:55.355Z] 69a514c99e13: Layer already exists [2026-03-16T03:48:55.355Z] d7ef5b6007d5: Layer already exists [2026-03-16T03:48:55.355Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:55.355Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:55.984Z] + 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-16T03:48:56.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2026-03-16T03:48:56.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-03-16T03:48:56.335Z] c1ae8b58ca11: Preparing [2026-03-16T03:48:56.335Z] 8bbbce272ba4: Preparing [2026-03-16T03:48:56.335Z] 30e4fdc164eb: Preparing [2026-03-16T03:48:56.335Z] e69f014e345c: Preparing [2026-03-16T03:48:56.335Z] 7a137b4e1043: Preparing [2026-03-16T03:48:56.335Z] d7ef5b6007d5: Preparing [2026-03-16T03:48:56.335Z] 7a263003da64: Preparing [2026-03-16T03:48:56.335Z] 301d47110537: Preparing [2026-03-16T03:48:56.335Z] 69a514c99e13: Preparing [2026-03-16T03:48:56.335Z] c4e71c2a4573: Preparing [2026-03-16T03:48:56.335Z] 7a263003da64: Waiting [2026-03-16T03:48:56.335Z] d7ef5b6007d5: Waiting [2026-03-16T03:48:56.335Z] 301d47110537: Waiting [2026-03-16T03:48:56.335Z] 69a514c99e13: Waiting [2026-03-16T03:48:56.335Z] c1ae8b58ca11: Layer already exists [2026-03-16T03:48:56.335Z] 30e4fdc164eb: Layer already exists [2026-03-16T03:48:56.335Z] e69f014e345c: Layer already exists [2026-03-16T03:48:56.335Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:56.335Z] 8bbbce272ba4: Layer already exists [2026-03-16T03:48:56.335Z] d7ef5b6007d5: Layer already exists [2026-03-16T03:48:56.335Z] 7a263003da64: Layer already exists [2026-03-16T03:48:56.335Z] 69a514c99e13: Layer already exists [2026-03-16T03:48:56.335Z] 301d47110537: Layer already exists [2026-03-16T03:48:56.335Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:56.598Z] main: digest: sha256:c654ed6491c761bda9e0622684b2b64bf88e0d65dfc64bb9956199b04e52772f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:48:56.680Z] ===================================================== [Pipeline] echo [2026-03-16T03:48:56.692Z] taggedImages: [2026-03-16T03:48:56.692Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:56.692Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-03-16T03:48:56.692Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 [2026-03-16T03:48:56.692Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:56.692Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-03-16T03:48:56.719Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2026-03-16T03:48:56.719Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:56.719Z] latest [2026-03-16T03:48:56.719Z] 4.1.0-dev.103 [2026-03-16T03:48:56.719Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:48:56.719Z] main [2026-03-16T03:48:56.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:57.074Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:48:57.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:48:57.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-16T03:48:57.424Z] 42cce9e01da8: Preparing [2026-03-16T03:48:57.424Z] 3eb02b7ea0d2: Preparing [2026-03-16T03:48:57.424Z] d54d16bf94be: Preparing [2026-03-16T03:48:57.424Z] e69f014e345c: Preparing [2026-03-16T03:48:57.424Z] 7a137b4e1043: Preparing [2026-03-16T03:48:57.424Z] afdf6cc437eb: Preparing [2026-03-16T03:48:57.424Z] c69fbcbbe768: Preparing [2026-03-16T03:48:57.424Z] 92f7b9c919bb: Preparing [2026-03-16T03:48:57.424Z] c4e71c2a4573: Preparing [2026-03-16T03:48:57.424Z] c69fbcbbe768: Waiting [2026-03-16T03:48:57.424Z] 92f7b9c919bb: Waiting [2026-03-16T03:48:57.424Z] c4e71c2a4573: Waiting [2026-03-16T03:48:57.424Z] afdf6cc437eb: Waiting [2026-03-16T03:48:57.424Z] e69f014e345c: Layer already exists [2026-03-16T03:48:57.424Z] 7a137b4e1043: Layer already exists [2026-03-16T03:48:57.690Z] d54d16bf94be: Pushed [2026-03-16T03:48:57.690Z] 42cce9e01da8: Pushed [2026-03-16T03:48:57.690Z] 3eb02b7ea0d2: Pushed [2026-03-16T03:48:57.690Z] c4e71c2a4573: Layer already exists [2026-03-16T03:48:57.690Z] c69fbcbbe768: Pushed [2026-03-16T03:48:58.269Z] 92f7b9c919bb: Pushed [2026-03-16T03:49:24.897Z] afdf6cc437eb: Pushed [2026-03-16T03:49:24.897Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:25.241Z] + 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-16T03:49:25.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-03-16T03:49:25.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-16T03:49:25.583Z] 42cce9e01da8: Preparing [2026-03-16T03:49:25.583Z] 3eb02b7ea0d2: Preparing [2026-03-16T03:49:25.583Z] d54d16bf94be: Preparing [2026-03-16T03:49:25.583Z] e69f014e345c: Preparing [2026-03-16T03:49:25.583Z] 7a137b4e1043: Preparing [2026-03-16T03:49:25.583Z] afdf6cc437eb: Preparing [2026-03-16T03:49:25.583Z] c69fbcbbe768: Preparing [2026-03-16T03:49:25.583Z] 92f7b9c919bb: Preparing [2026-03-16T03:49:25.583Z] c4e71c2a4573: Preparing [2026-03-16T03:49:25.583Z] c69fbcbbe768: Waiting [2026-03-16T03:49:25.583Z] 92f7b9c919bb: Waiting [2026-03-16T03:49:25.583Z] afdf6cc437eb: Waiting [2026-03-16T03:49:25.583Z] c4e71c2a4573: Waiting [2026-03-16T03:49:25.583Z] 42cce9e01da8: Layer already exists [2026-03-16T03:49:25.583Z] d54d16bf94be: Layer already exists [2026-03-16T03:49:25.583Z] e69f014e345c: Layer already exists [2026-03-16T03:49:25.583Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:25.583Z] 3eb02b7ea0d2: Layer already exists [2026-03-16T03:49:25.583Z] 92f7b9c919bb: Layer already exists [2026-03-16T03:49:25.583Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:25.583Z] c69fbcbbe768: Layer already exists [2026-03-16T03:49:25.583Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:25.583Z] latest: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:26.190Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:26.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 [2026-03-16T03:49:26.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-16T03:49:26.531Z] 42cce9e01da8: Preparing [2026-03-16T03:49:26.531Z] 3eb02b7ea0d2: Preparing [2026-03-16T03:49:26.531Z] d54d16bf94be: Preparing [2026-03-16T03:49:26.531Z] e69f014e345c: Preparing [2026-03-16T03:49:26.531Z] 7a137b4e1043: Preparing [2026-03-16T03:49:26.531Z] afdf6cc437eb: Preparing [2026-03-16T03:49:26.531Z] c69fbcbbe768: Preparing [2026-03-16T03:49:26.531Z] 92f7b9c919bb: Preparing [2026-03-16T03:49:26.531Z] c4e71c2a4573: Preparing [2026-03-16T03:49:26.531Z] afdf6cc437eb: Waiting [2026-03-16T03:49:26.531Z] c69fbcbbe768: Waiting [2026-03-16T03:49:26.531Z] 92f7b9c919bb: Waiting [2026-03-16T03:49:26.531Z] c4e71c2a4573: Waiting [2026-03-16T03:49:26.531Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:26.531Z] e69f014e345c: Layer already exists [2026-03-16T03:49:26.531Z] d54d16bf94be: Layer already exists [2026-03-16T03:49:26.531Z] 3eb02b7ea0d2: Layer already exists [2026-03-16T03:49:26.531Z] 42cce9e01da8: Layer already exists [2026-03-16T03:49:26.531Z] 92f7b9c919bb: Layer already exists [2026-03-16T03:49:26.531Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:26.531Z] c69fbcbbe768: Layer already exists [2026-03-16T03:49:26.531Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:26.531Z] 4.1.0-dev.103: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:27.144Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:27.487Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:27.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-16T03:49:27.487Z] 42cce9e01da8: Preparing [2026-03-16T03:49:27.487Z] 3eb02b7ea0d2: Preparing [2026-03-16T03:49:27.487Z] d54d16bf94be: Preparing [2026-03-16T03:49:27.487Z] e69f014e345c: Preparing [2026-03-16T03:49:27.487Z] 7a137b4e1043: Preparing [2026-03-16T03:49:27.487Z] afdf6cc437eb: Preparing [2026-03-16T03:49:27.487Z] c69fbcbbe768: Preparing [2026-03-16T03:49:27.487Z] 92f7b9c919bb: Preparing [2026-03-16T03:49:27.487Z] c4e71c2a4573: Preparing [2026-03-16T03:49:27.487Z] c69fbcbbe768: Waiting [2026-03-16T03:49:27.487Z] afdf6cc437eb: Waiting [2026-03-16T03:49:27.487Z] 92f7b9c919bb: Waiting [2026-03-16T03:49:27.487Z] c4e71c2a4573: Waiting [2026-03-16T03:49:27.487Z] 42cce9e01da8: Layer already exists [2026-03-16T03:49:27.487Z] d54d16bf94be: Layer already exists [2026-03-16T03:49:27.487Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:27.487Z] e69f014e345c: Layer already exists [2026-03-16T03:49:27.487Z] 3eb02b7ea0d2: Layer already exists [2026-03-16T03:49:27.487Z] 92f7b9c919bb: Layer already exists [2026-03-16T03:49:27.487Z] c69fbcbbe768: Layer already exists [2026-03-16T03:49:27.487Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:27.487Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:27.487Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:28.096Z] + 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-16T03:49:28.430Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2026-03-16T03:49:28.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-03-16T03:49:28.430Z] 42cce9e01da8: Preparing [2026-03-16T03:49:28.430Z] 3eb02b7ea0d2: Preparing [2026-03-16T03:49:28.430Z] d54d16bf94be: Preparing [2026-03-16T03:49:28.430Z] e69f014e345c: Preparing [2026-03-16T03:49:28.430Z] 7a137b4e1043: Preparing [2026-03-16T03:49:28.430Z] afdf6cc437eb: Preparing [2026-03-16T03:49:28.430Z] c69fbcbbe768: Preparing [2026-03-16T03:49:28.430Z] 92f7b9c919bb: Preparing [2026-03-16T03:49:28.430Z] c4e71c2a4573: Preparing [2026-03-16T03:49:28.430Z] c69fbcbbe768: Waiting [2026-03-16T03:49:28.430Z] 92f7b9c919bb: Waiting [2026-03-16T03:49:28.430Z] c4e71c2a4573: Waiting [2026-03-16T03:49:28.430Z] afdf6cc437eb: Waiting [2026-03-16T03:49:28.430Z] 42cce9e01da8: Layer already exists [2026-03-16T03:49:28.430Z] d54d16bf94be: Layer already exists [2026-03-16T03:49:28.430Z] e69f014e345c: Layer already exists [2026-03-16T03:49:28.430Z] 3eb02b7ea0d2: Layer already exists [2026-03-16T03:49:28.430Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:28.430Z] c69fbcbbe768: Layer already exists [2026-03-16T03:49:28.430Z] 92f7b9c919bb: Layer already exists [2026-03-16T03:49:28.430Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:28.430Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:28.692Z] main: digest: sha256:0bb022015cfd11bab16f215c8f7e3e9a9210800d979fe84fa8bead66898dd825 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:49:28.768Z] ===================================================== [Pipeline] echo [2026-03-16T03:49:28.782Z] taggedImages: [2026-03-16T03:49:28.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:28.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-03-16T03:49:28.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 [2026-03-16T03:49:28.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:28.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-03-16T03:49:28.813Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2026-03-16T03:49:28.813Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:28.813Z] latest [2026-03-16T03:49:28.813Z] 4.1.0-dev.103 [2026-03-16T03:49:28.813Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:28.813Z] main [2026-03-16T03:49:28.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:29.173Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:29.509Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:29.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-16T03:49:29.510Z] 591606115f13: Preparing [2026-03-16T03:49:29.510Z] 3792f8bbabfb: Preparing [2026-03-16T03:49:29.510Z] 2a423b19f27c: Preparing [2026-03-16T03:49:29.510Z] e69f014e345c: Preparing [2026-03-16T03:49:29.510Z] 7a137b4e1043: Preparing [2026-03-16T03:49:29.510Z] afdf6cc437eb: Preparing [2026-03-16T03:49:29.510Z] 301d47110537: Preparing [2026-03-16T03:49:29.510Z] 69a514c99e13: Preparing [2026-03-16T03:49:29.510Z] c4e71c2a4573: Preparing [2026-03-16T03:49:29.510Z] afdf6cc437eb: Waiting [2026-03-16T03:49:29.510Z] 301d47110537: Waiting [2026-03-16T03:49:29.510Z] 69a514c99e13: Waiting [2026-03-16T03:49:29.510Z] c4e71c2a4573: Waiting [2026-03-16T03:49:29.774Z] 3792f8bbabfb: Pushed [2026-03-16T03:49:29.774Z] 2a423b19f27c: Pushed [2026-03-16T03:49:31.171Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:31.171Z] e69f014e345c: Layer already exists [2026-03-16T03:49:31.171Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:31.171Z] 301d47110537: Layer already exists [2026-03-16T03:49:31.171Z] 69a514c99e13: Layer already exists [2026-03-16T03:49:31.440Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:31.440Z] 591606115f13: Pushed [2026-03-16T03:49:31.440Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:31.785Z] + 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-16T03:49:32.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-03-16T03:49:32.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-16T03:49:32.120Z] 591606115f13: Preparing [2026-03-16T03:49:32.120Z] 3792f8bbabfb: Preparing [2026-03-16T03:49:32.120Z] 2a423b19f27c: Preparing [2026-03-16T03:49:32.120Z] e69f014e345c: Preparing [2026-03-16T03:49:32.120Z] 7a137b4e1043: Preparing [2026-03-16T03:49:32.120Z] afdf6cc437eb: Preparing [2026-03-16T03:49:32.120Z] 301d47110537: Preparing [2026-03-16T03:49:32.120Z] 69a514c99e13: Preparing [2026-03-16T03:49:32.120Z] c4e71c2a4573: Preparing [2026-03-16T03:49:32.120Z] 301d47110537: Waiting [2026-03-16T03:49:32.120Z] afdf6cc437eb: Waiting [2026-03-16T03:49:32.120Z] 69a514c99e13: Waiting [2026-03-16T03:49:32.120Z] c4e71c2a4573: Waiting [2026-03-16T03:49:32.120Z] e69f014e345c: Layer already exists [2026-03-16T03:49:32.120Z] 2a423b19f27c: Layer already exists [2026-03-16T03:49:32.120Z] 3792f8bbabfb: Layer already exists [2026-03-16T03:49:32.120Z] 591606115f13: Layer already exists [2026-03-16T03:49:32.120Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:32.120Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:32.120Z] 301d47110537: Layer already exists [2026-03-16T03:49:32.120Z] 69a514c99e13: Layer already exists [2026-03-16T03:49:32.120Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:32.384Z] latest: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:32.738Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:33.080Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 [2026-03-16T03:49:33.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-16T03:49:33.081Z] 591606115f13: Preparing [2026-03-16T03:49:33.081Z] 3792f8bbabfb: Preparing [2026-03-16T03:49:33.081Z] 2a423b19f27c: Preparing [2026-03-16T03:49:33.081Z] e69f014e345c: Preparing [2026-03-16T03:49:33.081Z] 7a137b4e1043: Preparing [2026-03-16T03:49:33.081Z] afdf6cc437eb: Preparing [2026-03-16T03:49:33.081Z] 301d47110537: Preparing [2026-03-16T03:49:33.081Z] 69a514c99e13: Preparing [2026-03-16T03:49:33.081Z] c4e71c2a4573: Preparing [2026-03-16T03:49:33.081Z] 301d47110537: Waiting [2026-03-16T03:49:33.081Z] 69a514c99e13: Waiting [2026-03-16T03:49:33.081Z] c4e71c2a4573: Waiting [2026-03-16T03:49:33.081Z] afdf6cc437eb: Waiting [2026-03-16T03:49:33.081Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:33.081Z] 591606115f13: Layer already exists [2026-03-16T03:49:33.081Z] 2a423b19f27c: Layer already exists [2026-03-16T03:49:33.081Z] 3792f8bbabfb: Layer already exists [2026-03-16T03:49:33.081Z] e69f014e345c: Layer already exists [2026-03-16T03:49:33.081Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:33.081Z] 301d47110537: Layer already exists [2026-03-16T03:49:33.081Z] 69a514c99e13: Layer already exists [2026-03-16T03:49:33.081Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:33.345Z] 4.1.0-dev.103: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:33.689Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:34.038Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:34.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-16T03:49:34.038Z] 591606115f13: Preparing [2026-03-16T03:49:34.038Z] 3792f8bbabfb: Preparing [2026-03-16T03:49:34.038Z] 2a423b19f27c: Preparing [2026-03-16T03:49:34.038Z] e69f014e345c: Preparing [2026-03-16T03:49:34.038Z] 7a137b4e1043: Preparing [2026-03-16T03:49:34.038Z] afdf6cc437eb: Preparing [2026-03-16T03:49:34.038Z] 301d47110537: Preparing [2026-03-16T03:49:34.038Z] 69a514c99e13: Preparing [2026-03-16T03:49:34.038Z] c4e71c2a4573: Preparing [2026-03-16T03:49:34.038Z] 301d47110537: Waiting [2026-03-16T03:49:34.038Z] 69a514c99e13: Waiting [2026-03-16T03:49:34.038Z] c4e71c2a4573: Waiting [2026-03-16T03:49:34.038Z] afdf6cc437eb: Waiting [2026-03-16T03:49:34.038Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:34.038Z] e69f014e345c: Layer already exists [2026-03-16T03:49:34.038Z] 3792f8bbabfb: Layer already exists [2026-03-16T03:49:34.038Z] 2a423b19f27c: Layer already exists [2026-03-16T03:49:34.038Z] 591606115f13: Layer already exists [2026-03-16T03:49:34.038Z] 301d47110537: Layer already exists [2026-03-16T03:49:34.038Z] 69a514c99e13: Layer already exists [2026-03-16T03:49:34.038Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:34.038Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:34.038Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:34.664Z] + 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-16T03:49:35.016Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2026-03-16T03:49:35.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-03-16T03:49:35.017Z] 591606115f13: Preparing [2026-03-16T03:49:35.017Z] 3792f8bbabfb: Preparing [2026-03-16T03:49:35.017Z] 2a423b19f27c: Preparing [2026-03-16T03:49:35.017Z] e69f014e345c: Preparing [2026-03-16T03:49:35.017Z] 7a137b4e1043: Preparing [2026-03-16T03:49:35.017Z] afdf6cc437eb: Preparing [2026-03-16T03:49:35.017Z] 301d47110537: Preparing [2026-03-16T03:49:35.017Z] 69a514c99e13: Preparing [2026-03-16T03:49:35.017Z] c4e71c2a4573: Preparing [2026-03-16T03:49:35.017Z] afdf6cc437eb: Waiting [2026-03-16T03:49:35.017Z] 301d47110537: Waiting [2026-03-16T03:49:35.017Z] 69a514c99e13: Waiting [2026-03-16T03:49:35.017Z] c4e71c2a4573: Waiting [2026-03-16T03:49:35.017Z] 3792f8bbabfb: Layer already exists [2026-03-16T03:49:35.017Z] 591606115f13: Layer already exists [2026-03-16T03:49:35.017Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:35.017Z] e69f014e345c: Layer already exists [2026-03-16T03:49:35.017Z] 2a423b19f27c: Layer already exists [2026-03-16T03:49:35.017Z] 69a514c99e13: Layer already exists [2026-03-16T03:49:35.017Z] 301d47110537: Layer already exists [2026-03-16T03:49:35.017Z] afdf6cc437eb: Layer already exists [2026-03-16T03:49:35.017Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:35.280Z] main: digest: sha256:5179474e1b5b86e53305c7f2117643f8e842724616cffebe60f97a43289ef903 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:49:35.360Z] ===================================================== [Pipeline] echo [2026-03-16T03:49:35.373Z] taggedImages: [2026-03-16T03:49:35.373Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:35.373Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-03-16T03:49:35.373Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 [2026-03-16T03:49:35.373Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:35.373Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-03-16T03:49:35.403Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2026-03-16T03:49:35.403Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:35.403Z] latest [2026-03-16T03:49:35.403Z] 4.1.0-dev.103 [2026-03-16T03:49:35.403Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:35.403Z] main [2026-03-16T03:49:35.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:35.769Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:36.116Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:36.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-16T03:49:36.116Z] c0847dbe6741: Preparing [2026-03-16T03:49:36.116Z] 206d9dc3fe32: Preparing [2026-03-16T03:49:36.116Z] e69f014e345c: Preparing [2026-03-16T03:49:36.116Z] 7a137b4e1043: Preparing [2026-03-16T03:49:36.116Z] 4deafcd536ae: Preparing [2026-03-16T03:49:36.116Z] 5d1f257e4846: Preparing [2026-03-16T03:49:36.116Z] c4e71c2a4573: Preparing [2026-03-16T03:49:36.116Z] 5d1f257e4846: Waiting [2026-03-16T03:49:36.116Z] c4e71c2a4573: Waiting [2026-03-16T03:49:36.116Z] e69f014e345c: Layer already exists [2026-03-16T03:49:36.116Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:36.380Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:36.380Z] 4deafcd536ae: Pushed [2026-03-16T03:49:36.380Z] c0847dbe6741: Pushed [2026-03-16T03:49:37.774Z] 5d1f257e4846: Pushed [2026-03-16T03:49:45.942Z] 206d9dc3fe32: Pushed [2026-03-16T03:49:45.942Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:46.292Z] + 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-16T03:49:46.636Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-03-16T03:49:46.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-16T03:49:46.636Z] c0847dbe6741: Preparing [2026-03-16T03:49:46.636Z] 206d9dc3fe32: Preparing [2026-03-16T03:49:46.636Z] e69f014e345c: Preparing [2026-03-16T03:49:46.636Z] 7a137b4e1043: Preparing [2026-03-16T03:49:46.636Z] 4deafcd536ae: Preparing [2026-03-16T03:49:46.636Z] 5d1f257e4846: Preparing [2026-03-16T03:49:46.636Z] c4e71c2a4573: Preparing [2026-03-16T03:49:46.636Z] c4e71c2a4573: Waiting [2026-03-16T03:49:46.636Z] 5d1f257e4846: Waiting [2026-03-16T03:49:46.636Z] 4deafcd536ae: Layer already exists [2026-03-16T03:49:46.636Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:46.636Z] 206d9dc3fe32: Layer already exists [2026-03-16T03:49:46.636Z] e69f014e345c: Layer already exists [2026-03-16T03:49:46.636Z] c0847dbe6741: Layer already exists [2026-03-16T03:49:46.636Z] 5d1f257e4846: Layer already exists [2026-03-16T03:49:46.636Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:46.898Z] latest: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:47.245Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:47.587Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 [2026-03-16T03:49:47.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-16T03:49:47.587Z] c0847dbe6741: Preparing [2026-03-16T03:49:47.587Z] 206d9dc3fe32: Preparing [2026-03-16T03:49:47.587Z] e69f014e345c: Preparing [2026-03-16T03:49:47.587Z] 7a137b4e1043: Preparing [2026-03-16T03:49:47.587Z] 4deafcd536ae: Preparing [2026-03-16T03:49:47.587Z] 5d1f257e4846: Preparing [2026-03-16T03:49:47.587Z] c4e71c2a4573: Preparing [2026-03-16T03:49:47.587Z] 5d1f257e4846: Waiting [2026-03-16T03:49:47.587Z] c4e71c2a4573: Waiting [2026-03-16T03:49:47.587Z] 4deafcd536ae: Layer already exists [2026-03-16T03:49:47.587Z] e69f014e345c: Layer already exists [2026-03-16T03:49:47.587Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:47.587Z] c0847dbe6741: Layer already exists [2026-03-16T03:49:47.587Z] 206d9dc3fe32: Layer already exists [2026-03-16T03:49:47.587Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:47.587Z] 5d1f257e4846: Layer already exists [2026-03-16T03:49:47.851Z] 4.1.0-dev.103: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:48.190Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:48.532Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:48.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-16T03:49:48.532Z] c0847dbe6741: Preparing [2026-03-16T03:49:48.532Z] 206d9dc3fe32: Preparing [2026-03-16T03:49:48.532Z] e69f014e345c: Preparing [2026-03-16T03:49:48.532Z] 7a137b4e1043: Preparing [2026-03-16T03:49:48.532Z] 4deafcd536ae: Preparing [2026-03-16T03:49:48.532Z] 5d1f257e4846: Preparing [2026-03-16T03:49:48.532Z] c4e71c2a4573: Preparing [2026-03-16T03:49:48.532Z] 5d1f257e4846: Waiting [2026-03-16T03:49:48.532Z] c4e71c2a4573: Waiting [2026-03-16T03:49:48.532Z] c0847dbe6741: Layer already exists [2026-03-16T03:49:48.533Z] e69f014e345c: Layer already exists [2026-03-16T03:49:48.533Z] 206d9dc3fe32: Layer already exists [2026-03-16T03:49:48.533Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:48.533Z] 4deafcd536ae: Layer already exists [2026-03-16T03:49:48.533Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:48.533Z] 5d1f257e4846: Layer already exists [2026-03-16T03:49:48.795Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:49.146Z] + 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-16T03:49:49.483Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2026-03-16T03:49:49.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-03-16T03:49:49.483Z] c0847dbe6741: Preparing [2026-03-16T03:49:49.483Z] 206d9dc3fe32: Preparing [2026-03-16T03:49:49.483Z] e69f014e345c: Preparing [2026-03-16T03:49:49.483Z] 7a137b4e1043: Preparing [2026-03-16T03:49:49.483Z] 4deafcd536ae: Preparing [2026-03-16T03:49:49.483Z] 5d1f257e4846: Preparing [2026-03-16T03:49:49.483Z] c4e71c2a4573: Preparing [2026-03-16T03:49:49.483Z] 5d1f257e4846: Waiting [2026-03-16T03:49:49.483Z] c4e71c2a4573: Waiting [2026-03-16T03:49:49.483Z] 206d9dc3fe32: Layer already exists [2026-03-16T03:49:49.483Z] c0847dbe6741: Layer already exists [2026-03-16T03:49:49.483Z] 4deafcd536ae: Layer already exists [2026-03-16T03:49:49.483Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:49.483Z] e69f014e345c: Layer already exists [2026-03-16T03:49:49.483Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:49.483Z] 5d1f257e4846: Layer already exists [2026-03-16T03:49:49.483Z] main: digest: sha256:8eee429a0b9b87797b5d2228e6bd2837a5ffe5cbb578219afb8e41175b0b79f1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:49:49.827Z] ===================================================== [Pipeline] echo [2026-03-16T03:49:49.844Z] taggedImages: [2026-03-16T03:49:49.844Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:49.844Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-03-16T03:49:49.844Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 [2026-03-16T03:49:49.844Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:49.844Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-03-16T03:49:49.875Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2026-03-16T03:49:49.875Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:49.875Z] latest [2026-03-16T03:49:49.875Z] 4.1.0-dev.103 [2026-03-16T03:49:49.875Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:49:49.875Z] main [2026-03-16T03:49:49.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:50.238Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:50.585Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:49:50.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-16T03:49:50.585Z] d4088f0be39d: Preparing [2026-03-16T03:49:50.585Z] 54be28db3fcf: Preparing [2026-03-16T03:49:50.585Z] e69f014e345c: Preparing [2026-03-16T03:49:50.585Z] 7a137b4e1043: Preparing [2026-03-16T03:49:50.585Z] 2b42c6a11bf3: Preparing [2026-03-16T03:49:50.585Z] 366d175692fd: Preparing [2026-03-16T03:49:50.585Z] c4e71c2a4573: Preparing [2026-03-16T03:49:50.585Z] 366d175692fd: Waiting [2026-03-16T03:49:50.585Z] c4e71c2a4573: Waiting [2026-03-16T03:49:50.585Z] e69f014e345c: Layer already exists [2026-03-16T03:49:50.585Z] 7a137b4e1043: Layer already exists [2026-03-16T03:49:50.848Z] c4e71c2a4573: Layer already exists [2026-03-16T03:49:50.848Z] d4088f0be39d: Pushed [2026-03-16T03:49:50.849Z] 2b42c6a11bf3: Pushed [2026-03-16T03:49:51.425Z] 366d175692fd: Pushed [2026-03-16T03:49:59.593Z] 54be28db3fcf: Pushed [2026-03-16T03:49:59.593Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:49:59.942Z] + 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-16T03:50:00.292Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-03-16T03:50:00.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-16T03:50:00.292Z] d4088f0be39d: Preparing [2026-03-16T03:50:00.292Z] 54be28db3fcf: Preparing [2026-03-16T03:50:00.292Z] e69f014e345c: Preparing [2026-03-16T03:50:00.292Z] 7a137b4e1043: Preparing [2026-03-16T03:50:00.292Z] 2b42c6a11bf3: Preparing [2026-03-16T03:50:00.292Z] 366d175692fd: Preparing [2026-03-16T03:50:00.292Z] c4e71c2a4573: Preparing [2026-03-16T03:50:00.292Z] 366d175692fd: Waiting [2026-03-16T03:50:00.292Z] c4e71c2a4573: Waiting [2026-03-16T03:50:00.292Z] 2b42c6a11bf3: Layer already exists [2026-03-16T03:50:00.292Z] d4088f0be39d: Layer already exists [2026-03-16T03:50:00.292Z] e69f014e345c: Layer already exists [2026-03-16T03:50:00.292Z] 54be28db3fcf: Layer already exists [2026-03-16T03:50:00.292Z] 7a137b4e1043: Layer already exists [2026-03-16T03:50:00.292Z] c4e71c2a4573: Layer already exists [2026-03-16T03:50:00.292Z] 366d175692fd: Layer already exists [2026-03-16T03:50:00.555Z] latest: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:50:00.897Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:50:01.253Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 [2026-03-16T03:50:01.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-16T03:50:01.253Z] d4088f0be39d: Preparing [2026-03-16T03:50:01.253Z] 54be28db3fcf: Preparing [2026-03-16T03:50:01.253Z] e69f014e345c: Preparing [2026-03-16T03:50:01.253Z] 7a137b4e1043: Preparing [2026-03-16T03:50:01.253Z] 2b42c6a11bf3: Preparing [2026-03-16T03:50:01.253Z] 366d175692fd: Preparing [2026-03-16T03:50:01.253Z] c4e71c2a4573: Preparing [2026-03-16T03:50:01.253Z] 366d175692fd: Waiting [2026-03-16T03:50:01.253Z] c4e71c2a4573: Waiting [2026-03-16T03:50:01.253Z] 2b42c6a11bf3: Layer already exists [2026-03-16T03:50:01.253Z] d4088f0be39d: Layer already exists [2026-03-16T03:50:01.253Z] e69f014e345c: Layer already exists [2026-03-16T03:50:01.253Z] 54be28db3fcf: Layer already exists [2026-03-16T03:50:01.253Z] 7a137b4e1043: Layer already exists [2026-03-16T03:50:01.253Z] 366d175692fd: Layer already exists [2026-03-16T03:50:01.253Z] c4e71c2a4573: Layer already exists [2026-03-16T03:50:01.253Z] 4.1.0-dev.103: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:50:01.917Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:50:02.261Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:50:02.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-16T03:50:02.261Z] d4088f0be39d: Preparing [2026-03-16T03:50:02.261Z] 54be28db3fcf: Preparing [2026-03-16T03:50:02.261Z] e69f014e345c: Preparing [2026-03-16T03:50:02.261Z] 7a137b4e1043: Preparing [2026-03-16T03:50:02.261Z] 2b42c6a11bf3: Preparing [2026-03-16T03:50:02.261Z] 366d175692fd: Preparing [2026-03-16T03:50:02.261Z] c4e71c2a4573: Preparing [2026-03-16T03:50:02.261Z] 366d175692fd: Waiting [2026-03-16T03:50:02.261Z] c4e71c2a4573: Waiting [2026-03-16T03:50:02.261Z] d4088f0be39d: Layer already exists [2026-03-16T03:50:02.261Z] 2b42c6a11bf3: Layer already exists [2026-03-16T03:50:02.261Z] 7a137b4e1043: Layer already exists [2026-03-16T03:50:02.261Z] e69f014e345c: Layer already exists [2026-03-16T03:50:02.261Z] 54be28db3fcf: Layer already exists [2026-03-16T03:50:02.261Z] 366d175692fd: Layer already exists [2026-03-16T03:50:02.261Z] c4e71c2a4573: Layer already exists [2026-03-16T03:50:02.524Z] 84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:50:02.873Z] + 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-16T03:50:03.216Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2026-03-16T03:50:03.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-03-16T03:50:03.216Z] d4088f0be39d: Preparing [2026-03-16T03:50:03.216Z] 54be28db3fcf: Preparing [2026-03-16T03:50:03.216Z] e69f014e345c: Preparing [2026-03-16T03:50:03.216Z] 7a137b4e1043: Preparing [2026-03-16T03:50:03.216Z] 2b42c6a11bf3: Preparing [2026-03-16T03:50:03.216Z] 366d175692fd: Preparing [2026-03-16T03:50:03.216Z] c4e71c2a4573: Preparing [2026-03-16T03:50:03.216Z] 366d175692fd: Waiting [2026-03-16T03:50:03.216Z] c4e71c2a4573: Waiting [2026-03-16T03:50:03.216Z] 2b42c6a11bf3: Layer already exists [2026-03-16T03:50:03.216Z] 7a137b4e1043: Layer already exists [2026-03-16T03:50:03.216Z] e69f014e345c: Layer already exists [2026-03-16T03:50:03.216Z] 54be28db3fcf: Layer already exists [2026-03-16T03:50:03.216Z] d4088f0be39d: Layer already exists [2026-03-16T03:50:03.216Z] c4e71c2a4573: Layer already exists [2026-03-16T03:50:03.216Z] 366d175692fd: Layer already exists [2026-03-16T03:50:03.216Z] main: digest: sha256:cdeb7b97196b763b0ed8434014726add9e7a65a74a823bf57295a332f136e9b5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T03:50:03.545Z] ===================================================== [Pipeline] echo [2026-03-16T03:50:03.561Z] taggedImages: [2026-03-16T03:50:03.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [2026-03-16T03:50:03.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-03-16T03:50:03.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 [2026-03-16T03:50:03.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [2026-03-16T03:50:03.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2026-03-16T03:50:03.572Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.581Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.591Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.604Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.619Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-03-16T03:50:03.629Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.643Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.652Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.662Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.673Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-03-16T03:50:03.685Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.698Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.710Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.720Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.736Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-03-16T03:50:03.747Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.757Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.773Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.785Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.798Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-03-16T03:50:03.807Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.819Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.831Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.840Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.852Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-03-16T03:50:03.862Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.872Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.883Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.895Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.905Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-03-16T03:50:03.916Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.926Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.946Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:03.958Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-03-16T03:50:03.972Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:03.983Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2026-03-16T03:50:03.997Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.006Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.017Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-03-16T03:50:04.030Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:04.041Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2026-03-16T03:50:04.051Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.061Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.071Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-03-16T03:50:04.081Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:04.094Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2026-03-16T03:50:04.103Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.113Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.123Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-03-16T03:50:04.133Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:04.148Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2026-03-16T03:50:04.157Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.167Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.180Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-03-16T03:50:04.195Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:04.208Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2026-03-16T03:50:04.223Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.237Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.245Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-03-16T03:50:04.261Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:04.274Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2026-03-16T03:50:04.283Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.298Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.311Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-03-16T03:50:04.325Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:04.334Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2026-03-16T03:50:04.344Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.354Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.364Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-03-16T03:50:04.381Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29 [Pipeline] echo [2026-03-16T03:50:04.393Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2026-03-16T03:50:04.408Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.420Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:84b1577d40627d977bd4db100cd0bf9cd2012f29-4.1.0-dev.103 [Pipeline] echo [2026-03-16T03:50:04.431Z] 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-16T03:50:04.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-16T03:50:04.830Z] [2026-03-16T03:50:04.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T03:50:05.152Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-16T03:50:05.152Z] arm64: Pulling from edgex-lftools-log-publisher [2026-03-16T03:50:05.152Z] 8998bd30e6a1: Pulling fs layer [2026-03-16T03:50:05.152Z] 04944245beec: Pulling fs layer [2026-03-16T03:50:05.152Z] 699f458cf7ca: Pulling fs layer [2026-03-16T03:50:05.152Z] 765212b225bb: Pulling fs layer [2026-03-16T03:50:05.152Z] f23df028b6ca: Pulling fs layer [2026-03-16T03:50:05.152Z] d65c8cfc05b1: Pulling fs layer [2026-03-16T03:50:05.152Z] 2437ff75d9bd: Pulling fs layer [2026-03-16T03:50:05.152Z] f23df028b6ca: Waiting [2026-03-16T03:50:05.152Z] d65c8cfc05b1: Waiting [2026-03-16T03:50:05.152Z] 2437ff75d9bd: Waiting [2026-03-16T03:50:05.152Z] 765212b225bb: Waiting [2026-03-16T03:50:05.417Z] 04944245beec: Verifying Checksum [2026-03-16T03:50:05.418Z] 04944245beec: Download complete [2026-03-16T03:50:05.418Z] 765212b225bb: Verifying Checksum [2026-03-16T03:50:05.418Z] 765212b225bb: Download complete [2026-03-16T03:50:05.418Z] f23df028b6ca: Verifying Checksum [2026-03-16T03:50:05.418Z] f23df028b6ca: Download complete [2026-03-16T03:50:05.418Z] d65c8cfc05b1: Verifying Checksum [2026-03-16T03:50:05.418Z] d65c8cfc05b1: Download complete [2026-03-16T03:50:05.683Z] 699f458cf7ca: Verifying Checksum [2026-03-16T03:50:05.683Z] 699f458cf7ca: Download complete [2026-03-16T03:50:05.947Z] 8998bd30e6a1: Verifying Checksum [2026-03-16T03:50:05.947Z] 8998bd30e6a1: Download complete [2026-03-16T03:50:08.516Z] 2437ff75d9bd: Verifying Checksum [2026-03-16T03:50:08.516Z] 2437ff75d9bd: Download complete [2026-03-16T03:50:11.139Z] 8998bd30e6a1: Pull complete [2026-03-16T03:50:11.415Z] 04944245beec: Pull complete [2026-03-16T03:50:13.388Z] 699f458cf7ca: Pull complete [2026-03-16T03:50:13.388Z] 765212b225bb: Pull complete [2026-03-16T03:50:14.342Z] f23df028b6ca: Pull complete [2026-03-16T03:50:14.342Z] d65c8cfc05b1: Pull complete [2026-03-16T03:50:32.524Z] 2437ff75d9bd: Pull complete [2026-03-16T03:50:32.524Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-03-16T03:50:32.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-03-16T03:50:32.524Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T03:50:32.721Z] prd-ubuntu20.04-docker-arm64-4c-16g-3514 does not seem to be running inside a container [2026-03-16T03:50:32.759Z] $ 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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T03:50:34.742Z] $ docker top 87b412372210078c3aa86b3ede106159f5893376f31883032a7821ad7dc79b48 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-16T03:50:35.678Z] ---> job-cost.sh [2026-03-16T03:50:35.678Z] lf-activate-venv: SKIPPING [2026-03-16T03:50:35.678Z] INFO: No Stack... [2026-03-16T03:50:35.942Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-03-16T03:50:36.895Z] INFO: Archiving Costs [Pipeline] sh [2026-03-16T03:50:37.515Z] + cat /w/workspace/edgex-go/960/archives/cost.csv [2026-03-16T03:50:37.515Z] + cut -d, -f6 [Pipeline] lock [2026-03-16T03:50:37.547Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-960-stack-cost] [2026-03-16T03:50:37.558Z] Resource [jenkins-edgexfoundry-edgex-go-main-960-stack-cost] did not exist. Created. [2026-03-16T03:50:37.564Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-960-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-03-16T03:50:38.208Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-03-16T03:50:38.831Z] Stashed 1 file(s) [Pipeline] } [2026-03-16T03:50:38.840Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-960-stack-cost] [Pipeline] // lock [Pipeline] } [2026-03-16T03:50:38.850Z] $ docker stop --time=1 87b412372210078c3aa86b3ede106159f5893376f31883032a7821ad7dc79b48 [2026-03-16T03:50:40.347Z] $ docker rm -f --volumes 87b412372210078c3aa86b3ede106159f5893376f31883032a7821ad7dc79b48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-03-16T08:51:27.385Z] Cancelling nested steps due to timeout [2026-03-16T08:51:27.390Z] Sending interrupt signal to process [2026-03-16T08:51:34.074Z] script returned exit code 143 [Pipeline] } [2026-03-16T08:51:34.077Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-03-16T08:51:34.515Z] + '[' -d /w/workspace/edgex-go/960/archives ']' [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:51:34.810Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:51:35.360Z] ---> package-listing.sh [2026-03-16T08:51:35.360Z] ++ facter osfamily [2026-03-16T08:51:35.360Z] ++ tr '[:upper:]' '[:lower:]' [2026-03-16T08:51:35.618Z] + OS_FAMILY=redhat [2026-03-16T08:51:35.618Z] + workspace=/w/workspace/edgex-go/960 [2026-03-16T08:51:35.618Z] + START_PACKAGES=/tmp/packages_start.txt [2026-03-16T08:51:35.618Z] + END_PACKAGES=/tmp/packages_end.txt [2026-03-16T08:51:35.618Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-03-16T08:51:35.619Z] + PACKAGES=/tmp/packages_start.txt [2026-03-16T08:51:35.619Z] + '[' /w/workspace/edgex-go/960 ']' [2026-03-16T08:51:35.619Z] + PACKAGES=/tmp/packages_end.txt [2026-03-16T08:51:35.619Z] + case "${OS_FAMILY}" in [2026-03-16T08:51:35.619Z] + rpm -qa [2026-03-16T08:51:35.619Z] + sort [2026-03-16T08:51:36.185Z] + '[' -f /tmp/packages_start.txt ']' [2026-03-16T08:51:36.185Z] + '[' -f /tmp/packages_end.txt ']' [2026-03-16T08:51:36.185Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-03-16T08:51:36.185Z] + '[' /w/workspace/edgex-go/960 ']' [2026-03-16T08:51:36.185Z] + mkdir -p /w/workspace/edgex-go/960/archives/ [2026-03-16T08:51:36.185Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/960/archives/ [Pipeline] echo [2026-03-16T08:51:36.193Z] 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/960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-03-16T08:51:36.512Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T08:51:36.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-16T08:51:36.833Z] [2026-03-16T08:51:36.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T08:51:37.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-16T08:51:37.138Z] latest: Pulling from edgex-lftools-log-publisher [2026-03-16T08:51:37.138Z] 5eb5b503b376: Pulling fs layer [2026-03-16T08:51:37.138Z] 5c69ac0246d0: Pulling fs layer [2026-03-16T08:51:37.138Z] ec43610c2a17: Pulling fs layer [2026-03-16T08:51:37.138Z] 3a2ae6a8a46f: Pulling fs layer [2026-03-16T08:51:37.138Z] 33b1e0a273af: Pulling fs layer [2026-03-16T08:51:37.138Z] 5d3b04190fa2: Pulling fs layer [2026-03-16T08:51:37.138Z] 2f39f015ded8: Pulling fs layer [2026-03-16T08:51:37.138Z] 3a2ae6a8a46f: Waiting [2026-03-16T08:51:37.138Z] 33b1e0a273af: Waiting [2026-03-16T08:51:37.138Z] 5d3b04190fa2: Waiting [2026-03-16T08:51:37.138Z] 2f39f015ded8: Waiting [2026-03-16T08:51:37.138Z] 5c69ac0246d0: Verifying Checksum [2026-03-16T08:51:37.138Z] 5c69ac0246d0: Download complete [2026-03-16T08:51:37.138Z] 3a2ae6a8a46f: Verifying Checksum [2026-03-16T08:51:37.138Z] 3a2ae6a8a46f: Download complete [2026-03-16T08:51:37.395Z] 33b1e0a273af: Verifying Checksum [2026-03-16T08:51:37.396Z] 33b1e0a273af: Download complete [2026-03-16T08:51:37.396Z] 5d3b04190fa2: Verifying Checksum [2026-03-16T08:51:37.396Z] 5d3b04190fa2: Download complete [2026-03-16T08:51:37.396Z] ec43610c2a17: Verifying Checksum [2026-03-16T08:51:37.396Z] ec43610c2a17: Download complete [2026-03-16T08:51:37.396Z] 5eb5b503b376: Verifying Checksum [2026-03-16T08:51:37.396Z] 5eb5b503b376: Download complete [2026-03-16T08:51:37.965Z] 2f39f015ded8: Verifying Checksum [2026-03-16T08:51:37.965Z] 2f39f015ded8: Download complete [2026-03-16T08:51:38.909Z] 5eb5b503b376: Pull complete [2026-03-16T08:51:38.909Z] 5c69ac0246d0: Pull complete [2026-03-16T08:51:39.486Z] ec43610c2a17: Pull complete [2026-03-16T08:51:39.486Z] 3a2ae6a8a46f: Pull complete [2026-03-16T08:51:39.486Z] 33b1e0a273af: Pull complete [2026-03-16T08:51:39.745Z] 5d3b04190fa2: Pull complete [2026-03-16T08:51:43.976Z] 2f39f015ded8: Pull complete [2026-03-16T08:51:43.976Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-03-16T08:51:43.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-16T08:51:43.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T08:51:44.077Z] prd-centos7-docker-4c-2g-3521 does not seem to be running inside a container [2026-03-16T08:51:44.112Z] $ 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/960/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-03-16T08:51:47.025Z] $ docker top 94810514b28efcc7a9fa527200d12993cbd1f26239a1d781ff79717847174c92 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-16T08:51:47.356Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-03-16T08:51:47.645Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-03-16T08:51:47.926Z] + ls /var/log/sa-host [2026-03-16T08:51:47.926Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-16T08:51:47.995Z] provisioning config files... [2026-03-16T08:51:48.005Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9949416426089242872tmp [Pipeline] { [Pipeline] echo [2026-03-16T08:51:48.020Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:51:48.307Z] ---> create-netrc.sh [Pipeline] } [2026-03-16T08:51:48.314Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:51:48.641Z] ---> python-tools-install.sh [Pipeline] echo [2026-03-16T08:51:48.649Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:51:48.940Z] ---> sudo-logs.sh [2026-03-16T08:51:48.940Z] Archiving 'sudo' log.. [2026-03-16T08:51:48.940Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-03-16T08:51:48.969Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2026-03-16T08:51:48.975Z] $ docker stop --time=1 94810514b28efcc7a9fa527200d12993cbd1f26239a1d781ff79717847174c92 [2026-03-16T08:51:50.097Z] $ docker rm -f --volumes 94810514b28efcc7a9fa527200d12993cbd1f26239a1d781ff79717847174c92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2026-03-16T08:51:50.191Z] [WS-CLEANUP] Deleting project workspace... [2026-03-16T08:51:50.191Z] [WS-CLEANUP] Deferred wipeout is used... [2026-03-16T08:51:50.208Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-03-16T08:51:50.411Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-03-16T08:51:51.181Z] + [ -d /w/workspace/edgex-go/960/archives ] [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:51:51.473Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:51:52.701Z] ---> package-listing.sh [2026-03-16T08:51:52.701Z] ++ facter osfamily [2026-03-16T08:51:52.701Z] ++ tr '[:upper:]' '[:lower:]' [2026-03-16T08:51:52.960Z] + OS_FAMILY=debian [2026-03-16T08:51:52.960Z] + workspace=/w/workspace/edgex-go/960 [2026-03-16T08:51:52.960Z] + START_PACKAGES=/tmp/packages_start.txt [2026-03-16T08:51:52.960Z] + END_PACKAGES=/tmp/packages_end.txt [2026-03-16T08:51:52.960Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-03-16T08:51:52.960Z] + PACKAGES=/tmp/packages_start.txt [2026-03-16T08:51:52.960Z] + '[' /w/workspace/edgex-go/960 ']' [2026-03-16T08:51:52.960Z] + PACKAGES=/tmp/packages_end.txt [2026-03-16T08:51:52.960Z] + case "${OS_FAMILY}" in [2026-03-16T08:51:52.960Z] + dpkg -l [2026-03-16T08:51:52.960Z] + grep '^ii' [2026-03-16T08:51:52.960Z] + '[' -f /tmp/packages_start.txt ']' [2026-03-16T08:51:52.960Z] + '[' -f /tmp/packages_end.txt ']' [2026-03-16T08:51:52.960Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-03-16T08:51:52.960Z] + '[' /w/workspace/edgex-go/960 ']' [2026-03-16T08:51:52.960Z] + mkdir -p /w/workspace/edgex-go/960/archives/ [2026-03-16T08:51:52.960Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/960/archives/ [Pipeline] echo [2026-03-16T08:51:52.971Z] 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/960/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-03-16T08:51:53.249Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T08:51:53.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-16T08:51:53.818Z] [2026-03-16T08:51:53.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-16T08:51:54.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-16T08:51:54.119Z] latest: Pulling from edgex-lftools-log-publisher [2026-03-16T08:51:54.119Z] 5eb5b503b376: Pulling fs layer [2026-03-16T08:51:54.119Z] 5c69ac0246d0: Pulling fs layer [2026-03-16T08:51:54.119Z] ec43610c2a17: Pulling fs layer [2026-03-16T08:51:54.119Z] 3a2ae6a8a46f: Pulling fs layer [2026-03-16T08:51:54.119Z] 33b1e0a273af: Pulling fs layer [2026-03-16T08:51:54.119Z] 5d3b04190fa2: Pulling fs layer [2026-03-16T08:51:54.119Z] 33b1e0a273af: Waiting [2026-03-16T08:51:54.119Z] 3a2ae6a8a46f: Waiting [2026-03-16T08:51:54.119Z] 2f39f015ded8: Pulling fs layer [2026-03-16T08:51:54.119Z] 5d3b04190fa2: Waiting [2026-03-16T08:51:54.119Z] 2f39f015ded8: Waiting [2026-03-16T08:51:54.119Z] 5c69ac0246d0: Verifying Checksum [2026-03-16T08:51:54.119Z] 5c69ac0246d0: Download complete [2026-03-16T08:51:54.119Z] 3a2ae6a8a46f: Verifying Checksum [2026-03-16T08:51:54.119Z] 3a2ae6a8a46f: Download complete [2026-03-16T08:51:54.119Z] 33b1e0a273af: Download complete [2026-03-16T08:51:54.119Z] 5d3b04190fa2: Verifying Checksum [2026-03-16T08:51:54.119Z] 5d3b04190fa2: Download complete [2026-03-16T08:51:54.119Z] ec43610c2a17: Verifying Checksum [2026-03-16T08:51:54.119Z] ec43610c2a17: Download complete [2026-03-16T08:51:54.376Z] 5eb5b503b376: Verifying Checksum [2026-03-16T08:51:54.376Z] 5eb5b503b376: Download complete [2026-03-16T08:51:55.312Z] 2f39f015ded8: Verifying Checksum [2026-03-16T08:51:55.312Z] 2f39f015ded8: Download complete [2026-03-16T08:51:56.247Z] 5eb5b503b376: Pull complete [2026-03-16T08:51:56.505Z] 5c69ac0246d0: Pull complete [2026-03-16T08:51:57.072Z] ec43610c2a17: Pull complete [2026-03-16T08:51:57.072Z] 3a2ae6a8a46f: Pull complete [2026-03-16T08:51:57.331Z] 33b1e0a273af: Pull complete [2026-03-16T08:51:57.331Z] 5d3b04190fa2: Pull complete [2026-03-16T08:52:03.895Z] 2f39f015ded8: Pull complete [2026-03-16T08:52:03.895Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-03-16T08:52:03.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-16T08:52:03.895Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-16T08:52:03.996Z] prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container [2026-03-16T08:52:04.028Z] $ 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/960/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/960 -v /w/workspace/edgex-go/960:/w/workspace/edgex-go/960:rw,z -v /w/workspace/edgex-go/960@tmp:/w/workspace/edgex-go/960@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-16T08:52:05.441Z] $ docker top 203bbbe1acb0a0e74bccb5c6419f6e3248d89ca2de94ca2aa6c9e4a3443fce75 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-16T08:52:05.791Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-03-16T08:52:06.075Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-03-16T08:52:06.358Z] + ls /var/log/sa-host [2026-03-16T08:52:06.358Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-16T08:52:06.391Z] provisioning config files... [2026-03-16T08:52:06.400Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/960@tmp/config15417302934768306597tmp [Pipeline] { [Pipeline] echo [2026-03-16T08:52:06.419Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:52:06.704Z] ---> create-netrc.sh [Pipeline] } [2026-03-16T08:52:06.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:52:07.012Z] ---> python-tools-install.sh [Pipeline] echo [2026-03-16T08:52:07.023Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:52:07.305Z] ---> sudo-logs.sh [2026-03-16T08:52:07.305Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-03-16T08:52:07.357Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:52:07.654Z] ---> job-cost.sh [2026-03-16T08:52:07.654Z] lf-activate-venv: SKIPPING [2026-03-16T08:52:07.654Z] DEBUG: total: 0.10999999940395355 [2026-03-16T08:52:07.654Z] INFO: Retrieving Stack Cost... [2026-03-16T08:52:07.913Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-03-16T08:52:08.483Z] INFO: Archiving Costs [Pipeline] echo [2026-03-16T08:52:08.495Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-16T08:52:08.777Z] ---> logs-deploy.sh [2026-03-16T08:52:08.777Z] lf-activate-venv: SKIPPING [2026-03-16T08:52:08.777Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/960 [2026-03-16T08:52:08.777Z] INFO: archiving workspace using pattern(s): [2026-03-16T08:52:09.713Z] Archives upload complete. [2026-03-16T08:52:09.973Z] INFO: archiving logs to Nexus