Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f47b8469dc3efba432dbb776b3e0583fbd02872a 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-ssh5478357912992779021.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-ssh13420127272020692417.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-ssh1519662998915133094.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-ssh13467651457554279966.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-ssh7905558720813645725.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8835’ Running on prd-ubuntu20.04-docker-8c-8g-8842 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/973 [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/973 # 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 f47b8469dc3efba432dbb776b3e0583fbd02872a (main) Commit message: "Merge pull request #5413 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.67" > 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 f47b8469dc3efba432dbb776b3e0583fbd02872a # timeout=10 > git rev-list --no-walk fa9291b4267d8cf249f54b4b348df68d64af3156 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-05-08T01:07:59.282Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-05-08T01:07:59.344Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-05-08T01:07:59.366Z] ========================================================= [2026-05-08T01:07:59.366Z] EdgeX Global Pipelines Version Info [2026-05-08T01:07:59.366Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-05-08T01:08:00.494Z] ------------------- [2026-05-08T01:08:00.494Z] stable info: [2026-05-08T01:08:00.494Z] ------------------- [2026-05-08T01:08:00.494Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-05-08T01:08:00.494Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2026-05-08T01:08:00.494Z] Message: update stable to v1.0.278 [2026-05-08T01:08:01.066Z] ------------------- [2026-05-08T01:08:01.066Z] experimental info: [2026-05-08T01:08:01.066Z] ------------------- [2026-05-08T01:08:01.066Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-05-08T01:08:01.066Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2026-05-08T01:08:01.066Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-05-08T01:08:01.136Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2026-05-08T01:08:01.152Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2026-05-08T01:08:01.169Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-05-08T01:08:01.187Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-05-08T01:08:01.208Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-05-08T01:08:01.225Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-05-08T01:08:01.240Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-05-08T01:08:01.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2026-05-08T01:08:01.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2026-05-08T01:08:01.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2026-05-08T01:08:01.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-05-08T01:08:01.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-05-08T01:08:01.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-05-08T01:08:01.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-05-08T01:08:01.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-05-08T01:08:01.431Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-05-08T01:08:01.447Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-05-08T01:08:01.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-05-08T01:08:01.480Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2026-05-08T01:08:01.498Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2026-05-08T01:08:01.516Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-05-08T01:08:01.536Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-05-08T01:08:01.552Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-05-08T01:08:01.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-05-08T01:08:01.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-05-08T01:08:01.600Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-05-08T01:08:01.620Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T01:08:01.644Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f47b846 [Pipeline] echo [2026-05-08T01:08:01.662Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-08T01:08:01.709Z] provisioning config files... [2026-05-08T01:08:01.720Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config12858552885309065814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-08T01:08:02.049Z] ---> ****-login.sh [2026-05-08T01:08:02.049Z] nexus3.edgexfoundry.org:10001 [2026-05-08T01:08:02.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:08:02.311Z] [2026-05-08T01:08:02.311Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-08T01:08:02.311Z] Configure a credential helper to remove this warning. See [2026-05-08T01:08:02.311Z] https://docs.****.com/go/credential-store/ [2026-05-08T01:08:02.311Z] [2026-05-08T01:08:02.311Z] Login Succeeded [2026-05-08T01:08:02.311Z] nexus3.edgexfoundry.org:10002 [2026-05-08T01:08:02.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:08:02.574Z] [2026-05-08T01:08:02.574Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-08T01:08:02.574Z] Configure a credential helper to remove this warning. See [2026-05-08T01:08:02.574Z] https://docs.****.com/go/credential-store/ [2026-05-08T01:08:02.574Z] [2026-05-08T01:08:02.574Z] Login Succeeded [2026-05-08T01:08:02.574Z] nexus3.edgexfoundry.org:10003 [2026-05-08T01:08:02.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:08:02.574Z] [2026-05-08T01:08:02.574Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-08T01:08:02.575Z] Configure a credential helper to remove this warning. See [2026-05-08T01:08:02.575Z] https://docs.****.com/go/credential-store/ [2026-05-08T01:08:02.575Z] [2026-05-08T01:08:02.575Z] Login Succeeded [2026-05-08T01:08:02.575Z] nexus3.edgexfoundry.org:10004 [2026-05-08T01:08:02.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:08:02.575Z] [2026-05-08T01:08:02.575Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-08T01:08:02.575Z] Configure a credential helper to remove this warning. See [2026-05-08T01:08:02.575Z] https://docs.****.com/go/credential-store/ [2026-05-08T01:08:02.575Z] [2026-05-08T01:08:02.575Z] Login Succeeded [2026-05-08T01:08:02.575Z] ****.io [2026-05-08T01:08:02.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:08:03.097Z] [2026-05-08T01:08:03.097Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-08T01:08:03.097Z] Configure a credential helper to remove this warning. See [2026-05-08T01:08:03.097Z] https://docs.****.com/go/credential-store/ [2026-05-08T01:08:03.097Z] [2026-05-08T01:08:03.097Z] Login Succeeded [2026-05-08T01:08:03.097Z] ---> ****-login.sh ends [Pipeline] } [2026-05-08T01:08:03.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-05-08T01:08:03.426Z] + 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-05-08T01:08:03.426Z] + + dirname cmd/core-command/Dockerfilecut [2026-05-08T01:08:03.426Z] -d/ -f2 [2026-05-08T01:08:03.426Z] + echo core-command,cmd/core-command/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile+ [2026-05-08T01:08:03.426Z] cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/core-data/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo core-data,cmd/core-data/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/core-keeper/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/core-metadata/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + dirname cmd/security-bootstrapper/Dockerfile [2026-05-08T01:08:03.426Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/security-proxy-auth/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/security-proxy-setup/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/security-secretstore-setup/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/security-spire-agent/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/security-spire-config/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/security-spire-server/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/support-notifications/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2026-05-08T01:08:03.426Z] + dirname cmd/support-scheduler/Dockerfile [2026-05-08T01:08:03.426Z] + cut -d/ -f2 [2026-05-08T01:08:03.426Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2026-05-08T01:08:03.705Z] 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-05-08T01:08:04.276Z] + git rev-list -1 --merges f47b8469dc3efba432dbb776b3e0583fbd02872a~1..f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T01:08:04.329Z] -----------> git rev-list -1 --merges f47b8469dc3efba432dbb776b3e0583fbd02872a~1..f47b8469dc3efba432dbb776b3e0583fbd02872a f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:08:04.329Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [false] [Pipeline] sh [2026-05-08T01:08:04.658Z] + git log --format=format:%s -1 f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T01:08:04.671Z] ========================================================= [2026-05-08T01:08:04.671Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-05-08T01:08:04.671Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-05-08T01:08:05.122Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-05-08T01:08:05.122Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-05-08T01:08:05.122Z] + [ -e /tmp/ssh_known_hosts ] [2026-05-08T01:08:05.122Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-05-08T01:08:05.122Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-05-08T01:08:05.122Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-05-08T01:08:05.122Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:08:05.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-08T01:08:05.522Z] [2026-05-08T01:08:05.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:08:05.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-08T01:08:05.844Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-05-08T01:08:05.844Z] 3dae71ba6b94: Pulling fs layer [2026-05-08T01:08:05.844Z] 6bf1a483ea7c: Pulling fs layer [2026-05-08T01:08:05.844Z] f5dfc541a4d3: Pulling fs layer [2026-05-08T01:08:05.844Z] 461d9e800cba: Pulling fs layer [2026-05-08T01:08:05.844Z] 80192f66455f: Pulling fs layer [2026-05-08T01:08:05.844Z] 2e8e34ca0e6c: Pulling fs layer [2026-05-08T01:08:05.844Z] a29436f7fd5d: Pulling fs layer [2026-05-08T01:08:05.844Z] 923cac83aea3: Pulling fs layer [2026-05-08T01:08:05.844Z] 25ad8b0a4227: Pulling fs layer [2026-05-08T01:08:05.844Z] db01528c6b51: Pulling fs layer [2026-05-08T01:08:05.844Z] 28988de357af: Pulling fs layer [2026-05-08T01:08:05.844Z] 2e8e34ca0e6c: Waiting [2026-05-08T01:08:05.844Z] a29436f7fd5d: Waiting [2026-05-08T01:08:05.844Z] 461d9e800cba: Waiting [2026-05-08T01:08:05.844Z] 80192f66455f: Waiting [2026-05-08T01:08:05.844Z] 923cac83aea3: Waiting [2026-05-08T01:08:05.844Z] 28988de357af: Waiting [2026-05-08T01:08:05.844Z] 25ad8b0a4227: Waiting [2026-05-08T01:08:05.844Z] 6bf1a483ea7c: Verifying Checksum [2026-05-08T01:08:05.844Z] 6bf1a483ea7c: Download complete [2026-05-08T01:08:05.844Z] 461d9e800cba: Verifying Checksum [2026-05-08T01:08:05.844Z] 461d9e800cba: Download complete [2026-05-08T01:08:05.844Z] 80192f66455f: Verifying Checksum [2026-05-08T01:08:05.844Z] 80192f66455f: Download complete [2026-05-08T01:08:06.103Z] f5dfc541a4d3: Verifying Checksum [2026-05-08T01:08:06.103Z] f5dfc541a4d3: Download complete [2026-05-08T01:08:06.103Z] 3dae71ba6b94: Verifying Checksum [2026-05-08T01:08:06.103Z] 3dae71ba6b94: Download complete [2026-05-08T01:08:06.103Z] 923cac83aea3: Verifying Checksum [2026-05-08T01:08:06.103Z] 923cac83aea3: Download complete [2026-05-08T01:08:06.361Z] 25ad8b0a4227: Verifying Checksum [2026-05-08T01:08:06.361Z] 25ad8b0a4227: Download complete [2026-05-08T01:08:06.361Z] db01528c6b51: Verifying Checksum [2026-05-08T01:08:06.361Z] db01528c6b51: Download complete [2026-05-08T01:08:06.361Z] 28988de357af: Verifying Checksum [2026-05-08T01:08:06.361Z] 28988de357af: Download complete [2026-05-08T01:08:06.361Z] a29436f7fd5d: Verifying Checksum [2026-05-08T01:08:06.361Z] a29436f7fd5d: Download complete [2026-05-08T01:08:06.929Z] 2e8e34ca0e6c: Verifying Checksum [2026-05-08T01:08:06.929Z] 2e8e34ca0e6c: Download complete [2026-05-08T01:08:07.497Z] 3dae71ba6b94: Pull complete [2026-05-08T01:08:07.755Z] 6bf1a483ea7c: Pull complete [2026-05-08T01:08:08.689Z] f5dfc541a4d3: Pull complete [2026-05-08T01:08:08.689Z] 461d9e800cba: Pull complete [2026-05-08T01:08:08.689Z] 80192f66455f: Pull complete [2026-05-08T01:08:13.055Z] 2e8e34ca0e6c: Pull complete [2026-05-08T01:08:13.331Z] a29436f7fd5d: Pull complete [2026-05-08T01:08:13.597Z] 923cac83aea3: Pull complete [2026-05-08T01:08:13.597Z] 25ad8b0a4227: Pull complete [2026-05-08T01:08:13.597Z] db01528c6b51: Pull complete [2026-05-08T01:08:13.597Z] 28988de357af: Pull complete [2026-05-08T01:08:13.858Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-05-08T01:08:13.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-08T01:08:13.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T01:08:14.020Z] prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container [2026-05-08T01:08:14.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T01:08:17.895Z] $ docker top 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-05-08T01:08:18.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-05-08T01:08:18.096Z] [ssh-agent] Looking for ssh-agent implementation... [2026-05-08T01:08:18.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-05-08T01:08:18.207Z] $ docker exec 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent [2026-05-08T01:08:18.411Z] SSH_AUTH_SOCK=/tmp/ssh-8aALv5SdUgar/agent.32 [2026-05-08T01:08:18.411Z] SSH_AGENT_PID=38 [2026-05-08T01:08:18.452Z] Running ssh-add (command line suppressed) [2026-05-08T01:08:18.536Z] Identity added: /w/workspace/edgex-go/973@tmp/private_key_4075738869538472210.key (/w/workspace/edgex-go/973@tmp/private_key_4075738869538472210.key) [2026-05-08T01:08:18.586Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-05-08T01:08:18.938Z] + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] sh [2026-05-08T01:08:19.231Z] + git tag --points-at HEAD [Pipeline] } [2026-05-08T01:08:19.231Z] $ docker exec --env ******** --env ******** 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent -k [2026-05-08T01:08:19.329Z] unset SSH_AUTH_SOCK; [2026-05-08T01:08:19.329Z] unset SSH_AGENT_PID; [2026-05-08T01:08:19.329Z] echo Agent pid 38 killed; [2026-05-08T01:08:19.352Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-05-08T01:08:19.436Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-05-08T01:08:19.436Z] [ssh-agent] Looking for ssh-agent implementation... [2026-05-08T01:08:19.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-05-08T01:08:19.519Z] $ docker exec 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent [2026-05-08T01:08:19.636Z] SSH_AUTH_SOCK=/tmp/ssh-uiTQw38CSb8P/agent.85 [2026-05-08T01:08:19.636Z] SSH_AGENT_PID=91 [2026-05-08T01:08:19.640Z] Running ssh-add (command line suppressed) [2026-05-08T01:08:19.720Z] Identity added: /w/workspace/edgex-go/973@tmp/private_key_9910054301279065423.key (/w/workspace/edgex-go/973@tmp/private_key_9910054301279065423.key) [2026-05-08T01:08:19.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-05-08T01:08:20.039Z] + git semver init [2026-05-08T01:08:20.300Z] 2026-05-08 01:08:20,236 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-05-08T01:08:20.300Z] 2026-05-08 01:08:20,240 [run_init] DEBUG init version:0.0.0 force:False [2026-05-08T01:08:20.300Z] 2026-05-08 01:08:20,241 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/973/.semver [2026-05-08T01:08:20.300Z] 2026-05-08 01:08:20,242 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/973/.semver [2026-05-08T01:08:20.300Z] 2026-05-08 01:08:20,242 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/973/.semver'], cwd=/w/workspace/edgex-go/973, stdin=None, shell=False, universal_newlines=False) [2026-05-08T01:08:25.451Z] 2026-05-08 01:08:25,358 [append_file] DEBUG append to file:/w/workspace/edgex-go/973/.git/info/exclude [2026-05-08T01:08:25.451Z] 2026-05-08 01:08:25,359 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/973/.semver/main with force:False [2026-05-08T01:08:25.451Z] 2026-05-08 01:08:25,359 [read_version] DEBUG read version from /w/workspace/edgex-go/973/.semver/main [2026-05-08T01:08:25.451Z] 2026-05-08 01:08:25,359 [read_version] DEBUG read version from /w/workspace/edgex-go/973/.semver/main [2026-05-08T01:08:25.451Z] 4.1.0-dev.112 [Pipeline] } [2026-05-08T01:08:25.447Z] $ docker exec --env ******** --env ******** 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent -k [2026-05-08T01:08:25.547Z] unset SSH_AUTH_SOCK; [2026-05-08T01:08:25.548Z] unset SSH_AGENT_PID; [2026-05-08T01:08:25.548Z] echo Agent pid 91 killed; [2026-05-08T01:08:25.571Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-05-08T01:08:25.890Z] + git semver [Pipeline] } [2026-05-08T01:08:26.151Z] $ docker stop --time=1 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 [2026-05-08T01:08:27.430Z] $ docker rm -f --volumes 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 [Pipeline] // withDockerContainer [Pipeline] sh [2026-05-08T01:08:27.788Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-05-08T01:08:28.022Z] Stashed 1 file(s) [Pipeline] echo [2026-05-08T01:08:28.025Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.112 [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-05-08T01:08:28.433Z] + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] echo [2026-05-08T01:08:28.446Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-08T01:08:28.460Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-08T01:08:28.501Z] ========================================================= [2026-05-08T01:08:28.501Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-05-08T01:08:28.501Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-05-08T01:08:28.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-08T01:08:28.786Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-05-08T01:08:28.786Z] 2d35ebdb57d9: Pulling fs layer [2026-05-08T01:08:28.786Z] c35fb4624d26: Pulling fs layer [2026-05-08T01:08:28.786Z] 4e2aec7ef170: Pulling fs layer [2026-05-08T01:08:28.786Z] 333b49ad6fbf: Pulling fs layer [2026-05-08T01:08:28.786Z] 4f4fb700ef54: Pulling fs layer [2026-05-08T01:08:28.786Z] c3e65509a76b: Pulling fs layer [2026-05-08T01:08:28.786Z] 7cf9ebb963bd: Pulling fs layer [2026-05-08T01:08:28.786Z] bb34ca984cfb: Pulling fs layer [2026-05-08T01:08:28.786Z] 151cf03bc807: Pulling fs layer [2026-05-08T01:08:28.786Z] 333b49ad6fbf: Waiting [2026-05-08T01:08:28.786Z] 4f4fb700ef54: Waiting [2026-05-08T01:08:28.786Z] c3e65509a76b: Waiting [2026-05-08T01:08:28.786Z] 7cf9ebb963bd: Waiting [2026-05-08T01:08:28.786Z] 151cf03bc807: Waiting [2026-05-08T01:08:28.786Z] bb34ca984cfb: Waiting [2026-05-08T01:08:28.786Z] c35fb4624d26: Download complete [2026-05-08T01:08:28.786Z] 333b49ad6fbf: Verifying Checksum [2026-05-08T01:08:28.786Z] 333b49ad6fbf: Download complete [2026-05-08T01:08:28.786Z] 4f4fb700ef54: Download complete [2026-05-08T01:08:28.786Z] c3e65509a76b: Verifying Checksum [2026-05-08T01:08:28.786Z] c3e65509a76b: Download complete [2026-05-08T01:08:28.786Z] 2d35ebdb57d9: Verifying Checksum [2026-05-08T01:08:28.786Z] 2d35ebdb57d9: Download complete [2026-05-08T01:08:29.044Z] 2d35ebdb57d9: Pull complete [2026-05-08T01:08:29.044Z] 7cf9ebb963bd: Verifying Checksum [2026-05-08T01:08:29.044Z] 7cf9ebb963bd: Download complete [2026-05-08T01:08:29.044Z] c35fb4624d26: Pull complete [2026-05-08T01:08:29.305Z] 4e2aec7ef170: Verifying Checksum [2026-05-08T01:08:29.305Z] 4e2aec7ef170: Download complete [2026-05-08T01:08:29.305Z] 151cf03bc807: Verifying Checksum [2026-05-08T01:08:29.305Z] 151cf03bc807: Download complete [2026-05-08T01:08:29.562Z] bb34ca984cfb: Verifying Checksum [2026-05-08T01:08:29.562Z] bb34ca984cfb: Download complete [2026-05-08T01:08:33.780Z] 4e2aec7ef170: Pull complete [2026-05-08T01:08:33.780Z] 333b49ad6fbf: Pull complete [2026-05-08T01:08:33.780Z] 4f4fb700ef54: Pull complete [2026-05-08T01:08:34.059Z] c3e65509a76b: Pull complete [2026-05-08T01:08:34.696Z] 7cf9ebb963bd: Pull complete [2026-05-08T01:08:37.980Z] bb34ca984cfb: Pull complete [2026-05-08T01:08:38.559Z] 151cf03bc807: Pull complete [2026-05-08T01:08:38.559Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-05-08T01:08:38.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-08T01:08:38.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-05-08T01:08:38.876Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-08T01:08:38.876Z] WORKDIR /edgex [2026-05-08T01:08:38.876Z] COPY go.mod . [2026-05-08T01:08:38.876Z] RUN go mod download [2026-05-08T01:08:38.876Z] + docker build -t ci-base-image-x86_64 -f - . [2026-05-08T01:08:39.455Z] #0 building with "default" instance using docker driver [2026-05-08T01:08:39.455Z] [2026-05-08T01:08:39.455Z] #1 [internal] load build definition from Dockerfile [2026-05-08T01:08:39.455Z] #1 transferring dockerfile: 164B done [2026-05-08T01:08:39.455Z] #1 DONE 0.0s [2026-05-08T01:08:39.455Z] [2026-05-08T01:08:39.455Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-08T01:08:39.455Z] #2 DONE 0.0s [2026-05-08T01:08:39.455Z] [2026-05-08T01:08:39.455Z] #3 [internal] load .dockerignore [2026-05-08T01:08:39.455Z] #3 transferring context: 50B done [2026-05-08T01:08:39.455Z] #3 DONE 0.0s [2026-05-08T01:08:39.721Z] [2026-05-08T01:08:39.721Z] #4 [internal] load build context [2026-05-08T01:08:39.721Z] #4 transferring context: 6.99kB done [2026-05-08T01:08:39.721Z] #4 DONE 0.1s [2026-05-08T01:08:39.721Z] [2026-05-08T01:08:39.721Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-08T01:08:39.721Z] #5 DONE 0.2s [2026-05-08T01:08:39.721Z] [2026-05-08T01:08:39.721Z] #6 [2/4] WORKDIR /edgex [2026-05-08T01:08:43.112Z] Still waiting to schedule task [2026-05-08T01:08:43.113Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8840’ [2026-05-08T01:08:46.306Z] #6 DONE 6.5s [2026-05-08T01:08:46.306Z] [2026-05-08T01:08:46.306Z] #7 [3/4] COPY go.mod . [2026-05-08T01:08:46.306Z] #7 DONE 0.1s [2026-05-08T01:08:46.306Z] [2026-05-08T01:08:46.306Z] #8 [4/4] RUN go mod download [2026-05-08T01:09:18.449Z] #8 DONE 29.7s [2026-05-08T01:09:18.449Z] [2026-05-08T01:09:18.449Z] #9 exporting to image [2026-05-08T01:09:18.449Z] #9 exporting layers [2026-05-08T01:09:19.825Z] #9 exporting layers 3.7s done [2026-05-08T01:09:19.825Z] #9 writing image sha256:a22ac63766457e09b7d3795d3835e1e2c361614e4d969f4794ba369210900f96 0.0s done [2026-05-08T01:09:19.825Z] #9 naming to docker.io/library/ci-base-image-x86_64 0.1s done [2026-05-08T01:09:20.086Z] #9 DONE 4.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:09:21.334Z] + docker inspect -f . ci-base-image-x86_64 [2026-05-08T01:09:21.334Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T01:09:21.443Z] prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container [2026-05-08T01:09:21.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T01:09:22.906Z] $ docker top ea50b5923c0fb61b43eeab94a850fedadd67f77998c451a54f0a11d830ce81e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-08T01:09:23.258Z] + go version [2026-05-08T01:09:23.258Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-05-08T01:09:23.258Z] $ docker stop --time=1 ea50b5923c0fb61b43eeab94a850fedadd67f77998c451a54f0a11d830ce81e0 [2026-05-08T01:09:24.873Z] $ docker rm -f --volumes ea50b5923c0fb61b43eeab94a850fedadd67f77998c451a54f0a11d830ce81e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:09:25.411Z] + docker inspect -f . ci-base-image-x86_64 [2026-05-08T01:09:25.411Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T01:09:25.478Z] prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container [2026-05-08T01:09:25.496Z] $ 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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T01:09:26.991Z] $ docker top 0bd429d720fb3496a6a2ba926fabad89c080832fe65d854474b596f39929e8d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2026-05-08T01:09:27.056Z] ========================================================= [2026-05-08T01:09:27.056Z] [edgeXBuildGoParallel] Running Tests and Build... [2026-05-08T01:09:27.056Z] ========================================================= [Pipeline] sh [2026-05-08T01:09:27.346Z] + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] fileExists [Pipeline] sh [2026-05-08T01:09:27.637Z] + make test [2026-05-08T01:09:27.638Z] go test -race -coverprofile=coverage.out ./... [2026-05-08T01:09:39.829Z] ? github.com/edgexfoundry/edgex-go [no test files] [2026-05-08T01:10:11.875Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2026-05-08T01:10:11.875Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2026-05-08T01:10:11.875Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2026-05-08T01:10:11.875Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2026-05-08T01:10:11.875Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2026-05-08T01:10:11.876Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2026-05-08T01:10:11.876Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2026-05-08T01:10:11.876Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2026-05-08T01:10:11.876Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2026-05-08T01:10:11.876Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2026-05-08T01:10:12.133Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2026-05-08T01:10:12.698Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2026-05-08T01:10:12.698Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2026-05-08T01:10:12.698Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2026-05-08T01:10:12.698Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2026-05-08T01:10:12.698Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2026-05-08T01:10:12.698Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2026-05-08T01:10:12.698Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2026-05-08T01:10:15.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements [2026-05-08T01:10:19.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.051s coverage: 69.4% of statements [2026-05-08T01:10:19.272Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2026-05-08T01:10:19.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 4.8% of statements [2026-05-08T01:10:19.272Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2026-05-08T01:10:19.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.077s coverage: 57.3% of statements [2026-05-08T01:10:19.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.018s coverage: 86.5% of statements [2026-05-08T01:10:19.272Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2026-05-08T01:10:19.272Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.235s coverage: 94.2% of statements [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2026-05-08T01:10:20.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.058s coverage: 90.7% of statements [2026-05-08T01:10:20.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2026-05-08T01:10:20.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.025s coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2026-05-08T01:10:20.206Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2026-05-08T01:10:21.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 11.1% of statements [2026-05-08T01:10:21.582Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2026-05-08T01:10:21.582Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.409s coverage: 97.7% of statements [2026-05-08T01:10:22.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2026-05-08T01:10:22.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.047s coverage: 72.2% of statements [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2026-05-08T01:10:22.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2026-05-08T01:10:25.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.047s coverage: 3.5% of statements [2026-05-08T01:10:25.485Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2026-05-08T01:10:25.485Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2026-05-08T01:10:25.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 1.0% of statements [2026-05-08T01:10:25.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2026-05-08T01:10:25.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.2% of statements [2026-05-08T01:10:25.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.027s coverage: 68.8% of statements [2026-05-08T01:10:25.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2026-05-08T01:10:25.485Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2026-05-08T01:10:25.485Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2026-05-08T01:10:26.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements [2026-05-08T01:10:26.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements [2026-05-08T01:10:26.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 89.5% of statements [2026-05-08T01:10:26.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.024s coverage: 93.1% of statements [2026-05-08T01:10:26.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2026-05-08T01:10:39.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.046s coverage: 92.9% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements [2026-05-08T01:10:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.032s coverage: 87.2% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.056s coverage: 81.8% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.049s coverage: 82.1% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 86.0% of statements [2026-05-08T01:10:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.026s coverage: 6.8% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.028s coverage: 33.3% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.028s coverage: 100.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.146s coverage: 54.8% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.016s coverage: 89.6% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.037s coverage: 20.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.031s coverage: 88.6% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements [2026-05-08T01:10:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2026-05-08T01:10:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.122s coverage: 29.2% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.020s coverage: 93.8% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements [2026-05-08T01:10:49.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2026-05-08T01:10:49.045Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.052s coverage: 17.1% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.107s coverage: 94.9% of statements [2026-05-08T01:10:50.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2026-05-08T01:10:50.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.025s coverage: 9.0% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2026-05-08T01:10:50.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements [2026-05-08T01:10:50.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2026-05-08T01:10:50.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 47.1% of statements [2026-05-08T01:10:50.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2026-05-08T01:10:50.421Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-08T01:10:50.678Z] 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-05-08T01:10:50.938Z] running golangci-lint [2026-05-08T01:10:50.938Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2026-05-08T01:10:50.938Z] go version go1.25.2 linux/amd64 [2026-05-08T01:10:51.197Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2026-05-08T01:10:51.197Z] level=info msg="[config_reader] Used config file .golangci.yml" [2026-05-08T01:10:51.197Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2026-05-08T01:10:51.197Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2026-05-08T01:10:51.455Z] level=info msg="[goenv] Read go env for 4.738434ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2026-05-08T01:10:51.455Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2026-05-08T01:11:18.037Z] level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|exports_file|files|name|types_sizes|deps|imports) took 22.477840963s" [2026-05-08T01:11:18.037Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.276164ms" [2026-05-08T01:11:27.997Z] level=info msg="[linters_context/goanalysis] analyzers took 1m47.491326508s with top 10 stages: buildir: 1m3.036680855s, gosec: 2.955771786s, inspect: 2.723087192s, fact_deprecated: 1.772879698s, ctrlflow: 1.733818492s, printf: 1.675204993s, fact_purity: 1.620745718s, nilness: 1.316219338s, typedness: 1.09888027s, S1038: 1.002973926s" [2026-05-08T01:11:27.997Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2026-05-08T01:11:27.997Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2026-05-08T01:11:27.997Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2026-05-08T01:11:27.997Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2026-05-08T01:11:27.997Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 35/35, invalid_issue: 35/35, nolint_filter: 21/0, cgo: 35/35, path_relativity: 35/35, exclusion_paths: 35/35, generated_file_filter: 35/22, path_absoluter: 35/35, exclusion_rules: 22/21" [2026-05-08T01:11:27.997Z] level=info msg="[runner] processing took 8.38128ms with stages: nolint_filter: 7.352686ms, generated_file_filter: 755.01µs, exclusion_rules: 140.527µs, exclusion_paths: 64.799µs, path_relativity: 38.219µs, cgo: 17.64µs, path_absoluter: 2.95µs, sort_results: 2.33µs, invalid_issue: 2.069µs, filename_unadjuster: 1.48µs, fixer: 710ns, max_same_issues: 680ns, diff: 550ns, severity-rules: 360ns, path_prettifier: 320ns, uniq_by_line: 270ns, path_shortener: 190ns, max_from_linter: 180ns, max_per_file_from_linter: 170ns, source_code: 140ns" [2026-05-08T01:11:27.997Z] level=info msg="[runner] linters took 13.461166774s with stages: goanalysis_metalinter: 13.452710615s" [2026-05-08T01:11:27.997Z] 0 issues. [2026-05-08T01:11:27.997Z] level=info msg="File cache stats: 0 entries of total size 0B" [2026-05-08T01:11:27.997Z] level=info msg="Memory: 359 samples, avg is 354.1MB, max is 1391.3MB" [2026-05-08T01:11:27.997Z] level=info msg="Execution took 35.982795577s" [2026-05-08T01:11:27.997Z] go vet ./... [2026-05-08T01:11:34.576Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-05-08T01:11:34.576Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-05-08T01:11:34.834Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2026-05-08T01:11:35.107Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2026-05-08T01:11:35.443Z] + ls -al . [2026-05-08T01:11:35.443Z] total 1396 [2026-05-08T01:11:35.443Z] drwxrwxr-x 11 1001 1001 4096 May 8 01:09 . [2026-05-08T01:11:35.443Z] drwxr-xr-x 4 root root 4096 May 8 01:09 .. [2026-05-08T01:11:35.443Z] drwxrwxr-x 2 1001 1001 4096 May 8 01:07 .blubracket [2026-05-08T01:11:35.443Z] -rw-rw-r-- 1 1001 1001 10 May 8 01:07 .dockerignore [2026-05-08T01:11:35.444Z] drwxrwxr-x 8 1001 1001 4096 May 8 01:10 .git [2026-05-08T01:11:35.444Z] drwxrwxr-x 3 1001 1001 4096 May 8 01:07 .github [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 909 May 8 01:07 .gitignore [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 359 May 8 01:07 .golangci.yml [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 100 May 8 01:07 .hadolint.yml [2026-05-08T01:11:35.444Z] drwxr-xr-x 3 1001 1001 4096 May 8 01:08 .semver [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 155 May 8 01:07 .sonarcloud.properties [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 1171 May 8 01:07 ADOPTERS.md [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 20149 May 8 01:07 Attribution.txt [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 108018 May 8 01:07 CHANGELOG.md [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 3804 May 8 01:07 CONTRIBUTING.md [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 677 May 8 01:07 GOVERNANCE.md [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 886 May 8 01:07 Jenkinsfile [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 10775 May 8 01:07 LICENSE [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 16743 May 8 01:07 Makefile [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 582 May 8 01:07 OWNERS.md [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 9932 May 8 01:07 README.md [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 789 May 8 01:07 SECURITY.md [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 13 May 8 01:08 VERSION [2026-05-08T01:11:35.444Z] drwxrwxr-x 2 1001 1001 4096 May 8 01:07 bin [2026-05-08T01:11:35.444Z] drwxrwxr-x 19 1001 1001 4096 May 8 01:07 cmd [2026-05-08T01:11:35.444Z] -rw-r--r-- 1 root root 1047357 May 8 01:10 coverage.out [2026-05-08T01:11:35.444Z] drwxrwxr-x 2 1001 1001 4096 May 8 01:07 fuzz_test [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 6952 May 8 01:07 go.mod [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 90761 May 8 01:07 go.sum [2026-05-08T01:11:35.444Z] drwxrwxr-x 7 1001 1001 4096 May 8 01:07 internal [2026-05-08T01:11:35.444Z] drwxrwxr-x 2 1001 1001 4096 May 8 01:07 openapi [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 584 May 8 01:07 security.txt [2026-05-08T01:11:35.444Z] -rw-rw-r-- 1 1001 1001 204 May 8 01:07 version.go [Pipeline] sh [2026-05-08T01:11:35.723Z] + '[' -e coverage.out ] [2026-05-08T01:11:35.723Z] + chown 1001:1001 coverage.out [Pipeline] stash [2026-05-08T01:11:35.870Z] Stashed 1 file(s) [Pipeline] sh [2026-05-08T01:11:36.153Z] + make build [2026-05-08T01:11:36.153Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-05-08T01:12:02.845Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-05-08T01:12:02.845Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-05-08T01:12:04.747Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-05-08T01:12:05.312Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-05-08T01:12:07.839Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-05-08T01:12:13.106Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-05-08T01:12:15.012Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-05-08T01:12:15.152Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8845 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2026-05-08T01:12:15.171Z] Running in /w/workspace/edgex-go/973 [Pipeline] { [Pipeline] checkout [2026-05-08T01:12:17.570Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-05-08T01:12:18.221Z] The recommended git tool is: git [2026-05-08T01:12:20.181Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-05-08T01:12:21.557Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-05-08T01:12:23.094Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-05-08T01:12:23.660Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2026-05-08T01:12:25.575Z] $ docker stop --time=1 0bd429d720fb3496a6a2ba926fabad89c080832fe65d854474b596f39929e8d3 [2026-05-08T01:12:26.912Z] using credential edgex-jenkins-ssh [2026-05-08T01:12:26.936Z] Cloning the remote Git repository [2026-05-08T01:12:26.979Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2026-05-08T01:12:27.071Z] > git init /w/workspace/edgex-go/973 # timeout=10 [2026-05-08T01:12:27.216Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2026-05-08T01:12:27.217Z] > git --version # timeout=10 [2026-05-08T01:12:27.240Z] > git --version # 'git version 2.25.1' [2026-05-08T01:12:27.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-05-08T01:12:27.385Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-05-08T01:12:29.908Z] $ docker rm -f --volumes 0bd429d720fb3496a6a2ba926fabad89c080832fe65d854474b596f39929e8d3 [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-05-08T01:12:31.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-05-08T01:12:31.145Z] [2026-05-08T01:12:31.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:12:31.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-05-08T01:12:31.489Z] latest: Pulling from edgex-devops/edgex-compose [2026-05-08T01:12:31.489Z] 91d30c5bc195: Pulling fs layer [2026-05-08T01:12:31.489Z] 2e9b0aa3be6d: Pulling fs layer [2026-05-08T01:12:31.489Z] 9c61dcf015f6: Pulling fs layer [2026-05-08T01:12:31.489Z] 4698f68db338: Pulling fs layer [2026-05-08T01:12:31.489Z] 2a2f49069b9e: Pulling fs layer [2026-05-08T01:12:31.489Z] e0025b399a48: Pulling fs layer [2026-05-08T01:12:31.489Z] 4698f68db338: Waiting [2026-05-08T01:12:31.489Z] 2a2f49069b9e: Waiting [2026-05-08T01:12:31.489Z] e0025b399a48: Waiting [2026-05-08T01:12:31.489Z] 91d30c5bc195: Verifying Checksum [2026-05-08T01:12:31.489Z] 4698f68db338: Download complete [2026-05-08T01:12:31.489Z] 91d30c5bc195: Pull complete [2026-05-08T01:12:31.765Z] 2e9b0aa3be6d: Verifying Checksum [2026-05-08T01:12:31.765Z] 2e9b0aa3be6d: Download complete [2026-05-08T01:12:31.765Z] e0025b399a48: Verifying Checksum [2026-05-08T01:12:31.765Z] e0025b399a48: Download complete [2026-05-08T01:12:31.765Z] 2a2f49069b9e: Verifying Checksum [2026-05-08T01:12:31.765Z] 2a2f49069b9e: Download complete [2026-05-08T01:12:32.046Z] 2e9b0aa3be6d: Pull complete [2026-05-08T01:12:32.659Z] 9c61dcf015f6: Verifying Checksum [2026-05-08T01:12:32.659Z] 9c61dcf015f6: Download complete [2026-05-08T01:12:35.978Z] 9c61dcf015f6: Pull complete [2026-05-08T01:12:35.978Z] 4698f68db338: Pull complete [2026-05-08T01:12:36.545Z] 2a2f49069b9e: Pull complete [2026-05-08T01:12:36.545Z] e0025b399a48: Pull complete [2026-05-08T01:12:36.545Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2026-05-08T01:12:36.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-05-08T01:12:36.545Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T01:12:36.641Z] prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container [2026-05-08T01:12:36.671Z] $ 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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T01:12:39.046Z] $ docker top 37a3b69158f45fdfed38089f10ec12a1e3fd2e854e3bced2e21986e3bda97574 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-08T01:12:39.393Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-05-08T01:12:39.651Z] #1 [core-metadata internal] load build definition from Dockerfile [2026-05-08T01:12:39.651Z] #1 transferring dockerfile: 2.10kB done [2026-05-08T01:12:39.651Z] #1 DONE 0.1s [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-05-08T01:12:39.651Z] #2 transferring dockerfile: 2.23kB done [2026-05-08T01:12:39.651Z] #2 DONE 0.1s [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #3 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-05-08T01:12:39.651Z] #3 DONE 0.0s [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #4 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2026-05-08T01:12:39.651Z] #4 ... [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #5 [support-scheduler internal] load build definition from Dockerfile [2026-05-08T01:12:39.651Z] #5 transferring dockerfile: 1.83kB done [2026-05-08T01:12:39.651Z] #5 DONE 0.1s [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2026-05-08T01:12:39.651Z] #6 transferring dockerfile: 3.02kB done [2026-05-08T01:12:39.651Z] #6 DONE 0.1s [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #7 [core-command internal] load build definition from Dockerfile [2026-05-08T01:12:39.651Z] #7 transferring dockerfile: 1.94kB done [2026-05-08T01:12:39.651Z] #7 DONE 0.2s [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #3 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-05-08T01:12:39.651Z] #3 DONE 0.0s [2026-05-08T01:12:39.651Z] [2026-05-08T01:12:39.651Z] #4 [core-command internal] load metadata for docker.io/library/alpine:3.22 [2026-05-08T01:12:39.909Z] #4 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #8 [support-notifications internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #8 transferring dockerfile: 2.02kB done [2026-05-08T01:12:39.909Z] #8 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #9 [core-data internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #9 transferring dockerfile: 2.04kB done [2026-05-08T01:12:39.909Z] #9 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #10 [core-keeper internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #10 transferring dockerfile: 2.07kB done [2026-05-08T01:12:39.909Z] #10 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #11 transferring dockerfile: 2.49kB done [2026-05-08T01:12:39.909Z] #11 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #12 transferring dockerfile: 2.14kB done [2026-05-08T01:12:39.909Z] #12 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #13 transferring dockerfile: 2.50kB done [2026-05-08T01:12:39.909Z] #13 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #14 [security-spire-agent internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #14 transferring dockerfile: 1.81kB done [2026-05-08T01:12:39.909Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-05-08T01:12:39.909Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2026-05-08T01:12:39.909Z] #14 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.909Z] #15 [security-spire-server internal] load build definition from Dockerfile [2026-05-08T01:12:39.909Z] #15 transferring dockerfile: 1.70kB done [2026-05-08T01:12:39.909Z] #15 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-05-08T01:12:39.909Z] #15 DONE 0.2s [2026-05-08T01:12:39.909Z] [2026-05-08T01:12:39.910Z] #16 [core-metadata internal] load .dockerignore [2026-05-08T01:12:39.910Z] #16 transferring context: 50B done [2026-05-08T01:12:39.910Z] #16 DONE 0.1s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #17 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-05-08T01:12:39.910Z] #17 transferring dockerfile: 1.89kB done [2026-05-08T01:12:39.910Z] #17 DONE 0.2s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #18 [security-spire-config internal] load build definition from Dockerfile [2026-05-08T01:12:39.910Z] #18 transferring dockerfile: 1.69kB done [2026-05-08T01:12:39.910Z] #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-05-08T01:12:39.910Z] #18 DONE 0.2s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-05-08T01:12:39.910Z] #3 DONE 0.0s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #19 [security-secretstore-setup internal] load .dockerignore [2026-05-08T01:12:39.910Z] #19 ... [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #20 [core-command internal] load .dockerignore [2026-05-08T01:12:39.910Z] #20 transferring context: 50B done [2026-05-08T01:12:39.910Z] #20 DONE 0.1s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #21 [support-scheduler internal] load .dockerignore [2026-05-08T01:12:39.910Z] #21 transferring context: 50B done [2026-05-08T01:12:39.910Z] #21 DONE 0.1s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2026-05-08T01:12:39.910Z] #22 transferring context: 50B done [2026-05-08T01:12:39.910Z] #22 DONE 0.1s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #23 [security-bootstrapper internal] load .dockerignore [2026-05-08T01:12:39.910Z] #23 transferring context: 50B done [2026-05-08T01:12:39.910Z] #23 DONE 0.1s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #24 [support-notifications internal] load .dockerignore [2026-05-08T01:12:39.910Z] #24 transferring context: 50B done [2026-05-08T01:12:39.910Z] #24 DONE 0.2s [2026-05-08T01:12:39.910Z] [2026-05-08T01:12:39.910Z] #19 [security-secretstore-setup internal] load .dockerignore [2026-05-08T01:12:40.169Z] #19 ... [2026-05-08T01:12:40.169Z] [2026-05-08T01:12:40.169Z] #25 [core-data internal] load .dockerignore [2026-05-08T01:12:40.169Z] #25 transferring context: 50B done [2026-05-08T01:12:40.169Z] #25 DONE 0.2s [2026-05-08T01:12:40.169Z] [2026-05-08T01:12:40.169Z] #26 [core-keeper internal] load .dockerignore [2026-05-08T01:12:40.169Z] #26 transferring context: 50B done [2026-05-08T01:12:40.169Z] #26 DONE 0.2s [2026-05-08T01:12:40.169Z] [2026-05-08T01:12:40.169Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2026-05-08T01:12:40.169Z] #27 transferring context: 50B done [2026-05-08T01:12:40.169Z] #27 DONE 0.2s [2026-05-08T01:12:40.169Z] [2026-05-08T01:12:40.169Z] #28 [security-proxy-setup internal] load .dockerignore [2026-05-08T01:12:40.169Z] #28 transferring context: 50B done [2026-05-08T01:12:40.169Z] #28 DONE 0.2s [2026-05-08T01:12:40.169Z] [2026-05-08T01:12:40.169Z] #19 [security-secretstore-setup internal] load .dockerignore [2026-05-08T01:12:40.169Z] #19 transferring context: 50B done [2026-05-08T01:12:40.169Z] #19 DONE 0.2s [2026-05-08T01:12:40.169Z] [2026-05-08T01:12:40.170Z] #29 [security-proxy-auth internal] load .dockerignore [2026-05-08T01:12:40.170Z] #29 transferring context: 50B done [2026-05-08T01:12:40.170Z] #29 DONE 0.2s [2026-05-08T01:12:40.170Z] [2026-05-08T01:12:40.170Z] #30 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:12:40.170Z] #30 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done [2026-05-08T01:12:40.170Z] #30 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-08T01:12:40.170Z] #30 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done [2026-05-08T01:12:40.170Z] #30 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done [2026-05-08T01:12:40.170Z] #30 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.1s done [2026-05-08T01:12:40.170Z] #30 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e [2026-05-08T01:12:40.445Z] #30 ... [2026-05-08T01:12:40.445Z] [2026-05-08T01:12:40.445Z] #31 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-05-08T01:12:40.445Z] #31 DONE 0.5s [2026-05-08T01:12:40.445Z] [2026-05-08T01:12:40.445Z] #30 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:12:40.813Z] #30 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.5s done [2026-05-08T01:12:44.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2026-05-08T01:12:44.562Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-05-08T01:12:45.580Z] Avoid second fetch [2026-05-08T01:12:45.580Z] Checking out Revision f47b8469dc3efba432dbb776b3e0583fbd02872a (main) [2026-05-08T01:12:46.607Z] Commit message: "Merge pull request #5413 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.67" [2026-05-08T01:12:46.781Z] #30 ... [2026-05-08T01:12:46.781Z] [2026-05-08T01:12:46.781Z] #32 [core-keeper internal] load build context [2026-05-08T01:12:46.781Z] #32 transferring context: 224.09MB 5.6s [2026-05-08T01:12:46.781Z] #32 ... [2026-05-08T01:12:46.781Z] [2026-05-08T01:12:46.781Z] #33 [security-proxy-setup internal] load build context [2026-05-08T01:12:46.781Z] #33 ... [2026-05-08T01:12:46.781Z] [2026-05-08T01:12:46.781Z] #32 [core-keeper internal] load build context [2026-05-08T01:12:45.618Z] > git config core.sparsecheckout # timeout=10 [2026-05-08T01:12:45.738Z] > git checkout -f f47b8469dc3efba432dbb776b3e0583fbd02872a # timeout=10 [2026-05-08T01:12:47.061Z] #32 ... [2026-05-08T01:12:47.061Z] [2026-05-08T01:12:47.061Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-05-08T01:12:47.061Z] #34 DONE 7.2s [2026-05-08T01:12:47.061Z] [2026-05-08T01:12:47.061Z] #32 [core-keeper internal] load build context [2026-05-08T01:12:50.366Z] #32 ... [2026-05-08T01:12:50.366Z] [2026-05-08T01:12:50.366Z] #35 [support-scheduler internal] load build context [2026-05-08T01:12:50.366Z] #35 ... [2026-05-08T01:12:50.366Z] [2026-05-08T01:12:50.366Z] #36 [support-notifications internal] load build context [2026-05-08T01:12:50.366Z] #36 ... [2026-05-08T01:12:50.366Z] [2026-05-08T01:12:50.366Z] #37 [core-command internal] load build context [2026-05-08T01:12:50.366Z] #37 ... [2026-05-08T01:12:50.366Z] [2026-05-08T01:12:50.366Z] #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-05-08T01:12:50.366Z] #38 ... [2026-05-08T01:12:50.366Z] [2026-05-08T01:12:50.366Z] #39 [core-data internal] load build context [2026-05-08T01:12:50.366Z] #39 ... [2026-05-08T01:12:50.366Z] [2026-05-08T01:12:50.366Z] #40 [security-proxy-auth internal] load build context [2026-05-08T01:12:50.624Z] #40 ... [2026-05-08T01:12:50.624Z] [2026-05-08T01:12:50.624Z] #41 [security-secretstore-setup internal] load build context [2026-05-08T01:12:50.624Z] #41 ... [2026-05-08T01:12:50.624Z] [2026-05-08T01:12:50.624Z] #42 [security-bootstrapper internal] load build context [2026-05-08T01:12:50.624Z] #42 ... [2026-05-08T01:12:50.624Z] [2026-05-08T01:12:50.624Z] #43 [core-metadata internal] load build context [2026-05-08T01:12:50.881Z] #43 transferring context: 507.31MB 10.8s [2026-05-08T01:12:50.881Z] #43 ... [2026-05-08T01:12:50.881Z] [2026-05-08T01:12:50.881Z] #44 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2026-05-08T01:12:50.881Z] #44 ... [2026-05-08T01:12:50.881Z] [2026-05-08T01:12:50.881Z] #45 [security-spiffe-token-provider internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2026-05-08T01:12:51.195Z] #45 ... [2026-05-08T01:12:51.196Z] [2026-05-08T01:12:51.196Z] #46 [core-common-config-bootstrapper internal] load build context [2026-05-08T01:12:51.196Z] #46 ... [2026-05-08T01:12:51.196Z] [2026-05-08T01:12:51.196Z] #40 [security-proxy-auth internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-08T01:12:51.214Z] provisioning config files... [2026-05-08T01:12:51.243Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config8856438562346040199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-08T01:12:51.974Z] ---> ****-login.sh [2026-05-08T01:12:51.974Z] nexus3.edgexfoundry.org:10001 [2026-05-08T01:12:52.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:12:52.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T01:12:52.521Z] Configure a credential helper to remove this warning. See [2026-05-08T01:12:52.521Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T01:12:52.521Z] [2026-05-08T01:12:52.521Z] Login Succeeded [2026-05-08T01:12:52.521Z] nexus3.edgexfoundry.org:10002 [2026-05-08T01:12:52.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:12:52.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T01:12:52.792Z] Configure a credential helper to remove this warning. See [2026-05-08T01:12:52.792Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T01:12:52.792Z] [2026-05-08T01:12:52.792Z] Login Succeeded [2026-05-08T01:12:52.792Z] nexus3.edgexfoundry.org:10003 [2026-05-08T01:12:53.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:12:53.115Z] #40 transferring context: 640.34MB 12.4s done [2026-05-08T01:12:53.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T01:12:53.332Z] Configure a credential helper to remove this warning. See [2026-05-08T01:12:53.332Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T01:12:53.332Z] [2026-05-08T01:12:53.332Z] Login Succeeded [2026-05-08T01:12:53.332Z] nexus3.edgexfoundry.org:10004 [2026-05-08T01:12:53.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:12:53.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T01:12:53.602Z] Configure a credential helper to remove this warning. See [2026-05-08T01:12:53.602Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T01:12:53.602Z] [2026-05-08T01:12:53.602Z] Login Succeeded [2026-05-08T01:12:53.602Z] ****.io [2026-05-08T01:12:53.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:12:54.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T01:12:54.141Z] Configure a credential helper to remove this warning. See [2026-05-08T01:12:54.141Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T01:12:54.141Z] [2026-05-08T01:12:54.141Z] Login Succeeded [2026-05-08T01:12:54.141Z] ---> ****-login.sh ends [Pipeline] } [2026-05-08T01:12:54.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2026-05-08T01:12:54.838Z] + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] echo [2026-05-08T01:12:54.861Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-08T01:12:54.885Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-08T01:12:54.905Z] ========================================================= [2026-05-08T01:12:54.905Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-05-08T01:12:54.905Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-05-08T01:12:55.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-08T01:12:55.518Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-05-08T01:12:55.518Z] 6b59a28fa201: Pulling fs layer [2026-05-08T01:12:55.518Z] d32bb0dddca7: Pulling fs layer [2026-05-08T01:12:55.518Z] 5dab1238d3d9: Pulling fs layer [2026-05-08T01:12:55.518Z] 196fd7d83e7d: Pulling fs layer [2026-05-08T01:12:55.518Z] 4f4fb700ef54: Pulling fs layer [2026-05-08T01:12:55.518Z] 8ba94037c8f0: Pulling fs layer [2026-05-08T01:12:55.518Z] deaec5988b04: Pulling fs layer [2026-05-08T01:12:55.518Z] 9f65657bb879: Pulling fs layer [2026-05-08T01:12:55.518Z] 196fd7d83e7d: Waiting [2026-05-08T01:12:55.518Z] 4f4fb700ef54: Waiting [2026-05-08T01:12:55.518Z] 8ba94037c8f0: Waiting [2026-05-08T01:12:55.518Z] deaec5988b04: Waiting [2026-05-08T01:12:55.518Z] 9f65657bb879: Waiting [2026-05-08T01:12:55.518Z] d32bb0dddca7: Verifying Checksum [2026-05-08T01:12:55.518Z] d32bb0dddca7: Download complete [2026-05-08T01:12:55.518Z] 196fd7d83e7d: Verifying Checksum [2026-05-08T01:12:55.518Z] 196fd7d83e7d: Download complete [2026-05-08T01:12:55.518Z] 4f4fb700ef54: Verifying Checksum [2026-05-08T01:12:55.518Z] 4f4fb700ef54: Download complete [2026-05-08T01:12:55.518Z] 6b59a28fa201: Verifying Checksum [2026-05-08T01:12:55.518Z] 6b59a28fa201: Download complete [2026-05-08T01:12:55.518Z] 8ba94037c8f0: Verifying Checksum [2026-05-08T01:12:55.518Z] 8ba94037c8f0: Download complete [2026-05-08T01:12:56.115Z] 9f65657bb879: Verifying Checksum [2026-05-08T01:12:56.115Z] 9f65657bb879: Download complete [2026-05-08T01:12:56.401Z] #40 ... [2026-05-08T01:12:56.401Z] [2026-05-08T01:12:56.401Z] #32 [core-keeper internal] load build context [2026-05-08T01:12:56.401Z] #32 transferring context: 640.34MB 14.4s done [2026-05-08T01:12:56.401Z] #32 ... [2026-05-08T01:12:56.401Z] [2026-05-08T01:12:56.401Z] #33 [security-proxy-setup internal] load build context [2026-05-08T01:12:56.401Z] #33 transferring context: 640.34MB 13.4s done [2026-05-08T01:12:56.401Z] #33 ... [2026-05-08T01:12:56.401Z] [2026-05-08T01:12:56.401Z] #39 [core-data internal] load build context [2026-05-08T01:12:56.401Z] #39 transferring context: 640.34MB 14.3s done [2026-05-08T01:12:56.708Z] 6b59a28fa201: Pull complete [2026-05-08T01:12:57.297Z] d32bb0dddca7: Pull complete [2026-05-08T01:12:57.582Z] 5dab1238d3d9: Verifying Checksum [2026-05-08T01:12:57.582Z] 5dab1238d3d9: Download complete [2026-05-08T01:12:59.007Z] deaec5988b04: Download complete [2026-05-08T01:13:00.589Z] #39 ... [2026-05-08T01:13:00.589Z] [2026-05-08T01:13:00.589Z] #35 [support-scheduler internal] load build context [2026-05-08T01:13:00.589Z] #35 transferring context: 640.34MB 13.0s done [2026-05-08T01:13:00.589Z] #35 ... [2026-05-08T01:13:00.589Z] [2026-05-08T01:13:00.589Z] #36 [support-notifications internal] load build context [2026-05-08T01:13:00.589Z] #36 transferring context: 640.34MB 13.7s done [2026-05-08T01:13:00.589Z] #36 ... [2026-05-08T01:13:00.589Z] [2026-05-08T01:13:00.589Z] #37 [core-command internal] load build context [2026-05-08T01:13:00.589Z] #37 transferring context: 640.34MB 13.4s done [2026-05-08T01:13:00.589Z] #37 ... [2026-05-08T01:13:00.589Z] [2026-05-08T01:13:00.589Z] #42 [security-bootstrapper internal] load build context [2026-05-08T01:13:00.589Z] #42 transferring context: 640.34MB 14.3s done [2026-05-08T01:13:00.849Z] #42 ... [2026-05-08T01:13:00.849Z] [2026-05-08T01:13:00.849Z] #41 [security-secretstore-setup internal] load build context [2026-05-08T01:13:00.849Z] #41 transferring context: 640.34MB 13.4s done [2026-05-08T01:13:00.849Z] #41 ... [2026-05-08T01:13:00.849Z] [2026-05-08T01:13:00.849Z] #43 [core-metadata internal] load build context [2026-05-08T01:13:00.849Z] #43 transferring context: 640.34MB 13.4s done [2026-05-08T01:13:01.107Z] #43 ... [2026-05-08T01:13:01.107Z] [2026-05-08T01:13:01.107Z] #45 [security-spiffe-token-provider internal] load build context [2026-05-08T01:13:01.107Z] #45 transferring context: 640.34MB 14.1s done [2026-05-08T01:13:01.107Z] #45 ... [2026-05-08T01:13:01.107Z] [2026-05-08T01:13:01.107Z] #46 [core-common-config-bootstrapper internal] load build context [2026-05-08T01:13:01.107Z] #46 transferring context: 640.34MB 13.6s done [2026-05-08T01:13:07.690Z] #46 ... [2026-05-08T01:13:07.690Z] [2026-05-08T01:13:07.690Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-05-08T01:13:07.690Z] #38 DONE 27.4s [2026-05-08T01:13:07.690Z] [2026-05-08T01:13:07.690Z] #47 [security-spire-server internal] load .dockerignore [2026-05-08T01:13:10.991Z] #47 ... [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #43 [core-metadata internal] load build context [2026-05-08T01:13:10.991Z] #43 DONE 30.7s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #40 [security-proxy-auth internal] load build context [2026-05-08T01:13:10.991Z] #40 DONE 30.4s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #44 [support-scheduler builder 2/7] WORKDIR /edgex-go [2026-05-08T01:13:10.991Z] #44 DONE 30.2s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #30 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:13:10.991Z] #30 DONE 30.7s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #35 [support-scheduler internal] load build context [2026-05-08T01:13:10.991Z] #35 DONE 30.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #33 [security-proxy-setup internal] load build context [2026-05-08T01:13:10.991Z] #33 DONE 30.5s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #37 [core-command internal] load build context [2026-05-08T01:13:10.991Z] #37 DONE 30.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #41 [security-secretstore-setup internal] load build context [2026-05-08T01:13:10.991Z] #41 DONE 30.5s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #36 [support-notifications internal] load build context [2026-05-08T01:13:10.991Z] #36 DONE 30.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #46 [core-common-config-bootstrapper internal] load build context [2026-05-08T01:13:10.991Z] #46 DONE 30.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #45 [security-spiffe-token-provider internal] load build context [2026-05-08T01:13:10.991Z] #45 DONE 30.5s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #42 [security-bootstrapper internal] load build context [2026-05-08T01:13:10.991Z] #42 DONE 30.7s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #39 [core-data internal] load build context [2026-05-08T01:13:10.991Z] #39 DONE 30.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #32 [core-keeper internal] load build context [2026-05-08T01:13:10.991Z] #32 DONE 30.5s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #48 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:13:10.991Z] #48 ... [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #30 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:13:10.991Z] #30 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done [2026-05-08T01:13:10.991Z] #30 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-08T01:13:10.991Z] #30 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done [2026-05-08T01:13:10.991Z] #30 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done [2026-05-08T01:13:10.991Z] #30 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.1s done [2026-05-08T01:13:10.991Z] #30 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.5s done [2026-05-08T01:13:10.991Z] #30 DONE 30.7s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #49 [security-spire-config internal] load .dockerignore [2026-05-08T01:13:10.991Z] #49 transferring context: 50B done [2026-05-08T01:13:10.991Z] #49 DONE 3.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #50 [security-spire-agent internal] load .dockerignore [2026-05-08T01:13:10.991Z] #50 transferring context: 50B done [2026-05-08T01:13:10.991Z] #50 DONE 3.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #47 [security-spire-server internal] load .dockerignore [2026-05-08T01:13:10.991Z] #47 transferring context: 50B done [2026-05-08T01:13:10.991Z] #47 DONE 3.6s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #51 [security-spire-config internal] load build context [2026-05-08T01:13:10.991Z] #51 transferring context: 24.83kB done [2026-05-08T01:13:10.991Z] #51 DONE 0.1s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #52 [security-spire-agent internal] load build context [2026-05-08T01:13:10.991Z] #52 transferring context: 26.11kB done [2026-05-08T01:13:10.991Z] #52 DONE 0.1s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #53 [security-spire-server internal] load build context [2026-05-08T01:13:10.991Z] #53 transferring context: 26.58kB done [2026-05-08T01:13:10.991Z] #53 DONE 0.1s [2026-05-08T01:13:10.991Z] [2026-05-08T01:13:10.991Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:13:10.991Z] #54 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.0s done [2026-05-08T01:13:10.991Z] #54 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-05-08T01:13:10.991Z] #54 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-05-08T01:13:10.991Z] #54 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-05-08T01:13:10.991Z] #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 [2026-05-08T01:13:10.991Z] #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-05-08T01:13:10.991Z] #54 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done [2026-05-08T01:13:10.991Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 1.05MB / 41.51MB 0.3s [2026-05-08T01:13:10.991Z] #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done [2026-05-08T01:13:10.991Z] #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-05-08T01:13:10.991Z] #54 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-05-08T01:13:10.991Z] #54 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2026-05-08T01:13:11.260Z] #54 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done [2026-05-08T01:13:11.260Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.15MB / 41.51MB 0.4s [2026-05-08T01:13:11.260Z] #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-05-08T01:13:11.260Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 5.24MB / 41.51MB 0.5s [2026-05-08T01:13:11.437Z] 5dab1238d3d9: Pull complete [2026-05-08T01:13:11.437Z] 196fd7d83e7d: Pull complete [2026-05-08T01:13:11.437Z] 4f4fb700ef54: Pull complete [2026-05-08T01:13:11.437Z] 8ba94037c8f0: Pull complete [2026-05-08T01:13:11.525Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 8.39MB / 41.51MB 0.6s [2026-05-08T01:13:11.525Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 15.73MB / 41.51MB 0.8s [2026-05-08T01:13:11.805Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 18.87MB / 41.51MB 0.9s [2026-05-08T01:13:11.805Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 24.12MB / 41.51MB 1.0s [2026-05-08T01:13:12.071Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 30.41MB / 41.51MB 1.1s [2026-05-08T01:13:12.071Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 35.65MB / 41.51MB 1.2s [2026-05-08T01:13:12.071Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.4s [2026-05-08T01:13:14.686Z] #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 3.7s done [2026-05-08T01:13:18.926Z] #54 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d [2026-05-08T01:13:19.714Z] deaec5988b04: Pull complete [2026-05-08T01:13:21.127Z] 9f65657bb879: Pull complete [2026-05-08T01:13:21.127Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-05-08T01:13:21.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-08T01:13:21.127Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-05-08T01:13:21.470Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-08T01:13:21.470Z] WORKDIR /edgex [2026-05-08T01:13:21.470Z] COPY go.mod . [2026-05-08T01:13:21.470Z] RUN go mod download [2026-05-08T01:13:21.470Z] + docker build -t ci-base-image-arm64 -f - . [2026-05-08T01:13:21.664Z] #54 ... [2026-05-08T01:13:21.664Z] [2026-05-08T01:13:21.664Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-08T01:13:21.664Z] #55 ... [2026-05-08T01:13:21.664Z] [2026-05-08T01:13:21.664Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-08T01:13:21.664Z] #0 4.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.664Z] #0 4.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.664Z] #0 4.377 OK: 265 MiB in 60 packages [2026-05-08T01:13:21.664Z] #56 ... [2026-05-08T01:13:21.664Z] [2026-05-08T01:13:21.664Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-08T01:13:21.664Z] #57 ... [2026-05-08T01:13:21.664Z] [2026-05-08T01:13:21.664Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-08T01:13:21.664Z] #0 0.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.664Z] #0 1.161 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.664Z] #0 1.572 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:13:21.664Z] #0 1.572 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:13:21.664Z] #0 1.572 OK: 26342 distinct packages available [2026-05-08T01:13:21.664Z] #0 1.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.664Z] #0 1.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.664Z] #0 2.072 OK: 265 MiB in 60 packages [2026-05-08T01:13:21.924Z] #58 ... [2026-05-08T01:13:21.924Z] [2026-05-08T01:13:21.924Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:13:21.924Z] #59 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done [2026-05-08T01:13:21.924Z] #59 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-05-08T01:13:21.924Z] #59 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2026-05-08T01:13:21.924Z] #59 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2026-05-08T01:13:21.924Z] #59 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.0s done [2026-05-08T01:13:21.924Z] #59 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.0s done [2026-05-08T01:13:21.924Z] #59 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done [2026-05-08T01:13:21.924Z] #59 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-05-08T01:13:21.924Z] #59 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done [2026-05-08T01:13:21.924Z] #59 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.5s done [2026-05-08T01:13:21.924Z] #59 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 0.6s done [2026-05-08T01:13:21.924Z] #59 ... [2026-05-08T01:13:21.924Z] [2026-05-08T01:13:21.924Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-08T01:13:21.924Z] #0 5.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.924Z] #0 5.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:21.924Z] #0 6.132 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:21.924Z] #0 6.138 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:21.924Z] #0 6.145 OK: 7 MiB in 17 packages [2026-05-08T01:13:21.924Z] #60 ... [2026-05-08T01:13:21.924Z] [2026-05-08T01:13:21.924Z] #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-08T01:13:22.061Z] Sending build context to Docker daemon 3.907MB [2026-05-08T01:13:22.189Z] #61 ... [2026-05-08T01:13:22.189Z] [2026-05-08T01:13:22.189Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-08T01:13:22.189Z] #0 2.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.189Z] #0 2.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.189Z] #0 2.811 (1/7) Installing ca-certificates (20260413-r0) [2026-05-08T01:13:22.189Z] #0 2.830 (2/7) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:22.189Z] #0 2.834 (3/7) Installing libgcc (14.2.0-r6) [2026-05-08T01:13:22.189Z] #0 2.841 (4/7) Installing libsodium (1.0.20-r1) [2026-05-08T01:13:22.189Z] #0 2.852 (5/7) Installing libstdc++ (14.2.0-r6) [2026-05-08T01:13:22.189Z] #0 2.878 (6/7) Installing libzmq (4.3.5-r2) [2026-05-08T01:13:22.189Z] #0 2.889 (7/7) Installing zeromq (4.3.5-r2) [2026-05-08T01:13:22.189Z] #0 2.894 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:22.189Z] #0 2.901 Executing ca-certificates-20260413-r0.trigger [2026-05-08T01:13:22.189Z] #0 2.943 OK: 12 MiB in 23 packages [2026-05-08T01:13:22.189Z] #62 ... [2026-05-08T01:13:22.189Z] [2026-05-08T01:13:22.189Z] #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-08T01:13:22.330Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-08T01:13:22.330Z] ---> 334268110677 [2026-05-08T01:13:22.330Z] Step 2/4 : WORKDIR /edgex [2026-05-08T01:13:22.447Z] #63 ... [2026-05-08T01:13:22.447Z] [2026-05-08T01:13:22.447Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:13:22.447Z] #0 0.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.447Z] #0 1.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.447Z] #0 1.530 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:13:22.447Z] #0 1.530 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:13:22.447Z] #0 1.530 OK: 26324 distinct packages available [2026-05-08T01:13:22.447Z] #0 1.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.447Z] #0 1.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.447Z] #0 2.010 (1/13) Installing brotli-libs (1.1.0-r2) [2026-05-08T01:13:22.447Z] #0 2.032 (2/13) Installing c-ares (1.34.6-r0) [2026-05-08T01:13:22.447Z] #0 2.040 (3/13) Installing libunistring (1.3-r0) [2026-05-08T01:13:22.447Z] #0 2.063 (4/13) Installing libidn2 (2.3.7-r0) [2026-05-08T01:13:22.447Z] #0 2.071 (5/13) Installing nghttp2-libs (1.69.0-r0) [2026-05-08T01:13:22.447Z] #0 2.082 (6/13) Installing libpsl (0.21.5-r3) [2026-05-08T01:13:22.447Z] #0 2.092 (7/13) Installing zstd-libs (1.5.7-r0) [2026-05-08T01:13:22.447Z] #0 2.107 (8/13) Installing libcurl (8.14.1-r2) [2026-05-08T01:13:22.447Z] #0 2.123 (9/13) Installing curl (8.14.1-r2) [2026-05-08T01:13:22.447Z] #0 2.133 (10/13) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:22.447Z] #0 2.148 (11/13) Installing musl-obstack (1.2.3-r2) [2026-05-08T01:13:22.447Z] #0 2.152 (12/13) Installing libucontext (1.3.2-r0) [2026-05-08T01:13:22.447Z] #0 2.160 (13/13) Installing gcompat (1.1.0-r4) [2026-05-08T01:13:22.447Z] #0 2.167 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:22.447Z] #0 2.174 OK: 13 MiB in 29 packages [2026-05-08T01:13:22.447Z] #64 ... [2026-05-08T01:13:22.447Z] [2026-05-08T01:13:22.447Z] #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-08T01:13:22.447Z] #0 0.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.447Z] #0 1.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.447Z] #0 1.532 OK: 265 MiB in 60 packages [2026-05-08T01:13:22.706Z] #65 ... [2026-05-08T01:13:22.706Z] [2026-05-08T01:13:22.706Z] #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:13:22.706Z] #0 7.346 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.706Z] #0 7.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.706Z] #0 7.792 OK: 265 MiB in 60 packages [2026-05-08T01:13:22.706Z] #66 ... [2026-05-08T01:13:22.706Z] [2026-05-08T01:13:22.706Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-08T01:13:22.964Z] #67 ... [2026-05-08T01:13:22.964Z] [2026-05-08T01:13:22.964Z] #48 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:13:22.964Z] #48 0.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.964Z] #48 1.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:22.964Z] #48 1.524 OK: 265 MiB in 60 packages [2026-05-08T01:13:23.848Z] #48 ... [2026-05-08T01:13:23.848Z] [2026-05-08T01:13:23.848Z] #68 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:13:23.848Z] #68 ... [2026-05-08T01:13:23.848Z] [2026-05-08T01:13:23.848Z] #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-08T01:13:23.848Z] #0 5.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:23.848Z] #0 5.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:23.848Z] #0 6.052 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:23.848Z] #0 6.056 (2/4) Installing openssl (3.5.6-r0) [2026-05-08T01:13:23.848Z] #0 6.067 (3/4) Installing su-exec (0.2-r3) [2026-05-08T01:13:23.848Z] #0 6.072 (4/4) Installing yq-go (4.47.2-r3) [2026-05-08T01:13:23.848Z] #0 6.154 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:23.848Z] #0 6.161 OK: 20 MiB in 20 packages [2026-05-08T01:13:24.107Z] #69 ... [2026-05-08T01:13:24.107Z] [2026-05-08T01:13:24.107Z] #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-08T01:13:24.107Z] #0 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:24.107Z] #0 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:24.107Z] #0 12.68 (1/2) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:24.107Z] #0 12.68 (2/2) Installing su-exec (0.2-r3) [2026-05-08T01:13:24.107Z] #0 12.69 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:24.107Z] #0 12.70 OK: 7 MiB in 18 packages [2026-05-08T01:13:24.107Z] #70 ... [2026-05-08T01:13:24.107Z] [2026-05-08T01:13:24.107Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-08T01:13:24.274Z] ---> Running in 103358b99707 [2026-05-08T01:13:24.366Z] #71 ... [2026-05-08T01:13:24.366Z] [2026-05-08T01:13:24.366Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:13:24.366Z] #54 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.2s done [2026-05-08T01:13:24.542Z] Removing intermediate container 103358b99707 [2026-05-08T01:13:24.542Z] ---> 14555960069d [2026-05-08T01:13:24.542Z] Step 3/4 : COPY go.mod . [2026-05-08T01:13:24.810Z] ---> 3611f6b03b95 [2026-05-08T01:13:24.810Z] Step 4/4 : RUN go mod download [2026-05-08T01:13:25.078Z] ---> Running in 73105f51c1d9 [2026-05-08T01:13:36.576Z] #54 ... [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-08T01:13:36.576Z] #63 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #48 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:13:36.576Z] #48 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-08T01:13:36.576Z] #62 DONE 24.7s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-08T01:13:36.576Z] #69 DONE 24.7s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-08T01:13:36.576Z] #56 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-08T01:13:36.576Z] #70 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-08T01:13:36.576Z] #58 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-08T01:13:36.576Z] #60 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:13:36.576Z] #64 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-08T01:13:36.576Z] #65 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:13:36.576Z] #66 DONE 24.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:13:36.576Z] #72 ... [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:13:36.576Z] #54 DONE 24.7s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:13:36.576Z] #73 DONE 0.3s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #74 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:13:36.576Z] #74 DONE 0.4s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:13:36.576Z] #75 DONE 0.3s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:13:36.576Z] #76 DONE 0.3s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:13:36.576Z] #72 DONE 0.4s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:13:36.576Z] #59 DONE 24.9s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:13:36.576Z] #77 ... [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-08T01:13:36.576Z] #55 DONE 25.8s [2026-05-08T01:13:36.576Z] [2026-05-08T01:13:36.576Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-08T01:13:36.576Z] #67 25.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:36.576Z] #67 25.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:36.837Z] #67 26.34 (1/4) Installing ca-certificates (20260413-r0) [2026-05-08T01:13:36.837Z] #67 26.37 (2/4) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:36.837Z] #67 26.37 (3/4) Installing su-exec (0.2-r3) [2026-05-08T01:13:36.837Z] #67 26.38 (4/4) Installing yq-go (4.47.2-r3) [2026-05-08T01:13:37.106Z] #67 26.47 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:37.106Z] #67 26.48 Executing ca-certificates-20260413-r0.trigger [2026-05-08T01:13:37.106Z] #67 26.52 OK: 20 MiB in 20 packages [2026-05-08T01:13:38.038Z] #67 DONE 27.3s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-08T01:13:38.038Z] #61 25.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #61 25.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #61 26.38 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:38.038Z] #61 26.39 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:38.038Z] #61 26.41 OK: 7 MiB in 17 packages [2026-05-08T01:13:38.038Z] #61 DONE 27.3s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:13:38.038Z] #0 1.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #0 1.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #0 2.135 OK: 12 MiB in 23 packages [2026-05-08T01:13:38.038Z] #78 DONE 2.6s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #79 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-05-08T01:13:38.038Z] #79 ... [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-08T01:13:38.038Z] #57 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #57 25.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #57 26.34 (1/3) Installing ca-certificates (20260413-r0) [2026-05-08T01:13:38.038Z] #57 26.36 (2/3) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:38.038Z] #57 26.37 (3/3) Installing tzdata (2026b-r0) [2026-05-08T01:13:38.038Z] #57 26.42 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:38.038Z] #57 26.43 Executing ca-certificates-20260413-r0.trigger [2026-05-08T01:13:38.038Z] #57 26.46 OK: 8 MiB in 19 packages [2026-05-08T01:13:38.038Z] #57 DONE 27.3s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-05-08T01:13:38.038Z] #0 1.379 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #0 1.762 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #0 2.321 OK: 265 MiB in 60 packages [2026-05-08T01:13:38.038Z] #80 DONE 2.6s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-08T01:13:38.038Z] #71 26.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #71 26.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #71 26.50 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:13:38.038Z] #71 26.50 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:13:38.038Z] #71 26.50 OK: 26324 distinct packages available [2026-05-08T01:13:38.038Z] #71 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #71 26.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #71 26.99 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:38.038Z] #71 26.99 (2/4) Installing musl-obstack (1.2.3-r2) [2026-05-08T01:13:38.038Z] #71 27.00 (3/4) Installing libucontext (1.3.2-r0) [2026-05-08T01:13:38.038Z] #71 27.01 (4/4) Installing gcompat (1.1.0-r4) [2026-05-08T01:13:38.038Z] #71 27.02 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:38.038Z] #71 27.02 OK: 8 MiB in 20 packages [2026-05-08T01:13:38.038Z] #71 DONE 27.2s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #68 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:13:38.038Z] #68 26.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #68 26.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #68 26.43 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:13:38.038Z] #68 26.43 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:13:38.038Z] #68 26.43 OK: 26324 distinct packages available [2026-05-08T01:13:38.038Z] #68 26.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #68 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.038Z] #68 26.97 (1/5) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:38.038Z] #68 26.97 (2/5) Installing musl-obstack (1.2.3-r2) [2026-05-08T01:13:38.038Z] #68 26.98 (3/5) Installing libucontext (1.3.2-r0) [2026-05-08T01:13:38.038Z] #68 26.99 (4/5) Installing gcompat (1.1.0-r4) [2026-05-08T01:13:38.038Z] #68 26.99 (5/5) Installing openssl (3.5.6-r0) [2026-05-08T01:13:38.038Z] #68 27.01 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:38.038Z] #68 27.02 OK: 8 MiB in 21 packages [2026-05-08T01:13:38.038Z] #68 DONE 27.2s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #81 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-05-08T01:13:38.038Z] #81 DONE 0.1s [2026-05-08T01:13:38.038Z] [2026-05-08T01:13:38.038Z] #82 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2026-05-08T01:13:38.301Z] #82 ... [2026-05-08T01:13:38.301Z] [2026-05-08T01:13:38.301Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-08T01:13:38.301Z] #0 2.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.301Z] #0 2.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.301Z] #0 2.843 OK: 20 MiB in 20 packages [2026-05-08T01:13:38.301Z] #83 DONE 3.0s [2026-05-08T01:13:38.301Z] [2026-05-08T01:13:38.301Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-05-08T01:13:38.301Z] #84 DONE 0.1s [2026-05-08T01:13:38.558Z] [2026-05-08T01:13:38.558Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:13:38.558Z] #0 2.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.558Z] #0 2.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.558Z] #0 3.032 OK: 7 MiB in 17 packages [2026-05-08T01:13:38.558Z] #85 DONE 3.1s [2026-05-08T01:13:38.558Z] [2026-05-08T01:13:38.558Z] #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:13:38.558Z] #86 ... [2026-05-08T01:13:38.558Z] [2026-05-08T01:13:38.558Z] #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-05-08T01:13:38.558Z] #0 2.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.558Z] #0 2.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.558Z] #0 3.055 OK: 7 MiB in 18 packages [2026-05-08T01:13:38.558Z] #87 DONE 3.2s [2026-05-08T01:13:38.559Z] [2026-05-08T01:13:38.559Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:13:38.559Z] #0 2.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.559Z] #0 2.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:38.559Z] #0 3.047 OK: 13 MiB in 29 packages [2026-05-08T01:13:38.559Z] #88 DONE 3.2s [2026-05-08T01:13:38.816Z] [2026-05-08T01:13:38.816Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-08T01:13:39.381Z] #89 ... [2026-05-08T01:13:39.381Z] [2026-05-08T01:13:39.381Z] #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-05-08T01:13:39.381Z] #0 1.563 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:39.381Z] #0 1.750 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:39.381Z] #0 2.353 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-08T01:13:39.381Z] #0 2.494 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:13:39.382Z] #0 2.503 OK: 7 MiB in 17 packages [2026-05-08T01:13:39.382Z] #90 DONE 2.8s [2026-05-08T01:13:39.382Z] [2026-05-08T01:13:39.382Z] #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:13:41.297Z] #91 ... [2026-05-08T01:13:41.297Z] [2026-05-08T01:13:41.297Z] #82 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2026-05-08T01:13:41.297Z] #82 1.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:41.297Z] #82 1.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:41.297Z] #82 2.342 OK: 8 MiB in 21 packages [2026-05-08T01:13:46.141Z] #82 ... [2026-05-08T01:13:46.141Z] [2026-05-08T01:13:46.141Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:13:46.648Z] #92 ... [2026-05-08T01:13:46.648Z] [2026-05-08T01:13:46.648Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:13:46.648Z] #93 ... [2026-05-08T01:13:46.648Z] [2026-05-08T01:13:46.648Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:13:47.063Z] #94 ... [2026-05-08T01:13:47.063Z] [2026-05-08T01:13:47.063Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-08T01:13:47.063Z] #0 1.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:47.063Z] #0 1.718 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:47.063Z] #0 2.251 OK: 8 MiB in 20 packages [2026-05-08T01:13:47.995Z] #95 ... [2026-05-08T01:13:47.995Z] [2026-05-08T01:13:47.995Z] #96 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-05-08T01:13:47.995Z] #0 1.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:47.995Z] #0 1.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:47.995Z] #0 2.071 OK: 20 MiB in 20 packages [2026-05-08T01:13:48.251Z] #96 ... [2026-05-08T01:13:48.251Z] [2026-05-08T01:13:48.251Z] #97 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:13:48.251Z] #0 1.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:48.251Z] #0 1.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:48.251Z] #0 2.336 OK: 8 MiB in 19 packages [2026-05-08T01:13:50.150Z] #97 ... [2026-05-08T01:13:50.150Z] [2026-05-08T01:13:50.150Z] #79 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-05-08T01:13:50.150Z] #79 1.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:50.150Z] #79 1.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-08T01:13:50.150Z] #79 2.363 OK: 7 MiB in 17 packages [2026-05-08T01:14:12.124Z] #79 ... [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #96 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-05-08T01:14:12.124Z] #96 DONE 33.7s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #82 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2026-05-08T01:14:12.124Z] #82 DONE 33.6s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #97 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:14:12.124Z] #97 DONE 33.7s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:12.124Z] #92 DONE 35.9s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:12.124Z] #93 DONE 35.9s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:12.124Z] #94 DONE 35.9s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-08T01:14:12.124Z] #89 DONE 33.1s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:12.124Z] #91 DONE 35.9s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #77 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:12.124Z] #77 DONE 36.0s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-08T01:14:12.124Z] #95 DONE 33.7s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #79 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2026-05-08T01:14:12.124Z] #79 DONE 33.8s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:12.124Z] #86 DONE 33.6s [2026-05-08T01:14:12.124Z] [2026-05-08T01:14:12.124Z] #98 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-05-08T01:14:21.497Z] Removing intermediate container 73105f51c1d9 [2026-05-08T01:14:21.497Z] ---> 548f0a9e84e7 [2026-05-08T01:14:21.497Z] Successfully built 548f0a9e84e7 [2026-05-08T01:14:21.497Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:14:21.845Z] + docker inspect -f . ci-base-image-arm64 [2026-05-08T01:14:21.845Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T01:14:22.040Z] prd-ubuntu20.04-docker-arm64-4c-16g-8845 does not seem to be running inside a container [2026-05-08T01:14:22.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T01:14:22.168Z] #98 ... [2026-05-08T01:14:22.168Z] [2026-05-08T01:14:22.168Z] #99 [security-spiffe-token-provider builder 6/7] COPY . . [2026-05-08T01:14:22.168Z] #99 ... [2026-05-08T01:14:22.168Z] [2026-05-08T01:14:22.168Z] #100 [support-notifications builder 6/7] COPY . . [2026-05-08T01:14:22.168Z] #100 ... [2026-05-08T01:14:22.168Z] [2026-05-08T01:14:22.168Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-05-08T01:14:22.168Z] #101 ... [2026-05-08T01:14:22.168Z] [2026-05-08T01:14:22.168Z] #102 [support-scheduler builder 6/7] COPY . . [2026-05-08T01:14:22.168Z] #102 ... [2026-05-08T01:14:22.168Z] [2026-05-08T01:14:22.168Z] #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:14:22.426Z] #103 ... [2026-05-08T01:14:22.426Z] [2026-05-08T01:14:22.426Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:14:22.426Z] #104 ... [2026-05-08T01:14:22.427Z] [2026-05-08T01:14:22.427Z] #105 [security-bootstrapper builder 6/7] COPY . . [2026-05-08T01:14:22.744Z] #105 ... [2026-05-08T01:14:22.744Z] [2026-05-08T01:14:22.744Z] #106 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-05-08T01:14:23.008Z] #106 ... [2026-05-08T01:14:23.008Z] [2026-05-08T01:14:23.008Z] #107 [core-keeper builder 7/8] COPY . . [2026-05-08T01:14:23.345Z] $ docker top 1190f88a57617330abcdbe18ab2c8e22c131cba8d34e78d7e4f6b96edd138591 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-08T01:14:24.180Z] + go version [2026-05-08T01:14:24.180Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-05-08T01:14:24.196Z] $ docker stop --time=1 1190f88a57617330abcdbe18ab2c8e22c131cba8d34e78d7e4f6b96edd138591 [2026-05-08T01:14:24.914Z] #107 ... [2026-05-08T01:14:24.914Z] [2026-05-08T01:14:24.914Z] #106 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-05-08T01:14:24.914Z] #106 DONE 13.1s [2026-05-08T01:14:24.914Z] [2026-05-08T01:14:24.914Z] #107 [core-keeper builder 7/8] COPY . . [2026-05-08T01:14:24.914Z] #107 ... [2026-05-08T01:14:24.914Z] [2026-05-08T01:14:24.914Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:14:24.914Z] #104 DONE 13.4s [2026-05-08T01:14:25.173Z] [2026-05-08T01:14:25.173Z] #102 [support-scheduler builder 6/7] COPY . . [2026-05-08T01:14:25.173Z] #102 DONE 13.4s [2026-05-08T01:14:25.173Z] [2026-05-08T01:14:25.173Z] #100 [support-notifications builder 6/7] COPY . . [2026-05-08T01:14:25.173Z] #100 DONE 13.4s [2026-05-08T01:14:25.173Z] [2026-05-08T01:14:25.173Z] #99 [security-spiffe-token-provider builder 6/7] COPY . . [2026-05-08T01:14:25.173Z] #99 DONE 13.4s [2026-05-08T01:14:25.173Z] [2026-05-08T01:14:25.173Z] #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:14:25.173Z] #103 DONE 13.3s [2026-05-08T01:14:25.173Z] [2026-05-08T01:14:25.173Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-05-08T01:14:25.173Z] #101 DONE 13.4s [2026-05-08T01:14:25.173Z] [2026-05-08T01:14:25.173Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:14:25.842Z] $ docker rm -f --volumes 1190f88a57617330abcdbe18ab2c8e22c131cba8d34e78d7e4f6b96edd138591 [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-05-08T01:14:26.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-05-08T01:14:26.537Z] [2026-05-08T01:14:26.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:14:26.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-05-08T01:14:27.137Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2026-05-08T01:14:27.137Z] 547446be3368: Pulling fs layer [2026-05-08T01:14:27.137Z] d125d8839a47: Pulling fs layer [2026-05-08T01:14:27.137Z] 3e85d5ac6304: Pulling fs layer [2026-05-08T01:14:27.137Z] c3105a71a48b: Pulling fs layer [2026-05-08T01:14:27.137Z] 0f093f025ec4: Pulling fs layer [2026-05-08T01:14:27.137Z] c3106fc0e877: Pulling fs layer [2026-05-08T01:14:27.137Z] c3105a71a48b: Waiting [2026-05-08T01:14:27.137Z] 0f093f025ec4: Waiting [2026-05-08T01:14:27.137Z] c3106fc0e877: Waiting [2026-05-08T01:14:27.137Z] 547446be3368: Verifying Checksum [2026-05-08T01:14:27.137Z] 547446be3368: Download complete [2026-05-08T01:14:27.137Z] c3105a71a48b: Verifying Checksum [2026-05-08T01:14:27.137Z] c3105a71a48b: Download complete [2026-05-08T01:14:27.410Z] d125d8839a47: Verifying Checksum [2026-05-08T01:14:27.410Z] d125d8839a47: Download complete [2026-05-08T01:14:27.999Z] 547446be3368: Pull complete [2026-05-08T01:14:27.999Z] c3106fc0e877: Verifying Checksum [2026-05-08T01:14:27.999Z] c3106fc0e877: Download complete [2026-05-08T01:14:28.966Z] d125d8839a47: Pull complete [2026-05-08T01:14:30.381Z] 0f093f025ec4: Verifying Checksum [2026-05-08T01:14:30.381Z] 0f093f025ec4: Download complete [2026-05-08T01:14:30.967Z] 3e85d5ac6304: Verifying Checksum [2026-05-08T01:14:30.967Z] 3e85d5ac6304: Download complete [2026-05-08T01:14:35.270Z] #108 ... [2026-05-08T01:14:35.270Z] [2026-05-08T01:14:35.270Z] #109 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-08T01:14:35.270Z] #109 ... [2026-05-08T01:14:35.270Z] [2026-05-08T01:14:35.270Z] #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:14:35.270Z] #110 ... [2026-05-08T01:14:35.270Z] [2026-05-08T01:14:35.270Z] #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:14:35.529Z] #111 ... [2026-05-08T01:14:35.529Z] [2026-05-08T01:14:35.529Z] #112 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-05-08T01:14:35.529Z] #112 ... [2026-05-08T01:14:35.529Z] [2026-05-08T01:14:35.529Z] #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-05-08T01:14:38.069Z] #113 DONE 13.1s [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #112 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-05-08T01:14:38.069Z] #112 DONE 13.1s [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #98 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #98 DONE 26.4s [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #107 [core-keeper builder 7/8] COPY . . [2026-05-08T01:14:38.069Z] #107 DONE 26.4s [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #114 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:14:38.069Z] #114 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #115 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:38.069Z] #115 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #116 [security-proxy-auth builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #116 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #117 [core-data builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #117 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:38.069Z] #118 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #119 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:14:38.069Z] #119 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #120 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:38.069Z] #120 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #121 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:14:38.069Z] #121 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #122 [core-command builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #122 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #123 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:38.069Z] #123 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:14:38.069Z] #124 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #125 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #105 [security-secretstore-setup builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #105 DONE 26.5s [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:38.069Z] #126 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:14:38.069Z] #127 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #128 [security-proxy-setup builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #128 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:14:38.069Z] #129 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:14:38.069Z] #130 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #131 [security-secretstore-setup builder 6/7] COPY . . [2026-05-08T01:14:38.069Z] #131 CACHED [2026-05-08T01:14:38.069Z] [2026-05-08T01:14:38.069Z] #132 [security-spire-config stage-2 6/10] COPY security.txt / [2026-05-08T01:14:39.443Z] #132 ... [2026-05-08T01:14:39.443Z] [2026-05-08T01:14:39.443Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:14:39.443Z] #108 DONE 14.2s [2026-05-08T01:14:39.443Z] [2026-05-08T01:14:39.443Z] #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:14:39.443Z] #111 14.20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-05-08T01:14:39.443Z] #111 ... [2026-05-08T01:14:39.443Z] [2026-05-08T01:14:39.443Z] #133 [security-spire-server stage-2 6/9] COPY security.txt / [2026-05-08T01:14:39.443Z] #133 DONE 1.4s [2026-05-08T01:14:39.700Z] [2026-05-08T01:14:39.700Z] #132 [security-spire-config stage-2 6/10] COPY security.txt / [2026-05-08T01:14:39.700Z] #132 DONE 1.5s [2026-05-08T01:14:39.700Z] [2026-05-08T01:14:39.700Z] #134 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-05-08T01:14:39.700Z] #134 DONE 0.5s [2026-05-08T01:14:39.700Z] [2026-05-08T01:14:39.700Z] #135 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-05-08T01:14:39.957Z] #135 ... [2026-05-08T01:14:39.957Z] [2026-05-08T01:14:39.957Z] #136 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:14:39.957Z] #136 DONE 0.4s [2026-05-08T01:14:39.957Z] [2026-05-08T01:14:39.957Z] #137 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-05-08T01:14:40.222Z] #137 ... [2026-05-08T01:14:40.222Z] [2026-05-08T01:14:40.222Z] #138 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:14:40.222Z] #138 DONE 0.5s [2026-05-08T01:14:40.222Z] [2026-05-08T01:14:40.222Z] #135 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-05-08T01:14:40.222Z] #135 DONE 0.6s [2026-05-08T01:14:40.222Z] [2026-05-08T01:14:40.222Z] #139 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-05-08T01:14:40.786Z] #139 ... [2026-05-08T01:14:40.786Z] [2026-05-08T01:14:40.786Z] #137 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-05-08T01:14:40.786Z] #137 DONE 0.9s [2026-05-08T01:14:41.043Z] [2026-05-08T01:14:41.043Z] #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:14:42.187Z] #140 ... [2026-05-08T01:14:42.187Z] [2026-05-08T01:14:42.187Z] #139 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-05-08T01:14:42.187Z] #139 DONE 1.8s [2026-05-08T01:14:42.187Z] [2026-05-08T01:14:42.187Z] #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:14:42.187Z] #140 DONE 1.6s [2026-05-08T01:14:42.187Z] [2026-05-08T01:14:42.187Z] #141 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-05-08T01:14:43.240Z] #141 ... [2026-05-08T01:14:43.240Z] [2026-05-08T01:14:43.240Z] #142 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-05-08T01:14:43.240Z] #142 DONE 1.7s [2026-05-08T01:14:43.240Z] [2026-05-08T01:14:43.240Z] #143 [security-spire-server] exporting to image [2026-05-08T01:14:43.240Z] #143 exporting layers [2026-05-08T01:14:43.282Z] 3e85d5ac6304: Pull complete [2026-05-08T01:14:43.282Z] c3105a71a48b: Pull complete [2026-05-08T01:14:43.865Z] 0f093f025ec4: Pull complete [2026-05-08T01:14:43.865Z] c3106fc0e877: Pull complete [2026-05-08T01:14:43.865Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2026-05-08T01:14:43.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-05-08T01:14:43.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T01:14:44.081Z] prd-ubuntu20.04-docker-arm64-4c-16g-8845 does not seem to be running inside a container [2026-05-08T01:14:44.137Z] $ 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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T01:14:45.761Z] #143 ... [2026-05-08T01:14:45.761Z] [2026-05-08T01:14:45.761Z] #144 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-05-08T01:14:45.761Z] #144 DONE 3.7s [2026-05-08T01:14:45.761Z] [2026-05-08T01:14:45.761Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-08T01:14:45.761Z] #0 2.004 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-05-08T01:14:46.019Z] #145 ... [2026-05-08T01:14:46.019Z] [2026-05-08T01:14:46.019Z] #146 [security-spire-config] exporting to image [2026-05-08T01:14:46.167Z] $ docker top 880239cc16f620a6d09cd08162b83418d90ead888af3ce95c1f12ea7590b8873 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-08T01:14:46.592Z] #146 ... [2026-05-08T01:14:46.592Z] [2026-05-08T01:14:46.592Z] #141 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-05-08T01:14:46.592Z] #141 DONE 4.6s [2026-05-08T01:14:46.855Z] [2026-05-08T01:14:46.855Z] #147 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-05-08T01:14:47.092Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-05-08T01:14:48.226Z] #147 ... [2026-05-08T01:14:48.226Z] [2026-05-08T01:14:48.226Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:14:48.226Z] #0 1.693 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-05-08T01:14:48.484Z] #148 ... [2026-05-08T01:14:48.484Z] [2026-05-08T01:14:48.484Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-08T01:14:48.484Z] #0 1.953 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-05-08T01:14:48.484Z] #149 ... [2026-05-08T01:14:48.484Z] [2026-05-08T01:14:48.484Z] #150 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-08T01:14:48.484Z] #0 1.753 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-05-08T01:14:48.740Z] #150 ... [2026-05-08T01:14:48.740Z] [2026-05-08T01:14:48.740Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-08T01:14:48.740Z] #0 1.994 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-05-08T01:14:48.740Z] #151 ... [2026-05-08T01:14:48.740Z] [2026-05-08T01:14:48.740Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-08T01:14:48.740Z] #0 1.401 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-05-08T01:14:48.998Z] #152 ... [2026-05-08T01:14:48.998Z] [2026-05-08T01:14:48.998Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-08T01:14:48.998Z] #0 1.759 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-05-08T01:14:49.289Z] #153 ... [2026-05-08T01:14:49.289Z] [2026-05-08T01:14:49.289Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-08T01:14:49.289Z] #0 1.525 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-05-08T01:14:49.289Z] #154 ... [2026-05-08T01:14:49.289Z] [2026-05-08T01:14:49.289Z] #109 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-08T01:14:49.289Z] #109 14.07 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-05-08T01:14:49.546Z] #109 ... [2026-05-08T01:14:49.546Z] [2026-05-08T01:14:49.546Z] #147 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-05-08T01:14:49.546Z] #147 DONE 2.7s [2026-05-08T01:14:49.546Z] [2026-05-08T01:14:49.546Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:14:49.546Z] #0 1.541 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-05-08T01:14:49.546Z] #155 ... [2026-05-08T01:14:49.546Z] [2026-05-08T01:14:49.546Z] #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:14:49.546Z] #110 14.06 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-05-08T01:14:49.805Z] #110 ... [2026-05-08T01:14:49.805Z] [2026-05-08T01:14:49.805Z] #156 [security-spire-agent] exporting to image [2026-05-08T01:14:49.805Z] #156 exporting layers [2026-05-08T01:14:52.326Z] #156 ... [2026-05-08T01:14:52.326Z] [2026-05-08T01:14:52.326Z] #143 [security-spire-server] exporting to image [2026-05-08T01:14:52.326Z] #143 exporting layers 8.5s done [2026-05-08T01:14:52.326Z] #143 writing image sha256:14ff45aec6f2d9301c0c26a690547342a8f0b4bb691fbe70b6336c12fb4be98e 0.4s done [2026-05-08T01:14:52.326Z] #143 naming to docker.io/library/security-spire-server 0.0s done [2026-05-08T01:14:52.326Z] #143 DONE 9.1s [2026-05-08T01:14:52.326Z] [2026-05-08T01:14:52.326Z] #146 [security-spire-config] exporting to image [2026-05-08T01:14:52.326Z] #146 exporting layers 6.3s done [2026-05-08T01:14:52.582Z] #146 writing image sha256:87074ea3af3b59c014ec7fc873ec8dfc5bfa3cb46b91e9fc3e1e58de4d41cb55 [2026-05-08T01:14:52.582Z] #146 writing image sha256:87074ea3af3b59c014ec7fc873ec8dfc5bfa3cb46b91e9fc3e1e58de4d41cb55 0.2s done [2026-05-08T01:14:52.582Z] #146 naming to docker.io/library/security-spire-config [2026-05-08T01:14:52.839Z] #146 naming to docker.io/library/security-spire-config 0.2s done [2026-05-08T01:14:52.839Z] #146 DONE 6.9s [2026-05-08T01:14:52.839Z] [2026-05-08T01:14:52.839Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:14:53.097Z] #148 ... [2026-05-08T01:14:53.097Z] [2026-05-08T01:14:53.097Z] #156 [security-spire-agent] exporting to image [2026-05-08T01:14:53.097Z] #156 exporting layers 3.5s done [2026-05-08T01:14:53.097Z] #156 writing image sha256:9f291c127a49832d16d0e367b81ca05fc4c9abc267ac809e3ee6131d5aba7f32 done [2026-05-08T01:14:53.097Z] #156 naming to docker.io/library/security-spire-agent [2026-05-08T01:14:53.097Z] #156 naming to docker.io/library/security-spire-agent 0.1s done [2026-05-08T01:14:53.353Z] #156 DONE 3.9s [2026-05-08T01:14:53.353Z] [2026-05-08T01:14:53.353Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-08T01:14:57.215Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2026-05-08T01:14:57.215Z] #1 transferring dockerfile: 2.14kB 0.0s done [2026-05-08T01:14:57.215Z] #1 DONE 0.6s [2026-05-08T01:14:57.215Z] [2026-05-08T01:14:57.215Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2026-05-08T01:14:57.215Z] #2 transferring dockerfile: 1.81kB done [2026-05-08T01:14:57.215Z] #2 DONE 0.0s [2026-05-08T01:14:57.215Z] [2026-05-08T01:14:57.215Z] #3 [support-scheduler internal] load build definition from Dockerfile [2026-05-08T01:14:57.215Z] #3 transferring dockerfile: 1.83kB 0.0s done [2026-05-08T01:14:57.215Z] #3 DONE 0.0s [2026-05-08T01:14:57.215Z] [2026-05-08T01:14:57.215Z] #4 [core-keeper internal] load build definition from Dockerfile [2026-05-08T01:14:57.215Z] #4 transferring dockerfile: 2.07kB 0.0s done [2026-05-08T01:14:57.215Z] #4 DONE 0.1s [2026-05-08T01:14:57.215Z] [2026-05-08T01:14:57.215Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2026-05-08T01:14:57.215Z] #5 transferring dockerfile: 3.02kB done [2026-05-08T01:14:57.215Z] #5 DONE 0.1s [2026-05-08T01:14:57.215Z] [2026-05-08T01:14:57.215Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-05-08T01:14:57.215Z] #6 transferring dockerfile: 2.23kB done [2026-05-08T01:14:57.215Z] #6 DONE 0.1s [2026-05-08T01:14:57.215Z] [2026-05-08T01:14:57.215Z] #7 [security-spire-server internal] load build definition from Dockerfile [2026-05-08T01:14:57.215Z] #7 transferring dockerfile: 1.70kB done [2026-05-08T01:14:57.215Z] #7 DONE 0.1s [2026-05-08T01:14:57.215Z] [2026-05-08T01:14:57.215Z] #8 [core-metadata internal] load build definition from Dockerfile [2026-05-08T01:14:57.484Z] #8 transferring dockerfile: 2.10kB done [2026-05-08T01:14:57.484Z] #8 DONE 0.1s [2026-05-08T01:14:57.484Z] [2026-05-08T01:14:57.484Z] #9 [core-command internal] load build definition from Dockerfile [2026-05-08T01:14:57.484Z] #9 transferring dockerfile: 1.94kB 0.0s done [2026-05-08T01:14:57.484Z] #9 DONE 0.1s [2026-05-08T01:14:57.484Z] [2026-05-08T01:14:57.484Z] #10 [core-data internal] load build definition from Dockerfile [2026-05-08T01:14:57.484Z] #10 transferring dockerfile: 2.04kB 0.0s done [2026-05-08T01:14:57.484Z] #10 DONE 0.1s [2026-05-08T01:14:57.484Z] [2026-05-08T01:14:57.484Z] #11 [security-spire-config internal] load build definition from Dockerfile [2026-05-08T01:14:57.484Z] #11 transferring dockerfile: 1.69kB 0.0s done [2026-05-08T01:14:57.484Z] #11 DONE 0.1s [2026-05-08T01:14:57.484Z] [2026-05-08T01:14:57.484Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2026-05-08T01:14:57.484Z] #12 transferring dockerfile: 2.50kB 0.0s done [2026-05-08T01:14:57.484Z] #12 DONE 0.1s [2026-05-08T01:14:57.484Z] [2026-05-08T01:14:57.484Z] #13 [support-notifications internal] load build definition from Dockerfile [2026-05-08T01:14:57.484Z] #13 transferring dockerfile: 2.02kB 0.0s done [2026-05-08T01:14:57.484Z] #13 DONE 0.1s [2026-05-08T01:14:57.767Z] [2026-05-08T01:14:57.767Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2026-05-08T01:14:57.767Z] #14 transferring dockerfile: 2.49kB done [2026-05-08T01:14:57.767Z] #14 DONE 0.1s [2026-05-08T01:14:57.767Z] [2026-05-08T01:14:57.767Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-05-08T01:14:57.767Z] #15 transferring dockerfile: 1.89kB done [2026-05-08T01:14:57.767Z] #15 DONE 0.1s [2026-05-08T01:14:57.767Z] [2026-05-08T01:14:57.767Z] #16 [security-proxy-auth internal] load .dockerignore [2026-05-08T01:14:57.767Z] #16 transferring context: 50B done [2026-05-08T01:14:57.767Z] #16 DONE 0.1s [2026-05-08T01:14:58.743Z] [2026-05-08T01:14:58.743Z] #17 [security-spire-agent internal] load .dockerignore [2026-05-08T01:14:58.743Z] #17 transferring context: 50B 0.0s done [2026-05-08T01:14:58.743Z] #17 DONE 0.0s [2026-05-08T01:14:58.743Z] [2026-05-08T01:14:58.743Z] #18 [support-scheduler internal] load .dockerignore [2026-05-08T01:14:58.743Z] #18 transferring context: 50B done [2026-05-08T01:14:58.743Z] #18 DONE 0.0s [2026-05-08T01:14:58.743Z] [2026-05-08T01:14:58.743Z] #19 [core-keeper internal] load .dockerignore [2026-05-08T01:14:58.743Z] #19 transferring context: 50B 0.0s done [2026-05-08T01:14:58.743Z] #19 DONE 0.1s [2026-05-08T01:14:58.743Z] [2026-05-08T01:14:58.743Z] #20 [security-bootstrapper internal] load .dockerignore [2026-05-08T01:14:58.743Z] #20 transferring context: 50B 0.0s done [2026-05-08T01:14:58.743Z] #20 DONE 0.1s [2026-05-08T01:14:58.743Z] [2026-05-08T01:14:58.743Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2026-05-08T01:14:58.743Z] #21 transferring context: 50B done [2026-05-08T01:14:58.743Z] #21 DONE 0.1s [2026-05-08T01:14:58.743Z] [2026-05-08T01:14:58.743Z] #22 [security-spire-server internal] load .dockerignore [2026-05-08T01:14:58.743Z] #22 transferring context: 50B 0.0s done [2026-05-08T01:14:58.743Z] #22 DONE 0.1s [2026-05-08T01:14:58.743Z] [2026-05-08T01:14:58.743Z] #23 [core-metadata internal] load .dockerignore [2026-05-08T01:14:59.013Z] #23 transferring context: 50B 0.0s done [2026-05-08T01:14:59.013Z] #23 DONE 0.1s [2026-05-08T01:14:59.013Z] [2026-05-08T01:14:59.013Z] #24 [core-command internal] load .dockerignore [2026-05-08T01:14:59.013Z] #24 transferring context: 50B done [2026-05-08T01:14:59.013Z] #24 DONE 0.1s [2026-05-08T01:14:59.013Z] [2026-05-08T01:14:59.013Z] #25 [core-data internal] load .dockerignore [2026-05-08T01:14:59.013Z] #25 transferring context: 50B done [2026-05-08T01:14:59.013Z] #25 DONE 0.1s [2026-05-08T01:14:59.295Z] [2026-05-08T01:14:59.295Z] #26 [security-spire-config internal] load .dockerignore [2026-05-08T01:14:59.295Z] #26 transferring context: 50B done [2026-05-08T01:14:59.295Z] #26 DONE 0.1s [2026-05-08T01:14:59.295Z] [2026-05-08T01:14:59.295Z] #27 [security-proxy-setup internal] load .dockerignore [2026-05-08T01:14:59.295Z] #27 transferring context: 50B done [2026-05-08T01:14:59.295Z] #27 DONE 0.1s [2026-05-08T01:14:59.295Z] [2026-05-08T01:14:59.295Z] #28 [support-notifications internal] load .dockerignore [2026-05-08T01:14:59.295Z] #28 transferring context: 50B done [2026-05-08T01:14:59.295Z] #28 DONE 0.1s [2026-05-08T01:14:59.295Z] [2026-05-08T01:14:59.295Z] #29 [security-secretstore-setup internal] load .dockerignore [2026-05-08T01:14:59.295Z] #29 transferring context: 50B done [2026-05-08T01:14:59.295Z] #29 DONE 0.1s [2026-05-08T01:14:59.295Z] [2026-05-08T01:14:59.295Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2026-05-08T01:14:59.295Z] #30 transferring context: 50B done [2026-05-08T01:14:59.295Z] #30 DONE 0.0s [2026-05-08T01:14:59.295Z] [2026-05-08T01:14:59.295Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:14:59.564Z] #31 DONE 0.0s [2026-05-08T01:14:59.564Z] [2026-05-08T01:14:59.564Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 [2026-05-08T01:15:00.151Z] #32 DONE 0.6s [2026-05-08T01:15:00.151Z] [2026-05-08T01:15:00.151Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:15:00.151Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done [2026-05-08T01:15:00.151Z] #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-08T01:15:00.151Z] #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 0B / 4.14MB 0.1s [2026-05-08T01:15:00.151Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-08T01:15:00.151Z] #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-08T01:15:00.418Z] #33 ... [2026-05-08T01:15:00.418Z] [2026-05-08T01:15:00.418Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.22 [2026-05-08T01:15:00.418Z] #32 DONE 0.6s [2026-05-08T01:15:00.418Z] [2026-05-08T01:15:00.418Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:15:00.418Z] #33 ... [2026-05-08T01:15:00.418Z] [2026-05-08T01:15:00.418Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:00.418Z] #31 DONE 0.0s [2026-05-08T01:15:00.418Z] [2026-05-08T01:15:00.418Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:15:00.700Z] #33 ... [2026-05-08T01:15:00.700Z] [2026-05-08T01:15:00.700Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:00.700Z] #31 DONE 0.0s [2026-05-08T01:15:00.700Z] [2026-05-08T01:15:00.700Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:00.977Z] #31 DONE 0.0s [2026-05-08T01:15:00.977Z] [2026-05-08T01:15:00.977Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:15:00.977Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done [2026-05-08T01:15:00.977Z] #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-08T01:15:00.977Z] #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s [2026-05-08T01:15:00.977Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-08T01:15:00.977Z] #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-08T01:15:00.977Z] #33 extracting sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e [2026-05-08T01:15:00.977Z] #33 ... [2026-05-08T01:15:00.977Z] [2026-05-08T01:15:00.977Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 [2026-05-08T01:15:00.977Z] #32 DONE 0.6s [2026-05-08T01:15:00.977Z] [2026-05-08T01:15:00.977Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:15:00.977Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done [2026-05-08T01:15:00.977Z] #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-08T01:15:00.977Z] #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s done [2026-05-08T01:15:00.977Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-08T01:15:00.977Z] #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-08T01:15:00.977Z] #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s done [2026-05-08T01:15:01.260Z] #33 ... [2026-05-08T01:15:01.260Z] [2026-05-08T01:15:01.260Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:01.260Z] #31 DONE 0.0s [2026-05-08T01:15:01.260Z] [2026-05-08T01:15:01.260Z] #34 [security-proxy-auth internal] load build context [2026-05-08T01:15:01.260Z] #34 transferring context: 3.41MB 0.8s done [2026-05-08T01:15:01.260Z] #34 DONE 1.2s [2026-05-08T01:15:01.260Z] [2026-05-08T01:15:01.260Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:01.260Z] #35 ... [2026-05-08T01:15:01.260Z] [2026-05-08T01:15:01.260Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:01.260Z] #31 DONE 0.0s [2026-05-08T01:15:01.260Z] [2026-05-08T01:15:01.260Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:01.876Z] #35 ... [2026-05-08T01:15:01.876Z] [2026-05-08T01:15:01.876Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:01.876Z] #31 DONE 0.0s [2026-05-08T01:15:01.876Z] [2026-05-08T01:15:01.876Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:02.156Z] #35 ... [2026-05-08T01:15:02.156Z] [2026-05-08T01:15:02.156Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.22 [2026-05-08T01:15:02.156Z] #32 DONE 1.5s [2026-05-08T01:15:02.156Z] [2026-05-08T01:15:02.156Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:02.156Z] #35 ... [2026-05-08T01:15:02.156Z] [2026-05-08T01:15:02.156Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-05-08T01:15:02.156Z] #36 DONE 1.9s [2026-05-08T01:15:02.156Z] [2026-05-08T01:15:02.156Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:02.427Z] #35 ... [2026-05-08T01:15:02.427Z] [2026-05-08T01:15:02.427Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:02.427Z] #31 DONE 0.0s [2026-05-08T01:15:02.427Z] [2026-05-08T01:15:02.427Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:02.697Z] #35 ... [2026-05-08T01:15:02.697Z] [2026-05-08T01:15:02.697Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:02.697Z] #31 DONE 0.0s [2026-05-08T01:15:02.697Z] [2026-05-08T01:15:02.697Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:02.981Z] #35 ... [2026-05-08T01:15:02.981Z] [2026-05-08T01:15:02.981Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:02.981Z] #31 DONE 0.0s [2026-05-08T01:15:02.981Z] [2026-05-08T01:15:02.981Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:02.981Z] #35 transferring context: 3.41MB 2.0s done [2026-05-08T01:15:02.981Z] #35 ... [2026-05-08T01:15:02.981Z] [2026-05-08T01:15:02.981Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-08T01:15:02.981Z] #31 DONE 0.0s [2026-05-08T01:15:02.981Z] [2026-05-08T01:15:02.981Z] #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-05-08T01:15:02.981Z] #37 DONE 2.6s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #38 [security-spiffe-token-provider internal] load build context [2026-05-08T01:15:03.250Z] #38 DONE 0.0s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 [2026-05-08T01:15:03.250Z] #32 DONE 2.3s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #39 [support-notifications internal] load build context [2026-05-08T01:15:03.250Z] #39 DONE 0.0s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #40 [security-proxy-setup internal] load build context [2026-05-08T01:15:03.250Z] #40 DONE 0.0s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:15:03.250Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done [2026-05-08T01:15:03.250Z] #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-08T01:15:03.250Z] #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s done [2026-05-08T01:15:03.250Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-08T01:15:03.250Z] #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-08T01:15:03.250Z] #33 extracting sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 2.2s done [2026-05-08T01:15:03.250Z] #33 ... [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #41 [core-common-config-bootstrapper internal] load build context [2026-05-08T01:15:03.250Z] #41 transferring context: 3.41MB 1.5s done [2026-05-08T01:15:03.250Z] #41 DONE 2.3s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #42 [support-scheduler internal] load build context [2026-05-08T01:15:03.250Z] #42 transferring context: 3.41MB 1.8s done [2026-05-08T01:15:03.250Z] #42 DONE 2.5s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #35 [core-keeper internal] load build context [2026-05-08T01:15:03.250Z] #35 DONE 2.6s [2026-05-08T01:15:03.250Z] [2026-05-08T01:15:03.250Z] #43 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2026-05-08T01:15:03.250Z] #43 DONE 4.1s [2026-05-08T01:15:03.533Z] [2026-05-08T01:15:03.534Z] #44 [security-bootstrapper internal] load build context [2026-05-08T01:15:03.534Z] #44 transferring context: 3.41MB 2.1s done [2026-05-08T01:15:03.534Z] #44 DONE 2.7s [2026-05-08T01:15:03.534Z] [2026-05-08T01:15:03.534Z] #45 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2026-05-08T01:15:04.147Z] #45 ... [2026-05-08T01:15:04.147Z] [2026-05-08T01:15:04.147Z] #46 [security-spire-server internal] load build context [2026-05-08T01:15:04.147Z] #46 transferring context: 26.58kB 0.1s done [2026-05-08T01:15:04.147Z] #46 DONE 2.2s [2026-05-08T01:15:04.147Z] [2026-05-08T01:15:04.147Z] #47 [security-spire-agent internal] load build context [2026-05-08T01:15:04.147Z] #47 transferring context: 26.11kB 0.0s done [2026-05-08T01:15:04.147Z] #47 DONE 1.9s [2026-05-08T01:15:04.147Z] [2026-05-08T01:15:04.147Z] #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-08T01:15:04.147Z] #33 DONE 5.1s [2026-05-08T01:15:04.426Z] [2026-05-08T01:15:04.426Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:04.426Z] #48 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.2s done [2026-05-08T01:15:04.426Z] #48 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-05-08T01:15:04.426Z] #48 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-05-08T01:15:04.426Z] #48 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-05-08T01:15:04.426Z] #48 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done [2026-05-08T01:15:04.426Z] #48 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.3s done [2026-05-08T01:15:04.426Z] #48 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.6s done [2026-05-08T01:15:04.426Z] #48 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2026-05-08T01:15:04.426Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 118.78kB / 37.02MB 1.3s [2026-05-08T01:15:04.693Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 1.5s [2026-05-08T01:15:04.973Z] #48 ... [2026-05-08T01:15:04.973Z] [2026-05-08T01:15:04.973Z] #49 [security-spire-config internal] load build context [2026-05-08T01:15:04.973Z] #49 transferring context: 24.83kB 0.5s done [2026-05-08T01:15:04.973Z] #49 DONE 1.9s [2026-05-08T01:15:04.973Z] [2026-05-08T01:15:04.973Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:04.973Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 1.8s [2026-05-08T01:15:04.973Z] #48 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-05-08T01:15:05.241Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.29MB / 37.02MB 2.1s [2026-05-08T01:15:05.516Z] #48 ... [2026-05-08T01:15:05.516Z] [2026-05-08T01:15:05.516Z] #45 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2026-05-08T01:15:05.516Z] #45 DONE 3.1s [2026-05-08T01:15:05.516Z] [2026-05-08T01:15:05.516Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:05.516Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 2.3s [2026-05-08T01:15:05.516Z] #48 ... [2026-05-08T01:15:05.516Z] [2026-05-08T01:15:05.516Z] #50 [core-metadata internal] load build context [2026-05-08T01:15:05.516Z] #50 transferring context: 3.41MB 1.8s done [2026-05-08T01:15:05.516Z] #50 DONE 3.7s [2026-05-08T01:15:05.516Z] [2026-05-08T01:15:05.516Z] #51 [core-command internal] load build context [2026-05-08T01:15:05.516Z] #51 transferring context: 3.41MB 1.9s done [2026-05-08T01:15:05.516Z] #51 DONE 3.8s [2026-05-08T01:15:05.516Z] [2026-05-08T01:15:05.516Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:05.787Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.53MB / 37.02MB 2.6s [2026-05-08T01:15:06.057Z] #48 ... [2026-05-08T01:15:06.057Z] [2026-05-08T01:15:06.057Z] #52 [core-data internal] load build context [2026-05-08T01:15:06.057Z] #52 transferring context: 3.41MB 1.9s done [2026-05-08T01:15:06.057Z] #52 DONE 3.7s [2026-05-08T01:15:06.057Z] [2026-05-08T01:15:06.057Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:06.057Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.63MB / 37.02MB 2.9s [2026-05-08T01:15:06.057Z] #48 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done [2026-05-08T01:15:06.341Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.01MB / 37.02MB 3.1s [2026-05-08T01:15:06.633Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 3.4s [2026-05-08T01:15:06.633Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 3.5s [2026-05-08T01:15:06.900Z] #48 ... [2026-05-08T01:15:06.900Z] [2026-05-08T01:15:06.900Z] #53 [security-secretstore-setup internal] load build context [2026-05-08T01:15:06.900Z] #53 transferring context: 3.41MB 2.3s done [2026-05-08T01:15:06.900Z] #53 DONE 3.7s [2026-05-08T01:15:06.900Z] [2026-05-08T01:15:06.900Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:06.900Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.17MB / 37.02MB 3.7s [2026-05-08T01:15:06.900Z] #48 ... [2026-05-08T01:15:06.900Z] [2026-05-08T01:15:06.900Z] #38 [security-spiffe-token-provider internal] load build context [2026-05-08T01:15:06.900Z] #38 transferring context: 3.41MB 2.4s done [2026-05-08T01:15:06.900Z] #38 DONE 3.8s [2026-05-08T01:15:06.900Z] [2026-05-08T01:15:06.900Z] #40 [security-proxy-setup internal] load build context [2026-05-08T01:15:06.900Z] #40 transferring context: 3.41MB 2.4s done [2026-05-08T01:15:06.900Z] #40 DONE 3.7s [2026-05-08T01:15:06.900Z] [2026-05-08T01:15:06.900Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:06.900Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.87MB / 37.02MB 3.8s [2026-05-08T01:15:07.209Z] #48 ... [2026-05-08T01:15:07.209Z] [2026-05-08T01:15:07.209Z] #39 [support-notifications internal] load build context [2026-05-08T01:15:07.209Z] #39 transferring context: 3.41MB 2.6s done [2026-05-08T01:15:07.209Z] #39 DONE 4.0s [2026-05-08T01:15:07.209Z] [2026-05-08T01:15:07.209Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:07.209Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 30.42MB / 37.02MB 4.0s [2026-05-08T01:15:07.209Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 32.51MB / 37.02MB 4.2s [2026-05-08T01:15:07.488Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 34.60MB / 37.02MB 4.4s [2026-05-08T01:15:08.132Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 4.8s [2026-05-08T01:15:08.132Z] #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 5.0s done [2026-05-08T01:15:12.424Z] #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 [2026-05-08T01:15:12.424Z] #48 ... [2026-05-08T01:15:12.424Z] [2026-05-08T01:15:12.424Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:15:12.424Z] #54 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.8s done [2026-05-08T01:15:12.424Z] #54 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-05-08T01:15:12.424Z] #54 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2026-05-08T01:15:12.424Z] #54 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2026-05-08T01:15:12.424Z] #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-05-08T01:15:12.424Z] #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.4s done [2026-05-08T01:15:12.424Z] #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2026-05-08T01:15:12.424Z] #54 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.0s [2026-05-08T01:15:12.424Z] #54 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 3.4s done [2026-05-08T01:15:12.424Z] #54 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-05-08T01:15:12.424Z] #54 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done [2026-05-08T01:15:12.424Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 5.3s [2026-05-08T01:15:12.424Z] #54 ... [2026-05-08T01:15:12.424Z] [2026-05-08T01:15:12.424Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:14.444Z] #48 ... [2026-05-08T01:15:14.444Z] [2026-05-08T01:15:14.444Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-08T01:15:14.444Z] #55 DONE 8.9s [2026-05-08T01:15:14.444Z] [2026-05-08T01:15:14.444Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:15.053Z] #48 ... [2026-05-08T01:15:15.053Z] [2026-05-08T01:15:15.053Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-08T01:15:15.053Z] #0 8.479 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:15.053Z] #0 8.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:15.053Z] #56 ... [2026-05-08T01:15:15.053Z] [2026-05-08T01:15:15.053Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:15.378Z] #48 ... [2026-05-08T01:15:15.378Z] [2026-05-08T01:15:15.378Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-08T01:15:15.378Z] #57 ... [2026-05-08T01:15:15.378Z] [2026-05-08T01:15:15.378Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-08T01:15:15.684Z] #58 ... [2026-05-08T01:15:15.684Z] [2026-05-08T01:15:15.684Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-08T01:15:15.684Z] #59 ... [2026-05-08T01:15:15.684Z] [2026-05-08T01:15:15.684Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-08T01:15:15.982Z] #60 ... [2026-05-08T01:15:15.982Z] [2026-05-08T01:15:15.982Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-08T01:15:15.982Z] #61 ... [2026-05-08T01:15:15.982Z] [2026-05-08T01:15:15.982Z] #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:15:15.982Z] #62 ... [2026-05-08T01:15:15.982Z] [2026-05-08T01:15:15.982Z] #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:16.345Z] #63 10.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:16.345Z] #63 ... [2026-05-08T01:15:16.345Z] [2026-05-08T01:15:16.345Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-08T01:15:16.345Z] #64 ... [2026-05-08T01:15:16.345Z] [2026-05-08T01:15:16.345Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-08T01:15:16.345Z] #65 ... [2026-05-08T01:15:16.345Z] [2026-05-08T01:15:16.345Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-08T01:15:16.345Z] #0 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:16.641Z] #66 ... [2026-05-08T01:15:16.641Z] [2026-05-08T01:15:16.641Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-08T01:15:16.641Z] #67 DONE 11.0s [2026-05-08T01:15:16.641Z] [2026-05-08T01:15:16.641Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-08T01:15:16.641Z] #66 11.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:16.641Z] #66 ... [2026-05-08T01:15:16.641Z] [2026-05-08T01:15:16.641Z] #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:15:16.641Z] #0 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:16.641Z] #68 ... [2026-05-08T01:15:16.641Z] [2026-05-08T01:15:16.641Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:16.941Z] #69 ... [2026-05-08T01:15:16.941Z] [2026-05-08T01:15:16.941Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:15:16.941Z] #70 ... [2026-05-08T01:15:16.941Z] [2026-05-08T01:15:16.941Z] #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:15:17.243Z] #71 ... [2026-05-08T01:15:17.243Z] [2026-05-08T01:15:17.243Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:15:17.243Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 10.4s [2026-05-08T01:15:17.547Z] #54 ... [2026-05-08T01:15:17.547Z] [2026-05-08T01:15:17.547Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-08T01:15:17.547Z] #56 11.34 (1/2) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:17.547Z] #56 11.36 (2/2) Installing su-exec (0.2-r3) [2026-05-08T01:15:17.547Z] #56 11.37 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:17.547Z] #56 11.46 OK: 8 MiB in 18 packages [2026-05-08T01:15:17.547Z] #56 DONE 12.8s [2026-05-08T01:15:17.547Z] [2026-05-08T01:15:17.547Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:15:17.547Z] #54 ... [2026-05-08T01:15:17.547Z] [2026-05-08T01:15:17.547Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:17.547Z] #69 12.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:19.097Z] #69 13.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:22.594Z] #69 ... [2026-05-08T01:15:22.594Z] [2026-05-08T01:15:22.594Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:22.594Z] #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.6s [2026-05-08T01:15:24.584Z] #48 ... [2026-05-08T01:15:24.584Z] [2026-05-08T01:15:24.584Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:24.584Z] #0 8.427 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:24.584Z] #72 ... [2026-05-08T01:15:24.584Z] [2026-05-08T01:15:24.584Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:26.556Z] #48 ... [2026-05-08T01:15:26.556Z] [2026-05-08T01:15:26.556Z] #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:15:26.556Z] #62 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:26.556Z] #62 11.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:26.556Z] #62 ... [2026-05-08T01:15:26.556Z] [2026-05-08T01:15:26.556Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:26.556Z] #48 ... [2026-05-08T01:15:26.556Z] [2026-05-08T01:15:26.556Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-05-08T01:15:26.556Z] #0 6.731 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:26.556Z] #0 8.505 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:26.823Z] #73 ... [2026-05-08T01:15:26.823Z] [2026-05-08T01:15:26.823Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:26.823Z] #48 ... [2026-05-08T01:15:26.823Z] [2026-05-08T01:15:26.823Z] #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:15:26.823Z] #68 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:27.091Z] #68 ... [2026-05-08T01:15:27.091Z] [2026-05-08T01:15:27.091Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:27.679Z] #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.5s [2026-05-08T01:15:27.679Z] #48 ... [2026-05-08T01:15:27.679Z] [2026-05-08T01:15:27.679Z] #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:27.679Z] #63 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:27.679Z] #63 ... [2026-05-08T01:15:27.679Z] [2026-05-08T01:15:27.679Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-08T01:15:27.679Z] #58 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:27.679Z] #58 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:27.679Z] #58 ... [2026-05-08T01:15:27.679Z] [2026-05-08T01:15:27.679Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-05-08T01:15:27.679Z] #0 6.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:27.679Z] #0 7.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:27.946Z] #74 ... [2026-05-08T01:15:27.946Z] [2026-05-08T01:15:27.946Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:15:27.946Z] #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 14.8s done [2026-05-08T01:15:28.214Z] #54 ... [2026-05-08T01:15:28.214Z] [2026-05-08T01:15:28.214Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:28.542Z] #48 ... [2026-05-08T01:15:28.542Z] [2026-05-08T01:15:28.542Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-08T01:15:28.542Z] #64 13.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:28.542Z] #64 15.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:28.965Z] #64 ... [2026-05-08T01:15:28.965Z] [2026-05-08T01:15:28.965Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-08T01:15:28.965Z] #60 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:28.965Z] #60 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:28.965Z] #60 ... [2026-05-08T01:15:28.965Z] [2026-05-08T01:15:28.965Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-08T01:15:28.965Z] #66 20.92 OK: 255 MiB in 60 packages [2026-05-08T01:15:28.965Z] #66 DONE 23.3s [2026-05-08T01:15:28.965Z] [2026-05-08T01:15:28.965Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:15:28.965Z] #70 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:28.965Z] #70 15.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:28.965Z] #70 ... [2026-05-08T01:15:28.965Z] [2026-05-08T01:15:28.965Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-08T01:15:28.965Z] #59 13.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:28.965Z] #59 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:29.289Z] #59 ... [2026-05-08T01:15:29.289Z] [2026-05-08T01:15:29.289Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:29.579Z] #48 ... [2026-05-08T01:15:29.579Z] [2026-05-08T01:15:29.579Z] #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:15:29.579Z] #71 13.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:29.579Z] #71 15.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:29.579Z] #71 ... [2026-05-08T01:15:29.579Z] [2026-05-08T01:15:29.579Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:15:29.579Z] #75 DONE 0.7s [2026-05-08T01:15:29.579Z] [2026-05-08T01:15:29.579Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:29.850Z] #48 ... [2026-05-08T01:15:29.850Z] [2026-05-08T01:15:29.850Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-08T01:15:29.850Z] #65 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:29.850Z] #65 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:30.117Z] #65 ... [2026-05-08T01:15:30.117Z] [2026-05-08T01:15:30.117Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:30.383Z] #48 ... [2026-05-08T01:15:30.383Z] [2026-05-08T01:15:30.383Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-08T01:15:30.383Z] #61 14.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:30.383Z] #61 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:30.651Z] #61 ... [2026-05-08T01:15:30.651Z] [2026-05-08T01:15:30.651Z] #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:30.651Z] #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.6s done [2026-05-08T01:15:30.651Z] #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.6s done [2026-05-08T01:15:30.651Z] #48 ... [2026-05-08T01:15:30.651Z] [2026-05-08T01:15:30.651Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-08T01:15:30.651Z] #57 15.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:30.651Z] #57 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:30.928Z] #57 ... [2026-05-08T01:15:30.928Z] [2026-05-08T01:15:30.928Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-08T01:15:30.928Z] #59 25.33 (1/4) Installing ca-certificates (20260413-r0) [2026-05-08T01:15:31.198Z] #59 ... [2026-05-08T01:15:31.198Z] [2026-05-08T01:15:31.198Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-08T01:15:31.198Z] #48 DONE 29.1s [2026-05-08T01:15:31.198Z] [2026-05-08T01:15:31.198Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-08T01:15:31.198Z] #58 24.47 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:15:31.198Z] #58 24.47 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:15:31.198Z] #58 24.47 OK: 26165 distinct packages available [2026-05-08T01:15:31.198Z] #58 25.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:31.876Z] #58 ... [2026-05-08T01:15:31.876Z] [2026-05-08T01:15:31.876Z] #63 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:31.876Z] #63 22.72 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:31.877Z] #63 22.79 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:31.877Z] #63 22.94 OK: 8 MiB in 17 packages [2026-05-08T01:15:31.877Z] #63 DONE 27.2s [2026-05-08T01:15:31.877Z] [2026-05-08T01:15:31.877Z] #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:15:31.877Z] #62 24.33 OK: 255 MiB in 60 packages [2026-05-08T01:15:31.877Z] #62 DONE 26.4s [2026-05-08T01:15:31.877Z] [2026-05-08T01:15:31.877Z] #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2026-05-08T01:15:32.923Z] #76 ... [2026-05-08T01:15:32.923Z] [2026-05-08T01:15:32.923Z] #77 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:15:32.923Z] #77 DONE 0.9s [2026-05-08T01:15:32.923Z] [2026-05-08T01:15:32.923Z] #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:15:34.927Z] #78 ... [2026-05-08T01:15:34.927Z] [2026-05-08T01:15:34.927Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:34.927Z] #72 10.66 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:35.204Z] #72 ... [2026-05-08T01:15:35.204Z] [2026-05-08T01:15:35.204Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-08T01:15:35.204Z] #57 28.35 (1/3) Installing ca-certificates (20260413-r0) [2026-05-08T01:15:35.204Z] #57 28.96 (2/3) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:35.204Z] #57 29.00 (3/3) Installing tzdata (2026b-r0) [2026-05-08T01:15:35.814Z] #57 30.58 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:36.084Z] #57 30.66 Executing ca-certificates-20260413-r0.trigger [2026-05-08T01:15:38.284Z] #57 31.48 OK: 9 MiB in 19 packages [2026-05-08T01:15:38.932Z] #57 ... [2026-05-08T01:15:38.932Z] [2026-05-08T01:15:38.932Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-08T01:15:38.932Z] #64 28.73 OK: 255 MiB in 60 packages [2026-05-08T01:15:38.932Z] #64 DONE 33.1s [2026-05-08T01:15:38.932Z] [2026-05-08T01:15:38.932Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-05-08T01:15:38.932Z] #73 20.18 OK: 255 MiB in 60 packages [2026-05-08T01:15:38.932Z] #73 DONE 22.1s [2026-05-08T01:15:38.932Z] [2026-05-08T01:15:38.932Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:15:38.932Z] #79 ... [2026-05-08T01:15:38.932Z] [2026-05-08T01:15:38.932Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-08T01:15:38.932Z] #59 26.17 (2/4) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:38.932Z] #59 26.22 (3/4) Installing su-exec (0.2-r3) [2026-05-08T01:15:38.932Z] #59 26.26 (4/4) Installing yq-go (4.47.2-r3) [2026-05-08T01:15:38.932Z] #59 28.35 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:38.932Z] #59 28.54 Executing ca-certificates-20260413-r0.trigger [2026-05-08T01:15:38.932Z] #59 30.13 OK: 20 MiB in 20 packages [2026-05-08T01:15:38.932Z] #59 DONE 33.3s [2026-05-08T01:15:38.932Z] [2026-05-08T01:15:38.932Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:38.932Z] #69 27.84 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:38.932Z] #69 27.87 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:38.932Z] #69 27.96 OK: 8 MiB in 17 packages [2026-05-08T01:15:38.932Z] #69 DONE 33.6s [2026-05-08T01:15:38.932Z] [2026-05-08T01:15:38.932Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-05-08T01:15:39.228Z] #80 ... [2026-05-08T01:15:39.228Z] [2026-05-08T01:15:39.228Z] #71 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2026-05-08T01:15:39.228Z] #71 30.10 OK: 255 MiB in 60 packages [2026-05-08T01:15:39.228Z] #71 DONE 34.5s [2026-05-08T01:15:39.536Z] [2026-05-08T01:15:39.536Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-08T01:15:39.536Z] #57 DONE 34.0s [2026-05-08T01:15:39.536Z] [2026-05-08T01:15:39.536Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-08T01:15:39.536Z] #61 30.93 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:39.536Z] #61 30.96 (2/4) Installing openssl (3.5.6-r0) [2026-05-08T01:15:39.536Z] #61 31.06 (3/4) Installing su-exec (0.2-r3) [2026-05-08T01:15:39.536Z] #61 31.09 (4/4) Installing yq-go (4.47.2-r3) [2026-05-08T01:15:39.536Z] #61 32.08 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:39.536Z] #61 32.20 OK: 20 MiB in 20 packages [2026-05-08T01:15:39.536Z] #61 ... [2026-05-08T01:15:39.536Z] [2026-05-08T01:15:39.536Z] #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:15:39.536Z] #68 24.03 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:15:39.536Z] #68 24.03 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:15:39.536Z] #68 24.03 OK: 26165 distinct packages available [2026-05-08T01:15:39.536Z] #68 25.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:39.536Z] #68 28.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:39.852Z] #68 ... [2026-05-08T01:15:39.852Z] [2026-05-08T01:15:39.852Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:15:39.852Z] #81 ... [2026-05-08T01:15:39.852Z] [2026-05-08T01:15:39.852Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:15:39.852Z] #82 ... [2026-05-08T01:15:39.852Z] [2026-05-08T01:15:39.852Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-05-08T01:15:39.852Z] #74 18.99 OK: 8 MiB in 18 packages [2026-05-08T01:15:39.852Z] #74 DONE 22.2s [2026-05-08T01:15:40.152Z] [2026-05-08T01:15:40.152Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-08T01:15:40.904Z] #83 ... [2026-05-08T01:15:40.904Z] [2026-05-08T01:15:40.904Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-05-08T01:15:40.904Z] #72 22.61 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:40.904Z] #72 23.13 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:40.904Z] #72 23.23 OK: 8 MiB in 17 packages [2026-05-08T01:15:40.904Z] #72 DONE 26.5s [2026-05-08T01:15:40.904Z] [2026-05-08T01:15:40.904Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-08T01:15:40.904Z] #65 30.75 (1/7) Installing ca-certificates (20260413-r0) [2026-05-08T01:15:40.904Z] #65 31.00 (2/7) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:40.904Z] #65 31.03 (3/7) Installing libgcc (14.2.0-r6) [2026-05-08T01:15:40.904Z] #65 31.05 (4/7) Installing libsodium (1.0.20-r1) [2026-05-08T01:15:40.904Z] #65 31.10 (5/7) Installing libstdc++ (14.2.0-r6) [2026-05-08T01:15:40.904Z] #65 31.32 (6/7) Installing libzmq (4.3.5-r2) [2026-05-08T01:15:40.904Z] #65 31.39 (7/7) Installing zeromq (4.3.5-r2) [2026-05-08T01:15:40.904Z] #65 31.62 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:40.904Z] #65 31.71 Executing ca-certificates-20260413-r0.trigger [2026-05-08T01:15:40.904Z] #65 32.58 OK: 12 MiB in 23 packages [2026-05-08T01:15:41.198Z] #65 ... [2026-05-08T01:15:41.198Z] [2026-05-08T01:15:41.198Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-08T01:15:41.198Z] #61 DONE 35.5s [2026-05-08T01:15:41.198Z] [2026-05-08T01:15:41.198Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-08T01:15:41.198Z] #65 DONE 35.8s [2026-05-08T01:15:41.198Z] [2026-05-08T01:15:41.198Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-08T01:15:41.890Z] #84 ... [2026-05-08T01:15:41.890Z] [2026-05-08T01:15:41.890Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:15:41.890Z] #70 26.30 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:15:41.890Z] #70 26.30 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:15:41.890Z] #70 26.30 OK: 26165 distinct packages available [2026-05-08T01:15:41.890Z] #70 28.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:41.890Z] #70 30.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:41.890Z] #70 ... [2026-05-08T01:15:41.890Z] [2026-05-08T01:15:41.890Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:15:42.237Z] #85 ... [2026-05-08T01:15:42.237Z] [2026-05-08T01:15:42.237Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:15:42.237Z] #79 DONE 3.4s [2026-05-08T01:15:42.237Z] [2026-05-08T01:15:42.237Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-05-08T01:15:42.237Z] #86 DONE 3.4s [2026-05-08T01:15:42.237Z] [2026-05-08T01:15:42.237Z] #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:15:42.237Z] #68 36.95 (1/5) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:42.237Z] #68 36.95 (2/5) Installing musl-obstack (1.2.3-r2) [2026-05-08T01:15:42.237Z] #68 36.96 (3/5) Installing libucontext (1.3.2-r0) [2026-05-08T01:15:42.237Z] #68 37.00 (4/5) Installing gcompat (1.1.0-r4) [2026-05-08T01:15:42.545Z] #68 37.04 (5/5) Installing openssl (3.5.6-r0) [2026-05-08T01:15:42.545Z] #68 ... [2026-05-08T01:15:42.545Z] [2026-05-08T01:15:42.545Z] #87 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:15:42.545Z] #87 DONE 3.2s [2026-05-08T01:15:42.545Z] [2026-05-08T01:15:42.545Z] #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:15:42.545Z] #68 37.13 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:42.854Z] #68 37.31 OK: 9 MiB in 21 packages [2026-05-08T01:15:43.168Z] #68 ... [2026-05-08T01:15:43.168Z] [2026-05-08T01:15:43.168Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-08T01:15:43.168Z] #60 27.59 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-08T01:15:43.168Z] #60 27.59 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-08T01:15:43.168Z] #60 27.59 OK: 26183 distinct packages available [2026-05-08T01:15:43.168Z] #60 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:43.168Z] #60 31.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:43.476Z] #60 ... [2026-05-08T01:15:43.476Z] [2026-05-08T01:15:43.476Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:15:43.476Z] #70 37.85 (1/13) Installing brotli-libs (1.1.0-r2) [2026-05-08T01:15:43.765Z] #70 38.07 (2/13) Installing c-ares (1.34.6-r0) [2026-05-08T01:15:43.765Z] #70 38.13 (3/13) Installing libunistring (1.3-r0) [2026-05-08T01:15:44.050Z] #70 38.41 (4/13) Installing libidn2 (2.3.7-r0) [2026-05-08T01:15:44.050Z] #70 38.46 (5/13) Installing nghttp2-libs (1.69.0-r0) [2026-05-08T01:15:44.050Z] #70 38.49 (6/13) Installing libpsl (0.21.5-r3) [2026-05-08T01:15:44.050Z] #70 ... [2026-05-08T01:15:44.050Z] [2026-05-08T01:15:44.050Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-08T01:15:44.050Z] #58 28.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:44.050Z] #58 36.98 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:44.050Z] #58 37.00 (2/4) Installing musl-obstack (1.2.3-r2) [2026-05-08T01:15:44.050Z] #58 37.00 (3/4) Installing libucontext (1.3.2-r0) [2026-05-08T01:15:44.050Z] #58 37.03 (4/4) Installing gcompat (1.1.0-r4) [2026-05-08T01:15:44.050Z] #58 37.05 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:44.050Z] #58 37.30 OK: 8 MiB in 20 packages [2026-05-08T01:15:44.050Z] #58 ... [2026-05-08T01:15:44.050Z] [2026-05-08T01:15:44.050Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:15:44.050Z] #70 38.53 (7/13) Installing zstd-libs (1.5.7-r0) [2026-05-08T01:15:44.050Z] #70 38.63 (8/13) Installing libcurl (8.14.1-r2) [2026-05-08T01:15:44.050Z] #70 38.75 (9/13) Installing curl (8.14.1-r2) [2026-05-08T01:15:44.352Z] #70 38.86 (10/13) Installing dumb-init (1.2.5-r3) [2026-05-08T01:15:44.352Z] #70 38.87 (11/13) Installing musl-obstack (1.2.3-r2) [2026-05-08T01:15:44.352Z] #70 38.91 (12/13) Installing libucontext (1.3.2-r0) [2026-05-08T01:15:44.352Z] #70 38.96 (13/13) Installing gcompat (1.1.0-r4) [2026-05-08T01:15:44.642Z] #70 39.03 Executing busybox-1.37.0-r20.trigger [2026-05-08T01:15:44.642Z] #70 39.17 OK: 13 MiB in 29 packages [2026-05-08T01:15:45.291Z] #70 ... [2026-05-08T01:15:45.291Z] [2026-05-08T01:15:45.291Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-08T01:15:45.291Z] #68 DONE 39.8s [2026-05-08T01:15:45.291Z] [2026-05-08T01:15:45.291Z] #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-05-08T01:15:45.640Z] #88 ... [2026-05-08T01:15:45.640Z] [2026-05-08T01:15:45.640Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-08T01:15:45.640Z] #58 DONE 40.0s [2026-05-08T01:15:45.640Z] [2026-05-08T01:15:45.640Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-08T01:15:45.958Z] #89 ... [2026-05-08T01:15:45.958Z] [2026-05-08T01:15:45.958Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-08T01:15:45.958Z] #70 DONE 40.5s [2026-05-08T01:15:46.323Z] [2026-05-08T01:15:46.323Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-08T01:15:46.323Z] #60 40.25 OK: 255 MiB in 60 packages [2026-05-08T01:15:47.032Z] #60 DONE 41.3s [2026-05-08T01:15:47.032Z] [2026-05-08T01:15:47.032Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:15:48.581Z] #90 ... [2026-05-08T01:15:48.581Z] [2026-05-08T01:15:48.581Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:15:48.581Z] #91 DONE 1.4s [2026-05-08T01:15:48.581Z] [2026-05-08T01:15:48.581Z] #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2026-05-08T01:15:48.581Z] #76 8.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:48.581Z] #76 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:48.581Z] #76 16.79 OK: 8 MiB in 17 packages [2026-05-08T01:15:48.581Z] #76 DONE 17.5s [2026-05-08T01:15:48.581Z] [2026-05-08T01:15:48.581Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:15:49.188Z] #92 ... [2026-05-08T01:15:49.188Z] [2026-05-08T01:15:49.188Z] #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:15:49.188Z] #93 ... [2026-05-08T01:15:49.188Z] [2026-05-08T01:15:49.188Z] #94 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:15:51.884Z] #94 ... [2026-05-08T01:15:51.884Z] [2026-05-08T01:15:51.884Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:15:51.884Z] #82 11.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:52.173Z] #82 ... [2026-05-08T01:15:52.173Z] [2026-05-08T01:15:52.173Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-08T01:15:52.173Z] #83 DONE 12.1s [2026-05-08T01:15:52.173Z] [2026-05-08T01:15:52.173Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:15:52.173Z] #82 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:52.173Z] #82 ... [2026-05-08T01:15:52.173Z] [2026-05-08T01:15:52.173Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:15:52.173Z] #95 ... [2026-05-08T01:15:52.173Z] [2026-05-08T01:15:52.173Z] #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:15:52.454Z] #96 ... [2026-05-08T01:15:52.454Z] [2026-05-08T01:15:52.454Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-05-08T01:15:52.454Z] #97 DONE 0.4s [2026-05-08T01:15:52.454Z] [2026-05-08T01:15:52.454Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-08T01:15:52.454Z] #84 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:53.903Z] #84 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:58.185Z] #84 ... [2026-05-08T01:15:58.185Z] [2026-05-08T01:15:58.185Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:15:58.185Z] #90 7.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:15:58.185Z] #90 8.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:00.148Z] #90 ... [2026-05-08T01:16:00.148Z] [2026-05-08T01:16:00.148Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:16:00.148Z] #82 18.70 OK: 9 MiB in 19 packages [2026-05-08T01:16:00.148Z] #82 DONE 20.2s [2026-05-08T01:16:00.148Z] [2026-05-08T01:16:00.148Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-08T01:16:00.148Z] #89 8.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:00.148Z] #89 9.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:00.417Z] #89 ... [2026-05-08T01:16:00.417Z] [2026-05-08T01:16:00.417Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-08T01:16:00.417Z] #84 19.36 OK: 20 MiB in 20 packages [2026-05-08T01:16:01.881Z] #84 ... [2026-05-08T01:16:01.881Z] [2026-05-08T01:16:01.881Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-05-08T01:16:01.881Z] #80 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:01.881Z] #80 14.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:01.881Z] #80 21.70 OK: 20 MiB in 20 packages [2026-05-08T01:16:01.881Z] #80 DONE 23.0s [2026-05-08T01:16:01.881Z] [2026-05-08T01:16:01.881Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-08T01:16:01.881Z] #84 DONE 20.7s [2026-05-08T01:16:01.881Z] [2026-05-08T01:16:01.881Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-08T01:16:01.881Z] #89 15.46 OK: 8 MiB in 20 packages [2026-05-08T01:16:02.545Z] #89 DONE 17.0s [2026-05-08T01:16:02.545Z] [2026-05-08T01:16:02.545Z] #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-05-08T01:16:02.545Z] #98 DONE 0.5s [2026-05-08T01:16:02.545Z] [2026-05-08T01:16:02.545Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:16:02.837Z] #99 ... [2026-05-08T01:16:02.837Z] [2026-05-08T01:16:02.837Z] #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:16:02.837Z] #93 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:02.837Z] #93 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:02.837Z] #93 22.20 OK: 8 MiB in 17 packages [2026-05-08T01:16:02.837Z] #93 DONE 23.8s [2026-05-08T01:16:02.837Z] [2026-05-08T01:16:02.837Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:16:02.837Z] #85 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:02.837Z] #85 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:02.837Z] #85 19.72 OK: 12 MiB in 23 packages [2026-05-08T01:16:02.837Z] #85 DONE 21.6s [2026-05-08T01:16:02.837Z] [2026-05-08T01:16:02.837Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:16:02.837Z] #90 16.42 OK: 13 MiB in 29 packages [2026-05-08T01:16:03.869Z] #90 ... [2026-05-08T01:16:03.869Z] [2026-05-08T01:16:03.869Z] #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-05-08T01:16:03.869Z] #88 8.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:03.869Z] #88 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-08T01:16:03.869Z] #88 17.52 OK: 9 MiB in 21 packages [2026-05-08T01:16:04.155Z] #88 ... [2026-05-08T01:16:04.155Z] [2026-05-08T01:16:04.155Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-08T01:16:04.155Z] #90 DONE 18.0s [2026-05-08T01:16:04.498Z] [2026-05-08T01:16:04.498Z] #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-05-08T01:16:04.498Z] #88 DONE 19.4s [2026-05-08T01:16:04.498Z] [2026-05-08T01:16:04.498Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-05-08T01:16:07.891Z] #100 ... [2026-05-08T01:16:07.891Z] [2026-05-08T01:16:07.891Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:16:07.891Z] #99 DONE 5.6s [2026-05-08T01:16:08.172Z] [2026-05-08T01:16:08.172Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-05-08T01:16:08.469Z] #101 ... [2026-05-08T01:16:08.469Z] [2026-05-08T01:16:08.469Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:16:08.469Z] #102 DONE 3.9s [2026-05-08T01:16:08.469Z] [2026-05-08T01:16:08.469Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-05-08T01:16:08.469Z] #100 DONE 3.9s [2026-05-08T01:16:08.469Z] [2026-05-08T01:16:08.469Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-05-08T01:16:08.469Z] #101 DONE 0.3s [2026-05-08T01:16:08.469Z] [2026-05-08T01:16:08.469Z] #103 [security-spire-config stage-2 6/10] COPY security.txt / [2026-05-08T01:16:08.741Z] #103 DONE 0.3s [2026-05-08T01:16:08.741Z] [2026-05-08T01:16:08.741Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-05-08T01:16:08.741Z] #104 DONE 0.5s [2026-05-08T01:16:08.741Z] [2026-05-08T01:16:08.741Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:16:09.033Z] #105 DONE 0.3s [2026-05-08T01:16:09.033Z] [2026-05-08T01:16:09.033Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2026-05-08T01:16:09.033Z] #106 DONE 0.3s [2026-05-08T01:16:09.033Z] [2026-05-08T01:16:09.033Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:16:09.318Z] #107 ... [2026-05-08T01:16:09.318Z] [2026-05-08T01:16:09.318Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-05-08T01:16:09.318Z] #108 DONE 0.3s [2026-05-08T01:16:09.617Z] [2026-05-08T01:16:09.617Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:16:09.617Z] #107 DONE 0.5s [2026-05-08T01:16:09.617Z] [2026-05-08T01:16:09.617Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-05-08T01:16:09.905Z] #109 ... [2026-05-08T01:16:09.905Z] [2026-05-08T01:16:09.905Z] #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-05-08T01:16:09.905Z] #110 DONE 0.4s [2026-05-08T01:16:09.905Z] [2026-05-08T01:16:09.905Z] #111 [security-spire-config] exporting to image [2026-05-08T01:16:09.905Z] #111 exporting layers [2026-05-08T01:16:10.185Z] #111 ... [2026-05-08T01:16:10.185Z] [2026-05-08T01:16:10.185Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-05-08T01:16:10.185Z] #109 DONE 0.5s [2026-05-08T01:16:10.185Z] [2026-05-08T01:16:10.185Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-05-08T01:16:10.794Z] #112 DONE 0.4s [2026-05-08T01:16:10.794Z] [2026-05-08T01:16:10.794Z] #111 [security-spire-server] exporting to image [2026-05-08T01:16:11.780Z] #111 ... [2026-05-08T01:16:11.780Z] [2026-05-08T01:16:11.780Z] #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-08T01:16:11.780Z] #113 DONE 3.6s [2026-05-08T01:16:12.060Z] [2026-05-08T01:16:12.060Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-05-08T01:16:12.060Z] #114 DONE 0.3s [2026-05-08T01:16:12.060Z] [2026-05-08T01:16:12.060Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-05-08T01:16:12.655Z] #115 DONE 0.3s [2026-05-08T01:16:12.655Z] [2026-05-08T01:16:12.655Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-05-08T01:16:12.655Z] #116 DONE 0.3s [2026-05-08T01:16:12.655Z] [2026-05-08T01:16:12.655Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-05-08T01:16:12.983Z] #117 DONE 0.2s [2026-05-08T01:16:12.983Z] [2026-05-08T01:16:12.983Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-05-08T01:16:13.263Z] #118 DONE 0.2s [2026-05-08T01:16:13.263Z] [2026-05-08T01:16:13.263Z] #111 [security-spire-server] exporting to image [2026-05-08T01:16:14.713Z] #111 exporting layers 4.8s done [2026-05-08T01:16:14.713Z] #111 writing image sha256:2c39a50a38fa6a5bb2ceada457469e0fd5cc2d5d6d3ca51273371158c667f536 [2026-05-08T01:16:14.713Z] #111 writing image sha256:2c39a50a38fa6a5bb2ceada457469e0fd5cc2d5d6d3ca51273371158c667f536 0.1s done [2026-05-08T01:16:14.713Z] #111 naming to docker.io/library/security-spire-config-arm64 0.0s done [2026-05-08T01:16:14.982Z] #111 exporting layers 4.5s done [2026-05-08T01:16:14.982Z] #111 writing image sha256:59a1fb2ab93a9ebaa96c3185f98bf93603ec583cf9250b264fd44b9a91308c10 [2026-05-08T01:16:15.251Z] #111 writing image sha256:59a1fb2ab93a9ebaa96c3185f98bf93603ec583cf9250b264fd44b9a91308c10 done [2026-05-08T01:16:15.251Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2026-05-08T01:16:16.220Z] #111 exporting layers 3.1s done [2026-05-08T01:16:16.491Z] #111 writing image sha256:3cca58a3c78dd9189a8bb1f655b1f9d9c602d737bde34c0a306d8ef3d86bd767 done [2026-05-08T01:16:16.491Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2026-05-08T01:16:16.491Z] #111 DONE 6.8s [2026-05-08T01:16:16.491Z] [2026-05-08T01:16:16.491Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:16:29.769Z] #152 DONE 97.7s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:16:29.769Z] #148 ... [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-08T01:16:29.769Z] #149 DONE 97.8s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:16:29.769Z] #110 ... [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-05-08T01:16:29.769Z] #157 ... [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:16:29.769Z] #158 DONE 0.3s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-05-08T01:16:29.769Z] #157 DONE 0.3s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-05-08T01:16:29.769Z] #159 ... [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:16:29.769Z] #160 DONE 0.3s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-05-08T01:16:29.769Z] #161 DONE 1.8s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #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-05-08T01:16:29.769Z] #162 DONE 0.4s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-05-08T01:16:29.769Z] #159 DONE 2.4s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:16:29.769Z] #163 DONE 1.2s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:16:29.769Z] #164 ... [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #165 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-05-08T01:16:29.769Z] #165 DONE 2.4s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #166 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T01:16:29.769Z] #166 ... [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:16:29.769Z] #164 DONE 3.1s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-05-08T01:16:29.769Z] #167 ... [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.769Z] #166 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T01:16:29.769Z] #166 DONE 5.3s [2026-05-08T01:16:29.769Z] [2026-05-08T01:16:29.770Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-05-08T01:16:29.770Z] #167 DONE 3.4s [2026-05-08T01:16:29.770Z] [2026-05-08T01:16:29.770Z] #168 [core-common-config-bootstrapper] exporting to image [2026-05-08T01:16:29.770Z] #168 exporting layers [2026-05-08T01:16:29.770Z] #168 ... [2026-05-08T01:16:29.770Z] [2026-05-08T01:16:29.770Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-05-08T01:16:29.770Z] #169 DONE 2.3s [2026-05-08T01:16:29.770Z] [2026-05-08T01:16:29.770Z] #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-05-08T01:16:31.152Z] #170 DONE 2.0s [2026-05-08T01:16:31.152Z] [2026-05-08T01:16:31.152Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:16:31.410Z] #148 ... [2026-05-08T01:16:31.410Z] [2026-05-08T01:16:31.410Z] #168 [core-common-config-bootstrapper] exporting to image [2026-05-08T01:16:31.410Z] #168 exporting layers 4.4s done [2026-05-08T01:16:31.410Z] #168 writing image sha256:8e3e5ff24eebbaca97bf55bce7c69218893352df5abb2cc1a09ccfe3cf70553d 0.0s done [2026-05-08T01:16:31.410Z] #168 naming to docker.io/library/core-common-config-bootstrapper done [2026-05-08T01:16:31.668Z] #168 DONE 4.6s [2026-05-08T01:16:31.668Z] [2026-05-08T01:16:31.668Z] #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-05-08T01:16:31.668Z] #171 DONE 0.4s [2026-05-08T01:16:31.668Z] [2026-05-08T01:16:31.668Z] #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-05-08T01:16:32.239Z] #172 DONE 0.4s [2026-05-08T01:16:32.239Z] [2026-05-08T01:16:32.239Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-05-08T01:16:32.803Z] #173 DONE 0.6s [2026-05-08T01:16:32.803Z] [2026-05-08T01:16:32.803Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-05-08T01:16:34.727Z] #174 DONE 1.8s [2026-05-08T01:16:34.727Z] [2026-05-08T01:16:34.727Z] #175 [security-bootstrapper] exporting to image [2026-05-08T01:16:35.291Z] #175 exporting layers 1.0s done [2026-05-08T01:16:35.291Z] #175 writing image sha256:f69943b463afcc04fefc0f5d7e7615c7e4d09941fc3db3d900ee39ba26d17f59 [2026-05-08T01:16:35.548Z] #175 writing image sha256:f69943b463afcc04fefc0f5d7e7615c7e4d09941fc3db3d900ee39ba26d17f59 0.0s done [2026-05-08T01:16:35.548Z] #175 naming to docker.io/library/security-bootstrapper done [2026-05-08T01:16:35.548Z] #175 DONE 1.0s [2026-05-08T01:16:35.548Z] [2026-05-08T01:16:35.548Z] #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:17:22.196Z] #111 ... [2026-05-08T01:17:22.196Z] [2026-05-08T01:17:22.196Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-08T01:17:22.196Z] #151 160.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-05-08T01:17:27.465Z] #151 DONE 169.0s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #150 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-08T01:17:27.465Z] #150 DONE 169.0s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-08T01:17:27.465Z] #154 DONE 169.0s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-08T01:17:27.465Z] #145 DONE 169.0s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #109 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-08T01:17:27.465Z] #109 DONE 182.1s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:17:27.465Z] #148 DONE 169.0s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #176 ... [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-08T01:17:27.465Z] #153 DONE 169.0s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:17:27.465Z] #155 DONE 169.1s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:17:27.465Z] #111 DONE 182.2s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:17:27.465Z] #110 DONE 182.3s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #177 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #177 DONE 0.3s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #176 DONE 0.3s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #178 DONE 0.3s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #179 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #179 DONE 0.3s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #180 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #180 DONE 0.2s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #181 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #181 DONE 0.2s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #182 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.465Z] #182 DONE 0.2s [2026-05-08T01:17:27.465Z] [2026-05-08T01:17:27.465Z] #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.731Z] #183 ... [2026-05-08T01:17:27.731Z] [2026-05-08T01:17:27.732Z] #184 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.732Z] #184 DONE 0.2s [2026-05-08T01:17:27.732Z] [2026-05-08T01:17:27.732Z] #185 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.732Z] #185 DONE 0.4s [2026-05-08T01:17:27.732Z] [2026-05-08T01:17:27.732Z] #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.732Z] #186 DONE 0.4s [2026-05-08T01:17:27.732Z] [2026-05-08T01:17:27.732Z] #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.732Z] #187 DONE 0.4s [2026-05-08T01:17:27.732Z] [2026-05-08T01:17:27.732Z] #188 [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-05-08T01:17:27.993Z] #188 ... [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #189 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.993Z] #189 CACHED [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.993Z] #190 CACHED [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #191 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-05-08T01:17:27.993Z] #191 DONE 0.4s [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #192 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.993Z] #192 CACHED [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #193 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:17:27.993Z] #193 CACHED [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.993Z] #194 DONE 0.4s [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #195 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.993Z] #195 DONE 0.4s [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.993Z] #196 DONE 0.4s [2026-05-08T01:17:27.993Z] [2026-05-08T01:17:27.993Z] #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:17:27.993Z] #183 DONE 0.4s [2026-05-08T01:17:28.259Z] [2026-05-08T01:17:28.259Z] #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-05-08T01:17:29.650Z] #197 ... [2026-05-08T01:17:29.650Z] [2026-05-08T01:17:29.650Z] #198 [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-05-08T01:17:29.650Z] #198 DONE 1.5s [2026-05-08T01:17:29.650Z] [2026-05-08T01:17:29.650Z] #199 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-05-08T01:17:29.650Z] #199 DONE 1.5s [2026-05-08T01:17:29.650Z] [2026-05-08T01:17:29.650Z] #188 [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-05-08T01:17:29.650Z] #188 DONE 1.5s [2026-05-08T01:17:29.650Z] [2026-05-08T01:17:29.650Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-05-08T01:17:29.650Z] #200 DONE 1.5s [2026-05-08T01:17:29.650Z] [2026-05-08T01:17:29.650Z] #201 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-05-08T01:17:29.650Z] #201 DONE 1.5s [2026-05-08T01:17:29.650Z] [2026-05-08T01:17:29.650Z] #202 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:17:29.650Z] #202 DONE 1.5s [2026-05-08T01:17:29.650Z] [2026-05-08T01:17:29.650Z] #203 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:17:31.040Z] #203 ... [2026-05-08T01:17:31.040Z] [2026-05-08T01:17:31.040Z] #204 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-05-08T01:17:31.040Z] #204 DONE 3.1s [2026-05-08T01:17:31.040Z] [2026-05-08T01:17:31.040Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-05-08T01:17:31.040Z] #205 DONE 3.2s [2026-05-08T01:17:31.040Z] [2026-05-08T01:17:31.040Z] #206 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-05-08T01:17:31.040Z] #206 DONE 3.2s [2026-05-08T01:17:31.040Z] [2026-05-08T01:17:31.040Z] #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-05-08T01:17:31.040Z] #197 DONE 3.2s [2026-05-08T01:17:31.040Z] [2026-05-08T01:17:31.040Z] #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-05-08T01:17:31.040Z] #207 DONE 1.7s [2026-05-08T01:17:31.040Z] [2026-05-08T01:17:31.040Z] #208 [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-05-08T01:17:31.040Z] #208 DONE 1.7s [2026-05-08T01:17:31.298Z] [2026-05-08T01:17:31.298Z] #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-05-08T01:17:31.298Z] #209 DONE 1.8s [2026-05-08T01:17:31.298Z] [2026-05-08T01:17:31.298Z] #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:17:31.298Z] #210 DONE 1.8s [2026-05-08T01:17:31.298Z] [2026-05-08T01:17:31.298Z] #203 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:17:31.298Z] #203 DONE 1.8s [2026-05-08T01:17:31.298Z] [2026-05-08T01:17:31.298Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-05-08T01:17:31.555Z] #211 ... [2026-05-08T01:17:31.555Z] [2026-05-08T01:17:31.555Z] #212 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:17:31.555Z] #212 DONE 0.5s [2026-05-08T01:17:31.555Z] [2026-05-08T01:17:31.555Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:17:31.555Z] #213 DONE 0.5s [2026-05-08T01:17:31.555Z] [2026-05-08T01:17:31.555Z] #214 [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-05-08T01:17:31.555Z] #214 DONE 0.5s [2026-05-08T01:17:31.555Z] [2026-05-08T01:17:31.555Z] #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-05-08T01:17:31.555Z] #215 DONE 0.5s [2026-05-08T01:17:31.555Z] [2026-05-08T01:17:31.555Z] #216 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-05-08T01:17:31.555Z] #216 DONE 0.5s [2026-05-08T01:17:31.555Z] [2026-05-08T01:17:31.555Z] #217 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:17:31.555Z] #217 DONE 0.5s [2026-05-08T01:17:31.555Z] [2026-05-08T01:17:31.555Z] #218 [support-scheduler] exporting to image [2026-05-08T01:17:31.555Z] #218 exporting layers [2026-05-08T01:17:31.813Z] #218 ... [2026-05-08T01:17:31.813Z] [2026-05-08T01:17:31.813Z] #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-05-08T01:17:31.813Z] #219 DONE 0.6s [2026-05-08T01:17:31.813Z] [2026-05-08T01:17:31.813Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-05-08T01:17:31.813Z] #211 DONE 0.6s [2026-05-08T01:17:31.813Z] [2026-05-08T01:17:31.813Z] #220 [core-metadata] exporting to image [2026-05-08T01:17:32.074Z] #220 ... [2026-05-08T01:17:32.074Z] [2026-05-08T01:17:32.074Z] #221 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-05-08T01:17:32.074Z] #221 DONE 0.6s [2026-05-08T01:17:32.334Z] [2026-05-08T01:17:32.334Z] #222 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-05-08T01:17:32.334Z] #222 DONE 0.5s [2026-05-08T01:17:32.334Z] [2026-05-08T01:17:32.334Z] #223 [core-keeper] exporting to image [2026-05-08T01:17:32.334Z] #223 exporting layers 0.2s done [2026-05-08T01:17:32.334Z] #223 writing image sha256:40a8ae35f84694682bbfcadfa02b9b885bfe8ebfe4c8913936a1f28aa4b18f98 0.0s done [2026-05-08T01:17:32.334Z] #223 naming to docker.io/library/core-keeper done [2026-05-08T01:17:32.334Z] #223 DONE 1.3s [2026-05-08T01:17:32.334Z] [2026-05-08T01:17:32.334Z] #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-05-08T01:17:32.334Z] #224 ... [2026-05-08T01:17:32.334Z] [2026-05-08T01:17:32.334Z] #225 [core-command] exporting to image [2026-05-08T01:17:32.334Z] #225 exporting layers 0.4s done [2026-05-08T01:17:32.334Z] #225 writing image sha256:fa468456a27f213680632369b3bb795193a0f6d752dd5a8fbe97604350df4a3c 0.1s done [2026-05-08T01:17:32.334Z] #225 naming to docker.io/library/core-command 0.0s done [2026-05-08T01:17:32.334Z] #225 DONE 1.0s [2026-05-08T01:17:32.596Z] [2026-05-08T01:17:32.596Z] #226 [core-data] exporting to image [2026-05-08T01:17:32.596Z] #226 exporting layers 0.7s done [2026-05-08T01:17:32.596Z] #226 writing image sha256:fe2f0f8f060a45c91373ab93bde83fd0cc1985b0e506e7b122bc46d6b2ccc235 0.0s done [2026-05-08T01:17:32.596Z] #226 naming to docker.io/library/core-data 0.0s done [2026-05-08T01:17:32.596Z] #226 DONE 1.1s [2026-05-08T01:17:32.596Z] [2026-05-08T01:17:32.596Z] #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-05-08T01:17:32.596Z] #224 DONE 0.4s [2026-05-08T01:17:32.596Z] [2026-05-08T01:17:32.596Z] #220 [core-metadata] exporting to image [2026-05-08T01:17:32.596Z] #220 exporting layers 0.8s done [2026-05-08T01:17:32.596Z] #220 writing image sha256:be1f7a4ea1b344226e9703284139bfc78954038989ee0e02934ec7c027c89e44 0.0s done [2026-05-08T01:17:32.596Z] #220 naming to docker.io/library/core-metadata 0.0s done [2026-05-08T01:17:32.854Z] #220 DONE 0.9s [2026-05-08T01:17:32.854Z] [2026-05-08T01:17:32.854Z] #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T01:17:32.854Z] #227 DONE 1.0s [2026-05-08T01:17:32.854Z] [2026-05-08T01:17:32.854Z] #228 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-05-08T01:17:32.854Z] #228 DONE 0.2s [2026-05-08T01:17:32.854Z] [2026-05-08T01:17:32.854Z] #229 [security-proxy-auth] exporting to image [2026-05-08T01:17:33.112Z] #229 ... [2026-05-08T01:17:33.112Z] [2026-05-08T01:17:33.112Z] #230 [security-spiffe-token-provider] exporting to image [2026-05-08T01:17:33.112Z] #230 exporting layers 1.1s done [2026-05-08T01:17:33.112Z] #230 writing image sha256:b97ec6984afcbd11a014500e23b9c213808ff054d2d41df01fe1ef178c0fc1c9 0.0s done [2026-05-08T01:17:33.112Z] #230 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2026-05-08T01:17:33.112Z] #230 DONE 1.3s [2026-05-08T01:17:33.112Z] [2026-05-08T01:17:33.112Z] #231 [support-notifications] exporting to image [2026-05-08T01:17:33.112Z] #231 exporting layers 1.2s done [2026-05-08T01:17:33.112Z] #231 writing image sha256:4828dc6fd97856d43718c8e5b4cbf99e597ac6c3b86ccb483843a830a8e57070 0.0s done [2026-05-08T01:17:33.112Z] #231 naming to docker.io/library/support-notifications 0.1s done [2026-05-08T01:17:33.112Z] #231 DONE 1.4s [2026-05-08T01:17:33.112Z] [2026-05-08T01:17:33.112Z] #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T01:17:33.112Z] #232 DONE 0.7s [2026-05-08T01:17:33.112Z] [2026-05-08T01:17:33.112Z] #233 [security-proxy-setup] exporting to image [2026-05-08T01:17:33.371Z] #233 ... [2026-05-08T01:17:33.371Z] [2026-05-08T01:17:33.371Z] #218 [support-scheduler] exporting to image [2026-05-08T01:17:33.371Z] #218 exporting layers 1.3s done [2026-05-08T01:17:33.371Z] #218 writing image sha256:8b2f1c992ba1653e475b2b7e7881948a63051733479dfe1c96a7aadbea7eb834 0.0s done [2026-05-08T01:17:33.371Z] #218 naming to docker.io/library/support-scheduler done [2026-05-08T01:17:33.372Z] #218 DONE 1.6s [2026-05-08T01:17:33.372Z] [2026-05-08T01:17:33.372Z] #229 [security-proxy-auth] exporting to image [2026-05-08T01:17:33.372Z] #229 exporting layers 0.5s done [2026-05-08T01:17:33.372Z] #229 writing image sha256:aaa6cf6fe994d7f1f17000821b9aedf01c5ab34ac5e60643ba67ae72ce226d87 done [2026-05-08T01:17:33.372Z] #229 naming to docker.io/library/security-proxy-auth done [2026-05-08T01:17:33.372Z] #229 DONE 0.6s [2026-05-08T01:17:33.372Z] [2026-05-08T01:17:33.372Z] #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T01:17:33.372Z] #234 DONE 0.5s [2026-05-08T01:17:33.372Z] [2026-05-08T01:17:33.372Z] #233 [security-proxy-setup] exporting to image [2026-05-08T01:17:33.372Z] #233 exporting layers 0.4s done [2026-05-08T01:17:33.372Z] #233 writing image sha256:adcd381915a41b95df21db2819c7921e30ac10f85462b7c03de97de11a37b5c9 done [2026-05-08T01:17:33.372Z] #233 naming to docker.io/library/security-proxy-setup done [2026-05-08T01:17:33.372Z] #233 DONE 0.4s [2026-05-08T01:17:33.372Z] [2026-05-08T01:17:33.372Z] #235 [security-secretstore-setup] exporting to image [2026-05-08T01:17:33.631Z] #235 exporting layers 0.2s done [2026-05-08T01:17:33.631Z] #235 writing image sha256:05cb202f49a0eb8589e329875183973660285c77233ae8c17eaf63768bf19787 done [2026-05-08T01:17:33.631Z] #235 naming to docker.io/library/security-secretstore-setup done [2026-05-08T01:17:33.631Z] #235 DONE 0.3s [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T01:17:33.631Z] time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-05-08T01:17:33.644Z] $ docker stop --time=1 37a3b69158f45fdfed38089f10ec12a1e3fd2e854e3bced2e21986e3bda97574 [2026-05-08T01:17:34.952Z] $ docker rm -f --volumes 37a3b69158f45fdfed38089f10ec12a1e3fd2e854e3bced2e21986e3bda97574 [Pipeline] // withDockerContainer [Pipeline] sh [2026-05-08T01:17:35.327Z] + docker images [2026-05-08T01:17:35.327Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-05-08T01:17:35.327Z] security-secretstore-setup latest 05cb202f49a0 2 seconds ago 89.2MB [2026-05-08T01:17:35.327Z] security-proxy-setup latest adcd381915a4 3 seconds ago 54.8MB [2026-05-08T01:17:35.327Z] security-proxy-auth latest aaa6cf6fe994 3 seconds ago 49.1MB [2026-05-08T01:17:35.327Z] support-notifications latest 4828dc6fd978 4 seconds ago 57.8MB [2026-05-08T01:17:35.327Z] security-spiffe-token-provider latest b97ec6984afc 4 seconds ago 53MB [2026-05-08T01:17:35.327Z] core-metadata latest be1f7a4ea1b3 4 seconds ago 50.1MB [2026-05-08T01:17:35.327Z] core-command latest fa468456a27f 4 seconds ago 44.1MB [2026-05-08T01:17:35.327Z] support-scheduler latest 8b2f1c992ba1 4 seconds ago 54.2MB [2026-05-08T01:17:35.327Z] core-data latest fe2f0f8f060a 4 seconds ago 49.9MB [2026-05-08T01:17:35.327Z] core-keeper latest 40a8ae35f846 6 seconds ago 49.7MB [2026-05-08T01:17:35.327Z] security-bootstrapper latest f69943b463af About a minute ago 21.6MB [2026-05-08T01:17:35.327Z] core-common-config-bootstrapper latest 8e3e5ff24eeb About a minute ago 20.5MB [2026-05-08T01:17:35.327Z] security-spire-agent latest 9f291c127a49 2 minutes ago 237MB [2026-05-08T01:17:35.327Z] security-spire-config latest 87074ea3af3b 2 minutes ago 177MB [2026-05-08T01:17:35.327Z] security-spire-server latest 14ff45aec6f2 2 minutes ago 178MB [2026-05-08T01:17:35.327Z] ci-base-image-x86_64 latest a22ac6376645 8 minutes ago 970MB [2026-05-08T01:17:35.327Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 6 months ago 636MB [2026-05-08T01:17:35.327Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 11 months ago 573MB [2026-05-08T01:17:35.327Z] 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-05-08T01:17:35.444Z] provisioning config files... [2026-05-08T01:17:35.452Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config11047146046774713143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-08T01:17:35.747Z] ---> ****-login.sh [2026-05-08T01:17:35.747Z] nexus3.edgexfoundry.org:10001 [2026-05-08T01:17:35.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:17:35.747Z] Login Succeeded [2026-05-08T01:17:35.747Z] nexus3.edgexfoundry.org:10002 [2026-05-08T01:17:35.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:17:35.747Z] Login Succeeded [2026-05-08T01:17:35.747Z] nexus3.edgexfoundry.org:10003 [2026-05-08T01:17:36.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:17:36.009Z] Login Succeeded [2026-05-08T01:17:36.009Z] nexus3.edgexfoundry.org:10004 [2026-05-08T01:17:36.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:17:36.009Z] Login Succeeded [2026-05-08T01:17:36.009Z] ****.io [2026-05-08T01:17:36.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T01:17:36.281Z] Login Succeeded [2026-05-08T01:17:36.281Z] ---> ****-login.sh ends [Pipeline] } [2026-05-08T01:17:36.296Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:17:36.485Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-08T01:17:36.521Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2026-05-08T01:17:36.521Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:36.521Z] latest [2026-05-08T01:17:36.521Z] 4.1.0-dev.112 [2026-05-08T01:17:36.521Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:36.521Z] main [2026-05-08T01:17:36.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:36.883Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:37.203Z] + docker push nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:37.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-08T01:17:37.203Z] ec7d8f56f9ed: Preparing [2026-05-08T01:17:37.203Z] 5e0b7b5d432e: Preparing [2026-05-08T01:17:37.203Z] 10363345defb: Preparing [2026-05-08T01:17:37.203Z] 1a570320b847: Preparing [2026-05-08T01:17:37.203Z] ce67a43d05b9: Preparing [2026-05-08T01:17:37.203Z] 54cf5457eb08: Preparing [2026-05-08T01:17:37.203Z] 0854555d70ac: Preparing [2026-05-08T01:17:37.203Z] 0854555d70ac: Waiting [2026-05-08T01:17:37.203Z] 54cf5457eb08: Waiting [2026-05-08T01:17:37.203Z] 1a570320b847: Pushed [2026-05-08T01:17:37.203Z] ce67a43d05b9: Pushed [2026-05-08T01:17:37.203Z] 10363345defb: Pushed [2026-05-08T01:17:37.203Z] ec7d8f56f9ed: Pushed [2026-05-08T01:17:37.203Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:37.463Z] 54cf5457eb08: Pushed [2026-05-08T01:17:38.223Z] #54 ... [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #78 DONE 118.1s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #81 DONE 121.3s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #94 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #94 DONE 108.3s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #119 [security-proxy-auth builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #119 DONE 1.9s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #120 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #121 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #121 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #122 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:17:38.223Z] #122 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #123 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #123 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #124 [core-data builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #124 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #125 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:17:38.223Z] #125 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #126 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:17:38.223Z] #126 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #127 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #128 [core-command builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #128 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #129 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:17:38.223Z] #130 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #131 [core-metadata builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #131 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #132 [security-proxy-setup builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #132 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #133 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:17:38.223Z] #134 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #135 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #136 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-08T01:17:38.223Z] #137 CACHED [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #138 [security-bootstrapper builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #138 DONE 2.0s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #139 [support-scheduler builder 6/7] COPY . . [2026-05-08T01:17:38.223Z] #139 DONE 1.9s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #140 [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-05-08T01:17:38.223Z] #140 ... [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #96 DONE 113.3s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #92 DONE 107.2s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-08T01:17:38.223Z] #95 DONE 113.4s [2026-05-08T01:17:38.223Z] [2026-05-08T01:17:38.223Z] #141 [security-spiffe-token-provider builder 6/7] COPY . . [2026-05-08T01:17:38.520Z] #141 ... [2026-05-08T01:17:38.520Z] [2026-05-08T01:17:38.520Z] #142 [support-notifications builder 6/7] COPY . . [2026-05-08T01:17:38.520Z] #142 DONE 3.1s [2026-05-08T01:17:38.520Z] [2026-05-08T01:17:38.520Z] #143 [core-keeper builder 7/8] COPY . . [2026-05-08T01:17:38.520Z] #143 DONE 3.0s [2026-05-08T01:17:38.520Z] [2026-05-08T01:17:38.520Z] #141 [security-spiffe-token-provider builder 6/7] COPY . . [2026-05-08T01:17:38.520Z] #141 DONE 3.0s [2026-05-08T01:17:38.520Z] [2026-05-08T01:17:38.520Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:17:40.838Z] 5e0b7b5d432e: Pushed [2026-05-08T01:17:40.838Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:41.162Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:41.487Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2026-05-08T01:17:41.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-08T01:17:41.487Z] ec7d8f56f9ed: Preparing [2026-05-08T01:17:41.487Z] 5e0b7b5d432e: Preparing [2026-05-08T01:17:41.487Z] 10363345defb: Preparing [2026-05-08T01:17:41.487Z] 1a570320b847: Preparing [2026-05-08T01:17:41.487Z] ce67a43d05b9: Preparing [2026-05-08T01:17:41.487Z] 54cf5457eb08: Preparing [2026-05-08T01:17:41.487Z] 0854555d70ac: Preparing [2026-05-08T01:17:41.487Z] 54cf5457eb08: Waiting [2026-05-08T01:17:41.487Z] 0854555d70ac: Waiting [2026-05-08T01:17:41.487Z] 5e0b7b5d432e: Layer already exists [2026-05-08T01:17:41.487Z] ec7d8f56f9ed: Layer already exists [2026-05-08T01:17:41.487Z] 1a570320b847: Layer already exists [2026-05-08T01:17:41.487Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:41.487Z] 10363345defb: Layer already exists [2026-05-08T01:17:41.487Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:41.487Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:41.487Z] latest: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:41.811Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:42.008Z] #144 3.237 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-05-08T01:17:42.136Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [2026-05-08T01:17:42.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-08T01:17:42.136Z] ec7d8f56f9ed: Preparing [2026-05-08T01:17:42.136Z] 5e0b7b5d432e: Preparing [2026-05-08T01:17:42.136Z] 10363345defb: Preparing [2026-05-08T01:17:42.136Z] 1a570320b847: Preparing [2026-05-08T01:17:42.136Z] ce67a43d05b9: Preparing [2026-05-08T01:17:42.136Z] 54cf5457eb08: Preparing [2026-05-08T01:17:42.136Z] 0854555d70ac: Preparing [2026-05-08T01:17:42.136Z] 54cf5457eb08: Waiting [2026-05-08T01:17:42.136Z] 0854555d70ac: Waiting [2026-05-08T01:17:42.136Z] 10363345defb: Layer already exists [2026-05-08T01:17:42.136Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:42.136Z] ec7d8f56f9ed: Layer already exists [2026-05-08T01:17:42.136Z] 1a570320b847: Layer already exists [2026-05-08T01:17:42.136Z] 5e0b7b5d432e: Layer already exists [2026-05-08T01:17:42.136Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:42.136Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:42.136Z] 4.1.0-dev.112: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:42.461Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:42.775Z] + docker push nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:42.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-08T01:17:42.775Z] ec7d8f56f9ed: Preparing [2026-05-08T01:17:42.775Z] 5e0b7b5d432e: Preparing [2026-05-08T01:17:42.775Z] 10363345defb: Preparing [2026-05-08T01:17:42.775Z] 1a570320b847: Preparing [2026-05-08T01:17:42.775Z] ce67a43d05b9: Preparing [2026-05-08T01:17:42.775Z] 54cf5457eb08: Preparing [2026-05-08T01:17:42.775Z] 0854555d70ac: Preparing [2026-05-08T01:17:42.775Z] 54cf5457eb08: Waiting [2026-05-08T01:17:42.775Z] 0854555d70ac: Waiting [2026-05-08T01:17:42.775Z] 1a570320b847: Layer already exists [2026-05-08T01:17:42.775Z] 10363345defb: Layer already exists [2026-05-08T01:17:42.775Z] ec7d8f56f9ed: Layer already exists [2026-05-08T01:17:42.775Z] 5e0b7b5d432e: Layer already exists [2026-05-08T01:17:42.775Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:42.775Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:42.775Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:42.775Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:42.979Z] #144 ... [2026-05-08T01:17:42.980Z] [2026-05-08T01:17:42.980Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-08T01:17:42.980Z] #0 4.991 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-05-08T01:17:42.980Z] #145 ... [2026-05-08T01:17:42.980Z] [2026-05-08T01:17:42.980Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-08T01:17:42.980Z] #0 5.247 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-05-08T01:17:42.980Z] #146 ... [2026-05-08T01:17:42.980Z] [2026-05-08T01:17:42.980Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-08T01:17:42.980Z] #0 5.635 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-05-08T01:17:43.094Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:43.251Z] #147 ... [2026-05-08T01:17:43.251Z] [2026-05-08T01:17:43.251Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-08T01:17:43.251Z] #0 5.638 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-05-08T01:17:43.251Z] #148 ... [2026-05-08T01:17:43.251Z] [2026-05-08T01:17:43.251Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:17:43.251Z] #0 5.178 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-05-08T01:17:43.426Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2026-05-08T01:17:43.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-08T01:17:43.426Z] ec7d8f56f9ed: Preparing [2026-05-08T01:17:43.426Z] 5e0b7b5d432e: Preparing [2026-05-08T01:17:43.426Z] 10363345defb: Preparing [2026-05-08T01:17:43.426Z] 1a570320b847: Preparing [2026-05-08T01:17:43.426Z] ce67a43d05b9: Preparing [2026-05-08T01:17:43.426Z] 54cf5457eb08: Preparing [2026-05-08T01:17:43.426Z] 0854555d70ac: Preparing [2026-05-08T01:17:43.426Z] 54cf5457eb08: Waiting [2026-05-08T01:17:43.426Z] 0854555d70ac: Waiting [2026-05-08T01:17:43.426Z] 5e0b7b5d432e: Layer already exists [2026-05-08T01:17:43.426Z] ec7d8f56f9ed: Layer already exists [2026-05-08T01:17:43.426Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:43.426Z] 1a570320b847: Layer already exists [2026-05-08T01:17:43.426Z] 10363345defb: Layer already exists [2026-05-08T01:17:43.426Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:43.426Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:43.426Z] main: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:17:43.494Z] ===================================================== [Pipeline] echo [2026-05-08T01:17:43.507Z] taggedImages: [2026-05-08T01:17:43.507Z] - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:43.507Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-05-08T01:17:43.507Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [2026-05-08T01:17:43.507Z] - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:43.507Z] - nexus3.edgexfoundry.org:10004/core-command:main [2026-05-08T01:17:43.527Z] #149 ... [2026-05-08T01:17:43.527Z] [2026-05-08T01:17:43.527Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-08T01:17:43.527Z] #0 5.423 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] echo [2026-05-08T01:17:43.530Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2026-05-08T01:17:43.530Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:43.530Z] latest [2026-05-08T01:17:43.530Z] 4.1.0-dev.112 [2026-05-08T01:17:43.530Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:43.530Z] main [2026-05-08T01:17:43.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:43.798Z] #150 ... [2026-05-08T01:17:43.798Z] [2026-05-08T01:17:43.798Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-08T01:17:43.798Z] #0 4.659 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-05-08T01:17:43.798Z] #151 ... [2026-05-08T01:17:43.798Z] [2026-05-08T01:17:43.798Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:17:43.798Z] #0 5.534 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-05-08T01:17:43.863Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:44.077Z] #152 ... [2026-05-08T01:17:44.077Z] [2026-05-08T01:17:44.077Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:17:44.077Z] #0 3.347 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-05-08T01:17:44.182Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:44.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-08T01:17:44.182Z] a9262833351b: Preparing [2026-05-08T01:17:44.182Z] 02ec7ed8af3c: Preparing [2026-05-08T01:17:44.182Z] ea1bd203e968: Preparing [2026-05-08T01:17:44.182Z] 9fdf91132238: Preparing [2026-05-08T01:17:44.182Z] 10363345defb: Preparing [2026-05-08T01:17:44.182Z] 1a570320b847: Preparing [2026-05-08T01:17:44.182Z] ce67a43d05b9: Preparing [2026-05-08T01:17:44.182Z] 54cf5457eb08: Preparing [2026-05-08T01:17:44.182Z] 0854555d70ac: Preparing [2026-05-08T01:17:44.182Z] 1a570320b847: Waiting [2026-05-08T01:17:44.182Z] ce67a43d05b9: Waiting [2026-05-08T01:17:44.182Z] 54cf5457eb08: Waiting [2026-05-08T01:17:44.182Z] 0854555d70ac: Waiting [2026-05-08T01:17:44.182Z] 10363345defb: Layer already exists [2026-05-08T01:17:44.182Z] 1a570320b847: Layer already exists [2026-05-08T01:17:44.182Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:44.182Z] ea1bd203e968: Pushed [2026-05-08T01:17:44.182Z] 02ec7ed8af3c: Pushed [2026-05-08T01:17:44.182Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:44.182Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:44.182Z] a9262833351b: Pushed [2026-05-08T01:17:45.559Z] 9fdf91132238: Pushed [2026-05-08T01:17:45.559Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:45.882Z] + 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-05-08T01:17:46.199Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-05-08T01:17:46.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-08T01:17:46.199Z] a9262833351b: Preparing [2026-05-08T01:17:46.199Z] 02ec7ed8af3c: Preparing [2026-05-08T01:17:46.199Z] ea1bd203e968: Preparing [2026-05-08T01:17:46.199Z] 9fdf91132238: Preparing [2026-05-08T01:17:46.199Z] 10363345defb: Preparing [2026-05-08T01:17:46.199Z] 1a570320b847: Preparing [2026-05-08T01:17:46.199Z] ce67a43d05b9: Preparing [2026-05-08T01:17:46.199Z] 54cf5457eb08: Preparing [2026-05-08T01:17:46.199Z] 0854555d70ac: Preparing [2026-05-08T01:17:46.199Z] ce67a43d05b9: Waiting [2026-05-08T01:17:46.199Z] 1a570320b847: Waiting [2026-05-08T01:17:46.199Z] 54cf5457eb08: Waiting [2026-05-08T01:17:46.199Z] 0854555d70ac: Waiting [2026-05-08T01:17:46.199Z] a9262833351b: Layer already exists [2026-05-08T01:17:46.199Z] 9fdf91132238: Layer already exists [2026-05-08T01:17:46.199Z] 02ec7ed8af3c: Layer already exists [2026-05-08T01:17:46.199Z] ea1bd203e968: Layer already exists [2026-05-08T01:17:46.199Z] 10363345defb: Layer already exists [2026-05-08T01:17:46.199Z] 1a570320b847: Layer already exists [2026-05-08T01:17:46.199Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:46.199Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:46.199Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:46.199Z] latest: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:46.520Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:46.841Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [2026-05-08T01:17:46.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-08T01:17:46.841Z] a9262833351b: Preparing [2026-05-08T01:17:46.841Z] 02ec7ed8af3c: Preparing [2026-05-08T01:17:46.841Z] ea1bd203e968: Preparing [2026-05-08T01:17:46.841Z] 9fdf91132238: Preparing [2026-05-08T01:17:46.841Z] 10363345defb: Preparing [2026-05-08T01:17:46.841Z] 1a570320b847: Preparing [2026-05-08T01:17:46.841Z] ce67a43d05b9: Preparing [2026-05-08T01:17:46.841Z] 54cf5457eb08: Preparing [2026-05-08T01:17:46.841Z] 0854555d70ac: Preparing [2026-05-08T01:17:46.841Z] ce67a43d05b9: Waiting [2026-05-08T01:17:46.841Z] 54cf5457eb08: Waiting [2026-05-08T01:17:46.841Z] 1a570320b847: Waiting [2026-05-08T01:17:46.841Z] 0854555d70ac: Waiting [2026-05-08T01:17:46.841Z] 10363345defb: Layer already exists [2026-05-08T01:17:46.841Z] 9fdf91132238: Layer already exists [2026-05-08T01:17:46.841Z] 02ec7ed8af3c: Layer already exists [2026-05-08T01:17:46.841Z] a9262833351b: Layer already exists [2026-05-08T01:17:46.841Z] ea1bd203e968: Layer already exists [2026-05-08T01:17:46.841Z] 1a570320b847: Layer already exists [2026-05-08T01:17:46.841Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:46.841Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:46.841Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:46.841Z] 4.1.0-dev.112: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:47.158Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:47.480Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:47.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-08T01:17:47.480Z] a9262833351b: Preparing [2026-05-08T01:17:47.480Z] 02ec7ed8af3c: Preparing [2026-05-08T01:17:47.480Z] ea1bd203e968: Preparing [2026-05-08T01:17:47.480Z] 9fdf91132238: Preparing [2026-05-08T01:17:47.480Z] 10363345defb: Preparing [2026-05-08T01:17:47.480Z] 1a570320b847: Preparing [2026-05-08T01:17:47.480Z] ce67a43d05b9: Preparing [2026-05-08T01:17:47.480Z] 54cf5457eb08: Preparing [2026-05-08T01:17:47.480Z] 0854555d70ac: Preparing [2026-05-08T01:17:47.480Z] ce67a43d05b9: Waiting [2026-05-08T01:17:47.480Z] 54cf5457eb08: Waiting [2026-05-08T01:17:47.480Z] 1a570320b847: Waiting [2026-05-08T01:17:47.480Z] 0854555d70ac: Waiting [2026-05-08T01:17:47.480Z] a9262833351b: Layer already exists [2026-05-08T01:17:47.480Z] 10363345defb: Layer already exists [2026-05-08T01:17:47.480Z] ea1bd203e968: Layer already exists [2026-05-08T01:17:47.480Z] 02ec7ed8af3c: Layer already exists [2026-05-08T01:17:47.480Z] 9fdf91132238: Layer already exists [2026-05-08T01:17:47.480Z] 1a570320b847: Layer already exists [2026-05-08T01:17:47.480Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:47.480Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:47.480Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:47.480Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:47.802Z] + 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-05-08T01:17:48.118Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-05-08T01:17:48.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-08T01:17:48.118Z] a9262833351b: Preparing [2026-05-08T01:17:48.118Z] 02ec7ed8af3c: Preparing [2026-05-08T01:17:48.118Z] ea1bd203e968: Preparing [2026-05-08T01:17:48.118Z] 9fdf91132238: Preparing [2026-05-08T01:17:48.118Z] 10363345defb: Preparing [2026-05-08T01:17:48.118Z] 1a570320b847: Preparing [2026-05-08T01:17:48.118Z] ce67a43d05b9: Preparing [2026-05-08T01:17:48.118Z] 54cf5457eb08: Preparing [2026-05-08T01:17:48.118Z] 0854555d70ac: Preparing [2026-05-08T01:17:48.118Z] ce67a43d05b9: Waiting [2026-05-08T01:17:48.118Z] 54cf5457eb08: Waiting [2026-05-08T01:17:48.118Z] 1a570320b847: Waiting [2026-05-08T01:17:48.118Z] 0854555d70ac: Waiting [2026-05-08T01:17:48.118Z] a9262833351b: Layer already exists [2026-05-08T01:17:48.118Z] ea1bd203e968: Layer already exists [2026-05-08T01:17:48.118Z] 9fdf91132238: Layer already exists [2026-05-08T01:17:48.118Z] 02ec7ed8af3c: Layer already exists [2026-05-08T01:17:48.118Z] 10363345defb: Layer already exists [2026-05-08T01:17:48.118Z] 1a570320b847: Layer already exists [2026-05-08T01:17:48.118Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:48.118Z] ce67a43d05b9: Layer already exists [2026-05-08T01:17:48.118Z] 54cf5457eb08: Layer already exists [2026-05-08T01:17:48.118Z] main: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:17:48.177Z] ===================================================== [Pipeline] echo [2026-05-08T01:17:48.192Z] taggedImages: [2026-05-08T01:17:48.192Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:48.192Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-05-08T01:17:48.192Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [2026-05-08T01:17:48.192Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:48.192Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2026-05-08T01:17:48.216Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2026-05-08T01:17:48.216Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:48.216Z] latest [2026-05-08T01:17:48.216Z] 4.1.0-dev.112 [2026-05-08T01:17:48.216Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:48.216Z] main [2026-05-08T01:17:48.216Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:48.339Z] #153 ... [2026-05-08T01:17:48.339Z] [2026-05-08T01:17:48.340Z] #140 [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-05-08T01:17:48.340Z] #140 5.484 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-05-08T01:17:48.547Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:48.605Z] #140 ... [2026-05-08T01:17:48.605Z] [2026-05-08T01:17:48.605Z] #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-08T01:17:48.605Z] #0 3.292 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-05-08T01:17:48.859Z] + docker push nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:48.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-08T01:17:48.859Z] 83ea63b9392a: Preparing [2026-05-08T01:17:48.859Z] a42ee120e7bd: Preparing [2026-05-08T01:17:48.859Z] 10363345defb: Preparing [2026-05-08T01:17:48.859Z] 1a570320b847: Preparing [2026-05-08T01:17:48.859Z] f71f4aedf41d: Preparing [2026-05-08T01:17:48.859Z] fb0542182f69: Preparing [2026-05-08T01:17:48.859Z] 0854555d70ac: Preparing [2026-05-08T01:17:48.859Z] 1a570320b847: Layer already exists [2026-05-08T01:17:48.859Z] 10363345defb: Layer already exists [2026-05-08T01:17:48.859Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:48.859Z] 83ea63b9392a: Pushed [2026-05-08T01:17:48.859Z] f71f4aedf41d: Pushed [2026-05-08T01:17:48.859Z] fb0542182f69: Pushed [2026-05-08T01:17:53.047Z] a42ee120e7bd: Pushed [2026-05-08T01:17:53.047Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:53.369Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:53.686Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2026-05-08T01:17:53.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-08T01:17:53.686Z] 83ea63b9392a: Preparing [2026-05-08T01:17:53.686Z] a42ee120e7bd: Preparing [2026-05-08T01:17:53.686Z] 10363345defb: Preparing [2026-05-08T01:17:53.686Z] 1a570320b847: Preparing [2026-05-08T01:17:53.686Z] f71f4aedf41d: Preparing [2026-05-08T01:17:53.686Z] fb0542182f69: Preparing [2026-05-08T01:17:53.686Z] 0854555d70ac: Preparing [2026-05-08T01:17:53.686Z] fb0542182f69: Waiting [2026-05-08T01:17:53.686Z] 0854555d70ac: Waiting [2026-05-08T01:17:53.686Z] 83ea63b9392a: Layer already exists [2026-05-08T01:17:53.686Z] f71f4aedf41d: Layer already exists [2026-05-08T01:17:53.686Z] a42ee120e7bd: Layer already exists [2026-05-08T01:17:53.686Z] 10363345defb: Layer already exists [2026-05-08T01:17:53.686Z] 1a570320b847: Layer already exists [2026-05-08T01:17:53.686Z] fb0542182f69: Layer already exists [2026-05-08T01:17:53.686Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:53.686Z] latest: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:54.007Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:54.326Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [2026-05-08T01:17:54.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-08T01:17:54.326Z] 83ea63b9392a: Preparing [2026-05-08T01:17:54.326Z] a42ee120e7bd: Preparing [2026-05-08T01:17:54.326Z] 10363345defb: Preparing [2026-05-08T01:17:54.326Z] 1a570320b847: Preparing [2026-05-08T01:17:54.326Z] f71f4aedf41d: Preparing [2026-05-08T01:17:54.326Z] fb0542182f69: Preparing [2026-05-08T01:17:54.326Z] 0854555d70ac: Preparing [2026-05-08T01:17:54.326Z] fb0542182f69: Waiting [2026-05-08T01:17:54.326Z] 0854555d70ac: Waiting [2026-05-08T01:17:54.326Z] 83ea63b9392a: Layer already exists [2026-05-08T01:17:54.326Z] a42ee120e7bd: Layer already exists [2026-05-08T01:17:54.326Z] 10363345defb: Layer already exists [2026-05-08T01:17:54.326Z] f71f4aedf41d: Layer already exists [2026-05-08T01:17:54.326Z] 1a570320b847: Layer already exists [2026-05-08T01:17:54.326Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:54.326Z] fb0542182f69: Layer already exists [2026-05-08T01:17:54.326Z] 4.1.0-dev.112: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:54.643Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:54.954Z] + docker push nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:54.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-08T01:17:54.954Z] 83ea63b9392a: Preparing [2026-05-08T01:17:54.954Z] a42ee120e7bd: Preparing [2026-05-08T01:17:54.954Z] 10363345defb: Preparing [2026-05-08T01:17:54.954Z] 1a570320b847: Preparing [2026-05-08T01:17:54.954Z] f71f4aedf41d: Preparing [2026-05-08T01:17:54.954Z] fb0542182f69: Preparing [2026-05-08T01:17:54.954Z] 0854555d70ac: Preparing [2026-05-08T01:17:54.954Z] 0854555d70ac: Waiting [2026-05-08T01:17:54.954Z] fb0542182f69: Waiting [2026-05-08T01:17:54.954Z] 1a570320b847: Layer already exists [2026-05-08T01:17:54.954Z] 83ea63b9392a: Layer already exists [2026-05-08T01:17:54.954Z] a42ee120e7bd: Layer already exists [2026-05-08T01:17:54.954Z] 10363345defb: Layer already exists [2026-05-08T01:17:54.954Z] f71f4aedf41d: Layer already exists [2026-05-08T01:17:54.954Z] fb0542182f69: Layer already exists [2026-05-08T01:17:54.954Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:54.954Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:55.264Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:55.571Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2026-05-08T01:17:55.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-08T01:17:55.571Z] 83ea63b9392a: Preparing [2026-05-08T01:17:55.571Z] a42ee120e7bd: Preparing [2026-05-08T01:17:55.571Z] 10363345defb: Preparing [2026-05-08T01:17:55.571Z] 1a570320b847: Preparing [2026-05-08T01:17:55.571Z] f71f4aedf41d: Preparing [2026-05-08T01:17:55.571Z] fb0542182f69: Preparing [2026-05-08T01:17:55.571Z] 0854555d70ac: Preparing [2026-05-08T01:17:55.571Z] fb0542182f69: Waiting [2026-05-08T01:17:55.571Z] 0854555d70ac: Waiting [2026-05-08T01:17:55.571Z] 83ea63b9392a: Layer already exists [2026-05-08T01:17:55.571Z] 10363345defb: Layer already exists [2026-05-08T01:17:55.571Z] a42ee120e7bd: Layer already exists [2026-05-08T01:17:55.571Z] 1a570320b847: Layer already exists [2026-05-08T01:17:55.571Z] f71f4aedf41d: Layer already exists [2026-05-08T01:17:55.571Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:55.571Z] fb0542182f69: Layer already exists [2026-05-08T01:17:55.571Z] main: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:17:55.633Z] ===================================================== [Pipeline] echo [2026-05-08T01:17:55.646Z] taggedImages: [2026-05-08T01:17:55.646Z] - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:55.646Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-05-08T01:17:55.646Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [2026-05-08T01:17:55.646Z] - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:55.646Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2026-05-08T01:17:55.668Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2026-05-08T01:17:55.668Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:55.668Z] latest [2026-05-08T01:17:55.668Z] 4.1.0-dev.112 [2026-05-08T01:17:55.668Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:17:55.668Z] main [2026-05-08T01:17:55.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:55.995Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:17:56.304Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:17:56.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-08T01:17:56.304Z] 61de772f5fab: Preparing [2026-05-08T01:17:56.304Z] 05b499049f94: Preparing [2026-05-08T01:17:56.304Z] 1a570320b847: Preparing [2026-05-08T01:17:56.304Z] 53fff5162f72: Preparing [2026-05-08T01:17:56.304Z] cba318fdafc1: Preparing [2026-05-08T01:17:56.304Z] 0854555d70ac: Preparing [2026-05-08T01:17:56.304Z] 0854555d70ac: Waiting [2026-05-08T01:17:56.304Z] 1a570320b847: Layer already exists [2026-05-08T01:17:56.304Z] 0854555d70ac: Layer already exists [2026-05-08T01:17:56.304Z] 53fff5162f72: Pushed [2026-05-08T01:17:56.304Z] cba318fdafc1: Pushed [2026-05-08T01:17:56.304Z] 61de772f5fab: Pushed [2026-05-08T01:18:00.484Z] 05b499049f94: Pushed [2026-05-08T01:18:00.484Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:00.814Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:01.143Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-05-08T01:18:01.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-08T01:18:01.143Z] 61de772f5fab: Preparing [2026-05-08T01:18:01.143Z] 05b499049f94: Preparing [2026-05-08T01:18:01.143Z] 1a570320b847: Preparing [2026-05-08T01:18:01.143Z] 53fff5162f72: Preparing [2026-05-08T01:18:01.143Z] cba318fdafc1: Preparing [2026-05-08T01:18:01.143Z] 0854555d70ac: Preparing [2026-05-08T01:18:01.143Z] 0854555d70ac: Waiting [2026-05-08T01:18:01.143Z] cba318fdafc1: Layer already exists [2026-05-08T01:18:01.143Z] 05b499049f94: Layer already exists [2026-05-08T01:18:01.143Z] 1a570320b847: Layer already exists [2026-05-08T01:18:01.143Z] 53fff5162f72: Layer already exists [2026-05-08T01:18:01.143Z] 61de772f5fab: Layer already exists [2026-05-08T01:18:01.143Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:01.143Z] latest: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:01.473Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:01.794Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [2026-05-08T01:18:01.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-08T01:18:01.794Z] 61de772f5fab: Preparing [2026-05-08T01:18:01.794Z] 05b499049f94: Preparing [2026-05-08T01:18:01.794Z] 1a570320b847: Preparing [2026-05-08T01:18:01.794Z] 53fff5162f72: Preparing [2026-05-08T01:18:01.794Z] cba318fdafc1: Preparing [2026-05-08T01:18:01.794Z] 0854555d70ac: Preparing [2026-05-08T01:18:01.794Z] 0854555d70ac: Waiting [2026-05-08T01:18:01.794Z] 61de772f5fab: Layer already exists [2026-05-08T01:18:01.794Z] 05b499049f94: Layer already exists [2026-05-08T01:18:01.794Z] 1a570320b847: Layer already exists [2026-05-08T01:18:01.794Z] cba318fdafc1: Layer already exists [2026-05-08T01:18:01.794Z] 53fff5162f72: Layer already exists [2026-05-08T01:18:01.794Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:01.794Z] 4.1.0-dev.112: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:02.148Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:02.459Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:02.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-08T01:18:02.459Z] 61de772f5fab: Preparing [2026-05-08T01:18:02.459Z] 05b499049f94: Preparing [2026-05-08T01:18:02.459Z] 1a570320b847: Preparing [2026-05-08T01:18:02.459Z] 53fff5162f72: Preparing [2026-05-08T01:18:02.459Z] cba318fdafc1: Preparing [2026-05-08T01:18:02.459Z] 0854555d70ac: Preparing [2026-05-08T01:18:02.459Z] 0854555d70ac: Waiting [2026-05-08T01:18:02.459Z] cba318fdafc1: Layer already exists [2026-05-08T01:18:02.459Z] 1a570320b847: Layer already exists [2026-05-08T01:18:02.459Z] 05b499049f94: Layer already exists [2026-05-08T01:18:02.459Z] 53fff5162f72: Layer already exists [2026-05-08T01:18:02.459Z] 61de772f5fab: Layer already exists [2026-05-08T01:18:02.459Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:02.459Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:02.786Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:03.107Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2026-05-08T01:18:03.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-08T01:18:03.107Z] 61de772f5fab: Preparing [2026-05-08T01:18:03.107Z] 05b499049f94: Preparing [2026-05-08T01:18:03.107Z] 1a570320b847: Preparing [2026-05-08T01:18:03.107Z] 53fff5162f72: Preparing [2026-05-08T01:18:03.107Z] cba318fdafc1: Preparing [2026-05-08T01:18:03.107Z] 0854555d70ac: Preparing [2026-05-08T01:18:03.107Z] 0854555d70ac: Waiting [2026-05-08T01:18:03.107Z] 61de772f5fab: Layer already exists [2026-05-08T01:18:03.107Z] cba318fdafc1: Layer already exists [2026-05-08T01:18:03.107Z] 1a570320b847: Layer already exists [2026-05-08T01:18:03.107Z] 53fff5162f72: Layer already exists [2026-05-08T01:18:03.107Z] 05b499049f94: Layer already exists [2026-05-08T01:18:03.107Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:03.107Z] main: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:03.177Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:03.189Z] taggedImages: [2026-05-08T01:18:03.189Z] - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:03.189Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-05-08T01:18:03.189Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [2026-05-08T01:18:03.189Z] - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:03.189Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2026-05-08T01:18:03.215Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2026-05-08T01:18:03.215Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:03.215Z] latest [2026-05-08T01:18:03.215Z] 4.1.0-dev.112 [2026-05-08T01:18:03.215Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:03.215Z] main [2026-05-08T01:18:03.215Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:03.578Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:03.902Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:03.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-08T01:18:03.902Z] 3f07b5933167: Preparing [2026-05-08T01:18:03.902Z] 0446a9260fd7: Preparing [2026-05-08T01:18:03.902Z] 1e6dc1282741: Preparing [2026-05-08T01:18:03.902Z] 10363345defb: Preparing [2026-05-08T01:18:03.902Z] 1a570320b847: Preparing [2026-05-08T01:18:03.902Z] ce67a43d05b9: Preparing [2026-05-08T01:18:03.902Z] 54cf5457eb08: Preparing [2026-05-08T01:18:03.902Z] 0854555d70ac: Preparing [2026-05-08T01:18:03.902Z] ce67a43d05b9: Waiting [2026-05-08T01:18:03.902Z] 54cf5457eb08: Waiting [2026-05-08T01:18:03.902Z] 0854555d70ac: Waiting [2026-05-08T01:18:03.902Z] 10363345defb: Layer already exists [2026-05-08T01:18:03.902Z] 1a570320b847: Layer already exists [2026-05-08T01:18:03.902Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:03.902Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:03.902Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:03.902Z] 0446a9260fd7: Pushed [2026-05-08T01:18:03.902Z] 3f07b5933167: Pushed [2026-05-08T01:18:08.113Z] 1e6dc1282741: Pushed [2026-05-08T01:18:08.113Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:08.431Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:08.746Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-05-08T01:18:08.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-08T01:18:08.746Z] 3f07b5933167: Preparing [2026-05-08T01:18:08.746Z] 0446a9260fd7: Preparing [2026-05-08T01:18:08.746Z] 1e6dc1282741: Preparing [2026-05-08T01:18:08.746Z] 10363345defb: Preparing [2026-05-08T01:18:08.746Z] 1a570320b847: Preparing [2026-05-08T01:18:08.746Z] ce67a43d05b9: Preparing [2026-05-08T01:18:08.746Z] 54cf5457eb08: Preparing [2026-05-08T01:18:08.746Z] 0854555d70ac: Preparing [2026-05-08T01:18:08.746Z] ce67a43d05b9: Waiting [2026-05-08T01:18:08.746Z] 0854555d70ac: Waiting [2026-05-08T01:18:08.746Z] 1a570320b847: Layer already exists [2026-05-08T01:18:08.746Z] 1e6dc1282741: Layer already exists [2026-05-08T01:18:08.746Z] 3f07b5933167: Layer already exists [2026-05-08T01:18:08.746Z] 0446a9260fd7: Layer already exists [2026-05-08T01:18:08.746Z] 10363345defb: Layer already exists [2026-05-08T01:18:08.746Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:08.746Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:08.746Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:08.746Z] latest: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:09.116Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:09.489Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [2026-05-08T01:18:09.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-08T01:18:09.489Z] 3f07b5933167: Preparing [2026-05-08T01:18:09.489Z] 0446a9260fd7: Preparing [2026-05-08T01:18:09.489Z] 1e6dc1282741: Preparing [2026-05-08T01:18:09.489Z] 10363345defb: Preparing [2026-05-08T01:18:09.489Z] 1a570320b847: Preparing [2026-05-08T01:18:09.489Z] ce67a43d05b9: Preparing [2026-05-08T01:18:09.489Z] 54cf5457eb08: Preparing [2026-05-08T01:18:09.489Z] 0854555d70ac: Preparing [2026-05-08T01:18:09.489Z] ce67a43d05b9: Waiting [2026-05-08T01:18:09.489Z] 54cf5457eb08: Waiting [2026-05-08T01:18:09.489Z] 0854555d70ac: Waiting [2026-05-08T01:18:09.489Z] 3f07b5933167: Layer already exists [2026-05-08T01:18:09.489Z] 0446a9260fd7: Layer already exists [2026-05-08T01:18:09.489Z] 1e6dc1282741: Layer already exists [2026-05-08T01:18:09.489Z] 1a570320b847: Layer already exists [2026-05-08T01:18:09.489Z] 10363345defb: Layer already exists [2026-05-08T01:18:09.489Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:09.489Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:09.489Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:09.489Z] 4.1.0-dev.112: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:09.843Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:10.236Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:10.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-08T01:18:10.236Z] 3f07b5933167: Preparing [2026-05-08T01:18:10.236Z] 0446a9260fd7: Preparing [2026-05-08T01:18:10.236Z] 1e6dc1282741: Preparing [2026-05-08T01:18:10.236Z] 10363345defb: Preparing [2026-05-08T01:18:10.236Z] 1a570320b847: Preparing [2026-05-08T01:18:10.236Z] ce67a43d05b9: Preparing [2026-05-08T01:18:10.236Z] 54cf5457eb08: Preparing [2026-05-08T01:18:10.236Z] 0854555d70ac: Preparing [2026-05-08T01:18:10.236Z] ce67a43d05b9: Waiting [2026-05-08T01:18:10.236Z] 0854555d70ac: Waiting [2026-05-08T01:18:10.236Z] 54cf5457eb08: Waiting [2026-05-08T01:18:10.236Z] 1e6dc1282741: Layer already exists [2026-05-08T01:18:10.236Z] 0446a9260fd7: Layer already exists [2026-05-08T01:18:10.236Z] 3f07b5933167: Layer already exists [2026-05-08T01:18:10.236Z] 1a570320b847: Layer already exists [2026-05-08T01:18:10.236Z] 10363345defb: Layer already exists [2026-05-08T01:18:10.236Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:10.236Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:10.236Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:10.236Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:10.609Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:10.916Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2026-05-08T01:18:10.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-08T01:18:10.916Z] 3f07b5933167: Preparing [2026-05-08T01:18:10.916Z] 0446a9260fd7: Preparing [2026-05-08T01:18:10.916Z] 1e6dc1282741: Preparing [2026-05-08T01:18:10.916Z] 10363345defb: Preparing [2026-05-08T01:18:10.916Z] 1a570320b847: Preparing [2026-05-08T01:18:10.916Z] ce67a43d05b9: Preparing [2026-05-08T01:18:10.916Z] 54cf5457eb08: Preparing [2026-05-08T01:18:10.916Z] 0854555d70ac: Preparing [2026-05-08T01:18:10.916Z] 54cf5457eb08: Waiting [2026-05-08T01:18:10.916Z] ce67a43d05b9: Waiting [2026-05-08T01:18:10.916Z] 0854555d70ac: Waiting [2026-05-08T01:18:10.916Z] 1e6dc1282741: Layer already exists [2026-05-08T01:18:10.916Z] 3f07b5933167: Layer already exists [2026-05-08T01:18:10.916Z] 0446a9260fd7: Layer already exists [2026-05-08T01:18:10.916Z] 10363345defb: Layer already exists [2026-05-08T01:18:10.916Z] 1a570320b847: Layer already exists [2026-05-08T01:18:10.916Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:10.916Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:10.916Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:10.916Z] main: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:10.968Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:10.981Z] taggedImages: [2026-05-08T01:18:10.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:10.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-05-08T01:18:10.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [2026-05-08T01:18:10.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:10.981Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2026-05-08T01:18:11.003Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2026-05-08T01:18:11.003Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:11.003Z] latest [2026-05-08T01:18:11.003Z] 4.1.0-dev.112 [2026-05-08T01:18:11.003Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:11.003Z] main [2026-05-08T01:18:11.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:11.330Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:11.632Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:11.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-08T01:18:11.632Z] 22b87f881fa8: Preparing [2026-05-08T01:18:11.632Z] 3d745d771599: Preparing [2026-05-08T01:18:11.632Z] 4cb74da42ac8: Preparing [2026-05-08T01:18:11.632Z] ed00a7e51711: Preparing [2026-05-08T01:18:11.632Z] 90f97a6785ca: Preparing [2026-05-08T01:18:11.632Z] 5c7e5651a930: Preparing [2026-05-08T01:18:11.632Z] 86ba2a4f21fb: Preparing [2026-05-08T01:18:11.632Z] 10363345defb: Preparing [2026-05-08T01:18:11.632Z] 1a570320b847: Preparing [2026-05-08T01:18:11.632Z] da5d535fed79: Preparing [2026-05-08T01:18:11.632Z] 59512f719c12: Preparing [2026-05-08T01:18:11.632Z] 5f70bf18a086: Preparing [2026-05-08T01:18:11.632Z] 69ef2b2c8686: Preparing [2026-05-08T01:18:11.632Z] fed3f4235f60: Preparing [2026-05-08T01:18:11.632Z] eafeacdb4fe1: Preparing [2026-05-08T01:18:11.632Z] 0854555d70ac: Preparing [2026-05-08T01:18:11.632Z] 10363345defb: Waiting [2026-05-08T01:18:11.632Z] 1a570320b847: Waiting [2026-05-08T01:18:11.632Z] da5d535fed79: Waiting [2026-05-08T01:18:11.632Z] 59512f719c12: Waiting [2026-05-08T01:18:11.632Z] 5f70bf18a086: Waiting [2026-05-08T01:18:11.632Z] 69ef2b2c8686: Waiting [2026-05-08T01:18:11.632Z] 0854555d70ac: Waiting [2026-05-08T01:18:11.632Z] fed3f4235f60: Waiting [2026-05-08T01:18:11.632Z] eafeacdb4fe1: Waiting [2026-05-08T01:18:11.632Z] 5c7e5651a930: Waiting [2026-05-08T01:18:11.632Z] 86ba2a4f21fb: Waiting [2026-05-08T01:18:11.632Z] 3d745d771599: Pushed [2026-05-08T01:18:11.632Z] 90f97a6785ca: Pushed [2026-05-08T01:18:11.632Z] ed00a7e51711: Pushed [2026-05-08T01:18:11.632Z] 22b87f881fa8: Pushed [2026-05-08T01:18:11.632Z] 4cb74da42ac8: Pushed [2026-05-08T01:18:11.632Z] 10363345defb: Layer already exists [2026-05-08T01:18:11.632Z] 1a570320b847: Layer already exists [2026-05-08T01:18:11.632Z] 5f70bf18a086: Layer already exists [2026-05-08T01:18:13.005Z] 59512f719c12: Pushed [2026-05-08T01:18:13.005Z] 69ef2b2c8686: Pushed [2026-05-08T01:18:13.005Z] da5d535fed79: Pushed [2026-05-08T01:18:13.005Z] 5c7e5651a930: Pushed [2026-05-08T01:18:13.005Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:13.005Z] fed3f4235f60: Pushed [2026-05-08T01:18:13.005Z] eafeacdb4fe1: Pushed [2026-05-08T01:18:13.263Z] 86ba2a4f21fb: Pushed [2026-05-08T01:18:13.521Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:13.831Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:14.143Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-05-08T01:18:14.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-08T01:18:14.143Z] 22b87f881fa8: Preparing [2026-05-08T01:18:14.143Z] 3d745d771599: Preparing [2026-05-08T01:18:14.143Z] 4cb74da42ac8: Preparing [2026-05-08T01:18:14.143Z] ed00a7e51711: Preparing [2026-05-08T01:18:14.143Z] 90f97a6785ca: Preparing [2026-05-08T01:18:14.143Z] 5c7e5651a930: Preparing [2026-05-08T01:18:14.143Z] 86ba2a4f21fb: Preparing [2026-05-08T01:18:14.143Z] 10363345defb: Preparing [2026-05-08T01:18:14.143Z] 1a570320b847: Preparing [2026-05-08T01:18:14.143Z] da5d535fed79: Preparing [2026-05-08T01:18:14.143Z] 59512f719c12: Preparing [2026-05-08T01:18:14.143Z] 5f70bf18a086: Preparing [2026-05-08T01:18:14.143Z] 69ef2b2c8686: Preparing [2026-05-08T01:18:14.143Z] fed3f4235f60: Preparing [2026-05-08T01:18:14.143Z] eafeacdb4fe1: Preparing [2026-05-08T01:18:14.143Z] 0854555d70ac: Preparing [2026-05-08T01:18:14.143Z] da5d535fed79: Waiting [2026-05-08T01:18:14.143Z] 59512f719c12: Waiting [2026-05-08T01:18:14.143Z] eafeacdb4fe1: Waiting [2026-05-08T01:18:14.143Z] 1a570320b847: Waiting [2026-05-08T01:18:14.143Z] 5f70bf18a086: Waiting [2026-05-08T01:18:14.143Z] 69ef2b2c8686: Waiting [2026-05-08T01:18:14.143Z] fed3f4235f60: Waiting [2026-05-08T01:18:14.143Z] 0854555d70ac: Waiting [2026-05-08T01:18:14.143Z] 5c7e5651a930: Waiting [2026-05-08T01:18:14.143Z] 86ba2a4f21fb: Waiting [2026-05-08T01:18:14.143Z] 10363345defb: Waiting [2026-05-08T01:18:14.143Z] 22b87f881fa8: Layer already exists [2026-05-08T01:18:14.143Z] 4cb74da42ac8: Layer already exists [2026-05-08T01:18:14.143Z] 90f97a6785ca: Layer already exists [2026-05-08T01:18:14.143Z] ed00a7e51711: Layer already exists [2026-05-08T01:18:14.143Z] 3d745d771599: Layer already exists [2026-05-08T01:18:14.144Z] 86ba2a4f21fb: Layer already exists [2026-05-08T01:18:14.144Z] 5c7e5651a930: Layer already exists [2026-05-08T01:18:14.144Z] 10363345defb: Layer already exists [2026-05-08T01:18:14.144Z] da5d535fed79: Layer already exists [2026-05-08T01:18:14.144Z] 1a570320b847: Layer already exists [2026-05-08T01:18:14.144Z] 59512f719c12: Layer already exists [2026-05-08T01:18:14.144Z] 5f70bf18a086: Layer already exists [2026-05-08T01:18:14.144Z] 69ef2b2c8686: Layer already exists [2026-05-08T01:18:14.144Z] eafeacdb4fe1: Layer already exists [2026-05-08T01:18:14.144Z] fed3f4235f60: Layer already exists [2026-05-08T01:18:14.144Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:14.144Z] latest: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:14.449Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:14.754Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [2026-05-08T01:18:14.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-08T01:18:14.754Z] 22b87f881fa8: Preparing [2026-05-08T01:18:14.754Z] 3d745d771599: Preparing [2026-05-08T01:18:14.754Z] 4cb74da42ac8: Preparing [2026-05-08T01:18:14.754Z] ed00a7e51711: Preparing [2026-05-08T01:18:14.754Z] 90f97a6785ca: Preparing [2026-05-08T01:18:14.754Z] 5c7e5651a930: Preparing [2026-05-08T01:18:14.754Z] 86ba2a4f21fb: Preparing [2026-05-08T01:18:14.754Z] 10363345defb: Preparing [2026-05-08T01:18:14.754Z] 1a570320b847: Preparing [2026-05-08T01:18:14.754Z] da5d535fed79: Preparing [2026-05-08T01:18:14.754Z] 59512f719c12: Preparing [2026-05-08T01:18:14.754Z] 5f70bf18a086: Preparing [2026-05-08T01:18:14.754Z] 69ef2b2c8686: Preparing [2026-05-08T01:18:14.754Z] fed3f4235f60: Preparing [2026-05-08T01:18:14.754Z] eafeacdb4fe1: Preparing [2026-05-08T01:18:14.754Z] 0854555d70ac: Preparing [2026-05-08T01:18:14.754Z] 59512f719c12: Waiting [2026-05-08T01:18:14.754Z] 5f70bf18a086: Waiting [2026-05-08T01:18:14.754Z] 69ef2b2c8686: Waiting [2026-05-08T01:18:14.754Z] fed3f4235f60: Waiting [2026-05-08T01:18:14.754Z] 5c7e5651a930: Waiting [2026-05-08T01:18:14.754Z] eafeacdb4fe1: Waiting [2026-05-08T01:18:14.754Z] 86ba2a4f21fb: Waiting [2026-05-08T01:18:14.754Z] 0854555d70ac: Waiting [2026-05-08T01:18:14.754Z] 10363345defb: Waiting [2026-05-08T01:18:14.754Z] 1a570320b847: Waiting [2026-05-08T01:18:14.754Z] da5d535fed79: Waiting [2026-05-08T01:18:14.754Z] ed00a7e51711: Layer already exists [2026-05-08T01:18:14.754Z] 4cb74da42ac8: Layer already exists [2026-05-08T01:18:14.754Z] 22b87f881fa8: Layer already exists [2026-05-08T01:18:14.754Z] 90f97a6785ca: Layer already exists [2026-05-08T01:18:14.754Z] 3d745d771599: Layer already exists [2026-05-08T01:18:14.754Z] 5c7e5651a930: Layer already exists [2026-05-08T01:18:14.754Z] 1a570320b847: Layer already exists [2026-05-08T01:18:14.754Z] 86ba2a4f21fb: Layer already exists [2026-05-08T01:18:14.754Z] da5d535fed79: Layer already exists [2026-05-08T01:18:14.754Z] 10363345defb: Layer already exists [2026-05-08T01:18:14.754Z] 59512f719c12: Layer already exists [2026-05-08T01:18:14.754Z] 69ef2b2c8686: Layer already exists [2026-05-08T01:18:14.754Z] 5f70bf18a086: Layer already exists [2026-05-08T01:18:14.754Z] fed3f4235f60: Layer already exists [2026-05-08T01:18:14.754Z] eafeacdb4fe1: Layer already exists [2026-05-08T01:18:14.754Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:14.754Z] 4.1.0-dev.112: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:15.086Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:15.419Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:15.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-08T01:18:15.420Z] 22b87f881fa8: Preparing [2026-05-08T01:18:15.420Z] 3d745d771599: Preparing [2026-05-08T01:18:15.420Z] 4cb74da42ac8: Preparing [2026-05-08T01:18:15.420Z] ed00a7e51711: Preparing [2026-05-08T01:18:15.420Z] 90f97a6785ca: Preparing [2026-05-08T01:18:15.420Z] 5c7e5651a930: Preparing [2026-05-08T01:18:15.420Z] 86ba2a4f21fb: Preparing [2026-05-08T01:18:15.420Z] 10363345defb: Preparing [2026-05-08T01:18:15.420Z] 1a570320b847: Preparing [2026-05-08T01:18:15.420Z] da5d535fed79: Preparing [2026-05-08T01:18:15.420Z] 59512f719c12: Preparing [2026-05-08T01:18:15.420Z] 5f70bf18a086: Preparing [2026-05-08T01:18:15.420Z] 69ef2b2c8686: Preparing [2026-05-08T01:18:15.420Z] fed3f4235f60: Preparing [2026-05-08T01:18:15.420Z] eafeacdb4fe1: Preparing [2026-05-08T01:18:15.420Z] 0854555d70ac: Preparing [2026-05-08T01:18:15.420Z] 5c7e5651a930: Waiting [2026-05-08T01:18:15.420Z] 86ba2a4f21fb: Waiting [2026-05-08T01:18:15.420Z] 10363345defb: Waiting [2026-05-08T01:18:15.420Z] 1a570320b847: Waiting [2026-05-08T01:18:15.420Z] da5d535fed79: Waiting [2026-05-08T01:18:15.420Z] 59512f719c12: Waiting [2026-05-08T01:18:15.420Z] 5f70bf18a086: Waiting [2026-05-08T01:18:15.420Z] 69ef2b2c8686: Waiting [2026-05-08T01:18:15.420Z] fed3f4235f60: Waiting [2026-05-08T01:18:15.420Z] eafeacdb4fe1: Waiting [2026-05-08T01:18:15.420Z] 0854555d70ac: Waiting [2026-05-08T01:18:15.420Z] 4cb74da42ac8: Layer already exists [2026-05-08T01:18:15.420Z] ed00a7e51711: Layer already exists [2026-05-08T01:18:15.420Z] 90f97a6785ca: Layer already exists [2026-05-08T01:18:15.420Z] 3d745d771599: Layer already exists [2026-05-08T01:18:15.420Z] 22b87f881fa8: Layer already exists [2026-05-08T01:18:15.420Z] 10363345defb: Layer already exists [2026-05-08T01:18:15.420Z] 5c7e5651a930: Layer already exists [2026-05-08T01:18:15.420Z] 86ba2a4f21fb: Layer already exists [2026-05-08T01:18:15.420Z] da5d535fed79: Layer already exists [2026-05-08T01:18:15.420Z] 59512f719c12: Layer already exists [2026-05-08T01:18:15.420Z] 1a570320b847: Layer already exists [2026-05-08T01:18:15.420Z] 5f70bf18a086: Layer already exists [2026-05-08T01:18:15.420Z] 69ef2b2c8686: Layer already exists [2026-05-08T01:18:15.420Z] eafeacdb4fe1: Layer already exists [2026-05-08T01:18:15.420Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:15.420Z] fed3f4235f60: Layer already exists [2026-05-08T01:18:15.420Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:15.731Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:16.038Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-05-08T01:18:16.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-08T01:18:16.038Z] 22b87f881fa8: Preparing [2026-05-08T01:18:16.038Z] 3d745d771599: Preparing [2026-05-08T01:18:16.039Z] 4cb74da42ac8: Preparing [2026-05-08T01:18:16.039Z] ed00a7e51711: Preparing [2026-05-08T01:18:16.039Z] 90f97a6785ca: Preparing [2026-05-08T01:18:16.039Z] 5c7e5651a930: Preparing [2026-05-08T01:18:16.039Z] 86ba2a4f21fb: Preparing [2026-05-08T01:18:16.039Z] 10363345defb: Preparing [2026-05-08T01:18:16.039Z] 1a570320b847: Preparing [2026-05-08T01:18:16.039Z] da5d535fed79: Preparing [2026-05-08T01:18:16.039Z] 59512f719c12: Preparing [2026-05-08T01:18:16.039Z] 5f70bf18a086: Preparing [2026-05-08T01:18:16.039Z] 69ef2b2c8686: Preparing [2026-05-08T01:18:16.039Z] fed3f4235f60: Preparing [2026-05-08T01:18:16.039Z] eafeacdb4fe1: Preparing [2026-05-08T01:18:16.039Z] 0854555d70ac: Preparing [2026-05-08T01:18:16.039Z] da5d535fed79: Waiting [2026-05-08T01:18:16.039Z] 59512f719c12: Waiting [2026-05-08T01:18:16.039Z] 5f70bf18a086: Waiting [2026-05-08T01:18:16.039Z] 69ef2b2c8686: Waiting [2026-05-08T01:18:16.039Z] fed3f4235f60: Waiting [2026-05-08T01:18:16.039Z] eafeacdb4fe1: Waiting [2026-05-08T01:18:16.039Z] 0854555d70ac: Waiting [2026-05-08T01:18:16.039Z] 5c7e5651a930: Waiting [2026-05-08T01:18:16.039Z] 10363345defb: Waiting [2026-05-08T01:18:16.039Z] 86ba2a4f21fb: Waiting [2026-05-08T01:18:16.039Z] 1a570320b847: Waiting [2026-05-08T01:18:16.039Z] 90f97a6785ca: Layer already exists [2026-05-08T01:18:16.039Z] 3d745d771599: Layer already exists [2026-05-08T01:18:16.039Z] 22b87f881fa8: Layer already exists [2026-05-08T01:18:16.039Z] ed00a7e51711: Layer already exists [2026-05-08T01:18:16.039Z] 4cb74da42ac8: Layer already exists [2026-05-08T01:18:16.039Z] 10363345defb: Layer already exists [2026-05-08T01:18:16.039Z] 5c7e5651a930: Layer already exists [2026-05-08T01:18:16.039Z] 86ba2a4f21fb: Layer already exists [2026-05-08T01:18:16.039Z] 1a570320b847: Layer already exists [2026-05-08T01:18:16.039Z] da5d535fed79: Layer already exists [2026-05-08T01:18:16.039Z] 59512f719c12: Layer already exists [2026-05-08T01:18:16.039Z] 5f70bf18a086: Layer already exists [2026-05-08T01:18:16.039Z] fed3f4235f60: Layer already exists [2026-05-08T01:18:16.039Z] 69ef2b2c8686: Layer already exists [2026-05-08T01:18:16.039Z] eafeacdb4fe1: Layer already exists [2026-05-08T01:18:16.039Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:16.039Z] main: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:16.141Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:16.151Z] taggedImages: [2026-05-08T01:18:16.151Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:16.151Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-05-08T01:18:16.151Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [2026-05-08T01:18:16.151Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:16.151Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2026-05-08T01:18:16.169Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2026-05-08T01:18:16.169Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:16.169Z] latest [2026-05-08T01:18:16.169Z] 4.1.0-dev.112 [2026-05-08T01:18:16.169Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:16.169Z] main [2026-05-08T01:18:16.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:16.514Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:16.823Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:16.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-08T01:18:16.823Z] 29cec8fb5bc9: Preparing [2026-05-08T01:18:16.823Z] d91746698a38: Preparing [2026-05-08T01:18:16.823Z] 17c46cd09b40: Preparing [2026-05-08T01:18:16.823Z] a67e614b8d5e: Preparing [2026-05-08T01:18:16.823Z] 10363345defb: Preparing [2026-05-08T01:18:16.823Z] 1a570320b847: Preparing [2026-05-08T01:18:16.823Z] ce67a43d05b9: Preparing [2026-05-08T01:18:16.823Z] 54cf5457eb08: Preparing [2026-05-08T01:18:16.823Z] 0854555d70ac: Preparing [2026-05-08T01:18:16.823Z] 1a570320b847: Waiting [2026-05-08T01:18:16.823Z] ce67a43d05b9: Waiting [2026-05-08T01:18:16.823Z] 54cf5457eb08: Waiting [2026-05-08T01:18:16.823Z] 0854555d70ac: Waiting [2026-05-08T01:18:16.823Z] 10363345defb: Layer already exists [2026-05-08T01:18:16.823Z] 1a570320b847: Layer already exists [2026-05-08T01:18:16.823Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:16.823Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:16.823Z] 17c46cd09b40: Pushed [2026-05-08T01:18:16.823Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:16.823Z] d91746698a38: Pushed [2026-05-08T01:18:16.823Z] 29cec8fb5bc9: Pushed [2026-05-08T01:18:21.013Z] a67e614b8d5e: Pushed [2026-05-08T01:18:21.013Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:21.328Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:21.643Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-05-08T01:18:21.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-08T01:18:21.643Z] 29cec8fb5bc9: Preparing [2026-05-08T01:18:21.643Z] d91746698a38: Preparing [2026-05-08T01:18:21.643Z] 17c46cd09b40: Preparing [2026-05-08T01:18:21.643Z] a67e614b8d5e: Preparing [2026-05-08T01:18:21.643Z] 10363345defb: Preparing [2026-05-08T01:18:21.643Z] 1a570320b847: Preparing [2026-05-08T01:18:21.643Z] ce67a43d05b9: Preparing [2026-05-08T01:18:21.643Z] 54cf5457eb08: Preparing [2026-05-08T01:18:21.643Z] 0854555d70ac: Preparing [2026-05-08T01:18:21.643Z] ce67a43d05b9: Waiting [2026-05-08T01:18:21.643Z] 1a570320b847: Waiting [2026-05-08T01:18:21.643Z] 54cf5457eb08: Waiting [2026-05-08T01:18:21.643Z] 0854555d70ac: Waiting [2026-05-08T01:18:21.643Z] 29cec8fb5bc9: Layer already exists [2026-05-08T01:18:21.643Z] d91746698a38: Layer already exists [2026-05-08T01:18:21.643Z] 17c46cd09b40: Layer already exists [2026-05-08T01:18:21.643Z] 10363345defb: Layer already exists [2026-05-08T01:18:21.643Z] a67e614b8d5e: Layer already exists [2026-05-08T01:18:21.643Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:21.643Z] 1a570320b847: Layer already exists [2026-05-08T01:18:21.643Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:21.643Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:21.643Z] latest: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:21.965Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:22.291Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [2026-05-08T01:18:22.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-08T01:18:22.291Z] 29cec8fb5bc9: Preparing [2026-05-08T01:18:22.291Z] d91746698a38: Preparing [2026-05-08T01:18:22.291Z] 17c46cd09b40: Preparing [2026-05-08T01:18:22.291Z] a67e614b8d5e: Preparing [2026-05-08T01:18:22.291Z] 10363345defb: Preparing [2026-05-08T01:18:22.291Z] 1a570320b847: Preparing [2026-05-08T01:18:22.291Z] ce67a43d05b9: Preparing [2026-05-08T01:18:22.291Z] 54cf5457eb08: Preparing [2026-05-08T01:18:22.291Z] 0854555d70ac: Preparing [2026-05-08T01:18:22.291Z] 1a570320b847: Waiting [2026-05-08T01:18:22.291Z] 54cf5457eb08: Waiting [2026-05-08T01:18:22.291Z] ce67a43d05b9: Waiting [2026-05-08T01:18:22.291Z] 0854555d70ac: Waiting [2026-05-08T01:18:22.291Z] a67e614b8d5e: Layer already exists [2026-05-08T01:18:22.291Z] 17c46cd09b40: Layer already exists [2026-05-08T01:18:22.291Z] 29cec8fb5bc9: Layer already exists [2026-05-08T01:18:22.291Z] d91746698a38: Layer already exists [2026-05-08T01:18:22.291Z] 10363345defb: Layer already exists [2026-05-08T01:18:22.291Z] 1a570320b847: Layer already exists [2026-05-08T01:18:22.291Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:22.291Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:22.291Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:22.291Z] 4.1.0-dev.112: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:22.620Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:22.944Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:22.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-08T01:18:22.944Z] 29cec8fb5bc9: Preparing [2026-05-08T01:18:22.944Z] d91746698a38: Preparing [2026-05-08T01:18:22.944Z] 17c46cd09b40: Preparing [2026-05-08T01:18:22.944Z] a67e614b8d5e: Preparing [2026-05-08T01:18:22.944Z] 10363345defb: Preparing [2026-05-08T01:18:22.944Z] 1a570320b847: Preparing [2026-05-08T01:18:22.944Z] ce67a43d05b9: Preparing [2026-05-08T01:18:22.944Z] 54cf5457eb08: Preparing [2026-05-08T01:18:22.944Z] ce67a43d05b9: Waiting [2026-05-08T01:18:22.944Z] 1a570320b847: Waiting [2026-05-08T01:18:22.944Z] 0854555d70ac: Preparing [2026-05-08T01:18:22.944Z] 0854555d70ac: Waiting [2026-05-08T01:18:22.944Z] 54cf5457eb08: Waiting [2026-05-08T01:18:22.944Z] 29cec8fb5bc9: Layer already exists [2026-05-08T01:18:22.944Z] 17c46cd09b40: Layer already exists [2026-05-08T01:18:22.944Z] a67e614b8d5e: Layer already exists [2026-05-08T01:18:22.944Z] d91746698a38: Layer already exists [2026-05-08T01:18:22.944Z] 10363345defb: Layer already exists [2026-05-08T01:18:22.944Z] 1a570320b847: Layer already exists [2026-05-08T01:18:22.944Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:22.944Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:22.944Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:22.944Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:23.262Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:23.581Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-05-08T01:18:23.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-08T01:18:23.581Z] 29cec8fb5bc9: Preparing [2026-05-08T01:18:23.581Z] d91746698a38: Preparing [2026-05-08T01:18:23.581Z] 17c46cd09b40: Preparing [2026-05-08T01:18:23.581Z] a67e614b8d5e: Preparing [2026-05-08T01:18:23.581Z] 10363345defb: Preparing [2026-05-08T01:18:23.581Z] 1a570320b847: Preparing [2026-05-08T01:18:23.581Z] ce67a43d05b9: Preparing [2026-05-08T01:18:23.581Z] 54cf5457eb08: Preparing [2026-05-08T01:18:23.581Z] 0854555d70ac: Preparing [2026-05-08T01:18:23.581Z] 1a570320b847: Waiting [2026-05-08T01:18:23.581Z] 54cf5457eb08: Waiting [2026-05-08T01:18:23.581Z] ce67a43d05b9: Waiting [2026-05-08T01:18:23.581Z] 0854555d70ac: Waiting [2026-05-08T01:18:23.581Z] a67e614b8d5e: Layer already exists [2026-05-08T01:18:23.581Z] 29cec8fb5bc9: Layer already exists [2026-05-08T01:18:23.581Z] d91746698a38: Layer already exists [2026-05-08T01:18:23.581Z] 10363345defb: Layer already exists [2026-05-08T01:18:23.581Z] 17c46cd09b40: Layer already exists [2026-05-08T01:18:23.581Z] 1a570320b847: Layer already exists [2026-05-08T01:18:23.581Z] 54cf5457eb08: Layer already exists [2026-05-08T01:18:23.581Z] ce67a43d05b9: Layer already exists [2026-05-08T01:18:23.581Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:23.581Z] main: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:23.644Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:23.658Z] taggedImages: [2026-05-08T01:18:23.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:23.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-05-08T01:18:23.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [2026-05-08T01:18:23.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:23.658Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2026-05-08T01:18:23.683Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2026-05-08T01:18:23.683Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:23.683Z] latest [2026-05-08T01:18:23.683Z] 4.1.0-dev.112 [2026-05-08T01:18:23.683Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:23.683Z] main [2026-05-08T01:18:23.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:24.021Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:24.332Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:24.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-08T01:18:24.332Z] c6c0ab097112: Preparing [2026-05-08T01:18:24.332Z] 0f90f2a63fa7: Preparing [2026-05-08T01:18:24.332Z] a362b5c70542: Preparing [2026-05-08T01:18:24.332Z] 062d0e51c7e4: Preparing [2026-05-08T01:18:24.332Z] 0bb2cb2acc77: Preparing [2026-05-08T01:18:24.332Z] 10363345defb: Preparing [2026-05-08T01:18:24.332Z] 1a570320b847: Preparing [2026-05-08T01:18:24.332Z] 67ac9426d00c: Preparing [2026-05-08T01:18:24.332Z] dc83693a2398: Preparing [2026-05-08T01:18:24.332Z] 11cf186256ae: Preparing [2026-05-08T01:18:24.332Z] 10363345defb: Waiting [2026-05-08T01:18:24.332Z] 0854555d70ac: Preparing [2026-05-08T01:18:24.332Z] 1a570320b847: Waiting [2026-05-08T01:18:24.332Z] dc83693a2398: Waiting [2026-05-08T01:18:24.332Z] 11cf186256ae: Waiting [2026-05-08T01:18:24.332Z] 67ac9426d00c: Waiting [2026-05-08T01:18:24.332Z] 0854555d70ac: Waiting [2026-05-08T01:18:24.332Z] 0bb2cb2acc77: Pushed [2026-05-08T01:18:24.332Z] 062d0e51c7e4: Pushed [2026-05-08T01:18:24.332Z] 0f90f2a63fa7: Pushed [2026-05-08T01:18:24.332Z] c6c0ab097112: Pushed [2026-05-08T01:18:24.590Z] 10363345defb: Layer already exists [2026-05-08T01:18:24.590Z] 1a570320b847: Layer already exists [2026-05-08T01:18:24.590Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:24.590Z] 67ac9426d00c: Pushed [2026-05-08T01:18:24.590Z] dc83693a2398: Pushed [2026-05-08T01:18:25.967Z] 11cf186256ae: Pushed [2026-05-08T01:18:27.341Z] a362b5c70542: Pushed [2026-05-08T01:18:27.341Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:27.666Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:27.991Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-05-08T01:18:27.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-08T01:18:27.991Z] c6c0ab097112: Preparing [2026-05-08T01:18:27.991Z] 0f90f2a63fa7: Preparing [2026-05-08T01:18:27.991Z] a362b5c70542: Preparing [2026-05-08T01:18:27.991Z] 062d0e51c7e4: Preparing [2026-05-08T01:18:27.991Z] 0bb2cb2acc77: Preparing [2026-05-08T01:18:27.991Z] 10363345defb: Preparing [2026-05-08T01:18:27.991Z] 1a570320b847: Preparing [2026-05-08T01:18:27.991Z] 67ac9426d00c: Preparing [2026-05-08T01:18:27.991Z] dc83693a2398: Preparing [2026-05-08T01:18:27.991Z] 11cf186256ae: Preparing [2026-05-08T01:18:27.991Z] 0854555d70ac: Preparing [2026-05-08T01:18:27.991Z] dc83693a2398: Waiting [2026-05-08T01:18:27.991Z] 11cf186256ae: Waiting [2026-05-08T01:18:27.991Z] 0854555d70ac: Waiting [2026-05-08T01:18:27.991Z] 10363345defb: Waiting [2026-05-08T01:18:27.991Z] 1a570320b847: Waiting [2026-05-08T01:18:27.991Z] 67ac9426d00c: Waiting [2026-05-08T01:18:27.991Z] c6c0ab097112: Layer already exists [2026-05-08T01:18:27.991Z] 0bb2cb2acc77: Layer already exists [2026-05-08T01:18:27.991Z] 062d0e51c7e4: Layer already exists [2026-05-08T01:18:27.991Z] 0f90f2a63fa7: Layer already exists [2026-05-08T01:18:27.991Z] a362b5c70542: Layer already exists [2026-05-08T01:18:27.991Z] dc83693a2398: Layer already exists [2026-05-08T01:18:27.991Z] 1a570320b847: Layer already exists [2026-05-08T01:18:27.991Z] 67ac9426d00c: Layer already exists [2026-05-08T01:18:27.991Z] 10363345defb: Layer already exists [2026-05-08T01:18:27.991Z] 11cf186256ae: Layer already exists [2026-05-08T01:18:27.991Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:27.991Z] latest: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:28.317Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:28.632Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [2026-05-08T01:18:28.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-08T01:18:28.632Z] c6c0ab097112: Preparing [2026-05-08T01:18:28.632Z] 0f90f2a63fa7: Preparing [2026-05-08T01:18:28.632Z] a362b5c70542: Preparing [2026-05-08T01:18:28.632Z] 062d0e51c7e4: Preparing [2026-05-08T01:18:28.632Z] 0bb2cb2acc77: Preparing [2026-05-08T01:18:28.632Z] 10363345defb: Preparing [2026-05-08T01:18:28.632Z] 1a570320b847: Preparing [2026-05-08T01:18:28.632Z] 67ac9426d00c: Preparing [2026-05-08T01:18:28.632Z] dc83693a2398: Preparing [2026-05-08T01:18:28.632Z] 11cf186256ae: Preparing [2026-05-08T01:18:28.632Z] 0854555d70ac: Preparing [2026-05-08T01:18:28.632Z] 67ac9426d00c: Waiting [2026-05-08T01:18:28.632Z] dc83693a2398: Waiting [2026-05-08T01:18:28.632Z] 10363345defb: Waiting [2026-05-08T01:18:28.632Z] 1a570320b847: Waiting [2026-05-08T01:18:28.632Z] 11cf186256ae: Waiting [2026-05-08T01:18:28.632Z] 0854555d70ac: Waiting [2026-05-08T01:18:28.632Z] 062d0e51c7e4: Layer already exists [2026-05-08T01:18:28.632Z] c6c0ab097112: Layer already exists [2026-05-08T01:18:28.632Z] a362b5c70542: Layer already exists [2026-05-08T01:18:28.632Z] 0bb2cb2acc77: Layer already exists [2026-05-08T01:18:28.632Z] 0f90f2a63fa7: Layer already exists [2026-05-08T01:18:28.632Z] 1a570320b847: Layer already exists [2026-05-08T01:18:28.632Z] 10363345defb: Layer already exists [2026-05-08T01:18:28.632Z] 67ac9426d00c: Layer already exists [2026-05-08T01:18:28.632Z] 11cf186256ae: Layer already exists [2026-05-08T01:18:28.632Z] dc83693a2398: Layer already exists [2026-05-08T01:18:28.632Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:28.632Z] 4.1.0-dev.112: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:28.964Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:29.301Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:29.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-08T01:18:29.301Z] c6c0ab097112: Preparing [2026-05-08T01:18:29.301Z] 0f90f2a63fa7: Preparing [2026-05-08T01:18:29.302Z] a362b5c70542: Preparing [2026-05-08T01:18:29.302Z] 062d0e51c7e4: Preparing [2026-05-08T01:18:29.302Z] 0bb2cb2acc77: Preparing [2026-05-08T01:18:29.302Z] 10363345defb: Preparing [2026-05-08T01:18:29.302Z] 1a570320b847: Preparing [2026-05-08T01:18:29.302Z] 67ac9426d00c: Preparing [2026-05-08T01:18:29.302Z] dc83693a2398: Preparing [2026-05-08T01:18:29.302Z] 11cf186256ae: Preparing [2026-05-08T01:18:29.302Z] 0854555d70ac: Preparing [2026-05-08T01:18:29.302Z] 10363345defb: Waiting [2026-05-08T01:18:29.302Z] 1a570320b847: Waiting [2026-05-08T01:18:29.302Z] 67ac9426d00c: Waiting [2026-05-08T01:18:29.302Z] dc83693a2398: Waiting [2026-05-08T01:18:29.302Z] 11cf186256ae: Waiting [2026-05-08T01:18:29.302Z] 0854555d70ac: Waiting [2026-05-08T01:18:29.302Z] 0bb2cb2acc77: Layer already exists [2026-05-08T01:18:29.302Z] 062d0e51c7e4: Layer already exists [2026-05-08T01:18:29.302Z] 0f90f2a63fa7: Layer already exists [2026-05-08T01:18:29.302Z] a362b5c70542: Layer already exists [2026-05-08T01:18:29.302Z] c6c0ab097112: Layer already exists [2026-05-08T01:18:29.302Z] 1a570320b847: Layer already exists [2026-05-08T01:18:29.302Z] 10363345defb: Layer already exists [2026-05-08T01:18:29.302Z] dc83693a2398: Layer already exists [2026-05-08T01:18:29.302Z] 11cf186256ae: Layer already exists [2026-05-08T01:18:29.302Z] 67ac9426d00c: Layer already exists [2026-05-08T01:18:29.302Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:29.302Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:29.628Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:29.966Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-05-08T01:18:29.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-08T01:18:29.966Z] c6c0ab097112: Preparing [2026-05-08T01:18:29.966Z] 0f90f2a63fa7: Preparing [2026-05-08T01:18:29.966Z] a362b5c70542: Preparing [2026-05-08T01:18:29.966Z] 062d0e51c7e4: Preparing [2026-05-08T01:18:29.966Z] 0bb2cb2acc77: Preparing [2026-05-08T01:18:29.966Z] 10363345defb: Preparing [2026-05-08T01:18:29.966Z] 1a570320b847: Preparing [2026-05-08T01:18:29.966Z] 67ac9426d00c: Preparing [2026-05-08T01:18:29.966Z] dc83693a2398: Preparing [2026-05-08T01:18:29.966Z] 11cf186256ae: Preparing [2026-05-08T01:18:29.966Z] 0854555d70ac: Preparing [2026-05-08T01:18:29.966Z] 1a570320b847: Waiting [2026-05-08T01:18:29.966Z] 67ac9426d00c: Waiting [2026-05-08T01:18:29.966Z] dc83693a2398: Waiting [2026-05-08T01:18:29.966Z] 11cf186256ae: Waiting [2026-05-08T01:18:29.966Z] 0854555d70ac: Waiting [2026-05-08T01:18:29.966Z] 10363345defb: Waiting [2026-05-08T01:18:29.966Z] 0f90f2a63fa7: Layer already exists [2026-05-08T01:18:29.966Z] 0bb2cb2acc77: Layer already exists [2026-05-08T01:18:29.966Z] a362b5c70542: Layer already exists [2026-05-08T01:18:29.966Z] c6c0ab097112: Layer already exists [2026-05-08T01:18:29.966Z] 062d0e51c7e4: Layer already exists [2026-05-08T01:18:29.966Z] 1a570320b847: Layer already exists [2026-05-08T01:18:29.966Z] 67ac9426d00c: Layer already exists [2026-05-08T01:18:29.966Z] 10363345defb: Layer already exists [2026-05-08T01:18:29.966Z] 11cf186256ae: Layer already exists [2026-05-08T01:18:29.966Z] dc83693a2398: Layer already exists [2026-05-08T01:18:29.966Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:29.966Z] main: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:30.032Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:30.046Z] taggedImages: [2026-05-08T01:18:30.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:30.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-05-08T01:18:30.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [2026-05-08T01:18:30.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:30.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2026-05-08T01:18:30.079Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2026-05-08T01:18:30.079Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:30.079Z] latest [2026-05-08T01:18:30.079Z] 4.1.0-dev.112 [2026-05-08T01:18:30.079Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:30.079Z] main [2026-05-08T01:18:30.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:30.431Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:30.752Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:30.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-08T01:18:30.752Z] 3b17f266f304: Preparing [2026-05-08T01:18:30.752Z] d2ad48fc97b0: Preparing [2026-05-08T01:18:30.752Z] e9cac0e89a1e: Preparing [2026-05-08T01:18:30.752Z] 8c47f3ab7d16: Preparing [2026-05-08T01:18:30.752Z] a2ee12ef82c2: Preparing [2026-05-08T01:18:30.752Z] 1c12df6170f6: Preparing [2026-05-08T01:18:30.752Z] 4abc9681866a: Preparing [2026-05-08T01:18:30.752Z] 10363345defb: Preparing [2026-05-08T01:18:30.752Z] 1a570320b847: Preparing [2026-05-08T01:18:30.752Z] 2ba840f88ab8: Preparing [2026-05-08T01:18:30.752Z] 83b7547bac60: Preparing [2026-05-08T01:18:30.752Z] 0854555d70ac: Preparing [2026-05-08T01:18:30.752Z] 4abc9681866a: Waiting [2026-05-08T01:18:30.752Z] 10363345defb: Waiting [2026-05-08T01:18:30.752Z] 1a570320b847: Waiting [2026-05-08T01:18:30.752Z] 2ba840f88ab8: Waiting [2026-05-08T01:18:30.752Z] 83b7547bac60: Waiting [2026-05-08T01:18:30.752Z] 0854555d70ac: Waiting [2026-05-08T01:18:30.752Z] 1c12df6170f6: Waiting [2026-05-08T01:18:30.752Z] 3b17f266f304: Pushed [2026-05-08T01:18:30.752Z] a2ee12ef82c2: Pushed [2026-05-08T01:18:30.752Z] d2ad48fc97b0: Pushed [2026-05-08T01:18:30.752Z] 10363345defb: Layer already exists [2026-05-08T01:18:30.752Z] 1a570320b847: Layer already exists [2026-05-08T01:18:30.752Z] 1c12df6170f6: Pushed [2026-05-08T01:18:30.752Z] 4abc9681866a: Pushed [2026-05-08T01:18:31.010Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:31.010Z] 2ba840f88ab8: Pushed [2026-05-08T01:18:32.380Z] 83b7547bac60: Pushed [2026-05-08T01:18:33.313Z] 8c47f3ab7d16: Pushed [2026-05-08T01:18:33.573Z] e9cac0e89a1e: Pushed [2026-05-08T01:18:33.832Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:34.147Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:34.469Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-05-08T01:18:34.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-08T01:18:34.469Z] 3b17f266f304: Preparing [2026-05-08T01:18:34.469Z] d2ad48fc97b0: Preparing [2026-05-08T01:18:34.469Z] e9cac0e89a1e: Preparing [2026-05-08T01:18:34.469Z] 8c47f3ab7d16: Preparing [2026-05-08T01:18:34.469Z] a2ee12ef82c2: Preparing [2026-05-08T01:18:34.469Z] 1c12df6170f6: Preparing [2026-05-08T01:18:34.469Z] 4abc9681866a: Preparing [2026-05-08T01:18:34.469Z] 10363345defb: Preparing [2026-05-08T01:18:34.469Z] 1a570320b847: Preparing [2026-05-08T01:18:34.469Z] 2ba840f88ab8: Preparing [2026-05-08T01:18:34.469Z] 83b7547bac60: Preparing [2026-05-08T01:18:34.469Z] 0854555d70ac: Preparing [2026-05-08T01:18:34.469Z] 1a570320b847: Waiting [2026-05-08T01:18:34.469Z] 1c12df6170f6: Waiting [2026-05-08T01:18:34.469Z] 2ba840f88ab8: Waiting [2026-05-08T01:18:34.469Z] 4abc9681866a: Waiting [2026-05-08T01:18:34.469Z] 10363345defb: Waiting [2026-05-08T01:18:34.469Z] 0854555d70ac: Waiting [2026-05-08T01:18:34.469Z] 83b7547bac60: Waiting [2026-05-08T01:18:34.469Z] d2ad48fc97b0: Layer already exists [2026-05-08T01:18:34.469Z] a2ee12ef82c2: Layer already exists [2026-05-08T01:18:34.469Z] 8c47f3ab7d16: Layer already exists [2026-05-08T01:18:34.469Z] e9cac0e89a1e: Layer already exists [2026-05-08T01:18:34.469Z] 3b17f266f304: Layer already exists [2026-05-08T01:18:34.469Z] 1c12df6170f6: Layer already exists [2026-05-08T01:18:34.469Z] 4abc9681866a: Layer already exists [2026-05-08T01:18:34.469Z] 10363345defb: Layer already exists [2026-05-08T01:18:34.469Z] 1a570320b847: Layer already exists [2026-05-08T01:18:34.469Z] 2ba840f88ab8: Layer already exists [2026-05-08T01:18:34.469Z] 83b7547bac60: Layer already exists [2026-05-08T01:18:34.469Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:34.469Z] latest: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:34.801Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:35.118Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [2026-05-08T01:18:35.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-08T01:18:35.118Z] 3b17f266f304: Preparing [2026-05-08T01:18:35.118Z] d2ad48fc97b0: Preparing [2026-05-08T01:18:35.118Z] e9cac0e89a1e: Preparing [2026-05-08T01:18:35.118Z] 8c47f3ab7d16: Preparing [2026-05-08T01:18:35.118Z] a2ee12ef82c2: Preparing [2026-05-08T01:18:35.118Z] 1c12df6170f6: Preparing [2026-05-08T01:18:35.118Z] 4abc9681866a: Preparing [2026-05-08T01:18:35.118Z] 10363345defb: Preparing [2026-05-08T01:18:35.118Z] 1a570320b847: Preparing [2026-05-08T01:18:35.118Z] 2ba840f88ab8: Preparing [2026-05-08T01:18:35.118Z] 83b7547bac60: Preparing [2026-05-08T01:18:35.118Z] 0854555d70ac: Preparing [2026-05-08T01:18:35.118Z] 10363345defb: Waiting [2026-05-08T01:18:35.118Z] 2ba840f88ab8: Waiting [2026-05-08T01:18:35.118Z] 1a570320b847: Waiting [2026-05-08T01:18:35.118Z] 83b7547bac60: Waiting [2026-05-08T01:18:35.118Z] 1c12df6170f6: Waiting [2026-05-08T01:18:35.118Z] 0854555d70ac: Waiting [2026-05-08T01:18:35.118Z] 4abc9681866a: Waiting [2026-05-08T01:18:35.118Z] 8c47f3ab7d16: Layer already exists [2026-05-08T01:18:35.118Z] e9cac0e89a1e: Layer already exists [2026-05-08T01:18:35.118Z] a2ee12ef82c2: Layer already exists [2026-05-08T01:18:35.118Z] d2ad48fc97b0: Layer already exists [2026-05-08T01:18:35.118Z] 3b17f266f304: Layer already exists [2026-05-08T01:18:35.118Z] 4abc9681866a: Layer already exists [2026-05-08T01:18:35.118Z] 1c12df6170f6: Layer already exists [2026-05-08T01:18:35.118Z] 10363345defb: Layer already exists [2026-05-08T01:18:35.118Z] 2ba840f88ab8: Layer already exists [2026-05-08T01:18:35.118Z] 1a570320b847: Layer already exists [2026-05-08T01:18:35.118Z] 83b7547bac60: Layer already exists [2026-05-08T01:18:35.118Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:35.118Z] 4.1.0-dev.112: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:35.442Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:35.751Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:35.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-08T01:18:35.751Z] 3b17f266f304: Preparing [2026-05-08T01:18:35.751Z] d2ad48fc97b0: Preparing [2026-05-08T01:18:35.751Z] e9cac0e89a1e: Preparing [2026-05-08T01:18:35.751Z] 8c47f3ab7d16: Preparing [2026-05-08T01:18:35.751Z] a2ee12ef82c2: Preparing [2026-05-08T01:18:35.751Z] 1c12df6170f6: Preparing [2026-05-08T01:18:35.751Z] 4abc9681866a: Preparing [2026-05-08T01:18:35.751Z] 10363345defb: Preparing [2026-05-08T01:18:35.751Z] 1a570320b847: Preparing [2026-05-08T01:18:35.751Z] 2ba840f88ab8: Preparing [2026-05-08T01:18:35.751Z] 83b7547bac60: Preparing [2026-05-08T01:18:35.751Z] 0854555d70ac: Preparing [2026-05-08T01:18:35.751Z] 1c12df6170f6: Waiting [2026-05-08T01:18:35.751Z] 4abc9681866a: Waiting [2026-05-08T01:18:35.751Z] 10363345defb: Waiting [2026-05-08T01:18:35.751Z] 1a570320b847: Waiting [2026-05-08T01:18:35.751Z] 2ba840f88ab8: Waiting [2026-05-08T01:18:35.751Z] 83b7547bac60: Waiting [2026-05-08T01:18:35.751Z] 0854555d70ac: Waiting [2026-05-08T01:18:35.751Z] 8c47f3ab7d16: Layer already exists [2026-05-08T01:18:35.751Z] e9cac0e89a1e: Layer already exists [2026-05-08T01:18:35.751Z] 3b17f266f304: Layer already exists [2026-05-08T01:18:35.751Z] d2ad48fc97b0: Layer already exists [2026-05-08T01:18:35.751Z] a2ee12ef82c2: Layer already exists [2026-05-08T01:18:35.751Z] 4abc9681866a: Layer already exists [2026-05-08T01:18:35.751Z] 1c12df6170f6: Layer already exists [2026-05-08T01:18:35.751Z] 2ba840f88ab8: Layer already exists [2026-05-08T01:18:35.751Z] 10363345defb: Layer already exists [2026-05-08T01:18:35.751Z] 1a570320b847: Layer already exists [2026-05-08T01:18:35.751Z] 83b7547bac60: Layer already exists [2026-05-08T01:18:35.751Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:35.751Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:36.069Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:36.378Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-05-08T01:18:36.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-08T01:18:36.378Z] 3b17f266f304: Preparing [2026-05-08T01:18:36.378Z] d2ad48fc97b0: Preparing [2026-05-08T01:18:36.378Z] e9cac0e89a1e: Preparing [2026-05-08T01:18:36.378Z] 8c47f3ab7d16: Preparing [2026-05-08T01:18:36.378Z] a2ee12ef82c2: Preparing [2026-05-08T01:18:36.378Z] 1c12df6170f6: Preparing [2026-05-08T01:18:36.378Z] 4abc9681866a: Preparing [2026-05-08T01:18:36.378Z] 10363345defb: Preparing [2026-05-08T01:18:36.378Z] 1a570320b847: Preparing [2026-05-08T01:18:36.378Z] 2ba840f88ab8: Preparing [2026-05-08T01:18:36.378Z] 83b7547bac60: Preparing [2026-05-08T01:18:36.378Z] 0854555d70ac: Preparing [2026-05-08T01:18:36.378Z] 4abc9681866a: Waiting [2026-05-08T01:18:36.378Z] 10363345defb: Waiting [2026-05-08T01:18:36.378Z] 1c12df6170f6: Waiting [2026-05-08T01:18:36.378Z] 1a570320b847: Waiting [2026-05-08T01:18:36.378Z] 2ba840f88ab8: Waiting [2026-05-08T01:18:36.378Z] 83b7547bac60: Waiting [2026-05-08T01:18:36.378Z] 0854555d70ac: Waiting [2026-05-08T01:18:36.378Z] e9cac0e89a1e: Layer already exists [2026-05-08T01:18:36.378Z] 3b17f266f304: Layer already exists [2026-05-08T01:18:36.378Z] a2ee12ef82c2: Layer already exists [2026-05-08T01:18:36.378Z] d2ad48fc97b0: Layer already exists [2026-05-08T01:18:36.378Z] 8c47f3ab7d16: Layer already exists [2026-05-08T01:18:36.378Z] 1c12df6170f6: Layer already exists [2026-05-08T01:18:36.378Z] 10363345defb: Layer already exists [2026-05-08T01:18:36.378Z] 4abc9681866a: Layer already exists [2026-05-08T01:18:36.378Z] 2ba840f88ab8: Layer already exists [2026-05-08T01:18:36.378Z] 1a570320b847: Layer already exists [2026-05-08T01:18:36.378Z] 83b7547bac60: Layer already exists [2026-05-08T01:18:36.378Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:36.378Z] main: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:36.443Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:36.453Z] taggedImages: [2026-05-08T01:18:36.453Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:36.453Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-05-08T01:18:36.453Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [2026-05-08T01:18:36.453Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:36.453Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2026-05-08T01:18:36.481Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2026-05-08T01:18:36.481Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:36.481Z] latest [2026-05-08T01:18:36.481Z] 4.1.0-dev.112 [2026-05-08T01:18:36.481Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:36.481Z] main [2026-05-08T01:18:36.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:36.821Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:37.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:37.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-08T01:18:37.137Z] 6771a3f2503b: Preparing [2026-05-08T01:18:37.137Z] 3848f18a4118: Preparing [2026-05-08T01:18:37.137Z] 10363345defb: Preparing [2026-05-08T01:18:37.137Z] 1a570320b847: Preparing [2026-05-08T01:18:37.137Z] d2ae2df5f36c: Preparing [2026-05-08T01:18:37.137Z] 399b1e19d595: Preparing [2026-05-08T01:18:37.137Z] 0854555d70ac: Preparing [2026-05-08T01:18:37.137Z] 0854555d70ac: Waiting [2026-05-08T01:18:37.137Z] 1a570320b847: Layer already exists [2026-05-08T01:18:37.137Z] 10363345defb: Layer already exists [2026-05-08T01:18:37.137Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:37.137Z] d2ae2df5f36c: Pushed [2026-05-08T01:18:37.137Z] 6771a3f2503b: Pushed [2026-05-08T01:18:38.076Z] 399b1e19d595: Pushed [2026-05-08T01:18:40.604Z] 3848f18a4118: Pushed [2026-05-08T01:18:40.604Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:40.922Z] + 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-05-08T01:18:41.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-05-08T01:18:41.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-08T01:18:41.240Z] 6771a3f2503b: Preparing [2026-05-08T01:18:41.240Z] 3848f18a4118: Preparing [2026-05-08T01:18:41.240Z] 10363345defb: Preparing [2026-05-08T01:18:41.240Z] 1a570320b847: Preparing [2026-05-08T01:18:41.240Z] d2ae2df5f36c: Preparing [2026-05-08T01:18:41.240Z] 399b1e19d595: Preparing [2026-05-08T01:18:41.240Z] 0854555d70ac: Preparing [2026-05-08T01:18:41.240Z] 399b1e19d595: Waiting [2026-05-08T01:18:41.240Z] 0854555d70ac: Waiting [2026-05-08T01:18:41.240Z] 1a570320b847: Layer already exists [2026-05-08T01:18:41.240Z] 10363345defb: Layer already exists [2026-05-08T01:18:41.240Z] d2ae2df5f36c: Layer already exists [2026-05-08T01:18:41.240Z] 6771a3f2503b: Layer already exists [2026-05-08T01:18:41.240Z] 3848f18a4118: Layer already exists [2026-05-08T01:18:41.240Z] 399b1e19d595: Layer already exists [2026-05-08T01:18:41.240Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:41.240Z] latest: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:41.561Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:41.879Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [2026-05-08T01:18:41.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-08T01:18:41.879Z] 6771a3f2503b: Preparing [2026-05-08T01:18:41.879Z] 3848f18a4118: Preparing [2026-05-08T01:18:41.879Z] 10363345defb: Preparing [2026-05-08T01:18:41.879Z] 1a570320b847: Preparing [2026-05-08T01:18:41.879Z] d2ae2df5f36c: Preparing [2026-05-08T01:18:41.879Z] 399b1e19d595: Preparing [2026-05-08T01:18:41.879Z] 0854555d70ac: Preparing [2026-05-08T01:18:41.879Z] 399b1e19d595: Waiting [2026-05-08T01:18:41.879Z] 0854555d70ac: Waiting [2026-05-08T01:18:41.879Z] d2ae2df5f36c: Layer already exists [2026-05-08T01:18:41.879Z] 1a570320b847: Layer already exists [2026-05-08T01:18:41.879Z] 3848f18a4118: Layer already exists [2026-05-08T01:18:41.879Z] 6771a3f2503b: Layer already exists [2026-05-08T01:18:41.879Z] 10363345defb: Layer already exists [2026-05-08T01:18:41.879Z] 399b1e19d595: Layer already exists [2026-05-08T01:18:41.879Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:41.879Z] 4.1.0-dev.112: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:42.197Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:42.516Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:42.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-08T01:18:42.516Z] 6771a3f2503b: Preparing [2026-05-08T01:18:42.516Z] 3848f18a4118: Preparing [2026-05-08T01:18:42.516Z] 10363345defb: Preparing [2026-05-08T01:18:42.516Z] 1a570320b847: Preparing [2026-05-08T01:18:42.516Z] d2ae2df5f36c: Preparing [2026-05-08T01:18:42.516Z] 399b1e19d595: Preparing [2026-05-08T01:18:42.516Z] 0854555d70ac: Preparing [2026-05-08T01:18:42.516Z] 399b1e19d595: Waiting [2026-05-08T01:18:42.516Z] 0854555d70ac: Waiting [2026-05-08T01:18:42.516Z] 10363345defb: Layer already exists [2026-05-08T01:18:42.516Z] d2ae2df5f36c: Layer already exists [2026-05-08T01:18:42.516Z] 1a570320b847: Layer already exists [2026-05-08T01:18:42.516Z] 6771a3f2503b: Layer already exists [2026-05-08T01:18:42.516Z] 3848f18a4118: Layer already exists [2026-05-08T01:18:42.516Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:42.516Z] 399b1e19d595: Layer already exists [2026-05-08T01:18:42.516Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:42.833Z] + 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-05-08T01:18:43.154Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-05-08T01:18:43.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-08T01:18:43.154Z] 6771a3f2503b: Preparing [2026-05-08T01:18:43.154Z] 3848f18a4118: Preparing [2026-05-08T01:18:43.154Z] 10363345defb: Preparing [2026-05-08T01:18:43.154Z] 1a570320b847: Preparing [2026-05-08T01:18:43.154Z] d2ae2df5f36c: Preparing [2026-05-08T01:18:43.154Z] 399b1e19d595: Preparing [2026-05-08T01:18:43.154Z] 0854555d70ac: Preparing [2026-05-08T01:18:43.154Z] 0854555d70ac: Waiting [2026-05-08T01:18:43.154Z] 399b1e19d595: Waiting [2026-05-08T01:18:43.154Z] 1a570320b847: Layer already exists [2026-05-08T01:18:43.154Z] d2ae2df5f36c: Layer already exists [2026-05-08T01:18:43.154Z] 6771a3f2503b: Layer already exists [2026-05-08T01:18:43.154Z] 3848f18a4118: Layer already exists [2026-05-08T01:18:43.154Z] 10363345defb: Layer already exists [2026-05-08T01:18:43.154Z] 399b1e19d595: Layer already exists [2026-05-08T01:18:43.154Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:43.154Z] main: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:43.226Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:43.244Z] taggedImages: [2026-05-08T01:18:43.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:43.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-05-08T01:18:43.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [2026-05-08T01:18:43.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:43.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2026-05-08T01:18:43.269Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2026-05-08T01:18:43.269Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:43.269Z] latest [2026-05-08T01:18:43.269Z] 4.1.0-dev.112 [2026-05-08T01:18:43.269Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:43.269Z] main [2026-05-08T01:18:43.269Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:43.609Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:43.930Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:43.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-08T01:18:43.930Z] 88d94f0ab767: Preparing [2026-05-08T01:18:43.930Z] b9cba5fd73d0: Preparing [2026-05-08T01:18:43.930Z] fe29e56a4419: Preparing [2026-05-08T01:18:43.930Z] 10363345defb: Preparing [2026-05-08T01:18:43.930Z] 1a570320b847: Preparing [2026-05-08T01:18:43.930Z] 362f6e424359: Preparing [2026-05-08T01:18:43.930Z] 718ad758a0f4: Preparing [2026-05-08T01:18:43.930Z] 65357d06d00f: Preparing [2026-05-08T01:18:43.930Z] b8bfa7ecfb92: Preparing [2026-05-08T01:18:43.930Z] 0854555d70ac: Preparing [2026-05-08T01:18:43.930Z] 65357d06d00f: Waiting [2026-05-08T01:18:43.930Z] 362f6e424359: Waiting [2026-05-08T01:18:43.930Z] 718ad758a0f4: Waiting [2026-05-08T01:18:43.930Z] 0854555d70ac: Waiting [2026-05-08T01:18:43.930Z] b8bfa7ecfb92: Waiting [2026-05-08T01:18:43.930Z] 10363345defb: Layer already exists [2026-05-08T01:18:43.930Z] 1a570320b847: Layer already exists [2026-05-08T01:18:43.930Z] 88d94f0ab767: Pushed [2026-05-08T01:18:43.930Z] fe29e56a4419: Pushed [2026-05-08T01:18:43.930Z] b9cba5fd73d0: Pushed [2026-05-08T01:18:43.930Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:43.930Z] 65357d06d00f: Pushed [2026-05-08T01:18:44.496Z] b8bfa7ecfb92: Pushed [2026-05-08T01:18:49.763Z] 718ad758a0f4: Pushed [2026-05-08T01:18:56.351Z] 362f6e424359: Pushed [2026-05-08T01:18:56.611Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:56.928Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:57.279Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-05-08T01:18:57.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-08T01:18:57.279Z] 88d94f0ab767: Preparing [2026-05-08T01:18:57.279Z] b9cba5fd73d0: Preparing [2026-05-08T01:18:57.279Z] fe29e56a4419: Preparing [2026-05-08T01:18:57.279Z] 10363345defb: Preparing [2026-05-08T01:18:57.279Z] 1a570320b847: Preparing [2026-05-08T01:18:57.279Z] 362f6e424359: Preparing [2026-05-08T01:18:57.279Z] 718ad758a0f4: Preparing [2026-05-08T01:18:57.279Z] 65357d06d00f: Preparing [2026-05-08T01:18:57.279Z] b8bfa7ecfb92: Preparing [2026-05-08T01:18:57.279Z] 0854555d70ac: Preparing [2026-05-08T01:18:57.279Z] 362f6e424359: Waiting [2026-05-08T01:18:57.279Z] 718ad758a0f4: Waiting [2026-05-08T01:18:57.279Z] 65357d06d00f: Waiting [2026-05-08T01:18:57.279Z] b8bfa7ecfb92: Waiting [2026-05-08T01:18:57.279Z] 0854555d70ac: Waiting [2026-05-08T01:18:57.280Z] 10363345defb: Layer already exists [2026-05-08T01:18:57.280Z] 1a570320b847: Layer already exists [2026-05-08T01:18:57.280Z] b9cba5fd73d0: Layer already exists [2026-05-08T01:18:57.280Z] 88d94f0ab767: Layer already exists [2026-05-08T01:18:57.280Z] fe29e56a4419: Layer already exists [2026-05-08T01:18:57.280Z] 362f6e424359: Layer already exists [2026-05-08T01:18:57.280Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:18:57.280Z] 65357d06d00f: Layer already exists [2026-05-08T01:18:57.280Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:57.280Z] 718ad758a0f4: Layer already exists [2026-05-08T01:18:57.280Z] latest: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:57.599Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:57.928Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [2026-05-08T01:18:57.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-08T01:18:57.928Z] 88d94f0ab767: Preparing [2026-05-08T01:18:57.928Z] b9cba5fd73d0: Preparing [2026-05-08T01:18:57.928Z] fe29e56a4419: Preparing [2026-05-08T01:18:57.928Z] 10363345defb: Preparing [2026-05-08T01:18:57.928Z] 1a570320b847: Preparing [2026-05-08T01:18:57.928Z] 362f6e424359: Preparing [2026-05-08T01:18:57.928Z] 718ad758a0f4: Preparing [2026-05-08T01:18:57.928Z] 65357d06d00f: Preparing [2026-05-08T01:18:57.928Z] b8bfa7ecfb92: Preparing [2026-05-08T01:18:57.928Z] 0854555d70ac: Preparing [2026-05-08T01:18:57.928Z] 718ad758a0f4: Waiting [2026-05-08T01:18:57.928Z] 65357d06d00f: Waiting [2026-05-08T01:18:57.928Z] b8bfa7ecfb92: Waiting [2026-05-08T01:18:57.928Z] 0854555d70ac: Waiting [2026-05-08T01:18:57.928Z] 362f6e424359: Waiting [2026-05-08T01:18:57.928Z] 10363345defb: Layer already exists [2026-05-08T01:18:57.928Z] fe29e56a4419: Layer already exists [2026-05-08T01:18:57.928Z] 88d94f0ab767: Layer already exists [2026-05-08T01:18:57.928Z] 1a570320b847: Layer already exists [2026-05-08T01:18:57.928Z] b9cba5fd73d0: Layer already exists [2026-05-08T01:18:57.928Z] 718ad758a0f4: Layer already exists [2026-05-08T01:18:57.928Z] 65357d06d00f: Layer already exists [2026-05-08T01:18:57.928Z] 362f6e424359: Layer already exists [2026-05-08T01:18:57.928Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:18:57.928Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:57.928Z] 4.1.0-dev.112: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:58.249Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:58.586Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:58.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-08T01:18:58.586Z] 88d94f0ab767: Preparing [2026-05-08T01:18:58.586Z] b9cba5fd73d0: Preparing [2026-05-08T01:18:58.586Z] fe29e56a4419: Preparing [2026-05-08T01:18:58.586Z] 10363345defb: Preparing [2026-05-08T01:18:58.586Z] 1a570320b847: Preparing [2026-05-08T01:18:58.586Z] 362f6e424359: Preparing [2026-05-08T01:18:58.586Z] 718ad758a0f4: Preparing [2026-05-08T01:18:58.586Z] 65357d06d00f: Preparing [2026-05-08T01:18:58.586Z] b8bfa7ecfb92: Preparing [2026-05-08T01:18:58.586Z] 0854555d70ac: Preparing [2026-05-08T01:18:58.586Z] 362f6e424359: Waiting [2026-05-08T01:18:58.586Z] 65357d06d00f: Waiting [2026-05-08T01:18:58.586Z] 718ad758a0f4: Waiting [2026-05-08T01:18:58.586Z] b8bfa7ecfb92: Waiting [2026-05-08T01:18:58.586Z] 0854555d70ac: Waiting [2026-05-08T01:18:58.586Z] 1a570320b847: Layer already exists [2026-05-08T01:18:58.586Z] b9cba5fd73d0: Layer already exists [2026-05-08T01:18:58.586Z] 10363345defb: Layer already exists [2026-05-08T01:18:58.586Z] 88d94f0ab767: Layer already exists [2026-05-08T01:18:58.586Z] fe29e56a4419: Layer already exists [2026-05-08T01:18:58.586Z] 362f6e424359: Layer already exists [2026-05-08T01:18:58.586Z] 718ad758a0f4: Layer already exists [2026-05-08T01:18:58.586Z] 65357d06d00f: Layer already exists [2026-05-08T01:18:58.586Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:18:58.586Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:58.586Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:58.927Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:59.270Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-05-08T01:18:59.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-08T01:18:59.270Z] 88d94f0ab767: Preparing [2026-05-08T01:18:59.270Z] b9cba5fd73d0: Preparing [2026-05-08T01:18:59.270Z] fe29e56a4419: Preparing [2026-05-08T01:18:59.270Z] 10363345defb: Preparing [2026-05-08T01:18:59.270Z] 1a570320b847: Preparing [2026-05-08T01:18:59.270Z] 362f6e424359: Preparing [2026-05-08T01:18:59.270Z] 718ad758a0f4: Preparing [2026-05-08T01:18:59.270Z] 65357d06d00f: Preparing [2026-05-08T01:18:59.270Z] b8bfa7ecfb92: Preparing [2026-05-08T01:18:59.270Z] 0854555d70ac: Preparing [2026-05-08T01:18:59.270Z] 65357d06d00f: Waiting [2026-05-08T01:18:59.270Z] 362f6e424359: Waiting [2026-05-08T01:18:59.270Z] 718ad758a0f4: Waiting [2026-05-08T01:18:59.270Z] b8bfa7ecfb92: Waiting [2026-05-08T01:18:59.270Z] 0854555d70ac: Waiting [2026-05-08T01:18:59.270Z] b9cba5fd73d0: Layer already exists [2026-05-08T01:18:59.270Z] 88d94f0ab767: Layer already exists [2026-05-08T01:18:59.270Z] fe29e56a4419: Layer already exists [2026-05-08T01:18:59.270Z] 10363345defb: Layer already exists [2026-05-08T01:18:59.270Z] 1a570320b847: Layer already exists [2026-05-08T01:18:59.270Z] 718ad758a0f4: Layer already exists [2026-05-08T01:18:59.270Z] 362f6e424359: Layer already exists [2026-05-08T01:18:59.270Z] 65357d06d00f: Layer already exists [2026-05-08T01:18:59.270Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:18:59.270Z] 0854555d70ac: Layer already exists [2026-05-08T01:18:59.270Z] main: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:18:59.407Z] ===================================================== [Pipeline] echo [2026-05-08T01:18:59.419Z] taggedImages: [2026-05-08T01:18:59.419Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:59.419Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-05-08T01:18:59.419Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [2026-05-08T01:18:59.419Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:59.419Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2026-05-08T01:18:59.440Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2026-05-08T01:18:59.440Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:18:59.440Z] latest [2026-05-08T01:18:59.440Z] 4.1.0-dev.112 [2026-05-08T01:18:59.440Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:18:59.440Z] main [2026-05-08T01:18:59.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:18:59.797Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:00.136Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:19:00.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-08T01:19:00.136Z] f452ae440af0: Preparing [2026-05-08T01:19:00.136Z] 8493aa6220b8: Preparing [2026-05-08T01:19:00.136Z] 5306c9736d90: Preparing [2026-05-08T01:19:00.136Z] 10363345defb: Preparing [2026-05-08T01:19:00.136Z] 1a570320b847: Preparing [2026-05-08T01:19:00.136Z] d5f5ba6e9bda: Preparing [2026-05-08T01:19:00.136Z] 7a3e28950517: Preparing [2026-05-08T01:19:00.136Z] 1c498f835fa7: Preparing [2026-05-08T01:19:00.136Z] 0854555d70ac: Preparing [2026-05-08T01:19:00.136Z] d5f5ba6e9bda: Waiting [2026-05-08T01:19:00.136Z] 7a3e28950517: Waiting [2026-05-08T01:19:00.136Z] 1c498f835fa7: Waiting [2026-05-08T01:19:00.136Z] 0854555d70ac: Waiting [2026-05-08T01:19:00.136Z] 1a570320b847: Layer already exists [2026-05-08T01:19:00.136Z] 10363345defb: Layer already exists [2026-05-08T01:19:00.136Z] 5306c9736d90: Pushed [2026-05-08T01:19:00.136Z] f452ae440af0: Pushed [2026-05-08T01:19:00.136Z] 8493aa6220b8: Pushed [2026-05-08T01:19:00.136Z] 7a3e28950517: Pushed [2026-05-08T01:19:00.136Z] 0854555d70ac: Layer already exists [2026-05-08T01:19:00.395Z] 1c498f835fa7: Pushed [2026-05-08T01:19:15.279Z] d5f5ba6e9bda: Pushed [2026-05-08T01:19:15.279Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:15.610Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:15.927Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-05-08T01:19:15.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-08T01:19:15.927Z] f452ae440af0: Preparing [2026-05-08T01:19:15.927Z] 8493aa6220b8: Preparing [2026-05-08T01:19:15.927Z] 5306c9736d90: Preparing [2026-05-08T01:19:15.927Z] 10363345defb: Preparing [2026-05-08T01:19:15.927Z] 1a570320b847: Preparing [2026-05-08T01:19:15.927Z] d5f5ba6e9bda: Preparing [2026-05-08T01:19:15.927Z] 7a3e28950517: Preparing [2026-05-08T01:19:15.927Z] 1c498f835fa7: Preparing [2026-05-08T01:19:15.927Z] 0854555d70ac: Preparing [2026-05-08T01:19:15.927Z] 1c498f835fa7: Waiting [2026-05-08T01:19:15.927Z] d5f5ba6e9bda: Waiting [2026-05-08T01:19:15.927Z] 7a3e28950517: Waiting [2026-05-08T01:19:15.927Z] 0854555d70ac: Waiting [2026-05-08T01:19:15.927Z] 1a570320b847: Layer already exists [2026-05-08T01:19:15.927Z] 8493aa6220b8: Layer already exists [2026-05-08T01:19:15.927Z] 10363345defb: Layer already exists [2026-05-08T01:19:15.927Z] f452ae440af0: Layer already exists [2026-05-08T01:19:15.927Z] 5306c9736d90: Layer already exists [2026-05-08T01:19:15.927Z] d5f5ba6e9bda: Layer already exists [2026-05-08T01:19:15.927Z] 7a3e28950517: Layer already exists [2026-05-08T01:19:15.927Z] 0854555d70ac: Layer already exists [2026-05-08T01:19:15.927Z] 1c498f835fa7: Layer already exists [2026-05-08T01:19:15.927Z] latest: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:16.247Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:16.572Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [2026-05-08T01:19:16.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-08T01:19:16.572Z] f452ae440af0: Preparing [2026-05-08T01:19:16.572Z] 8493aa6220b8: Preparing [2026-05-08T01:19:16.572Z] 5306c9736d90: Preparing [2026-05-08T01:19:16.572Z] 10363345defb: Preparing [2026-05-08T01:19:16.572Z] 1a570320b847: Preparing [2026-05-08T01:19:16.572Z] d5f5ba6e9bda: Preparing [2026-05-08T01:19:16.572Z] 7a3e28950517: Preparing [2026-05-08T01:19:16.572Z] 1c498f835fa7: Preparing [2026-05-08T01:19:16.572Z] 0854555d70ac: Preparing [2026-05-08T01:19:16.572Z] d5f5ba6e9bda: Waiting [2026-05-08T01:19:16.572Z] 7a3e28950517: Waiting [2026-05-08T01:19:16.572Z] 1c498f835fa7: Waiting [2026-05-08T01:19:16.572Z] 0854555d70ac: Waiting [2026-05-08T01:19:16.572Z] 10363345defb: Layer already exists [2026-05-08T01:19:16.572Z] 5306c9736d90: Layer already exists [2026-05-08T01:19:16.572Z] 8493aa6220b8: Layer already exists [2026-05-08T01:19:16.572Z] f452ae440af0: Layer already exists [2026-05-08T01:19:16.572Z] 1a570320b847: Layer already exists [2026-05-08T01:19:16.572Z] d5f5ba6e9bda: Layer already exists [2026-05-08T01:19:16.572Z] 1c498f835fa7: Layer already exists [2026-05-08T01:19:16.572Z] 7a3e28950517: Layer already exists [2026-05-08T01:19:16.572Z] 0854555d70ac: Layer already exists [2026-05-08T01:19:16.572Z] 4.1.0-dev.112: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:16.897Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:17.216Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:19:17.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-08T01:19:17.216Z] f452ae440af0: Preparing [2026-05-08T01:19:17.216Z] 8493aa6220b8: Preparing [2026-05-08T01:19:17.216Z] 5306c9736d90: Preparing [2026-05-08T01:19:17.216Z] 10363345defb: Preparing [2026-05-08T01:19:17.216Z] 1a570320b847: Preparing [2026-05-08T01:19:17.216Z] d5f5ba6e9bda: Preparing [2026-05-08T01:19:17.216Z] 7a3e28950517: Preparing [2026-05-08T01:19:17.216Z] 1c498f835fa7: Preparing [2026-05-08T01:19:17.216Z] 0854555d70ac: Preparing [2026-05-08T01:19:17.216Z] 7a3e28950517: Waiting [2026-05-08T01:19:17.216Z] 1c498f835fa7: Waiting [2026-05-08T01:19:17.216Z] d5f5ba6e9bda: Waiting [2026-05-08T01:19:17.216Z] 0854555d70ac: Waiting [2026-05-08T01:19:17.216Z] 10363345defb: Layer already exists [2026-05-08T01:19:17.217Z] 5306c9736d90: Layer already exists [2026-05-08T01:19:17.217Z] 1a570320b847: Layer already exists [2026-05-08T01:19:17.217Z] 8493aa6220b8: Layer already exists [2026-05-08T01:19:17.217Z] f452ae440af0: Layer already exists [2026-05-08T01:19:17.217Z] 7a3e28950517: Layer already exists [2026-05-08T01:19:17.217Z] d5f5ba6e9bda: Layer already exists [2026-05-08T01:19:17.217Z] 0854555d70ac: Layer already exists [2026-05-08T01:19:17.217Z] 1c498f835fa7: Layer already exists [2026-05-08T01:19:17.217Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:17.553Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:17.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-05-08T01:19:17.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-08T01:19:17.875Z] f452ae440af0: Preparing [2026-05-08T01:19:17.875Z] 8493aa6220b8: Preparing [2026-05-08T01:19:17.875Z] 5306c9736d90: Preparing [2026-05-08T01:19:17.875Z] 10363345defb: Preparing [2026-05-08T01:19:17.875Z] 1a570320b847: Preparing [2026-05-08T01:19:17.875Z] d5f5ba6e9bda: Preparing [2026-05-08T01:19:17.875Z] 7a3e28950517: Preparing [2026-05-08T01:19:17.875Z] 1c498f835fa7: Preparing [2026-05-08T01:19:17.875Z] 0854555d70ac: Preparing [2026-05-08T01:19:17.875Z] 7a3e28950517: Waiting [2026-05-08T01:19:17.875Z] 1c498f835fa7: Waiting [2026-05-08T01:19:17.875Z] d5f5ba6e9bda: Waiting [2026-05-08T01:19:17.875Z] 0854555d70ac: Waiting [2026-05-08T01:19:17.875Z] 5306c9736d90: Layer already exists [2026-05-08T01:19:17.875Z] 8493aa6220b8: Layer already exists [2026-05-08T01:19:17.875Z] 10363345defb: Layer already exists [2026-05-08T01:19:17.875Z] f452ae440af0: Layer already exists [2026-05-08T01:19:17.875Z] 1a570320b847: Layer already exists [2026-05-08T01:19:17.875Z] d5f5ba6e9bda: Layer already exists [2026-05-08T01:19:17.875Z] 0854555d70ac: Layer already exists [2026-05-08T01:19:17.875Z] 7a3e28950517: Layer already exists [2026-05-08T01:19:17.875Z] 1c498f835fa7: Layer already exists [2026-05-08T01:19:17.875Z] main: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:19:17.951Z] ===================================================== [Pipeline] echo [2026-05-08T01:19:17.963Z] taggedImages: [2026-05-08T01:19:17.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:19:17.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-05-08T01:19:17.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [2026-05-08T01:19:17.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:19:17.963Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2026-05-08T01:19:17.990Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2026-05-08T01:19:17.990Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:19:17.990Z] latest [2026-05-08T01:19:17.990Z] 4.1.0-dev.112 [2026-05-08T01:19:17.990Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:19:17.990Z] main [2026-05-08T01:19:17.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:18.325Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:19:18.646Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:19:18.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-08T01:19:18.646Z] 6269f8135759: Preparing [2026-05-08T01:19:18.646Z] 4e57d1121b52: Preparing [2026-05-08T01:19:18.646Z] 1e2cc7d33532: Preparing [2026-05-08T01:19:18.646Z] 10363345defb: Preparing [2026-05-08T01:19:18.646Z] 1a570320b847: Preparing [2026-05-08T01:19:18.646Z] 0139bd8bea90: Preparing [2026-05-08T01:19:18.646Z] 65357d06d00f: Preparing [2026-05-08T01:19:18.646Z] b8bfa7ecfb92: Preparing [2026-05-08T01:19:18.646Z] 0854555d70ac: Preparing [2026-05-08T01:19:18.646Z] 0139bd8bea90: Waiting [2026-05-08T01:19:18.646Z] b8bfa7ecfb92: Waiting [2026-05-08T01:19:18.646Z] 65357d06d00f: Waiting [2026-05-08T01:19:18.646Z] 0854555d70ac: Waiting [2026-05-08T01:19:18.646Z] 1a570320b847: Layer already exists [2026-05-08T01:19:18.646Z] 10363345defb: Layer already exists [2026-05-08T01:19:18.646Z] 65357d06d00f: Layer already exists [2026-05-08T01:19:18.646Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:19:18.646Z] 0854555d70ac: Layer already exists [2026-05-08T01:19:18.646Z] 4e57d1121b52: Pushed [2026-05-08T01:19:18.646Z] 1e2cc7d33532: Pushed [2026-05-08T01:19:18.646Z] 6269f8135759: Pushed [2026-05-08T01:19:33.510Z] 0139bd8bea90: Pushed [2026-05-08T01:20:00.051Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:00.377Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:00.683Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-05-08T01:20:00.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-08T01:20:00.683Z] 6269f8135759: Preparing [2026-05-08T01:20:00.683Z] 4e57d1121b52: Preparing [2026-05-08T01:20:00.683Z] 1e2cc7d33532: Preparing [2026-05-08T01:20:00.683Z] 10363345defb: Preparing [2026-05-08T01:20:00.683Z] 1a570320b847: Preparing [2026-05-08T01:20:00.683Z] 0139bd8bea90: Preparing [2026-05-08T01:20:00.683Z] 65357d06d00f: Preparing [2026-05-08T01:20:00.683Z] b8bfa7ecfb92: Preparing [2026-05-08T01:20:00.683Z] 0854555d70ac: Preparing [2026-05-08T01:20:00.683Z] 0139bd8bea90: Waiting [2026-05-08T01:20:00.683Z] 65357d06d00f: Waiting [2026-05-08T01:20:00.683Z] 0854555d70ac: Waiting [2026-05-08T01:20:00.683Z] b8bfa7ecfb92: Waiting [2026-05-08T01:20:00.683Z] 6269f8135759: Layer already exists [2026-05-08T01:20:00.683Z] 4e57d1121b52: Layer already exists [2026-05-08T01:20:00.683Z] 1a570320b847: Layer already exists [2026-05-08T01:20:00.683Z] 1e2cc7d33532: Layer already exists [2026-05-08T01:20:00.683Z] 10363345defb: Layer already exists [2026-05-08T01:20:00.683Z] 0139bd8bea90: Layer already exists [2026-05-08T01:20:00.683Z] 65357d06d00f: Layer already exists [2026-05-08T01:20:00.683Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:20:00.683Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:00.683Z] latest: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:00.999Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:01.308Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [2026-05-08T01:20:01.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-08T01:20:01.308Z] 6269f8135759: Preparing [2026-05-08T01:20:01.308Z] 4e57d1121b52: Preparing [2026-05-08T01:20:01.308Z] 1e2cc7d33532: Preparing [2026-05-08T01:20:01.308Z] 10363345defb: Preparing [2026-05-08T01:20:01.308Z] 1a570320b847: Preparing [2026-05-08T01:20:01.308Z] 0139bd8bea90: Preparing [2026-05-08T01:20:01.308Z] 65357d06d00f: Preparing [2026-05-08T01:20:01.308Z] b8bfa7ecfb92: Preparing [2026-05-08T01:20:01.308Z] 0854555d70ac: Preparing [2026-05-08T01:20:01.308Z] 65357d06d00f: Waiting [2026-05-08T01:20:01.308Z] b8bfa7ecfb92: Waiting [2026-05-08T01:20:01.308Z] 0854555d70ac: Waiting [2026-05-08T01:20:01.308Z] 0139bd8bea90: Waiting [2026-05-08T01:20:01.308Z] 1e2cc7d33532: Layer already exists [2026-05-08T01:20:01.308Z] 10363345defb: Layer already exists [2026-05-08T01:20:01.308Z] 1a570320b847: Layer already exists [2026-05-08T01:20:01.308Z] 4e57d1121b52: Layer already exists [2026-05-08T01:20:01.308Z] 6269f8135759: Layer already exists [2026-05-08T01:20:01.308Z] 65357d06d00f: Layer already exists [2026-05-08T01:20:01.308Z] 0139bd8bea90: Layer already exists [2026-05-08T01:20:01.308Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:20:01.308Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:01.308Z] 4.1.0-dev.112: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:01.632Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:01.945Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:01.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-08T01:20:01.945Z] 6269f8135759: Preparing [2026-05-08T01:20:01.945Z] 4e57d1121b52: Preparing [2026-05-08T01:20:01.945Z] 1e2cc7d33532: Preparing [2026-05-08T01:20:01.945Z] 10363345defb: Preparing [2026-05-08T01:20:01.945Z] 1a570320b847: Preparing [2026-05-08T01:20:01.945Z] 0139bd8bea90: Preparing [2026-05-08T01:20:01.945Z] 65357d06d00f: Preparing [2026-05-08T01:20:01.945Z] b8bfa7ecfb92: Preparing [2026-05-08T01:20:01.945Z] 0854555d70ac: Preparing [2026-05-08T01:20:01.945Z] 0139bd8bea90: Waiting [2026-05-08T01:20:01.945Z] 65357d06d00f: Waiting [2026-05-08T01:20:01.945Z] b8bfa7ecfb92: Waiting [2026-05-08T01:20:01.945Z] 0854555d70ac: Waiting [2026-05-08T01:20:01.945Z] 1a570320b847: Layer already exists [2026-05-08T01:20:01.945Z] 4e57d1121b52: Layer already exists [2026-05-08T01:20:01.945Z] 6269f8135759: Layer already exists [2026-05-08T01:20:01.945Z] 1e2cc7d33532: Layer already exists [2026-05-08T01:20:01.945Z] 10363345defb: Layer already exists [2026-05-08T01:20:01.945Z] 65357d06d00f: Layer already exists [2026-05-08T01:20:01.945Z] 0139bd8bea90: Layer already exists [2026-05-08T01:20:01.945Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:20:01.945Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:01.945Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:02.253Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:02.573Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-05-08T01:20:02.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-08T01:20:02.573Z] 6269f8135759: Preparing [2026-05-08T01:20:02.573Z] 4e57d1121b52: Preparing [2026-05-08T01:20:02.573Z] 1e2cc7d33532: Preparing [2026-05-08T01:20:02.573Z] 10363345defb: Preparing [2026-05-08T01:20:02.573Z] 1a570320b847: Preparing [2026-05-08T01:20:02.573Z] 0139bd8bea90: Preparing [2026-05-08T01:20:02.573Z] 65357d06d00f: Preparing [2026-05-08T01:20:02.573Z] b8bfa7ecfb92: Preparing [2026-05-08T01:20:02.573Z] 0854555d70ac: Preparing [2026-05-08T01:20:02.573Z] 0139bd8bea90: Waiting [2026-05-08T01:20:02.573Z] b8bfa7ecfb92: Waiting [2026-05-08T01:20:02.573Z] 0854555d70ac: Waiting [2026-05-08T01:20:02.573Z] 65357d06d00f: Waiting [2026-05-08T01:20:02.573Z] 6269f8135759: Layer already exists [2026-05-08T01:20:02.573Z] 1e2cc7d33532: Layer already exists [2026-05-08T01:20:02.573Z] 1a570320b847: Layer already exists [2026-05-08T01:20:02.573Z] 4e57d1121b52: Layer already exists [2026-05-08T01:20:02.573Z] 10363345defb: Layer already exists [2026-05-08T01:20:02.573Z] 0139bd8bea90: Layer already exists [2026-05-08T01:20:02.573Z] 65357d06d00f: Layer already exists [2026-05-08T01:20:02.573Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:02.573Z] b8bfa7ecfb92: Layer already exists [2026-05-08T01:20:02.573Z] main: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:20:02.661Z] ===================================================== [Pipeline] echo [2026-05-08T01:20:02.671Z] taggedImages: [2026-05-08T01:20:02.671Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:02.671Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-05-08T01:20:02.671Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [2026-05-08T01:20:02.671Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:02.671Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2026-05-08T01:20:02.694Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2026-05-08T01:20:02.694Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:02.694Z] latest [2026-05-08T01:20:02.694Z] 4.1.0-dev.112 [2026-05-08T01:20:02.694Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:02.694Z] main [2026-05-08T01:20:02.694Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:03.027Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:03.337Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:03.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-08T01:20:03.337Z] 35209f122fc5: Preparing [2026-05-08T01:20:03.337Z] 4f54a0d4f0ef: Preparing [2026-05-08T01:20:03.337Z] 10363345defb: Preparing [2026-05-08T01:20:03.337Z] 1a570320b847: Preparing [2026-05-08T01:20:03.337Z] a151b3bd7a4d: Preparing [2026-05-08T01:20:03.337Z] 4740441e6ed9: Preparing [2026-05-08T01:20:03.337Z] 0854555d70ac: Preparing [2026-05-08T01:20:03.337Z] 0854555d70ac: Waiting [2026-05-08T01:20:03.337Z] 4740441e6ed9: Waiting [2026-05-08T01:20:03.337Z] 10363345defb: Layer already exists [2026-05-08T01:20:03.337Z] 1a570320b847: Layer already exists [2026-05-08T01:20:03.337Z] a151b3bd7a4d: Pushed [2026-05-08T01:20:03.337Z] 35209f122fc5: Pushed [2026-05-08T01:20:03.337Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:03.901Z] 4740441e6ed9: Pushed [2026-05-08T01:20:08.087Z] 4f54a0d4f0ef: Pushed [2026-05-08T01:20:08.087Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:08.416Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:08.748Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-05-08T01:20:08.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-08T01:20:08.748Z] 35209f122fc5: Preparing [2026-05-08T01:20:08.748Z] 4f54a0d4f0ef: Preparing [2026-05-08T01:20:08.748Z] 10363345defb: Preparing [2026-05-08T01:20:08.748Z] 1a570320b847: Preparing [2026-05-08T01:20:08.748Z] a151b3bd7a4d: Preparing [2026-05-08T01:20:08.748Z] 4740441e6ed9: Preparing [2026-05-08T01:20:08.748Z] 0854555d70ac: Preparing [2026-05-08T01:20:08.748Z] 4740441e6ed9: Waiting [2026-05-08T01:20:08.748Z] 0854555d70ac: Waiting [2026-05-08T01:20:08.748Z] 10363345defb: Layer already exists [2026-05-08T01:20:08.748Z] a151b3bd7a4d: Layer already exists [2026-05-08T01:20:08.748Z] 35209f122fc5: Layer already exists [2026-05-08T01:20:08.748Z] 1a570320b847: Layer already exists [2026-05-08T01:20:08.748Z] 4f54a0d4f0ef: Layer already exists [2026-05-08T01:20:08.748Z] 4740441e6ed9: Layer already exists [2026-05-08T01:20:08.748Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:08.748Z] latest: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:09.081Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:09.395Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [2026-05-08T01:20:09.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-08T01:20:09.395Z] 35209f122fc5: Preparing [2026-05-08T01:20:09.395Z] 4f54a0d4f0ef: Preparing [2026-05-08T01:20:09.395Z] 10363345defb: Preparing [2026-05-08T01:20:09.395Z] 1a570320b847: Preparing [2026-05-08T01:20:09.395Z] a151b3bd7a4d: Preparing [2026-05-08T01:20:09.395Z] 4740441e6ed9: Preparing [2026-05-08T01:20:09.395Z] 0854555d70ac: Preparing [2026-05-08T01:20:09.395Z] 4740441e6ed9: Waiting [2026-05-08T01:20:09.395Z] 0854555d70ac: Waiting [2026-05-08T01:20:09.395Z] 35209f122fc5: Layer already exists [2026-05-08T01:20:09.395Z] 10363345defb: Layer already exists [2026-05-08T01:20:09.395Z] a151b3bd7a4d: Layer already exists [2026-05-08T01:20:09.395Z] 4f54a0d4f0ef: Layer already exists [2026-05-08T01:20:09.395Z] 1a570320b847: Layer already exists [2026-05-08T01:20:09.395Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:09.395Z] 4740441e6ed9: Layer already exists [2026-05-08T01:20:09.395Z] 4.1.0-dev.112: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:09.709Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:10.024Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:10.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-08T01:20:10.024Z] 35209f122fc5: Preparing [2026-05-08T01:20:10.024Z] 4f54a0d4f0ef: Preparing [2026-05-08T01:20:10.024Z] 10363345defb: Preparing [2026-05-08T01:20:10.024Z] 1a570320b847: Preparing [2026-05-08T01:20:10.024Z] a151b3bd7a4d: Preparing [2026-05-08T01:20:10.024Z] 4740441e6ed9: Preparing [2026-05-08T01:20:10.024Z] 0854555d70ac: Preparing [2026-05-08T01:20:10.024Z] 4740441e6ed9: Waiting [2026-05-08T01:20:10.024Z] 0854555d70ac: Waiting [2026-05-08T01:20:10.024Z] a151b3bd7a4d: Layer already exists [2026-05-08T01:20:10.024Z] 35209f122fc5: Layer already exists [2026-05-08T01:20:10.024Z] 4f54a0d4f0ef: Layer already exists [2026-05-08T01:20:10.024Z] 1a570320b847: Layer already exists [2026-05-08T01:20:10.024Z] 10363345defb: Layer already exists [2026-05-08T01:20:10.024Z] 4740441e6ed9: Layer already exists [2026-05-08T01:20:10.024Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:10.024Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:10.348Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:10.667Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2026-05-08T01:20:10.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-08T01:20:10.667Z] 35209f122fc5: Preparing [2026-05-08T01:20:10.667Z] 4f54a0d4f0ef: Preparing [2026-05-08T01:20:10.667Z] 10363345defb: Preparing [2026-05-08T01:20:10.667Z] 1a570320b847: Preparing [2026-05-08T01:20:10.667Z] a151b3bd7a4d: Preparing [2026-05-08T01:20:10.667Z] 4740441e6ed9: Preparing [2026-05-08T01:20:10.667Z] 0854555d70ac: Preparing [2026-05-08T01:20:10.667Z] 4740441e6ed9: Waiting [2026-05-08T01:20:10.667Z] 0854555d70ac: Waiting [2026-05-08T01:20:10.667Z] 1a570320b847: Layer already exists [2026-05-08T01:20:10.667Z] 4f54a0d4f0ef: Layer already exists [2026-05-08T01:20:10.667Z] 10363345defb: Layer already exists [2026-05-08T01:20:10.667Z] 35209f122fc5: Layer already exists [2026-05-08T01:20:10.667Z] a151b3bd7a4d: Layer already exists [2026-05-08T01:20:10.667Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:10.667Z] 4740441e6ed9: Layer already exists [2026-05-08T01:20:10.667Z] main: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:20:10.732Z] ===================================================== [Pipeline] echo [2026-05-08T01:20:10.743Z] taggedImages: [2026-05-08T01:20:10.743Z] - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:10.743Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-05-08T01:20:10.743Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [2026-05-08T01:20:10.743Z] - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:10.743Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2026-05-08T01:20:10.761Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2026-05-08T01:20:10.761Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:10.761Z] latest [2026-05-08T01:20:10.761Z] 4.1.0-dev.112 [2026-05-08T01:20:10.761Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:10.761Z] main [2026-05-08T01:20:10.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:11.095Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:11.413Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:11.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-08T01:20:11.413Z] 8448769f43bf: Preparing [2026-05-08T01:20:11.413Z] f9ab5c59a7f0: Preparing [2026-05-08T01:20:11.413Z] 10363345defb: Preparing [2026-05-08T01:20:11.413Z] 1a570320b847: Preparing [2026-05-08T01:20:11.413Z] 865b06d34171: Preparing [2026-05-08T01:20:11.413Z] 44d024e59acf: Preparing [2026-05-08T01:20:11.414Z] 0854555d70ac: Preparing [2026-05-08T01:20:11.414Z] 44d024e59acf: Waiting [2026-05-08T01:20:11.414Z] 0854555d70ac: Waiting [2026-05-08T01:20:11.414Z] 865b06d34171: Pushed [2026-05-08T01:20:11.414Z] 10363345defb: Layer already exists [2026-05-08T01:20:11.414Z] 8448769f43bf: Pushed [2026-05-08T01:20:11.414Z] 1a570320b847: Layer already exists [2026-05-08T01:20:11.671Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:11.671Z] 44d024e59acf: Pushed [2026-05-08T01:20:16.016Z] f9ab5c59a7f0: Pushed [2026-05-08T01:20:16.016Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:16.397Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:16.712Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-05-08T01:20:16.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-08T01:20:16.712Z] 8448769f43bf: Preparing [2026-05-08T01:20:16.712Z] f9ab5c59a7f0: Preparing [2026-05-08T01:20:16.712Z] 10363345defb: Preparing [2026-05-08T01:20:16.712Z] 1a570320b847: Preparing [2026-05-08T01:20:16.712Z] 865b06d34171: Preparing [2026-05-08T01:20:16.712Z] 44d024e59acf: Preparing [2026-05-08T01:20:16.712Z] 0854555d70ac: Preparing [2026-05-08T01:20:16.712Z] 44d024e59acf: Waiting [2026-05-08T01:20:16.712Z] 0854555d70ac: Waiting [2026-05-08T01:20:16.712Z] f9ab5c59a7f0: Layer already exists [2026-05-08T01:20:16.712Z] 865b06d34171: Layer already exists [2026-05-08T01:20:16.712Z] 1a570320b847: Layer already exists [2026-05-08T01:20:16.712Z] 8448769f43bf: Layer already exists [2026-05-08T01:20:16.712Z] 10363345defb: Layer already exists [2026-05-08T01:20:16.712Z] 44d024e59acf: Layer already exists [2026-05-08T01:20:16.712Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:16.712Z] latest: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:17.024Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:17.341Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [2026-05-08T01:20:17.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-08T01:20:17.341Z] 8448769f43bf: Preparing [2026-05-08T01:20:17.341Z] f9ab5c59a7f0: Preparing [2026-05-08T01:20:17.341Z] 10363345defb: Preparing [2026-05-08T01:20:17.341Z] 1a570320b847: Preparing [2026-05-08T01:20:17.341Z] 865b06d34171: Preparing [2026-05-08T01:20:17.341Z] 44d024e59acf: Preparing [2026-05-08T01:20:17.341Z] 0854555d70ac: Preparing [2026-05-08T01:20:17.341Z] 44d024e59acf: Waiting [2026-05-08T01:20:17.341Z] 0854555d70ac: Waiting [2026-05-08T01:20:17.341Z] 8448769f43bf: Layer already exists [2026-05-08T01:20:17.341Z] 10363345defb: Layer already exists [2026-05-08T01:20:17.341Z] 865b06d34171: Layer already exists [2026-05-08T01:20:17.341Z] f9ab5c59a7f0: Layer already exists [2026-05-08T01:20:17.341Z] 1a570320b847: Layer already exists [2026-05-08T01:20:17.341Z] 44d024e59acf: Layer already exists [2026-05-08T01:20:17.341Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:17.341Z] 4.1.0-dev.112: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:17.656Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:17.972Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:17.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-08T01:20:17.972Z] 8448769f43bf: Preparing [2026-05-08T01:20:17.972Z] f9ab5c59a7f0: Preparing [2026-05-08T01:20:17.972Z] 10363345defb: Preparing [2026-05-08T01:20:17.972Z] 1a570320b847: Preparing [2026-05-08T01:20:17.972Z] 865b06d34171: Preparing [2026-05-08T01:20:17.972Z] 44d024e59acf: Preparing [2026-05-08T01:20:17.972Z] 0854555d70ac: Preparing [2026-05-08T01:20:17.972Z] 44d024e59acf: Waiting [2026-05-08T01:20:17.972Z] 0854555d70ac: Waiting [2026-05-08T01:20:17.972Z] 1a570320b847: Layer already exists [2026-05-08T01:20:17.972Z] 865b06d34171: Layer already exists [2026-05-08T01:20:17.972Z] 10363345defb: Layer already exists [2026-05-08T01:20:17.972Z] 8448769f43bf: Layer already exists [2026-05-08T01:20:17.972Z] f9ab5c59a7f0: Layer already exists [2026-05-08T01:20:17.972Z] 44d024e59acf: Layer already exists [2026-05-08T01:20:17.972Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:17.972Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:18.292Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T01:20:18.611Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-05-08T01:20:18.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-08T01:20:18.611Z] 8448769f43bf: Preparing [2026-05-08T01:20:18.611Z] f9ab5c59a7f0: Preparing [2026-05-08T01:20:18.611Z] 10363345defb: Preparing [2026-05-08T01:20:18.611Z] 1a570320b847: Preparing [2026-05-08T01:20:18.611Z] 865b06d34171: Preparing [2026-05-08T01:20:18.611Z] 44d024e59acf: Preparing [2026-05-08T01:20:18.611Z] 0854555d70ac: Preparing [2026-05-08T01:20:18.611Z] 44d024e59acf: Waiting [2026-05-08T01:20:18.611Z] 0854555d70ac: Waiting [2026-05-08T01:20:18.611Z] 1a570320b847: Layer already exists [2026-05-08T01:20:18.611Z] 8448769f43bf: Layer already exists [2026-05-08T01:20:18.611Z] 865b06d34171: Layer already exists [2026-05-08T01:20:18.611Z] f9ab5c59a7f0: Layer already exists [2026-05-08T01:20:18.611Z] 10363345defb: Layer already exists [2026-05-08T01:20:18.611Z] 0854555d70ac: Layer already exists [2026-05-08T01:20:18.611Z] 44d024e59acf: Layer already exists [2026-05-08T01:20:18.611Z] main: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T01:20:18.673Z] ===================================================== [Pipeline] echo [2026-05-08T01:20:18.685Z] taggedImages: [2026-05-08T01:20:18.685Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.685Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-05-08T01:20:18.685Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [2026-05-08T01:20:18.685Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.685Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2026-05-08T01:20:18.752Z] ========================================================= [2026-05-08T01:20:18.752Z] [edgeXBuildMultiArch] RAW Config: [2026-05-08T01:20:18.752Z] images: [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-command:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-data:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T01:20:18.752Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-05-08T01:20:18.752Z] settingsFile: [2026-05-08T01:20:18.752Z] edgex-go-settings [2026-05-08T01:20:18.752Z] ========================================================= [Pipeline] node [2026-05-08T01:20:33.755Z] Still waiting to schedule task [2026-05-08T01:20:33.755Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2026-05-08T01:20:56.534Z] Running on prd-centos7-docker-4c-2g-8846 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-08T01:20:56.591Z] provisioning config files... [2026-05-08T01:20:56.632Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9094522727285247082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-08T01:20:58.827Z] ---> ****-login.sh [2026-05-08T01:20:58.827Z] nexus3.edgexfoundry.org:10001 [2026-05-08T01:38:47.254Z] #154 ... [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-08T01:38:47.254Z] #150 DONE 1262.7s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-08T01:38:47.254Z] #148 ... [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:38:47.254Z] #155 DONE 0.3s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:38:47.254Z] #156 DONE 0.2s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-05-08T01:38:47.254Z] #157 DONE 0.3s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #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-05-08T01:38:47.254Z] #158 DONE 0.1s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #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-05-08T01:38:47.254Z] #159 DONE 0.2s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #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-05-08T01:38:47.254Z] #160 DONE 2.1s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #111 [core-common-config-bootstrapper] exporting to image [2026-05-08T01:38:47.254Z] #111 exporting layers [2026-05-08T01:38:47.254Z] #111 exporting layers 0.8s done [2026-05-08T01:38:47.254Z] #111 writing image sha256:c7241919fc65e33748d90023339662994662c6726475b15bd2831cd38b4def5a done [2026-05-08T01:38:47.254Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2026-05-08T01:38:47.254Z] #111 DONE 7.6s [2026-05-08T01:38:47.254Z] [2026-05-08T01:38:47.254Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-08T01:38:57.660Z] #151 ... [2026-05-08T01:38:57.660Z] [2026-05-08T01:38:57.660Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-08T01:38:57.660Z] #148 DONE 1284.7s [2026-05-08T01:38:57.660Z] [2026-05-08T01:38:57.660Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:38:57.660Z] #152 ... [2026-05-08T01:38:57.660Z] [2026-05-08T01:38:57.660Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-05-08T01:38:58.017Z] #161 DONE 0.4s [2026-05-08T01:38:58.017Z] [2026-05-08T01:38:58.017Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-05-08T01:39:03.799Z] #162 DONE 5.8s [2026-05-08T01:39:03.799Z] [2026-05-08T01:39:03.799Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:39:04.083Z] #163 DONE 0.3s [2026-05-08T01:39:04.083Z] [2026-05-08T01:39:04.083Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:39:04.083Z] #153 ... [2026-05-08T01:39:04.083Z] [2026-05-08T01:39:04.083Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:39:04.357Z] #164 DONE 0.2s [2026-05-08T01:39:04.357Z] [2026-05-08T01:39:04.357Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-05-08T01:39:04.626Z] #165 DONE 0.3s [2026-05-08T01:39:04.626Z] [2026-05-08T01:39:04.626Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-05-08T01:39:04.626Z] #166 DONE 0.1s [2026-05-08T01:39:04.626Z] [2026-05-08T01:39:04.626Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:39:04.626Z] #153 ... [2026-05-08T01:39:04.626Z] [2026-05-08T01:39:04.626Z] #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-05-08T01:39:04.626Z] #167 DONE 0.1s [2026-05-08T01:39:04.897Z] [2026-05-08T01:39:04.897Z] #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-05-08T01:39:04.897Z] #168 DONE 0.1s [2026-05-08T01:39:04.897Z] [2026-05-08T01:39:04.897Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:39:05.202Z] #149 ... [2026-05-08T01:39:05.202Z] [2026-05-08T01:39:05.202Z] #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-05-08T01:39:05.202Z] #169 DONE 0.2s [2026-05-08T01:39:05.202Z] [2026-05-08T01:39:05.202Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-05-08T01:39:05.500Z] #170 DONE 0.2s [2026-05-08T01:39:05.500Z] [2026-05-08T01:39:05.500Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-05-08T01:39:06.927Z] #171 DONE 1.8s [2026-05-08T01:39:06.927Z] [2026-05-08T01:39:06.927Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-08T01:39:07.222Z] #145 ... [2026-05-08T01:39:07.222Z] [2026-05-08T01:39:07.222Z] #111 [security-bootstrapper] exporting to image [2026-05-08T01:39:07.222Z] #111 exporting layers [2026-05-08T01:39:08.196Z] #111 exporting layers 0.9s done [2026-05-08T01:39:08.196Z] #111 writing image sha256:0906e011049890120d91fc9d0e6d48c552d65be18be407203267de3b14d1cc44 done [2026-05-08T01:39:08.196Z] #111 naming to docker.io/library/security-bootstrapper-arm64 done [2026-05-08T01:39:08.196Z] #111 DONE 8.5s [2026-05-08T01:39:08.196Z] [2026-05-08T01:39:08.196Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:57:16.555Z] #152 ... [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-08T01:57:16.555Z] #151 DONE 2370.9s [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-08T01:57:16.555Z] #147 ... [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:57:16.555Z] #172 DONE 0.3s [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:57:16.555Z] #173 DONE 0.1s [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-05-08T01:57:16.555Z] #174 DONE 0.5s [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:57:16.555Z] #153 ... [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:57:16.555Z] #175 DONE 0.1s [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #111 [core-command] exporting to image [2026-05-08T01:57:16.555Z] #111 exporting layers [2026-05-08T01:57:16.555Z] #111 exporting layers 0.6s done [2026-05-08T01:57:16.555Z] #111 writing image sha256:93d5f101bfec838bdd2ed2228c2f8eb6e2ce75e071173cbd8343d774b444eed4 done [2026-05-08T01:57:16.555Z] #111 naming to docker.io/library/core-command-arm64 done [2026-05-08T01:57:16.555Z] #111 DONE 9.1s [2026-05-08T01:57:16.555Z] [2026-05-08T01:57:16.555Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:57:28.853Z] #149 ... [2026-05-08T01:57:28.853Z] [2026-05-08T01:57:28.853Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-08T01:57:28.853Z] #147 DONE 2395.7s [2026-05-08T01:57:28.853Z] [2026-05-08T01:57:28.853Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-08T01:57:28.853Z] #145 ... [2026-05-08T01:57:28.853Z] [2026-05-08T01:57:28.853Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:57:29.123Z] #176 DONE 0.2s [2026-05-08T01:57:29.123Z] [2026-05-08T01:57:29.123Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:57:29.123Z] #177 DONE 0.2s [2026-05-08T01:57:29.123Z] [2026-05-08T01:57:29.123Z] #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-05-08T01:57:29.390Z] #178 DONE 0.2s [2026-05-08T01:57:29.390Z] [2026-05-08T01:57:29.390Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-05-08T01:57:29.684Z] #179 DONE 0.1s [2026-05-08T01:57:29.684Z] [2026-05-08T01:57:29.684Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-05-08T01:57:29.957Z] #180 DONE 0.5s [2026-05-08T01:57:29.957Z] [2026-05-08T01:57:29.957Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:57:30.245Z] #144 ... [2026-05-08T01:57:30.245Z] [2026-05-08T01:57:30.245Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-05-08T01:57:30.245Z] #181 DONE 0.2s [2026-05-08T01:57:30.245Z] [2026-05-08T01:57:30.245Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T01:57:33.640Z] #182 DONE 3.4s [2026-05-08T01:57:33.640Z] [2026-05-08T01:57:33.640Z] #111 [security-proxy-setup] exporting to image [2026-05-08T01:57:33.640Z] #111 exporting layers [2026-05-08T01:57:35.071Z] #111 exporting layers 1.0s done [2026-05-08T01:57:35.071Z] #111 writing image sha256:f2a7ccb76e1ca1681d9566042f9a91149afbc7365cbd9afec6ed71a0f247795a done [2026-05-08T01:57:35.071Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2026-05-08T01:57:35.071Z] #111 DONE 10.2s [2026-05-08T01:57:35.071Z] [2026-05-08T01:57:35.071Z] #140 [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-05-08T01:57:35.071Z] #140 2400.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-05-08T01:58:07.284Z] #140 DONE 2433.5s [2026-05-08T01:58:07.284Z] [2026-05-08T01:58:07.284Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:58:07.284Z] #149 ... [2026-05-08T01:58:07.284Z] [2026-05-08T01:58:07.284Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:58:07.284Z] #183 DONE 0.2s [2026-05-08T01:58:07.284Z] [2026-05-08T01:58:07.284Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:58:07.284Z] #184 DONE 0.1s [2026-05-08T01:58:07.284Z] [2026-05-08T01:58:07.284Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:58:07.284Z] #149 ... [2026-05-08T01:58:07.284Z] [2026-05-08T01:58:07.284Z] #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-05-08T01:58:07.284Z] #185 DONE 0.1s [2026-05-08T01:58:07.284Z] [2026-05-08T01:58:07.284Z] #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-05-08T01:58:07.551Z] #186 DONE 0.2s [2026-05-08T01:58:07.551Z] [2026-05-08T01:58:07.551Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:58:07.551Z] #187 DONE 0.2s [2026-05-08T01:58:07.551Z] [2026-05-08T01:58:07.551Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-05-08T01:58:08.132Z] #188 DONE 0.4s [2026-05-08T01:58:08.133Z] [2026-05-08T01:58:08.133Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-05-08T01:58:08.400Z] #189 DONE 0.5s [2026-05-08T01:58:08.400Z] [2026-05-08T01:58:08.400Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:58:08.678Z] #144 ... [2026-05-08T01:58:08.678Z] [2026-05-08T01:58:08.678Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-05-08T01:58:08.678Z] #190 DONE 0.1s [2026-05-08T01:58:08.678Z] [2026-05-08T01:58:08.678Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T01:58:10.657Z] #191 DONE 1.9s [2026-05-08T01:58:10.657Z] [2026-05-08T01:58:10.657Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:58:10.657Z] #54 ... [2026-05-08T01:58:10.657Z] [2026-05-08T01:58:10.657Z] #111 [security-secretstore-setup] exporting to image [2026-05-08T01:58:10.657Z] #111 exporting layers [2026-05-08T01:58:12.622Z] #111 exporting layers 1.8s done [2026-05-08T01:58:12.622Z] #111 writing image sha256:1af778403d1de1bb04d63dce6f9256420a889fe9e2f72fa00f185ecbbe291897 done [2026-05-08T01:58:12.622Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2026-05-08T01:58:12.622Z] #111 DONE 12.0s [2026-05-08T01:58:12.622Z] [2026-05-08T01:58:12.622Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-08T01:59:09.506Z] #145 ... [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-08T01:59:09.506Z] #144 DONE 2487.5s [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:59:09.506Z] #149 ... [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:59:09.506Z] #192 DONE 0.1s [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:59:09.506Z] #193 DONE 0.1s [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-05-08T01:59:09.506Z] #194 DONE 0.4s [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #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-05-08T01:59:09.506Z] #195 DONE 0.1s [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T01:59:09.506Z] #153 ... [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #111 [security-spiffe-token-provider] exporting to image [2026-05-08T01:59:09.506Z] #111 exporting layers [2026-05-08T01:59:09.506Z] #111 exporting layers 0.6s done [2026-05-08T01:59:09.506Z] #111 writing image sha256:41ccc6fa15ffec9f34aaaca5dfeede26ae3f5204f00305cdea31970272d44f7c done [2026-05-08T01:59:09.506Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2026-05-08T01:59:09.506Z] #111 DONE 12.7s [2026-05-08T01:59:09.506Z] [2026-05-08T01:59:09.506Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:59:56.356Z] #149 ... [2026-05-08T01:59:56.356Z] [2026-05-08T01:59:56.356Z] #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-08T01:59:56.356Z] #154 DONE 2536.5s [2026-05-08T01:59:56.356Z] [2026-05-08T01:59:56.356Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:59:56.356Z] #149 ... [2026-05-08T01:59:56.356Z] [2026-05-08T01:59:56.356Z] #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:59:56.356Z] #196 DONE 0.2s [2026-05-08T01:59:56.356Z] [2026-05-08T01:59:56.356Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:59:56.356Z] #149 ... [2026-05-08T01:59:56.356Z] [2026-05-08T01:59:56.356Z] #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-05-08T01:59:56.642Z] #197 DONE 0.7s [2026-05-08T01:59:56.642Z] [2026-05-08T01:59:56.642Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-05-08T01:59:56.912Z] #198 DONE 0.1s [2026-05-08T01:59:56.912Z] [2026-05-08T01:59:56.912Z] #111 [core-keeper] exporting to image [2026-05-08T01:59:56.912Z] #111 exporting layers [2026-05-08T01:59:57.949Z] #111 exporting layers 0.9s done [2026-05-08T01:59:57.949Z] #111 writing image sha256:a6359438e32ec42e79cd3981ebb976ad7e1a2af479b4e0533c3ac933cc2c9733 done [2026-05-08T01:59:57.949Z] #111 naming to docker.io/library/core-keeper-arm64 done [2026-05-08T01:59:57.949Z] #111 DONE 13.6s [2026-05-08T01:59:57.949Z] [2026-05-08T01:59:57.949Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T01:59:57.949Z] #149 ... [2026-05-08T01:59:57.949Z] [2026-05-08T01:59:57.949Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-08T01:59:57.949Z] #152 DONE 2545.2s [2026-05-08T01:59:57.949Z] [2026-05-08T01:59:57.949Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-08T01:59:57.949Z] #145 DONE 2545.3s [2026-05-08T01:59:57.949Z] [2026-05-08T01:59:57.949Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:59:58.629Z] #54 ... [2026-05-08T01:59:58.629Z] [2026-05-08T01:59:58.629Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:59:58.917Z] #199 DONE 0.1s [2026-05-08T01:59:58.917Z] [2026-05-08T01:59:58.917Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T01:59:59.215Z] #54 ... [2026-05-08T01:59:59.215Z] [2026-05-08T01:59:59.215Z] #200 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T01:59:59.491Z] #200 DONE 0.3s [2026-05-08T01:59:59.491Z] [2026-05-08T01:59:59.491Z] #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:59:59.491Z] #201 DONE 0.2s [2026-05-08T01:59:59.491Z] [2026-05-08T01:59:59.491Z] #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-05-08T01:59:59.761Z] #202 ... [2026-05-08T01:59:59.761Z] [2026-05-08T01:59:59.761Z] #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T01:59:59.761Z] #203 DONE 0.2s [2026-05-08T01:59:59.761Z] [2026-05-08T01:59:59.761Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-05-08T02:00:00.034Z] #204 ... [2026-05-08T02:00:00.035Z] [2026-05-08T02:00:00.035Z] #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-05-08T02:00:00.035Z] #202 DONE 0.7s [2026-05-08T02:00:00.304Z] [2026-05-08T02:00:00.304Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-05-08T02:00:00.304Z] #204 DONE 0.5s [2026-05-08T02:00:00.304Z] [2026-05-08T02:00:00.304Z] #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-05-08T02:00:00.304Z] #205 ... [2026-05-08T02:00:00.304Z] [2026-05-08T02:00:00.304Z] #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-05-08T02:00:00.304Z] #206 DONE 0.2s [2026-05-08T02:00:00.582Z] [2026-05-08T02:00:00.582Z] #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-05-08T02:00:00.582Z] #205 DONE 0.2s [2026-05-08T02:00:00.582Z] [2026-05-08T02:00:00.582Z] #111 [core-data] exporting to image [2026-05-08T02:00:00.873Z] #111 ... [2026-05-08T02:00:00.873Z] [2026-05-08T02:00:00.873Z] #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-05-08T02:00:00.873Z] #207 DONE 0.6s [2026-05-08T02:00:01.155Z] [2026-05-08T02:00:01.155Z] #208 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T02:00:01.155Z] #208 ... [2026-05-08T02:00:01.155Z] [2026-05-08T02:00:01.155Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-08T02:00:01.155Z] #149 DONE 2548.6s [2026-05-08T02:00:01.455Z] [2026-05-08T02:00:01.455Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:02.069Z] #54 ... [2026-05-08T02:00:02.069Z] [2026-05-08T02:00:02.069Z] #111 [core-data] exporting to image [2026-05-08T02:00:02.069Z] #111 exporting layers 1.7s done [2026-05-08T02:00:02.069Z] #111 writing image sha256:b1ec88e9b73182432e1ad3fdaf33ae92f13e32b70c145c23ad61dafb91a95d0f done [2026-05-08T02:00:02.069Z] #111 naming to docker.io/library/core-data-arm64 done [2026-05-08T02:00:02.069Z] #111 DONE 15.2s [2026-05-08T02:00:02.364Z] [2026-05-08T02:00:02.364Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:02.673Z] #54 ... [2026-05-08T02:00:02.673Z] [2026-05-08T02:00:02.673Z] #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-08T02:00:02.673Z] #209 CACHED [2026-05-08T02:00:02.673Z] [2026-05-08T02:00:02.673Z] #210 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T02:00:02.673Z] #210 CACHED [2026-05-08T02:00:02.673Z] [2026-05-08T02:00:02.673Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-05-08T02:00:03.685Z] #211 DONE 0.8s [2026-05-08T02:00:03.685Z] [2026-05-08T02:00:03.685Z] #208 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-08T02:00:03.685Z] #208 DONE 2.5s [2026-05-08T02:00:03.685Z] [2026-05-08T02:00:03.685Z] #111 [security-proxy-auth] exporting to image [2026-05-08T02:00:03.997Z] #111 ... [2026-05-08T02:00:03.997Z] [2026-05-08T02:00:03.997Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-05-08T02:00:03.997Z] #212 DONE 0.5s [2026-05-08T02:00:04.271Z] [2026-05-08T02:00:04.271Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-05-08T02:00:04.271Z] #213 DONE 0.2s [2026-05-08T02:00:04.271Z] [2026-05-08T02:00:04.271Z] #111 [core-metadata] exporting to image [2026-05-08T02:00:04.863Z] #111 exporting layers 1.3s done [2026-05-08T02:00:04.863Z] #111 writing image sha256:052fb4c8f784b2db9696d9996f3f54c4425f66c32efd2bcf6077f80587eea8f5 0.0s done [2026-05-08T02:00:04.863Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2026-05-08T02:00:05.135Z] #111 exporting layers 1.0s done [2026-05-08T02:00:05.405Z] #111 writing image sha256:2e3e9a3ee7a5d5e6041d75cc339f90f3d0ee5dca4726dd8830bd79a19d1176aa done [2026-05-08T02:00:05.405Z] #111 naming to docker.io/library/core-metadata-arm64 done [2026-05-08T02:00:05.405Z] #111 DONE 16.7s [2026-05-08T02:00:05.405Z] [2026-05-08T02:00:05.405Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:37.713Z] #54 ... [2026-05-08T02:00:37.713Z] [2026-05-08T02:00:37.713Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-08T02:00:37.713Z] #146 DONE 2580.4s [2026-05-08T02:00:37.713Z] [2026-05-08T02:00:37.713Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:37.713Z] #54 ... [2026-05-08T02:00:37.713Z] [2026-05-08T02:00:37.713Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T02:00:37.713Z] #214 DONE 0.1s [2026-05-08T02:00:37.713Z] [2026-05-08T02:00:37.713Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T02:00:37.713Z] #215 DONE 0.1s [2026-05-08T02:00:37.713Z] [2026-05-08T02:00:37.713Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:37.713Z] #54 ... [2026-05-08T02:00:37.713Z] [2026-05-08T02:00:37.713Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-05-08T02:00:37.713Z] #216 DONE 3.8s [2026-05-08T02:00:37.713Z] [2026-05-08T02:00:37.714Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:37.714Z] #54 ... [2026-05-08T02:00:37.714Z] [2026-05-08T02:00:37.714Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-05-08T02:00:37.714Z] #217 DONE 0.1s [2026-05-08T02:00:37.714Z] [2026-05-08T02:00:37.714Z] #111 [support-scheduler] exporting to image [2026-05-08T02:00:37.714Z] #111 exporting layers [2026-05-08T02:00:38.672Z] #111 ... [2026-05-08T02:00:38.672Z] [2026-05-08T02:00:38.672Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-08T02:00:38.672Z] #153 DONE 2580.2s [2026-05-08T02:00:38.937Z] [2026-05-08T02:00:38.937Z] #111 [support-scheduler] exporting to image [2026-05-08T02:00:38.937Z] #111 exporting layers 1.2s done [2026-05-08T02:00:38.937Z] #111 writing image sha256:b2a35b5afafa6f67b5b8e152d4692edbc619d921beca2d465c40291337af2bfe done [2026-05-08T02:00:38.937Z] #111 naming to docker.io/library/support-scheduler-arm64 done [2026-05-08T02:00:38.937Z] #111 DONE 17.9s [2026-05-08T02:00:38.937Z] [2026-05-08T02:00:38.937Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:39.202Z] #54 ... [2026-05-08T02:00:39.202Z] [2026-05-08T02:00:39.202Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-08T02:00:39.466Z] #218 DONE 0.1s [2026-05-08T02:00:39.466Z] [2026-05-08T02:00:39.466Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-08T02:00:39.466Z] #219 DONE 0.1s [2026-05-08T02:00:39.466Z] [2026-05-08T02:00:39.466Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:39.466Z] #54 ... [2026-05-08T02:00:39.466Z] [2026-05-08T02:00:39.466Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-05-08T02:00:39.731Z] #220 DONE 0.4s [2026-05-08T02:00:39.731Z] [2026-05-08T02:00:39.731Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:39.996Z] #54 ... [2026-05-08T02:00:39.996Z] [2026-05-08T02:00:39.996Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-05-08T02:00:39.996Z] #221 DONE 0.1s [2026-05-08T02:00:39.996Z] [2026-05-08T02:00:39.996Z] #111 [support-notifications] exporting to image [2026-05-08T02:00:40.577Z] #111 exporting layers 0.6s done [2026-05-08T02:00:40.577Z] #111 writing image sha256:1bbac23bb1ed06ca683349c7f91de6427b0a55b7a7c1ded502b778c0376ec099 done [2026-05-08T02:00:40.577Z] #111 naming to docker.io/library/support-notifications-arm64 done [2026-05-08T02:00:40.577Z] #111 DONE 18.5s [2026-05-08T02:00:40.577Z] [2026-05-08T02:00:40.577Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-08T02:00:40.577Z] time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-05-08T02:00:40.584Z] $ docker stop --time=1 880239cc16f620a6d09cd08162b83418d90ead888af3ce95c1f12ea7590b8873 [2026-05-08T02:00:42.229Z] $ docker rm -f --volumes 880239cc16f620a6d09cd08162b83418d90ead888af3ce95c1f12ea7590b8873 [Pipeline] // withDockerContainer [Pipeline] sh [2026-05-08T02:00:42.740Z] + docker images [2026-05-08T02:00:42.741Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-05-08T02:00:42.741Z] support-notifications-arm64 latest 1bbac23bb1ed 3 seconds ago 56.1MB [2026-05-08T02:00:42.741Z] support-scheduler-arm64 latest b2a35b5afafa 5 seconds ago 52.3MB [2026-05-08T02:00:42.741Z] core-metadata-arm64 latest 2e3e9a3ee7a5 38 seconds ago 48.2MB [2026-05-08T02:00:42.741Z] security-proxy-auth-arm64 latest 052fb4c8f784 39 seconds ago 47.3MB [2026-05-08T02:00:42.741Z] core-data-arm64 latest b1ec88e9b731 42 seconds ago 48.1MB [2026-05-08T02:00:42.741Z] core-keeper-arm64 latest a6359438e32e 46 seconds ago 47.9MB [2026-05-08T02:00:42.741Z] security-spiffe-token-provider-arm64 latest 41ccc6fa15ff About a minute ago 51.9MB [2026-05-08T02:00:42.741Z] security-secretstore-setup-arm64 latest 1af778403d1d 2 minutes ago 85.8MB [2026-05-08T02:00:42.741Z] security-proxy-setup-arm64 latest f2a7ccb76e1c 3 minutes ago 52.9MB [2026-05-08T02:00:42.741Z] core-command-arm64 latest 93d5f101bfec 3 minutes ago 42.6MB [2026-05-08T02:00:42.741Z] security-bootstrapper-arm64 latest 0906e0110498 21 minutes ago 21.3MB [2026-05-08T02:00:42.741Z] core-common-config-bootstrapper-arm64 latest c7241919fc65 22 minutes ago 20.2MB [2026-05-08T02:00:42.741Z] security-spire-agent-arm64 latest 3cca58a3c78d 44 minutes ago 219MB [2026-05-08T02:00:42.741Z] security-spire-server-arm64 latest 59a1fb2ab93a 44 minutes ago 163MB [2026-05-08T02:00:42.741Z] security-spire-config-arm64 latest 2c39a50a38fa 44 minutes ago 162MB [2026-05-08T02:00:42.741Z] ci-base-image-arm64 latest 548f0a9e84e7 46 minutes ago 899MB [2026-05-08T02:00:42.741Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 6 months ago 564MB [2026-05-08T02:00:42.741Z] 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-05-08T02:00:42.890Z] provisioning config files... [2026-05-08T02:00:42.904Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config9858920001539672951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-08T02:00:43.251Z] ---> ****-login.sh [2026-05-08T02:00:43.251Z] nexus3.edgexfoundry.org:10001 [2026-05-08T02:00:43.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T02:00:43.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T02:00:43.519Z] Configure a credential helper to remove this warning. See [2026-05-08T02:00:43.519Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T02:00:43.519Z] [2026-05-08T02:00:43.519Z] Login Succeeded [2026-05-08T02:00:43.519Z] nexus3.edgexfoundry.org:10002 [2026-05-08T02:00:43.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T02:00:44.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T02:00:44.054Z] Configure a credential helper to remove this warning. See [2026-05-08T02:00:44.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T02:00:44.054Z] [2026-05-08T02:00:44.054Z] Login Succeeded [2026-05-08T02:00:44.054Z] nexus3.edgexfoundry.org:10003 [2026-05-08T02:00:44.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T02:00:44.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T02:00:44.322Z] Configure a credential helper to remove this warning. See [2026-05-08T02:00:44.322Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T02:00:44.322Z] [2026-05-08T02:00:44.322Z] Login Succeeded [2026-05-08T02:00:44.322Z] nexus3.edgexfoundry.org:10004 [2026-05-08T02:00:44.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T02:00:44.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T02:00:44.589Z] Configure a credential helper to remove this warning. See [2026-05-08T02:00:44.589Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T02:00:44.589Z] [2026-05-08T02:00:44.589Z] Login Succeeded [2026-05-08T02:00:44.589Z] ****.io [2026-05-08T02:00:44.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-08T02:00:45.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-08T02:00:45.120Z] Configure a credential helper to remove this warning. See [2026-05-08T02:00:45.121Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-08T02:00:45.121Z] [2026-05-08T02:00:45.121Z] Login Succeeded [2026-05-08T02:00:45.121Z] ---> ****-login.sh ends [Pipeline] } [2026-05-08T02:00:45.132Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:00:45.177Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-08T02:00:45.215Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2026-05-08T02:00:45.215Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:00:45.215Z] latest [2026-05-08T02:00:45.215Z] 4.1.0-dev.112 [2026-05-08T02:00:45.215Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:00:45.215Z] main [2026-05-08T02:00:45.215Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:45.585Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:45.950Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:00:45.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-08T02:00:45.950Z] 350f80e1e299: Preparing [2026-05-08T02:00:45.950Z] 8ded27afd887: Preparing [2026-05-08T02:00:45.950Z] ca5796708f5d: Preparing [2026-05-08T02:00:45.950Z] 88822134b07e: Preparing [2026-05-08T02:00:45.950Z] 201f3d0fd09d: Preparing [2026-05-08T02:00:45.950Z] 542bb938929b: Preparing [2026-05-08T02:00:45.950Z] eeaa73608b53: Preparing [2026-05-08T02:00:45.950Z] 542bb938929b: Waiting [2026-05-08T02:00:45.950Z] eeaa73608b53: Waiting [2026-05-08T02:00:46.216Z] 201f3d0fd09d: Pushed [2026-05-08T02:00:46.216Z] ca5796708f5d: Pushed [2026-05-08T02:00:46.216Z] 350f80e1e299: Pushed [2026-05-08T02:00:46.216Z] 88822134b07e: Pushed [2026-05-08T02:00:46.216Z] eeaa73608b53: Layer already exists [2026-05-08T02:00:46.216Z] 542bb938929b: Pushed [2026-05-08T02:00:52.848Z] 8ded27afd887: Pushed [2026-05-08T02:00:52.848Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:53.214Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:53.571Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-05-08T02:00:53.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-08T02:00:53.571Z] 350f80e1e299: Preparing [2026-05-08T02:00:53.571Z] 8ded27afd887: Preparing [2026-05-08T02:00:53.571Z] ca5796708f5d: Preparing [2026-05-08T02:00:53.571Z] 88822134b07e: Preparing [2026-05-08T02:00:53.571Z] 201f3d0fd09d: Preparing [2026-05-08T02:00:53.571Z] 542bb938929b: Preparing [2026-05-08T02:00:53.571Z] eeaa73608b53: Preparing [2026-05-08T02:00:53.571Z] 542bb938929b: Waiting [2026-05-08T02:00:53.571Z] eeaa73608b53: Waiting [2026-05-08T02:00:53.571Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:00:53.571Z] 88822134b07e: Layer already exists [2026-05-08T02:00:53.571Z] 8ded27afd887: Layer already exists [2026-05-08T02:00:53.571Z] ca5796708f5d: Layer already exists [2026-05-08T02:00:53.571Z] 350f80e1e299: Layer already exists [2026-05-08T02:00:53.571Z] eeaa73608b53: Layer already exists [2026-05-08T02:00:53.571Z] 542bb938929b: Layer already exists [2026-05-08T02:00:53.571Z] latest: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:53.931Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:54.279Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [2026-05-08T02:00:54.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-08T02:00:54.279Z] 350f80e1e299: Preparing [2026-05-08T02:00:54.279Z] 8ded27afd887: Preparing [2026-05-08T02:00:54.279Z] ca5796708f5d: Preparing [2026-05-08T02:00:54.279Z] 88822134b07e: Preparing [2026-05-08T02:00:54.279Z] 201f3d0fd09d: Preparing [2026-05-08T02:00:54.279Z] 542bb938929b: Preparing [2026-05-08T02:00:54.279Z] eeaa73608b53: Preparing [2026-05-08T02:00:54.279Z] 542bb938929b: Waiting [2026-05-08T02:00:54.279Z] eeaa73608b53: Waiting [2026-05-08T02:00:54.279Z] ca5796708f5d: Layer already exists [2026-05-08T02:00:54.279Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:00:54.279Z] 8ded27afd887: Layer already exists [2026-05-08T02:00:54.279Z] 350f80e1e299: Layer already exists [2026-05-08T02:00:54.279Z] 88822134b07e: Layer already exists [2026-05-08T02:00:54.279Z] eeaa73608b53: Layer already exists [2026-05-08T02:00:54.279Z] 542bb938929b: Layer already exists [2026-05-08T02:00:54.279Z] 4.1.0-dev.112: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:54.649Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:55.001Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:00:55.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-08T02:00:55.001Z] 350f80e1e299: Preparing [2026-05-08T02:00:55.001Z] 8ded27afd887: Preparing [2026-05-08T02:00:55.001Z] ca5796708f5d: Preparing [2026-05-08T02:00:55.001Z] 88822134b07e: Preparing [2026-05-08T02:00:55.001Z] 201f3d0fd09d: Preparing [2026-05-08T02:00:55.001Z] 542bb938929b: Preparing [2026-05-08T02:00:55.001Z] eeaa73608b53: Preparing [2026-05-08T02:00:55.001Z] 542bb938929b: Waiting [2026-05-08T02:00:55.001Z] eeaa73608b53: Waiting [2026-05-08T02:00:55.001Z] 88822134b07e: Layer already exists [2026-05-08T02:00:55.001Z] 8ded27afd887: Layer already exists [2026-05-08T02:00:55.001Z] ca5796708f5d: Layer already exists [2026-05-08T02:00:55.001Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:00:55.001Z] 350f80e1e299: Layer already exists [2026-05-08T02:00:55.001Z] 542bb938929b: Layer already exists [2026-05-08T02:00:55.001Z] eeaa73608b53: Layer already exists [2026-05-08T02:00:55.001Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:55.345Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:55.694Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2026-05-08T02:00:55.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-08T02:00:55.694Z] 350f80e1e299: Preparing [2026-05-08T02:00:55.694Z] 8ded27afd887: Preparing [2026-05-08T02:00:55.694Z] ca5796708f5d: Preparing [2026-05-08T02:00:55.694Z] 88822134b07e: Preparing [2026-05-08T02:00:55.694Z] 201f3d0fd09d: Preparing [2026-05-08T02:00:55.694Z] 542bb938929b: Preparing [2026-05-08T02:00:55.694Z] eeaa73608b53: Preparing [2026-05-08T02:00:55.694Z] 542bb938929b: Waiting [2026-05-08T02:00:55.694Z] eeaa73608b53: Waiting [2026-05-08T02:00:55.694Z] ca5796708f5d: Layer already exists [2026-05-08T02:00:55.694Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:00:55.694Z] 350f80e1e299: Layer already exists [2026-05-08T02:00:55.694Z] 8ded27afd887: Layer already exists [2026-05-08T02:00:55.694Z] 88822134b07e: Layer already exists [2026-05-08T02:00:55.694Z] eeaa73608b53: Layer already exists [2026-05-08T02:00:55.694Z] 542bb938929b: Layer already exists [2026-05-08T02:00:55.694Z] main: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:00:55.766Z] ===================================================== [Pipeline] echo [2026-05-08T02:00:55.778Z] taggedImages: [2026-05-08T02:00:55.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:00:55.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-05-08T02:00:55.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [2026-05-08T02:00:55.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:00:55.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-05-08T02:00:55.800Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2026-05-08T02:00:55.800Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:00:55.800Z] latest [2026-05-08T02:00:55.800Z] 4.1.0-dev.112 [2026-05-08T02:00:55.800Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:00:55.800Z] main [2026-05-08T02:00:55.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:56.147Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:56.518Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:00:56.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-08T02:00:56.518Z] ae9b119b8d6e: Preparing [2026-05-08T02:00:56.518Z] 65ea2ad4d9fb: Preparing [2026-05-08T02:00:56.518Z] a59cd716affe: Preparing [2026-05-08T02:00:56.518Z] 02231c67e007: Preparing [2026-05-08T02:00:56.518Z] ca5796708f5d: Preparing [2026-05-08T02:00:56.518Z] 88822134b07e: Preparing [2026-05-08T02:00:56.518Z] 201f3d0fd09d: Preparing [2026-05-08T02:00:56.518Z] 542bb938929b: Preparing [2026-05-08T02:00:56.518Z] eeaa73608b53: Preparing [2026-05-08T02:00:56.518Z] 88822134b07e: Waiting [2026-05-08T02:00:56.518Z] 201f3d0fd09d: Waiting [2026-05-08T02:00:56.518Z] eeaa73608b53: Waiting [2026-05-08T02:00:56.518Z] 542bb938929b: Waiting [2026-05-08T02:00:56.518Z] ca5796708f5d: Layer already exists [2026-05-08T02:00:56.783Z] 88822134b07e: Layer already exists [2026-05-08T02:00:56.783Z] 65ea2ad4d9fb: Pushed [2026-05-08T02:00:56.783Z] a59cd716affe: Pushed [2026-05-08T02:00:56.783Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:00:56.783Z] 542bb938929b: Layer already exists [2026-05-08T02:00:56.783Z] eeaa73608b53: Layer already exists [2026-05-08T02:00:56.783Z] ae9b119b8d6e: Pushed [2026-05-08T02:00:59.409Z] 02231c67e007: Pushed [2026-05-08T02:00:59.409Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:00:59.758Z] + 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-05-08T02:01:00.098Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-05-08T02:01:00.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-08T02:01:00.098Z] ae9b119b8d6e: Preparing [2026-05-08T02:01:00.098Z] 65ea2ad4d9fb: Preparing [2026-05-08T02:01:00.098Z] a59cd716affe: Preparing [2026-05-08T02:01:00.098Z] 02231c67e007: Preparing [2026-05-08T02:01:00.098Z] ca5796708f5d: Preparing [2026-05-08T02:01:00.098Z] 88822134b07e: Preparing [2026-05-08T02:01:00.098Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:00.098Z] 542bb938929b: Preparing [2026-05-08T02:01:00.098Z] eeaa73608b53: Preparing [2026-05-08T02:01:00.098Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:00.098Z] 542bb938929b: Waiting [2026-05-08T02:01:00.098Z] eeaa73608b53: Waiting [2026-05-08T02:01:00.098Z] 88822134b07e: Waiting [2026-05-08T02:01:00.098Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:00.098Z] 02231c67e007: Layer already exists [2026-05-08T02:01:00.098Z] 65ea2ad4d9fb: Layer already exists [2026-05-08T02:01:00.098Z] ae9b119b8d6e: Layer already exists [2026-05-08T02:01:00.098Z] a59cd716affe: Layer already exists [2026-05-08T02:01:00.098Z] 88822134b07e: Layer already exists [2026-05-08T02:01:00.098Z] 542bb938929b: Layer already exists [2026-05-08T02:01:00.098Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:00.098Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:00.098Z] latest: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:00.717Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:01.072Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [2026-05-08T02:01:01.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-08T02:01:01.072Z] ae9b119b8d6e: Preparing [2026-05-08T02:01:01.072Z] 65ea2ad4d9fb: Preparing [2026-05-08T02:01:01.072Z] a59cd716affe: Preparing [2026-05-08T02:01:01.072Z] 02231c67e007: Preparing [2026-05-08T02:01:01.072Z] ca5796708f5d: Preparing [2026-05-08T02:01:01.072Z] 88822134b07e: Preparing [2026-05-08T02:01:01.072Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:01.072Z] 542bb938929b: Preparing [2026-05-08T02:01:01.072Z] eeaa73608b53: Preparing [2026-05-08T02:01:01.072Z] 88822134b07e: Waiting [2026-05-08T02:01:01.072Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:01.072Z] 542bb938929b: Waiting [2026-05-08T02:01:01.072Z] eeaa73608b53: Waiting [2026-05-08T02:01:01.072Z] a59cd716affe: Layer already exists [2026-05-08T02:01:01.072Z] ae9b119b8d6e: Layer already exists [2026-05-08T02:01:01.072Z] 02231c67e007: Layer already exists [2026-05-08T02:01:01.072Z] 65ea2ad4d9fb: Layer already exists [2026-05-08T02:01:01.072Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:01.072Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:01.072Z] 88822134b07e: Layer already exists [2026-05-08T02:01:01.072Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:01.072Z] 542bb938929b: Layer already exists [2026-05-08T02:01:01.337Z] 4.1.0-dev.112: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:01.688Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:02.037Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:02.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-08T02:01:02.037Z] ae9b119b8d6e: Preparing [2026-05-08T02:01:02.037Z] 65ea2ad4d9fb: Preparing [2026-05-08T02:01:02.037Z] a59cd716affe: Preparing [2026-05-08T02:01:02.037Z] 02231c67e007: Preparing [2026-05-08T02:01:02.037Z] ca5796708f5d: Preparing [2026-05-08T02:01:02.037Z] 88822134b07e: Preparing [2026-05-08T02:01:02.037Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:02.037Z] 542bb938929b: Preparing [2026-05-08T02:01:02.037Z] eeaa73608b53: Preparing [2026-05-08T02:01:02.037Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:02.037Z] 542bb938929b: Waiting [2026-05-08T02:01:02.037Z] eeaa73608b53: Waiting [2026-05-08T02:01:02.037Z] 88822134b07e: Waiting [2026-05-08T02:01:02.037Z] ae9b119b8d6e: Layer already exists [2026-05-08T02:01:02.037Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:02.037Z] a59cd716affe: Layer already exists [2026-05-08T02:01:02.037Z] 02231c67e007: Layer already exists [2026-05-08T02:01:02.037Z] 65ea2ad4d9fb: Layer already exists [2026-05-08T02:01:02.037Z] 88822134b07e: Layer already exists [2026-05-08T02:01:02.037Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:02.037Z] 542bb938929b: Layer already exists [2026-05-08T02:01:02.037Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:02.302Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:02.656Z] + 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-05-08T02:01:04.945Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2026-05-08T02:01:04.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-08T02:01:04.945Z] ae9b119b8d6e: Preparing [2026-05-08T02:01:04.946Z] 65ea2ad4d9fb: Preparing [2026-05-08T02:01:04.946Z] a59cd716affe: Preparing [2026-05-08T02:01:04.946Z] 02231c67e007: Preparing [2026-05-08T02:01:04.946Z] ca5796708f5d: Preparing [2026-05-08T02:01:04.946Z] 88822134b07e: Preparing [2026-05-08T02:01:04.946Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:04.946Z] 542bb938929b: Preparing [2026-05-08T02:01:04.946Z] eeaa73608b53: Preparing [2026-05-08T02:01:04.946Z] 88822134b07e: Waiting [2026-05-08T02:01:04.946Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:04.946Z] 542bb938929b: Waiting [2026-05-08T02:01:04.946Z] eeaa73608b53: Waiting [2026-05-08T02:01:04.946Z] 02231c67e007: Layer already exists [2026-05-08T02:01:04.946Z] ae9b119b8d6e: Layer already exists [2026-05-08T02:01:04.946Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:04.946Z] 65ea2ad4d9fb: Layer already exists [2026-05-08T02:01:04.946Z] a59cd716affe: Layer already exists [2026-05-08T02:01:04.946Z] 88822134b07e: Layer already exists [2026-05-08T02:01:04.946Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:04.946Z] 542bb938929b: Layer already exists [2026-05-08T02:01:04.946Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:04.946Z] main: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:01:05.283Z] ===================================================== [Pipeline] echo [2026-05-08T02:01:05.296Z] taggedImages: [2026-05-08T02:01:05.296Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:05.296Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-05-08T02:01:05.296Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [2026-05-08T02:01:05.296Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:05.296Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-05-08T02:01:05.320Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2026-05-08T02:01:05.320Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:05.320Z] latest [2026-05-08T02:01:05.320Z] 4.1.0-dev.112 [2026-05-08T02:01:05.320Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:05.320Z] main [2026-05-08T02:01:05.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:05.686Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:06.062Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:06.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-08T02:01:06.063Z] edfc3432a98f: Preparing [2026-05-08T02:01:06.063Z] 2f658caeaf4e: Preparing [2026-05-08T02:01:06.063Z] ca5796708f5d: Preparing [2026-05-08T02:01:06.063Z] 88822134b07e: Preparing [2026-05-08T02:01:06.063Z] 4ec52e3b2ee7: Preparing [2026-05-08T02:01:06.063Z] 0aa33b9e0358: Preparing [2026-05-08T02:01:06.063Z] eeaa73608b53: Preparing [2026-05-08T02:01:06.063Z] 0aa33b9e0358: Waiting [2026-05-08T02:01:06.063Z] eeaa73608b53: Waiting [2026-05-08T02:01:06.063Z] 88822134b07e: Layer already exists [2026-05-08T02:01:06.329Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:06.329Z] 4ec52e3b2ee7: Pushed [2026-05-08T02:01:06.329Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:06.329Z] edfc3432a98f: Pushed [2026-05-08T02:01:06.329Z] 0aa33b9e0358: Pushed [2026-05-08T02:01:12.953Z] 2f658caeaf4e: Pushed [2026-05-08T02:01:13.217Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:13.568Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:13.927Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-05-08T02:01:13.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-08T02:01:13.927Z] edfc3432a98f: Preparing [2026-05-08T02:01:13.927Z] 2f658caeaf4e: Preparing [2026-05-08T02:01:13.927Z] ca5796708f5d: Preparing [2026-05-08T02:01:13.927Z] 88822134b07e: Preparing [2026-05-08T02:01:13.927Z] 4ec52e3b2ee7: Preparing [2026-05-08T02:01:13.927Z] 0aa33b9e0358: Preparing [2026-05-08T02:01:13.927Z] eeaa73608b53: Preparing [2026-05-08T02:01:13.927Z] 0aa33b9e0358: Waiting [2026-05-08T02:01:13.927Z] eeaa73608b53: Waiting [2026-05-08T02:01:13.927Z] 88822134b07e: Layer already exists [2026-05-08T02:01:13.927Z] edfc3432a98f: Layer already exists [2026-05-08T02:01:13.927Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:13.927Z] 2f658caeaf4e: Layer already exists [2026-05-08T02:01:13.927Z] 4ec52e3b2ee7: Layer already exists [2026-05-08T02:01:13.927Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:13.927Z] 0aa33b9e0358: Layer already exists [2026-05-08T02:01:14.199Z] latest: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:14.560Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:14.918Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [2026-05-08T02:01:14.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-08T02:01:14.918Z] edfc3432a98f: Preparing [2026-05-08T02:01:14.918Z] 2f658caeaf4e: Preparing [2026-05-08T02:01:14.918Z] ca5796708f5d: Preparing [2026-05-08T02:01:14.918Z] 88822134b07e: Preparing [2026-05-08T02:01:14.918Z] 4ec52e3b2ee7: Preparing [2026-05-08T02:01:14.918Z] 0aa33b9e0358: Preparing [2026-05-08T02:01:14.918Z] eeaa73608b53: Preparing [2026-05-08T02:01:14.918Z] 0aa33b9e0358: Waiting [2026-05-08T02:01:14.918Z] eeaa73608b53: Waiting [2026-05-08T02:01:14.918Z] 2f658caeaf4e: Layer already exists [2026-05-08T02:01:14.918Z] 4ec52e3b2ee7: Layer already exists [2026-05-08T02:01:14.918Z] edfc3432a98f: Layer already exists [2026-05-08T02:01:14.918Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:14.918Z] 88822134b07e: Layer already exists [2026-05-08T02:01:14.918Z] 0aa33b9e0358: Layer already exists [2026-05-08T02:01:14.918Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:15.184Z] 4.1.0-dev.112: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:15.534Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:15.889Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:15.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-08T02:01:15.889Z] edfc3432a98f: Preparing [2026-05-08T02:01:15.889Z] 2f658caeaf4e: Preparing [2026-05-08T02:01:15.889Z] ca5796708f5d: Preparing [2026-05-08T02:01:15.889Z] 88822134b07e: Preparing [2026-05-08T02:01:15.889Z] 4ec52e3b2ee7: Preparing [2026-05-08T02:01:15.889Z] 0aa33b9e0358: Preparing [2026-05-08T02:01:15.889Z] eeaa73608b53: Preparing [2026-05-08T02:01:15.889Z] 0aa33b9e0358: Waiting [2026-05-08T02:01:15.889Z] eeaa73608b53: Waiting [2026-05-08T02:01:15.889Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:15.889Z] 4ec52e3b2ee7: Layer already exists [2026-05-08T02:01:15.889Z] 2f658caeaf4e: Layer already exists [2026-05-08T02:01:15.889Z] edfc3432a98f: Layer already exists [2026-05-08T02:01:15.889Z] 88822134b07e: Layer already exists [2026-05-08T02:01:15.889Z] 0aa33b9e0358: Layer already exists [2026-05-08T02:01:15.889Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:15.889Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:16.246Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:19.169Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2026-05-08T02:01:19.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-08T02:01:19.169Z] edfc3432a98f: Preparing [2026-05-08T02:01:19.169Z] 2f658caeaf4e: Preparing [2026-05-08T02:01:19.169Z] ca5796708f5d: Preparing [2026-05-08T02:01:19.169Z] 88822134b07e: Preparing [2026-05-08T02:01:19.169Z] 4ec52e3b2ee7: Preparing [2026-05-08T02:01:19.169Z] 0aa33b9e0358: Preparing [2026-05-08T02:01:19.169Z] eeaa73608b53: Preparing [2026-05-08T02:01:19.169Z] 0aa33b9e0358: Waiting [2026-05-08T02:01:19.169Z] eeaa73608b53: Waiting [2026-05-08T02:01:19.169Z] 88822134b07e: Layer already exists [2026-05-08T02:01:19.169Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:19.169Z] edfc3432a98f: Layer already exists [2026-05-08T02:01:19.169Z] 2f658caeaf4e: Layer already exists [2026-05-08T02:01:19.169Z] 4ec52e3b2ee7: Layer already exists [2026-05-08T02:01:19.169Z] 0aa33b9e0358: Layer already exists [2026-05-08T02:01:19.169Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:19.434Z] main: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:01:19.518Z] ===================================================== [Pipeline] echo [2026-05-08T02:01:19.534Z] taggedImages: [2026-05-08T02:01:19.534Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:19.534Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-05-08T02:01:19.534Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [2026-05-08T02:01:19.534Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:19.534Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-05-08T02:01:19.555Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2026-05-08T02:01:19.555Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:19.555Z] latest [2026-05-08T02:01:19.555Z] 4.1.0-dev.112 [2026-05-08T02:01:19.555Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:19.555Z] main [2026-05-08T02:01:19.555Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:19.918Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:20.269Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:20.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-08T02:01:20.270Z] 38c730127cf5: Preparing [2026-05-08T02:01:20.270Z] 9d206f124f11: Preparing [2026-05-08T02:01:20.270Z] 88822134b07e: Preparing [2026-05-08T02:01:20.270Z] 6fdfac3981ff: Preparing [2026-05-08T02:01:20.270Z] a31ae2644cbd: Preparing [2026-05-08T02:01:20.270Z] eeaa73608b53: Preparing [2026-05-08T02:01:20.270Z] eeaa73608b53: Waiting [2026-05-08T02:01:20.270Z] 88822134b07e: Layer already exists [2026-05-08T02:01:20.533Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:20.533Z] a31ae2644cbd: Pushed [2026-05-08T02:01:20.533Z] 38c730127cf5: Pushed [2026-05-08T02:01:20.533Z] 6fdfac3981ff: Pushed [2026-05-08T02:01:28.709Z] 9d206f124f11: Pushed [2026-05-08T02:01:28.709Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:29.061Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:31.983Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-05-08T02:01:31.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-08T02:01:31.983Z] 38c730127cf5: Preparing [2026-05-08T02:01:31.983Z] 9d206f124f11: Preparing [2026-05-08T02:01:31.983Z] 88822134b07e: Preparing [2026-05-08T02:01:31.983Z] 6fdfac3981ff: Preparing [2026-05-08T02:01:31.983Z] a31ae2644cbd: Preparing [2026-05-08T02:01:31.983Z] eeaa73608b53: Preparing [2026-05-08T02:01:31.983Z] eeaa73608b53: Waiting [2026-05-08T02:01:31.983Z] 38c730127cf5: Layer already exists [2026-05-08T02:01:31.983Z] 88822134b07e: Layer already exists [2026-05-08T02:01:31.983Z] 9d206f124f11: Layer already exists [2026-05-08T02:01:31.983Z] 6fdfac3981ff: Layer already exists [2026-05-08T02:01:31.983Z] a31ae2644cbd: Layer already exists [2026-05-08T02:01:31.983Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:32.248Z] latest: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:32.599Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:32.944Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [2026-05-08T02:01:32.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-08T02:01:32.944Z] 38c730127cf5: Preparing [2026-05-08T02:01:32.944Z] 9d206f124f11: Preparing [2026-05-08T02:01:32.944Z] 88822134b07e: Preparing [2026-05-08T02:01:32.944Z] 6fdfac3981ff: Preparing [2026-05-08T02:01:32.944Z] a31ae2644cbd: Preparing [2026-05-08T02:01:32.944Z] eeaa73608b53: Preparing [2026-05-08T02:01:32.944Z] eeaa73608b53: Waiting [2026-05-08T02:01:32.944Z] 9d206f124f11: Layer already exists [2026-05-08T02:01:32.944Z] 38c730127cf5: Layer already exists [2026-05-08T02:01:32.944Z] 6fdfac3981ff: Layer already exists [2026-05-08T02:01:32.944Z] 88822134b07e: Layer already exists [2026-05-08T02:01:32.944Z] a31ae2644cbd: Layer already exists [2026-05-08T02:01:32.944Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:33.208Z] 4.1.0-dev.112: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:33.557Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:33.919Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:33.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-08T02:01:33.919Z] 38c730127cf5: Preparing [2026-05-08T02:01:33.919Z] 9d206f124f11: Preparing [2026-05-08T02:01:33.919Z] 88822134b07e: Preparing [2026-05-08T02:01:33.919Z] 6fdfac3981ff: Preparing [2026-05-08T02:01:33.919Z] a31ae2644cbd: Preparing [2026-05-08T02:01:33.919Z] eeaa73608b53: Preparing [2026-05-08T02:01:33.919Z] eeaa73608b53: Waiting [2026-05-08T02:01:33.919Z] 9d206f124f11: Layer already exists [2026-05-08T02:01:33.919Z] 6fdfac3981ff: Layer already exists [2026-05-08T02:01:33.919Z] a31ae2644cbd: Layer already exists [2026-05-08T02:01:33.919Z] 38c730127cf5: Layer already exists [2026-05-08T02:01:33.919Z] 88822134b07e: Layer already exists [2026-05-08T02:01:33.919Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:33.919Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:34.557Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:34.911Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2026-05-08T02:01:34.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-08T02:01:34.911Z] 38c730127cf5: Preparing [2026-05-08T02:01:34.911Z] 9d206f124f11: Preparing [2026-05-08T02:01:34.911Z] 88822134b07e: Preparing [2026-05-08T02:01:34.911Z] 6fdfac3981ff: Preparing [2026-05-08T02:01:34.911Z] a31ae2644cbd: Preparing [2026-05-08T02:01:34.911Z] eeaa73608b53: Preparing [2026-05-08T02:01:34.911Z] eeaa73608b53: Waiting [2026-05-08T02:01:34.911Z] 9d206f124f11: Layer already exists [2026-05-08T02:01:34.911Z] a31ae2644cbd: Layer already exists [2026-05-08T02:01:34.911Z] 88822134b07e: Layer already exists [2026-05-08T02:01:34.911Z] 6fdfac3981ff: Layer already exists [2026-05-08T02:01:34.911Z] 38c730127cf5: Layer already exists [2026-05-08T02:01:34.911Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:34.911Z] main: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:01:35.263Z] ===================================================== [Pipeline] echo [2026-05-08T02:01:35.275Z] taggedImages: [2026-05-08T02:01:35.275Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:35.275Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-05-08T02:01:35.275Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [2026-05-08T02:01:35.275Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:35.275Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-05-08T02:01:35.307Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2026-05-08T02:01:35.307Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:35.307Z] latest [2026-05-08T02:01:35.307Z] 4.1.0-dev.112 [2026-05-08T02:01:35.307Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:35.307Z] main [2026-05-08T02:01:35.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:35.669Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:36.021Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:36.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-08T02:01:36.021Z] e93ac1341691: Preparing [2026-05-08T02:01:36.021Z] ff01ddad25d6: Preparing [2026-05-08T02:01:36.021Z] ba4a589a926d: Preparing [2026-05-08T02:01:36.021Z] ca5796708f5d: Preparing [2026-05-08T02:01:36.021Z] 88822134b07e: Preparing [2026-05-08T02:01:36.021Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:36.021Z] 542bb938929b: Preparing [2026-05-08T02:01:36.021Z] eeaa73608b53: Preparing [2026-05-08T02:01:36.021Z] 542bb938929b: Waiting [2026-05-08T02:01:36.021Z] eeaa73608b53: Waiting [2026-05-08T02:01:36.021Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:36.021Z] 88822134b07e: Layer already exists [2026-05-08T02:01:36.021Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:36.021Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:36.021Z] 542bb938929b: Layer already exists [2026-05-08T02:01:36.021Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:36.285Z] e93ac1341691: Pushed [2026-05-08T02:01:36.285Z] ff01ddad25d6: Pushed [2026-05-08T02:01:44.454Z] ba4a589a926d: Pushed [2026-05-08T02:01:45.849Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:46.198Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:46.546Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-05-08T02:01:46.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-08T02:01:46.546Z] e93ac1341691: Preparing [2026-05-08T02:01:46.546Z] ff01ddad25d6: Preparing [2026-05-08T02:01:46.546Z] ba4a589a926d: Preparing [2026-05-08T02:01:46.546Z] ca5796708f5d: Preparing [2026-05-08T02:01:46.546Z] 88822134b07e: Preparing [2026-05-08T02:01:46.546Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:46.546Z] 542bb938929b: Preparing [2026-05-08T02:01:46.546Z] eeaa73608b53: Preparing [2026-05-08T02:01:46.546Z] eeaa73608b53: Waiting [2026-05-08T02:01:46.546Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:46.546Z] 542bb938929b: Waiting [2026-05-08T02:01:46.546Z] ff01ddad25d6: Layer already exists [2026-05-08T02:01:46.546Z] ba4a589a926d: Layer already exists [2026-05-08T02:01:46.546Z] 88822134b07e: Layer already exists [2026-05-08T02:01:46.546Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:46.546Z] e93ac1341691: Layer already exists [2026-05-08T02:01:46.546Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:46.546Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:46.546Z] 542bb938929b: Layer already exists [2026-05-08T02:01:46.546Z] latest: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:47.159Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:47.517Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [2026-05-08T02:01:47.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-08T02:01:47.517Z] e93ac1341691: Preparing [2026-05-08T02:01:47.517Z] ff01ddad25d6: Preparing [2026-05-08T02:01:47.517Z] ba4a589a926d: Preparing [2026-05-08T02:01:47.517Z] ca5796708f5d: Preparing [2026-05-08T02:01:47.517Z] 88822134b07e: Preparing [2026-05-08T02:01:47.517Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:47.517Z] 542bb938929b: Preparing [2026-05-08T02:01:47.517Z] eeaa73608b53: Preparing [2026-05-08T02:01:47.517Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:47.517Z] 542bb938929b: Waiting [2026-05-08T02:01:47.517Z] eeaa73608b53: Waiting [2026-05-08T02:01:47.517Z] 88822134b07e: Layer already exists [2026-05-08T02:01:47.517Z] ff01ddad25d6: Layer already exists [2026-05-08T02:01:47.517Z] ba4a589a926d: Layer already exists [2026-05-08T02:01:47.517Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:47.517Z] e93ac1341691: Layer already exists [2026-05-08T02:01:47.517Z] 542bb938929b: Layer already exists [2026-05-08T02:01:47.517Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:47.517Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:47.782Z] 4.1.0-dev.112: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:48.139Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:48.495Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:48.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-08T02:01:48.495Z] e93ac1341691: Preparing [2026-05-08T02:01:48.495Z] ff01ddad25d6: Preparing [2026-05-08T02:01:48.495Z] ba4a589a926d: Preparing [2026-05-08T02:01:48.495Z] ca5796708f5d: Preparing [2026-05-08T02:01:48.495Z] 88822134b07e: Preparing [2026-05-08T02:01:48.495Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:48.495Z] 542bb938929b: Preparing [2026-05-08T02:01:48.495Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:48.495Z] 542bb938929b: Waiting [2026-05-08T02:01:48.495Z] eeaa73608b53: Preparing [2026-05-08T02:01:48.495Z] ba4a589a926d: Layer already exists [2026-05-08T02:01:48.495Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:48.495Z] ff01ddad25d6: Layer already exists [2026-05-08T02:01:48.495Z] 88822134b07e: Layer already exists [2026-05-08T02:01:48.495Z] e93ac1341691: Layer already exists [2026-05-08T02:01:48.495Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:48.495Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:48.495Z] 542bb938929b: Layer already exists [2026-05-08T02:01:48.495Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:49.114Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:49.462Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2026-05-08T02:01:49.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-08T02:01:49.462Z] e93ac1341691: Preparing [2026-05-08T02:01:49.462Z] ff01ddad25d6: Preparing [2026-05-08T02:01:49.462Z] ba4a589a926d: Preparing [2026-05-08T02:01:49.462Z] ca5796708f5d: Preparing [2026-05-08T02:01:49.462Z] 88822134b07e: Preparing [2026-05-08T02:01:49.462Z] 201f3d0fd09d: Preparing [2026-05-08T02:01:49.462Z] 542bb938929b: Preparing [2026-05-08T02:01:49.462Z] eeaa73608b53: Preparing [2026-05-08T02:01:49.462Z] 542bb938929b: Waiting [2026-05-08T02:01:49.462Z] eeaa73608b53: Waiting [2026-05-08T02:01:49.462Z] 201f3d0fd09d: Waiting [2026-05-08T02:01:49.462Z] 88822134b07e: Layer already exists [2026-05-08T02:01:49.462Z] e93ac1341691: Layer already exists [2026-05-08T02:01:49.462Z] ff01ddad25d6: Layer already exists [2026-05-08T02:01:49.462Z] ba4a589a926d: Layer already exists [2026-05-08T02:01:49.462Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:49.462Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:01:49.462Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:49.462Z] 542bb938929b: Layer already exists [2026-05-08T02:01:49.725Z] main: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:01:49.797Z] ===================================================== [Pipeline] echo [2026-05-08T02:01:49.813Z] taggedImages: [2026-05-08T02:01:49.813Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:49.813Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-05-08T02:01:49.813Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [2026-05-08T02:01:49.813Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:49.813Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-05-08T02:01:49.846Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2026-05-08T02:01:49.846Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:49.846Z] latest [2026-05-08T02:01:49.846Z] 4.1.0-dev.112 [2026-05-08T02:01:49.846Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:49.846Z] main [2026-05-08T02:01:49.846Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:50.227Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:50.580Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:50.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-08T02:01:50.580Z] 7a67420edb71: Preparing [2026-05-08T02:01:50.580Z] 587813e1e70c: Preparing [2026-05-08T02:01:50.580Z] 3119d22fa289: Preparing [2026-05-08T02:01:50.580Z] 7bc9f6834fed: Preparing [2026-05-08T02:01:50.580Z] d1d79d35c531: Preparing [2026-05-08T02:01:50.580Z] 1a2369d9970f: Preparing [2026-05-08T02:01:50.580Z] 3cb5219b4afc: Preparing [2026-05-08T02:01:50.580Z] 1a2369d9970f: Waiting [2026-05-08T02:01:50.580Z] ca5796708f5d: Preparing [2026-05-08T02:01:50.580Z] 3cb5219b4afc: Waiting [2026-05-08T02:01:50.580Z] 88822134b07e: Preparing [2026-05-08T02:01:50.580Z] ce0aa701858f: Preparing [2026-05-08T02:01:50.580Z] ca5796708f5d: Waiting [2026-05-08T02:01:50.580Z] 88822134b07e: Waiting [2026-05-08T02:01:50.580Z] f06d80efa0f3: Preparing [2026-05-08T02:01:50.580Z] ce0aa701858f: Waiting [2026-05-08T02:01:50.580Z] 5f70bf18a086: Preparing [2026-05-08T02:01:50.580Z] f06d80efa0f3: Waiting [2026-05-08T02:01:50.580Z] 68e85bdbb584: Preparing [2026-05-08T02:01:50.580Z] 5f70bf18a086: Waiting [2026-05-08T02:01:50.580Z] 388d11cc1dfc: Preparing [2026-05-08T02:01:50.580Z] 68e85bdbb584: Waiting [2026-05-08T02:01:50.580Z] 388d11cc1dfc: Waiting [2026-05-08T02:01:50.580Z] 34fe6b6b5283: Preparing [2026-05-08T02:01:50.580Z] eeaa73608b53: Preparing [2026-05-08T02:01:50.580Z] 34fe6b6b5283: Waiting [2026-05-08T02:01:50.580Z] eeaa73608b53: Waiting [2026-05-08T02:01:50.846Z] d1d79d35c531: Pushed [2026-05-08T02:01:50.846Z] 7bc9f6834fed: Pushed [2026-05-08T02:01:50.846Z] 3119d22fa289: Pushed [2026-05-08T02:01:50.846Z] 587813e1e70c: Pushed [2026-05-08T02:01:50.846Z] 7a67420edb71: Pushed [2026-05-08T02:01:50.846Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:50.846Z] 88822134b07e: Layer already exists [2026-05-08T02:01:50.846Z] 5f70bf18a086: Layer already exists [2026-05-08T02:01:51.111Z] 1a2369d9970f: Pushed [2026-05-08T02:01:51.111Z] f06d80efa0f3: Pushed [2026-05-08T02:01:51.111Z] ce0aa701858f: Pushed [2026-05-08T02:01:51.111Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:51.111Z] 68e85bdbb584: Pushed [2026-05-08T02:01:51.111Z] 388d11cc1dfc: Pushed [2026-05-08T02:01:51.111Z] 34fe6b6b5283: Pushed [2026-05-08T02:01:54.440Z] 3cb5219b4afc: Pushed [2026-05-08T02:01:54.440Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:54.785Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:55.139Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-05-08T02:01:55.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-08T02:01:55.139Z] 7a67420edb71: Preparing [2026-05-08T02:01:55.139Z] 587813e1e70c: Preparing [2026-05-08T02:01:55.139Z] 3119d22fa289: Preparing [2026-05-08T02:01:55.139Z] 7bc9f6834fed: Preparing [2026-05-08T02:01:55.139Z] d1d79d35c531: Preparing [2026-05-08T02:01:55.139Z] 1a2369d9970f: Preparing [2026-05-08T02:01:55.139Z] 3cb5219b4afc: Preparing [2026-05-08T02:01:55.139Z] ca5796708f5d: Preparing [2026-05-08T02:01:55.139Z] 88822134b07e: Preparing [2026-05-08T02:01:55.139Z] ce0aa701858f: Preparing [2026-05-08T02:01:55.139Z] f06d80efa0f3: Preparing [2026-05-08T02:01:55.139Z] 5f70bf18a086: Preparing [2026-05-08T02:01:55.139Z] 68e85bdbb584: Preparing [2026-05-08T02:01:55.139Z] 388d11cc1dfc: Preparing [2026-05-08T02:01:55.139Z] 34fe6b6b5283: Preparing [2026-05-08T02:01:55.139Z] eeaa73608b53: Preparing [2026-05-08T02:01:55.139Z] 1a2369d9970f: Waiting [2026-05-08T02:01:55.139Z] 3cb5219b4afc: Waiting [2026-05-08T02:01:55.139Z] f06d80efa0f3: Waiting [2026-05-08T02:01:55.139Z] ca5796708f5d: Waiting [2026-05-08T02:01:55.139Z] 388d11cc1dfc: Waiting [2026-05-08T02:01:55.139Z] 88822134b07e: Waiting [2026-05-08T02:01:55.139Z] 34fe6b6b5283: Waiting [2026-05-08T02:01:55.139Z] ce0aa701858f: Waiting [2026-05-08T02:01:55.139Z] eeaa73608b53: Waiting [2026-05-08T02:01:55.139Z] 5f70bf18a086: Waiting [2026-05-08T02:01:55.139Z] 68e85bdbb584: Waiting [2026-05-08T02:01:55.139Z] 7a67420edb71: Layer already exists [2026-05-08T02:01:55.139Z] d1d79d35c531: Layer already exists [2026-05-08T02:01:55.139Z] 3119d22fa289: Layer already exists [2026-05-08T02:01:55.139Z] 7bc9f6834fed: Layer already exists [2026-05-08T02:01:55.139Z] 587813e1e70c: Layer already exists [2026-05-08T02:01:55.139Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:55.139Z] 1a2369d9970f: Layer already exists [2026-05-08T02:01:55.139Z] 88822134b07e: Layer already exists [2026-05-08T02:01:55.139Z] 3cb5219b4afc: Layer already exists [2026-05-08T02:01:55.139Z] ce0aa701858f: Layer already exists [2026-05-08T02:01:55.139Z] f06d80efa0f3: Layer already exists [2026-05-08T02:01:55.139Z] 5f70bf18a086: Layer already exists [2026-05-08T02:01:55.139Z] 68e85bdbb584: Layer already exists [2026-05-08T02:01:55.139Z] 388d11cc1dfc: Layer already exists [2026-05-08T02:01:55.139Z] 34fe6b6b5283: Layer already exists [2026-05-08T02:01:55.139Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:55.404Z] latest: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:55.762Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:56.117Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [2026-05-08T02:01:56.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-08T02:01:56.117Z] 7a67420edb71: Preparing [2026-05-08T02:01:56.117Z] 587813e1e70c: Preparing [2026-05-08T02:01:56.117Z] 3119d22fa289: Preparing [2026-05-08T02:01:56.117Z] 7bc9f6834fed: Preparing [2026-05-08T02:01:56.117Z] d1d79d35c531: Preparing [2026-05-08T02:01:56.117Z] 1a2369d9970f: Preparing [2026-05-08T02:01:56.117Z] 3cb5219b4afc: Preparing [2026-05-08T02:01:56.117Z] ca5796708f5d: Preparing [2026-05-08T02:01:56.117Z] 88822134b07e: Preparing [2026-05-08T02:01:56.117Z] ce0aa701858f: Preparing [2026-05-08T02:01:56.117Z] f06d80efa0f3: Preparing [2026-05-08T02:01:56.117Z] 5f70bf18a086: Preparing [2026-05-08T02:01:56.117Z] 68e85bdbb584: Preparing [2026-05-08T02:01:56.117Z] 388d11cc1dfc: Preparing [2026-05-08T02:01:56.117Z] 34fe6b6b5283: Preparing [2026-05-08T02:01:56.117Z] eeaa73608b53: Preparing [2026-05-08T02:01:56.117Z] ce0aa701858f: Waiting [2026-05-08T02:01:56.117Z] f06d80efa0f3: Waiting [2026-05-08T02:01:56.117Z] 5f70bf18a086: Waiting [2026-05-08T02:01:56.117Z] 34fe6b6b5283: Waiting [2026-05-08T02:01:56.117Z] eeaa73608b53: Waiting [2026-05-08T02:01:56.117Z] 68e85bdbb584: Waiting [2026-05-08T02:01:56.117Z] 388d11cc1dfc: Waiting [2026-05-08T02:01:56.117Z] 1a2369d9970f: Waiting [2026-05-08T02:01:56.117Z] ca5796708f5d: Waiting [2026-05-08T02:01:56.117Z] 3cb5219b4afc: Waiting [2026-05-08T02:01:56.117Z] 88822134b07e: Waiting [2026-05-08T02:01:56.117Z] 3119d22fa289: Layer already exists [2026-05-08T02:01:56.117Z] 7a67420edb71: Layer already exists [2026-05-08T02:01:56.117Z] 7bc9f6834fed: Layer already exists [2026-05-08T02:01:56.117Z] 587813e1e70c: Layer already exists [2026-05-08T02:01:56.117Z] d1d79d35c531: Layer already exists [2026-05-08T02:01:56.117Z] 3cb5219b4afc: Layer already exists [2026-05-08T02:01:56.117Z] 88822134b07e: Layer already exists [2026-05-08T02:01:56.117Z] 1a2369d9970f: Layer already exists [2026-05-08T02:01:56.117Z] ce0aa701858f: Layer already exists [2026-05-08T02:01:56.117Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:56.117Z] f06d80efa0f3: Layer already exists [2026-05-08T02:01:56.117Z] 5f70bf18a086: Layer already exists [2026-05-08T02:01:56.117Z] 68e85bdbb584: Layer already exists [2026-05-08T02:01:56.117Z] 34fe6b6b5283: Layer already exists [2026-05-08T02:01:56.117Z] 388d11cc1dfc: Layer already exists [2026-05-08T02:01:56.117Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:56.382Z] 4.1.0-dev.112: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:56.732Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:58.477Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:58.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-08T02:01:58.477Z] 7a67420edb71: Preparing [2026-05-08T02:01:58.477Z] 587813e1e70c: Preparing [2026-05-08T02:01:58.477Z] 3119d22fa289: Preparing [2026-05-08T02:01:58.477Z] 7bc9f6834fed: Preparing [2026-05-08T02:01:58.477Z] d1d79d35c531: Preparing [2026-05-08T02:01:58.477Z] 1a2369d9970f: Preparing [2026-05-08T02:01:58.477Z] 3cb5219b4afc: Preparing [2026-05-08T02:01:58.477Z] 1a2369d9970f: Waiting [2026-05-08T02:01:58.477Z] ca5796708f5d: Preparing [2026-05-08T02:01:58.477Z] 3cb5219b4afc: Waiting [2026-05-08T02:01:58.477Z] 88822134b07e: Preparing [2026-05-08T02:01:58.477Z] ca5796708f5d: Waiting [2026-05-08T02:01:58.477Z] 88822134b07e: Waiting [2026-05-08T02:01:58.477Z] ce0aa701858f: Preparing [2026-05-08T02:01:58.477Z] f06d80efa0f3: Preparing [2026-05-08T02:01:58.477Z] ce0aa701858f: Waiting [2026-05-08T02:01:58.477Z] 5f70bf18a086: Preparing [2026-05-08T02:01:58.477Z] f06d80efa0f3: Waiting [2026-05-08T02:01:58.477Z] 68e85bdbb584: Preparing [2026-05-08T02:01:58.477Z] 5f70bf18a086: Waiting [2026-05-08T02:01:58.477Z] 388d11cc1dfc: Preparing [2026-05-08T02:01:58.477Z] 68e85bdbb584: Waiting [2026-05-08T02:01:58.477Z] 34fe6b6b5283: Preparing [2026-05-08T02:01:58.477Z] eeaa73608b53: Preparing [2026-05-08T02:01:58.477Z] 34fe6b6b5283: Waiting [2026-05-08T02:01:58.477Z] eeaa73608b53: Waiting [2026-05-08T02:01:58.477Z] 388d11cc1dfc: Waiting [2026-05-08T02:01:58.477Z] 587813e1e70c: Layer already exists [2026-05-08T02:01:58.477Z] 7bc9f6834fed: Layer already exists [2026-05-08T02:01:58.477Z] 3119d22fa289: Layer already exists [2026-05-08T02:01:58.477Z] d1d79d35c531: Layer already exists [2026-05-08T02:01:58.477Z] 7a67420edb71: Layer already exists [2026-05-08T02:01:58.477Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:58.477Z] 1a2369d9970f: Layer already exists [2026-05-08T02:01:58.477Z] 3cb5219b4afc: Layer already exists [2026-05-08T02:01:58.477Z] 88822134b07e: Layer already exists [2026-05-08T02:01:58.477Z] ce0aa701858f: Layer already exists [2026-05-08T02:01:58.477Z] 68e85bdbb584: Layer already exists [2026-05-08T02:01:58.477Z] 388d11cc1dfc: Layer already exists [2026-05-08T02:01:58.477Z] 34fe6b6b5283: Layer already exists [2026-05-08T02:01:58.477Z] 5f70bf18a086: Layer already exists [2026-05-08T02:01:58.477Z] f06d80efa0f3: Layer already exists [2026-05-08T02:01:58.477Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:58.741Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:59.087Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:01:59.430Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2026-05-08T02:01:59.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-08T02:01:59.430Z] 7a67420edb71: Preparing [2026-05-08T02:01:59.430Z] 587813e1e70c: Preparing [2026-05-08T02:01:59.430Z] 3119d22fa289: Preparing [2026-05-08T02:01:59.430Z] 7bc9f6834fed: Preparing [2026-05-08T02:01:59.430Z] d1d79d35c531: Preparing [2026-05-08T02:01:59.430Z] 1a2369d9970f: Preparing [2026-05-08T02:01:59.430Z] 3cb5219b4afc: Preparing [2026-05-08T02:01:59.430Z] ca5796708f5d: Preparing [2026-05-08T02:01:59.430Z] 88822134b07e: Preparing [2026-05-08T02:01:59.430Z] ce0aa701858f: Preparing [2026-05-08T02:01:59.430Z] f06d80efa0f3: Preparing [2026-05-08T02:01:59.430Z] 5f70bf18a086: Preparing [2026-05-08T02:01:59.430Z] 68e85bdbb584: Preparing [2026-05-08T02:01:59.430Z] 388d11cc1dfc: Preparing [2026-05-08T02:01:59.430Z] 34fe6b6b5283: Preparing [2026-05-08T02:01:59.430Z] eeaa73608b53: Preparing [2026-05-08T02:01:59.430Z] ce0aa701858f: Waiting [2026-05-08T02:01:59.430Z] f06d80efa0f3: Waiting [2026-05-08T02:01:59.430Z] 5f70bf18a086: Waiting [2026-05-08T02:01:59.430Z] 68e85bdbb584: Waiting [2026-05-08T02:01:59.431Z] 388d11cc1dfc: Waiting [2026-05-08T02:01:59.431Z] 34fe6b6b5283: Waiting [2026-05-08T02:01:59.431Z] eeaa73608b53: Waiting [2026-05-08T02:01:59.431Z] 3cb5219b4afc: Waiting [2026-05-08T02:01:59.431Z] ca5796708f5d: Waiting [2026-05-08T02:01:59.431Z] 88822134b07e: Waiting [2026-05-08T02:01:59.431Z] 1a2369d9970f: Waiting [2026-05-08T02:01:59.431Z] 587813e1e70c: Layer already exists [2026-05-08T02:01:59.431Z] d1d79d35c531: Layer already exists [2026-05-08T02:01:59.431Z] 3119d22fa289: Layer already exists [2026-05-08T02:01:59.431Z] 7a67420edb71: Layer already exists [2026-05-08T02:01:59.431Z] 7bc9f6834fed: Layer already exists [2026-05-08T02:01:59.431Z] ca5796708f5d: Layer already exists [2026-05-08T02:01:59.431Z] 1a2369d9970f: Layer already exists [2026-05-08T02:01:59.431Z] 3cb5219b4afc: Layer already exists [2026-05-08T02:01:59.431Z] 88822134b07e: Layer already exists [2026-05-08T02:01:59.431Z] ce0aa701858f: Layer already exists [2026-05-08T02:01:59.431Z] 68e85bdbb584: Layer already exists [2026-05-08T02:01:59.431Z] f06d80efa0f3: Layer already exists [2026-05-08T02:01:59.431Z] 34fe6b6b5283: Layer already exists [2026-05-08T02:01:59.431Z] 388d11cc1dfc: Layer already exists [2026-05-08T02:01:59.431Z] 5f70bf18a086: Layer already exists [2026-05-08T02:01:59.431Z] eeaa73608b53: Layer already exists [2026-05-08T02:01:59.697Z] main: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:01:59.781Z] ===================================================== [Pipeline] echo [2026-05-08T02:01:59.800Z] taggedImages: [2026-05-08T02:01:59.800Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:59.800Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-05-08T02:01:59.800Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [2026-05-08T02:01:59.800Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:59.800Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-05-08T02:01:59.826Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2026-05-08T02:01:59.826Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:01:59.826Z] latest [2026-05-08T02:01:59.826Z] 4.1.0-dev.112 [2026-05-08T02:01:59.826Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:01:59.826Z] main [2026-05-08T02:01:59.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:00.185Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:00.531Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:00.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-08T02:02:00.531Z] efae1a41ca36: Preparing [2026-05-08T02:02:00.531Z] 7692624bd279: Preparing [2026-05-08T02:02:00.531Z] 12f41b475fb6: Preparing [2026-05-08T02:02:00.531Z] afb7d7e6a2ec: Preparing [2026-05-08T02:02:00.531Z] ca5796708f5d: Preparing [2026-05-08T02:02:00.531Z] 88822134b07e: Preparing [2026-05-08T02:02:00.531Z] 201f3d0fd09d: Preparing [2026-05-08T02:02:00.531Z] 542bb938929b: Preparing [2026-05-08T02:02:00.531Z] eeaa73608b53: Preparing [2026-05-08T02:02:00.531Z] 88822134b07e: Waiting [2026-05-08T02:02:00.531Z] 201f3d0fd09d: Waiting [2026-05-08T02:02:00.531Z] eeaa73608b53: Waiting [2026-05-08T02:02:00.531Z] 542bb938929b: Waiting [2026-05-08T02:02:00.531Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:00.797Z] 88822134b07e: Layer already exists [2026-05-08T02:02:00.797Z] 7692624bd279: Pushed [2026-05-08T02:02:00.797Z] 12f41b475fb6: Pushed [2026-05-08T02:02:00.797Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:02:00.797Z] efae1a41ca36: Pushed [2026-05-08T02:02:00.797Z] 542bb938929b: Layer already exists [2026-05-08T02:02:00.797Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:08.971Z] afb7d7e6a2ec: Pushed [2026-05-08T02:02:08.971Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:09.325Z] + 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-05-08T02:02:11.078Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-05-08T02:02:11.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-08T02:02:11.078Z] efae1a41ca36: Preparing [2026-05-08T02:02:11.078Z] 7692624bd279: Preparing [2026-05-08T02:02:11.078Z] 12f41b475fb6: Preparing [2026-05-08T02:02:11.078Z] afb7d7e6a2ec: Preparing [2026-05-08T02:02:11.078Z] ca5796708f5d: Preparing [2026-05-08T02:02:11.078Z] 88822134b07e: Preparing [2026-05-08T02:02:11.078Z] 201f3d0fd09d: Preparing [2026-05-08T02:02:11.078Z] 542bb938929b: Preparing [2026-05-08T02:02:11.078Z] eeaa73608b53: Preparing [2026-05-08T02:02:11.078Z] 201f3d0fd09d: Waiting [2026-05-08T02:02:11.078Z] 542bb938929b: Waiting [2026-05-08T02:02:11.078Z] eeaa73608b53: Waiting [2026-05-08T02:02:11.078Z] 88822134b07e: Waiting [2026-05-08T02:02:11.078Z] efae1a41ca36: Layer already exists [2026-05-08T02:02:11.078Z] afb7d7e6a2ec: Layer already exists [2026-05-08T02:02:11.078Z] 7692624bd279: Layer already exists [2026-05-08T02:02:11.078Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:11.078Z] 12f41b475fb6: Layer already exists [2026-05-08T02:02:11.078Z] 542bb938929b: Layer already exists [2026-05-08T02:02:11.078Z] 88822134b07e: Layer already exists [2026-05-08T02:02:11.078Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:11.078Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:02:11.078Z] latest: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:11.695Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:12.054Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [2026-05-08T02:02:12.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-08T02:02:12.054Z] efae1a41ca36: Preparing [2026-05-08T02:02:12.054Z] 7692624bd279: Preparing [2026-05-08T02:02:12.054Z] 12f41b475fb6: Preparing [2026-05-08T02:02:12.054Z] afb7d7e6a2ec: Preparing [2026-05-08T02:02:12.054Z] ca5796708f5d: Preparing [2026-05-08T02:02:12.054Z] 88822134b07e: Preparing [2026-05-08T02:02:12.054Z] 201f3d0fd09d: Preparing [2026-05-08T02:02:12.054Z] 542bb938929b: Preparing [2026-05-08T02:02:12.054Z] eeaa73608b53: Preparing [2026-05-08T02:02:12.054Z] 88822134b07e: Waiting [2026-05-08T02:02:12.054Z] 542bb938929b: Waiting [2026-05-08T02:02:12.054Z] eeaa73608b53: Waiting [2026-05-08T02:02:12.054Z] 201f3d0fd09d: Waiting [2026-05-08T02:02:12.054Z] 12f41b475fb6: Layer already exists [2026-05-08T02:02:12.054Z] 7692624bd279: Layer already exists [2026-05-08T02:02:12.054Z] afb7d7e6a2ec: Layer already exists [2026-05-08T02:02:12.054Z] efae1a41ca36: Layer already exists [2026-05-08T02:02:12.054Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:12.054Z] 542bb938929b: Layer already exists [2026-05-08T02:02:12.054Z] 88822134b07e: Layer already exists [2026-05-08T02:02:12.054Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:02:12.054Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:12.054Z] 4.1.0-dev.112: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:12.685Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:13.115Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:13.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-08T02:02:13.115Z] efae1a41ca36: Preparing [2026-05-08T02:02:13.115Z] 7692624bd279: Preparing [2026-05-08T02:02:13.115Z] 12f41b475fb6: Preparing [2026-05-08T02:02:13.115Z] afb7d7e6a2ec: Preparing [2026-05-08T02:02:13.115Z] ca5796708f5d: Preparing [2026-05-08T02:02:13.115Z] 88822134b07e: Preparing [2026-05-08T02:02:13.115Z] 201f3d0fd09d: Preparing [2026-05-08T02:02:13.115Z] 542bb938929b: Preparing [2026-05-08T02:02:13.115Z] eeaa73608b53: Preparing [2026-05-08T02:02:13.115Z] 201f3d0fd09d: Waiting [2026-05-08T02:02:13.115Z] 88822134b07e: Waiting [2026-05-08T02:02:13.115Z] 542bb938929b: Waiting [2026-05-08T02:02:13.115Z] eeaa73608b53: Waiting [2026-05-08T02:02:13.115Z] afb7d7e6a2ec: Layer already exists [2026-05-08T02:02:13.115Z] 12f41b475fb6: Layer already exists [2026-05-08T02:02:13.115Z] efae1a41ca36: Layer already exists [2026-05-08T02:02:13.115Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:13.115Z] 7692624bd279: Layer already exists [2026-05-08T02:02:13.115Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:02:13.115Z] 542bb938929b: Layer already exists [2026-05-08T02:02:13.115Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:13.115Z] 88822134b07e: Layer already exists [2026-05-08T02:02:13.115Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:13.464Z] + 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-05-08T02:02:13.805Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2026-05-08T02:02:13.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-08T02:02:13.805Z] efae1a41ca36: Preparing [2026-05-08T02:02:13.805Z] 7692624bd279: Preparing [2026-05-08T02:02:13.805Z] 12f41b475fb6: Preparing [2026-05-08T02:02:13.805Z] afb7d7e6a2ec: Preparing [2026-05-08T02:02:13.805Z] ca5796708f5d: Preparing [2026-05-08T02:02:13.805Z] 88822134b07e: Preparing [2026-05-08T02:02:13.805Z] 201f3d0fd09d: Preparing [2026-05-08T02:02:13.805Z] 542bb938929b: Preparing [2026-05-08T02:02:13.805Z] eeaa73608b53: Preparing [2026-05-08T02:02:13.805Z] 88822134b07e: Waiting [2026-05-08T02:02:13.805Z] 201f3d0fd09d: Waiting [2026-05-08T02:02:13.805Z] 542bb938929b: Waiting [2026-05-08T02:02:13.805Z] eeaa73608b53: Waiting [2026-05-08T02:02:13.805Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:13.805Z] efae1a41ca36: Layer already exists [2026-05-08T02:02:13.805Z] 7692624bd279: Layer already exists [2026-05-08T02:02:13.805Z] 12f41b475fb6: Layer already exists [2026-05-08T02:02:13.805Z] afb7d7e6a2ec: Layer already exists [2026-05-08T02:02:13.805Z] 201f3d0fd09d: Layer already exists [2026-05-08T02:02:13.805Z] 542bb938929b: Layer already exists [2026-05-08T02:02:13.805Z] 88822134b07e: Layer already exists [2026-05-08T02:02:13.805Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:14.069Z] main: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:02:14.146Z] ===================================================== [Pipeline] echo [2026-05-08T02:02:14.162Z] taggedImages: [2026-05-08T02:02:14.162Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:14.162Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-05-08T02:02:14.162Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [2026-05-08T02:02:14.162Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:14.162Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-05-08T02:02:14.190Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2026-05-08T02:02:14.190Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:14.190Z] latest [2026-05-08T02:02:14.190Z] 4.1.0-dev.112 [2026-05-08T02:02:14.190Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:14.190Z] main [2026-05-08T02:02:14.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:14.549Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:14.899Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:14.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-08T02:02:14.899Z] b11b3d3a74a4: Preparing [2026-05-08T02:02:14.899Z] 7c9622607bea: Preparing [2026-05-08T02:02:14.899Z] 71c487981a49: Preparing [2026-05-08T02:02:14.899Z] 71d3e9daa9d7: Preparing [2026-05-08T02:02:14.899Z] ec07927a3828: Preparing [2026-05-08T02:02:14.899Z] ca5796708f5d: Preparing [2026-05-08T02:02:14.899Z] ca5796708f5d: Waiting [2026-05-08T02:02:14.899Z] 88822134b07e: Preparing [2026-05-08T02:02:14.899Z] a1000fd2c49e: Preparing [2026-05-08T02:02:14.899Z] 88822134b07e: Waiting [2026-05-08T02:02:14.899Z] 474e53ed5b97: Preparing [2026-05-08T02:02:14.899Z] a1000fd2c49e: Waiting [2026-05-08T02:02:14.899Z] 474e53ed5b97: Waiting [2026-05-08T02:02:14.899Z] 945e29a7c692: Preparing [2026-05-08T02:02:14.899Z] eeaa73608b53: Preparing [2026-05-08T02:02:14.899Z] 945e29a7c692: Waiting [2026-05-08T02:02:14.899Z] eeaa73608b53: Waiting [2026-05-08T02:02:15.165Z] 7c9622607bea: Pushed [2026-05-08T02:02:15.165Z] 71d3e9daa9d7: Pushed [2026-05-08T02:02:15.165Z] b11b3d3a74a4: Pushed [2026-05-08T02:02:15.165Z] ec07927a3828: Pushed [2026-05-08T02:02:15.165Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:15.165Z] 88822134b07e: Layer already exists [2026-05-08T02:02:15.165Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:15.165Z] a1000fd2c49e: Pushed [2026-05-08T02:02:15.165Z] 474e53ed5b97: Pushed [2026-05-08T02:02:18.490Z] 945e29a7c692: Pushed [2026-05-08T02:02:21.815Z] 71c487981a49: Pushed [2026-05-08T02:02:21.815Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:22.168Z] + 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-05-08T02:02:24.015Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-05-08T02:02:24.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-08T02:02:24.015Z] b11b3d3a74a4: Preparing [2026-05-08T02:02:24.015Z] 7c9622607bea: Preparing [2026-05-08T02:02:24.015Z] 71c487981a49: Preparing [2026-05-08T02:02:24.015Z] 71d3e9daa9d7: Preparing [2026-05-08T02:02:24.015Z] ec07927a3828: Preparing [2026-05-08T02:02:24.015Z] ca5796708f5d: Preparing [2026-05-08T02:02:24.015Z] 88822134b07e: Preparing [2026-05-08T02:02:24.015Z] a1000fd2c49e: Preparing [2026-05-08T02:02:24.015Z] 474e53ed5b97: Preparing [2026-05-08T02:02:24.015Z] 945e29a7c692: Preparing [2026-05-08T02:02:24.015Z] eeaa73608b53: Preparing [2026-05-08T02:02:24.015Z] a1000fd2c49e: Waiting [2026-05-08T02:02:24.015Z] 474e53ed5b97: Waiting [2026-05-08T02:02:24.015Z] 945e29a7c692: Waiting [2026-05-08T02:02:24.015Z] eeaa73608b53: Waiting [2026-05-08T02:02:24.015Z] 88822134b07e: Waiting [2026-05-08T02:02:24.015Z] b11b3d3a74a4: Layer already exists [2026-05-08T02:02:24.015Z] ec07927a3828: Layer already exists [2026-05-08T02:02:24.015Z] 71c487981a49: Layer already exists [2026-05-08T02:02:24.015Z] 7c9622607bea: Layer already exists [2026-05-08T02:02:24.015Z] 71d3e9daa9d7: Layer already exists [2026-05-08T02:02:24.015Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:24.015Z] a1000fd2c49e: Layer already exists [2026-05-08T02:02:24.015Z] 88822134b07e: Layer already exists [2026-05-08T02:02:24.015Z] 474e53ed5b97: Layer already exists [2026-05-08T02:02:24.015Z] 945e29a7c692: Layer already exists [2026-05-08T02:02:24.015Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:24.290Z] latest: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:24.661Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:25.020Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [2026-05-08T02:02:25.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-08T02:02:25.020Z] b11b3d3a74a4: Preparing [2026-05-08T02:02:25.020Z] 7c9622607bea: Preparing [2026-05-08T02:02:25.020Z] 71c487981a49: Preparing [2026-05-08T02:02:25.020Z] 71d3e9daa9d7: Preparing [2026-05-08T02:02:25.020Z] ec07927a3828: Preparing [2026-05-08T02:02:25.020Z] ca5796708f5d: Preparing [2026-05-08T02:02:25.020Z] 88822134b07e: Preparing [2026-05-08T02:02:25.020Z] a1000fd2c49e: Preparing [2026-05-08T02:02:25.020Z] 474e53ed5b97: Preparing [2026-05-08T02:02:25.020Z] 945e29a7c692: Preparing [2026-05-08T02:02:25.020Z] eeaa73608b53: Preparing [2026-05-08T02:02:25.020Z] ca5796708f5d: Waiting [2026-05-08T02:02:25.020Z] 88822134b07e: Waiting [2026-05-08T02:02:25.020Z] a1000fd2c49e: Waiting [2026-05-08T02:02:25.020Z] 474e53ed5b97: Waiting [2026-05-08T02:02:25.020Z] 945e29a7c692: Waiting [2026-05-08T02:02:25.020Z] eeaa73608b53: Waiting [2026-05-08T02:02:25.020Z] b11b3d3a74a4: Layer already exists [2026-05-08T02:02:25.020Z] ec07927a3828: Layer already exists [2026-05-08T02:02:25.020Z] 71c487981a49: Layer already exists [2026-05-08T02:02:25.020Z] 71d3e9daa9d7: Layer already exists [2026-05-08T02:02:25.020Z] 7c9622607bea: Layer already exists [2026-05-08T02:02:25.020Z] 88822134b07e: Layer already exists [2026-05-08T02:02:25.020Z] 945e29a7c692: Layer already exists [2026-05-08T02:02:25.020Z] a1000fd2c49e: Layer already exists [2026-05-08T02:02:25.020Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:25.020Z] 474e53ed5b97: Layer already exists [2026-05-08T02:02:25.020Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:25.285Z] 4.1.0-dev.112: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:25.629Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:25.976Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:25.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-08T02:02:25.976Z] b11b3d3a74a4: Preparing [2026-05-08T02:02:25.976Z] 7c9622607bea: Preparing [2026-05-08T02:02:25.976Z] 71c487981a49: Preparing [2026-05-08T02:02:25.976Z] 71d3e9daa9d7: Preparing [2026-05-08T02:02:25.976Z] ec07927a3828: Preparing [2026-05-08T02:02:25.976Z] ca5796708f5d: Preparing [2026-05-08T02:02:25.976Z] 88822134b07e: Preparing [2026-05-08T02:02:25.976Z] a1000fd2c49e: Preparing [2026-05-08T02:02:25.976Z] 474e53ed5b97: Preparing [2026-05-08T02:02:25.976Z] 945e29a7c692: Preparing [2026-05-08T02:02:25.976Z] eeaa73608b53: Preparing [2026-05-08T02:02:25.976Z] 88822134b07e: Waiting [2026-05-08T02:02:25.976Z] a1000fd2c49e: Waiting [2026-05-08T02:02:25.976Z] 474e53ed5b97: Waiting [2026-05-08T02:02:25.976Z] 945e29a7c692: Waiting [2026-05-08T02:02:25.976Z] eeaa73608b53: Waiting [2026-05-08T02:02:25.976Z] ca5796708f5d: Waiting [2026-05-08T02:02:25.976Z] 7c9622607bea: Layer already exists [2026-05-08T02:02:25.976Z] 71d3e9daa9d7: Layer already exists [2026-05-08T02:02:25.976Z] b11b3d3a74a4: Layer already exists [2026-05-08T02:02:25.976Z] ec07927a3828: Layer already exists [2026-05-08T02:02:25.976Z] 71c487981a49: Layer already exists [2026-05-08T02:02:25.976Z] 88822134b07e: Layer already exists [2026-05-08T02:02:25.976Z] 474e53ed5b97: Layer already exists [2026-05-08T02:02:25.976Z] 945e29a7c692: Layer already exists [2026-05-08T02:02:25.976Z] a1000fd2c49e: Layer already exists [2026-05-08T02:02:25.976Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:25.976Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:26.239Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:26.578Z] + 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-05-08T02:02:26.929Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2026-05-08T02:02:26.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-08T02:02:26.929Z] b11b3d3a74a4: Preparing [2026-05-08T02:02:26.929Z] 7c9622607bea: Preparing [2026-05-08T02:02:26.929Z] 71c487981a49: Preparing [2026-05-08T02:02:26.929Z] 71d3e9daa9d7: Preparing [2026-05-08T02:02:26.929Z] ec07927a3828: Preparing [2026-05-08T02:02:26.929Z] ca5796708f5d: Preparing [2026-05-08T02:02:26.929Z] 88822134b07e: Preparing [2026-05-08T02:02:26.929Z] a1000fd2c49e: Preparing [2026-05-08T02:02:26.929Z] 474e53ed5b97: Preparing [2026-05-08T02:02:26.929Z] 945e29a7c692: Preparing [2026-05-08T02:02:26.929Z] eeaa73608b53: Preparing [2026-05-08T02:02:26.929Z] a1000fd2c49e: Waiting [2026-05-08T02:02:26.929Z] 474e53ed5b97: Waiting [2026-05-08T02:02:26.929Z] 945e29a7c692: Waiting [2026-05-08T02:02:26.929Z] eeaa73608b53: Waiting [2026-05-08T02:02:26.929Z] ca5796708f5d: Waiting [2026-05-08T02:02:26.929Z] 88822134b07e: Waiting [2026-05-08T02:02:26.929Z] 71c487981a49: Layer already exists [2026-05-08T02:02:26.929Z] b11b3d3a74a4: Layer already exists [2026-05-08T02:02:26.929Z] ec07927a3828: Layer already exists [2026-05-08T02:02:26.929Z] 71d3e9daa9d7: Layer already exists [2026-05-08T02:02:26.929Z] 7c9622607bea: Layer already exists [2026-05-08T02:02:26.929Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:26.929Z] 945e29a7c692: Layer already exists [2026-05-08T02:02:26.929Z] 88822134b07e: Layer already exists [2026-05-08T02:02:26.929Z] a1000fd2c49e: Layer already exists [2026-05-08T02:02:26.929Z] 474e53ed5b97: Layer already exists [2026-05-08T02:02:26.929Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:27.193Z] main: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:02:27.253Z] ===================================================== [Pipeline] echo [2026-05-08T02:02:27.263Z] taggedImages: [2026-05-08T02:02:27.263Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:27.263Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-05-08T02:02:27.263Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [2026-05-08T02:02:27.263Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:27.263Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-05-08T02:02:27.289Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2026-05-08T02:02:27.289Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:27.289Z] latest [2026-05-08T02:02:27.289Z] 4.1.0-dev.112 [2026-05-08T02:02:27.289Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:27.289Z] main [2026-05-08T02:02:27.289Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:27.649Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:27.994Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:27.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-08T02:02:27.994Z] 336a3f7dca29: Preparing [2026-05-08T02:02:27.994Z] e31d37e5595d: Preparing [2026-05-08T02:02:27.994Z] 2a21e64f1256: Preparing [2026-05-08T02:02:27.994Z] a1263b7d51a6: Preparing [2026-05-08T02:02:27.994Z] ecba674c7147: Preparing [2026-05-08T02:02:27.994Z] c1fccf408cee: Preparing [2026-05-08T02:02:27.994Z] c75107caf0e6: Preparing [2026-05-08T02:02:27.994Z] ca5796708f5d: Preparing [2026-05-08T02:02:27.994Z] 88822134b07e: Preparing [2026-05-08T02:02:27.994Z] 1bd04231dd6e: Preparing [2026-05-08T02:02:27.994Z] 2b8089167930: Preparing [2026-05-08T02:02:27.994Z] eeaa73608b53: Preparing [2026-05-08T02:02:27.994Z] ca5796708f5d: Waiting [2026-05-08T02:02:27.994Z] 88822134b07e: Waiting [2026-05-08T02:02:27.994Z] 1bd04231dd6e: Waiting [2026-05-08T02:02:27.994Z] 2b8089167930: Waiting [2026-05-08T02:02:27.994Z] eeaa73608b53: Waiting [2026-05-08T02:02:27.994Z] c1fccf408cee: Waiting [2026-05-08T02:02:27.994Z] c75107caf0e6: Waiting [2026-05-08T02:02:28.268Z] ecba674c7147: Pushed [2026-05-08T02:02:28.268Z] e31d37e5595d: Pushed [2026-05-08T02:02:28.268Z] 336a3f7dca29: Pushed [2026-05-08T02:02:28.268Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:28.268Z] 88822134b07e: Layer already exists [2026-05-08T02:02:28.268Z] c75107caf0e6: Pushed [2026-05-08T02:02:28.268Z] c1fccf408cee: Pushed [2026-05-08T02:02:28.268Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:28.532Z] 1bd04231dd6e: Pushed [2026-05-08T02:02:31.869Z] 2b8089167930: Pushed [2026-05-08T02:02:35.200Z] 2a21e64f1256: Pushed [2026-05-08T02:02:37.772Z] a1263b7d51a6: Pushed [2026-05-08T02:02:37.772Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:38.123Z] + 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-05-08T02:02:38.469Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-05-08T02:02:38.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-08T02:02:38.469Z] 336a3f7dca29: Preparing [2026-05-08T02:02:38.469Z] e31d37e5595d: Preparing [2026-05-08T02:02:38.469Z] 2a21e64f1256: Preparing [2026-05-08T02:02:38.469Z] a1263b7d51a6: Preparing [2026-05-08T02:02:38.469Z] ecba674c7147: Preparing [2026-05-08T02:02:38.469Z] c1fccf408cee: Preparing [2026-05-08T02:02:38.469Z] c75107caf0e6: Preparing [2026-05-08T02:02:38.469Z] ca5796708f5d: Preparing [2026-05-08T02:02:38.469Z] 88822134b07e: Preparing [2026-05-08T02:02:38.469Z] 1bd04231dd6e: Preparing [2026-05-08T02:02:38.469Z] 2b8089167930: Preparing [2026-05-08T02:02:38.469Z] eeaa73608b53: Preparing [2026-05-08T02:02:38.469Z] ca5796708f5d: Waiting [2026-05-08T02:02:38.469Z] 88822134b07e: Waiting [2026-05-08T02:02:38.469Z] 1bd04231dd6e: Waiting [2026-05-08T02:02:38.469Z] 2b8089167930: Waiting [2026-05-08T02:02:38.469Z] eeaa73608b53: Waiting [2026-05-08T02:02:38.469Z] c1fccf408cee: Waiting [2026-05-08T02:02:38.469Z] c75107caf0e6: Waiting [2026-05-08T02:02:38.469Z] a1263b7d51a6: Layer already exists [2026-05-08T02:02:38.469Z] e31d37e5595d: Layer already exists [2026-05-08T02:02:38.469Z] 336a3f7dca29: Layer already exists [2026-05-08T02:02:38.469Z] 2a21e64f1256: Layer already exists [2026-05-08T02:02:38.469Z] ecba674c7147: Layer already exists [2026-05-08T02:02:38.469Z] c1fccf408cee: Layer already exists [2026-05-08T02:02:38.469Z] c75107caf0e6: Layer already exists [2026-05-08T02:02:38.469Z] 1bd04231dd6e: Layer already exists [2026-05-08T02:02:38.469Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:38.469Z] 88822134b07e: Layer already exists [2026-05-08T02:02:38.469Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:38.469Z] 2b8089167930: Layer already exists [2026-05-08T02:02:38.732Z] latest: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:39.075Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:39.423Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [2026-05-08T02:02:39.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-08T02:02:39.423Z] 336a3f7dca29: Preparing [2026-05-08T02:02:39.423Z] e31d37e5595d: Preparing [2026-05-08T02:02:39.423Z] 2a21e64f1256: Preparing [2026-05-08T02:02:39.423Z] a1263b7d51a6: Preparing [2026-05-08T02:02:39.423Z] ecba674c7147: Preparing [2026-05-08T02:02:39.423Z] c1fccf408cee: Preparing [2026-05-08T02:02:39.423Z] c75107caf0e6: Preparing [2026-05-08T02:02:39.423Z] ca5796708f5d: Preparing [2026-05-08T02:02:39.423Z] 88822134b07e: Preparing [2026-05-08T02:02:39.423Z] 1bd04231dd6e: Preparing [2026-05-08T02:02:39.423Z] 2b8089167930: Preparing [2026-05-08T02:02:39.423Z] c1fccf408cee: Waiting [2026-05-08T02:02:39.423Z] eeaa73608b53: Preparing [2026-05-08T02:02:39.423Z] c75107caf0e6: Waiting [2026-05-08T02:02:39.423Z] ca5796708f5d: Waiting [2026-05-08T02:02:39.423Z] 2b8089167930: Waiting [2026-05-08T02:02:39.423Z] eeaa73608b53: Waiting [2026-05-08T02:02:39.423Z] 88822134b07e: Waiting [2026-05-08T02:02:39.423Z] 1bd04231dd6e: Waiting [2026-05-08T02:02:39.423Z] 2a21e64f1256: Layer already exists [2026-05-08T02:02:39.423Z] 336a3f7dca29: Layer already exists [2026-05-08T02:02:39.423Z] a1263b7d51a6: Layer already exists [2026-05-08T02:02:39.423Z] ecba674c7147: Layer already exists [2026-05-08T02:02:39.423Z] e31d37e5595d: Layer already exists [2026-05-08T02:02:39.423Z] c1fccf408cee: Layer already exists [2026-05-08T02:02:39.423Z] 1bd04231dd6e: Layer already exists [2026-05-08T02:02:39.423Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:39.423Z] 88822134b07e: Layer already exists [2026-05-08T02:02:39.423Z] c75107caf0e6: Layer already exists [2026-05-08T02:02:39.423Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:39.423Z] 2b8089167930: Layer already exists [2026-05-08T02:02:39.686Z] 4.1.0-dev.112: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:40.035Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:40.373Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:40.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-08T02:02:40.373Z] 336a3f7dca29: Preparing [2026-05-08T02:02:40.373Z] e31d37e5595d: Preparing [2026-05-08T02:02:40.373Z] 2a21e64f1256: Preparing [2026-05-08T02:02:40.373Z] a1263b7d51a6: Preparing [2026-05-08T02:02:40.373Z] ecba674c7147: Preparing [2026-05-08T02:02:40.373Z] c1fccf408cee: Preparing [2026-05-08T02:02:40.373Z] c75107caf0e6: Preparing [2026-05-08T02:02:40.373Z] ca5796708f5d: Preparing [2026-05-08T02:02:40.373Z] 88822134b07e: Preparing [2026-05-08T02:02:40.373Z] 1bd04231dd6e: Preparing [2026-05-08T02:02:40.373Z] 2b8089167930: Preparing [2026-05-08T02:02:40.373Z] eeaa73608b53: Preparing [2026-05-08T02:02:40.373Z] ca5796708f5d: Waiting [2026-05-08T02:02:40.373Z] 88822134b07e: Waiting [2026-05-08T02:02:40.373Z] 1bd04231dd6e: Waiting [2026-05-08T02:02:40.373Z] 2b8089167930: Waiting [2026-05-08T02:02:40.373Z] eeaa73608b53: Waiting [2026-05-08T02:02:40.373Z] c1fccf408cee: Waiting [2026-05-08T02:02:40.373Z] c75107caf0e6: Waiting [2026-05-08T02:02:40.373Z] 336a3f7dca29: Layer already exists [2026-05-08T02:02:40.373Z] a1263b7d51a6: Layer already exists [2026-05-08T02:02:40.373Z] ecba674c7147: Layer already exists [2026-05-08T02:02:40.373Z] e31d37e5595d: Layer already exists [2026-05-08T02:02:40.373Z] 2a21e64f1256: Layer already exists [2026-05-08T02:02:40.373Z] c75107caf0e6: Layer already exists [2026-05-08T02:02:40.373Z] c1fccf408cee: Layer already exists [2026-05-08T02:02:40.373Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:40.373Z] 1bd04231dd6e: Layer already exists [2026-05-08T02:02:40.373Z] 88822134b07e: Layer already exists [2026-05-08T02:02:40.373Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:40.373Z] 2b8089167930: Layer already exists [2026-05-08T02:02:40.636Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:40.985Z] + 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-05-08T02:02:41.333Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2026-05-08T02:02:41.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-08T02:02:41.334Z] 336a3f7dca29: Preparing [2026-05-08T02:02:41.334Z] e31d37e5595d: Preparing [2026-05-08T02:02:41.334Z] 2a21e64f1256: Preparing [2026-05-08T02:02:41.334Z] a1263b7d51a6: Preparing [2026-05-08T02:02:41.334Z] ecba674c7147: Preparing [2026-05-08T02:02:41.334Z] c1fccf408cee: Preparing [2026-05-08T02:02:41.334Z] c75107caf0e6: Preparing [2026-05-08T02:02:41.334Z] ca5796708f5d: Preparing [2026-05-08T02:02:41.334Z] 88822134b07e: Preparing [2026-05-08T02:02:41.334Z] 1bd04231dd6e: Preparing [2026-05-08T02:02:41.334Z] 2b8089167930: Preparing [2026-05-08T02:02:41.334Z] eeaa73608b53: Preparing [2026-05-08T02:02:41.334Z] ca5796708f5d: Waiting [2026-05-08T02:02:41.334Z] 88822134b07e: Waiting [2026-05-08T02:02:41.334Z] 1bd04231dd6e: Waiting [2026-05-08T02:02:41.334Z] 2b8089167930: Waiting [2026-05-08T02:02:41.334Z] eeaa73608b53: Waiting [2026-05-08T02:02:41.334Z] c1fccf408cee: Waiting [2026-05-08T02:02:41.334Z] c75107caf0e6: Waiting [2026-05-08T02:02:41.334Z] 2a21e64f1256: Layer already exists [2026-05-08T02:02:41.334Z] 336a3f7dca29: Layer already exists [2026-05-08T02:02:41.334Z] e31d37e5595d: Layer already exists [2026-05-08T02:02:41.334Z] ecba674c7147: Layer already exists [2026-05-08T02:02:41.334Z] a1263b7d51a6: Layer already exists [2026-05-08T02:02:41.334Z] c75107caf0e6: Layer already exists [2026-05-08T02:02:41.334Z] 88822134b07e: Layer already exists [2026-05-08T02:02:41.334Z] c1fccf408cee: Layer already exists [2026-05-08T02:02:41.334Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:41.334Z] 1bd04231dd6e: Layer already exists [2026-05-08T02:02:41.334Z] 2b8089167930: Layer already exists [2026-05-08T02:02:41.334Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:41.596Z] main: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:02:41.682Z] ===================================================== [Pipeline] echo [2026-05-08T02:02:41.697Z] taggedImages: [2026-05-08T02:02:41.697Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:41.697Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-05-08T02:02:41.697Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [2026-05-08T02:02:41.697Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:41.697Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-05-08T02:02:41.718Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2026-05-08T02:02:41.718Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:41.718Z] latest [2026-05-08T02:02:41.718Z] 4.1.0-dev.112 [2026-05-08T02:02:41.718Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:41.718Z] main [2026-05-08T02:02:41.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:42.076Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:42.418Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:42.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-08T02:02:42.419Z] ba8666b017d4: Preparing [2026-05-08T02:02:42.419Z] c08603e2adbf: Preparing [2026-05-08T02:02:42.419Z] ca5796708f5d: Preparing [2026-05-08T02:02:42.419Z] 88822134b07e: Preparing [2026-05-08T02:02:42.419Z] a2275c4635e6: Preparing [2026-05-08T02:02:42.419Z] d422dde2e5f8: Preparing [2026-05-08T02:02:42.419Z] eeaa73608b53: Preparing [2026-05-08T02:02:42.419Z] d422dde2e5f8: Waiting [2026-05-08T02:02:42.419Z] eeaa73608b53: Waiting [2026-05-08T02:02:42.419Z] 88822134b07e: Layer already exists [2026-05-08T02:02:42.682Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:42.682Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:42.682Z] a2275c4635e6: Pushed [2026-05-08T02:02:42.682Z] ba8666b017d4: Pushed [2026-05-08T02:02:44.620Z] d422dde2e5f8: Pushed [2026-05-08T02:02:49.935Z] c08603e2adbf: Pushed [2026-05-08T02:02:49.935Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:50.285Z] + 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-05-08T02:02:52.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-05-08T02:02:52.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-08T02:02:52.052Z] ba8666b017d4: Preparing [2026-05-08T02:02:52.052Z] c08603e2adbf: Preparing [2026-05-08T02:02:52.052Z] ca5796708f5d: Preparing [2026-05-08T02:02:52.052Z] 88822134b07e: Preparing [2026-05-08T02:02:52.052Z] a2275c4635e6: Preparing [2026-05-08T02:02:52.052Z] d422dde2e5f8: Preparing [2026-05-08T02:02:52.052Z] eeaa73608b53: Preparing [2026-05-08T02:02:52.052Z] d422dde2e5f8: Waiting [2026-05-08T02:02:52.052Z] eeaa73608b53: Waiting [2026-05-08T02:02:52.052Z] ba8666b017d4: Layer already exists [2026-05-08T02:02:52.052Z] 88822134b07e: Layer already exists [2026-05-08T02:02:52.052Z] c08603e2adbf: Layer already exists [2026-05-08T02:02:52.052Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:52.052Z] a2275c4635e6: Layer already exists [2026-05-08T02:02:52.052Z] d422dde2e5f8: Layer already exists [2026-05-08T02:02:52.052Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:52.052Z] latest: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:52.670Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:53.018Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [2026-05-08T02:02:53.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-08T02:02:53.018Z] ba8666b017d4: Preparing [2026-05-08T02:02:53.018Z] c08603e2adbf: Preparing [2026-05-08T02:02:53.018Z] ca5796708f5d: Preparing [2026-05-08T02:02:53.018Z] 88822134b07e: Preparing [2026-05-08T02:02:53.018Z] a2275c4635e6: Preparing [2026-05-08T02:02:53.018Z] d422dde2e5f8: Preparing [2026-05-08T02:02:53.018Z] eeaa73608b53: Preparing [2026-05-08T02:02:53.018Z] d422dde2e5f8: Waiting [2026-05-08T02:02:53.018Z] eeaa73608b53: Waiting [2026-05-08T02:02:53.018Z] c08603e2adbf: Layer already exists [2026-05-08T02:02:53.018Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:53.018Z] a2275c4635e6: Layer already exists [2026-05-08T02:02:53.018Z] ba8666b017d4: Layer already exists [2026-05-08T02:02:53.018Z] 88822134b07e: Layer already exists [2026-05-08T02:02:53.018Z] d422dde2e5f8: Layer already exists [2026-05-08T02:02:53.018Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:53.018Z] 4.1.0-dev.112: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:53.630Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:53.974Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:53.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-08T02:02:53.974Z] ba8666b017d4: Preparing [2026-05-08T02:02:53.974Z] c08603e2adbf: Preparing [2026-05-08T02:02:53.974Z] ca5796708f5d: Preparing [2026-05-08T02:02:53.974Z] 88822134b07e: Preparing [2026-05-08T02:02:53.974Z] a2275c4635e6: Preparing [2026-05-08T02:02:53.974Z] d422dde2e5f8: Preparing [2026-05-08T02:02:53.974Z] eeaa73608b53: Preparing [2026-05-08T02:02:53.974Z] eeaa73608b53: Waiting [2026-05-08T02:02:53.974Z] d422dde2e5f8: Waiting [2026-05-08T02:02:53.974Z] a2275c4635e6: Layer already exists [2026-05-08T02:02:53.974Z] ba8666b017d4: Layer already exists [2026-05-08T02:02:53.974Z] c08603e2adbf: Layer already exists [2026-05-08T02:02:53.974Z] 88822134b07e: Layer already exists [2026-05-08T02:02:53.974Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:53.974Z] d422dde2e5f8: Layer already exists [2026-05-08T02:02:53.974Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:53.974Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:54.325Z] + 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-05-08T02:02:54.672Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2026-05-08T02:02:54.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-08T02:02:54.672Z] ba8666b017d4: Preparing [2026-05-08T02:02:54.672Z] c08603e2adbf: Preparing [2026-05-08T02:02:54.672Z] ca5796708f5d: Preparing [2026-05-08T02:02:54.672Z] 88822134b07e: Preparing [2026-05-08T02:02:54.672Z] a2275c4635e6: Preparing [2026-05-08T02:02:54.672Z] d422dde2e5f8: Preparing [2026-05-08T02:02:54.672Z] eeaa73608b53: Preparing [2026-05-08T02:02:54.672Z] d422dde2e5f8: Waiting [2026-05-08T02:02:54.672Z] eeaa73608b53: Waiting [2026-05-08T02:02:54.672Z] c08603e2adbf: Layer already exists [2026-05-08T02:02:54.672Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:54.672Z] ba8666b017d4: Layer already exists [2026-05-08T02:02:54.672Z] a2275c4635e6: Layer already exists [2026-05-08T02:02:54.672Z] 88822134b07e: Layer already exists [2026-05-08T02:02:54.672Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:54.672Z] d422dde2e5f8: Layer already exists [2026-05-08T02:02:54.672Z] main: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:02:55.007Z] ===================================================== [Pipeline] echo [2026-05-08T02:02:55.019Z] taggedImages: [2026-05-08T02:02:55.019Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:55.019Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-05-08T02:02:55.019Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [2026-05-08T02:02:55.019Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:55.019Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-05-08T02:02:55.041Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2026-05-08T02:02:55.041Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:55.041Z] latest [2026-05-08T02:02:55.041Z] 4.1.0-dev.112 [2026-05-08T02:02:55.041Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:02:55.041Z] main [2026-05-08T02:02:55.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:55.398Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:02:55.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:02:55.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-08T02:02:55.740Z] 237195afb922: Preparing [2026-05-08T02:02:55.740Z] 9097c32f22ad: Preparing [2026-05-08T02:02:55.740Z] 2c3a5ed0766c: Preparing [2026-05-08T02:02:55.740Z] ca5796708f5d: Preparing [2026-05-08T02:02:55.740Z] 88822134b07e: Preparing [2026-05-08T02:02:55.740Z] eaff71d35e58: Preparing [2026-05-08T02:02:55.740Z] 9594e3df6e8b: Preparing [2026-05-08T02:02:55.740Z] b5a0c595d5a9: Preparing [2026-05-08T02:02:55.740Z] b35932144f23: Preparing [2026-05-08T02:02:55.740Z] eeaa73608b53: Preparing [2026-05-08T02:02:55.740Z] b35932144f23: Waiting [2026-05-08T02:02:55.740Z] eeaa73608b53: Waiting [2026-05-08T02:02:55.740Z] eaff71d35e58: Waiting [2026-05-08T02:02:55.740Z] 9594e3df6e8b: Waiting [2026-05-08T02:02:55.740Z] b5a0c595d5a9: Waiting [2026-05-08T02:02:55.740Z] 88822134b07e: Layer already exists [2026-05-08T02:02:55.740Z] ca5796708f5d: Layer already exists [2026-05-08T02:02:56.005Z] 2c3a5ed0766c: Pushed [2026-05-08T02:02:56.005Z] 9097c32f22ad: Pushed [2026-05-08T02:02:56.005Z] 237195afb922: Pushed [2026-05-08T02:02:56.005Z] eeaa73608b53: Layer already exists [2026-05-08T02:02:56.005Z] b5a0c595d5a9: Pushed [2026-05-08T02:02:56.958Z] b35932144f23: Pushed [2026-05-08T02:03:09.228Z] 9594e3df6e8b: Pushed [2026-05-08T02:03:24.182Z] eaff71d35e58: Pushed [2026-05-08T02:03:24.183Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:24.535Z] + 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-05-08T02:03:24.878Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-05-08T02:03:24.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-08T02:03:24.878Z] 237195afb922: Preparing [2026-05-08T02:03:24.878Z] 9097c32f22ad: Preparing [2026-05-08T02:03:24.878Z] 2c3a5ed0766c: Preparing [2026-05-08T02:03:24.878Z] ca5796708f5d: Preparing [2026-05-08T02:03:24.878Z] 88822134b07e: Preparing [2026-05-08T02:03:24.878Z] eaff71d35e58: Preparing [2026-05-08T02:03:24.878Z] 9594e3df6e8b: Preparing [2026-05-08T02:03:24.878Z] b5a0c595d5a9: Preparing [2026-05-08T02:03:24.878Z] b35932144f23: Preparing [2026-05-08T02:03:24.878Z] eeaa73608b53: Preparing [2026-05-08T02:03:24.878Z] b35932144f23: Waiting [2026-05-08T02:03:24.878Z] eaff71d35e58: Waiting [2026-05-08T02:03:24.878Z] eeaa73608b53: Waiting [2026-05-08T02:03:24.878Z] 9594e3df6e8b: Waiting [2026-05-08T02:03:24.878Z] b5a0c595d5a9: Waiting [2026-05-08T02:03:24.878Z] ca5796708f5d: Layer already exists [2026-05-08T02:03:24.878Z] 88822134b07e: Layer already exists [2026-05-08T02:03:24.878Z] 2c3a5ed0766c: Layer already exists [2026-05-08T02:03:24.878Z] 9097c32f22ad: Layer already exists [2026-05-08T02:03:24.878Z] 237195afb922: Layer already exists [2026-05-08T02:03:24.878Z] eaff71d35e58: Layer already exists [2026-05-08T02:03:24.878Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:03:24.878Z] 9594e3df6e8b: Layer already exists [2026-05-08T02:03:24.878Z] b35932144f23: Layer already exists [2026-05-08T02:03:24.878Z] eeaa73608b53: Layer already exists [2026-05-08T02:03:24.878Z] latest: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:25.485Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:25.833Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [2026-05-08T02:03:25.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-08T02:03:25.833Z] 237195afb922: Preparing [2026-05-08T02:03:25.833Z] 9097c32f22ad: Preparing [2026-05-08T02:03:25.833Z] 2c3a5ed0766c: Preparing [2026-05-08T02:03:25.833Z] ca5796708f5d: Preparing [2026-05-08T02:03:25.833Z] 88822134b07e: Preparing [2026-05-08T02:03:25.833Z] eaff71d35e58: Preparing [2026-05-08T02:03:25.833Z] 9594e3df6e8b: Preparing [2026-05-08T02:03:25.833Z] eaff71d35e58: Waiting [2026-05-08T02:03:25.833Z] b5a0c595d5a9: Preparing [2026-05-08T02:03:25.833Z] 9594e3df6e8b: Waiting [2026-05-08T02:03:25.833Z] b35932144f23: Preparing [2026-05-08T02:03:25.833Z] b5a0c595d5a9: Waiting [2026-05-08T02:03:25.833Z] b35932144f23: Waiting [2026-05-08T02:03:25.833Z] eeaa73608b53: Preparing [2026-05-08T02:03:25.833Z] eeaa73608b53: Waiting [2026-05-08T02:03:25.833Z] 237195afb922: Layer already exists [2026-05-08T02:03:25.833Z] 2c3a5ed0766c: Layer already exists [2026-05-08T02:03:25.833Z] ca5796708f5d: Layer already exists [2026-05-08T02:03:25.833Z] 9097c32f22ad: Layer already exists [2026-05-08T02:03:25.833Z] 88822134b07e: Layer already exists [2026-05-08T02:03:25.833Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:03:25.833Z] 9594e3df6e8b: Layer already exists [2026-05-08T02:03:25.833Z] b35932144f23: Layer already exists [2026-05-08T02:03:25.833Z] eaff71d35e58: Layer already exists [2026-05-08T02:03:25.833Z] eeaa73608b53: Layer already exists [2026-05-08T02:03:26.097Z] 4.1.0-dev.112: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:26.454Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:26.806Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:03:26.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-08T02:03:26.806Z] 237195afb922: Preparing [2026-05-08T02:03:26.806Z] 9097c32f22ad: Preparing [2026-05-08T02:03:26.806Z] 2c3a5ed0766c: Preparing [2026-05-08T02:03:26.806Z] ca5796708f5d: Preparing [2026-05-08T02:03:26.806Z] 88822134b07e: Preparing [2026-05-08T02:03:26.806Z] eaff71d35e58: Preparing [2026-05-08T02:03:26.806Z] 9594e3df6e8b: Preparing [2026-05-08T02:03:26.806Z] b5a0c595d5a9: Preparing [2026-05-08T02:03:26.806Z] b35932144f23: Preparing [2026-05-08T02:03:26.806Z] eeaa73608b53: Preparing [2026-05-08T02:03:26.806Z] b5a0c595d5a9: Waiting [2026-05-08T02:03:26.806Z] b35932144f23: Waiting [2026-05-08T02:03:26.806Z] eaff71d35e58: Waiting [2026-05-08T02:03:26.806Z] eeaa73608b53: Waiting [2026-05-08T02:03:26.806Z] 9594e3df6e8b: Waiting [2026-05-08T02:03:26.806Z] 9097c32f22ad: Layer already exists [2026-05-08T02:03:26.806Z] ca5796708f5d: Layer already exists [2026-05-08T02:03:26.806Z] 237195afb922: Layer already exists [2026-05-08T02:03:26.806Z] 88822134b07e: Layer already exists [2026-05-08T02:03:26.806Z] 2c3a5ed0766c: Layer already exists [2026-05-08T02:03:26.806Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:03:26.806Z] b35932144f23: Layer already exists [2026-05-08T02:03:26.806Z] 9594e3df6e8b: Layer already exists [2026-05-08T02:03:26.806Z] eaff71d35e58: Layer already exists [2026-05-08T02:03:26.806Z] eeaa73608b53: Layer already exists [2026-05-08T02:03:26.806Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:27.161Z] + 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-05-08T02:03:27.508Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2026-05-08T02:03:27.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-08T02:03:27.508Z] 237195afb922: Preparing [2026-05-08T02:03:27.508Z] 9097c32f22ad: Preparing [2026-05-08T02:03:27.508Z] 2c3a5ed0766c: Preparing [2026-05-08T02:03:27.508Z] ca5796708f5d: Preparing [2026-05-08T02:03:27.508Z] 88822134b07e: Preparing [2026-05-08T02:03:27.508Z] eaff71d35e58: Preparing [2026-05-08T02:03:27.508Z] 9594e3df6e8b: Preparing [2026-05-08T02:03:27.508Z] b5a0c595d5a9: Preparing [2026-05-08T02:03:27.508Z] b35932144f23: Preparing [2026-05-08T02:03:27.508Z] eeaa73608b53: Preparing [2026-05-08T02:03:27.508Z] 9594e3df6e8b: Waiting [2026-05-08T02:03:27.508Z] b5a0c595d5a9: Waiting [2026-05-08T02:03:27.508Z] b35932144f23: Waiting [2026-05-08T02:03:27.508Z] eeaa73608b53: Waiting [2026-05-08T02:03:27.508Z] eaff71d35e58: Waiting [2026-05-08T02:03:27.508Z] 88822134b07e: Layer already exists [2026-05-08T02:03:27.508Z] 2c3a5ed0766c: Layer already exists [2026-05-08T02:03:27.508Z] 237195afb922: Layer already exists [2026-05-08T02:03:27.508Z] 9097c32f22ad: Layer already exists [2026-05-08T02:03:27.508Z] ca5796708f5d: Layer already exists [2026-05-08T02:03:27.508Z] eaff71d35e58: Layer already exists [2026-05-08T02:03:27.508Z] 9594e3df6e8b: Layer already exists [2026-05-08T02:03:27.508Z] b35932144f23: Layer already exists [2026-05-08T02:03:27.508Z] eeaa73608b53: Layer already exists [2026-05-08T02:03:27.508Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:03:27.775Z] main: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:03:27.862Z] ===================================================== [Pipeline] echo [2026-05-08T02:03:27.876Z] taggedImages: [2026-05-08T02:03:27.876Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:03:27.876Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-05-08T02:03:27.876Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [2026-05-08T02:03:27.876Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:03:27.876Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-05-08T02:03:27.906Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2026-05-08T02:03:27.907Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:03:27.907Z] latest [2026-05-08T02:03:27.907Z] 4.1.0-dev.112 [2026-05-08T02:03:27.907Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:03:27.907Z] main [2026-05-08T02:03:27.907Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:28.289Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:28.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:03:28.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-08T02:03:28.650Z] 05273aa1ed8b: Preparing [2026-05-08T02:03:28.651Z] a732ddf21e2d: Preparing [2026-05-08T02:03:28.651Z] 2ad986c77eaf: Preparing [2026-05-08T02:03:28.651Z] ca5796708f5d: Preparing [2026-05-08T02:03:28.651Z] 88822134b07e: Preparing [2026-05-08T02:03:28.651Z] f5d5942f805b: Preparing [2026-05-08T02:03:28.651Z] f6aac2ce4ef4: Preparing [2026-05-08T02:03:28.651Z] 6a124960a6a8: Preparing [2026-05-08T02:03:28.651Z] eeaa73608b53: Preparing [2026-05-08T02:03:28.651Z] f6aac2ce4ef4: Waiting [2026-05-08T02:03:28.651Z] 6a124960a6a8: Waiting [2026-05-08T02:03:28.651Z] f5d5942f805b: Waiting [2026-05-08T02:03:28.651Z] eeaa73608b53: Waiting [2026-05-08T02:03:28.651Z] ca5796708f5d: Layer already exists [2026-05-08T02:03:28.651Z] 88822134b07e: Layer already exists [2026-05-08T02:03:28.917Z] 2ad986c77eaf: Pushed [2026-05-08T02:03:28.917Z] a732ddf21e2d: Pushed [2026-05-08T02:03:28.917Z] 05273aa1ed8b: Pushed [2026-05-08T02:03:28.917Z] eeaa73608b53: Layer already exists [2026-05-08T02:03:28.917Z] f6aac2ce4ef4: Pushed [2026-05-08T02:03:29.495Z] 6a124960a6a8: Pushed [2026-05-08T02:03:56.153Z] f5d5942f805b: Pushed [2026-05-08T02:03:56.153Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:03:56.516Z] + 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-05-08T02:04:00.930Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-05-08T02:04:00.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-08T02:04:00.930Z] 05273aa1ed8b: Preparing [2026-05-08T02:04:00.930Z] a732ddf21e2d: Preparing [2026-05-08T02:04:00.930Z] 2ad986c77eaf: Preparing [2026-05-08T02:04:00.930Z] ca5796708f5d: Preparing [2026-05-08T02:04:00.930Z] 88822134b07e: Preparing [2026-05-08T02:04:00.930Z] f5d5942f805b: Preparing [2026-05-08T02:04:00.930Z] f6aac2ce4ef4: Preparing [2026-05-08T02:04:00.930Z] 6a124960a6a8: Preparing [2026-05-08T02:04:00.930Z] eeaa73608b53: Preparing [2026-05-08T02:04:00.930Z] f6aac2ce4ef4: Waiting [2026-05-08T02:04:00.930Z] 6a124960a6a8: Waiting [2026-05-08T02:04:00.930Z] eeaa73608b53: Waiting [2026-05-08T02:04:00.930Z] f5d5942f805b: Waiting [2026-05-08T02:04:00.930Z] 05273aa1ed8b: Layer already exists [2026-05-08T02:04:00.930Z] a732ddf21e2d: Layer already exists [2026-05-08T02:04:00.930Z] 2ad986c77eaf: Layer already exists [2026-05-08T02:04:00.930Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:00.930Z] 88822134b07e: Layer already exists [2026-05-08T02:04:00.930Z] f6aac2ce4ef4: Layer already exists [2026-05-08T02:04:00.930Z] f5d5942f805b: Layer already exists [2026-05-08T02:04:00.930Z] 6a124960a6a8: Layer already exists [2026-05-08T02:04:00.930Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:01.196Z] latest: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:01.552Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:01.899Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [2026-05-08T02:04:01.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-08T02:04:01.899Z] 05273aa1ed8b: Preparing [2026-05-08T02:04:01.899Z] a732ddf21e2d: Preparing [2026-05-08T02:04:01.899Z] 2ad986c77eaf: Preparing [2026-05-08T02:04:01.899Z] ca5796708f5d: Preparing [2026-05-08T02:04:01.899Z] 88822134b07e: Preparing [2026-05-08T02:04:01.899Z] f5d5942f805b: Preparing [2026-05-08T02:04:01.899Z] f6aac2ce4ef4: Preparing [2026-05-08T02:04:01.899Z] 6a124960a6a8: Preparing [2026-05-08T02:04:01.899Z] eeaa73608b53: Preparing [2026-05-08T02:04:01.899Z] f5d5942f805b: Waiting [2026-05-08T02:04:01.899Z] f6aac2ce4ef4: Waiting [2026-05-08T02:04:01.899Z] eeaa73608b53: Waiting [2026-05-08T02:04:01.899Z] 6a124960a6a8: Waiting [2026-05-08T02:04:01.899Z] 2ad986c77eaf: Layer already exists [2026-05-08T02:04:01.899Z] 05273aa1ed8b: Layer already exists [2026-05-08T02:04:01.899Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:01.899Z] 88822134b07e: Layer already exists [2026-05-08T02:04:01.899Z] a732ddf21e2d: Layer already exists [2026-05-08T02:04:01.899Z] f6aac2ce4ef4: Layer already exists [2026-05-08T02:04:01.899Z] 6a124960a6a8: Layer already exists [2026-05-08T02:04:01.899Z] f5d5942f805b: Layer already exists [2026-05-08T02:04:01.899Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:01.899Z] 4.1.0-dev.112: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:02.526Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:02.883Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:02.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-08T02:04:02.883Z] 05273aa1ed8b: Preparing [2026-05-08T02:04:02.883Z] a732ddf21e2d: Preparing [2026-05-08T02:04:02.883Z] 2ad986c77eaf: Preparing [2026-05-08T02:04:02.883Z] ca5796708f5d: Preparing [2026-05-08T02:04:02.883Z] 88822134b07e: Preparing [2026-05-08T02:04:02.883Z] f5d5942f805b: Preparing [2026-05-08T02:04:02.883Z] f6aac2ce4ef4: Preparing [2026-05-08T02:04:02.883Z] 6a124960a6a8: Preparing [2026-05-08T02:04:02.883Z] f5d5942f805b: Waiting [2026-05-08T02:04:02.883Z] eeaa73608b53: Preparing [2026-05-08T02:04:02.883Z] f6aac2ce4ef4: Waiting [2026-05-08T02:04:02.883Z] 6a124960a6a8: Waiting [2026-05-08T02:04:02.883Z] eeaa73608b53: Waiting [2026-05-08T02:04:02.883Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:02.883Z] 88822134b07e: Layer already exists [2026-05-08T02:04:02.883Z] 2ad986c77eaf: Layer already exists [2026-05-08T02:04:02.883Z] a732ddf21e2d: Layer already exists [2026-05-08T02:04:02.883Z] 05273aa1ed8b: Layer already exists [2026-05-08T02:04:02.883Z] 6a124960a6a8: Layer already exists [2026-05-08T02:04:02.883Z] f6aac2ce4ef4: Layer already exists [2026-05-08T02:04:02.883Z] f5d5942f805b: Layer already exists [2026-05-08T02:04:02.883Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:02.883Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:03.501Z] + 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-05-08T02:04:03.843Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2026-05-08T02:04:03.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-08T02:04:03.843Z] 05273aa1ed8b: Preparing [2026-05-08T02:04:03.843Z] a732ddf21e2d: Preparing [2026-05-08T02:04:03.843Z] 2ad986c77eaf: Preparing [2026-05-08T02:04:03.843Z] ca5796708f5d: Preparing [2026-05-08T02:04:03.843Z] 88822134b07e: Preparing [2026-05-08T02:04:03.843Z] f5d5942f805b: Preparing [2026-05-08T02:04:03.843Z] f6aac2ce4ef4: Preparing [2026-05-08T02:04:03.843Z] 6a124960a6a8: Preparing [2026-05-08T02:04:03.843Z] eeaa73608b53: Preparing [2026-05-08T02:04:03.843Z] 6a124960a6a8: Waiting [2026-05-08T02:04:03.843Z] f5d5942f805b: Waiting [2026-05-08T02:04:03.843Z] f6aac2ce4ef4: Waiting [2026-05-08T02:04:03.843Z] eeaa73608b53: Waiting [2026-05-08T02:04:03.843Z] 88822134b07e: Layer already exists [2026-05-08T02:04:03.843Z] 05273aa1ed8b: Layer already exists [2026-05-08T02:04:03.843Z] a732ddf21e2d: Layer already exists [2026-05-08T02:04:03.843Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:03.843Z] 2ad986c77eaf: Layer already exists [2026-05-08T02:04:03.843Z] f5d5942f805b: Layer already exists [2026-05-08T02:04:03.843Z] 6a124960a6a8: Layer already exists [2026-05-08T02:04:03.843Z] f6aac2ce4ef4: Layer already exists [2026-05-08T02:04:03.843Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:04.109Z] main: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:04:04.193Z] ===================================================== [Pipeline] echo [2026-05-08T02:04:04.206Z] taggedImages: [2026-05-08T02:04:04.206Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:04.206Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-05-08T02:04:04.206Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [2026-05-08T02:04:04.206Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:04.206Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-05-08T02:04:04.231Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2026-05-08T02:04:04.231Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:04.231Z] latest [2026-05-08T02:04:04.231Z] 4.1.0-dev.112 [2026-05-08T02:04:04.231Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:04.231Z] main [2026-05-08T02:04:04.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:04.584Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:04.929Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:04.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-08T02:04:04.929Z] 73c9ebe07389: Preparing [2026-05-08T02:04:04.929Z] 7c2486cead4c: Preparing [2026-05-08T02:04:04.929Z] fd6f8484bf6a: Preparing [2026-05-08T02:04:04.929Z] ca5796708f5d: Preparing [2026-05-08T02:04:04.929Z] 88822134b07e: Preparing [2026-05-08T02:04:04.929Z] bb70dfba817d: Preparing [2026-05-08T02:04:04.929Z] b5a0c595d5a9: Preparing [2026-05-08T02:04:04.929Z] b35932144f23: Preparing [2026-05-08T02:04:04.929Z] eeaa73608b53: Preparing [2026-05-08T02:04:04.929Z] bb70dfba817d: Waiting [2026-05-08T02:04:04.929Z] b5a0c595d5a9: Waiting [2026-05-08T02:04:04.929Z] b35932144f23: Waiting [2026-05-08T02:04:04.929Z] eeaa73608b53: Waiting [2026-05-08T02:04:04.929Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:04.929Z] 88822134b07e: Layer already exists [2026-05-08T02:04:05.193Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:04:05.193Z] fd6f8484bf6a: Pushed [2026-05-08T02:04:05.193Z] b35932144f23: Layer already exists [2026-05-08T02:04:05.193Z] 73c9ebe07389: Pushed [2026-05-08T02:04:05.193Z] 7c2486cead4c: Pushed [2026-05-08T02:04:05.193Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:37.383Z] bb70dfba817d: Pushed [2026-05-08T02:04:37.383Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:37.727Z] + 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-05-08T02:04:38.378Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-05-08T02:04:38.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-08T02:04:38.378Z] 73c9ebe07389: Preparing [2026-05-08T02:04:38.378Z] 7c2486cead4c: Preparing [2026-05-08T02:04:38.378Z] fd6f8484bf6a: Preparing [2026-05-08T02:04:38.378Z] ca5796708f5d: Preparing [2026-05-08T02:04:38.378Z] 88822134b07e: Preparing [2026-05-08T02:04:38.378Z] bb70dfba817d: Preparing [2026-05-08T02:04:38.378Z] b5a0c595d5a9: Preparing [2026-05-08T02:04:38.378Z] b35932144f23: Preparing [2026-05-08T02:04:38.378Z] bb70dfba817d: Waiting [2026-05-08T02:04:38.378Z] eeaa73608b53: Preparing [2026-05-08T02:04:38.378Z] b5a0c595d5a9: Waiting [2026-05-08T02:04:38.378Z] b35932144f23: Waiting [2026-05-08T02:04:38.378Z] eeaa73608b53: Waiting [2026-05-08T02:04:38.378Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:38.378Z] 7c2486cead4c: Layer already exists [2026-05-08T02:04:38.378Z] fd6f8484bf6a: Layer already exists [2026-05-08T02:04:38.378Z] 88822134b07e: Layer already exists [2026-05-08T02:04:38.378Z] 73c9ebe07389: Layer already exists [2026-05-08T02:04:38.378Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:04:38.378Z] bb70dfba817d: Layer already exists [2026-05-08T02:04:38.378Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:38.378Z] b35932144f23: Layer already exists [2026-05-08T02:04:38.648Z] latest: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:39.012Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:39.374Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [2026-05-08T02:04:39.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-08T02:04:39.375Z] 73c9ebe07389: Preparing [2026-05-08T02:04:39.375Z] 7c2486cead4c: Preparing [2026-05-08T02:04:39.375Z] fd6f8484bf6a: Preparing [2026-05-08T02:04:39.375Z] ca5796708f5d: Preparing [2026-05-08T02:04:39.375Z] 88822134b07e: Preparing [2026-05-08T02:04:39.375Z] bb70dfba817d: Preparing [2026-05-08T02:04:39.375Z] b5a0c595d5a9: Preparing [2026-05-08T02:04:39.375Z] b35932144f23: Preparing [2026-05-08T02:04:39.375Z] eeaa73608b53: Preparing [2026-05-08T02:04:39.375Z] bb70dfba817d: Waiting [2026-05-08T02:04:39.375Z] b5a0c595d5a9: Waiting [2026-05-08T02:04:39.375Z] b35932144f23: Waiting [2026-05-08T02:04:39.375Z] eeaa73608b53: Waiting [2026-05-08T02:04:39.375Z] 7c2486cead4c: Layer already exists [2026-05-08T02:04:39.375Z] 88822134b07e: Layer already exists [2026-05-08T02:04:39.375Z] 73c9ebe07389: Layer already exists [2026-05-08T02:04:39.375Z] fd6f8484bf6a: Layer already exists [2026-05-08T02:04:39.375Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:39.375Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:04:39.375Z] b35932144f23: Layer already exists [2026-05-08T02:04:39.375Z] bb70dfba817d: Layer already exists [2026-05-08T02:04:39.375Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:39.643Z] 4.1.0-dev.112: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:40.006Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:40.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:40.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-08T02:04:40.373Z] 73c9ebe07389: Preparing [2026-05-08T02:04:40.373Z] 7c2486cead4c: Preparing [2026-05-08T02:04:40.373Z] fd6f8484bf6a: Preparing [2026-05-08T02:04:40.373Z] ca5796708f5d: Preparing [2026-05-08T02:04:40.373Z] 88822134b07e: Preparing [2026-05-08T02:04:40.373Z] bb70dfba817d: Preparing [2026-05-08T02:04:40.373Z] b5a0c595d5a9: Preparing [2026-05-08T02:04:40.373Z] b35932144f23: Preparing [2026-05-08T02:04:40.373Z] eeaa73608b53: Preparing [2026-05-08T02:04:40.373Z] b5a0c595d5a9: Waiting [2026-05-08T02:04:40.373Z] b35932144f23: Waiting [2026-05-08T02:04:40.373Z] bb70dfba817d: Waiting [2026-05-08T02:04:40.373Z] eeaa73608b53: Waiting [2026-05-08T02:04:40.373Z] 73c9ebe07389: Layer already exists [2026-05-08T02:04:40.373Z] fd6f8484bf6a: Layer already exists [2026-05-08T02:04:40.373Z] 88822134b07e: Layer already exists [2026-05-08T02:04:40.373Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:40.373Z] 7c2486cead4c: Layer already exists [2026-05-08T02:04:40.373Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:04:40.373Z] b35932144f23: Layer already exists [2026-05-08T02:04:40.373Z] bb70dfba817d: Layer already exists [2026-05-08T02:04:40.373Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:40.373Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:41.009Z] + 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-05-08T02:04:41.353Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2026-05-08T02:04:41.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-08T02:04:41.353Z] 73c9ebe07389: Preparing [2026-05-08T02:04:41.353Z] 7c2486cead4c: Preparing [2026-05-08T02:04:41.353Z] fd6f8484bf6a: Preparing [2026-05-08T02:04:41.353Z] ca5796708f5d: Preparing [2026-05-08T02:04:41.353Z] 88822134b07e: Preparing [2026-05-08T02:04:41.353Z] bb70dfba817d: Preparing [2026-05-08T02:04:41.353Z] b5a0c595d5a9: Preparing [2026-05-08T02:04:41.353Z] b35932144f23: Preparing [2026-05-08T02:04:41.353Z] eeaa73608b53: Preparing [2026-05-08T02:04:41.353Z] b5a0c595d5a9: Waiting [2026-05-08T02:04:41.353Z] b35932144f23: Waiting [2026-05-08T02:04:41.353Z] eeaa73608b53: Waiting [2026-05-08T02:04:41.353Z] bb70dfba817d: Waiting [2026-05-08T02:04:41.353Z] 73c9ebe07389: Layer already exists [2026-05-08T02:04:41.353Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:41.353Z] 7c2486cead4c: Layer already exists [2026-05-08T02:04:41.353Z] 88822134b07e: Layer already exists [2026-05-08T02:04:41.353Z] fd6f8484bf6a: Layer already exists [2026-05-08T02:04:41.353Z] bb70dfba817d: Layer already exists [2026-05-08T02:04:41.353Z] b5a0c595d5a9: Layer already exists [2026-05-08T02:04:41.353Z] b35932144f23: Layer already exists [2026-05-08T02:04:41.353Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:41.616Z] main: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:04:41.687Z] ===================================================== [Pipeline] echo [2026-05-08T02:04:41.697Z] taggedImages: [2026-05-08T02:04:41.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:41.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-05-08T02:04:41.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [2026-05-08T02:04:41.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:41.697Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-05-08T02:04:41.719Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2026-05-08T02:04:41.719Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:41.719Z] latest [2026-05-08T02:04:41.719Z] 4.1.0-dev.112 [2026-05-08T02:04:41.719Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:41.719Z] main [2026-05-08T02:04:41.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:42.071Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:42.434Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:42.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-08T02:04:42.434Z] b5eb15aafd0b: Preparing [2026-05-08T02:04:42.434Z] 77aa093dd2f9: Preparing [2026-05-08T02:04:42.434Z] ca5796708f5d: Preparing [2026-05-08T02:04:42.434Z] 88822134b07e: Preparing [2026-05-08T02:04:42.434Z] 33edb6c1960d: Preparing [2026-05-08T02:04:42.434Z] af7611765a8e: Preparing [2026-05-08T02:04:42.434Z] af7611765a8e: Waiting [2026-05-08T02:04:42.434Z] eeaa73608b53: Preparing [2026-05-08T02:04:42.434Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:42.434Z] 88822134b07e: Layer already exists [2026-05-08T02:04:42.698Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:42.698Z] 33edb6c1960d: Pushed [2026-05-08T02:04:42.698Z] b5eb15aafd0b: Pushed [2026-05-08T02:04:44.097Z] af7611765a8e: Pushed [2026-05-08T02:04:52.297Z] 77aa093dd2f9: Pushed [2026-05-08T02:04:52.297Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:52.644Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:52.998Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-05-08T02:04:52.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-08T02:04:52.998Z] b5eb15aafd0b: Preparing [2026-05-08T02:04:52.998Z] 77aa093dd2f9: Preparing [2026-05-08T02:04:52.998Z] ca5796708f5d: Preparing [2026-05-08T02:04:52.998Z] 88822134b07e: Preparing [2026-05-08T02:04:52.998Z] 33edb6c1960d: Preparing [2026-05-08T02:04:52.998Z] af7611765a8e: Preparing [2026-05-08T02:04:52.998Z] eeaa73608b53: Preparing [2026-05-08T02:04:52.998Z] af7611765a8e: Waiting [2026-05-08T02:04:52.998Z] eeaa73608b53: Waiting [2026-05-08T02:04:52.998Z] b5eb15aafd0b: Layer already exists [2026-05-08T02:04:52.998Z] 88822134b07e: Layer already exists [2026-05-08T02:04:52.998Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:52.998Z] 33edb6c1960d: Layer already exists [2026-05-08T02:04:52.998Z] 77aa093dd2f9: Layer already exists [2026-05-08T02:04:52.998Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:52.998Z] af7611765a8e: Layer already exists [2026-05-08T02:04:53.265Z] latest: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:53.618Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:53.977Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [2026-05-08T02:04:53.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-08T02:04:53.977Z] b5eb15aafd0b: Preparing [2026-05-08T02:04:53.977Z] 77aa093dd2f9: Preparing [2026-05-08T02:04:53.977Z] ca5796708f5d: Preparing [2026-05-08T02:04:53.977Z] 88822134b07e: Preparing [2026-05-08T02:04:53.977Z] 33edb6c1960d: Preparing [2026-05-08T02:04:53.977Z] af7611765a8e: Preparing [2026-05-08T02:04:53.977Z] eeaa73608b53: Preparing [2026-05-08T02:04:53.977Z] af7611765a8e: Waiting [2026-05-08T02:04:53.977Z] eeaa73608b53: Waiting [2026-05-08T02:04:53.977Z] 33edb6c1960d: Layer already exists [2026-05-08T02:04:53.977Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:53.977Z] 77aa093dd2f9: Layer already exists [2026-05-08T02:04:53.977Z] 88822134b07e: Layer already exists [2026-05-08T02:04:53.977Z] b5eb15aafd0b: Layer already exists [2026-05-08T02:04:53.977Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:53.977Z] af7611765a8e: Layer already exists [2026-05-08T02:04:54.242Z] 4.1.0-dev.112: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:54.590Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:54.935Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:54.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-08T02:04:54.935Z] b5eb15aafd0b: Preparing [2026-05-08T02:04:54.935Z] 77aa093dd2f9: Preparing [2026-05-08T02:04:54.935Z] ca5796708f5d: Preparing [2026-05-08T02:04:54.935Z] 88822134b07e: Preparing [2026-05-08T02:04:54.935Z] 33edb6c1960d: Preparing [2026-05-08T02:04:54.935Z] af7611765a8e: Preparing [2026-05-08T02:04:54.935Z] eeaa73608b53: Preparing [2026-05-08T02:04:54.935Z] af7611765a8e: Waiting [2026-05-08T02:04:54.935Z] eeaa73608b53: Waiting [2026-05-08T02:04:54.935Z] 77aa093dd2f9: Layer already exists [2026-05-08T02:04:54.935Z] 88822134b07e: Layer already exists [2026-05-08T02:04:54.935Z] 33edb6c1960d: Layer already exists [2026-05-08T02:04:54.935Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:54.935Z] b5eb15aafd0b: Layer already exists [2026-05-08T02:04:54.935Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:54.935Z] af7611765a8e: Layer already exists [2026-05-08T02:04:54.935Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:55.554Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:55.897Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2026-05-08T02:04:55.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-08T02:04:55.897Z] b5eb15aafd0b: Preparing [2026-05-08T02:04:55.897Z] 77aa093dd2f9: Preparing [2026-05-08T02:04:55.897Z] ca5796708f5d: Preparing [2026-05-08T02:04:55.897Z] 88822134b07e: Preparing [2026-05-08T02:04:55.897Z] 33edb6c1960d: Preparing [2026-05-08T02:04:55.897Z] af7611765a8e: Preparing [2026-05-08T02:04:55.897Z] eeaa73608b53: Preparing [2026-05-08T02:04:55.897Z] af7611765a8e: Waiting [2026-05-08T02:04:55.897Z] eeaa73608b53: Waiting [2026-05-08T02:04:55.897Z] 33edb6c1960d: Layer already exists [2026-05-08T02:04:55.897Z] b5eb15aafd0b: Layer already exists [2026-05-08T02:04:55.897Z] 77aa093dd2f9: Layer already exists [2026-05-08T02:04:55.897Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:55.897Z] 88822134b07e: Layer already exists [2026-05-08T02:04:55.897Z] af7611765a8e: Layer already exists [2026-05-08T02:04:55.897Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:56.160Z] main: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:04:56.227Z] ===================================================== [Pipeline] echo [2026-05-08T02:04:56.242Z] taggedImages: [2026-05-08T02:04:56.242Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:56.242Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-05-08T02:04:56.242Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [2026-05-08T02:04:56.242Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:56.242Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-05-08T02:04:56.264Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2026-05-08T02:04:56.265Z] f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:56.265Z] latest [2026-05-08T02:04:56.265Z] 4.1.0-dev.112 [2026-05-08T02:04:56.265Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:04:56.265Z] main [2026-05-08T02:04:56.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:56.622Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:04:56.971Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:04:56.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-08T02:04:56.971Z] 77ef70a9477f: Preparing [2026-05-08T02:04:56.971Z] 4c096d4369e1: Preparing [2026-05-08T02:04:56.971Z] ca5796708f5d: Preparing [2026-05-08T02:04:56.971Z] 88822134b07e: Preparing [2026-05-08T02:04:56.971Z] efa4274e0367: Preparing [2026-05-08T02:04:56.971Z] 30f3bfdf1bed: Preparing [2026-05-08T02:04:56.971Z] eeaa73608b53: Preparing [2026-05-08T02:04:56.971Z] 30f3bfdf1bed: Waiting [2026-05-08T02:04:56.971Z] eeaa73608b53: Waiting [2026-05-08T02:04:56.971Z] 88822134b07e: Layer already exists [2026-05-08T02:04:56.971Z] ca5796708f5d: Layer already exists [2026-05-08T02:04:57.236Z] eeaa73608b53: Layer already exists [2026-05-08T02:04:57.236Z] efa4274e0367: Pushed [2026-05-08T02:04:57.236Z] 77ef70a9477f: Pushed [2026-05-08T02:04:57.818Z] 30f3bfdf1bed: Pushed [2026-05-08T02:05:05.994Z] 4c096d4369e1: Pushed [2026-05-08T02:05:06.259Z] f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:06.599Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:06.951Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-05-08T02:05:06.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-08T02:05:06.951Z] 77ef70a9477f: Preparing [2026-05-08T02:05:06.951Z] 4c096d4369e1: Preparing [2026-05-08T02:05:06.951Z] ca5796708f5d: Preparing [2026-05-08T02:05:06.951Z] 88822134b07e: Preparing [2026-05-08T02:05:06.951Z] efa4274e0367: Preparing [2026-05-08T02:05:06.951Z] 30f3bfdf1bed: Preparing [2026-05-08T02:05:06.951Z] eeaa73608b53: Preparing [2026-05-08T02:05:06.951Z] 30f3bfdf1bed: Waiting [2026-05-08T02:05:06.951Z] eeaa73608b53: Waiting [2026-05-08T02:05:06.951Z] ca5796708f5d: Layer already exists [2026-05-08T02:05:06.951Z] efa4274e0367: Layer already exists [2026-05-08T02:05:06.951Z] 4c096d4369e1: Layer already exists [2026-05-08T02:05:06.951Z] 77ef70a9477f: Layer already exists [2026-05-08T02:05:06.951Z] 88822134b07e: Layer already exists [2026-05-08T02:05:06.951Z] eeaa73608b53: Layer already exists [2026-05-08T02:05:06.951Z] 30f3bfdf1bed: Layer already exists [2026-05-08T02:05:07.217Z] latest: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:07.577Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:07.921Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [2026-05-08T02:05:07.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-08T02:05:07.921Z] 77ef70a9477f: Preparing [2026-05-08T02:05:07.921Z] 4c096d4369e1: Preparing [2026-05-08T02:05:07.921Z] ca5796708f5d: Preparing [2026-05-08T02:05:07.921Z] 88822134b07e: Preparing [2026-05-08T02:05:07.921Z] efa4274e0367: Preparing [2026-05-08T02:05:07.921Z] 30f3bfdf1bed: Preparing [2026-05-08T02:05:07.921Z] eeaa73608b53: Preparing [2026-05-08T02:05:07.921Z] 30f3bfdf1bed: Waiting [2026-05-08T02:05:07.921Z] eeaa73608b53: Waiting [2026-05-08T02:05:07.921Z] 4c096d4369e1: Layer already exists [2026-05-08T02:05:07.921Z] ca5796708f5d: Layer already exists [2026-05-08T02:05:07.921Z] efa4274e0367: Layer already exists [2026-05-08T02:05:07.921Z] 88822134b07e: Layer already exists [2026-05-08T02:05:07.921Z] 77ef70a9477f: Layer already exists [2026-05-08T02:05:07.921Z] eeaa73608b53: Layer already exists [2026-05-08T02:05:07.921Z] 30f3bfdf1bed: Layer already exists [2026-05-08T02:05:08.186Z] 4.1.0-dev.112: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:08.533Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:08.888Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:05:08.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-08T02:05:08.888Z] 77ef70a9477f: Preparing [2026-05-08T02:05:08.888Z] 4c096d4369e1: Preparing [2026-05-08T02:05:08.888Z] ca5796708f5d: Preparing [2026-05-08T02:05:08.888Z] 88822134b07e: Preparing [2026-05-08T02:05:08.888Z] efa4274e0367: Preparing [2026-05-08T02:05:08.888Z] 30f3bfdf1bed: Preparing [2026-05-08T02:05:08.888Z] eeaa73608b53: Preparing [2026-05-08T02:05:08.888Z] 30f3bfdf1bed: Waiting [2026-05-08T02:05:08.888Z] eeaa73608b53: Waiting [2026-05-08T02:05:08.888Z] 77ef70a9477f: Layer already exists [2026-05-08T02:05:08.888Z] efa4274e0367: Layer already exists [2026-05-08T02:05:08.888Z] ca5796708f5d: Layer already exists [2026-05-08T02:05:08.888Z] 4c096d4369e1: Layer already exists [2026-05-08T02:05:08.888Z] 88822134b07e: Layer already exists [2026-05-08T02:05:08.888Z] eeaa73608b53: Layer already exists [2026-05-08T02:05:08.888Z] 30f3bfdf1bed: Layer already exists [2026-05-08T02:05:08.888Z] f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:09.499Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:09.850Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2026-05-08T02:05:09.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-08T02:05:09.850Z] 77ef70a9477f: Preparing [2026-05-08T02:05:09.850Z] 4c096d4369e1: Preparing [2026-05-08T02:05:09.850Z] ca5796708f5d: Preparing [2026-05-08T02:05:09.850Z] 88822134b07e: Preparing [2026-05-08T02:05:09.850Z] efa4274e0367: Preparing [2026-05-08T02:05:09.850Z] 30f3bfdf1bed: Preparing [2026-05-08T02:05:09.850Z] eeaa73608b53: Preparing [2026-05-08T02:05:09.850Z] 30f3bfdf1bed: Waiting [2026-05-08T02:05:09.850Z] eeaa73608b53: Waiting [2026-05-08T02:05:09.850Z] 77ef70a9477f: Layer already exists [2026-05-08T02:05:09.850Z] efa4274e0367: Layer already exists [2026-05-08T02:05:09.850Z] ca5796708f5d: Layer already exists [2026-05-08T02:05:09.850Z] 4c096d4369e1: Layer already exists [2026-05-08T02:05:09.850Z] 88822134b07e: Layer already exists [2026-05-08T02:05:09.850Z] 30f3bfdf1bed: Layer already exists [2026-05-08T02:05:09.850Z] eeaa73608b53: Layer already exists [2026-05-08T02:05:09.850Z] main: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T02:05:10.186Z] ===================================================== [Pipeline] echo [2026-05-08T02:05:10.201Z] taggedImages: [2026-05-08T02:05:10.202Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [2026-05-08T02:05:10.202Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-05-08T02:05:10.202Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [2026-05-08T02:05:10.202Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [2026-05-08T02:05:10.202Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2026-05-08T02:05:10.219Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.230Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.245Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.262Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.274Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-05-08T02:05:10.286Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.300Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.314Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.327Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.338Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-05-08T02:05:10.352Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.365Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.377Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.391Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.406Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-05-08T02:05:10.415Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.423Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.434Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.443Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.451Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-05-08T02:05:10.464Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.474Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.484Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.501Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.516Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-05-08T02:05:10.528Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.539Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.553Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.567Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.580Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-05-08T02:05:10.592Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.602Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.611Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.622Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.629Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-05-08T02:05:10.644Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.653Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.665Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.673Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.682Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-05-08T02:05:10.689Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.697Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.707Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.718Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.727Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-05-08T02:05:10.737Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.747Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.758Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.768Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.778Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-05-08T02:05:10.792Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.803Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.816Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.826Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.835Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-05-08T02:05:10.850Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.862Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.871Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.885Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.897Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-05-08T02:05:10.907Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.919Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.930Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.944Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:10.957Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-05-08T02:05:10.968Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:10.984Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2026-05-08T02:05:10.997Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:11.010Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:11.022Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-05-08T02:05:11.038Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo [2026-05-08T02:05:11.049Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2026-05-08T02:05:11.059Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:11.072Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo [2026-05-08T02:05:11.085Z] 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-05-08T02:05:11.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-05-08T02:05:11.469Z] [2026-05-08T02:05:11.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T02:05:11.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-05-08T02:05:11.792Z] arm64: Pulling from edgex-lftools-log-publisher [2026-05-08T02:05:11.792Z] 8998bd30e6a1: Pulling fs layer [2026-05-08T02:05:11.792Z] 04944245beec: Pulling fs layer [2026-05-08T02:05:11.792Z] 699f458cf7ca: Pulling fs layer [2026-05-08T02:05:11.792Z] 765212b225bb: Pulling fs layer [2026-05-08T02:05:11.792Z] f23df028b6ca: Pulling fs layer [2026-05-08T02:05:11.792Z] d65c8cfc05b1: Pulling fs layer [2026-05-08T02:05:11.792Z] 2437ff75d9bd: Pulling fs layer [2026-05-08T02:05:11.792Z] f23df028b6ca: Waiting [2026-05-08T02:05:11.792Z] d65c8cfc05b1: Waiting [2026-05-08T02:05:11.792Z] 2437ff75d9bd: Waiting [2026-05-08T02:05:11.792Z] 765212b225bb: Waiting [2026-05-08T02:05:12.061Z] 04944245beec: Verifying Checksum [2026-05-08T02:05:12.061Z] 04944245beec: Download complete [2026-05-08T02:05:12.061Z] 765212b225bb: Verifying Checksum [2026-05-08T02:05:12.061Z] 765212b225bb: Download complete [2026-05-08T02:05:12.061Z] f23df028b6ca: Verifying Checksum [2026-05-08T02:05:12.061Z] f23df028b6ca: Download complete [2026-05-08T02:05:12.061Z] d65c8cfc05b1: Verifying Checksum [2026-05-08T02:05:12.061Z] d65c8cfc05b1: Download complete [2026-05-08T02:05:12.327Z] 699f458cf7ca: Verifying Checksum [2026-05-08T02:05:12.594Z] 8998bd30e6a1: Verifying Checksum [2026-05-08T02:05:12.594Z] 8998bd30e6a1: Download complete [2026-05-08T02:05:15.165Z] 2437ff75d9bd: Verifying Checksum [2026-05-08T02:05:15.165Z] 2437ff75d9bd: Download complete [2026-05-08T02:05:17.102Z] 8998bd30e6a1: Pull complete [2026-05-08T02:05:17.683Z] 04944245beec: Pull complete [2026-05-08T02:05:20.256Z] 699f458cf7ca: Pull complete [2026-05-08T02:05:20.256Z] 765212b225bb: Pull complete [2026-05-08T02:05:20.837Z] f23df028b6ca: Pull complete [2026-05-08T02:05:21.102Z] d65c8cfc05b1: Pull complete [2026-05-08T02:05:39.293Z] 2437ff75d9bd: Pull complete [2026-05-08T02:05:39.293Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-05-08T02:05:39.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-05-08T02:05:39.293Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T02:05:39.496Z] prd-ubuntu20.04-docker-arm64-4c-16g-8845 does not seem to be running inside a container [2026-05-08T02:05:39.543Z] $ 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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T02:05:42.523Z] $ docker top 2435dbd7a219e8714fae3dc389e07cb19cc564bdc76af5fe325d75d7155cad30 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-08T02:05:43.491Z] ---> job-cost.sh [2026-05-08T02:05:43.491Z] lf-activate-venv: SKIPPING [2026-05-08T02:05:43.491Z] INFO: No Stack... [2026-05-08T02:05:44.073Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-05-08T02:05:44.654Z] INFO: Archiving Costs [Pipeline] sh [2026-05-08T02:05:45.291Z] + cat /w/workspace/edgex-go/973/archives/cost.csv [2026-05-08T02:05:45.291Z] + cut -d, -f6 [Pipeline] lock [2026-05-08T02:05:45.328Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-973-stack-cost] [2026-05-08T02:05:45.336Z] Resource [jenkins-edgexfoundry-edgex-go-main-973-stack-cost] did not exist. Created. [2026-05-08T02:05:45.342Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-973-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-05-08T02:05:45.990Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-05-08T02:05:46.739Z] Stashed 1 file(s) [Pipeline] } [2026-05-08T02:05:46.748Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-973-stack-cost] [Pipeline] // lock [Pipeline] } [2026-05-08T02:05:46.763Z] $ docker stop --time=1 2435dbd7a219e8714fae3dc389e07cb19cc564bdc76af5fe325d75d7155cad30 [2026-05-08T02:05:49.821Z] $ docker rm -f --volumes 2435dbd7a219e8714fae3dc389e07cb19cc564bdc76af5fe325d75d7155cad30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-05-08T07:07:59.282Z] Cancelling nested steps due to timeout [2026-05-08T07:07:59.291Z] Sending interrupt signal to process [2026-05-08T07:08:01.115Z] script returned exit code 143 [Pipeline] } [2026-05-08T07:08:01.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-05-08T07:08:02.196Z] + '[' -d /w/workspace/edgex-go/973/archives ']' [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:02.790Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:03.346Z] ---> package-listing.sh [2026-05-08T07:08:03.347Z] ++ tr '[:upper:]' '[:lower:]' [2026-05-08T07:08:03.347Z] ++ facter osfamily [2026-05-08T07:08:03.605Z] + OS_FAMILY=redhat [2026-05-08T07:08:03.605Z] + workspace=/w/workspace/edgex-go/973 [2026-05-08T07:08:03.605Z] + START_PACKAGES=/tmp/packages_start.txt [2026-05-08T07:08:03.605Z] + END_PACKAGES=/tmp/packages_end.txt [2026-05-08T07:08:03.605Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-05-08T07:08:03.605Z] + PACKAGES=/tmp/packages_start.txt [2026-05-08T07:08:03.605Z] + '[' /w/workspace/edgex-go/973 ']' [2026-05-08T07:08:03.605Z] + PACKAGES=/tmp/packages_end.txt [2026-05-08T07:08:03.605Z] + case "${OS_FAMILY}" in [2026-05-08T07:08:03.605Z] + rpm -qa [2026-05-08T07:08:03.605Z] + sort [2026-05-08T07:08:04.171Z] + '[' -f /tmp/packages_start.txt ']' [2026-05-08T07:08:04.171Z] + '[' -f /tmp/packages_end.txt ']' [2026-05-08T07:08:04.171Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-05-08T07:08:04.171Z] + '[' /w/workspace/edgex-go/973 ']' [2026-05-08T07:08:04.171Z] + mkdir -p /w/workspace/edgex-go/973/archives/ [2026-05-08T07:08:04.171Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/973/archives/ [Pipeline] echo [2026-05-08T07:08:04.184Z] 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/973/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-05-08T07:08:04.471Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T07:08:05.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-08T07:08:05.036Z] [2026-05-08T07:08:05.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T07:08:05.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-08T07:08:05.362Z] latest: Pulling from edgex-lftools-log-publisher [2026-05-08T07:08:05.362Z] 5eb5b503b376: Pulling fs layer [2026-05-08T07:08:05.362Z] 5c69ac0246d0: Pulling fs layer [2026-05-08T07:08:05.362Z] ec43610c2a17: Pulling fs layer [2026-05-08T07:08:05.362Z] 3a2ae6a8a46f: Pulling fs layer [2026-05-08T07:08:05.362Z] 33b1e0a273af: Pulling fs layer [2026-05-08T07:08:05.362Z] 5d3b04190fa2: Pulling fs layer [2026-05-08T07:08:05.362Z] 2f39f015ded8: Pulling fs layer [2026-05-08T07:08:05.362Z] 3a2ae6a8a46f: Waiting [2026-05-08T07:08:05.362Z] 33b1e0a273af: Waiting [2026-05-08T07:08:05.362Z] 5d3b04190fa2: Waiting [2026-05-08T07:08:05.362Z] 2f39f015ded8: Waiting [2026-05-08T07:08:05.362Z] 5c69ac0246d0: Download complete [2026-05-08T07:08:05.362Z] 3a2ae6a8a46f: Verifying Checksum [2026-05-08T07:08:05.362Z] 3a2ae6a8a46f: Download complete [2026-05-08T07:08:05.623Z] 33b1e0a273af: Verifying Checksum [2026-05-08T07:08:05.623Z] 33b1e0a273af: Download complete [2026-05-08T07:08:05.623Z] ec43610c2a17: Verifying Checksum [2026-05-08T07:08:05.623Z] ec43610c2a17: Download complete [2026-05-08T07:08:05.623Z] 5d3b04190fa2: Verifying Checksum [2026-05-08T07:08:05.623Z] 5d3b04190fa2: Download complete [2026-05-08T07:08:05.623Z] 5eb5b503b376: Verifying Checksum [2026-05-08T07:08:05.623Z] 5eb5b503b376: Download complete [2026-05-08T07:08:06.201Z] 2f39f015ded8: Verifying Checksum [2026-05-08T07:08:06.201Z] 2f39f015ded8: Download complete [2026-05-08T07:08:07.142Z] 5eb5b503b376: Pull complete [2026-05-08T07:08:07.142Z] 5c69ac0246d0: Pull complete [2026-05-08T07:08:07.403Z] ec43610c2a17: Pull complete [2026-05-08T07:08:07.661Z] 3a2ae6a8a46f: Pull complete [2026-05-08T07:08:07.661Z] 33b1e0a273af: Pull complete [2026-05-08T07:08:07.925Z] 5d3b04190fa2: Pull complete [2026-05-08T07:08:12.128Z] 2f39f015ded8: Pull complete [2026-05-08T07:08:12.128Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-05-08T07:08:12.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-08T07:08:12.128Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T07:08:12.232Z] prd-centos7-docker-4c-2g-8846 does not seem to be running inside a container [2026-05-08T07:08:12.255Z] $ 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/973/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-05-08T07:08:15.450Z] $ docker top 869afe2dbb55851f50d6f58b9eb6a32a10098c9b4d80688a2e6492f581e09752 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-08T07:08:15.805Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-05-08T07:08:16.095Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-05-08T07:08:16.379Z] + ls /var/log/sa-host [2026-05-08T07:08:16.379Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-08T07:08:16.547Z] provisioning config files... [2026-05-08T07:08:16.559Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18332971524105231476tmp [Pipeline] { [Pipeline] echo [2026-05-08T07:08:16.578Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:16.867Z] ---> create-netrc.sh [Pipeline] } [2026-05-08T07:08:16.872Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:17.233Z] ---> python-tools-install.sh [Pipeline] echo [2026-05-08T07:08:17.243Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:17.540Z] ---> sudo-logs.sh [2026-05-08T07:08:17.540Z] Archiving 'sudo' log.. [2026-05-08T07:08:17.540Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-08T07:08:17.573Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2026-05-08T07:08:17.568Z] $ docker stop --time=1 869afe2dbb55851f50d6f58b9eb6a32a10098c9b4d80688a2e6492f581e09752 [2026-05-08T07:08:18.699Z] $ docker rm -f --volumes 869afe2dbb55851f50d6f58b9eb6a32a10098c9b4d80688a2e6492f581e09752 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2026-05-08T07:08:18.811Z] [WS-CLEANUP] Deleting project workspace... [2026-05-08T07:08:18.811Z] [WS-CLEANUP] Deferred wipeout is used... [2026-05-08T07:08:18.830Z] [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-05-08T07:08:19.061Z] 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-05-08T07:08:19.898Z] + [ -d /w/workspace/edgex-go/973/archives ] [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:20.192Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:21.047Z] ---> package-listing.sh [2026-05-08T07:08:21.047Z] ++ facter osfamily [2026-05-08T07:08:21.047Z] ++ tr '[:upper:]' '[:lower:]' [2026-05-08T07:08:21.307Z] + OS_FAMILY=debian [2026-05-08T07:08:21.307Z] + workspace=/w/workspace/edgex-go/973 [2026-05-08T07:08:21.307Z] + START_PACKAGES=/tmp/packages_start.txt [2026-05-08T07:08:21.307Z] + END_PACKAGES=/tmp/packages_end.txt [2026-05-08T07:08:21.307Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-05-08T07:08:21.307Z] + PACKAGES=/tmp/packages_start.txt [2026-05-08T07:08:21.307Z] + '[' /w/workspace/edgex-go/973 ']' [2026-05-08T07:08:21.307Z] + PACKAGES=/tmp/packages_end.txt [2026-05-08T07:08:21.307Z] + case "${OS_FAMILY}" in [2026-05-08T07:08:21.307Z] + dpkg -l [2026-05-08T07:08:21.307Z] + grep '^ii' [2026-05-08T07:08:21.307Z] + '[' -f /tmp/packages_start.txt ']' [2026-05-08T07:08:21.307Z] + '[' -f /tmp/packages_end.txt ']' [2026-05-08T07:08:21.307Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-05-08T07:08:21.307Z] + '[' /w/workspace/edgex-go/973 ']' [2026-05-08T07:08:21.307Z] + mkdir -p /w/workspace/edgex-go/973/archives/ [2026-05-08T07:08:21.307Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/973/archives/ [Pipeline] echo [2026-05-08T07:08:21.318Z] 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/973/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-05-08T07:08:21.598Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T07:08:22.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-08T07:08:22.155Z] [2026-05-08T07:08:22.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-08T07:08:22.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-08T07:08:22.562Z] latest: Pulling from edgex-lftools-log-publisher [2026-05-08T07:08:22.562Z] 5eb5b503b376: Pulling fs layer [2026-05-08T07:08:22.562Z] 5c69ac0246d0: Pulling fs layer [2026-05-08T07:08:22.562Z] ec43610c2a17: Pulling fs layer [2026-05-08T07:08:22.562Z] 3a2ae6a8a46f: Pulling fs layer [2026-05-08T07:08:22.562Z] 33b1e0a273af: Pulling fs layer [2026-05-08T07:08:22.562Z] 5d3b04190fa2: Pulling fs layer [2026-05-08T07:08:22.562Z] 2f39f015ded8: Pulling fs layer [2026-05-08T07:08:22.562Z] 3a2ae6a8a46f: Waiting [2026-05-08T07:08:22.562Z] 5d3b04190fa2: Waiting [2026-05-08T07:08:22.562Z] 2f39f015ded8: Waiting [2026-05-08T07:08:22.562Z] 33b1e0a273af: Waiting [2026-05-08T07:08:22.562Z] 5c69ac0246d0: Download complete [2026-05-08T07:08:22.562Z] 3a2ae6a8a46f: Download complete [2026-05-08T07:08:22.562Z] 33b1e0a273af: Verifying Checksum [2026-05-08T07:08:22.562Z] 33b1e0a273af: Download complete [2026-05-08T07:08:22.562Z] ec43610c2a17: Verifying Checksum [2026-05-08T07:08:22.562Z] ec43610c2a17: Download complete [2026-05-08T07:08:22.562Z] 5d3b04190fa2: Verifying Checksum [2026-05-08T07:08:22.562Z] 5d3b04190fa2: Download complete [2026-05-08T07:08:22.830Z] 5eb5b503b376: Verifying Checksum [2026-05-08T07:08:22.830Z] 5eb5b503b376: Download complete [2026-05-08T07:08:23.396Z] 2f39f015ded8: Verifying Checksum [2026-05-08T07:08:23.396Z] 2f39f015ded8: Download complete [2026-05-08T07:08:24.328Z] 5eb5b503b376: Pull complete [2026-05-08T07:08:24.585Z] 5c69ac0246d0: Pull complete [2026-05-08T07:08:25.149Z] ec43610c2a17: Pull complete [2026-05-08T07:08:25.149Z] 3a2ae6a8a46f: Pull complete [2026-05-08T07:08:25.406Z] 33b1e0a273af: Pull complete [2026-05-08T07:08:25.406Z] 5d3b04190fa2: Pull complete [2026-05-08T07:08:30.669Z] 2f39f015ded8: Pull complete [2026-05-08T07:08:30.669Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-05-08T07:08:30.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-08T07:08:30.669Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-08T07:08:30.767Z] prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container [2026-05-08T07:08:30.776Z] $ 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/973/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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-05-08T07:08:34.493Z] $ docker top 675f50ea319528450634de08db068568a7088d18b33af0f8623f1ec188debd40 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-08T07:08:34.855Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-05-08T07:08:35.140Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-05-08T07:08:35.432Z] + ls /var/log/sa-host [2026-05-08T07:08:35.432Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-08T07:08:35.474Z] provisioning config files... [2026-05-08T07:08:35.486Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/973@tmp/config13942430565113651187tmp [Pipeline] { [Pipeline] echo [2026-05-08T07:08:35.514Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:35.799Z] ---> create-netrc.sh [Pipeline] } [2026-05-08T07:08:35.806Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:36.123Z] ---> python-tools-install.sh [Pipeline] echo [2026-05-08T07:08:36.131Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:36.411Z] ---> sudo-logs.sh [2026-05-08T07:08:36.411Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-05-08T07:08:36.452Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:36.736Z] ---> job-cost.sh [2026-05-08T07:08:36.736Z] lf-activate-venv: SKIPPING [2026-05-08T07:08:36.736Z] DEBUG: total: 0.10999999940395355 [2026-05-08T07:08:36.736Z] INFO: Retrieving Stack Cost... [2026-05-08T07:08:37.304Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-05-08T07:08:37.563Z] INFO: Archiving Costs [Pipeline] echo [2026-05-08T07:08:37.575Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-08T07:08:37.857Z] ---> logs-deploy.sh [2026-05-08T07:08:37.857Z] lf-activate-venv: SKIPPING [2026-05-08T07:08:37.857Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/973 [2026-05-08T07:08:37.857Z] INFO: archiving workspace using pattern(s): [2026-05-08T07:08:38.792Z] Archives upload complete. [2026-05-08T07:08:38.792Z] INFO: archiving logs to Nexus