Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 40cd80bac603763c7752655dbe2af7a1b0c195ed 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-ssh4845763386570010719.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh18076648095332923502.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh7235275418398312028.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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-ssh13078873995894731360.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-ssh11969262773677833220.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-14355 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/988 [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/988 # 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 > 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 Avoid second fetch Checking out Revision 40cd80bac603763c7752655dbe2af7a1b0c195ed (main) Commit message: "Merge pull request #5447 from Old-Ding/pr/edgex-go/waitfor-file-uri-windows" > git config core.sparsecheckout # timeout=10 > git checkout -f 40cd80bac603763c7752655dbe2af7a1b0c195ed # timeout=10 > git rev-list --no-walk 7aa9423e7338f6f1ee5085feefc9755d477e0da4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-07-06T10:10:46.657Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-07-06T10:10:46.886Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-07-06T10:10:46.965Z] ========================================================= [2026-07-06T10:10:46.965Z] EdgeX Global Pipelines Version Info [2026-07-06T10:10:46.965Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-07-06T10:10:48.458Z] ------------------- [2026-07-06T10:10:48.458Z] stable info: [2026-07-06T10:10:48.458Z] ------------------- [2026-07-06T10:10:48.458Z] Commited By: Ginny Guan ginny@iotechsys.com [2026-07-06T10:10:48.458Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-07-06T10:10:48.458Z] Message: update stable to v1.0.281 [2026-07-06T10:10:49.412Z] ------------------- [2026-07-06T10:10:49.412Z] experimental info: [2026-07-06T10:10:49.412Z] ------------------- [2026-07-06T10:10:49.412Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-07-06T10:10:49.412Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-07-06T10:10:49.412Z] Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-07-06T10:10:49.589Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2026-07-06T10:10:49.633Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2026-07-06T10:10:49.660Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-07-06T10:10:49.870Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-07-06T10:10:49.930Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-07-06T10:10:49.962Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-07-06T10:10:50.018Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-07-06T10:10:50.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2026-07-06T10:10:50.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2026-07-06T10:10:50.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2026-07-06T10:10:50.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-07-06T10:10:50.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-07-06T10:10:50.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-07-06T10:10:50.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-07-06T10:10:50.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-07-06T10:10:50.378Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-07-06T10:10:50.430Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-07-06T10:10:50.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-07-06T10:10:50.473Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2026-07-06T10:10:50.534Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2026-07-06T10:10:50.627Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-07-06T10:10:50.705Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-07-06T10:10:50.779Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-07-06T10:10:50.829Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-07-06T10:10:50.853Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-07-06T10:10:50.877Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-07-06T10:10:50.961Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] echo [2026-07-06T10:10:51.011Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 40cd80b [Pipeline] echo [2026-07-06T10:10:51.081Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-06T10:10:51.210Z] provisioning config files... [2026-07-06T10:10:51.228Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config4617188036676601736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-06T10:10:51.889Z] ---> ****-login.sh [2026-07-06T10:10:51.889Z] nexus3.edgexfoundry.org:10001 [2026-07-06T10:10:51.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:10:52.157Z] [2026-07-06T10:10:52.157Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-06T10:10:52.157Z] Configure a credential helper to remove this warning. See [2026-07-06T10:10:52.157Z] https://docs.****.com/go/credential-store/ [2026-07-06T10:10:52.157Z] [2026-07-06T10:10:52.157Z] Login Succeeded [2026-07-06T10:10:52.157Z] nexus3.edgexfoundry.org:10002 [2026-07-06T10:10:52.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:10:52.157Z] [2026-07-06T10:10:52.157Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-06T10:10:52.158Z] Configure a credential helper to remove this warning. See [2026-07-06T10:10:52.158Z] https://docs.****.com/go/credential-store/ [2026-07-06T10:10:52.158Z] [2026-07-06T10:10:52.158Z] Login Succeeded [2026-07-06T10:10:52.158Z] nexus3.edgexfoundry.org:10003 [2026-07-06T10:10:52.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:10:52.158Z] [2026-07-06T10:10:52.158Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-06T10:10:52.158Z] Configure a credential helper to remove this warning. See [2026-07-06T10:10:52.158Z] https://docs.****.com/go/credential-store/ [2026-07-06T10:10:52.158Z] [2026-07-06T10:10:52.158Z] Login Succeeded [2026-07-06T10:10:52.158Z] nexus3.edgexfoundry.org:10004 [2026-07-06T10:10:52.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:10:52.450Z] [2026-07-06T10:10:52.450Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-06T10:10:52.450Z] Configure a credential helper to remove this warning. See [2026-07-06T10:10:52.450Z] https://docs.****.com/go/credential-store/ [2026-07-06T10:10:52.450Z] [2026-07-06T10:10:52.450Z] Login Succeeded [2026-07-06T10:10:52.450Z] ****.io [2026-07-06T10:10:52.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:10:52.733Z] [2026-07-06T10:10:52.733Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-06T10:10:52.733Z] Configure a credential helper to remove this warning. See [2026-07-06T10:10:52.733Z] https://docs.****.com/go/credential-store/ [2026-07-06T10:10:52.733Z] [2026-07-06T10:10:52.733Z] Login Succeeded [2026-07-06T10:10:52.733Z] ---> ****-login.sh ends [Pipeline] } [2026-07-06T10:10:52.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-06T10:10:53.477Z] + 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-07-06T10:10:53.477Z] + dirname cmd/core-command/Dockerfile [2026-07-06T10:10:53.477Z] + cut -d/ -f2 [2026-07-06T10:10:53.477Z] + echo core-command,cmd/core-command/Dockerfile [2026-07-06T10:10:53.477Z] + + cutdirname -d/ cmd/core-common-config-bootstrapper/Dockerfile -f2 [2026-07-06T10:10:53.477Z] [2026-07-06T10:10:53.477Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2026-07-06T10:10:53.477Z] + dirname cmd/core-data/Dockerfile [2026-07-06T10:10:53.477Z] + cut -d/ -f2 [2026-07-06T10:10:53.477Z] + echo core-data,cmd/core-data/Dockerfile [2026-07-06T10:10:53.477Z] + dirname cmd/core-keeper/Dockerfile [2026-07-06T10:10:53.477Z] + cut -d/ -f2 [2026-07-06T10:10:53.477Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2026-07-06T10:10:53.477Z] + dirname cmd/core-metadata/Dockerfile [2026-07-06T10:10:53.477Z] + cut -d/ -f2 [2026-07-06T10:10:53.477Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2026-07-06T10:10:53.477Z] + dirname cmd/security-bootstrapper/Dockerfile [2026-07-06T10:10:53.477Z] + cut -d/ -f2 [2026-07-06T10:10:53.477Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2026-07-06T10:10:53.477Z] + dirname cmd/security-proxy-auth/Dockerfile [2026-07-06T10:10:53.477Z] + cut -d/ -f2 [2026-07-06T10:10:53.477Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2026-07-06T10:10:53.477Z] + dirname cmd/security-proxy-setup/Dockerfile [2026-07-06T10:10:53.477Z] + cut -d/ -f2 [2026-07-06T10:10:53.477Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2026-07-06T10:10:53.479Z] + dirname cmd/security-secretstore-setup/Dockerfile [2026-07-06T10:10:53.479Z] + cut -d/ -f2 [2026-07-06T10:10:53.479Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2026-07-06T10:10:53.479Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2026-07-06T10:10:53.479Z] + cut -d/ -f2 [2026-07-06T10:10:53.479Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2026-07-06T10:10:53.479Z] + dirname cmd/security-spire-agent/Dockerfile+ [2026-07-06T10:10:53.479Z] cut -d/ -f2 [2026-07-06T10:10:53.479Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2026-07-06T10:10:53.479Z] + dirname cmd/security-spire-config/Dockerfile [2026-07-06T10:10:53.479Z] + cut -d/ -f2 [2026-07-06T10:10:53.479Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2026-07-06T10:10:53.479Z] + dirname cmd/security-spire-server/Dockerfile [2026-07-06T10:10:53.479Z] + cut -d/ -f2 [2026-07-06T10:10:53.479Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2026-07-06T10:10:53.479Z] + dirname cmd/support-notifications/Dockerfile [2026-07-06T10:10:53.479Z] + cut -d/ -f2 [2026-07-06T10:10:53.479Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2026-07-06T10:10:53.479Z] + dirname cmd/support-scheduler/Dockerfile [2026-07-06T10:10:53.479Z] + cut -d/ -f2 [2026-07-06T10:10:53.479Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2026-07-06T10:10:53.567Z] 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-07-06T10:10:54.119Z] + git rev-list -1 --merges 40cd80bac603763c7752655dbe2af7a1b0c195ed~1..40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] echo [2026-07-06T10:10:54.195Z] -----------> git rev-list -1 --merges 40cd80bac603763c7752655dbe2af7a1b0c195ed~1..40cd80bac603763c7752655dbe2af7a1b0c195ed 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:10:54.195Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [false] [Pipeline] sh [2026-07-06T10:10:54.531Z] + git log --format=format:%s -1 40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] echo [2026-07-06T10:10:54.548Z] ========================================================= [2026-07-06T10:10:54.548Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-07-06T10:10:54.548Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-07-06T10:10:55.158Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-06T10:10:55.158Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-07-06T10:10:55.158Z] + [ -e /tmp/ssh_known_hosts ] [2026-07-06T10:10:55.158Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-07-06T10:10:55.158Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-07-06T10:10:55.158Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-07-06T10:10:55.158Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:10:56.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-06T10:10:56.030Z] [2026-07-06T10:10:56.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:10:56.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-06T10:10:56.411Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-07-06T10:10:56.411Z] 3dae71ba6b94: Pulling fs layer [2026-07-06T10:10:56.411Z] 6bf1a483ea7c: Pulling fs layer [2026-07-06T10:10:56.411Z] f5dfc541a4d3: Pulling fs layer [2026-07-06T10:10:56.411Z] 461d9e800cba: Pulling fs layer [2026-07-06T10:10:56.411Z] 80192f66455f: Pulling fs layer [2026-07-06T10:10:56.411Z] 2e8e34ca0e6c: Pulling fs layer [2026-07-06T10:10:56.411Z] a29436f7fd5d: Pulling fs layer [2026-07-06T10:10:56.411Z] 923cac83aea3: Pulling fs layer [2026-07-06T10:10:56.411Z] 25ad8b0a4227: Pulling fs layer [2026-07-06T10:10:56.411Z] 461d9e800cba: Waiting [2026-07-06T10:10:56.411Z] db01528c6b51: Pulling fs layer [2026-07-06T10:10:56.411Z] 80192f66455f: Waiting [2026-07-06T10:10:56.411Z] 28988de357af: Pulling fs layer [2026-07-06T10:10:56.411Z] 2e8e34ca0e6c: Waiting [2026-07-06T10:10:56.411Z] a29436f7fd5d: Waiting [2026-07-06T10:10:56.411Z] 923cac83aea3: Waiting [2026-07-06T10:10:56.411Z] 25ad8b0a4227: Waiting [2026-07-06T10:10:56.411Z] db01528c6b51: Waiting [2026-07-06T10:10:56.411Z] 28988de357af: Waiting [2026-07-06T10:10:56.411Z] 6bf1a483ea7c: Verifying Checksum [2026-07-06T10:10:56.411Z] 6bf1a483ea7c: Download complete [2026-07-06T10:10:56.411Z] 461d9e800cba: Verifying Checksum [2026-07-06T10:10:56.411Z] 461d9e800cba: Download complete [2026-07-06T10:10:56.411Z] 80192f66455f: Verifying Checksum [2026-07-06T10:10:56.411Z] 80192f66455f: Download complete [2026-07-06T10:10:56.674Z] f5dfc541a4d3: Verifying Checksum [2026-07-06T10:10:56.674Z] f5dfc541a4d3: Download complete [2026-07-06T10:10:56.674Z] 3dae71ba6b94: Verifying Checksum [2026-07-06T10:10:56.674Z] 3dae71ba6b94: Download complete [2026-07-06T10:10:56.674Z] 923cac83aea3: Verifying Checksum [2026-07-06T10:10:56.674Z] 923cac83aea3: Download complete [2026-07-06T10:10:56.674Z] 25ad8b0a4227: Verifying Checksum [2026-07-06T10:10:56.674Z] 25ad8b0a4227: Download complete [2026-07-06T10:10:56.674Z] db01528c6b51: Verifying Checksum [2026-07-06T10:10:56.674Z] db01528c6b51: Download complete [2026-07-06T10:10:56.674Z] 28988de357af: Verifying Checksum [2026-07-06T10:10:56.674Z] 28988de357af: Download complete [2026-07-06T10:10:56.940Z] a29436f7fd5d: Verifying Checksum [2026-07-06T10:10:56.940Z] a29436f7fd5d: Download complete [2026-07-06T10:10:57.511Z] 2e8e34ca0e6c: Verifying Checksum [2026-07-06T10:10:57.511Z] 2e8e34ca0e6c: Download complete [2026-07-06T10:10:58.083Z] 3dae71ba6b94: Pull complete [2026-07-06T10:10:58.344Z] 6bf1a483ea7c: Pull complete [2026-07-06T10:10:58.913Z] f5dfc541a4d3: Pull complete [2026-07-06T10:10:58.913Z] 461d9e800cba: Pull complete [2026-07-06T10:10:58.913Z] 80192f66455f: Pull complete [2026-07-06T10:11:04.224Z] 2e8e34ca0e6c: Pull complete [2026-07-06T10:11:04.224Z] a29436f7fd5d: Pull complete [2026-07-06T10:11:04.224Z] 923cac83aea3: Pull complete [2026-07-06T10:11:04.224Z] 25ad8b0a4227: Pull complete [2026-07-06T10:11:04.224Z] db01528c6b51: Pull complete [2026-07-06T10:11:04.484Z] 28988de357af: Pull complete [2026-07-06T10:11:04.484Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-07-06T10:11:04.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-06T10:11:04.484Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T10:11:04.659Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T10:11:04.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T10:11:06.196Z] $ docker top a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 -eo pid,comm [2026-07-06T10:11:06.250Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-07-06T10:11:06.250Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-06T10:11:06.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-06T10:11:06.350Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-06T10:11:06.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-06T10:11:06.455Z] $ docker exec a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent [2026-07-06T10:11:06.551Z] SSH_AUTH_SOCK=/tmp/ssh-cVEZCx9j1rDz/agent.33 [2026-07-06T10:11:06.552Z] SSH_AGENT_PID=39 [2026-07-06T10:11:06.558Z] Running ssh-add (command line suppressed) [2026-07-06T10:11:06.659Z] Identity added: /w/workspace/edgex-go/988@tmp/private_key_5259458132204620774.key (/w/workspace/edgex-go/988@tmp/private_key_5259458132204620774.key) [2026-07-06T10:11:06.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-06T10:11:06.990Z] + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] sh [2026-07-06T10:11:07.283Z] + git tag --points-at HEAD [Pipeline] } [2026-07-06T10:11:07.290Z] $ docker exec --env ******** --env ******** a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent -k [2026-07-06T10:11:07.393Z] unset SSH_AUTH_SOCK; [2026-07-06T10:11:07.394Z] unset SSH_AGENT_PID; [2026-07-06T10:11:07.394Z] echo Agent pid 39 killed; [2026-07-06T10:11:07.405Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-07-06T10:11:07.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-06T10:11:07.615Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-06T10:11:07.718Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-06T10:11:07.717Z] $ docker exec a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent [2026-07-06T10:11:07.985Z] SSH_AUTH_SOCK=/tmp/ssh-ruIjv2DFmeSJ/agent.86 [2026-07-06T10:11:07.985Z] SSH_AGENT_PID=92 [2026-07-06T10:11:08.014Z] Running ssh-add (command line suppressed) [2026-07-06T10:11:08.113Z] Identity added: /w/workspace/edgex-go/988@tmp/private_key_6792343223519408340.key (/w/workspace/edgex-go/988@tmp/private_key_6792343223519408340.key) [2026-07-06T10:11:08.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-06T10:11:08.553Z] + git semver init [2026-07-06T10:11:09.001Z] 2026-07-06 10:11:08,727 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-06T10:11:09.001Z] 2026-07-06 10:11:08,733 [run_init] DEBUG init version:0.0.0 force:False [2026-07-06T10:11:09.001Z] 2026-07-06 10:11:08,734 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/988/.semver [2026-07-06T10:11:09.001Z] 2026-07-06 10:11:08,734 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/988/.semver [2026-07-06T10:11:09.001Z] 2026-07-06 10:11:08,734 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/988/.semver'], cwd=/w/workspace/edgex-go/988, stdin=None, shell=False, universal_newlines=False) [2026-07-06T10:11:13.551Z] 2026-07-06 10:11:13,333 [append_file] DEBUG append to file:/w/workspace/edgex-go/988/.git/info/exclude [2026-07-06T10:11:13.551Z] 2026-07-06 10:11:13,334 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/988/.semver/main with force:False [2026-07-06T10:11:13.551Z] 2026-07-06 10:11:13,334 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T10:11:13.551Z] 2026-07-06 10:11:13,334 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T10:11:13.551Z] 4.1.0-dev.123 [Pipeline] } [2026-07-06T10:11:13.614Z] $ docker exec --env ******** --env ******** a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent -k [2026-07-06T10:11:13.712Z] unset SSH_AUTH_SOCK; [2026-07-06T10:11:13.713Z] unset SSH_AGENT_PID; [2026-07-06T10:11:13.713Z] echo Agent pid 92 killed; [2026-07-06T10:11:13.758Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-06T10:11:14.242Z] + git semver [Pipeline] } [2026-07-06T10:11:14.602Z] $ docker stop --time=1 a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 [2026-07-06T10:11:15.886Z] $ docker rm -f --volumes a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-06T10:11:16.550Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-07-06T10:11:17.210Z] Stashed 1 file(s) [Pipeline] echo [2026-07-06T10:11:17.232Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.123 [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-07-06T10:11:18.240Z] + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] echo [2026-07-06T10:11:18.308Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-06T10:11:18.384Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-06T10:11:18.619Z] ========================================================= [2026-07-06T10:11:18.619Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-07-06T10:11:18.619Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-07-06T10:11:19.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-07-06T10:11:19.009Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-07-06T10:11:19.009Z] 2d35ebdb57d9: Pulling fs layer [2026-07-06T10:11:19.009Z] c35fb4624d26: Pulling fs layer [2026-07-06T10:11:19.009Z] 4e2aec7ef170: Pulling fs layer [2026-07-06T10:11:19.009Z] 333b49ad6fbf: Pulling fs layer [2026-07-06T10:11:19.009Z] 4f4fb700ef54: Pulling fs layer [2026-07-06T10:11:19.009Z] c3e65509a76b: Pulling fs layer [2026-07-06T10:11:19.009Z] 7cf9ebb963bd: Pulling fs layer [2026-07-06T10:11:19.009Z] bb34ca984cfb: Pulling fs layer [2026-07-06T10:11:19.009Z] 151cf03bc807: Pulling fs layer [2026-07-06T10:11:19.009Z] c3e65509a76b: Waiting [2026-07-06T10:11:19.009Z] 7cf9ebb963bd: Waiting [2026-07-06T10:11:19.009Z] bb34ca984cfb: Waiting [2026-07-06T10:11:19.009Z] 151cf03bc807: Waiting [2026-07-06T10:11:19.009Z] 333b49ad6fbf: Waiting [2026-07-06T10:11:19.009Z] c35fb4624d26: Verifying Checksum [2026-07-06T10:11:19.009Z] c35fb4624d26: Download complete [2026-07-06T10:11:19.009Z] 333b49ad6fbf: Download complete [2026-07-06T10:11:19.009Z] 4f4fb700ef54: Download complete [2026-07-06T10:11:19.009Z] c3e65509a76b: Download complete [2026-07-06T10:11:19.009Z] 2d35ebdb57d9: Verifying Checksum [2026-07-06T10:11:19.009Z] 2d35ebdb57d9: Download complete [2026-07-06T10:11:19.283Z] 7cf9ebb963bd: Verifying Checksum [2026-07-06T10:11:19.283Z] 7cf9ebb963bd: Download complete [2026-07-06T10:11:19.283Z] 2d35ebdb57d9: Pull complete [2026-07-06T10:11:19.283Z] c35fb4624d26: Pull complete [2026-07-06T10:11:19.283Z] 151cf03bc807: Verifying Checksum [2026-07-06T10:11:19.283Z] 151cf03bc807: Download complete [2026-07-06T10:11:19.541Z] 4e2aec7ef170: Verifying Checksum [2026-07-06T10:11:19.541Z] 4e2aec7ef170: Download complete [2026-07-06T10:11:19.802Z] bb34ca984cfb: Verifying Checksum [2026-07-06T10:11:19.802Z] bb34ca984cfb: Download complete [2026-07-06T10:11:25.130Z] 4e2aec7ef170: Pull complete [2026-07-06T10:11:25.130Z] 333b49ad6fbf: Pull complete [2026-07-06T10:11:25.130Z] 4f4fb700ef54: Pull complete [2026-07-06T10:11:25.130Z] c3e65509a76b: Pull complete [2026-07-06T10:11:25.391Z] 7cf9ebb963bd: Pull complete [2026-07-06T10:11:28.203Z] bb34ca984cfb: Pull complete [2026-07-06T10:11:28.771Z] 151cf03bc807: Pull complete [2026-07-06T10:11:28.771Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-07-06T10:11:28.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-07-06T10:11:28.771Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-07-06T10:11:29.083Z] + docker build -t ci-base-image-x86_64 -f - . [2026-07-06T10:11:29.083Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-07-06T10:11:29.083Z] WORKDIR /edgex [2026-07-06T10:11:29.083Z] COPY go.mod . [2026-07-06T10:11:29.083Z] RUN go mod download [2026-07-06T10:11:29.650Z] #0 building with "default" instance using docker driver [2026-07-06T10:11:29.650Z] [2026-07-06T10:11:29.650Z] #1 [internal] load build definition from Dockerfile [2026-07-06T10:11:29.650Z] #1 transferring dockerfile: 164B done [2026-07-06T10:11:29.650Z] #1 DONE 0.0s [2026-07-06T10:11:29.650Z] [2026-07-06T10:11:29.650Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-07-06T10:11:29.650Z] #2 DONE 0.0s [2026-07-06T10:11:29.650Z] [2026-07-06T10:11:29.650Z] #3 [internal] load .dockerignore [2026-07-06T10:11:29.650Z] #3 transferring context: 50B done [2026-07-06T10:11:29.650Z] #3 DONE 0.0s [2026-07-06T10:11:29.650Z] [2026-07-06T10:11:29.650Z] #4 [internal] load build context [2026-07-06T10:11:29.650Z] #4 transferring context: 7.01kB done [2026-07-06T10:11:29.650Z] #4 DONE 0.0s [2026-07-06T10:11:29.650Z] [2026-07-06T10:11:29.650Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-07-06T10:11:29.650Z] #5 DONE 0.1s [2026-07-06T10:11:29.907Z] [2026-07-06T10:11:29.907Z] #6 [2/4] WORKDIR /edgex [2026-07-06T10:11:30.844Z] #6 DONE 1.2s [2026-07-06T10:11:31.103Z] [2026-07-06T10:11:31.103Z] #7 [3/4] COPY go.mod . [2026-07-06T10:11:31.103Z] #7 DONE 0.0s [2026-07-06T10:11:31.103Z] [2026-07-06T10:11:31.103Z] #8 [4/4] RUN go mod download [2026-07-06T10:11:32.584Z] Still waiting to schedule task [2026-07-06T10:11:32.585Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2026-07-06T10:12:00.558Z] #8 DONE 28.3s [2026-07-06T10:12:00.559Z] [2026-07-06T10:12:00.559Z] #9 exporting to image [2026-07-06T10:12:00.559Z] #9 exporting layers [2026-07-06T10:12:03.462Z] #9 exporting layers 3.9s done [2026-07-06T10:12:03.462Z] #9 writing image sha256:d775f87eb2e22c7856c9f3e27d4068a47eea3b800b8e3058cb05d1456dd2d52e done [2026-07-06T10:12:03.462Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2026-07-06T10:12:03.462Z] #9 DONE 3.9s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:12:03.822Z] + docker inspect -f . ci-base-image-x86_64 [2026-07-06T10:12:03.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T10:12:04.093Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T10:12:04.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T10:12:04.620Z] $ docker top ba8eb99a5c5026bb3f347ca491f60dafd0be729967805987950c8c916e931154 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-06T10:12:05.170Z] + go version [2026-07-06T10:12:05.171Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-07-06T10:12:05.185Z] $ docker stop --time=1 ba8eb99a5c5026bb3f347ca491f60dafd0be729967805987950c8c916e931154 [2026-07-06T10:12:06.463Z] $ docker rm -f --volumes ba8eb99a5c5026bb3f347ca491f60dafd0be729967805987950c8c916e931154 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:12:07.645Z] + docker inspect -f . ci-base-image-x86_64 [2026-07-06T10:12:07.645Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T10:12:07.939Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T10:12:07.982Z] $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T10:12:08.234Z] $ docker top 70f3c47f5df594f01db117622a390a75a7bfd0254373d4f673f38cdbae468ab7 -eo pid,comm [Pipeline] { [Pipeline] echo [2026-07-06T10:12:08.409Z] ========================================================= [2026-07-06T10:12:08.409Z] [edgeXBuildGoParallel] Running Tests and Build... [2026-07-06T10:12:08.409Z] ========================================================= [Pipeline] sh [2026-07-06T10:12:08.764Z] + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] fileExists [Pipeline] sh [2026-07-06T10:12:09.157Z] + make test [2026-07-06T10:12:09.157Z] go test -race -coverprofile=coverage.out ./... [2026-07-06T10:12:17.852Z] ? github.com/edgexfoundry/edgex-go [no test files] [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2026-07-06T10:12:50.768Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2026-07-06T10:12:54.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.038s coverage: 97.0% of statements [2026-07-06T10:12:56.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.123s coverage: 71.0% of statements [2026-07-06T10:12:56.904Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2026-07-06T10:12:56.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.027s coverage: 4.8% of statements [2026-07-06T10:12:56.904Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2026-07-06T10:12:56.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.076s coverage: 57.3% of statements [2026-07-06T10:12:56.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.027s coverage: 86.5% of statements [2026-07-06T10:12:56.905Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2026-07-06T10:12:56.905Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2026-07-06T10:12:57.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.448s coverage: 94.2% of statements [2026-07-06T10:12:57.518Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2026-07-06T10:12:57.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.070s coverage: 90.7% of statements [2026-07-06T10:12:57.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2026-07-06T10:12:57.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.025s coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2026-07-06T10:12:57.519Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2026-07-06T10:12:58.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.055s coverage: 11.1% of statements [2026-07-06T10:12:58.924Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2026-07-06T10:12:58.924Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.439s coverage: 97.7% of statements [2026-07-06T10:13:00.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2026-07-06T10:13:00.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.038s coverage: 72.2% of statements [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2026-07-06T10:13:00.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2026-07-06T10:13:04.243Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.051s coverage: 3.5% of statements [2026-07-06T10:13:04.243Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2026-07-06T10:13:04.243Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2026-07-06T10:13:04.243Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.058s coverage: 1.0% of statements [2026-07-06T10:13:04.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2026-07-06T10:13:04.243Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 38.2% of statements [2026-07-06T10:13:04.243Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements [2026-07-06T10:13:04.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2026-07-06T10:13:04.243Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2026-07-06T10:13:04.243Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2026-07-06T10:13:04.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements [2026-07-06T10:13:04.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements [2026-07-06T10:13:04.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 89.5% of statements [2026-07-06T10:13:05.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.039s coverage: 93.1% of statements [2026-07-06T10:13:05.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2026-07-06T10:13:10.794Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-14356 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2026-07-06T10:13:10.825Z] Running in /w/workspace/edgex-go/988 [Pipeline] { [Pipeline] checkout [2026-07-06T10:13:10.973Z] The recommended git tool is: git [2026-07-06T10:13:16.120Z] using credential edgex-jenkins-ssh [2026-07-06T10:13:16.155Z] Cloning the remote Git repository [2026-07-06T10:13:16.196Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2026-07-06T10:13:16.280Z] > git init /w/workspace/edgex-go/988 # timeout=10 [2026-07-06T10:13:16.641Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2026-07-06T10:13:16.642Z] > git --version # timeout=10 [2026-07-06T10:13:16.661Z] > git --version # 'git version 2.25.1' [2026-07-06T10:13:16.663Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-07-06T10:13:16.797Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-07-06T10:13:18.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.055s coverage: 94.1% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements [2026-07-06T10:13:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.036s coverage: 62.3% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.035s coverage: 47.4% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.047s coverage: 82.1% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2026-07-06T10:13:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.037s coverage: 33.3% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.037s coverage: 100.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.163s coverage: 54.8% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.6% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.046s coverage: 20.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.046s coverage: 96.8% of statements [2026-07-06T10:13:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2026-07-06T10:13:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.022s coverage: 100.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.155s coverage: 29.2% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 93.8% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.017s coverage: 3.1% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.025s coverage: 76.2% of statements [2026-07-06T10:13:28.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.033s coverage: 54.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2026-07-06T10:13:28.226Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.062s coverage: 17.1% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.117s coverage: 94.9% of statements [2026-07-06T10:13:31.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2026-07-06T10:13:31.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.024s coverage: 9.0% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements [2026-07-06T10:13:31.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2026-07-06T10:13:31.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 47.1% of statements [2026-07-06T10:13:31.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2026-07-06T10:13:31.661Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-07-06T10:13:31.661Z] 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-07-06T10:13:31.925Z] running golangci-lint [2026-07-06T10:13:32.221Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2026-07-06T10:13:32.221Z] go version go1.25.2 linux/amd64 [2026-07-06T10:13:32.517Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2026-07-06T10:13:32.517Z] level=info msg="[config_reader] Used config file .golangci.yml" [2026-07-06T10:13:32.517Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2026-07-06T10:13:32.517Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2026-07-06T10:13:32.517Z] level=info msg="[goenv] Read go env for 4.979524ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2026-07-06T10:13:32.517Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2026-07-06T10:13:34.595Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2026-07-06T10:13:34.622Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-07-06T10:13:35.930Z] Avoid second fetch [2026-07-06T10:13:35.931Z] Checking out Revision 40cd80bac603763c7752655dbe2af7a1b0c195ed (main) [2026-07-06T10:13:36.933Z] Commit message: "Merge pull request #5447 from Old-Ding/pr/edgex-go/waitfor-file-uri-windows" [2026-07-06T10:13:35.953Z] > git config core.sparsecheckout # timeout=10 [2026-07-06T10:13:36.016Z] > git checkout -f 40cd80bac603763c7752655dbe2af7a1b0c195ed # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-06T10:13:42.399Z] provisioning config files... [2026-07-06T10:13:42.442Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config10469200080114726572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-06T10:13:43.328Z] ---> ****-login.sh [2026-07-06T10:13:43.328Z] nexus3.edgexfoundry.org:10001 [2026-07-06T10:13:43.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:13:43.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T10:13:43.875Z] Configure a credential helper to remove this warning. See [2026-07-06T10:13:43.875Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T10:13:43.875Z] [2026-07-06T10:13:43.875Z] Login Succeeded [2026-07-06T10:13:43.875Z] nexus3.edgexfoundry.org:10002 [2026-07-06T10:13:44.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:13:44.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T10:13:44.145Z] Configure a credential helper to remove this warning. See [2026-07-06T10:13:44.145Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T10:13:44.145Z] [2026-07-06T10:13:44.145Z] Login Succeeded [2026-07-06T10:13:44.145Z] nexus3.edgexfoundry.org:10003 [2026-07-06T10:13:44.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:13:44.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T10:13:44.424Z] Configure a credential helper to remove this warning. See [2026-07-06T10:13:44.424Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T10:13:44.424Z] [2026-07-06T10:13:44.424Z] Login Succeeded [2026-07-06T10:13:44.692Z] nexus3.edgexfoundry.org:10004 [2026-07-06T10:13:44.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:13:44.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T10:13:44.974Z] Configure a credential helper to remove this warning. See [2026-07-06T10:13:44.974Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T10:13:44.974Z] [2026-07-06T10:13:44.974Z] Login Succeeded [2026-07-06T10:13:44.974Z] ****.io [2026-07-06T10:13:45.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:13:45.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T10:13:45.511Z] Configure a credential helper to remove this warning. See [2026-07-06T10:13:45.511Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T10:13:45.511Z] [2026-07-06T10:13:45.511Z] Login Succeeded [2026-07-06T10:13:45.511Z] ---> ****-login.sh ends [Pipeline] } [2026-07-06T10:13:45.530Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2026-07-06T10:13:46.173Z] + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] echo [2026-07-06T10:13:46.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-06T10:13:46.212Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-06T10:13:46.227Z] ========================================================= [2026-07-06T10:13:46.227Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-07-06T10:13:46.227Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-07-06T10:13:46.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-07-06T10:13:46.894Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-07-06T10:13:46.894Z] 6b59a28fa201: Pulling fs layer [2026-07-06T10:13:46.894Z] d32bb0dddca7: Pulling fs layer [2026-07-06T10:13:46.894Z] 5dab1238d3d9: Pulling fs layer [2026-07-06T10:13:46.894Z] 196fd7d83e7d: Pulling fs layer [2026-07-06T10:13:46.894Z] 4f4fb700ef54: Pulling fs layer [2026-07-06T10:13:46.894Z] 8ba94037c8f0: Pulling fs layer [2026-07-06T10:13:46.894Z] deaec5988b04: Pulling fs layer [2026-07-06T10:13:46.894Z] 9f65657bb879: Pulling fs layer [2026-07-06T10:13:46.894Z] 4f4fb700ef54: Waiting [2026-07-06T10:13:46.894Z] 196fd7d83e7d: Waiting [2026-07-06T10:13:46.894Z] 9f65657bb879: Waiting [2026-07-06T10:13:46.894Z] deaec5988b04: Waiting [2026-07-06T10:13:46.894Z] 8ba94037c8f0: Waiting [2026-07-06T10:13:46.894Z] d32bb0dddca7: Verifying Checksum [2026-07-06T10:13:46.894Z] d32bb0dddca7: Download complete [2026-07-06T10:13:46.894Z] 196fd7d83e7d: Verifying Checksum [2026-07-06T10:13:46.894Z] 196fd7d83e7d: Download complete [2026-07-06T10:13:46.894Z] 4f4fb700ef54: Verifying Checksum [2026-07-06T10:13:46.894Z] 4f4fb700ef54: Download complete [2026-07-06T10:13:46.894Z] 8ba94037c8f0: Verifying Checksum [2026-07-06T10:13:46.894Z] 8ba94037c8f0: Download complete [2026-07-06T10:13:46.894Z] 6b59a28fa201: Download complete [2026-07-06T10:13:47.887Z] 9f65657bb879: Verifying Checksum [2026-07-06T10:13:47.887Z] 9f65657bb879: Download complete [2026-07-06T10:13:47.887Z] 6b59a28fa201: Pull complete [2026-07-06T10:13:48.481Z] d32bb0dddca7: Pull complete [2026-07-06T10:13:48.779Z] 5dab1238d3d9: Verifying Checksum [2026-07-06T10:13:48.779Z] 5dab1238d3d9: Download complete [2026-07-06T10:13:50.280Z] deaec5988b04: Verifying Checksum [2026-07-06T10:13:50.280Z] deaec5988b04: Download complete [2026-07-06T10:14:00.273Z] level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|exports_file|files|name|deps|imports|types_sizes) took 23.698971004s" [2026-07-06T10:14:00.273Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.446941ms" [2026-07-06T10:14:02.425Z] 5dab1238d3d9: Pull complete [2026-07-06T10:14:02.425Z] 196fd7d83e7d: Pull complete [2026-07-06T10:14:02.425Z] 4f4fb700ef54: Pull complete [2026-07-06T10:14:02.721Z] 8ba94037c8f0: Pull complete [2026-07-06T10:14:10.851Z] deaec5988b04: Pull complete [2026-07-06T10:14:10.918Z] level=info msg="[linters_context/goanalysis] analyzers took 2m4.297945058s with top 10 stages: buildir: 1m4.758308208s, gosec: 3.148257082s, fact_deprecated: 2.721311526s, inspect: 2.643649725s, printf: 1.957603175s, fact_purity: 1.881088319s, ctrlflow: 1.81566408s, nilness: 1.397005988s, S1038: 1.217989475s, unused: 1.023131953s" [2026-07-06T10:14:10.918Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2026-07-06T10:14:10.918Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2026-07-06T10:14:10.918Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2026-07-06T10:14:10.918Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2026-07-06T10:14:10.918Z] level=info msg="[runner] Processors filtering stat (in/out): invalid_issue: 35/35, exclusion_paths: 35/35, cgo: 35/35, filename_unadjuster: 35/35, path_absoluter: 35/35, path_relativity: 35/35, generated_file_filter: 35/22, exclusion_rules: 22/21, nolint_filter: 21/0" [2026-07-06T10:14:10.918Z] level=info msg="[runner] processing took 7.754471ms with stages: nolint_filter: 6.825568ms, generated_file_filter: 709.992µs, exclusion_rules: 120.375µs, exclusion_paths: 45.988µs, path_relativity: 35.979µs, cgo: 4.55µs, path_absoluter: 3.02µs, sort_results: 2.52µs, invalid_issue: 1.799µs, filename_unadjuster: 1.11µs, fixer: 800ns, max_same_issues: 650ns, diff: 420ns, uniq_by_line: 410ns, path_prettifier: 390ns, severity-rules: 200ns, path_shortener: 200ns, max_per_file_from_linter: 180ns, max_from_linter: 170ns, source_code: 150ns" [2026-07-06T10:14:10.918Z] level=info msg="[runner] linters took 13.394349758s with stages: goanalysis_metalinter: 13.386488301s" [2026-07-06T10:14:10.918Z] 0 issues. [2026-07-06T10:14:10.918Z] level=info msg="File cache stats: 0 entries of total size 0B" [2026-07-06T10:14:10.918Z] level=info msg="Memory: 372 samples, avg is 334.5MB, max is 1271.8MB" [2026-07-06T10:14:10.918Z] level=info msg="Execution took 37.145445155s" [2026-07-06T10:14:10.918Z] go vet ./... [2026-07-06T10:14:12.952Z] 9f65657bb879: Pull complete [2026-07-06T10:14:12.952Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-07-06T10:14:12.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-07-06T10:14:12.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-07-06T10:14:13.477Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-07-06T10:14:13.477Z] WORKDIR /edgex [2026-07-06T10:14:13.477Z] COPY go.mod . [2026-07-06T10:14:13.477Z] RUN go mod download [2026-07-06T10:14:13.477Z] + docker build -t ci-base-image-arm64 -f - . [2026-07-06T10:14:14.247Z] Sending build context to Docker daemon 3.93MB [2026-07-06T10:14:14.247Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-07-06T10:14:14.247Z] ---> 334268110677 [2026-07-06T10:14:14.247Z] Step 2/4 : WORKDIR /edgex [2026-07-06T10:14:16.384Z] ---> Running in a49801fd37fc [2026-07-06T10:14:16.384Z] Removing intermediate container a49801fd37fc [2026-07-06T10:14:16.384Z] ---> 63598ac9d788 [2026-07-06T10:14:16.384Z] Step 3/4 : COPY go.mod . [2026-07-06T10:14:16.997Z] ---> 20cf4221ff0d [2026-07-06T10:14:16.997Z] Step 4/4 : RUN go mod download [2026-07-06T10:14:16.997Z] ---> Running in 2453c090c645 [2026-07-06T10:14:18.119Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-07-06T10:14:18.119Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-07-06T10:14:18.119Z] ./bin/test-attribution-txt.sh [2026-07-06T10:14:18.119Z] An attribution for github.com/ebitengine/purego is missing from Attribution.txt, please add [2026-07-06T10:14:18.119Z] An attribution for github.com/go-openapi/runtime/server-middleware is missing from Attribution.txt, please add [2026-07-06T10:14:18.119Z] An attribution for github.com/openziti/channel/v5 is missing from Attribution.txt, please add [2026-07-06T10:14:18.119Z] An attribution for github.com/shirou/gopsutil/v4 is missing from Attribution.txt, please add [Pipeline] echo [2026-07-06T10:14:18.163Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] sh [2026-07-06T10:14:18.606Z] + ls -al . [2026-07-06T10:14:18.606Z] total 1408 [2026-07-06T10:14:18.606Z] drwxrwxr-x 11 1001 1001 4096 Jul 6 10:12 . [2026-07-06T10:14:18.606Z] drwxr-xr-x 4 root root 4096 Jul 6 10:12 .. [2026-07-06T10:14:18.606Z] drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 .blubracket [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 10 Jul 6 10:10 .dockerignore [2026-07-06T10:14:18.606Z] drwxrwxr-x 8 1001 1001 4096 Jul 6 10:13 .git [2026-07-06T10:14:18.606Z] drwxrwxr-x 3 1001 1001 4096 Jul 6 10:10 .github [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 909 Jul 6 10:10 .gitignore [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 359 Jul 6 10:10 .golangci.yml [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 100 Jul 6 10:10 .hadolint.yml [2026-07-06T10:14:18.606Z] drwxr-xr-x 3 1001 1001 4096 Jul 6 10:11 .semver [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 155 Jul 6 10:10 .sonarcloud.properties [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 1171 Jul 6 10:10 ADOPTERS.md [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 20149 Jul 6 10:10 Attribution.txt [2026-07-06T10:14:18.606Z] -rw-rw-r-- 1 1001 1001 118730 Jul 6 10:10 CHANGELOG.md [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 3804 Jul 6 10:10 CONTRIBUTING.md [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 677 Jul 6 10:10 GOVERNANCE.md [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 886 Jul 6 10:10 Jenkinsfile [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 10775 Jul 6 10:10 LICENSE [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 16743 Jul 6 10:10 Makefile [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 582 Jul 6 10:10 OWNERS.md [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 9932 Jul 6 10:10 README.md [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 789 Jul 6 10:10 SECURITY.md [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 13 Jul 6 10:11 VERSION [2026-07-06T10:14:18.607Z] drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 bin [2026-07-06T10:14:18.607Z] drwxrwxr-x 19 1001 1001 4096 Jul 6 10:10 cmd [2026-07-06T10:14:18.607Z] -rw-r--r-- 1 root root 1050063 Jul 6 10:13 coverage.out [2026-07-06T10:14:18.607Z] drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 fuzz_test [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 6979 Jul 6 10:10 go.mod [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 90491 Jul 6 10:10 go.sum [2026-07-06T10:14:18.607Z] drwxrwxr-x 7 1001 1001 4096 Jul 6 10:10 internal [2026-07-06T10:14:18.607Z] drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 openapi [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 584 Jul 6 10:10 security.txt [2026-07-06T10:14:18.607Z] -rw-rw-r-- 1 1001 1001 204 Jul 6 10:10 version.go [Pipeline] sh [2026-07-06T10:14:19.047Z] + '[' -e coverage.out ] [2026-07-06T10:14:19.047Z] + chown 1001:1001 coverage.out [Pipeline] stash [2026-07-06T10:14:19.245Z] Stashed 1 file(s) [Pipeline] sh [2026-07-06T10:14:19.624Z] + make build [2026-07-06T10:14:19.624Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-07-06T10:14:43.655Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-07-06T10:14:44.731Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-07-06T10:14:46.679Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-07-06T10:14:47.246Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-07-06T10:14:49.166Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-07-06T10:14:54.512Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-07-06T10:14:56.420Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-07-06T10:14:58.950Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-07-06T10:15:00.857Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-07-06T10:15:02.784Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-07-06T10:15:04.177Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-07-06T10:15:05.122Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2026-07-06T10:15:07.055Z] $ docker stop --time=1 70f3c47f5df594f01db117622a390a75a7bfd0254373d4f673f38cdbae468ab7 [2026-07-06T10:15:10.167Z] $ docker rm -f --volumes 70f3c47f5df594f01db117622a390a75a7bfd0254373d4f673f38cdbae468ab7 [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-07-06T10:15:11.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-07-06T10:15:11.611Z] [2026-07-06T10:15:11.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:15:11.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-07-06T10:15:11.963Z] latest: Pulling from edgex-devops/edgex-compose [2026-07-06T10:15:11.963Z] 91d30c5bc195: Pulling fs layer [2026-07-06T10:15:11.963Z] 2e9b0aa3be6d: Pulling fs layer [2026-07-06T10:15:11.963Z] 9c61dcf015f6: Pulling fs layer [2026-07-06T10:15:11.963Z] 4698f68db338: Pulling fs layer [2026-07-06T10:15:11.963Z] 2a2f49069b9e: Pulling fs layer [2026-07-06T10:15:11.963Z] e0025b399a48: Pulling fs layer [2026-07-06T10:15:11.963Z] 4698f68db338: Waiting [2026-07-06T10:15:11.963Z] 2a2f49069b9e: Waiting [2026-07-06T10:15:11.963Z] e0025b399a48: Waiting [2026-07-06T10:15:11.963Z] 91d30c5bc195: Verifying Checksum [2026-07-06T10:15:11.963Z] 91d30c5bc195: Download complete [2026-07-06T10:15:11.963Z] 4698f68db338: Verifying Checksum [2026-07-06T10:15:11.963Z] 4698f68db338: Download complete [2026-07-06T10:15:12.230Z] 2e9b0aa3be6d: Verifying Checksum [2026-07-06T10:15:12.230Z] 2e9b0aa3be6d: Download complete [2026-07-06T10:15:12.230Z] 91d30c5bc195: Pull complete [2026-07-06T10:15:12.230Z] e0025b399a48: Verifying Checksum [2026-07-06T10:15:12.230Z] e0025b399a48: Download complete [2026-07-06T10:15:12.230Z] 2a2f49069b9e: Verifying Checksum [2026-07-06T10:15:12.230Z] 2a2f49069b9e: Download complete [2026-07-06T10:15:12.496Z] 2e9b0aa3be6d: Pull complete [2026-07-06T10:15:12.768Z] 9c61dcf015f6: Verifying Checksum [2026-07-06T10:15:12.768Z] 9c61dcf015f6: Download complete [2026-07-06T10:15:16.956Z] 9c61dcf015f6: Pull complete [2026-07-06T10:15:16.956Z] 4698f68db338: Pull complete [2026-07-06T10:15:16.956Z] 2a2f49069b9e: Pull complete [2026-07-06T10:15:16.956Z] e0025b399a48: Pull complete [2026-07-06T10:15:16.957Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2026-07-06T10:15:16.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-07-06T10:15:16.957Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T10:15:17.062Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T10:15:17.096Z] $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T10:15:17.753Z] $ docker top cf2740e9744b1184a170070af44ae5ccc8f28b728067433ad862a689c7258b54 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-06T10:15:18.084Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-07-06T10:15:18.340Z] #1 [core-data internal] load build definition from Dockerfile [2026-07-06T10:15:18.340Z] #1 transferring dockerfile: 2.04kB done [2026-07-06T10:15:18.340Z] #1 DONE 0.1s [2026-07-06T10:15:18.340Z] [2026-07-06T10:15:18.340Z] #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-07-06T10:15:18.340Z] #2 DONE 0.0s [2026-07-06T10:15:18.340Z] [2026-07-06T10:15:18.340Z] #3 [core-data internal] load metadata for docker.io/library/alpine:3.22 [2026-07-06T10:15:18.340Z] #3 ... [2026-07-06T10:15:18.340Z] [2026-07-06T10:15:18.340Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-07-06T10:15:18.340Z] #4 transferring dockerfile: 1.89kB done [2026-07-06T10:15:18.340Z] #4 DONE 0.1s [2026-07-06T10:15:18.340Z] [2026-07-06T10:15:18.341Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2026-07-06T10:15:18.341Z] #5 transferring dockerfile: 1.81kB done [2026-07-06T10:15:18.341Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-07-06T10:15:18.341Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2026-07-06T10:15:18.341Z] #5 DONE 0.1s [2026-07-06T10:15:18.341Z] [2026-07-06T10:15:18.341Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2026-07-06T10:15:18.341Z] #6 transferring dockerfile: 2.49kB done [2026-07-06T10:15:18.341Z] #6 DONE 0.1s [2026-07-06T10:15:18.341Z] [2026-07-06T10:15:18.341Z] #7 [core-command internal] load build definition from Dockerfile [2026-07-06T10:15:18.341Z] #7 transferring dockerfile: 1.94kB done [2026-07-06T10:15:18.341Z] #7 DONE 0.2s [2026-07-06T10:15:18.341Z] [2026-07-06T10:15:18.341Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-07-06T10:15:18.341Z] #8 transferring dockerfile: 2.23kB done [2026-07-06T10:15:18.341Z] #8 DONE 0.2s [2026-07-06T10:15:18.341Z] [2026-07-06T10:15:18.341Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2026-07-06T10:15:18.341Z] #9 transferring dockerfile: 2.14kB done [2026-07-06T10:15:18.341Z] #9 DONE 0.2s [2026-07-06T10:15:18.341Z] [2026-07-06T10:15:18.341Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2026-07-06T10:15:18.341Z] #10 transferring dockerfile: 3.02kB done [2026-07-06T10:15:18.341Z] #10 DONE 0.2s [2026-07-06T10:15:18.341Z] [2026-07-06T10:15:18.341Z] #2 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-07-06T10:15:18.341Z] #2 DONE 0.0s [2026-07-06T10:15:18.341Z] [2026-07-06T10:15:18.341Z] #3 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 [2026-07-06T10:15:18.600Z] #3 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #11 [core-metadata internal] load build definition from Dockerfile [2026-07-06T10:15:18.600Z] #11 transferring dockerfile: 2.10kB done [2026-07-06T10:15:18.600Z] #11 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #12 [support-scheduler internal] load build definition from Dockerfile [2026-07-06T10:15:18.600Z] #12 transferring dockerfile: 1.83kB done [2026-07-06T10:15:18.600Z] #12 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #13 [core-keeper internal] load build definition from Dockerfile [2026-07-06T10:15:18.600Z] #13 transferring dockerfile: 2.07kB done [2026-07-06T10:15:18.600Z] #13 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2026-07-06T10:15:18.600Z] #14 transferring dockerfile: 2.50kB done [2026-07-06T10:15:18.600Z] #14 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #15 [support-notifications internal] load build definition from Dockerfile [2026-07-06T10:15:18.600Z] #15 transferring dockerfile: 2.02kB done [2026-07-06T10:15:18.600Z] #15 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #16 [security-spire-config internal] load build definition from Dockerfile [2026-07-06T10:15:18.600Z] #16 transferring dockerfile: 1.69kB done [2026-07-06T10:15:18.600Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-07-06T10:15:18.600Z] #16 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #17 [security-spire-server internal] load build definition from Dockerfile [2026-07-06T10:15:18.600Z] #17 transferring dockerfile: 1.70kB done [2026-07-06T10:15:18.600Z] #17 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-07-06T10:15:18.600Z] #17 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #2 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-07-06T10:15:18.600Z] #2 DONE 0.0s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2026-07-06T10:15:18.600Z] #18 transferring context: 50B done [2026-07-06T10:15:18.600Z] #18 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #19 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:15:18.600Z] #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done [2026-07-06T10:15:18.600Z] #19 ... [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #20 [core-command internal] load .dockerignore [2026-07-06T10:15:18.600Z] #20 transferring context: 50B done [2026-07-06T10:15:18.600Z] #20 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #21 [core-data internal] load .dockerignore [2026-07-06T10:15:18.600Z] #21 transferring context: 50B done [2026-07-06T10:15:18.600Z] #21 DONE 0.2s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #22 [security-secretstore-setup internal] load .dockerignore [2026-07-06T10:15:18.600Z] #22 transferring context: 50B 0.0s done [2026-07-06T10:15:18.600Z] #22 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #23 [core-metadata internal] load .dockerignore [2026-07-06T10:15:18.600Z] #23 transferring context: 50B done [2026-07-06T10:15:18.600Z] #23 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #24 [security-proxy-auth internal] load .dockerignore [2026-07-06T10:15:18.600Z] #24 transferring context: 50B done [2026-07-06T10:15:18.600Z] #24 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #25 [security-bootstrapper internal] load .dockerignore [2026-07-06T10:15:18.600Z] #25 transferring context: 50B done [2026-07-06T10:15:18.600Z] #25 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2026-07-06T10:15:18.600Z] #26 transferring context: 50B done [2026-07-06T10:15:18.600Z] #26 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #27 [security-proxy-setup internal] load .dockerignore [2026-07-06T10:15:18.600Z] #27 transferring context: 50B done [2026-07-06T10:15:18.600Z] #27 DONE 0.1s [2026-07-06T10:15:18.600Z] [2026-07-06T10:15:18.600Z] #19 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:15:18.600Z] #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done [2026-07-06T10:15:18.600Z] #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:15:18.600Z] #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done [2026-07-06T10:15:18.600Z] #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done [2026-07-06T10:15:18.600Z] #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done [2026-07-06T10:15:18.600Z] #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 [2026-07-06T10:15:18.600Z] #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done [2026-07-06T10:15:18.600Z] #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:15:18.600Z] #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done [2026-07-06T10:15:18.600Z] #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done [2026-07-06T10:15:18.600Z] #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done [2026-07-06T10:15:18.862Z] #19 ... [2026-07-06T10:15:18.862Z] [2026-07-06T10:15:18.862Z] #28 [support-scheduler internal] load .dockerignore [2026-07-06T10:15:18.862Z] #28 transferring context: 50B done [2026-07-06T10:15:18.862Z] #28 DONE 0.3s [2026-07-06T10:15:18.862Z] [2026-07-06T10:15:18.862Z] #29 [support-notifications internal] load .dockerignore [2026-07-06T10:15:18.862Z] #29 transferring context: 50B done [2026-07-06T10:15:18.862Z] #29 DONE 0.3s [2026-07-06T10:15:18.862Z] [2026-07-06T10:15:18.862Z] #30 [core-keeper internal] load .dockerignore [2026-07-06T10:15:18.862Z] #30 transferring context: 50B 0.0s done [2026-07-06T10:15:18.862Z] #30 DONE 0.4s [2026-07-06T10:15:18.862Z] [2026-07-06T10:15:18.862Z] #31 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-07-06T10:15:18.862Z] #31 DONE 0.4s [2026-07-06T10:15:18.862Z] [2026-07-06T10:15:18.862Z] #19 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:15:18.862Z] #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done [2026-07-06T10:15:18.862Z] #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:15:18.862Z] #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done [2026-07-06T10:15:18.862Z] #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done [2026-07-06T10:15:18.862Z] #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done [2026-07-06T10:15:18.862Z] #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.3s done [2026-07-06T10:15:19.121Z] #19 ... [2026-07-06T10:15:19.121Z] [2026-07-06T10:15:19.121Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-07-06T10:15:19.121Z] #32 DONE 0.6s [2026-07-06T10:15:19.121Z] [2026-07-06T10:15:19.121Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-07-06T10:15:19.121Z] #33 DONE 0.6s [2026-07-06T10:15:19.121Z] [2026-07-06T10:15:19.121Z] #34 [support-scheduler builder 2/7] WORKDIR /edgex-go [2026-07-06T10:15:19.696Z] #34 DONE 0.7s [2026-07-06T10:15:19.696Z] [2026-07-06T10:15:19.696Z] #19 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:15:19.696Z] #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done [2026-07-06T10:15:19.696Z] #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:15:19.696Z] #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done [2026-07-06T10:15:19.696Z] #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done [2026-07-06T10:15:19.696Z] #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done [2026-07-06T10:15:19.696Z] #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.3s done [2026-07-06T10:15:19.696Z] #19 DONE 1.1s [2026-07-06T10:15:19.696Z] [2026-07-06T10:15:19.696Z] #35 [security-spire-server internal] load .dockerignore [2026-07-06T10:15:19.696Z] #35 transferring context: 50B 0.0s done [2026-07-06T10:15:19.696Z] #35 DONE 0.6s [2026-07-06T10:15:19.696Z] [2026-07-06T10:15:19.696Z] #36 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-07-06T10:15:19.696Z] #36 ... [2026-07-06T10:15:19.696Z] [2026-07-06T10:15:19.696Z] #19 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:15:19.696Z] #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done [2026-07-06T10:15:19.696Z] #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:15:19.696Z] #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done [2026-07-06T10:15:19.696Z] #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done [2026-07-06T10:15:19.696Z] #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done [2026-07-06T10:15:19.696Z] #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.3s done [2026-07-06T10:15:19.696Z] #19 DONE 1.1s [2026-07-06T10:15:19.696Z] [2026-07-06T10:15:19.696Z] #37 [security-spire-config internal] load .dockerignore [2026-07-06T10:15:19.696Z] #37 transferring context: 50B 0.0s done [2026-07-06T10:15:19.696Z] #37 DONE 0.7s [2026-07-06T10:15:19.696Z] [2026-07-06T10:15:19.696Z] #38 [security-spire-agent internal] load .dockerignore [2026-07-06T10:15:19.696Z] #38 transferring context: 50B 0.0s done [2026-07-06T10:15:19.696Z] #38 DONE 0.7s [2026-07-06T10:15:19.975Z] [2026-07-06T10:15:19.975Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:15:19.975Z] #39 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:15:19.975Z] #39 ... [2026-07-06T10:15:19.975Z] [2026-07-06T10:15:19.975Z] #40 [security-spire-server internal] load build context [2026-07-06T10:15:19.975Z] #40 transferring context: 26.58kB done [2026-07-06T10:15:19.975Z] #40 DONE 0.4s [2026-07-06T10:15:19.975Z] [2026-07-06T10:15:19.975Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:15:19.975Z] #39 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.4s done [2026-07-06T10:15:20.244Z] #39 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.1s [2026-07-06T10:15:20.244Z] #39 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.1s [2026-07-06T10:15:20.244Z] #39 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.1s [2026-07-06T10:15:20.244Z] #39 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-07-06T10:15:20.244Z] #39 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-07-06T10:15:20.244Z] #39 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-07-06T10:15:20.244Z] #39 ... [2026-07-06T10:15:20.244Z] [2026-07-06T10:15:20.244Z] #41 [security-spire-config internal] load build context [2026-07-06T10:15:20.244Z] #41 transferring context: 24.83kB 0.0s done [2026-07-06T10:15:20.244Z] #41 DONE 0.5s [2026-07-06T10:15:20.244Z] [2026-07-06T10:15:20.244Z] #42 [security-spire-agent internal] load build context [2026-07-06T10:15:20.244Z] #42 transferring context: 26.11kB 0.0s done [2026-07-06T10:15:20.244Z] #42 DONE 0.5s [2026-07-06T10:15:20.244Z] [2026-07-06T10:15:20.244Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:15:20.244Z] #39 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 [2026-07-06T10:15:20.244Z] #39 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done [2026-07-06T10:15:20.244Z] #39 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-07-06T10:15:20.244Z] #39 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done [2026-07-06T10:15:20.244Z] #39 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-07-06T10:15:20.244Z] #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.15MB / 41.51MB 0.3s [2026-07-06T10:15:20.244Z] #39 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2026-07-06T10:15:20.504Z] #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 10.49MB / 41.51MB 0.4s [2026-07-06T10:15:20.504Z] #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 15.73MB / 41.51MB 0.5s [2026-07-06T10:15:20.770Z] #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 20.97MB / 41.51MB 0.6s [2026-07-06T10:15:20.770Z] #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 31.46MB / 41.51MB 0.7s [2026-07-06T10:15:20.770Z] #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.8s [2026-07-06T10:15:21.113Z] #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.8s done [2026-07-06T10:15:21.113Z] #39 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d [2026-07-06T10:15:25.329Z] #39 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.6s done [2026-07-06T10:15:26.736Z] #39 ... [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #43 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-07-06T10:15:26.736Z] #0 0.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 0.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 1.249 (1/2) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.736Z] #0 1.261 (2/2) Installing su-exec (0.2-r3) [2026-07-06T10:15:26.736Z] #0 1.274 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.736Z] #0 1.277 OK: 7 MiB in 18 packages [2026-07-06T10:15:26.736Z] #43 DONE 7.0s [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-07-06T10:15:26.736Z] #44 DONE 7.0s [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #45 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-07-06T10:15:26.736Z] #0 0.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 0.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 1.230 (1/1) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.736Z] #0 1.245 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.736Z] #0 1.258 OK: 7 MiB in 17 packages [2026-07-06T10:15:26.736Z] #45 DONE 7.0s [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #46 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-07-06T10:15:26.736Z] #46 ... [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #47 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-07-06T10:15:26.736Z] #47 DONE 7.0s [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #48 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-07-06T10:15:26.736Z] #0 2.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 2.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 2.684 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:15:26.736Z] #0 2.684 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:15:26.736Z] #0 2.684 OK: 26325 distinct packages available [2026-07-06T10:15:26.736Z] #0 2.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 2.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 3.169 (1/5) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.736Z] #0 3.169 (2/5) Installing musl-obstack (1.2.3-r2) [2026-07-06T10:15:26.736Z] #0 3.180 (3/5) Installing libucontext (1.3.2-r0) [2026-07-06T10:15:26.736Z] #0 3.189 (4/5) Installing gcompat (1.1.0-r4) [2026-07-06T10:15:26.736Z] #0 3.199 (5/5) Installing openssl (3.5.7-r0) [2026-07-06T10:15:26.736Z] #0 3.220 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.736Z] #0 3.229 OK: 8 MiB in 21 packages [2026-07-06T10:15:26.736Z] #48 DONE 7.0s [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #49 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-07-06T10:15:26.736Z] #0 2.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 2.680 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 3.111 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:15:26.736Z] #0 3.111 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:15:26.736Z] #0 3.111 OK: 26325 distinct packages available [2026-07-06T10:15:26.736Z] #0 3.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 3.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 3.583 (1/4) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.736Z] #0 3.593 (2/4) Installing musl-obstack (1.2.3-r2) [2026-07-06T10:15:26.736Z] #0 3.605 (3/4) Installing libucontext (1.3.2-r0) [2026-07-06T10:15:26.736Z] #0 3.613 (4/4) Installing gcompat (1.1.0-r4) [2026-07-06T10:15:26.736Z] #0 3.623 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.736Z] #0 3.629 OK: 8 MiB in 20 packages [2026-07-06T10:15:26.736Z] #49 DONE 6.9s [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-07-06T10:15:26.736Z] #0 1.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 1.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 1.627 (1/4) Installing ca-certificates (20260611-r0) [2026-07-06T10:15:26.736Z] #0 1.744 (2/4) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.736Z] #0 1.755 (3/4) Installing su-exec (0.2-r3) [2026-07-06T10:15:26.736Z] #0 1.772 (4/4) Installing yq-go (4.47.2-r3) [2026-07-06T10:15:26.736Z] #0 1.976 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.736Z] #0 1.988 Executing ca-certificates-20260611-r0.trigger [2026-07-06T10:15:26.736Z] #0 2.054 OK: 20 MiB in 20 packages [2026-07-06T10:15:26.736Z] #50 DONE 7.0s [2026-07-06T10:15:26.736Z] [2026-07-06T10:15:26.736Z] #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-07-06T10:15:26.736Z] #0 1.350 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 1.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.736Z] #0 1.808 (1/7) Installing ca-certificates (20260611-r0) [2026-07-06T10:15:26.736Z] #0 1.830 (2/7) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.736Z] #0 1.850 (3/7) Installing libgcc (14.2.0-r6) [2026-07-06T10:15:26.736Z] #0 1.860 (4/7) Installing libsodium (1.0.20-r1) [2026-07-06T10:15:26.736Z] #0 1.866 (5/7) Installing libstdc++ (14.2.0-r6) [2026-07-06T10:15:26.736Z] #0 1.906 (6/7) Installing libzmq (4.3.5-r2) [2026-07-06T10:15:26.736Z] #0 1.926 (7/7) Installing zeromq (4.3.5-r2) [2026-07-06T10:15:26.736Z] #0 1.944 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.737Z] #0 1.952 Executing ca-certificates-20260611-r0.trigger [2026-07-06T10:15:26.737Z] #0 2.034 OK: 12 MiB in 23 packages [2026-07-06T10:15:26.737Z] #51 DONE 7.1s [2026-07-06T10:15:26.737Z] [2026-07-06T10:15:26.737Z] #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-07-06T10:15:26.737Z] #0 1.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.936 OK: 265 MiB in 60 packages [2026-07-06T10:15:26.737Z] #52 DONE 7.0s [2026-07-06T10:15:26.737Z] [2026-07-06T10:15:26.737Z] #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-07-06T10:15:26.737Z] #0 1.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 2.339 (1/4) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.737Z] #0 2.351 (2/4) Installing openssl (3.5.7-r0) [2026-07-06T10:15:26.737Z] #0 2.371 (3/4) Installing su-exec (0.2-r3) [2026-07-06T10:15:26.737Z] #0 2.380 (4/4) Installing yq-go (4.47.2-r3) [2026-07-06T10:15:26.737Z] #0 2.470 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.737Z] #0 2.487 OK: 20 MiB in 20 packages [2026-07-06T10:15:26.737Z] #53 DONE 7.1s [2026-07-06T10:15:26.737Z] [2026-07-06T10:15:26.737Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-07-06T10:15:26.737Z] #0 0.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 0.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.279 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:15:26.737Z] #0 1.279 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:15:26.737Z] #0 1.279 OK: 26325 distinct packages available [2026-07-06T10:15:26.737Z] #0 1.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.787 (1/13) Installing brotli-libs (1.1.0-r2) [2026-07-06T10:15:26.737Z] #0 1.809 (2/13) Installing c-ares (1.34.6-r0) [2026-07-06T10:15:26.737Z] #0 1.822 (3/13) Installing libunistring (1.3-r0) [2026-07-06T10:15:26.737Z] #0 1.851 (4/13) Installing libidn2 (2.3.7-r0) [2026-07-06T10:15:26.737Z] #0 1.861 (5/13) Installing nghttp2-libs (1.69.0-r0) [2026-07-06T10:15:26.737Z] #0 1.878 (6/13) Installing libpsl (0.21.5-r3) [2026-07-06T10:15:26.737Z] #0 1.891 (7/13) Installing zstd-libs (1.5.7-r0) [2026-07-06T10:15:26.737Z] #0 1.905 (8/13) Installing libcurl (8.14.1-r2) [2026-07-06T10:15:26.737Z] #0 1.923 (9/13) Installing curl (8.14.1-r2) [2026-07-06T10:15:26.737Z] #0 1.939 (10/13) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.737Z] #0 1.950 (11/13) Installing musl-obstack (1.2.3-r2) [2026-07-06T10:15:26.737Z] #0 1.967 (12/13) Installing libucontext (1.3.2-r0) [2026-07-06T10:15:26.737Z] #0 1.975 (13/13) Installing gcompat (1.1.0-r4) [2026-07-06T10:15:26.737Z] #0 1.987 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.737Z] #0 1.999 OK: 12 MiB in 29 packages [2026-07-06T10:15:26.737Z] #54 DONE 7.1s [2026-07-06T10:15:26.737Z] [2026-07-06T10:15:26.737Z] #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2026-07-06T10:15:26.737Z] #0 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.959 (1/1) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.737Z] #0 1.971 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.737Z] #0 1.984 OK: 7 MiB in 17 packages [2026-07-06T10:15:26.737Z] #55 DONE 7.1s [2026-07-06T10:15:26.737Z] [2026-07-06T10:15:26.737Z] #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-07-06T10:15:26.737Z] #0 1.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:26.737Z] #0 1.964 (1/3) Installing ca-certificates (20260611-r0) [2026-07-06T10:15:26.737Z] #0 1.988 (2/3) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:26.737Z] #0 1.999 (3/3) Installing tzdata (2026b-r0) [2026-07-06T10:15:26.737Z] #0 2.062 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:26.737Z] #0 2.072 Executing ca-certificates-20260611-r0.trigger [2026-07-06T10:15:26.737Z] #0 2.126 OK: 8 MiB in 19 packages [2026-07-06T10:15:26.737Z] #56 DONE 7.1s [2026-07-06T10:15:26.737Z] [2026-07-06T10:15:26.737Z] #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2026-07-06T10:15:27.321Z] #57 ... [2026-07-06T10:15:27.321Z] [2026-07-06T10:15:27.321Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:15:27.321Z] #39 DONE 7.6s [2026-07-06T10:15:27.321Z] [2026-07-06T10:15:27.321Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:15:27.321Z] #58 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.3s done [2026-07-06T10:15:27.321Z] #58 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-07-06T10:15:27.321Z] #58 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.6s done [2026-07-06T10:15:27.321Z] #58 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-07-06T10:15:27.321Z] #58 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2026-07-06T10:15:27.321Z] #58 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2026-07-06T10:15:27.321Z] #58 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.0s done [2026-07-06T10:15:27.321Z] #58 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s done [2026-07-06T10:15:27.321Z] #58 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done [2026-07-06T10:15:27.321Z] #58 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2026-07-06T10:15:27.321Z] #58 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 1.8s done [2026-07-06T10:15:27.321Z] #58 DONE 7.5s [2026-07-06T10:15:27.321Z] [2026-07-06T10:15:27.321Z] #59 [support-scheduler internal] load build context [2026-07-06T10:15:27.321Z] #59 transferring context: 394.75MB 8.4s [2026-07-06T10:15:27.903Z] #59 ... [2026-07-06T10:15:27.903Z] [2026-07-06T10:15:27.903Z] #60 [support-notifications internal] load build context [2026-07-06T10:15:28.174Z] #60 ... [2026-07-06T10:15:28.174Z] [2026-07-06T10:15:28.174Z] #59 [support-scheduler internal] load build context [2026-07-06T10:15:28.435Z] #59 ... [2026-07-06T10:15:28.435Z] [2026-07-06T10:15:28.435Z] #61 [security-spiffe-token-provider internal] load build context [2026-07-06T10:15:28.695Z] #61 ... [2026-07-06T10:15:28.695Z] [2026-07-06T10:15:28.695Z] #62 [core-metadata internal] load build context [2026-07-06T10:15:28.695Z] #62 ... [2026-07-06T10:15:28.695Z] [2026-07-06T10:15:28.695Z] #63 [security-bootstrapper internal] load build context [2026-07-06T10:15:28.695Z] #63 ... [2026-07-06T10:15:28.695Z] [2026-07-06T10:15:28.695Z] #64 [core-data internal] load build context [2026-07-06T10:15:28.955Z] #64 ... [2026-07-06T10:15:28.955Z] [2026-07-06T10:15:28.955Z] #65 [security-secretstore-setup internal] load build context [2026-07-06T10:15:28.955Z] #65 ... [2026-07-06T10:15:28.955Z] [2026-07-06T10:15:28.955Z] #66 [security-proxy-setup internal] load build context [2026-07-06T10:15:29.215Z] #66 ... [2026-07-06T10:15:29.215Z] [2026-07-06T10:15:29.215Z] #67 [core-command internal] load build context [2026-07-06T10:15:29.215Z] #67 ... [2026-07-06T10:15:29.215Z] [2026-07-06T10:15:29.215Z] #68 [core-keeper internal] load build context [2026-07-06T10:15:29.215Z] #68 ... [2026-07-06T10:15:29.215Z] [2026-07-06T10:15:29.215Z] #69 [security-proxy-auth internal] load build context [2026-07-06T10:15:29.476Z] #69 ... [2026-07-06T10:15:29.476Z] [2026-07-06T10:15:29.476Z] #70 [core-common-config-bootstrapper internal] load build context [2026-07-06T10:15:29.476Z] #70 ... [2026-07-06T10:15:29.476Z] [2026-07-06T10:15:29.476Z] #69 [security-proxy-auth internal] load build context [2026-07-06T10:15:29.806Z] #69 ... [2026-07-06T10:15:29.806Z] [2026-07-06T10:15:29.806Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:15:29.806Z] #0 9.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:29.806Z] #0 9.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:29.806Z] #71 10.04 OK: 265 MiB in 60 packages [2026-07-06T10:15:29.806Z] #71 ... [2026-07-06T10:15:29.806Z] [2026-07-06T10:15:29.806Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-07-06T10:15:29.806Z] #0 9.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:29.806Z] #0 10.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:30.070Z] #72 ... [2026-07-06T10:15:30.070Z] [2026-07-06T10:15:30.070Z] #73 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:15:30.070Z] #0 9.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:30.070Z] #0 9.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:30.070Z] #0 9.443 OK: 265 MiB in 60 packages [2026-07-06T10:15:30.070Z] #73 ... [2026-07-06T10:15:30.070Z] [2026-07-06T10:15:30.070Z] #69 [security-proxy-auth internal] load build context [2026-07-06T10:15:32.646Z] #69 transferring context: 634.64MB 13.7s [2026-07-06T10:15:32.646Z] #69 ... [2026-07-06T10:15:32.646Z] [2026-07-06T10:15:32.646Z] #61 [security-spiffe-token-provider internal] load build context [2026-07-06T10:15:32.646Z] #61 transferring context: 652.66MB 12.0s done [2026-07-06T10:15:32.646Z] #61 DONE 14.0s [2026-07-06T10:15:32.646Z] [2026-07-06T10:15:32.646Z] #60 [support-notifications internal] load build context [2026-07-06T10:15:32.646Z] #60 transferring context: 652.66MB 11.8s done [2026-07-06T10:15:32.646Z] #60 DONE 13.7s [2026-07-06T10:15:32.646Z] [2026-07-06T10:15:32.646Z] #69 [security-proxy-auth internal] load build context [2026-07-06T10:15:32.646Z] #69 transferring context: 652.66MB 13.8s done [2026-07-06T10:15:32.646Z] #69 DONE 14.0s [2026-07-06T10:15:32.646Z] [2026-07-06T10:15:32.646Z] #36 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-07-06T10:15:32.646Z] #36 9.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:32.646Z] #36 9.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:32.646Z] #36 9.711 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:15:32.646Z] #36 9.711 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:15:32.646Z] #36 9.711 OK: 26345 distinct packages available [2026-07-06T10:15:32.646Z] #36 9.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:32.646Z] #36 9.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:32.646Z] #36 10.34 OK: 265 MiB in 60 packages [2026-07-06T10:15:32.646Z] #36 DONE 12.9s [2026-07-06T10:15:32.646Z] [2026-07-06T10:15:32.647Z] #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:15:32.647Z] #71 DONE 12.9s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-07-06T10:15:32.647Z] #72 10.34 OK: 265 MiB in 60 packages [2026-07-06T10:15:32.647Z] #72 DONE 12.9s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #73 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:15:32.647Z] #73 DONE 13.0s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #64 [core-data internal] load build context [2026-07-06T10:15:32.647Z] #64 transferring context: 652.66MB 12.7s done [2026-07-06T10:15:32.647Z] #64 DONE 14.0s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #65 [security-secretstore-setup internal] load build context [2026-07-06T10:15:32.647Z] #65 transferring context: 652.66MB 12.1s done [2026-07-06T10:15:32.647Z] #65 DONE 14.0s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #68 [core-keeper internal] load build context [2026-07-06T10:15:32.647Z] #68 transferring context: 652.66MB 12.4s done [2026-07-06T10:15:32.647Z] #68 DONE 13.7s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #63 [security-bootstrapper internal] load build context [2026-07-06T10:15:32.647Z] #63 transferring context: 652.66MB 12.6s done [2026-07-06T10:15:32.647Z] #63 DONE 14.0s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #62 [core-metadata internal] load build context [2026-07-06T10:15:32.647Z] #62 transferring context: 652.66MB 12.8s done [2026-07-06T10:15:32.647Z] #62 DONE 14.0s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #59 [support-scheduler internal] load build context [2026-07-06T10:15:32.647Z] #59 transferring context: 652.66MB 12.5s done [2026-07-06T10:15:32.647Z] #59 DONE 13.8s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #67 [core-command internal] load build context [2026-07-06T10:15:32.647Z] #67 transferring context: 652.66MB 13.2s done [2026-07-06T10:15:32.647Z] #67 DONE 14.1s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #70 [core-common-config-bootstrapper internal] load build context [2026-07-06T10:15:32.647Z] #70 transferring context: 652.66MB 13.7s done [2026-07-06T10:15:32.647Z] #70 DONE 14.0s [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:32.647Z] #74 ... [2026-07-06T10:15:32.647Z] [2026-07-06T10:15:32.647Z] #66 [security-proxy-setup internal] load build context [2026-07-06T10:15:32.647Z] #66 transferring context: 652.66MB 13.8s done [2026-07-06T10:15:32.647Z] #66 DONE 14.2s [2026-07-06T10:15:32.907Z] [2026-07-06T10:15:32.907Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:32.907Z] #75 DONE 0.2s [2026-07-06T10:15:32.907Z] [2026-07-06T10:15:32.907Z] #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:32.907Z] #74 DONE 0.2s [2026-07-06T10:15:32.907Z] [2026-07-06T10:15:32.907Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:32.907Z] #76 DONE 0.2s [2026-07-06T10:15:32.907Z] [2026-07-06T10:15:32.907Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:32.907Z] #77 DONE 0.2s [2026-07-06T10:15:32.907Z] [2026-07-06T10:15:32.907Z] #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:32.907Z] #78 DONE 0.2s [2026-07-06T10:15:32.907Z] [2026-07-06T10:15:32.907Z] #46 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-07-06T10:15:32.907Z] #46 6.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.165Z] #46 6.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.694Z] #46 6.942 OK: 7 MiB in 18 packages [2026-07-06T10:15:33.694Z] #46 DONE 7.1s [2026-07-06T10:15:33.694Z] [2026-07-06T10:15:33.694Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-07-06T10:15:33.694Z] #0 6.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.694Z] #0 6.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.694Z] #0 6.954 OK: 8 MiB in 20 packages [2026-07-06T10:15:33.694Z] #79 DONE 7.1s [2026-07-06T10:15:33.694Z] [2026-07-06T10:15:33.694Z] #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-07-06T10:15:33.694Z] #80 ... [2026-07-06T10:15:33.694Z] [2026-07-06T10:15:33.694Z] #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:15:33.694Z] #0 6.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.694Z] #0 6.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.694Z] #0 6.957 OK: 7 MiB in 17 packages [2026-07-06T10:15:33.694Z] #81 DONE 7.1s [2026-07-06T10:15:33.978Z] [2026-07-06T10:15:33.978Z] #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:33.978Z] #82 ... [2026-07-06T10:15:33.978Z] [2026-07-06T10:15:33.978Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-07-06T10:15:33.978Z] #0 6.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.978Z] #0 6.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.978Z] #0 7.034 OK: 20 MiB in 20 packages [2026-07-06T10:15:33.978Z] #83 DONE 7.4s [2026-07-06T10:15:33.978Z] [2026-07-06T10:15:33.978Z] #84 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-07-06T10:15:33.978Z] #0 6.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.978Z] #0 6.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.978Z] #0 7.261 OK: 8 MiB in 21 packages [2026-07-06T10:15:33.978Z] #84 DONE 7.4s [2026-07-06T10:15:33.978Z] [2026-07-06T10:15:33.978Z] #85 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-07-06T10:15:33.978Z] #0 6.361 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.978Z] #0 6.694 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:33.978Z] #0 7.139 (1/1) Installing dumb-init (1.2.5-r3) [2026-07-06T10:15:33.978Z] #0 7.282 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:15:33.978Z] #0 7.300 OK: 7 MiB in 17 packages [2026-07-06T10:15:33.978Z] #85 DONE 7.4s [2026-07-06T10:15:33.978Z] [2026-07-06T10:15:33.978Z] #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:15:33.978Z] #86 DONE 0.3s [2026-07-06T10:15:33.978Z] [2026-07-06T10:15:33.978Z] #87 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-07-06T10:15:33.978Z] #87 DONE 0.1s [2026-07-06T10:15:34.237Z] [2026-07-06T10:15:34.237Z] #88 [security-spire-config stage-2 6/10] COPY security.txt / [2026-07-06T10:15:34.514Z] #88 DONE 0.4s [2026-07-06T10:15:34.514Z] [2026-07-06T10:15:34.514Z] #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-07-06T10:15:34.514Z] #0 7.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:34.514Z] #0 7.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:34.514Z] #0 7.507 OK: 20 MiB in 20 packages [2026-07-06T10:15:34.514Z] #89 DONE 7.8s [2026-07-06T10:15:34.514Z] [2026-07-06T10:15:34.514Z] #90 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-07-06T10:15:34.514Z] #0 6.630 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:34.514Z] #0 6.890 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:34.514Z] #0 7.419 OK: 265 MiB in 60 packages [2026-07-06T10:15:34.514Z] #90 DONE 7.8s [2026-07-06T10:15:34.514Z] [2026-07-06T10:15:34.514Z] #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-07-06T10:15:34.514Z] #91 DONE 0.4s [2026-07-06T10:15:34.514Z] [2026-07-06T10:15:34.514Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:15:34.514Z] #92 DONE 0.4s [2026-07-06T10:15:34.514Z] [2026-07-06T10:15:34.514Z] #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2026-07-06T10:15:34.514Z] #57 7.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:34.774Z] #57 ... [2026-07-06T10:15:34.774Z] [2026-07-06T10:15:34.774Z] #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-07-06T10:15:34.774Z] #93 DONE 0.1s [2026-07-06T10:15:34.774Z] [2026-07-06T10:15:34.774Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-07-06T10:15:34.774Z] #94 DONE 0.1s [2026-07-06T10:15:34.774Z] [2026-07-06T10:15:34.774Z] #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-07-06T10:15:34.774Z] #95 DONE 0.1s [2026-07-06T10:15:34.774Z] [2026-07-06T10:15:34.774Z] #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-07-06T10:15:34.774Z] #96 DONE 0.1s [2026-07-06T10:15:34.774Z] [2026-07-06T10:15:34.774Z] #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2026-07-06T10:15:34.774Z] #57 7.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:35.030Z] #57 ... [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:15:35.030Z] #0 7.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:35.030Z] #0 7.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:35.030Z] #0 7.836 OK: 12 MiB in 29 packages [2026-07-06T10:15:35.030Z] #97 DONE 8.2s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:15:35.030Z] #98 DONE 0.5s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-07-06T10:15:35.030Z] #99 DONE 0.3s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2026-07-06T10:15:35.030Z] #100 DONE 0.3s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2026-07-06T10:15:35.030Z] #57 8.185 OK: 7 MiB in 17 packages [2026-07-06T10:15:35.030Z] #57 DONE 8.3s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-07-06T10:15:35.030Z] #101 DONE 0.1s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-07-06T10:15:35.030Z] #102 DONE 0.1s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-07-06T10:15:35.030Z] #103 DONE 0.1s [2026-07-06T10:15:35.030Z] [2026-07-06T10:15:35.030Z] #104 [security-spire-config] exporting to image [2026-07-06T10:15:35.030Z] #104 exporting layers [2026-07-06T10:15:35.287Z] #104 ... [2026-07-06T10:15:35.287Z] [2026-07-06T10:15:35.287Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-07-06T10:15:35.287Z] #105 DONE 0.1s [2026-07-06T10:15:35.287Z] [2026-07-06T10:15:35.287Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-07-06T10:15:35.287Z] #106 DONE 0.2s [2026-07-06T10:15:35.287Z] [2026-07-06T10:15:35.287Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-07-06T10:15:35.287Z] #107 DONE 0.1s [2026-07-06T10:15:35.287Z] [2026-07-06T10:15:35.287Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-07-06T10:15:35.287Z] #108 DONE 0.1s [2026-07-06T10:15:35.287Z] [2026-07-06T10:15:35.287Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-07-06T10:15:35.287Z] #109 DONE 0.1s [2026-07-06T10:15:35.287Z] [2026-07-06T10:15:35.287Z] #110 [security-spire-server] exporting to image [2026-07-06T10:15:35.546Z] #110 ... [2026-07-06T10:15:35.546Z] [2026-07-06T10:15:35.546Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-07-06T10:15:35.546Z] #111 DONE 0.0s [2026-07-06T10:15:35.546Z] [2026-07-06T10:15:35.546Z] #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-07-06T10:15:35.546Z] #80 DONE 1.8s [2026-07-06T10:15:35.546Z] [2026-07-06T10:15:35.546Z] #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-07-06T10:15:35.546Z] #112 DONE 0.0s [2026-07-06T10:15:35.546Z] [2026-07-06T10:15:35.546Z] #113 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:15:35.546Z] #0 8.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:35.546Z] #0 8.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:35.546Z] #0 8.680 OK: 8 MiB in 19 packages [2026-07-06T10:15:35.546Z] #113 DONE 8.8s [2026-07-06T10:15:35.546Z] [2026-07-06T10:15:35.546Z] #104 [security-spire-config] exporting to image [2026-07-06T10:15:35.546Z] #104 exporting layers 0.5s done [2026-07-06T10:15:35.546Z] #104 writing image sha256:434ae1c028725a365d12cd21043fa7a71ff3cf13ae68b8807d209590bdb9d0d0 done [2026-07-06T10:15:35.546Z] #104 naming to docker.io/library/security-spire-config 0.0s done [2026-07-06T10:15:35.845Z] #104 DONE 0.6s [2026-07-06T10:15:35.845Z] [2026-07-06T10:15:35.845Z] #114 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:15:35.845Z] #0 8.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:35.845Z] #0 8.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-06T10:15:35.845Z] #0 8.767 OK: 12 MiB in 23 packages [2026-07-06T10:15:35.845Z] #114 DONE 8.9s [2026-07-06T10:15:35.845Z] [2026-07-06T10:15:35.845Z] #115 [security-spire-agent] exporting to image [2026-07-06T10:15:35.845Z] #115 ... [2026-07-06T10:15:35.845Z] [2026-07-06T10:15:35.845Z] #110 [security-spire-server] exporting to image [2026-07-06T10:15:35.845Z] #110 exporting layers 0.5s done [2026-07-06T10:15:35.845Z] #110 writing image sha256:d7241b89cc0a210a4f6998d58c21c7fdf45c6f183ed6f0a98313a9eb9056be23 done [2026-07-06T10:15:35.845Z] #110 naming to docker.io/library/security-spire-server done [2026-07-06T10:15:35.845Z] #110 DONE 0.5s [2026-07-06T10:15:35.845Z] [2026-07-06T10:15:35.845Z] #115 [security-spire-agent] exporting to image [2026-07-06T10:15:35.845Z] #115 exporting layers 0.5s done [2026-07-06T10:15:36.103Z] #115 writing image sha256:15bc0b814f7e1d241e804e5303d6bd4901bf52542e59ce49804906b650d0996a done [2026-07-06T10:15:36.103Z] #115 naming to docker.io/library/security-spire-agent done [2026-07-06T10:15:36.103Z] #115 DONE 0.5s [2026-07-06T10:15:36.103Z] [2026-07-06T10:15:36.103Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:39.372Z] Removing intermediate container 2453c090c645 [2026-07-06T10:15:39.372Z] ---> ecfdf7f832bf [2026-07-06T10:15:39.372Z] Successfully built ecfdf7f832bf [2026-07-06T10:15:39.372Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:15:39.830Z] + docker inspect -f . ci-base-image-arm64 [2026-07-06T10:15:39.830Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T10:15:40.168Z] prd-ubuntu20.04-docker-arm64-4c-16g-14356 does not seem to be running inside a container [2026-07-06T10:15:40.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T10:15:41.459Z] $ docker top 88a473b0d90655411093148fb57da0548740bb602948548455292b295a5b35fd -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-06T10:15:42.413Z] + go version [2026-07-06T10:15:42.413Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-07-06T10:15:42.432Z] $ docker stop --time=1 88a473b0d90655411093148fb57da0548740bb602948548455292b295a5b35fd [2026-07-06T10:15:44.030Z] $ docker rm -f --volumes 88a473b0d90655411093148fb57da0548740bb602948548455292b295a5b35fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2026-07-06T10:15:44.283Z] #116 ... [2026-07-06T10:15:44.283Z] [2026-07-06T10:15:44.283Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:44.283Z] #117 ... [2026-07-06T10:15:44.283Z] [2026-07-06T10:15:44.283Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:44.283Z] #118 ... [2026-07-06T10:15:44.283Z] [2026-07-06T10:15:44.283Z] #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:44.283Z] #119 ... [2026-07-06T10:15:44.283Z] [2026-07-06T10:15:44.283Z] #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 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-07-06T10:15:44.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-07-06T10:15:44.796Z] [2026-07-06T10:15:44.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:15:45.133Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-07-06T10:15:47.759Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2026-07-06T10:15:47.759Z] 547446be3368: Pulling fs layer [2026-07-06T10:15:47.759Z] d125d8839a47: Pulling fs layer [2026-07-06T10:15:47.759Z] 3e85d5ac6304: Pulling fs layer [2026-07-06T10:15:47.759Z] c3105a71a48b: Pulling fs layer [2026-07-06T10:15:47.759Z] 0f093f025ec4: Pulling fs layer [2026-07-06T10:15:47.759Z] c3106fc0e877: Pulling fs layer [2026-07-06T10:15:47.759Z] c3105a71a48b: Waiting [2026-07-06T10:15:47.759Z] 0f093f025ec4: Waiting [2026-07-06T10:15:47.759Z] c3106fc0e877: Waiting [2026-07-06T10:15:47.759Z] 547446be3368: Verifying Checksum [2026-07-06T10:15:47.759Z] 547446be3368: Download complete [2026-07-06T10:15:47.759Z] c3105a71a48b: Verifying Checksum [2026-07-06T10:15:47.759Z] c3105a71a48b: Download complete [2026-07-06T10:15:48.026Z] d125d8839a47: Verifying Checksum [2026-07-06T10:15:48.026Z] d125d8839a47: Download complete [2026-07-06T10:15:48.026Z] c3106fc0e877: Verifying Checksum [2026-07-06T10:15:48.026Z] c3106fc0e877: Download complete [2026-07-06T10:15:48.294Z] 0f093f025ec4: Verifying Checksum [2026-07-06T10:15:48.294Z] 0f093f025ec4: Download complete [2026-07-06T10:15:48.566Z] 547446be3368: Pull complete [2026-07-06T10:15:49.525Z] d125d8839a47: Pull complete [2026-07-06T10:15:50.108Z] 3e85d5ac6304: Verifying Checksum [2026-07-06T10:15:50.108Z] 3e85d5ac6304: Download complete [2026-07-06T10:15:54.277Z] #120 DONE 18.8s [2026-07-06T10:15:54.277Z] [2026-07-06T10:15:54.277Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:54.277Z] #117 DONE 20.6s [2026-07-06T10:15:54.277Z] [2026-07-06T10:15:54.277Z] #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:54.277Z] #119 DONE 20.6s [2026-07-06T10:15:54.277Z] [2026-07-06T10:15:54.277Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:54.277Z] #116 DONE 20.6s [2026-07-06T10:15:54.277Z] [2026-07-06T10:15:54.277Z] #121 [core-keeper builder 7/8] COPY . . [2026-07-06T10:15:54.277Z] #121 ... [2026-07-06T10:15:54.277Z] [2026-07-06T10:15:54.277Z] #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:54.277Z] #82 DONE 20.6s [2026-07-06T10:15:54.277Z] [2026-07-06T10:15:54.277Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:54.277Z] #118 DONE 20.6s [2026-07-06T10:15:54.277Z] [2026-07-06T10:15:54.277Z] #122 [core-data builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #122 DONE 5.3s [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #123 DONE 5.3s [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #124 [support-scheduler builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #124 DONE 5.3s [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #121 [core-keeper builder 7/8] COPY . . [2026-07-06T10:15:59.634Z] #121 DONE 5.3s [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #125 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:59.634Z] #125 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #126 [core-metadata builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #126 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:59.634Z] #127 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:59.634Z] #128 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #129 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:59.634Z] #130 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:59.634Z] #131 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:59.634Z] #132 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #133 [security-proxy-auth builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #133 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #134 [core-command builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #134 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:59.634Z] #135 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:59.634Z] #136 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #137 DONE 5.3s [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #138 [support-notifications builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #138 DONE 5.3s [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #139 [security-bootstrapper builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #139 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:59.634Z] #140 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:59.634Z] #141 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:15:59.634Z] #142 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #143 [security-proxy-setup builder 6/7] COPY . . [2026-07-06T10:15:59.634Z] #143 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #144 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:15:59.634Z] #144 CACHED [2026-07-06T10:15:59.634Z] [2026-07-06T10:15:59.634Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:15:59.891Z] #145 1.019 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-07-06T10:16:02.453Z] 3e85d5ac6304: Pull complete [2026-07-06T10:16:02.453Z] c3105a71a48b: Pull complete [2026-07-06T10:16:03.861Z] 0f093f025ec4: Pull complete [2026-07-06T10:16:04.128Z] c3106fc0e877: Pull complete [2026-07-06T10:16:04.128Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2026-07-06T10:16:04.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-07-06T10:16:04.128Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T10:16:04.368Z] prd-ubuntu20.04-docker-arm64-4c-16g-14356 does not seem to be running inside a container [2026-07-06T10:16:04.442Z] $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T10:16:06.579Z] $ docker top 8de33505c520809ab0b0568ff9003e60198dbbc343ec9e62d8bf7f2d8b732f89 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-06T10:16:07.112Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-07-06T10:16:09.873Z] #145 ... [2026-07-06T10:16:09.873Z] [2026-07-06T10:16:09.873Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:16:09.873Z] #0 1.058 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-07-06T10:16:09.873Z] #146 ... [2026-07-06T10:16:09.873Z] [2026-07-06T10:16:09.873Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-07-06T10:16:09.873Z] #0 1.023 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-07-06T10:16:09.873Z] #147 ... [2026-07-06T10:16:09.873Z] [2026-07-06T10:16:09.873Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-07-06T10:16:09.873Z] #0 1.027 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-07-06T10:16:09.873Z] #148 ... [2026-07-06T10:16:09.873Z] [2026-07-06T10:16:09.873Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:16:09.873Z] #0 1.037 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-07-06T10:16:09.873Z] #149 ... [2026-07-06T10:16:09.873Z] [2026-07-06T10:16:09.873Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-07-06T10:16:09.873Z] #0 1.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-07-06T10:16:09.873Z] #150 ... [2026-07-06T10:16:09.873Z] [2026-07-06T10:16:09.873Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-07-06T10:16:09.873Z] #0 0.813 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-07-06T10:16:10.131Z] #151 ... [2026-07-06T10:16:10.131Z] [2026-07-06T10:16:10.131Z] #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:16:10.131Z] #0 0.987 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-07-06T10:16:10.131Z] #152 ... [2026-07-06T10:16:10.131Z] [2026-07-06T10:16:10.131Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-07-06T10:16:10.131Z] #0 1.039 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-07-06T10:16:10.389Z] #153 ... [2026-07-06T10:16:10.389Z] [2026-07-06T10:16:10.389Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-07-06T10:16:10.389Z] #0 0.994 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-07-06T10:16:10.389Z] #154 ... [2026-07-06T10:16:10.389Z] [2026-07-06T10:16:10.389Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-07-06T10:16:10.389Z] #0 0.446 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-07-06T10:16:10.645Z] #155 ... [2026-07-06T10:16:10.645Z] [2026-07-06T10:16:10.645Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-07-06T10:16:10.645Z] #0 1.018 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-07-06T10:16:17.197Z] #1 [support-notifications internal] load build definition from Dockerfile [2026-07-06T10:16:17.197Z] #1 transferring dockerfile: 30B [2026-07-06T10:16:17.197Z] #1 transferring dockerfile: 2.02kB done [2026-07-06T10:16:17.197Z] #1 DONE 1.3s [2026-07-06T10:16:17.197Z] [2026-07-06T10:16:17.197Z] #2 [support-notifications internal] load .dockerignore [2026-07-06T10:16:17.483Z] #2 ... [2026-07-06T10:16:17.483Z] [2026-07-06T10:16:17.483Z] #3 [security-spire-server internal] load build definition from Dockerfile [2026-07-06T10:16:17.483Z] #3 transferring dockerfile: 1.70kB done [2026-07-06T10:16:17.483Z] #3 DONE 0.8s [2026-07-06T10:16:17.483Z] [2026-07-06T10:16:17.483Z] #4 [core-metadata internal] load build definition from Dockerfile [2026-07-06T10:16:17.483Z] #4 transferring dockerfile: 2.10kB done [2026-07-06T10:16:17.483Z] #4 DONE 0.8s [2026-07-06T10:16:17.483Z] [2026-07-06T10:16:17.483Z] #2 [support-notifications internal] load .dockerignore [2026-07-06T10:16:17.483Z] #2 transferring context: 50B done [2026-07-06T10:16:17.787Z] #2 ... [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #5 transferring dockerfile: 2.14kB 0.0s done [2026-07-06T10:16:17.787Z] #5 DONE 0.8s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #6 [support-scheduler internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #6 transferring dockerfile: 1.83kB 0.0s done [2026-07-06T10:16:17.787Z] #6 DONE 0.9s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #7 [core-keeper internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #7 transferring dockerfile: 2.07kB 0.0s done [2026-07-06T10:16:17.787Z] #7 DONE 0.7s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #8 transferring dockerfile: 2.50kB 0.0s done [2026-07-06T10:16:17.787Z] #8 DONE 0.7s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #9 [core-command internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #9 transferring dockerfile: 1.94kB 0.0s done [2026-07-06T10:16:17.787Z] #9 DONE 1.0s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #10 transferring dockerfile: 2.23kB 0.0s done [2026-07-06T10:16:17.787Z] #10 DONE 1.1s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #11 transferring dockerfile: 1.81kB 0.0s done [2026-07-06T10:16:17.787Z] #11 DONE 0.7s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #12 transferring dockerfile: 2.49kB 0.0s done [2026-07-06T10:16:17.787Z] #12 DONE 0.7s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #13 transferring dockerfile: 3.02kB 0.0s done [2026-07-06T10:16:17.787Z] #13 DONE 0.7s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #14 transferring dockerfile: 1.89kB 0.0s done [2026-07-06T10:16:17.787Z] #14 DONE 0.9s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #15 [security-spire-config internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #15 transferring dockerfile: 1.69kB 0.0s done [2026-07-06T10:16:17.787Z] #15 DONE 1.0s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #16 [core-data internal] load build definition from Dockerfile [2026-07-06T10:16:17.787Z] #16 transferring dockerfile: 2.04kB 0.0s done [2026-07-06T10:16:17.787Z] #16 DONE 1.0s [2026-07-06T10:16:17.787Z] [2026-07-06T10:16:17.787Z] #2 [support-notifications internal] load .dockerignore [2026-07-06T10:16:18.073Z] #2 DONE 0.7s [2026-07-06T10:16:18.346Z] [2026-07-06T10:16:18.346Z] #17 [security-spire-server internal] load .dockerignore [2026-07-06T10:16:18.346Z] #17 transferring context: 50B done [2026-07-06T10:16:18.346Z] #17 DONE 0.0s [2026-07-06T10:16:18.346Z] [2026-07-06T10:16:18.346Z] #18 [core-metadata internal] load .dockerignore [2026-07-06T10:16:18.346Z] #18 transferring context: 50B done [2026-07-06T10:16:18.346Z] #18 DONE 0.1s [2026-07-06T10:16:18.346Z] [2026-07-06T10:16:18.346Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2026-07-06T10:16:18.346Z] #19 transferring context: 50B 0.0s done [2026-07-06T10:16:18.346Z] #19 DONE 0.1s [2026-07-06T10:16:18.346Z] [2026-07-06T10:16:18.346Z] #20 [core-command internal] load .dockerignore [2026-07-06T10:16:18.346Z] #20 transferring context: 50B 0.0s done [2026-07-06T10:16:18.346Z] #20 DONE 0.1s [2026-07-06T10:16:18.346Z] [2026-07-06T10:16:18.346Z] #21 [support-scheduler internal] load .dockerignore [2026-07-06T10:16:18.346Z] #21 transferring context: 50B 0.0s done [2026-07-06T10:16:18.346Z] #21 DONE 0.1s [2026-07-06T10:16:18.346Z] [2026-07-06T10:16:18.346Z] #22 [security-proxy-auth internal] load .dockerignore [2026-07-06T10:16:18.627Z] #22 transferring context: 50B done [2026-07-06T10:16:18.627Z] #22 DONE 0.1s [2026-07-06T10:16:18.627Z] [2026-07-06T10:16:18.627Z] #23 [security-spire-config internal] load .dockerignore [2026-07-06T10:16:18.627Z] #23 transferring context: 50B done [2026-07-06T10:16:18.627Z] #23 DONE 0.1s [2026-07-06T10:16:18.627Z] [2026-07-06T10:16:18.627Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2026-07-06T10:16:18.627Z] #24 transferring context: 50B done [2026-07-06T10:16:18.627Z] #24 DONE 0.1s [2026-07-06T10:16:18.627Z] [2026-07-06T10:16:18.627Z] #25 [core-data internal] load .dockerignore [2026-07-06T10:16:18.627Z] #25 transferring context: 50B 0.0s done [2026-07-06T10:16:18.627Z] #25 DONE 0.1s [2026-07-06T10:16:18.894Z] [2026-07-06T10:16:18.894Z] #26 [core-keeper internal] load .dockerignore [2026-07-06T10:16:18.894Z] #26 transferring context: 50B done [2026-07-06T10:16:18.894Z] #26 DONE 0.0s [2026-07-06T10:16:18.894Z] [2026-07-06T10:16:18.894Z] #27 [security-proxy-setup internal] load .dockerignore [2026-07-06T10:16:18.894Z] #27 transferring context: 50B done [2026-07-06T10:16:18.894Z] #27 DONE 0.0s [2026-07-06T10:16:18.894Z] [2026-07-06T10:16:18.894Z] #28 [security-secretstore-setup internal] load .dockerignore [2026-07-06T10:16:18.894Z] #28 transferring context: 50B 0.0s done [2026-07-06T10:16:18.894Z] #28 DONE 0.1s [2026-07-06T10:16:18.894Z] [2026-07-06T10:16:18.894Z] #29 [security-spire-agent internal] load .dockerignore [2026-07-06T10:16:18.894Z] #29 transferring context: 50B done [2026-07-06T10:16:18.894Z] #29 DONE 0.1s [2026-07-06T10:16:18.894Z] [2026-07-06T10:16:18.894Z] #30 [security-bootstrapper internal] load .dockerignore [2026-07-06T10:16:19.160Z] #30 transferring context: 50B 0.0s done [2026-07-06T10:16:19.160Z] #30 DONE 0.1s [2026-07-06T10:16:19.748Z] [2026-07-06T10:16:19.748Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-07-06T10:16:19.748Z] #31 DONE 0.0s [2026-07-06T10:16:19.748Z] [2026-07-06T10:16:19.748Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 [2026-07-06T10:16:20.016Z] #32 ... [2026-07-06T10:16:20.016Z] [2026-07-06T10:16:20.016Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-07-06T10:16:20.016Z] #31 DONE 0.0s [2026-07-06T10:16:20.016Z] [2026-07-06T10:16:20.016Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.22 [2026-07-06T10:16:20.016Z] #32 ... [2026-07-06T10:16:20.016Z] [2026-07-06T10:16:20.016Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-07-06T10:16:20.016Z] #31 DONE 0.0s [2026-07-06T10:16:20.016Z] [2026-07-06T10:16:20.016Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 [2026-07-06T10:16:20.016Z] #32 ... [2026-07-06T10:16:20.016Z] [2026-07-06T10:16:20.016Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-07-06T10:16:20.016Z] #31 DONE 0.0s [2026-07-06T10:16:20.016Z] [2026-07-06T10:16:20.016Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 [2026-07-06T10:16:20.292Z] #32 ... [2026-07-06T10:16:20.292Z] [2026-07-06T10:16:20.292Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-07-06T10:16:20.292Z] #31 DONE 0.0s [2026-07-06T10:16:20.292Z] [2026-07-06T10:16:20.292Z] #33 [core-metadata internal] load build context [2026-07-06T10:16:20.292Z] #33 DONE 0.0s [2026-07-06T10:16:20.292Z] [2026-07-06T10:16:20.292Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 [2026-07-06T10:16:20.567Z] #32 DONE 1.1s [2026-07-06T10:16:20.567Z] [2026-07-06T10:16:20.567Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-07-06T10:16:20.567Z] #31 DONE 0.0s [2026-07-06T10:16:20.567Z] [2026-07-06T10:16:20.567Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-07-06T10:16:20.567Z] #34 DONE 0.8s [2026-07-06T10:16:20.567Z] [2026-07-06T10:16:20.567Z] #35 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:20.567Z] #35 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.2s done [2026-07-06T10:16:20.567Z] #35 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:16:20.567Z] #35 sha256:2c9d26f410d032d5b1525aa8a873e238b05b90c4ae8618743d4311f0cc827e37 1.02kB / 1.02kB done [2026-07-06T10:16:20.567Z] #35 sha256:2c15e55df5d63efb31b629a557df305130612a16feb029c93447e54dda2c4189 627B / 627B done [2026-07-06T10:16:20.835Z] #35 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:16:20.835Z] #35 sha256:2c9d26f410d032d5b1525aa8a873e238b05b90c4ae8618743d4311f0cc827e37 1.02kB / 1.02kB done [2026-07-06T10:16:20.835Z] #35 sha256:2c15e55df5d63efb31b629a557df305130612a16feb029c93447e54dda2c4189 627B / 627B done [2026-07-06T10:16:21.855Z] #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 0B / 4.12MB 0.8s [2026-07-06T10:16:22.131Z] #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 1.05MB / 4.12MB 1.3s [2026-07-06T10:16:22.413Z] #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 2.46MB / 4.12MB 1.4s [2026-07-06T10:16:22.413Z] #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 3.15MB / 4.12MB 1.5s [2026-07-06T10:16:22.688Z] #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 4.12MB / 4.12MB 1.7s [2026-07-06T10:16:22.984Z] #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 4.12MB / 4.12MB 1.7s done [2026-07-06T10:16:22.984Z] #35 ... [2026-07-06T10:16:22.984Z] [2026-07-06T10:16:22.984Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-07-06T10:16:22.984Z] #36 DONE 2.6s [2026-07-06T10:16:22.984Z] [2026-07-06T10:16:22.984Z] #35 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:22.984Z] #35 extracting sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc [2026-07-06T10:16:22.984Z] #35 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.2s done [2026-07-06T10:16:22.984Z] #35 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-06T10:16:22.984Z] #35 sha256:2c9d26f410d032d5b1525aa8a873e238b05b90c4ae8618743d4311f0cc827e37 1.02kB / 1.02kB done [2026-07-06T10:16:22.984Z] #35 sha256:2c15e55df5d63efb31b629a557df305130612a16feb029c93447e54dda2c4189 627B / 627B done [2026-07-06T10:16:22.984Z] #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 4.12MB / 4.12MB 1.7s done [2026-07-06T10:16:23.279Z] #35 ... [2026-07-06T10:16:23.279Z] [2026-07-06T10:16:23.279Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:23.279Z] #37 DONE 0.0s [2026-07-06T10:16:23.279Z] [2026-07-06T10:16:23.279Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:23.279Z] #37 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:23.865Z] #37 ... [2026-07-06T10:16:23.865Z] [2026-07-06T10:16:23.865Z] #38 [security-spire-config internal] load build context [2026-07-06T10:16:23.865Z] #38 transferring context: 24.83kB 0.3s done [2026-07-06T10:16:23.865Z] #38 DONE 3.5s [2026-07-06T10:16:24.133Z] [2026-07-06T10:16:24.133Z] #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:24.133Z] #35 ... [2026-07-06T10:16:24.133Z] [2026-07-06T10:16:24.133Z] #39 [security-spire-server internal] load build context [2026-07-06T10:16:24.133Z] #39 transferring context: 26.58kB 0.3s done [2026-07-06T10:16:24.133Z] #39 DONE 3.7s [2026-07-06T10:16:24.133Z] [2026-07-06T10:16:24.133Z] #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:25.561Z] #35 ... [2026-07-06T10:16:25.561Z] [2026-07-06T10:16:25.561Z] #40 [support-scheduler internal] load build context [2026-07-06T10:16:25.561Z] #40 transferring context: 3.44MB 3.8s done [2026-07-06T10:16:25.561Z] #40 DONE 5.2s [2026-07-06T10:16:25.561Z] [2026-07-06T10:16:25.561Z] #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:25.832Z] #35 ... [2026-07-06T10:16:25.832Z] [2026-07-06T10:16:25.832Z] #41 [core-command internal] load build context [2026-07-06T10:16:25.832Z] #41 transferring context: 3.44MB 4.0s done [2026-07-06T10:16:25.832Z] #41 DONE 5.4s [2026-07-06T10:16:25.832Z] [2026-07-06T10:16:25.832Z] #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:25.832Z] #35 extracting sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 2.9s done [2026-07-06T10:16:25.832Z] #35 ... [2026-07-06T10:16:25.832Z] [2026-07-06T10:16:25.832Z] #42 [security-spiffe-token-provider internal] load build context [2026-07-06T10:16:25.832Z] #42 transferring context: 3.44MB 4.0s done [2026-07-06T10:16:25.832Z] #42 DONE 5.5s [2026-07-06T10:16:25.832Z] [2026-07-06T10:16:25.832Z] #43 [core-keeper internal] load build context [2026-07-06T10:16:25.832Z] #43 transferring context: 3.44MB 4.1s done [2026-07-06T10:16:25.832Z] #43 DONE 5.6s [2026-07-06T10:16:25.832Z] [2026-07-06T10:16:25.832Z] #33 [core-metadata internal] load build context [2026-07-06T10:16:25.832Z] #33 transferring context: 3.44MB 4.2s done [2026-07-06T10:16:25.832Z] #33 DONE 5.6s [2026-07-06T10:16:25.832Z] [2026-07-06T10:16:25.832Z] #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:25.832Z] #35 extracting sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 2.9s done [2026-07-06T10:16:26.101Z] #35 ... [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #44 [security-proxy-auth internal] load build context [2026-07-06T10:16:26.101Z] #44 transferring context: 3.44MB 4.3s done [2026-07-06T10:16:26.101Z] #44 DONE 5.7s [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #45 [core-data internal] load build context [2026-07-06T10:16:26.101Z] #45 transferring context: 3.44MB 4.8s done [2026-07-06T10:16:26.101Z] #45 DONE 5.7s [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #46 [support-notifications internal] load build context [2026-07-06T10:16:26.101Z] #46 transferring context: 3.44MB 4.3s done [2026-07-06T10:16:26.101Z] #46 DONE 5.6s [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #47 [security-bootstrapper internal] load build context [2026-07-06T10:16:26.101Z] #47 transferring context: 3.44MB 3.5s done [2026-07-06T10:16:26.101Z] #47 DONE 5.6s [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #48 [core-common-config-bootstrapper internal] load build context [2026-07-06T10:16:26.101Z] #48 transferring context: 3.44MB 4.9s done [2026-07-06T10:16:26.101Z] #48 DONE 5.8s [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #49 [security-secretstore-setup internal] load build context [2026-07-06T10:16:26.101Z] #49 transferring context: 3.44MB 3.5s done [2026-07-06T10:16:26.101Z] #49 DONE 5.6s [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:16:26.101Z] #50 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.3s done [2026-07-06T10:16:26.101Z] #50 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-07-06T10:16:26.101Z] #50 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-07-06T10:16:26.101Z] #50 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-07-06T10:16:26.101Z] #50 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.4s done [2026-07-06T10:16:26.101Z] #50 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 1.5s done [2026-07-06T10:16:26.101Z] #50 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.6s done [2026-07-06T10:16:26.101Z] #50 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2026-07-06T10:16:26.101Z] #50 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 3.5s [2026-07-06T10:16:26.101Z] #50 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done [2026-07-06T10:16:26.101Z] #50 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done [2026-07-06T10:16:26.101Z] #50 ... [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #51 [security-proxy-setup internal] load build context [2026-07-06T10:16:26.101Z] #51 transferring context: 3.44MB 3.7s done [2026-07-06T10:16:26.101Z] #51 DONE 5.7s [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:16:26.101Z] #50 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 24.16MB / 37.02MB 3.7s [2026-07-06T10:16:26.101Z] #50 ... [2026-07-06T10:16:26.101Z] [2026-07-06T10:16:26.101Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:26.101Z] #37 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.4s done [2026-07-06T10:16:26.101Z] #37 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-07-06T10:16:26.101Z] #37 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2026-07-06T10:16:26.101Z] #37 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2026-07-06T10:16:26.101Z] #37 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-07-06T10:16:26.101Z] #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-07-06T10:16:26.101Z] #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-07-06T10:16:26.101Z] #37 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.4s done [2026-07-06T10:16:26.101Z] #37 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 16.78MB / 17.33MB 1.4s [2026-07-06T10:16:26.101Z] #37 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done [2026-07-06T10:16:26.386Z] #37 ... [2026-07-06T10:16:26.386Z] [2026-07-06T10:16:26.386Z] #52 [security-spire-agent internal] load build context [2026-07-06T10:16:26.386Z] #52 transferring context: 26.11kB 0.0s done [2026-07-06T10:16:26.386Z] #52 DONE 3.1s [2026-07-06T10:16:26.386Z] [2026-07-06T10:16:26.386Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:26.386Z] #37 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 1.4s done [2026-07-06T10:16:26.386Z] #37 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 [2026-07-06T10:16:27.348Z] #37 ... [2026-07-06T10:16:27.348Z] [2026-07-06T10:16:27.348Z] #53 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2026-07-06T10:16:27.348Z] #53 DONE 7.4s [2026-07-06T10:16:27.348Z] [2026-07-06T10:16:27.348Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:27.934Z] #37 ... [2026-07-06T10:16:27.934Z] [2026-07-06T10:16:27.934Z] #54 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go [2026-07-06T10:16:27.934Z] #54 DONE 1.6s [2026-07-06T10:16:28.368Z] [2026-07-06T10:16:28.368Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:16:33.938Z] #55 ... [2026-07-06T10:16:33.938Z] [2026-07-06T10:16:33.938Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:16:33.938Z] #50 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 4.1s done [2026-07-06T10:16:33.938Z] #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.7s [2026-07-06T10:16:35.367Z] #50 ... [2026-07-06T10:16:35.367Z] [2026-07-06T10:16:35.367Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-07-06T10:16:35.367Z] #56 DONE 9.0s [2026-07-06T10:16:35.367Z] [2026-07-06T10:16:35.367Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:36.350Z] #57 ... [2026-07-06T10:16:36.350Z] [2026-07-06T10:16:36.350Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-07-06T10:16:36.350Z] #0 7.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:36.350Z] #0 7.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:36.620Z] #58 ... [2026-07-06T10:16:36.620Z] [2026-07-06T10:16:36.620Z] #35 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-06T10:16:36.620Z] #35 ... [2026-07-06T10:16:36.620Z] [2026-07-06T10:16:36.620Z] #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-07-06T10:16:36.886Z] #59 ... [2026-07-06T10:16:36.886Z] [2026-07-06T10:16:36.886Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:36.886Z] #60 ... [2026-07-06T10:16:36.886Z] [2026-07-06T10:16:36.886Z] #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:36.886Z] #0 10.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.153Z] #61 ... [2026-07-06T10:16:37.153Z] [2026-07-06T10:16:37.153Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-07-06T10:16:37.153Z] #62 ... [2026-07-06T10:16:37.153Z] [2026-07-06T10:16:37.153Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-07-06T10:16:37.153Z] #0 8.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.153Z] #0 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.420Z] #63 ... [2026-07-06T10:16:37.420Z] [2026-07-06T10:16:37.420Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-07-06T10:16:37.420Z] #0 8.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.420Z] #0 9.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.420Z] #64 ... [2026-07-06T10:16:37.420Z] [2026-07-06T10:16:37.420Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-07-06T10:16:37.420Z] #0 8.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.420Z] #0 9.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.688Z] #65 ... [2026-07-06T10:16:37.688Z] [2026-07-06T10:16:37.688Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-07-06T10:16:37.688Z] #0 8.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.688Z] #0 9.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:37.955Z] #66 ... [2026-07-06T10:16:37.955Z] [2026-07-06T10:16:37.955Z] #67 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-07-06T10:16:37.955Z] #67 ... [2026-07-06T10:16:37.955Z] [2026-07-06T10:16:37.955Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:37.955Z] #37 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.5s [2026-07-06T10:16:37.955Z] #37 ... [2026-07-06T10:16:37.955Z] [2026-07-06T10:16:37.955Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-07-06T10:16:38.222Z] #68 ... [2026-07-06T10:16:38.222Z] [2026-07-06T10:16:38.222Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-07-06T10:16:38.222Z] #69 ... [2026-07-06T10:16:38.222Z] [2026-07-06T10:16:38.222Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:16:38.222Z] #0 10.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:38.491Z] #70 ... [2026-07-06T10:16:38.491Z] [2026-07-06T10:16:38.491Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-07-06T10:16:38.491Z] #71 ... [2026-07-06T10:16:38.491Z] [2026-07-06T10:16:38.491Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-07-06T10:16:38.767Z] #72 ... [2026-07-06T10:16:38.767Z] [2026-07-06T10:16:38.767Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:16:38.767Z] #55 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:40.718Z] #55 ... [2026-07-06T10:16:40.718Z] [2026-07-06T10:16:40.718Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-07-06T10:16:40.718Z] #69 DONE 12.3s [2026-07-06T10:16:40.718Z] [2026-07-06T10:16:40.718Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:16:40.718Z] #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.9s [2026-07-06T10:16:41.680Z] #50 ... [2026-07-06T10:16:41.680Z] [2026-07-06T10:16:41.680Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-07-06T10:16:41.680Z] #58 15.36 (1/7) Installing ca-certificates (20260611-r0) [2026-07-06T10:16:41.970Z] #58 15.58 (2/7) Installing dumb-init (1.2.5-r3) [2026-07-06T10:16:41.970Z] #58 15.60 (3/7) Installing libgcc (14.2.0-r6) [2026-07-06T10:16:42.253Z] #58 15.63 (4/7) Installing libsodium (1.0.20-r1) [2026-07-06T10:16:42.253Z] #58 15.74 (5/7) Installing libstdc++ (14.2.0-r6) [2026-07-06T10:16:42.842Z] #58 16.18 (6/7) Installing libzmq (4.3.5-r2) [2026-07-06T10:16:42.842Z] #58 16.31 (7/7) Installing zeromq (4.3.5-r2) [2026-07-06T10:16:42.842Z] #58 16.47 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:16:43.110Z] #58 16.70 Executing ca-certificates-20260611-r0.trigger [2026-07-06T10:16:44.520Z] #58 17.91 OK: 12 MiB in 23 packages [2026-07-06T10:16:45.938Z] #58 DONE 19.6s [2026-07-06T10:16:45.939Z] [2026-07-06T10:16:45.939Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:16:45.939Z] #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.3s [2026-07-06T10:16:46.536Z] #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.9s done [2026-07-06T10:16:46.536Z] #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.9s done [2026-07-06T10:16:47.962Z] #50 ... [2026-07-06T10:16:47.962Z] [2026-07-06T10:16:47.962Z] #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:47.962Z] #61 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:47.962Z] #61 ... [2026-07-06T10:16:47.962Z] [2026-07-06T10:16:47.962Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-07-06T10:16:47.962Z] #64 18.92 (1/4) Installing ca-certificates (20260611-r0) [2026-07-06T10:16:47.962Z] #64 19.32 (2/4) Installing dumb-init (1.2.5-r3) [2026-07-06T10:16:47.962Z] #64 19.36 (3/4) Installing su-exec (0.2-r3) [2026-07-06T10:16:47.962Z] #64 19.51 (4/4) Installing yq-go (4.47.2-r3) [2026-07-06T10:16:47.962Z] #64 21.23 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:16:47.962Z] #64 21.47 Executing ca-certificates-20260611-r0.trigger [2026-07-06T10:16:48.231Z] #64 ... [2026-07-06T10:16:48.231Z] [2026-07-06T10:16:48.231Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:16:48.231Z] #37 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.8s done [2026-07-06T10:16:48.231Z] #37 ... [2026-07-06T10:16:48.231Z] [2026-07-06T10:16:48.231Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-07-06T10:16:48.231Z] #62 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:48.231Z] #62 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:48.502Z] #62 ... [2026-07-06T10:16:48.502Z] [2026-07-06T10:16:48.502Z] #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-07-06T10:16:48.502Z] #59 11.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:48.502Z] #59 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:48.502Z] #59 ... [2026-07-06T10:16:48.502Z] [2026-07-06T10:16:48.502Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-07-06T10:16:48.502Z] #66 19.32 (1/2) Installing dumb-init (1.2.5-r3) [2026-07-06T10:16:48.502Z] #66 19.39 (2/2) Installing su-exec (0.2-r3) [2026-07-06T10:16:48.502Z] #66 19.43 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:16:48.502Z] #66 19.69 OK: 8 MiB in 18 packages [2026-07-06T10:16:49.092Z] #66 DONE 22.6s [2026-07-06T10:16:49.092Z] [2026-07-06T10:16:49.092Z] #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:49.092Z] #61 22.66 (1/1) Installing dumb-init (1.2.5-r3) [2026-07-06T10:16:49.092Z] #61 22.73 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:16:49.092Z] #61 ... [2026-07-06T10:16:49.092Z] [2026-07-06T10:16:49.092Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-07-06T10:16:49.092Z] #72 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.092Z] #72 13.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.362Z] #72 ... [2026-07-06T10:16:49.362Z] [2026-07-06T10:16:49.362Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:49.362Z] #60 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.362Z] #60 14.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.362Z] #60 ... [2026-07-06T10:16:49.362Z] [2026-07-06T10:16:49.362Z] #67 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-07-06T10:16:49.362Z] #67 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.362Z] #67 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.628Z] #67 ... [2026-07-06T10:16:49.628Z] [2026-07-06T10:16:49.628Z] #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:49.628Z] #61 22.99 OK: 8 MiB in 17 packages [2026-07-06T10:16:49.895Z] #61 ... [2026-07-06T10:16:49.895Z] [2026-07-06T10:16:49.895Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-07-06T10:16:49.895Z] #71 11.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.895Z] #71 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.895Z] #71 ... [2026-07-06T10:16:49.895Z] [2026-07-06T10:16:49.895Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-07-06T10:16:49.895Z] #68 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:49.895Z] #68 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:50.164Z] #68 ... [2026-07-06T10:16:50.164Z] [2026-07-06T10:16:50.164Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-07-06T10:16:50.164Z] #64 22.98 OK: 19 MiB in 20 packages [2026-07-06T10:16:50.164Z] #64 ... [2026-07-06T10:16:50.164Z] [2026-07-06T10:16:50.164Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:16:50.164Z] #70 12.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:50.430Z] #70 ... [2026-07-06T10:16:50.430Z] [2026-07-06T10:16:50.430Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-07-06T10:16:50.430Z] #0 5.502 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:50.430Z] #0 7.589 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:50.430Z] #73 ... [2026-07-06T10:16:50.430Z] [2026-07-06T10:16:50.430Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-07-06T10:16:50.430Z] #63 19.56 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:16:50.430Z] #63 19.56 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:16:50.430Z] #63 19.56 OK: 26166 distinct packages available [2026-07-06T10:16:50.430Z] #63 21.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:50.430Z] #63 23.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:51.024Z] #63 ... [2026-07-06T10:16:51.024Z] [2026-07-06T10:16:51.024Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:16:51.024Z] #55 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:51.024Z] #55 ... [2026-07-06T10:16:51.025Z] [2026-07-06T10:16:51.025Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-07-06T10:16:51.025Z] #74 ... [2026-07-06T10:16:51.025Z] [2026-07-06T10:16:51.025Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:51.025Z] #57 5.772 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:51.025Z] #57 7.544 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:51.291Z] #57 ... [2026-07-06T10:16:51.291Z] [2026-07-06T10:16:51.291Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-07-06T10:16:51.291Z] #65 18.17 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:16:51.291Z] #65 18.17 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:16:51.291Z] #65 18.17 OK: 26166 distinct packages available [2026-07-06T10:16:51.291Z] #65 20.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:51.291Z] #65 21.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:51.559Z] #65 ... [2026-07-06T10:16:51.559Z] [2026-07-06T10:16:51.559Z] #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:51.829Z] #61 DONE 25.2s [2026-07-06T10:16:51.829Z] [2026-07-06T10:16:51.829Z] #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2026-07-06T10:16:51.829Z] #75 ... [2026-07-06T10:16:51.829Z] [2026-07-06T10:16:51.829Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-07-06T10:16:51.829Z] #64 DONE 25.4s [2026-07-06T10:16:52.096Z] [2026-07-06T10:16:52.096Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-07-06T10:16:54.692Z] #76 ... [2026-07-06T10:16:54.692Z] [2026-07-06T10:16:54.692Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-07-06T10:16:54.692Z] #68 24.89 OK: 255 MiB in 60 packages [2026-07-06T10:16:54.692Z] #68 DONE 26.2s [2026-07-06T10:16:54.692Z] [2026-07-06T10:16:54.692Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:16:54.963Z] #77 DONE 0.7s [2026-07-06T10:16:54.963Z] [2026-07-06T10:16:54.963Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:16:55.924Z] #78 ... [2026-07-06T10:16:55.924Z] [2026-07-06T10:16:55.924Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:16:55.924Z] #55 24.98 OK: 255 MiB in 60 packages [2026-07-06T10:16:55.924Z] #55 DONE 27.9s [2026-07-06T10:16:55.924Z] [2026-07-06T10:16:55.924Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-07-06T10:16:55.924Z] #70 25.18 OK: 255 MiB in 60 packages [2026-07-06T10:16:55.924Z] #70 DONE 28.0s [2026-07-06T10:16:55.924Z] [2026-07-06T10:16:55.924Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:55.924Z] #60 27.14 (1/1) Installing dumb-init (1.2.5-r3) [2026-07-06T10:16:55.925Z] #60 27.21 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:16:55.925Z] #60 27.44 OK: 8 MiB in 17 packages [2026-07-06T10:16:56.192Z] #60 ... [2026-07-06T10:16:56.192Z] [2026-07-06T10:16:56.192Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:16:56.192Z] #0 4.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:56.192Z] #0 6.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:56.192Z] #79 ... [2026-07-06T10:16:56.192Z] [2026-07-06T10:16:56.192Z] #80 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:16:56.461Z] #80 ... [2026-07-06T10:16:56.461Z] [2026-07-06T10:16:56.461Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-07-06T10:16:56.461Z] #60 DONE 30.1s [2026-07-06T10:16:56.729Z] [2026-07-06T10:16:56.729Z] #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2026-07-06T10:16:56.729Z] #75 5.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:16:57.315Z] #75 ... [2026-07-06T10:16:57.315Z] [2026-07-06T10:16:57.315Z] #81 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:16:57.315Z] #81 DONE 1.4s [2026-07-06T10:16:57.584Z] [2026-07-06T10:16:57.584Z] #80 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:16:57.584Z] #80 DONE 1.4s [2026-07-06T10:16:57.584Z] [2026-07-06T10:16:57.584Z] #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:16:57.853Z] #82 ... [2026-07-06T10:16:57.854Z] [2026-07-06T10:16:57.854Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-07-06T10:16:57.854Z] #71 27.35 OK: 255 MiB in 60 packages [2026-07-06T10:16:57.854Z] #71 DONE 29.7s [2026-07-06T10:16:57.854Z] [2026-07-06T10:16:57.854Z] #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:16:58.440Z] #83 ... [2026-07-06T10:16:58.440Z] [2026-07-06T10:16:58.440Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-07-06T10:16:58.440Z] #62 26.38 (1/4) Installing dumb-init (1.2.5-r3) [2026-07-06T10:16:58.440Z] #62 26.39 (2/4) Installing openssl (3.5.7-r0) [2026-07-06T10:16:58.440Z] #62 26.44 (3/4) Installing su-exec (0.2-r3) [2026-07-06T10:16:58.440Z] #62 26.47 (4/4) Installing yq-go (4.47.2-r3) [2026-07-06T10:16:58.440Z] #62 27.76 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:16:58.440Z] #62 27.89 OK: 20 MiB in 20 packages [2026-07-06T10:16:58.440Z] #62 DONE 32.0s [2026-07-06T10:16:58.710Z] [2026-07-06T10:16:58.710Z] #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:16:58.710Z] #83 DONE 0.8s [2026-07-06T10:16:58.710Z] [2026-07-06T10:16:58.710Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:17:00.659Z] #84 ... [2026-07-06T10:17:00.659Z] [2026-07-06T10:17:00.659Z] #67 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-07-06T10:17:00.659Z] #67 26.01 (1/3) Installing ca-certificates (20260611-r0) [2026-07-06T10:17:00.660Z] #67 26.63 (2/3) Installing dumb-init (1.2.5-r3) [2026-07-06T10:17:00.660Z] #67 26.66 (3/3) Installing tzdata (2026b-r0) [2026-07-06T10:17:00.660Z] #67 28.94 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:17:00.660Z] #67 29.15 Executing ca-certificates-20260611-r0.trigger [2026-07-06T10:17:00.660Z] #67 30.78 OK: 8 MiB in 19 packages [2026-07-06T10:17:00.660Z] #67 DONE 33.9s [2026-07-06T10:17:00.660Z] [2026-07-06T10:17:00.660Z] #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:01.622Z] #85 ... [2026-07-06T10:17:01.622Z] [2026-07-06T10:17:01.622Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-07-06T10:17:01.622Z] #57 22.32 (1/1) Installing dumb-init (1.2.5-r3) [2026-07-06T10:17:01.622Z] #57 23.05 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:17:01.622Z] #57 23.16 OK: 8 MiB in 17 packages [2026-07-06T10:17:01.622Z] #57 DONE 26.3s [2026-07-06T10:17:01.892Z] [2026-07-06T10:17:01.892Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-07-06T10:17:01.892Z] #65 32.68 (1/4) Installing dumb-init (1.2.5-r3) [2026-07-06T10:17:01.892Z] #65 32.76 (2/4) Installing musl-obstack (1.2.3-r2) [2026-07-06T10:17:01.892Z] #65 32.81 (3/4) Installing libucontext (1.3.2-r0) [2026-07-06T10:17:01.892Z] #65 32.81 (4/4) Installing gcompat (1.1.0-r4) [2026-07-06T10:17:01.892Z] #65 32.88 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:17:01.892Z] #65 33.28 OK: 8 MiB in 20 packages [2026-07-06T10:17:02.164Z] #65 ... [2026-07-06T10:17:02.164Z] [2026-07-06T10:17:02.164Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-07-06T10:17:02.164Z] #74 3.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:02.164Z] #74 5.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:02.164Z] #74 ... [2026-07-06T10:17:02.164Z] [2026-07-06T10:17:02.164Z] #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-07-06T10:17:02.164Z] #59 25.77 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:17:02.164Z] #59 25.77 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:17:02.164Z] #59 25.77 OK: 26166 distinct packages available [2026-07-06T10:17:02.164Z] #59 28.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:02.164Z] #59 30.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:02.433Z] #59 ... [2026-07-06T10:17:02.433Z] [2026-07-06T10:17:02.433Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-07-06T10:17:02.433Z] #72 25.28 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-07-06T10:17:02.433Z] #72 25.28 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-07-06T10:17:02.433Z] #72 25.28 OK: 26186 distinct packages available [2026-07-06T10:17:02.433Z] #72 28.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:02.433Z] #72 30.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:02.433Z] #72 ... [2026-07-06T10:17:02.433Z] [2026-07-06T10:17:02.433Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-07-06T10:17:02.433Z] #65 DONE 36.0s [2026-07-06T10:17:02.433Z] [2026-07-06T10:17:02.433Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-07-06T10:17:05.786Z] #86 ... [2026-07-06T10:17:05.786Z] [2026-07-06T10:17:05.786Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-07-06T10:17:05.786Z] #76 3.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:05.786Z] #76 5.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:05.786Z] #76 ... [2026-07-06T10:17:05.786Z] [2026-07-06T10:17:05.786Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-07-06T10:17:05.786Z] #63 37.05 (1/13) Installing brotli-libs (1.1.0-r2) [2026-07-06T10:17:05.786Z] #63 37.20 (2/13) Installing c-ares (1.34.6-r0) [2026-07-06T10:17:05.786Z] #63 37.27 (3/13) Installing libunistring (1.3-r0) [2026-07-06T10:17:05.786Z] #63 37.51 (4/13) Installing libidn2 (2.3.7-r0) [2026-07-06T10:17:05.786Z] #63 37.55 (5/13) Installing nghttp2-libs (1.69.0-r0) [2026-07-06T10:17:05.786Z] #63 37.62 (6/13) Installing libpsl (0.21.5-r3) [2026-07-06T10:17:05.786Z] #63 37.68 (7/13) Installing zstd-libs (1.5.7-r0) [2026-07-06T10:17:05.786Z] #63 37.84 (8/13) Installing libcurl (8.14.1-r2) [2026-07-06T10:17:05.786Z] #63 37.99 (9/13) Installing curl (8.14.1-r2) [2026-07-06T10:17:05.786Z] #63 38.06 (10/13) Installing dumb-init (1.2.5-r3) [2026-07-06T10:17:05.786Z] #63 38.09 (11/13) Installing musl-obstack (1.2.3-r2) [2026-07-06T10:17:05.786Z] #63 38.10 (12/13) Installing libucontext (1.3.2-r0) [2026-07-06T10:17:05.786Z] #63 38.13 (13/13) Installing gcompat (1.1.0-r4) [2026-07-06T10:17:05.786Z] #63 38.19 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:17:05.786Z] #63 38.36 OK: 13 MiB in 29 packages [2026-07-06T10:17:05.786Z] #63 ... [2026-07-06T10:17:05.786Z] [2026-07-06T10:17:05.786Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-07-06T10:17:05.786Z] #73 23.36 OK: 255 MiB in 60 packages [2026-07-06T10:17:05.786Z] #73 DONE 25.5s [2026-07-06T10:17:05.786Z] [2026-07-06T10:17:05.786Z] #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-07-06T10:17:06.068Z] #87 DONE 0.4s [2026-07-06T10:17:06.068Z] [2026-07-06T10:17:06.068Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-07-06T10:17:06.068Z] #86 3.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:06.668Z] #86 ... [2026-07-06T10:17:06.668Z] [2026-07-06T10:17:06.668Z] #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:06.668Z] #0 6.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:06.668Z] #0 8.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:06.668Z] #88 ... [2026-07-06T10:17:06.668Z] [2026-07-06T10:17:06.668Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:06.668Z] #79 18.48 OK: 12 MiB in 23 packages [2026-07-06T10:17:06.668Z] #79 DONE 20.7s [2026-07-06T10:17:06.668Z] [2026-07-06T10:17:06.668Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:17:07.266Z] #89 ... [2026-07-06T10:17:07.266Z] [2026-07-06T10:17:07.266Z] #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:17:07.537Z] #90 ... [2026-07-06T10:17:07.537Z] [2026-07-06T10:17:07.537Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-07-06T10:17:07.537Z] #63 DONE 41.0s [2026-07-06T10:17:07.537Z] [2026-07-06T10:17:07.537Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:08.505Z] #91 ... [2026-07-06T10:17:08.505Z] [2026-07-06T10:17:08.505Z] #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2026-07-06T10:17:08.505Z] #75 6.816 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:08.505Z] #75 ... [2026-07-06T10:17:08.505Z] [2026-07-06T10:17:08.505Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-07-06T10:17:08.505Z] #0 6.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:08.505Z] #0 8.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:08.775Z] #92 ... [2026-07-06T10:17:08.775Z] [2026-07-06T10:17:08.775Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-07-06T10:17:08.775Z] #86 5.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:12.128Z] #86 ... [2026-07-06T10:17:12.128Z] [2026-07-06T10:17:12.128Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-07-06T10:17:12.128Z] #76 18.12 OK: 19 MiB in 20 packages [2026-07-06T10:17:12.128Z] #76 DONE 19.8s [2026-07-06T10:17:12.128Z] [2026-07-06T10:17:12.128Z] #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-07-06T10:17:12.128Z] #59 42.93 (1/5) Installing dumb-init (1.2.5-r3) [2026-07-06T10:17:12.128Z] #59 42.98 (2/5) Installing musl-obstack (1.2.3-r2) [2026-07-06T10:17:12.128Z] #59 42.99 (3/5) Installing libucontext (1.3.2-r0) [2026-07-06T10:17:12.128Z] #59 43.02 (4/5) Installing gcompat (1.1.0-r4) [2026-07-06T10:17:12.128Z] #59 43.04 (5/5) Installing openssl (3.5.7-r0) [2026-07-06T10:17:12.128Z] #59 43.10 Executing busybox-1.37.0-r20.trigger [2026-07-06T10:17:12.128Z] #59 43.16 OK: 9 MiB in 21 packages [2026-07-06T10:17:12.128Z] #59 DONE 45.2s [2026-07-06T10:17:12.128Z] [2026-07-06T10:17:12.128Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-07-06T10:17:12.128Z] #74 19.19 OK: 8 MiB in 18 packages [2026-07-06T10:17:12.128Z] #74 DONE 22.7s [2026-07-06T10:17:12.128Z] [2026-07-06T10:17:12.128Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2026-07-06T10:17:12.128Z] #75 18.28 OK: 8 MiB in 17 packages [2026-07-06T10:17:12.128Z] #75 DONE 20.2s [2026-07-06T10:17:12.128Z] [2026-07-06T10:17:12.128Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-07-06T10:17:13.102Z] #93 ... [2026-07-06T10:17:13.102Z] [2026-07-06T10:17:13.102Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-07-06T10:17:13.102Z] #72 42.84 OK: 255 MiB in 60 packages [2026-07-06T10:17:13.102Z] #72 DONE 44.9s [2026-07-06T10:17:13.102Z] [2026-07-06T10:17:13.102Z] #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:17:13.372Z] #94 DONE 0.6s [2026-07-06T10:17:13.372Z] [2026-07-06T10:17:13.372Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:17:15.320Z] #95 ... [2026-07-06T10:17:15.320Z] [2026-07-06T10:17:15.320Z] #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:15.320Z] #85 4.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:15.320Z] #85 7.010 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:15.320Z] #85 ... [2026-07-06T10:17:15.320Z] [2026-07-06T10:17:15.320Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-07-06T10:17:15.320Z] #93 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:15.908Z] #93 ... [2026-07-06T10:17:15.908Z] [2026-07-06T10:17:15.908Z] #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:15.908Z] #88 17.88 OK: 8 MiB in 17 packages [2026-07-06T10:17:15.908Z] #88 DONE 19.5s [2026-07-06T10:17:16.177Z] [2026-07-06T10:17:16.177Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-07-06T10:17:16.177Z] #92 15.78 OK: 20 MiB in 20 packages [2026-07-06T10:17:16.177Z] #92 DONE 17.6s [2026-07-06T10:17:16.177Z] [2026-07-06T10:17:16.177Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-07-06T10:17:16.177Z] #96 DONE 4.5s [2026-07-06T10:17:16.177Z] [2026-07-06T10:17:16.177Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-07-06T10:17:16.447Z] #97 ... [2026-07-06T10:17:16.447Z] [2026-07-06T10:17:16.447Z] #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-07-06T10:17:16.447Z] #98 DONE 0.3s [2026-07-06T10:17:16.447Z] [2026-07-06T10:17:16.447Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-07-06T10:17:16.447Z] #97 DONE 0.4s [2026-07-06T10:17:16.447Z] [2026-07-06T10:17:16.447Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-07-06T10:17:16.447Z] #86 14.00 OK: 8 MiB in 20 packages [2026-07-06T10:17:17.416Z] #86 ... [2026-07-06T10:17:17.416Z] [2026-07-06T10:17:17.416Z] #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:17.416Z] #85 15.55 OK: 8 MiB in 19 packages [2026-07-06T10:17:17.416Z] #85 DONE 17.1s [2026-07-06T10:17:17.685Z] [2026-07-06T10:17:17.685Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-07-06T10:17:17.685Z] #93 5.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:17.685Z] #93 ... [2026-07-06T10:17:17.685Z] [2026-07-06T10:17:17.685Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-07-06T10:17:17.685Z] #86 DONE 15.2s [2026-07-06T10:17:17.952Z] [2026-07-06T10:17:17.952Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:17:19.899Z] #99 DONE 1.9s [2026-07-06T10:17:19.899Z] [2026-07-06T10:17:19.899Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:19.899Z] #91 2.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:19.899Z] #91 3.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-06T10:17:19.899Z] #91 11.88 OK: 13 MiB in 29 packages [2026-07-06T10:17:19.899Z] #91 ... [2026-07-06T10:17:19.899Z] [2026-07-06T10:17:19.899Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-07-06T10:17:19.899Z] #100 DONE 0.1s [2026-07-06T10:17:19.899Z] [2026-07-06T10:17:19.899Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2026-07-06T10:17:19.899Z] #101 DONE 0.2s [2026-07-06T10:17:19.899Z] [2026-07-06T10:17:19.899Z] #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-07-06T10:17:20.172Z] #102 DONE 0.2s [2026-07-06T10:17:20.172Z] [2026-07-06T10:17:20.172Z] #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-07-06T10:17:20.172Z] #103 DONE 0.1s [2026-07-06T10:17:20.172Z] [2026-07-06T10:17:20.172Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-07-06T10:17:20.172Z] #91 DONE 12.7s [2026-07-06T10:17:20.172Z] [2026-07-06T10:17:20.172Z] #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-07-06T10:17:20.444Z] #104 DONE 0.2s [2026-07-06T10:17:20.444Z] [2026-07-06T10:17:20.444Z] #105 [security-spire-config] exporting to image [2026-07-06T10:17:20.444Z] #105 exporting layers [2026-07-06T10:17:23.040Z] #105 ... [2026-07-06T10:17:23.040Z] [2026-07-06T10:17:23.041Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-07-06T10:17:23.041Z] #93 10.20 OK: 9 MiB in 21 packages [2026-07-06T10:17:23.041Z] #93 DONE 11.4s [2026-07-06T10:17:23.344Z] [2026-07-06T10:17:23.344Z] #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-07-06T10:17:23.933Z] #106 ... [2026-07-06T10:17:23.933Z] [2026-07-06T10:17:23.933Z] #105 [security-spire-config] exporting to image [2026-07-06T10:17:23.933Z] #105 exporting layers 3.5s done [2026-07-06T10:17:23.933Z] #105 writing image sha256:7b902eaa40c64adb1a3b842a04912f7210ae303eed4827e4f40511e3a91c3219 0.0s done [2026-07-06T10:17:23.933Z] #105 naming to docker.io/library/security-spire-config-arm64 0.0s done [2026-07-06T10:17:23.933Z] #105 DONE 3.5s [2026-07-06T10:17:24.206Z] [2026-07-06T10:17:24.206Z] #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:17:24.796Z] #107 ... [2026-07-06T10:17:24.796Z] [2026-07-06T10:17:24.796Z] #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-07-06T10:17:24.796Z] #106 DONE 1.6s [2026-07-06T10:17:24.796Z] [2026-07-06T10:17:24.796Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:17:25.385Z] #108 ... [2026-07-06T10:17:25.385Z] [2026-07-06T10:17:25.385Z] #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:17:25.385Z] #107 DONE 2.3s [2026-07-06T10:17:25.385Z] [2026-07-06T10:17:25.385Z] #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-07-06T10:17:25.385Z] #109 DONE 0.2s [2026-07-06T10:17:25.385Z] [2026-07-06T10:17:25.385Z] #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:17:25.660Z] #82 ... [2026-07-06T10:17:25.660Z] [2026-07-06T10:17:25.660Z] #110 [security-spire-server stage-2 6/9] COPY security.txt / [2026-07-06T10:17:25.660Z] #110 DONE 0.2s [2026-07-06T10:17:25.660Z] [2026-07-06T10:17:25.660Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-07-06T10:17:26.246Z] #111 DONE 0.2s [2026-07-06T10:17:26.246Z] [2026-07-06T10:17:26.246Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-07-06T10:17:26.246Z] #112 DONE 0.2s [2026-07-06T10:17:26.246Z] [2026-07-06T10:17:26.246Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-07-06T10:17:26.246Z] #113 DONE 0.2s [2026-07-06T10:17:26.246Z] [2026-07-06T10:17:26.246Z] #105 [security-spire-server] exporting to image [2026-07-06T10:17:26.843Z] #105 ... [2026-07-06T10:17:26.843Z] [2026-07-06T10:17:26.843Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-07-06T10:17:26.843Z] #108 DONE 2.1s [2026-07-06T10:17:26.843Z] [2026-07-06T10:17:26.843Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-07-06T10:17:27.123Z] #114 DONE 0.3s [2026-07-06T10:17:27.123Z] [2026-07-06T10:17:27.123Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-07-06T10:17:27.407Z] #115 DONE 0.2s [2026-07-06T10:17:27.407Z] [2026-07-06T10:17:27.407Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-07-06T10:17:27.687Z] #116 DONE 0.3s [2026-07-06T10:17:27.687Z] [2026-07-06T10:17:27.687Z] #105 [security-spire-server] exporting to image [2026-07-06T10:17:27.967Z] #105 ... [2026-07-06T10:17:27.967Z] [2026-07-06T10:17:27.967Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-07-06T10:17:27.967Z] #117 DONE 0.2s [2026-07-06T10:17:28.238Z] [2026-07-06T10:17:28.238Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-07-06T10:17:28.238Z] #118 DONE 0.3s [2026-07-06T10:17:28.238Z] [2026-07-06T10:17:28.238Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:17:28.507Z] #78 ... [2026-07-06T10:17:28.507Z] [2026-07-06T10:17:28.507Z] #105 [security-spire-agent] exporting to image [2026-07-06T10:17:30.454Z] #105 exporting layers 4.0s done [2026-07-06T10:17:30.454Z] #105 writing image sha256:52a9480b1e82d0f00519fb9a01ff2397ab98a0deb4d39ad73901aa2df9c81452 0.0s done [2026-07-06T10:17:30.454Z] #105 naming to docker.io/library/security-spire-server-arm64 0.0s done [2026-07-06T10:17:31.420Z] #105 exporting layers 3.0s done [2026-07-06T10:17:31.420Z] #105 writing image sha256:ea243bd6ab7679dc2050913600e6e22b41b77f54f86adb35307c045b6a15b723 done [2026-07-06T10:17:31.420Z] #105 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2026-07-06T10:17:31.420Z] #105 DONE 8.5s [2026-07-06T10:17:31.420Z] [2026-07-06T10:17:31.420Z] #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:17:32.189Z] #156 ... [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-07-06T10:17:32.189Z] #151 DONE 83.6s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:17:32.189Z] #157 DONE 0.2s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:17:32.189Z] #158 DONE 0.1s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-07-06T10:17:32.189Z] #153 ... [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-07-06T10:17:32.189Z] #159 DONE 0.1s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:17:32.189Z] #160 DONE 0.2s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-07-06T10:17:32.189Z] #161 DONE 0.1s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-07-06T10:17:32.189Z] #162 DONE 1.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-07-06T10:17:32.189Z] #153 ... [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #163 [core-common-config-bootstrapper] exporting to image [2026-07-06T10:17:32.189Z] #163 exporting layers [2026-07-06T10:17:32.189Z] #163 exporting layers 0.2s done [2026-07-06T10:17:32.189Z] #163 writing image sha256:8d3bf0c2dff0b2bdb2adcf4c6b3d0ebdbd52276efdff361c2a52746d0ab660c0 done [2026-07-06T10:17:32.189Z] #163 naming to docker.io/library/core-common-config-bootstrapper done [2026-07-06T10:17:32.189Z] #163 DONE 0.2s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:17:32.189Z] #152 ... [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-07-06T10:17:32.189Z] #156 DONE 87.6s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-07-06T10:17:32.189Z] #164 DONE 0.1s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-07-06T10:17:32.189Z] #165 DONE 0.9s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:17:32.189Z] #146 ... [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:17:32.189Z] #166 DONE 0.1s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:17:32.189Z] #167 DONE 0.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-07-06T10:17:32.189Z] #168 DONE 0.2s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-07-06T10:17:32.189Z] #169 DONE 0.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:17:32.189Z] #152 ... [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #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-07-06T10:17:32.189Z] #170 DONE 0.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #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-07-06T10:17:32.189Z] #171 DONE 0.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #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-07-06T10:17:32.189Z] #172 DONE 0.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-07-06T10:17:32.189Z] #173 DONE 0.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-07-06T10:17:32.189Z] #174 DONE 1.0s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-07-06T10:17:32.189Z] #148 ... [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #175 [security-bootstrapper] exporting to image [2026-07-06T10:17:32.189Z] #175 exporting layers 0.6s done [2026-07-06T10:17:32.189Z] #175 writing image sha256:b7a716ad2fbae4b5f64cd808668cc78f70d6d68a02d38e7a8f43dda33a26f7eb done [2026-07-06T10:17:32.189Z] #175 naming to docker.io/library/security-bootstrapper 0.0s done [2026-07-06T10:17:32.189Z] #175 DONE 0.6s [2026-07-06T10:17:32.189Z] [2026-07-06T10:17:32.189Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-07-06T10:18:39.908Z] #148 ... [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-07-06T10:18:39.908Z] #153 DONE 159.9s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-07-06T10:18:39.908Z] #155 DONE 159.9s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-07-06T10:18:39.908Z] #150 DONE 159.9s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:39.908Z] #176 DONE 0.2s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:39.908Z] #177 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:39.908Z] #178 DONE 0.2s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:39.908Z] #179 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #180 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:39.908Z] #180 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:39.908Z] #181 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #182 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-07-06T10:18:39.908Z] #182 DONE 0.2s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-07-06T10:18:39.908Z] #183 DONE 0.3s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #184 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-07-06T10:18:39.908Z] #184 DONE 0.3s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #185 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:18:39.908Z] #185 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #186 [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-07-06T10:18:39.908Z] #186 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-07-06T10:18:39.908Z] #187 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #188 [core-command] exporting to image [2026-07-06T10:18:39.908Z] #188 exporting layers [2026-07-06T10:18:39.908Z] #188 exporting layers 0.2s done [2026-07-06T10:18:39.908Z] #188 writing image sha256:25bb25186d6e581d1ca68138ac8879f5c9f220f0eec59494eeffc2738f6d8e1e 0.1s done [2026-07-06T10:18:39.908Z] #188 naming to docker.io/library/core-command [2026-07-06T10:18:39.908Z] #188 naming to docker.io/library/core-command done [2026-07-06T10:18:39.908Z] #188 DONE 0.3s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #189 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-07-06T10:18:39.908Z] #189 DONE 0.3s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-07-06T10:18:39.908Z] #190 DONE 0.1s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #191 [security-spiffe-token-provider] exporting to image [2026-07-06T10:18:39.908Z] #191 exporting layers 0.4s done [2026-07-06T10:18:39.908Z] #191 writing image sha256:4f4e83e3e5d17a47d63c95484ecc65f3076d99057c9955bc905e4ce1eb75e722 done [2026-07-06T10:18:39.908Z] #191 naming to docker.io/library/security-spiffe-token-provider done [2026-07-06T10:18:39.908Z] #191 DONE 0.4s [2026-07-06T10:18:39.908Z] [2026-07-06T10:18:39.908Z] #192 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-07-06T10:18:40.852Z] #192 DONE 0.9s [2026-07-06T10:18:40.852Z] [2026-07-06T10:18:40.852Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-07-06T10:18:40.852Z] #148 160.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-07-06T10:18:40.852Z] #148 ... [2026-07-06T10:18:40.852Z] [2026-07-06T10:18:40.852Z] #193 [security-proxy-setup] exporting to image [2026-07-06T10:18:40.852Z] #193 exporting layers 0.2s done [2026-07-06T10:18:40.852Z] #193 writing image sha256:20f13798297c5e6bf7e2d4ea259a5362acd893854fd1cfa4183291f014518f4e done [2026-07-06T10:18:40.852Z] #193 naming to docker.io/library/security-proxy-setup done [2026-07-06T10:18:40.852Z] #193 DONE 0.2s [2026-07-06T10:18:41.137Z] [2026-07-06T10:18:41.137Z] #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:18:42.072Z] #152 ... [2026-07-06T10:18:42.072Z] [2026-07-06T10:18:42.072Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-07-06T10:18:42.072Z] #148 DONE 163.3s [2026-07-06T10:18:42.072Z] [2026-07-06T10:18:42.072Z] #194 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:42.072Z] #194 DONE 0.0s [2026-07-06T10:18:42.072Z] [2026-07-06T10:18:42.072Z] #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:42.072Z] #195 DONE 0.0s [2026-07-06T10:18:42.072Z] [2026-07-06T10:18:42.072Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2026-07-06T10:18:42.072Z] #196 DONE 0.0s [2026-07-06T10:18:42.072Z] [2026-07-06T10:18:42.072Z] #197 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2026-07-06T10:18:42.072Z] #197 DONE 0.0s [2026-07-06T10:18:42.072Z] [2026-07-06T10:18:42.072Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:18:42.333Z] #149 ... [2026-07-06T10:18:42.333Z] [2026-07-06T10:18:42.333Z] #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:18:42.333Z] #198 DONE 0.0s [2026-07-06T10:18:42.333Z] [2026-07-06T10:18:42.333Z] #199 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-07-06T10:18:42.333Z] #199 DONE 0.1s [2026-07-06T10:18:42.333Z] [2026-07-06T10:18:42.333Z] #200 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-07-06T10:18:42.590Z] #200 DONE 0.2s [2026-07-06T10:18:42.590Z] [2026-07-06T10:18:42.590Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:18:42.590Z] #149 ... [2026-07-06T10:18:42.590Z] [2026-07-06T10:18:42.590Z] #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-07-06T10:18:42.590Z] #201 DONE 0.0s [2026-07-06T10:18:42.590Z] [2026-07-06T10:18:42.590Z] #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-07-06T10:18:43.155Z] #202 DONE 0.5s [2026-07-06T10:18:43.155Z] [2026-07-06T10:18:43.155Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-07-06T10:18:43.155Z] #154 DONE 164.3s [2026-07-06T10:18:43.155Z] [2026-07-06T10:18:43.155Z] #203 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:43.413Z] #203 DONE 0.1s [2026-07-06T10:18:43.413Z] [2026-07-06T10:18:43.413Z] #204 [security-secretstore-setup] exporting to image [2026-07-06T10:18:43.671Z] #204 ... [2026-07-06T10:18:43.671Z] [2026-07-06T10:18:43.671Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:43.671Z] #203 DONE 0.1s [2026-07-06T10:18:43.671Z] [2026-07-06T10:18:43.671Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:18:43.671Z] #146 DONE 164.8s [2026-07-06T10:18:43.671Z] [2026-07-06T10:18:43.671Z] #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:18:43.671Z] #152 DONE 164.8s [2026-07-06T10:18:43.671Z] [2026-07-06T10:18:43.671Z] #205 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:43.671Z] #205 DONE 0.3s [2026-07-06T10:18:43.671Z] [2026-07-06T10:18:43.671Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:43.929Z] #206 ... [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:43.929Z] #207 CACHED [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:43.929Z] #208 CACHED [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #209 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-07-06T10:18:43.929Z] #209 DONE 0.2s [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:18:43.929Z] #149 DONE 165.2s [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:43.929Z] #206 DONE 0.2s [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-07-06T10:18:43.929Z] #210 DONE 0.2s [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #211 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-07-06T10:18:43.929Z] #211 DONE 0.2s [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #204 [security-secretstore-setup] exporting to image [2026-07-06T10:18:43.929Z] #204 exporting layers 0.8s done [2026-07-06T10:18:43.929Z] #204 writing image sha256:47a71e7eee85f553bbaec675e21e106529416548ee0bd8df43a45e60ea0772f5 done [2026-07-06T10:18:43.929Z] #204 naming to docker.io/library/security-secretstore-setup done [2026-07-06T10:18:43.929Z] #204 DONE 0.8s [2026-07-06T10:18:43.929Z] [2026-07-06T10:18:43.929Z] #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-07-06T10:18:44.189Z] #212 DONE 0.2s [2026-07-06T10:18:44.189Z] [2026-07-06T10:18:44.189Z] #213 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-07-06T10:18:44.189Z] #213 DONE 0.2s [2026-07-06T10:18:44.189Z] [2026-07-06T10:18:44.189Z] #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:18:44.189Z] #214 DONE 0.2s [2026-07-06T10:18:44.189Z] [2026-07-06T10:18:44.189Z] #215 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:44.189Z] #215 DONE 0.2s [2026-07-06T10:18:44.189Z] [2026-07-06T10:18:44.189Z] #216 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:18:44.189Z] #216 DONE 0.1s [2026-07-06T10:18:44.189Z] [2026-07-06T10:18:44.189Z] #217 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:44.452Z] #217 DONE 0.1s [2026-07-06T10:18:44.452Z] [2026-07-06T10:18:44.452Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-07-06T10:18:44.452Z] #218 DONE 0.1s [2026-07-06T10:18:44.452Z] [2026-07-06T10:18:44.452Z] #219 [core-metadata] exporting to image [2026-07-06T10:18:44.452Z] #219 ... [2026-07-06T10:18:44.452Z] [2026-07-06T10:18:44.452Z] #220 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-07-06T10:18:44.452Z] #220 DONE 0.1s [2026-07-06T10:18:44.452Z] [2026-07-06T10:18:44.452Z] #221 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:18:44.452Z] #221 DONE 0.1s [2026-07-06T10:18:44.452Z] [2026-07-06T10:18:44.452Z] #222 [core-keeper] exporting to image [2026-07-06T10:18:44.452Z] #222 exporting layers 0.2s done [2026-07-06T10:18:44.452Z] #222 writing image sha256:ac89c2892080ecf6f6d9ce067d6291699e090e3bee7f21d968d845e75cbe459c done [2026-07-06T10:18:44.452Z] #222 naming to docker.io/library/core-keeper 0.0s done [2026-07-06T10:18:44.452Z] #222 DONE 0.2s [2026-07-06T10:18:44.452Z] [2026-07-06T10:18:44.452Z] #223 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-07-06T10:18:44.452Z] #223 DONE 0.3s [2026-07-06T10:18:44.452Z] [2026-07-06T10:18:44.452Z] #219 [core-metadata] exporting to image [2026-07-06T10:18:44.452Z] #219 exporting layers 0.2s done [2026-07-06T10:18:44.452Z] #219 writing image sha256:67590013b547b140162495e701a56488a84d64b83ead929a99b741d1a713ce2f done [2026-07-06T10:18:44.452Z] #219 naming to docker.io/library/core-metadata done [2026-07-06T10:18:44.711Z] #219 DONE 0.3s [2026-07-06T10:18:44.711Z] [2026-07-06T10:18:44.711Z] #224 [core-data] exporting to image [2026-07-06T10:18:44.711Z] #224 exporting layers 0.2s done [2026-07-06T10:18:44.711Z] #224 writing image sha256:6e0f3a94b7a6df1261e319d8f17453b40143cf6e84f43f37d2d069dbab3130e8 done [2026-07-06T10:18:44.711Z] #224 naming to docker.io/library/core-data done [2026-07-06T10:18:44.711Z] #224 DONE 0.2s [2026-07-06T10:18:44.711Z] [2026-07-06T10:18:44.711Z] #225 [security-proxy-auth] exporting to image [2026-07-06T10:18:45.274Z] #225 exporting layers 0.6s done [2026-07-06T10:18:45.274Z] #225 writing image sha256:676042e13a5ef5e62b231305f46fc0ceebec6aeb158a454aec64e16ec11ddc80 done [2026-07-06T10:18:45.274Z] #225 naming to docker.io/library/security-proxy-auth done [2026-07-06T10:18:45.274Z] #225 DONE 0.6s [2026-07-06T10:18:45.274Z] [2026-07-06T10:18:45.274Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:18:46.217Z] #145 ... [2026-07-06T10:18:46.217Z] [2026-07-06T10:18:46.217Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-07-06T10:18:46.217Z] #147 DONE 167.3s [2026-07-06T10:18:46.217Z] [2026-07-06T10:18:46.217Z] #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:46.217Z] #226 DONE 0.1s [2026-07-06T10:18:46.217Z] [2026-07-06T10:18:46.217Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:18:46.217Z] #145 ... [2026-07-06T10:18:46.217Z] [2026-07-06T10:18:46.217Z] #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:46.217Z] #227 DONE 0.0s [2026-07-06T10:18:46.217Z] [2026-07-06T10:18:46.217Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-07-06T10:18:46.477Z] #228 DONE 0.2s [2026-07-06T10:18:46.477Z] [2026-07-06T10:18:46.477Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-07-06T10:18:46.477Z] #229 DONE 0.0s [2026-07-06T10:18:46.477Z] [2026-07-06T10:18:46.477Z] #230 [support-scheduler] exporting to image [2026-07-06T10:18:46.477Z] #230 ... [2026-07-06T10:18:46.477Z] [2026-07-06T10:18:46.477Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:18:46.477Z] #145 DONE 167.8s [2026-07-06T10:18:46.735Z] [2026-07-06T10:18:46.735Z] #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:18:46.735Z] #231 DONE 0.0s [2026-07-06T10:18:46.735Z] [2026-07-06T10:18:46.735Z] #230 [support-scheduler] exporting to image [2026-07-06T10:18:46.735Z] #230 ... [2026-07-06T10:18:46.735Z] [2026-07-06T10:18:46.735Z] #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:18:46.735Z] #232 DONE 0.0s [2026-07-06T10:18:46.735Z] [2026-07-06T10:18:46.735Z] #230 [support-scheduler] exporting to image [2026-07-06T10:18:46.735Z] #230 exporting layers 0.4s done [2026-07-06T10:18:46.735Z] #230 writing image sha256:d8dd1474e252532136db39cec1f71105cd84be307ab2149101d1cc0225127443 done [2026-07-06T10:18:46.735Z] #230 naming to docker.io/library/support-scheduler done [2026-07-06T10:18:46.994Z] #230 DONE 0.5s [2026-07-06T10:18:46.994Z] [2026-07-06T10:18:46.994Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-07-06T10:18:46.994Z] #233 DONE 0.1s [2026-07-06T10:18:46.994Z] [2026-07-06T10:18:46.994Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:18:46.994Z] #234 DONE 0.1s [2026-07-06T10:18:46.994Z] [2026-07-06T10:18:46.994Z] #235 [support-notifications] exporting to image [2026-07-06T10:18:46.994Z] #235 exporting layers 0.2s done [2026-07-06T10:18:46.994Z] #235 writing image sha256:ebe3b5f4dc5ae28986b06e919981791919260b7b677279e3cd622cd2604d3f17 done [2026-07-06T10:18:46.994Z] #235 naming to docker.io/library/support-notifications done [2026-07-06T10:18:46.994Z] #235 DONE 0.2s [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.994Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.995Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.995Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.995Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.995Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.995Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T10:18:46.995Z] time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-07-06T10:18:47.017Z] $ docker stop --time=1 cf2740e9744b1184a170070af44ae5ccc8f28b728067433ad862a689c7258b54 [2026-07-06T10:18:48.281Z] $ docker rm -f --volumes cf2740e9744b1184a170070af44ae5ccc8f28b728067433ad862a689c7258b54 [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-06T10:18:48.630Z] + docker images [2026-07-06T10:18:48.630Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-07-06T10:18:48.630Z] support-scheduler latest d8dd1474e252 2 seconds ago 54.9MB [2026-07-06T10:18:48.630Z] support-notifications latest ebe3b5f4dc5a 2 seconds ago 58.5MB [2026-07-06T10:18:48.630Z] security-proxy-auth latest 676042e13a5e 4 seconds ago 49.8MB [2026-07-06T10:18:48.630Z] core-metadata latest 67590013b547 4 seconds ago 50.8MB [2026-07-06T10:18:48.630Z] core-data latest 6e0f3a94b7a6 4 seconds ago 50.6MB [2026-07-06T10:18:48.630Z] core-keeper latest ac89c2892080 4 seconds ago 50.4MB [2026-07-06T10:18:48.630Z] security-secretstore-setup latest 47a71e7eee85 5 seconds ago 90.5MB [2026-07-06T10:18:48.630Z] security-proxy-setup latest 20f13798297c 8 seconds ago 55.4MB [2026-07-06T10:18:48.630Z] core-command latest 25bb25186d6e 9 seconds ago 44.7MB [2026-07-06T10:18:48.630Z] security-spiffe-token-provider latest 4f4e83e3e5d1 9 seconds ago 53.8MB [2026-07-06T10:18:48.630Z] security-bootstrapper latest b7a716ad2fba About a minute ago 21.7MB [2026-07-06T10:18:48.630Z] core-common-config-bootstrapper latest 8d3bf0c2dff0 About a minute ago 20.6MB [2026-07-06T10:18:48.630Z] security-spire-agent latest 15bc0b814f7e 3 minutes ago 237MB [2026-07-06T10:18:48.630Z] security-spire-server latest d7241b89cc0a 3 minutes ago 178MB [2026-07-06T10:18:48.630Z] security-spire-config latest 434ae1c02872 3 minutes ago 177MB [2026-07-06T10:18:48.630Z] ci-base-image-x86_64 latest d775f87eb2e2 6 minutes ago 981MB [2026-07-06T10:18:48.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 8 months ago 636MB [2026-07-06T10:18:48.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 13 months ago 573MB [2026-07-06T10:18:48.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 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-07-06T10:18:48.787Z] provisioning config files... [2026-07-06T10:18:48.799Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config2236667202446423396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-06T10:18:49.109Z] ---> ****-login.sh [2026-07-06T10:18:49.109Z] nexus3.edgexfoundry.org:10001 [2026-07-06T10:18:49.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:18:49.109Z] Login Succeeded [2026-07-06T10:18:49.109Z] nexus3.edgexfoundry.org:10002 [2026-07-06T10:18:49.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:18:49.369Z] Login Succeeded [2026-07-06T10:18:49.369Z] nexus3.edgexfoundry.org:10003 [2026-07-06T10:18:49.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:18:49.369Z] Login Succeeded [2026-07-06T10:18:49.369Z] nexus3.edgexfoundry.org:10004 [2026-07-06T10:18:49.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:18:49.369Z] Login Succeeded [2026-07-06T10:18:49.369Z] ****.io [2026-07-06T10:18:49.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T10:18:49.628Z] Login Succeeded [2026-07-06T10:18:49.628Z] ---> ****-login.sh ends [Pipeline] } [2026-07-06T10:18:49.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:18:49.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-06T10:18:49.739Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2026-07-06T10:18:49.739Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:18:49.739Z] latest [2026-07-06T10:18:49.739Z] 4.1.0-dev.123 [2026-07-06T10:18:49.739Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:18:49.739Z] main [2026-07-06T10:18:49.739Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:50.091Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:50.423Z] + docker push nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:18:50.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-07-06T10:18:50.423Z] 863042c586fa: Preparing [2026-07-06T10:18:50.423Z] ade38327a5e4: Preparing [2026-07-06T10:18:50.423Z] e51a6ec754f1: Preparing [2026-07-06T10:18:50.423Z] 24bf5e419e49: Preparing [2026-07-06T10:18:50.423Z] 8ecdf4c93220: Preparing [2026-07-06T10:18:50.423Z] 78a5aebe9cba: Preparing [2026-07-06T10:18:50.423Z] 6f09edfb3f6d: Preparing [2026-07-06T10:18:50.423Z] 78a5aebe9cba: Waiting [2026-07-06T10:18:50.423Z] 6f09edfb3f6d: Waiting [2026-07-06T10:18:50.423Z] 8ecdf4c93220: Pushed [2026-07-06T10:18:50.423Z] e51a6ec754f1: Pushed [2026-07-06T10:18:50.423Z] 863042c586fa: Pushed [2026-07-06T10:18:50.423Z] 24bf5e419e49: Pushed [2026-07-06T10:18:50.423Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:18:50.682Z] 78a5aebe9cba: Pushed [2026-07-06T10:18:53.749Z] #82 DONE 112.2s [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:53.749Z] #78 DONE 114.6s [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #119 [support-notifications builder 6/7] COPY . . [2026-07-06T10:18:53.749Z] #119 ... [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:53.749Z] #90 DONE 112.2s [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:53.749Z] #84 DONE 111.1s [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:53.749Z] #95 DONE 96.2s [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2026-07-06T10:18:53.749Z] #120 ... [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:53.749Z] #89 DONE 103.9s [2026-07-06T10:18:53.749Z] [2026-07-06T10:18:53.749Z] #121 [core-keeper builder 7/8] COPY . . [2026-07-06T10:18:53.975Z] ade38327a5e4: Pushed [2026-07-06T10:18:53.975Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:54.354Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:54.672Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2026-07-06T10:18:54.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-07-06T10:18:54.672Z] 863042c586fa: Preparing [2026-07-06T10:18:54.672Z] ade38327a5e4: Preparing [2026-07-06T10:18:54.672Z] e51a6ec754f1: Preparing [2026-07-06T10:18:54.672Z] 24bf5e419e49: Preparing [2026-07-06T10:18:54.672Z] 8ecdf4c93220: Preparing [2026-07-06T10:18:54.672Z] 78a5aebe9cba: Preparing [2026-07-06T10:18:54.672Z] 6f09edfb3f6d: Preparing [2026-07-06T10:18:54.672Z] 6f09edfb3f6d: Waiting [2026-07-06T10:18:54.672Z] 78a5aebe9cba: Waiting [2026-07-06T10:18:54.672Z] ade38327a5e4: Layer already exists [2026-07-06T10:18:54.672Z] 863042c586fa: Layer already exists [2026-07-06T10:18:54.672Z] 24bf5e419e49: Layer already exists [2026-07-06T10:18:54.672Z] e51a6ec754f1: Layer already exists [2026-07-06T10:18:54.672Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:18:54.672Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:18:54.672Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:18:54.672Z] latest: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:54.739Z] #121 ... [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #122 [support-scheduler builder 6/7] COPY . . [2026-07-06T10:18:54.739Z] #122 DONE 5.0s [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #123 [security-proxy-setup builder 6/7] COPY . . [2026-07-06T10:18:54.739Z] #123 DONE 5.1s [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:54.739Z] #124 CACHED [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:18:54.739Z] #125 CACHED [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2026-07-06T10:18:54.739Z] #126 CACHED [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2026-07-06T10:18:54.739Z] #120 DONE 5.0s [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:54.739Z] #127 CACHED [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #128 [security-bootstrapper builder 6/7] COPY . . [2026-07-06T10:18:54.739Z] #128 CACHED [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #129 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:18:54.739Z] #129 CACHED [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #130 [core-metadata builder 6/7] COPY . . [2026-07-06T10:18:54.739Z] #130 DONE 5.2s [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #119 [support-notifications builder 6/7] COPY . . [2026-07-06T10:18:54.739Z] #119 DONE 5.1s [2026-07-06T10:18:54.739Z] [2026-07-06T10:18:54.739Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-07-06T10:18:55.004Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.123 [Pipeline] } [2026-07-06T10:18:55.013Z] #131 ... [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #132 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:18:55.013Z] #132 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #133 [core-data builder 6/7] COPY . . [2026-07-06T10:18:55.013Z] #133 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:55.013Z] #134 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #135 [security-proxy-auth builder 6/7] COPY . . [2026-07-06T10:18:55.013Z] #135 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:55.013Z] #136 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:18:55.013Z] #137 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #121 [core-keeper builder 7/8] COPY . . [2026-07-06T10:18:55.013Z] #121 DONE 4.6s [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:55.013Z] #138 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:18:55.013Z] #139 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #140 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-07-06T10:18:55.013Z] #140 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-06T10:18:55.013Z] #141 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #142 [core-command builder 6/7] COPY . . [2026-07-06T10:18:55.013Z] #142 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #143 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-07-06T10:18:55.013Z] #143 CACHED [2026-07-06T10:18:55.013Z] [2026-07-06T10:18:55.013Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:55.338Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.123 [2026-07-06T10:18:55.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-07-06T10:18:55.339Z] 863042c586fa: Preparing [2026-07-06T10:18:55.339Z] ade38327a5e4: Preparing [2026-07-06T10:18:55.339Z] e51a6ec754f1: Preparing [2026-07-06T10:18:55.339Z] 24bf5e419e49: Preparing [2026-07-06T10:18:55.339Z] 8ecdf4c93220: Preparing [2026-07-06T10:18:55.339Z] 78a5aebe9cba: Preparing [2026-07-06T10:18:55.339Z] 6f09edfb3f6d: Preparing [2026-07-06T10:18:55.339Z] 78a5aebe9cba: Waiting [2026-07-06T10:18:55.339Z] 6f09edfb3f6d: Waiting [2026-07-06T10:18:55.339Z] 24bf5e419e49: Layer already exists [2026-07-06T10:18:55.339Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:18:55.339Z] e51a6ec754f1: Layer already exists [2026-07-06T10:18:55.339Z] 863042c586fa: Layer already exists [2026-07-06T10:18:55.339Z] ade38327a5e4: Layer already exists [2026-07-06T10:18:55.339Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:18:55.339Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:18:55.339Z] 4.1.0-dev.123: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:55.662Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:55.992Z] + docker push nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:18:55.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-07-06T10:18:55.992Z] 863042c586fa: Preparing [2026-07-06T10:18:55.992Z] ade38327a5e4: Preparing [2026-07-06T10:18:55.992Z] e51a6ec754f1: Preparing [2026-07-06T10:18:55.992Z] 24bf5e419e49: Preparing [2026-07-06T10:18:55.992Z] 8ecdf4c93220: Preparing [2026-07-06T10:18:55.992Z] 78a5aebe9cba: Preparing [2026-07-06T10:18:55.992Z] 6f09edfb3f6d: Preparing [2026-07-06T10:18:55.992Z] 78a5aebe9cba: Waiting [2026-07-06T10:18:55.992Z] 6f09edfb3f6d: Waiting [2026-07-06T10:18:55.992Z] ade38327a5e4: Layer already exists [2026-07-06T10:18:55.992Z] 24bf5e419e49: Layer already exists [2026-07-06T10:18:55.992Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:18:55.992Z] 863042c586fa: Layer already exists [2026-07-06T10:18:55.992Z] e51a6ec754f1: Layer already exists [2026-07-06T10:18:55.992Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:18:55.992Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:18:55.992Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:56.326Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:56.657Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2026-07-06T10:18:56.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-07-06T10:18:56.657Z] 863042c586fa: Preparing [2026-07-06T10:18:56.657Z] ade38327a5e4: Preparing [2026-07-06T10:18:56.657Z] e51a6ec754f1: Preparing [2026-07-06T10:18:56.657Z] 24bf5e419e49: Preparing [2026-07-06T10:18:56.657Z] 8ecdf4c93220: Preparing [2026-07-06T10:18:56.657Z] 78a5aebe9cba: Preparing [2026-07-06T10:18:56.657Z] 6f09edfb3f6d: Preparing [2026-07-06T10:18:56.657Z] 78a5aebe9cba: Waiting [2026-07-06T10:18:56.657Z] 6f09edfb3f6d: Waiting [2026-07-06T10:18:56.657Z] 24bf5e419e49: Layer already exists [2026-07-06T10:18:56.657Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:18:56.657Z] e51a6ec754f1: Layer already exists [2026-07-06T10:18:56.657Z] 863042c586fa: Layer already exists [2026-07-06T10:18:56.657Z] ade38327a5e4: Layer already exists [2026-07-06T10:18:56.657Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:18:56.657Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:18:56.657Z] main: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:18:56.741Z] ===================================================== [Pipeline] echo [2026-07-06T10:18:56.758Z] taggedImages: [2026-07-06T10:18:56.758Z] - nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:18:56.758Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-07-06T10:18:56.758Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.123 [2026-07-06T10:18:56.758Z] - nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:18:56.758Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2026-07-06T10:18:56.784Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2026-07-06T10:18:56.784Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:18:56.784Z] latest [2026-07-06T10:18:56.784Z] 4.1.0-dev.123 [2026-07-06T10:18:56.784Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:18:56.784Z] main [2026-07-06T10:18:56.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:57.134Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:57.460Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:18:57.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-07-06T10:18:57.460Z] 9b56bef498f1: Preparing [2026-07-06T10:18:57.460Z] 0c3032a27954: Preparing [2026-07-06T10:18:57.460Z] a37c1d60b88a: Preparing [2026-07-06T10:18:57.460Z] 7aa99244a89a: Preparing [2026-07-06T10:18:57.460Z] e51a6ec754f1: Preparing [2026-07-06T10:18:57.460Z] 24bf5e419e49: Preparing [2026-07-06T10:18:57.460Z] 8ecdf4c93220: Preparing [2026-07-06T10:18:57.460Z] 78a5aebe9cba: Preparing [2026-07-06T10:18:57.460Z] 6f09edfb3f6d: Preparing [2026-07-06T10:18:57.460Z] 78a5aebe9cba: Waiting [2026-07-06T10:18:57.460Z] 6f09edfb3f6d: Waiting [2026-07-06T10:18:57.460Z] 24bf5e419e49: Waiting [2026-07-06T10:18:57.460Z] 8ecdf4c93220: Waiting [2026-07-06T10:18:57.460Z] e51a6ec754f1: Layer already exists [2026-07-06T10:18:57.460Z] 24bf5e419e49: Layer already exists [2026-07-06T10:18:57.460Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:18:57.460Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:18:57.460Z] 0c3032a27954: Pushed [2026-07-06T10:18:57.460Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:18:57.460Z] a37c1d60b88a: Pushed [2026-07-06T10:18:57.460Z] 9b56bef498f1: Pushed [2026-07-06T10:18:58.885Z] 7aa99244a89a: Pushed [2026-07-06T10:18:58.885Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:18:59.223Z] + 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-07-06T10:18:59.693Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-07-06T10:18:59.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-07-06T10:18:59.693Z] 9b56bef498f1: Preparing [2026-07-06T10:18:59.693Z] 0c3032a27954: Preparing [2026-07-06T10:18:59.693Z] a37c1d60b88a: Preparing [2026-07-06T10:18:59.693Z] 7aa99244a89a: Preparing [2026-07-06T10:18:59.693Z] e51a6ec754f1: Preparing [2026-07-06T10:18:59.693Z] 24bf5e419e49: Preparing [2026-07-06T10:18:59.693Z] 8ecdf4c93220: Preparing [2026-07-06T10:18:59.693Z] 78a5aebe9cba: Preparing [2026-07-06T10:18:59.693Z] 6f09edfb3f6d: Preparing [2026-07-06T10:18:59.693Z] 24bf5e419e49: Waiting [2026-07-06T10:18:59.693Z] 8ecdf4c93220: Waiting [2026-07-06T10:18:59.693Z] 78a5aebe9cba: Waiting [2026-07-06T10:18:59.693Z] 6f09edfb3f6d: Waiting [2026-07-06T10:18:59.693Z] 0c3032a27954: Layer already exists [2026-07-06T10:18:59.693Z] e51a6ec754f1: Layer already exists [2026-07-06T10:18:59.693Z] 9b56bef498f1: Layer already exists [2026-07-06T10:18:59.693Z] 7aa99244a89a: Layer already exists [2026-07-06T10:18:59.693Z] a37c1d60b88a: Layer already exists [2026-07-06T10:18:59.693Z] 24bf5e419e49: Layer already exists [2026-07-06T10:18:59.693Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:18:59.693Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:18:59.693Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:18:59.693Z] latest: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:00.175Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:00.384Z] #144 ... [2026-07-06T10:19:00.384Z] [2026-07-06T10:19:00.384Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-07-06T10:19:00.384Z] #131 5.396 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-07-06T10:19:00.607Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.123 [2026-07-06T10:19:00.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-07-06T10:19:00.607Z] 9b56bef498f1: Preparing [2026-07-06T10:19:00.607Z] 0c3032a27954: Preparing [2026-07-06T10:19:00.607Z] a37c1d60b88a: Preparing [2026-07-06T10:19:00.607Z] 7aa99244a89a: Preparing [2026-07-06T10:19:00.607Z] e51a6ec754f1: Preparing [2026-07-06T10:19:00.607Z] 24bf5e419e49: Preparing [2026-07-06T10:19:00.607Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:00.607Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:00.607Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:00.607Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:00.607Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:00.607Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:00.607Z] 24bf5e419e49: Waiting [2026-07-06T10:19:00.607Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:00.607Z] 0c3032a27954: Layer already exists [2026-07-06T10:19:00.607Z] 7aa99244a89a: Layer already exists [2026-07-06T10:19:00.607Z] 9b56bef498f1: Layer already exists [2026-07-06T10:19:00.607Z] a37c1d60b88a: Layer already exists [2026-07-06T10:19:00.607Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:00.607Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:00.607Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:00.607Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:00.607Z] 4.1.0-dev.123: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:00.943Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:01.267Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:01.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-07-06T10:19:01.267Z] 9b56bef498f1: Preparing [2026-07-06T10:19:01.267Z] 0c3032a27954: Preparing [2026-07-06T10:19:01.267Z] a37c1d60b88a: Preparing [2026-07-06T10:19:01.267Z] 7aa99244a89a: Preparing [2026-07-06T10:19:01.267Z] e51a6ec754f1: Preparing [2026-07-06T10:19:01.267Z] 24bf5e419e49: Preparing [2026-07-06T10:19:01.267Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:01.267Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:01.267Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:01.267Z] 24bf5e419e49: Waiting [2026-07-06T10:19:01.267Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:01.267Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:01.267Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:01.267Z] 7aa99244a89a: Layer already exists [2026-07-06T10:19:01.267Z] 9b56bef498f1: Layer already exists [2026-07-06T10:19:01.267Z] 0c3032a27954: Layer already exists [2026-07-06T10:19:01.267Z] a37c1d60b88a: Layer already exists [2026-07-06T10:19:01.267Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:01.267Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:01.267Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:01.267Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:01.267Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:01.267Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:01.592Z] + 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-07-06T10:19:01.931Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-07-06T10:19:01.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-07-06T10:19:01.931Z] 9b56bef498f1: Preparing [2026-07-06T10:19:01.931Z] 0c3032a27954: Preparing [2026-07-06T10:19:01.931Z] a37c1d60b88a: Preparing [2026-07-06T10:19:01.931Z] 7aa99244a89a: Preparing [2026-07-06T10:19:01.931Z] e51a6ec754f1: Preparing [2026-07-06T10:19:01.931Z] 24bf5e419e49: Preparing [2026-07-06T10:19:01.931Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:01.931Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:01.931Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:01.931Z] 24bf5e419e49: Waiting [2026-07-06T10:19:01.931Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:01.931Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:01.931Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:01.931Z] 9b56bef498f1: Layer already exists [2026-07-06T10:19:01.931Z] 7aa99244a89a: Layer already exists [2026-07-06T10:19:01.931Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:01.931Z] a37c1d60b88a: Layer already exists [2026-07-06T10:19:01.931Z] 0c3032a27954: Layer already exists [2026-07-06T10:19:01.931Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:01.931Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:01.931Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:01.931Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:01.931Z] main: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:02.014Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:02.033Z] taggedImages: [2026-07-06T10:19:02.033Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:02.033Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-07-06T10:19:02.033Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.123 [2026-07-06T10:19:02.033Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:02.033Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2026-07-06T10:19:02.054Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2026-07-06T10:19:02.054Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:02.054Z] latest [2026-07-06T10:19:02.054Z] 4.1.0-dev.123 [2026-07-06T10:19:02.054Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:02.054Z] main [2026-07-06T10:19:02.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:02.405Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:02.734Z] + docker push nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:02.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-07-06T10:19:02.734Z] 31dd11ee5559: Preparing [2026-07-06T10:19:02.734Z] a76faa69fda6: Preparing [2026-07-06T10:19:02.734Z] e51a6ec754f1: Preparing [2026-07-06T10:19:02.734Z] 24bf5e419e49: Preparing [2026-07-06T10:19:02.734Z] 2309bcf00d0c: Preparing [2026-07-06T10:19:02.734Z] dceb2e1f4b1a: Preparing [2026-07-06T10:19:02.734Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:02.734Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:02.734Z] dceb2e1f4b1a: Waiting [2026-07-06T10:19:02.734Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:02.734Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:02.734Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:02.734Z] 31dd11ee5559: Pushed [2026-07-06T10:19:02.734Z] 2309bcf00d0c: Pushed [2026-07-06T10:19:02.734Z] dceb2e1f4b1a: Pushed [2026-07-06T10:19:04.670Z] #131 ... [2026-07-06T10:19:04.670Z] [2026-07-06T10:19:04.670Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-07-06T10:19:04.670Z] #0 5.725 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-07-06T10:19:04.937Z] #145 ... [2026-07-06T10:19:04.937Z] [2026-07-06T10:19:04.937Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-07-06T10:19:04.937Z] #0 4.857 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-07-06T10:19:05.246Z] #146 ... [2026-07-06T10:19:05.246Z] [2026-07-06T10:19:05.246Z] #147 [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-07-06T10:19:05.246Z] #0 5.346 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-07-06T10:19:05.246Z] #147 ... [2026-07-06T10:19:05.246Z] [2026-07-06T10:19:05.246Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:19:05.246Z] #0 5.628 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-07-06T10:19:05.529Z] #148 ... [2026-07-06T10:19:05.529Z] [2026-07-06T10:19:05.529Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:19:05.529Z] #0 6.098 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-07-06T10:19:05.529Z] #149 ... [2026-07-06T10:19:05.529Z] [2026-07-06T10:19:05.529Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-07-06T10:19:05.529Z] #0 5.030 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-07-06T10:19:05.814Z] #150 ... [2026-07-06T10:19:05.814Z] [2026-07-06T10:19:05.814Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:19:05.814Z] #0 5.016 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-07-06T10:19:05.814Z] #151 ... [2026-07-06T10:19:05.814Z] [2026-07-06T10:19:05.814Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-07-06T10:19:05.814Z] #0 5.940 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-07-06T10:19:06.080Z] #152 ... [2026-07-06T10:19:06.080Z] [2026-07-06T10:19:06.080Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-07-06T10:19:06.080Z] #0 4.378 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-07-06T10:19:06.080Z] #153 ... [2026-07-06T10:19:06.080Z] [2026-07-06T10:19:06.080Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-07-06T10:19:06.080Z] #0 5.935 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-07-06T10:19:06.358Z] #154 ... [2026-07-06T10:19:06.358Z] [2026-07-06T10:19:06.358Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:19:06.358Z] #144 5.880 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-07-06T10:19:06.924Z] a76faa69fda6: Pushed [2026-07-06T10:19:06.924Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:07.280Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:07.615Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2026-07-06T10:19:07.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-07-06T10:19:07.615Z] 31dd11ee5559: Preparing [2026-07-06T10:19:07.615Z] a76faa69fda6: Preparing [2026-07-06T10:19:07.615Z] e51a6ec754f1: Preparing [2026-07-06T10:19:07.615Z] 24bf5e419e49: Preparing [2026-07-06T10:19:07.615Z] 2309bcf00d0c: Preparing [2026-07-06T10:19:07.615Z] dceb2e1f4b1a: Preparing [2026-07-06T10:19:07.615Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:07.615Z] dceb2e1f4b1a: Waiting [2026-07-06T10:19:07.615Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:07.615Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:07.615Z] a76faa69fda6: Layer already exists [2026-07-06T10:19:07.615Z] 31dd11ee5559: Layer already exists [2026-07-06T10:19:07.615Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:07.615Z] 2309bcf00d0c: Layer already exists [2026-07-06T10:19:07.615Z] dceb2e1f4b1a: Layer already exists [2026-07-06T10:19:07.615Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:07.615Z] latest: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:07.962Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:08.300Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.123 [2026-07-06T10:19:08.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-07-06T10:19:08.300Z] 31dd11ee5559: Preparing [2026-07-06T10:19:08.300Z] a76faa69fda6: Preparing [2026-07-06T10:19:08.300Z] e51a6ec754f1: Preparing [2026-07-06T10:19:08.300Z] 24bf5e419e49: Preparing [2026-07-06T10:19:08.300Z] 2309bcf00d0c: Preparing [2026-07-06T10:19:08.300Z] dceb2e1f4b1a: Preparing [2026-07-06T10:19:08.300Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:08.300Z] dceb2e1f4b1a: Waiting [2026-07-06T10:19:08.300Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:08.300Z] a76faa69fda6: Layer already exists [2026-07-06T10:19:08.300Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:08.300Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:08.300Z] 31dd11ee5559: Layer already exists [2026-07-06T10:19:08.300Z] 2309bcf00d0c: Layer already exists [2026-07-06T10:19:08.300Z] dceb2e1f4b1a: Layer already exists [2026-07-06T10:19:08.300Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:08.300Z] 4.1.0-dev.123: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:08.632Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:08.991Z] + docker push nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:08.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-07-06T10:19:08.991Z] 31dd11ee5559: Preparing [2026-07-06T10:19:08.991Z] a76faa69fda6: Preparing [2026-07-06T10:19:08.991Z] e51a6ec754f1: Preparing [2026-07-06T10:19:08.991Z] 24bf5e419e49: Preparing [2026-07-06T10:19:08.991Z] 2309bcf00d0c: Preparing [2026-07-06T10:19:08.991Z] dceb2e1f4b1a: Preparing [2026-07-06T10:19:08.991Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:08.991Z] dceb2e1f4b1a: Waiting [2026-07-06T10:19:08.991Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:08.991Z] 31dd11ee5559: Layer already exists [2026-07-06T10:19:08.991Z] a76faa69fda6: Layer already exists [2026-07-06T10:19:08.991Z] 2309bcf00d0c: Layer already exists [2026-07-06T10:19:08.991Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:08.991Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:08.991Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:08.991Z] dceb2e1f4b1a: Layer already exists [2026-07-06T10:19:08.991Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:09.328Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:09.655Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2026-07-06T10:19:09.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-07-06T10:19:09.655Z] 31dd11ee5559: Preparing [2026-07-06T10:19:09.655Z] a76faa69fda6: Preparing [2026-07-06T10:19:09.655Z] e51a6ec754f1: Preparing [2026-07-06T10:19:09.655Z] 24bf5e419e49: Preparing [2026-07-06T10:19:09.655Z] 2309bcf00d0c: Preparing [2026-07-06T10:19:09.655Z] dceb2e1f4b1a: Preparing [2026-07-06T10:19:09.655Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:09.655Z] dceb2e1f4b1a: Waiting [2026-07-06T10:19:09.655Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:09.655Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:09.655Z] 31dd11ee5559: Layer already exists [2026-07-06T10:19:09.655Z] a76faa69fda6: Layer already exists [2026-07-06T10:19:09.655Z] 2309bcf00d0c: Layer already exists [2026-07-06T10:19:09.655Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:09.655Z] dceb2e1f4b1a: Layer already exists [2026-07-06T10:19:09.655Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:09.655Z] main: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:09.740Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:09.786Z] taggedImages: [2026-07-06T10:19:09.786Z] - nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:09.786Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-07-06T10:19:09.786Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.123 [2026-07-06T10:19:09.786Z] - nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:09.786Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2026-07-06T10:19:09.812Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2026-07-06T10:19:09.812Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:09.812Z] latest [2026-07-06T10:19:09.812Z] 4.1.0-dev.123 [2026-07-06T10:19:09.812Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:09.812Z] main [2026-07-06T10:19:09.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:10.145Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:10.478Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:10.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-07-06T10:19:10.478Z] bd01b3ba5c2e: Preparing [2026-07-06T10:19:10.478Z] d77aa96fadbe: Preparing [2026-07-06T10:19:10.478Z] 24bf5e419e49: Preparing [2026-07-06T10:19:10.478Z] ece5c4dab14e: Preparing [2026-07-06T10:19:10.478Z] 32633ac63b26: Preparing [2026-07-06T10:19:10.478Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:10.478Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:10.478Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:10.478Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:10.478Z] ece5c4dab14e: Pushed [2026-07-06T10:19:10.478Z] 32633ac63b26: Pushed [2026-07-06T10:19:10.478Z] bd01b3ba5c2e: Pushed [2026-07-06T10:19:14.724Z] d77aa96fadbe: Pushed [2026-07-06T10:19:14.724Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:15.065Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:15.393Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-07-06T10:19:15.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-07-06T10:19:15.393Z] bd01b3ba5c2e: Preparing [2026-07-06T10:19:15.393Z] d77aa96fadbe: Preparing [2026-07-06T10:19:15.393Z] 24bf5e419e49: Preparing [2026-07-06T10:19:15.393Z] ece5c4dab14e: Preparing [2026-07-06T10:19:15.393Z] 32633ac63b26: Preparing [2026-07-06T10:19:15.393Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:15.393Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:15.393Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:15.393Z] ece5c4dab14e: Layer already exists [2026-07-06T10:19:15.393Z] bd01b3ba5c2e: Layer already exists [2026-07-06T10:19:15.393Z] 32633ac63b26: Layer already exists [2026-07-06T10:19:15.393Z] d77aa96fadbe: Layer already exists [2026-07-06T10:19:15.393Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:15.393Z] latest: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:15.729Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:16.063Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.123 [2026-07-06T10:19:16.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-07-06T10:19:16.063Z] bd01b3ba5c2e: Preparing [2026-07-06T10:19:16.063Z] d77aa96fadbe: Preparing [2026-07-06T10:19:16.063Z] 24bf5e419e49: Preparing [2026-07-06T10:19:16.063Z] ece5c4dab14e: Preparing [2026-07-06T10:19:16.063Z] 32633ac63b26: Preparing [2026-07-06T10:19:16.063Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:16.063Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:16.063Z] bd01b3ba5c2e: Layer already exists [2026-07-06T10:19:16.063Z] ece5c4dab14e: Layer already exists [2026-07-06T10:19:16.063Z] 32633ac63b26: Layer already exists [2026-07-06T10:19:16.063Z] d77aa96fadbe: Layer already exists [2026-07-06T10:19:16.063Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:16.063Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:16.063Z] 4.1.0-dev.123: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:16.412Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:16.737Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:16.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-07-06T10:19:16.737Z] bd01b3ba5c2e: Preparing [2026-07-06T10:19:16.737Z] d77aa96fadbe: Preparing [2026-07-06T10:19:16.737Z] 24bf5e419e49: Preparing [2026-07-06T10:19:16.737Z] ece5c4dab14e: Preparing [2026-07-06T10:19:16.737Z] 32633ac63b26: Preparing [2026-07-06T10:19:16.737Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:16.737Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:16.737Z] 32633ac63b26: Layer already exists [2026-07-06T10:19:16.737Z] bd01b3ba5c2e: Layer already exists [2026-07-06T10:19:16.737Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:16.737Z] d77aa96fadbe: Layer already exists [2026-07-06T10:19:16.737Z] ece5c4dab14e: Layer already exists [2026-07-06T10:19:16.737Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:16.737Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:17.063Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:17.386Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2026-07-06T10:19:17.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-07-06T10:19:17.386Z] bd01b3ba5c2e: Preparing [2026-07-06T10:19:17.386Z] d77aa96fadbe: Preparing [2026-07-06T10:19:17.386Z] 24bf5e419e49: Preparing [2026-07-06T10:19:17.386Z] ece5c4dab14e: Preparing [2026-07-06T10:19:17.386Z] 32633ac63b26: Preparing [2026-07-06T10:19:17.386Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:17.386Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:17.386Z] ece5c4dab14e: Layer already exists [2026-07-06T10:19:17.386Z] 32633ac63b26: Layer already exists [2026-07-06T10:19:17.386Z] bd01b3ba5c2e: Layer already exists [2026-07-06T10:19:17.386Z] d77aa96fadbe: Layer already exists [2026-07-06T10:19:17.386Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:17.386Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:17.386Z] main: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:17.473Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:17.491Z] taggedImages: [2026-07-06T10:19:17.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:17.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-07-06T10:19:17.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.123 [2026-07-06T10:19:17.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:17.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2026-07-06T10:19:17.525Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2026-07-06T10:19:17.525Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:17.525Z] latest [2026-07-06T10:19:17.525Z] 4.1.0-dev.123 [2026-07-06T10:19:17.525Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:17.525Z] main [2026-07-06T10:19:17.525Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:17.893Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:18.221Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:18.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-07-06T10:19:18.221Z] f305929406e2: Preparing [2026-07-06T10:19:18.221Z] e1661b8d945a: Preparing [2026-07-06T10:19:18.221Z] fec6fc78f131: Preparing [2026-07-06T10:19:18.221Z] e51a6ec754f1: Preparing [2026-07-06T10:19:18.221Z] 24bf5e419e49: Preparing [2026-07-06T10:19:18.221Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:18.221Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:18.221Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:18.221Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:18.221Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:18.221Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:18.221Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:18.221Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:18.221Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:18.221Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:18.221Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:18.221Z] e1661b8d945a: Pushed [2026-07-06T10:19:18.221Z] f305929406e2: Pushed [2026-07-06T10:19:22.421Z] fec6fc78f131: Pushed [2026-07-06T10:19:22.421Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:22.765Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:23.095Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-07-06T10:19:23.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-07-06T10:19:23.095Z] f305929406e2: Preparing [2026-07-06T10:19:23.095Z] e1661b8d945a: Preparing [2026-07-06T10:19:23.095Z] fec6fc78f131: Preparing [2026-07-06T10:19:23.095Z] e51a6ec754f1: Preparing [2026-07-06T10:19:23.095Z] 24bf5e419e49: Preparing [2026-07-06T10:19:23.095Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:23.095Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:23.095Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:23.095Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:23.095Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:23.095Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:23.095Z] f305929406e2: Layer already exists [2026-07-06T10:19:23.095Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:23.095Z] e1661b8d945a: Layer already exists [2026-07-06T10:19:23.095Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:23.095Z] fec6fc78f131: Layer already exists [2026-07-06T10:19:23.095Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:23.095Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:23.095Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:23.095Z] latest: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:23.433Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:23.753Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.123 [2026-07-06T10:19:23.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-07-06T10:19:23.753Z] f305929406e2: Preparing [2026-07-06T10:19:23.753Z] e1661b8d945a: Preparing [2026-07-06T10:19:23.753Z] fec6fc78f131: Preparing [2026-07-06T10:19:23.753Z] e51a6ec754f1: Preparing [2026-07-06T10:19:23.753Z] 24bf5e419e49: Preparing [2026-07-06T10:19:23.753Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:23.753Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:23.753Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:23.753Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:23.753Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:23.753Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:23.753Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:23.753Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:23.753Z] e1661b8d945a: Layer already exists [2026-07-06T10:19:23.753Z] f305929406e2: Layer already exists [2026-07-06T10:19:23.753Z] fec6fc78f131: Layer already exists [2026-07-06T10:19:23.753Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:23.753Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:23.753Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:23.753Z] 4.1.0-dev.123: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:24.090Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:24.420Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:24.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-07-06T10:19:24.420Z] f305929406e2: Preparing [2026-07-06T10:19:24.420Z] e1661b8d945a: Preparing [2026-07-06T10:19:24.420Z] fec6fc78f131: Preparing [2026-07-06T10:19:24.420Z] e51a6ec754f1: Preparing [2026-07-06T10:19:24.420Z] 24bf5e419e49: Preparing [2026-07-06T10:19:24.420Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:24.420Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:24.420Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:24.420Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:24.420Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:24.420Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:24.420Z] fec6fc78f131: Layer already exists [2026-07-06T10:19:24.420Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:24.420Z] e1661b8d945a: Layer already exists [2026-07-06T10:19:24.420Z] f305929406e2: Layer already exists [2026-07-06T10:19:24.420Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:24.420Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:24.420Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:24.420Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:24.420Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:24.751Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:25.065Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2026-07-06T10:19:25.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-07-06T10:19:25.065Z] f305929406e2: Preparing [2026-07-06T10:19:25.065Z] e1661b8d945a: Preparing [2026-07-06T10:19:25.065Z] fec6fc78f131: Preparing [2026-07-06T10:19:25.065Z] e51a6ec754f1: Preparing [2026-07-06T10:19:25.065Z] 24bf5e419e49: Preparing [2026-07-06T10:19:25.065Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:25.065Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:25.065Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:25.065Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:25.065Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:25.065Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:25.065Z] e1661b8d945a: Layer already exists [2026-07-06T10:19:25.065Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:25.065Z] f305929406e2: Layer already exists [2026-07-06T10:19:25.065Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:25.065Z] fec6fc78f131: Layer already exists [2026-07-06T10:19:25.065Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:25.065Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:25.065Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:25.065Z] main: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:25.142Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:25.158Z] taggedImages: [2026-07-06T10:19:25.158Z] - nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:25.158Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-07-06T10:19:25.158Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.123 [2026-07-06T10:19:25.158Z] - nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:25.158Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2026-07-06T10:19:25.188Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2026-07-06T10:19:25.188Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:25.188Z] latest [2026-07-06T10:19:25.188Z] 4.1.0-dev.123 [2026-07-06T10:19:25.188Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:25.188Z] main [2026-07-06T10:19:25.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:25.590Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:25.915Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:25.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-07-06T10:19:25.915Z] 800644c0927f: Preparing [2026-07-06T10:19:25.915Z] ef84ec7c5325: Preparing [2026-07-06T10:19:25.915Z] 55fd5876ad83: Preparing [2026-07-06T10:19:25.915Z] 2624e633baa0: Preparing [2026-07-06T10:19:25.915Z] 674057076304: Preparing [2026-07-06T10:19:25.915Z] fa884010816a: Preparing [2026-07-06T10:19:25.915Z] 29c977708432: Preparing [2026-07-06T10:19:25.915Z] e51a6ec754f1: Preparing [2026-07-06T10:19:25.915Z] 24bf5e419e49: Preparing [2026-07-06T10:19:25.915Z] d41734fe2c6f: Preparing [2026-07-06T10:19:25.915Z] d44c1a1e050d: Preparing [2026-07-06T10:19:25.915Z] 5f70bf18a086: Preparing [2026-07-06T10:19:25.915Z] 5de58258ae4a: Preparing [2026-07-06T10:19:25.915Z] 8a4818bda064: Preparing [2026-07-06T10:19:25.915Z] a9a482618d7e: Preparing [2026-07-06T10:19:25.915Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:25.915Z] fa884010816a: Waiting [2026-07-06T10:19:25.915Z] 29c977708432: Waiting [2026-07-06T10:19:25.915Z] e51a6ec754f1: Waiting [2026-07-06T10:19:25.915Z] 8a4818bda064: Waiting [2026-07-06T10:19:25.915Z] d44c1a1e050d: Waiting [2026-07-06T10:19:25.915Z] 5f70bf18a086: Waiting [2026-07-06T10:19:25.915Z] a9a482618d7e: Waiting [2026-07-06T10:19:25.915Z] 24bf5e419e49: Waiting [2026-07-06T10:19:25.915Z] 5de58258ae4a: Waiting [2026-07-06T10:19:25.915Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:25.915Z] d41734fe2c6f: Waiting [2026-07-06T10:19:25.915Z] 674057076304: Pushed [2026-07-06T10:19:25.915Z] ef84ec7c5325: Pushed [2026-07-06T10:19:25.915Z] 2624e633baa0: Pushed [2026-07-06T10:19:25.915Z] 800644c0927f: Pushed [2026-07-06T10:19:25.915Z] 55fd5876ad83: Pushed [2026-07-06T10:19:25.915Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:25.915Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:26.174Z] 5f70bf18a086: Layer already exists [2026-07-06T10:19:26.174Z] fa884010816a: Pushed [2026-07-06T10:19:26.174Z] d41734fe2c6f: Pushed [2026-07-06T10:19:26.174Z] d44c1a1e050d: Pushed [2026-07-06T10:19:26.174Z] 5de58258ae4a: Pushed [2026-07-06T10:19:26.174Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:26.174Z] 8a4818bda064: Pushed [2026-07-06T10:19:26.174Z] a9a482618d7e: Pushed [2026-07-06T10:19:27.552Z] 29c977708432: Pushed [2026-07-06T10:19:27.552Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:27.896Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:28.238Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-07-06T10:19:28.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-07-06T10:19:28.238Z] 800644c0927f: Preparing [2026-07-06T10:19:28.238Z] ef84ec7c5325: Preparing [2026-07-06T10:19:28.238Z] 55fd5876ad83: Preparing [2026-07-06T10:19:28.238Z] 2624e633baa0: Preparing [2026-07-06T10:19:28.238Z] 674057076304: Preparing [2026-07-06T10:19:28.238Z] fa884010816a: Preparing [2026-07-06T10:19:28.238Z] 29c977708432: Preparing [2026-07-06T10:19:28.238Z] e51a6ec754f1: Preparing [2026-07-06T10:19:28.238Z] 24bf5e419e49: Preparing [2026-07-06T10:19:28.238Z] d41734fe2c6f: Preparing [2026-07-06T10:19:28.238Z] d44c1a1e050d: Preparing [2026-07-06T10:19:28.238Z] 5f70bf18a086: Preparing [2026-07-06T10:19:28.238Z] 5de58258ae4a: Preparing [2026-07-06T10:19:28.238Z] 8a4818bda064: Preparing [2026-07-06T10:19:28.238Z] a9a482618d7e: Preparing [2026-07-06T10:19:28.238Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:28.238Z] fa884010816a: Waiting [2026-07-06T10:19:28.238Z] 29c977708432: Waiting [2026-07-06T10:19:28.238Z] d41734fe2c6f: Waiting [2026-07-06T10:19:28.238Z] e51a6ec754f1: Waiting [2026-07-06T10:19:28.238Z] d44c1a1e050d: Waiting [2026-07-06T10:19:28.238Z] 24bf5e419e49: Waiting [2026-07-06T10:19:28.238Z] 5f70bf18a086: Waiting [2026-07-06T10:19:28.238Z] a9a482618d7e: Waiting [2026-07-06T10:19:28.238Z] 5de58258ae4a: Waiting [2026-07-06T10:19:28.238Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:28.238Z] 8a4818bda064: Waiting [2026-07-06T10:19:28.238Z] 55fd5876ad83: Layer already exists [2026-07-06T10:19:28.238Z] 2624e633baa0: Layer already exists [2026-07-06T10:19:28.238Z] 674057076304: Layer already exists [2026-07-06T10:19:28.238Z] ef84ec7c5325: Layer already exists [2026-07-06T10:19:28.238Z] 800644c0927f: Layer already exists [2026-07-06T10:19:28.238Z] fa884010816a: Layer already exists [2026-07-06T10:19:28.238Z] 29c977708432: Layer already exists [2026-07-06T10:19:28.238Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:28.238Z] d41734fe2c6f: Layer already exists [2026-07-06T10:19:28.238Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:28.238Z] d44c1a1e050d: Layer already exists [2026-07-06T10:19:28.238Z] 8a4818bda064: Layer already exists [2026-07-06T10:19:28.238Z] 5de58258ae4a: Layer already exists [2026-07-06T10:19:28.238Z] a9a482618d7e: Layer already exists [2026-07-06T10:19:28.238Z] 5f70bf18a086: Layer already exists [2026-07-06T10:19:28.238Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:28.238Z] latest: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:28.578Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:28.894Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.123 [2026-07-06T10:19:28.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-07-06T10:19:28.894Z] 800644c0927f: Preparing [2026-07-06T10:19:28.894Z] ef84ec7c5325: Preparing [2026-07-06T10:19:28.894Z] 55fd5876ad83: Preparing [2026-07-06T10:19:28.894Z] 2624e633baa0: Preparing [2026-07-06T10:19:28.894Z] 674057076304: Preparing [2026-07-06T10:19:28.894Z] fa884010816a: Preparing [2026-07-06T10:19:28.894Z] 29c977708432: Preparing [2026-07-06T10:19:28.894Z] e51a6ec754f1: Preparing [2026-07-06T10:19:28.894Z] 24bf5e419e49: Preparing [2026-07-06T10:19:28.894Z] d41734fe2c6f: Preparing [2026-07-06T10:19:28.894Z] d44c1a1e050d: Preparing [2026-07-06T10:19:28.894Z] 5f70bf18a086: Preparing [2026-07-06T10:19:28.894Z] 5de58258ae4a: Preparing [2026-07-06T10:19:28.894Z] 8a4818bda064: Preparing [2026-07-06T10:19:28.894Z] a9a482618d7e: Preparing [2026-07-06T10:19:28.894Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:28.894Z] 24bf5e419e49: Waiting [2026-07-06T10:19:28.894Z] 5f70bf18a086: Waiting [2026-07-06T10:19:28.894Z] a9a482618d7e: Waiting [2026-07-06T10:19:28.894Z] d41734fe2c6f: Waiting [2026-07-06T10:19:28.894Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:28.894Z] d44c1a1e050d: Waiting [2026-07-06T10:19:28.894Z] 5de58258ae4a: Waiting [2026-07-06T10:19:28.894Z] 8a4818bda064: Waiting [2026-07-06T10:19:28.894Z] fa884010816a: Waiting [2026-07-06T10:19:28.894Z] 29c977708432: Waiting [2026-07-06T10:19:28.894Z] e51a6ec754f1: Waiting [2026-07-06T10:19:28.894Z] 55fd5876ad83: Layer already exists [2026-07-06T10:19:28.894Z] 2624e633baa0: Layer already exists [2026-07-06T10:19:28.894Z] 674057076304: Layer already exists [2026-07-06T10:19:28.894Z] 800644c0927f: Layer already exists [2026-07-06T10:19:28.894Z] ef84ec7c5325: Layer already exists [2026-07-06T10:19:28.894Z] fa884010816a: Layer already exists [2026-07-06T10:19:28.894Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:28.894Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:28.894Z] 29c977708432: Layer already exists [2026-07-06T10:19:28.894Z] d41734fe2c6f: Layer already exists [2026-07-06T10:19:28.894Z] 8a4818bda064: Layer already exists [2026-07-06T10:19:28.894Z] d44c1a1e050d: Layer already exists [2026-07-06T10:19:28.894Z] 5f70bf18a086: Layer already exists [2026-07-06T10:19:28.894Z] 5de58258ae4a: Layer already exists [2026-07-06T10:19:28.894Z] a9a482618d7e: Layer already exists [2026-07-06T10:19:28.894Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:28.894Z] 4.1.0-dev.123: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:29.235Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:29.568Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:29.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-07-06T10:19:29.568Z] 800644c0927f: Preparing [2026-07-06T10:19:29.568Z] ef84ec7c5325: Preparing [2026-07-06T10:19:29.568Z] 55fd5876ad83: Preparing [2026-07-06T10:19:29.568Z] 2624e633baa0: Preparing [2026-07-06T10:19:29.568Z] 674057076304: Preparing [2026-07-06T10:19:29.568Z] fa884010816a: Preparing [2026-07-06T10:19:29.568Z] 29c977708432: Preparing [2026-07-06T10:19:29.568Z] e51a6ec754f1: Preparing [2026-07-06T10:19:29.568Z] 24bf5e419e49: Preparing [2026-07-06T10:19:29.568Z] d41734fe2c6f: Preparing [2026-07-06T10:19:29.568Z] fa884010816a: Waiting [2026-07-06T10:19:29.568Z] 29c977708432: Waiting [2026-07-06T10:19:29.568Z] e51a6ec754f1: Waiting [2026-07-06T10:19:29.568Z] 24bf5e419e49: Waiting [2026-07-06T10:19:29.568Z] d44c1a1e050d: Preparing [2026-07-06T10:19:29.568Z] 5f70bf18a086: Preparing [2026-07-06T10:19:29.568Z] d41734fe2c6f: Waiting [2026-07-06T10:19:29.568Z] d44c1a1e050d: Waiting [2026-07-06T10:19:29.568Z] 5de58258ae4a: Preparing [2026-07-06T10:19:29.568Z] 5f70bf18a086: Waiting [2026-07-06T10:19:29.568Z] 8a4818bda064: Preparing [2026-07-06T10:19:29.568Z] 5de58258ae4a: Waiting [2026-07-06T10:19:29.568Z] a9a482618d7e: Preparing [2026-07-06T10:19:29.568Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:29.568Z] 8a4818bda064: Waiting [2026-07-06T10:19:29.568Z] a9a482618d7e: Waiting [2026-07-06T10:19:29.568Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:29.568Z] 800644c0927f: Layer already exists [2026-07-06T10:19:29.568Z] 674057076304: Layer already exists [2026-07-06T10:19:29.568Z] 2624e633baa0: Layer already exists [2026-07-06T10:19:29.568Z] ef84ec7c5325: Layer already exists [2026-07-06T10:19:29.568Z] 55fd5876ad83: Layer already exists [2026-07-06T10:19:29.568Z] fa884010816a: Layer already exists [2026-07-06T10:19:29.568Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:29.568Z] d41734fe2c6f: Layer already exists [2026-07-06T10:19:29.568Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:29.568Z] 29c977708432: Layer already exists [2026-07-06T10:19:29.568Z] d44c1a1e050d: Layer already exists [2026-07-06T10:19:29.568Z] 5de58258ae4a: Layer already exists [2026-07-06T10:19:29.568Z] 5f70bf18a086: Layer already exists [2026-07-06T10:19:29.568Z] a9a482618d7e: Layer already exists [2026-07-06T10:19:29.568Z] 8a4818bda064: Layer already exists [2026-07-06T10:19:29.568Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:29.568Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:29.905Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:30.234Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-07-06T10:19:30.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-07-06T10:19:30.234Z] 800644c0927f: Preparing [2026-07-06T10:19:30.234Z] ef84ec7c5325: Preparing [2026-07-06T10:19:30.234Z] 55fd5876ad83: Preparing [2026-07-06T10:19:30.234Z] 2624e633baa0: Preparing [2026-07-06T10:19:30.234Z] 674057076304: Preparing [2026-07-06T10:19:30.234Z] fa884010816a: Preparing [2026-07-06T10:19:30.234Z] 29c977708432: Preparing [2026-07-06T10:19:30.234Z] e51a6ec754f1: Preparing [2026-07-06T10:19:30.234Z] 24bf5e419e49: Preparing [2026-07-06T10:19:30.234Z] d41734fe2c6f: Preparing [2026-07-06T10:19:30.234Z] d44c1a1e050d: Preparing [2026-07-06T10:19:30.234Z] 5f70bf18a086: Preparing [2026-07-06T10:19:30.234Z] 24bf5e419e49: Waiting [2026-07-06T10:19:30.234Z] e51a6ec754f1: Waiting [2026-07-06T10:19:30.234Z] d41734fe2c6f: Waiting [2026-07-06T10:19:30.234Z] d44c1a1e050d: Waiting [2026-07-06T10:19:30.234Z] fa884010816a: Waiting [2026-07-06T10:19:30.234Z] 29c977708432: Waiting [2026-07-06T10:19:30.234Z] 5de58258ae4a: Preparing [2026-07-06T10:19:30.234Z] 5f70bf18a086: Waiting [2026-07-06T10:19:30.234Z] 8a4818bda064: Preparing [2026-07-06T10:19:30.234Z] 5de58258ae4a: Waiting [2026-07-06T10:19:30.234Z] a9a482618d7e: Preparing [2026-07-06T10:19:30.234Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:30.234Z] 8a4818bda064: Waiting [2026-07-06T10:19:30.234Z] a9a482618d7e: Waiting [2026-07-06T10:19:30.234Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:30.234Z] 800644c0927f: Layer already exists [2026-07-06T10:19:30.234Z] ef84ec7c5325: Layer already exists [2026-07-06T10:19:30.234Z] 55fd5876ad83: Layer already exists [2026-07-06T10:19:30.234Z] 674057076304: Layer already exists [2026-07-06T10:19:30.234Z] 2624e633baa0: Layer already exists [2026-07-06T10:19:30.234Z] 29c977708432: Layer already exists [2026-07-06T10:19:30.234Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:30.234Z] d41734fe2c6f: Layer already exists [2026-07-06T10:19:30.234Z] fa884010816a: Layer already exists [2026-07-06T10:19:30.234Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:30.234Z] d44c1a1e050d: Layer already exists [2026-07-06T10:19:30.234Z] 8a4818bda064: Layer already exists [2026-07-06T10:19:30.234Z] 5f70bf18a086: Layer already exists [2026-07-06T10:19:30.234Z] 5de58258ae4a: Layer already exists [2026-07-06T10:19:30.234Z] a9a482618d7e: Layer already exists [2026-07-06T10:19:30.234Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:30.234Z] main: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:30.318Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:30.329Z] taggedImages: [2026-07-06T10:19:30.329Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:30.329Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-07-06T10:19:30.329Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.123 [2026-07-06T10:19:30.329Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:30.329Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2026-07-06T10:19:30.359Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2026-07-06T10:19:30.359Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:30.359Z] latest [2026-07-06T10:19:30.359Z] 4.1.0-dev.123 [2026-07-06T10:19:30.359Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:30.359Z] main [2026-07-06T10:19:30.359Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:30.721Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:31.055Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:31.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-07-06T10:19:31.056Z] 8538492ef741: Preparing [2026-07-06T10:19:31.056Z] 9999367d0cd2: Preparing [2026-07-06T10:19:31.056Z] 7c87726a6269: Preparing [2026-07-06T10:19:31.056Z] c46e156dbc60: Preparing [2026-07-06T10:19:31.056Z] e51a6ec754f1: Preparing [2026-07-06T10:19:31.056Z] 24bf5e419e49: Preparing [2026-07-06T10:19:31.056Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:31.056Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:31.056Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:31.056Z] 24bf5e419e49: Waiting [2026-07-06T10:19:31.056Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:31.056Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:31.056Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:31.056Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:31.056Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:31.056Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:31.056Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:31.056Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:31.056Z] 7c87726a6269: Pushed [2026-07-06T10:19:31.056Z] 8538492ef741: Pushed [2026-07-06T10:19:31.056Z] 9999367d0cd2: Pushed [2026-07-06T10:19:35.247Z] c46e156dbc60: Pushed [2026-07-06T10:19:35.247Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:35.584Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:35.921Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-07-06T10:19:35.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-07-06T10:19:35.921Z] 8538492ef741: Preparing [2026-07-06T10:19:35.921Z] 9999367d0cd2: Preparing [2026-07-06T10:19:35.921Z] 7c87726a6269: Preparing [2026-07-06T10:19:35.921Z] c46e156dbc60: Preparing [2026-07-06T10:19:35.921Z] e51a6ec754f1: Preparing [2026-07-06T10:19:35.921Z] 24bf5e419e49: Preparing [2026-07-06T10:19:35.921Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:35.921Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:35.921Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:35.921Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:35.921Z] 24bf5e419e49: Waiting [2026-07-06T10:19:35.921Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:35.921Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:35.921Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:35.921Z] 8538492ef741: Layer already exists [2026-07-06T10:19:35.921Z] 9999367d0cd2: Layer already exists [2026-07-06T10:19:35.921Z] 7c87726a6269: Layer already exists [2026-07-06T10:19:35.921Z] c46e156dbc60: Layer already exists [2026-07-06T10:19:35.921Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:35.921Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:35.921Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:35.921Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:35.921Z] latest: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:36.268Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:36.605Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.123 [2026-07-06T10:19:36.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-07-06T10:19:36.605Z] 8538492ef741: Preparing [2026-07-06T10:19:36.605Z] 9999367d0cd2: Preparing [2026-07-06T10:19:36.605Z] 7c87726a6269: Preparing [2026-07-06T10:19:36.605Z] c46e156dbc60: Preparing [2026-07-06T10:19:36.605Z] e51a6ec754f1: Preparing [2026-07-06T10:19:36.605Z] 24bf5e419e49: Preparing [2026-07-06T10:19:36.605Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:36.605Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:36.605Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:36.605Z] 24bf5e419e49: Waiting [2026-07-06T10:19:36.605Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:36.605Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:36.605Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:36.605Z] 9999367d0cd2: Layer already exists [2026-07-06T10:19:36.605Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:36.605Z] 7c87726a6269: Layer already exists [2026-07-06T10:19:36.605Z] c46e156dbc60: Layer already exists [2026-07-06T10:19:36.605Z] 8538492ef741: Layer already exists [2026-07-06T10:19:36.605Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:36.605Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:36.605Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:36.605Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:36.605Z] 4.1.0-dev.123: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:36.951Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:37.281Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:37.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-07-06T10:19:37.281Z] 8538492ef741: Preparing [2026-07-06T10:19:37.281Z] 9999367d0cd2: Preparing [2026-07-06T10:19:37.281Z] 7c87726a6269: Preparing [2026-07-06T10:19:37.281Z] c46e156dbc60: Preparing [2026-07-06T10:19:37.281Z] e51a6ec754f1: Preparing [2026-07-06T10:19:37.281Z] 24bf5e419e49: Preparing [2026-07-06T10:19:37.281Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:37.281Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:37.281Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:37.281Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:37.281Z] 78a5aebe9cba: Waiting [2026-07-06T10:19:37.281Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:37.281Z] 24bf5e419e49: Waiting [2026-07-06T10:19:37.281Z] 8538492ef741: Layer already exists [2026-07-06T10:19:37.281Z] c46e156dbc60: Layer already exists [2026-07-06T10:19:37.281Z] 7c87726a6269: Layer already exists [2026-07-06T10:19:37.281Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:37.281Z] 9999367d0cd2: Layer already exists [2026-07-06T10:19:37.281Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:37.281Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:37.281Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:37.281Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:37.281Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:37.628Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:37.981Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-07-06T10:19:37.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-07-06T10:19:37.981Z] 8538492ef741: Preparing [2026-07-06T10:19:37.981Z] 9999367d0cd2: Preparing [2026-07-06T10:19:37.981Z] 7c87726a6269: Preparing [2026-07-06T10:19:37.981Z] c46e156dbc60: Preparing [2026-07-06T10:19:37.981Z] e51a6ec754f1: Preparing [2026-07-06T10:19:37.981Z] 24bf5e419e49: Preparing [2026-07-06T10:19:37.981Z] 8ecdf4c93220: Preparing [2026-07-06T10:19:37.981Z] 78a5aebe9cba: Preparing [2026-07-06T10:19:37.981Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:37.981Z] 24bf5e419e49: Waiting [2026-07-06T10:19:37.981Z] 8ecdf4c93220: Waiting [2026-07-06T10:19:37.981Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:37.981Z] 8538492ef741: Layer already exists [2026-07-06T10:19:37.981Z] 7c87726a6269: Layer already exists [2026-07-06T10:19:37.981Z] 9999367d0cd2: Layer already exists [2026-07-06T10:19:37.981Z] c46e156dbc60: Layer already exists [2026-07-06T10:19:37.981Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:37.981Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:37.981Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:37.981Z] 78a5aebe9cba: Layer already exists [2026-07-06T10:19:37.981Z] 8ecdf4c93220: Layer already exists [2026-07-06T10:19:37.981Z] main: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:38.066Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:38.088Z] taggedImages: [2026-07-06T10:19:38.088Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:38.088Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-07-06T10:19:38.088Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.123 [2026-07-06T10:19:38.088Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:38.088Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2026-07-06T10:19:38.116Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2026-07-06T10:19:38.116Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:38.116Z] latest [2026-07-06T10:19:38.116Z] 4.1.0-dev.123 [2026-07-06T10:19:38.116Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:38.116Z] main [2026-07-06T10:19:38.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:38.469Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:38.816Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:38.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-07-06T10:19:38.817Z] ec58ec459710: Preparing [2026-07-06T10:19:38.817Z] ebdd379b8148: Preparing [2026-07-06T10:19:38.817Z] 9c8ab1accbd8: Preparing [2026-07-06T10:19:38.817Z] e3b1c3ec3c64: Preparing [2026-07-06T10:19:38.817Z] a5c0d07703e6: Preparing [2026-07-06T10:19:38.817Z] e51a6ec754f1: Preparing [2026-07-06T10:19:38.817Z] 24bf5e419e49: Preparing [2026-07-06T10:19:38.817Z] 3c193f9b01aa: Preparing [2026-07-06T10:19:38.817Z] 3b024f852d54: Preparing [2026-07-06T10:19:38.817Z] 5ef6ab97d743: Preparing [2026-07-06T10:19:38.817Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:38.817Z] 24bf5e419e49: Waiting [2026-07-06T10:19:38.817Z] 3c193f9b01aa: Waiting [2026-07-06T10:19:38.817Z] 3b024f852d54: Waiting [2026-07-06T10:19:38.817Z] e51a6ec754f1: Waiting [2026-07-06T10:19:38.817Z] 5ef6ab97d743: Waiting [2026-07-06T10:19:38.817Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:38.817Z] ebdd379b8148: Pushed [2026-07-06T10:19:38.817Z] e3b1c3ec3c64: Pushed [2026-07-06T10:19:38.817Z] ec58ec459710: Pushed [2026-07-06T10:19:38.817Z] a5c0d07703e6: Pushed [2026-07-06T10:19:38.817Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:38.817Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:38.817Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:39.075Z] 3c193f9b01aa: Pushed [2026-07-06T10:19:39.075Z] 3b024f852d54: Pushed [2026-07-06T10:19:40.462Z] 5ef6ab97d743: Pushed [2026-07-06T10:19:41.839Z] 9c8ab1accbd8: Pushed [2026-07-06T10:19:41.839Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:42.177Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:42.577Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-07-06T10:19:42.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-07-06T10:19:42.577Z] ec58ec459710: Preparing [2026-07-06T10:19:42.577Z] ebdd379b8148: Preparing [2026-07-06T10:19:42.577Z] 9c8ab1accbd8: Preparing [2026-07-06T10:19:42.577Z] e3b1c3ec3c64: Preparing [2026-07-06T10:19:42.577Z] a5c0d07703e6: Preparing [2026-07-06T10:19:42.577Z] e51a6ec754f1: Preparing [2026-07-06T10:19:42.577Z] 24bf5e419e49: Preparing [2026-07-06T10:19:42.577Z] e51a6ec754f1: Waiting [2026-07-06T10:19:42.577Z] 24bf5e419e49: Waiting [2026-07-06T10:19:42.577Z] 3c193f9b01aa: Preparing [2026-07-06T10:19:42.577Z] 3b024f852d54: Preparing [2026-07-06T10:19:42.577Z] 5ef6ab97d743: Preparing [2026-07-06T10:19:42.577Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:42.577Z] 3c193f9b01aa: Waiting [2026-07-06T10:19:42.577Z] 5ef6ab97d743: Waiting [2026-07-06T10:19:42.577Z] 3b024f852d54: Waiting [2026-07-06T10:19:42.577Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:42.577Z] a5c0d07703e6: Layer already exists [2026-07-06T10:19:42.577Z] 9c8ab1accbd8: Layer already exists [2026-07-06T10:19:42.577Z] e3b1c3ec3c64: Layer already exists [2026-07-06T10:19:42.577Z] ebdd379b8148: Layer already exists [2026-07-06T10:19:42.577Z] ec58ec459710: Layer already exists [2026-07-06T10:19:42.577Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:42.577Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:42.577Z] 3b024f852d54: Layer already exists [2026-07-06T10:19:42.577Z] 5ef6ab97d743: Layer already exists [2026-07-06T10:19:42.577Z] 3c193f9b01aa: Layer already exists [2026-07-06T10:19:42.577Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:42.577Z] latest: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:42.974Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:43.347Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.123 [2026-07-06T10:19:43.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-07-06T10:19:43.348Z] ec58ec459710: Preparing [2026-07-06T10:19:43.348Z] ebdd379b8148: Preparing [2026-07-06T10:19:43.348Z] 9c8ab1accbd8: Preparing [2026-07-06T10:19:43.348Z] e3b1c3ec3c64: Preparing [2026-07-06T10:19:43.348Z] a5c0d07703e6: Preparing [2026-07-06T10:19:43.348Z] e51a6ec754f1: Preparing [2026-07-06T10:19:43.348Z] 24bf5e419e49: Preparing [2026-07-06T10:19:43.348Z] 3c193f9b01aa: Preparing [2026-07-06T10:19:43.348Z] 3b024f852d54: Preparing [2026-07-06T10:19:43.348Z] 5ef6ab97d743: Preparing [2026-07-06T10:19:43.348Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:43.348Z] e51a6ec754f1: Waiting [2026-07-06T10:19:43.348Z] 24bf5e419e49: Waiting [2026-07-06T10:19:43.348Z] 5ef6ab97d743: Waiting [2026-07-06T10:19:43.348Z] 3c193f9b01aa: Waiting [2026-07-06T10:19:43.348Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:43.348Z] 3b024f852d54: Waiting [2026-07-06T10:19:43.348Z] ec58ec459710: Layer already exists [2026-07-06T10:19:43.348Z] ebdd379b8148: Layer already exists [2026-07-06T10:19:43.348Z] a5c0d07703e6: Layer already exists [2026-07-06T10:19:43.348Z] e3b1c3ec3c64: Layer already exists [2026-07-06T10:19:43.348Z] 9c8ab1accbd8: Layer already exists [2026-07-06T10:19:43.348Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:43.348Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:43.348Z] 3c193f9b01aa: Layer already exists [2026-07-06T10:19:43.348Z] 3b024f852d54: Layer already exists [2026-07-06T10:19:43.348Z] 5ef6ab97d743: Layer already exists [2026-07-06T10:19:43.348Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:43.348Z] 4.1.0-dev.123: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:43.708Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:44.149Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:44.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-07-06T10:19:44.149Z] ec58ec459710: Preparing [2026-07-06T10:19:44.149Z] ebdd379b8148: Preparing [2026-07-06T10:19:44.149Z] 9c8ab1accbd8: Preparing [2026-07-06T10:19:44.149Z] e3b1c3ec3c64: Preparing [2026-07-06T10:19:44.149Z] a5c0d07703e6: Preparing [2026-07-06T10:19:44.149Z] e51a6ec754f1: Preparing [2026-07-06T10:19:44.149Z] 24bf5e419e49: Preparing [2026-07-06T10:19:44.149Z] 3c193f9b01aa: Preparing [2026-07-06T10:19:44.149Z] 3b024f852d54: Preparing [2026-07-06T10:19:44.149Z] 5ef6ab97d743: Preparing [2026-07-06T10:19:44.149Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:44.149Z] 3c193f9b01aa: Waiting [2026-07-06T10:19:44.149Z] 3b024f852d54: Waiting [2026-07-06T10:19:44.149Z] 5ef6ab97d743: Waiting [2026-07-06T10:19:44.149Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:44.149Z] e51a6ec754f1: Waiting [2026-07-06T10:19:44.149Z] 24bf5e419e49: Waiting [2026-07-06T10:19:44.149Z] ebdd379b8148: Layer already exists [2026-07-06T10:19:44.149Z] ec58ec459710: Layer already exists [2026-07-06T10:19:44.149Z] e3b1c3ec3c64: Layer already exists [2026-07-06T10:19:44.149Z] 9c8ab1accbd8: Layer already exists [2026-07-06T10:19:44.149Z] a5c0d07703e6: Layer already exists [2026-07-06T10:19:44.149Z] 3b024f852d54: Layer already exists [2026-07-06T10:19:44.149Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:44.149Z] 5ef6ab97d743: Layer already exists [2026-07-06T10:19:44.149Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:44.149Z] 3c193f9b01aa: Layer already exists [2026-07-06T10:19:44.149Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:44.149Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:44.566Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:44.936Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-07-06T10:19:44.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-07-06T10:19:44.936Z] ec58ec459710: Preparing [2026-07-06T10:19:44.936Z] ebdd379b8148: Preparing [2026-07-06T10:19:44.936Z] 9c8ab1accbd8: Preparing [2026-07-06T10:19:44.936Z] e3b1c3ec3c64: Preparing [2026-07-06T10:19:44.936Z] a5c0d07703e6: Preparing [2026-07-06T10:19:44.936Z] e51a6ec754f1: Preparing [2026-07-06T10:19:44.936Z] 24bf5e419e49: Preparing [2026-07-06T10:19:44.936Z] 3c193f9b01aa: Preparing [2026-07-06T10:19:44.936Z] 3b024f852d54: Preparing [2026-07-06T10:19:44.936Z] 5ef6ab97d743: Preparing [2026-07-06T10:19:44.936Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:44.936Z] 3c193f9b01aa: Waiting [2026-07-06T10:19:44.936Z] 5ef6ab97d743: Waiting [2026-07-06T10:19:44.936Z] 3b024f852d54: Waiting [2026-07-06T10:19:44.936Z] e51a6ec754f1: Waiting [2026-07-06T10:19:44.936Z] 24bf5e419e49: Waiting [2026-07-06T10:19:44.936Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:44.936Z] ebdd379b8148: Layer already exists [2026-07-06T10:19:44.936Z] a5c0d07703e6: Layer already exists [2026-07-06T10:19:44.936Z] 9c8ab1accbd8: Layer already exists [2026-07-06T10:19:44.936Z] ec58ec459710: Layer already exists [2026-07-06T10:19:44.936Z] e3b1c3ec3c64: Layer already exists [2026-07-06T10:19:44.936Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:44.936Z] 3c193f9b01aa: Layer already exists [2026-07-06T10:19:44.936Z] 3b024f852d54: Layer already exists [2026-07-06T10:19:44.936Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:44.936Z] 5ef6ab97d743: Layer already exists [2026-07-06T10:19:44.936Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:44.936Z] main: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:45.103Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:45.123Z] taggedImages: [2026-07-06T10:19:45.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:45.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-07-06T10:19:45.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.123 [2026-07-06T10:19:45.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:45.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2026-07-06T10:19:45.164Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2026-07-06T10:19:45.164Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:45.164Z] latest [2026-07-06T10:19:45.164Z] 4.1.0-dev.123 [2026-07-06T10:19:45.164Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:45.164Z] main [2026-07-06T10:19:45.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:45.657Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:46.062Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:46.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-07-06T10:19:46.062Z] e1dc2da61c32: Preparing [2026-07-06T10:19:46.062Z] 19780dce0a81: Preparing [2026-07-06T10:19:46.062Z] 878f0fdbfd3c: Preparing [2026-07-06T10:19:46.062Z] f24b3f338f7a: Preparing [2026-07-06T10:19:46.062Z] 8975f6129712: Preparing [2026-07-06T10:19:46.062Z] 2c1a176e3d16: Preparing [2026-07-06T10:19:46.062Z] 78de14afb69f: Preparing [2026-07-06T10:19:46.062Z] e51a6ec754f1: Preparing [2026-07-06T10:19:46.062Z] 24bf5e419e49: Preparing [2026-07-06T10:19:46.062Z] 290b3a0f5a07: Preparing [2026-07-06T10:19:46.062Z] 8ddaf98464ce: Preparing [2026-07-06T10:19:46.062Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:46.062Z] e51a6ec754f1: Waiting [2026-07-06T10:19:46.062Z] 78de14afb69f: Waiting [2026-07-06T10:19:46.062Z] 24bf5e419e49: Waiting [2026-07-06T10:19:46.062Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:46.062Z] 290b3a0f5a07: Waiting [2026-07-06T10:19:46.062Z] 8ddaf98464ce: Waiting [2026-07-06T10:19:46.062Z] 2c1a176e3d16: Waiting [2026-07-06T10:19:46.062Z] 19780dce0a81: Pushed [2026-07-06T10:19:46.062Z] 8975f6129712: Pushed [2026-07-06T10:19:46.062Z] e1dc2da61c32: Pushed [2026-07-06T10:19:46.062Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:46.062Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:46.062Z] 2c1a176e3d16: Pushed [2026-07-06T10:19:46.062Z] 78de14afb69f: Pushed [2026-07-06T10:19:46.062Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:46.327Z] 290b3a0f5a07: Pushed [2026-07-06T10:19:47.358Z] 8ddaf98464ce: Pushed [2026-07-06T10:19:48.772Z] f24b3f338f7a: Pushed [2026-07-06T10:19:49.040Z] 878f0fdbfd3c: Pushed [2026-07-06T10:19:49.040Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:49.428Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:49.793Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-07-06T10:19:49.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-07-06T10:19:49.793Z] e1dc2da61c32: Preparing [2026-07-06T10:19:49.793Z] 19780dce0a81: Preparing [2026-07-06T10:19:49.793Z] 878f0fdbfd3c: Preparing [2026-07-06T10:19:49.793Z] f24b3f338f7a: Preparing [2026-07-06T10:19:49.793Z] 8975f6129712: Preparing [2026-07-06T10:19:49.793Z] 2c1a176e3d16: Preparing [2026-07-06T10:19:49.793Z] 78de14afb69f: Preparing [2026-07-06T10:19:49.793Z] e51a6ec754f1: Preparing [2026-07-06T10:19:49.793Z] 24bf5e419e49: Preparing [2026-07-06T10:19:49.793Z] 290b3a0f5a07: Preparing [2026-07-06T10:19:49.793Z] 8ddaf98464ce: Preparing [2026-07-06T10:19:49.793Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:49.793Z] e51a6ec754f1: Waiting [2026-07-06T10:19:49.793Z] 24bf5e419e49: Waiting [2026-07-06T10:19:49.793Z] 290b3a0f5a07: Waiting [2026-07-06T10:19:49.793Z] 2c1a176e3d16: Waiting [2026-07-06T10:19:49.793Z] 78de14afb69f: Waiting [2026-07-06T10:19:49.793Z] 8ddaf98464ce: Waiting [2026-07-06T10:19:49.793Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:49.793Z] e1dc2da61c32: Layer already exists [2026-07-06T10:19:49.793Z] 878f0fdbfd3c: Layer already exists [2026-07-06T10:19:49.793Z] f24b3f338f7a: Layer already exists [2026-07-06T10:19:49.793Z] 8975f6129712: Layer already exists [2026-07-06T10:19:49.793Z] 19780dce0a81: Layer already exists [2026-07-06T10:19:49.793Z] 78de14afb69f: Layer already exists [2026-07-06T10:19:49.793Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:49.793Z] 2c1a176e3d16: Layer already exists [2026-07-06T10:19:49.793Z] 290b3a0f5a07: Layer already exists [2026-07-06T10:19:49.793Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:49.793Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:49.793Z] 8ddaf98464ce: Layer already exists [2026-07-06T10:19:49.793Z] latest: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:50.160Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:50.598Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.123 [2026-07-06T10:19:50.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-07-06T10:19:50.598Z] e1dc2da61c32: Preparing [2026-07-06T10:19:50.598Z] 19780dce0a81: Preparing [2026-07-06T10:19:50.598Z] 878f0fdbfd3c: Preparing [2026-07-06T10:19:50.598Z] f24b3f338f7a: Preparing [2026-07-06T10:19:50.598Z] 8975f6129712: Preparing [2026-07-06T10:19:50.598Z] 2c1a176e3d16: Preparing [2026-07-06T10:19:50.598Z] 78de14afb69f: Preparing [2026-07-06T10:19:50.598Z] e51a6ec754f1: Preparing [2026-07-06T10:19:50.598Z] 24bf5e419e49: Preparing [2026-07-06T10:19:50.598Z] 290b3a0f5a07: Preparing [2026-07-06T10:19:50.598Z] 8ddaf98464ce: Preparing [2026-07-06T10:19:50.598Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:50.598Z] 2c1a176e3d16: Waiting [2026-07-06T10:19:50.598Z] 8ddaf98464ce: Waiting [2026-07-06T10:19:50.598Z] 24bf5e419e49: Waiting [2026-07-06T10:19:50.598Z] 290b3a0f5a07: Waiting [2026-07-06T10:19:50.598Z] e51a6ec754f1: Waiting [2026-07-06T10:19:50.598Z] 78de14afb69f: Waiting [2026-07-06T10:19:50.598Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:50.598Z] f24b3f338f7a: Layer already exists [2026-07-06T10:19:50.598Z] 8975f6129712: Layer already exists [2026-07-06T10:19:50.598Z] 19780dce0a81: Layer already exists [2026-07-06T10:19:50.598Z] 878f0fdbfd3c: Layer already exists [2026-07-06T10:19:50.598Z] e1dc2da61c32: Layer already exists [2026-07-06T10:19:50.598Z] 2c1a176e3d16: Layer already exists [2026-07-06T10:19:50.598Z] 78de14afb69f: Layer already exists [2026-07-06T10:19:50.598Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:50.598Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:50.598Z] 290b3a0f5a07: Layer already exists [2026-07-06T10:19:50.598Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:50.598Z] 8ddaf98464ce: Layer already exists [2026-07-06T10:19:50.598Z] 4.1.0-dev.123: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:51.003Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:51.480Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:51.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-07-06T10:19:51.480Z] e1dc2da61c32: Preparing [2026-07-06T10:19:51.480Z] 19780dce0a81: Preparing [2026-07-06T10:19:51.480Z] 878f0fdbfd3c: Preparing [2026-07-06T10:19:51.480Z] f24b3f338f7a: Preparing [2026-07-06T10:19:51.480Z] 8975f6129712: Preparing [2026-07-06T10:19:51.480Z] 2c1a176e3d16: Preparing [2026-07-06T10:19:51.480Z] 78de14afb69f: Preparing [2026-07-06T10:19:51.480Z] e51a6ec754f1: Preparing [2026-07-06T10:19:51.480Z] 24bf5e419e49: Preparing [2026-07-06T10:19:51.480Z] 290b3a0f5a07: Preparing [2026-07-06T10:19:51.480Z] 8ddaf98464ce: Preparing [2026-07-06T10:19:51.480Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:51.480Z] e51a6ec754f1: Waiting [2026-07-06T10:19:51.480Z] 24bf5e419e49: Waiting [2026-07-06T10:19:51.480Z] 290b3a0f5a07: Waiting [2026-07-06T10:19:51.480Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:51.480Z] 2c1a176e3d16: Waiting [2026-07-06T10:19:51.480Z] 78de14afb69f: Waiting [2026-07-06T10:19:51.480Z] 8ddaf98464ce: Waiting [2026-07-06T10:19:51.480Z] 8975f6129712: Layer already exists [2026-07-06T10:19:51.480Z] 19780dce0a81: Layer already exists [2026-07-06T10:19:51.480Z] f24b3f338f7a: Layer already exists [2026-07-06T10:19:51.480Z] e1dc2da61c32: Layer already exists [2026-07-06T10:19:51.480Z] 878f0fdbfd3c: Layer already exists [2026-07-06T10:19:51.480Z] 2c1a176e3d16: Layer already exists [2026-07-06T10:19:51.480Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:51.480Z] 78de14afb69f: Layer already exists [2026-07-06T10:19:51.480Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:51.480Z] 290b3a0f5a07: Layer already exists [2026-07-06T10:19:51.480Z] 8ddaf98464ce: Layer already exists [2026-07-06T10:19:51.480Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:51.480Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:51.875Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:52.235Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-07-06T10:19:52.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-07-06T10:19:52.235Z] e1dc2da61c32: Preparing [2026-07-06T10:19:52.235Z] 19780dce0a81: Preparing [2026-07-06T10:19:52.235Z] 878f0fdbfd3c: Preparing [2026-07-06T10:19:52.235Z] f24b3f338f7a: Preparing [2026-07-06T10:19:52.235Z] 8975f6129712: Preparing [2026-07-06T10:19:52.235Z] 2c1a176e3d16: Preparing [2026-07-06T10:19:52.235Z] 78de14afb69f: Preparing [2026-07-06T10:19:52.235Z] e51a6ec754f1: Preparing [2026-07-06T10:19:52.235Z] 24bf5e419e49: Preparing [2026-07-06T10:19:52.235Z] 290b3a0f5a07: Preparing [2026-07-06T10:19:52.235Z] 8ddaf98464ce: Preparing [2026-07-06T10:19:52.235Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:52.235Z] 2c1a176e3d16: Waiting [2026-07-06T10:19:52.235Z] 8ddaf98464ce: Waiting [2026-07-06T10:19:52.235Z] 24bf5e419e49: Waiting [2026-07-06T10:19:52.235Z] 290b3a0f5a07: Waiting [2026-07-06T10:19:52.235Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:52.235Z] 78de14afb69f: Waiting [2026-07-06T10:19:52.235Z] e51a6ec754f1: Waiting [2026-07-06T10:19:52.235Z] f24b3f338f7a: Layer already exists [2026-07-06T10:19:52.235Z] 878f0fdbfd3c: Layer already exists [2026-07-06T10:19:52.235Z] 19780dce0a81: Layer already exists [2026-07-06T10:19:52.235Z] 8975f6129712: Layer already exists [2026-07-06T10:19:52.235Z] e1dc2da61c32: Layer already exists [2026-07-06T10:19:52.235Z] 2c1a176e3d16: Layer already exists [2026-07-06T10:19:52.235Z] 78de14afb69f: Layer already exists [2026-07-06T10:19:52.235Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:52.235Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:52.235Z] 290b3a0f5a07: Layer already exists [2026-07-06T10:19:52.235Z] 8ddaf98464ce: Layer already exists [2026-07-06T10:19:52.235Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:52.235Z] main: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:19:52.349Z] ===================================================== [Pipeline] echo [2026-07-06T10:19:52.360Z] taggedImages: [2026-07-06T10:19:52.360Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:52.360Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-07-06T10:19:52.360Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.123 [2026-07-06T10:19:52.360Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:52.360Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2026-07-06T10:19:52.382Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2026-07-06T10:19:52.382Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:52.382Z] latest [2026-07-06T10:19:52.382Z] 4.1.0-dev.123 [2026-07-06T10:19:52.382Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:52.382Z] main [2026-07-06T10:19:52.382Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:52.728Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:53.224Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:19:53.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-07-06T10:19:53.224Z] 871f4ec73e9f: Preparing [2026-07-06T10:19:53.224Z] d6ef99bd056a: Preparing [2026-07-06T10:19:53.224Z] e51a6ec754f1: Preparing [2026-07-06T10:19:53.224Z] 24bf5e419e49: Preparing [2026-07-06T10:19:53.224Z] e5d7d3cd64c1: Preparing [2026-07-06T10:19:53.224Z] aa0140ddf04f: Preparing [2026-07-06T10:19:53.224Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:53.224Z] aa0140ddf04f: Waiting [2026-07-06T10:19:53.224Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:53.224Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:53.224Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:53.224Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:53.224Z] 871f4ec73e9f: Pushed [2026-07-06T10:19:53.224Z] e5d7d3cd64c1: Pushed [2026-07-06T10:19:54.225Z] aa0140ddf04f: Pushed [2026-07-06T10:19:56.799Z] d6ef99bd056a: Pushed [2026-07-06T10:19:56.799Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:57.214Z] + 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-07-06T10:19:57.868Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-07-06T10:19:57.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-07-06T10:19:57.868Z] 871f4ec73e9f: Preparing [2026-07-06T10:19:57.868Z] d6ef99bd056a: Preparing [2026-07-06T10:19:57.868Z] e51a6ec754f1: Preparing [2026-07-06T10:19:57.868Z] 24bf5e419e49: Preparing [2026-07-06T10:19:57.868Z] e5d7d3cd64c1: Preparing [2026-07-06T10:19:57.868Z] aa0140ddf04f: Preparing [2026-07-06T10:19:57.868Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:57.868Z] aa0140ddf04f: Waiting [2026-07-06T10:19:57.868Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:57.868Z] e5d7d3cd64c1: Layer already exists [2026-07-06T10:19:57.868Z] d6ef99bd056a: Layer already exists [2026-07-06T10:19:57.868Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:57.868Z] 871f4ec73e9f: Layer already exists [2026-07-06T10:19:57.868Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:57.868Z] aa0140ddf04f: Layer already exists [2026-07-06T10:19:57.868Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:57.868Z] latest: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:58.394Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:58.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.123 [2026-07-06T10:19:58.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-07-06T10:19:58.853Z] 871f4ec73e9f: Preparing [2026-07-06T10:19:58.853Z] d6ef99bd056a: Preparing [2026-07-06T10:19:58.853Z] e51a6ec754f1: Preparing [2026-07-06T10:19:58.853Z] 24bf5e419e49: Preparing [2026-07-06T10:19:58.853Z] e5d7d3cd64c1: Preparing [2026-07-06T10:19:58.853Z] aa0140ddf04f: Preparing [2026-07-06T10:19:58.853Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:58.853Z] aa0140ddf04f: Waiting [2026-07-06T10:19:58.853Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:58.853Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:58.853Z] 871f4ec73e9f: Layer already exists [2026-07-06T10:19:58.853Z] e5d7d3cd64c1: Layer already exists [2026-07-06T10:19:58.853Z] aa0140ddf04f: Layer already exists [2026-07-06T10:19:58.853Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:58.853Z] d6ef99bd056a: Layer already exists [2026-07-06T10:19:58.853Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:58.853Z] 4.1.0-dev.123: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:59.428Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:19:59.788Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:19:59.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-07-06T10:19:59.788Z] 871f4ec73e9f: Preparing [2026-07-06T10:19:59.788Z] d6ef99bd056a: Preparing [2026-07-06T10:19:59.788Z] e51a6ec754f1: Preparing [2026-07-06T10:19:59.788Z] 24bf5e419e49: Preparing [2026-07-06T10:19:59.788Z] e5d7d3cd64c1: Preparing [2026-07-06T10:19:59.788Z] aa0140ddf04f: Preparing [2026-07-06T10:19:59.788Z] 6f09edfb3f6d: Preparing [2026-07-06T10:19:59.788Z] aa0140ddf04f: Waiting [2026-07-06T10:19:59.788Z] 6f09edfb3f6d: Waiting [2026-07-06T10:19:59.788Z] d6ef99bd056a: Layer already exists [2026-07-06T10:19:59.788Z] 871f4ec73e9f: Layer already exists [2026-07-06T10:19:59.788Z] e51a6ec754f1: Layer already exists [2026-07-06T10:19:59.788Z] e5d7d3cd64c1: Layer already exists [2026-07-06T10:19:59.788Z] 24bf5e419e49: Layer already exists [2026-07-06T10:19:59.788Z] aa0140ddf04f: Layer already exists [2026-07-06T10:19:59.788Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:19:59.788Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:00.131Z] + 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-07-06T10:20:00.448Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-07-06T10:20:00.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-07-06T10:20:00.448Z] 871f4ec73e9f: Preparing [2026-07-06T10:20:00.448Z] d6ef99bd056a: Preparing [2026-07-06T10:20:00.448Z] e51a6ec754f1: Preparing [2026-07-06T10:20:00.448Z] 24bf5e419e49: Preparing [2026-07-06T10:20:00.448Z] e5d7d3cd64c1: Preparing [2026-07-06T10:20:00.448Z] aa0140ddf04f: Preparing [2026-07-06T10:20:00.448Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:00.448Z] aa0140ddf04f: Waiting [2026-07-06T10:20:00.448Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:00.448Z] d6ef99bd056a: Layer already exists [2026-07-06T10:20:00.448Z] e5d7d3cd64c1: Layer already exists [2026-07-06T10:20:00.448Z] 871f4ec73e9f: Layer already exists [2026-07-06T10:20:00.448Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:00.448Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:00.448Z] aa0140ddf04f: Layer already exists [2026-07-06T10:20:00.448Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:00.448Z] main: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:20:00.587Z] ===================================================== [Pipeline] echo [2026-07-06T10:20:00.631Z] taggedImages: [2026-07-06T10:20:00.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:00.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-07-06T10:20:00.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.123 [2026-07-06T10:20:00.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:00.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2026-07-06T10:20:00.665Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2026-07-06T10:20:00.666Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:00.666Z] latest [2026-07-06T10:20:00.666Z] 4.1.0-dev.123 [2026-07-06T10:20:00.666Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:00.666Z] main [2026-07-06T10:20:00.666Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:01.022Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:01.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:01.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-07-06T10:20:01.339Z] cf029e16bc47: Preparing [2026-07-06T10:20:01.339Z] fbb5c72074e2: Preparing [2026-07-06T10:20:01.339Z] 4ff9251ec28d: Preparing [2026-07-06T10:20:01.339Z] e51a6ec754f1: Preparing [2026-07-06T10:20:01.339Z] 24bf5e419e49: Preparing [2026-07-06T10:20:01.339Z] 44a20a6aab07: Preparing [2026-07-06T10:20:01.339Z] ed81528d2045: Preparing [2026-07-06T10:20:01.339Z] 5be8643caa59: Preparing [2026-07-06T10:20:01.339Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:01.339Z] 44a20a6aab07: Waiting [2026-07-06T10:20:01.339Z] ed81528d2045: Waiting [2026-07-06T10:20:01.339Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:01.339Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:01.339Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:01.339Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:01.339Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:01.339Z] fbb5c72074e2: Pushed [2026-07-06T10:20:01.339Z] 4ff9251ec28d: Pushed [2026-07-06T10:20:01.339Z] cf029e16bc47: Pushed [2026-07-06T10:20:01.339Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:01.339Z] 5be8643caa59: Pushed [2026-07-06T10:20:01.913Z] 50cfa7d55c89: Pushed [2026-07-06T10:20:07.201Z] ed81528d2045: Pushed [2026-07-06T10:20:15.481Z] 44a20a6aab07: Pushed [2026-07-06T10:20:15.481Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:15.841Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:16.178Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-07-06T10:20:16.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-07-06T10:20:16.178Z] cf029e16bc47: Preparing [2026-07-06T10:20:16.178Z] fbb5c72074e2: Preparing [2026-07-06T10:20:16.178Z] 4ff9251ec28d: Preparing [2026-07-06T10:20:16.178Z] e51a6ec754f1: Preparing [2026-07-06T10:20:16.178Z] 24bf5e419e49: Preparing [2026-07-06T10:20:16.178Z] 44a20a6aab07: Preparing [2026-07-06T10:20:16.178Z] ed81528d2045: Preparing [2026-07-06T10:20:16.178Z] 44a20a6aab07: Waiting [2026-07-06T10:20:16.178Z] 5be8643caa59: Preparing [2026-07-06T10:20:16.178Z] ed81528d2045: Waiting [2026-07-06T10:20:16.178Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:16.178Z] 5be8643caa59: Waiting [2026-07-06T10:20:16.178Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:16.178Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:16.178Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:16.178Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:16.178Z] fbb5c72074e2: Layer already exists [2026-07-06T10:20:16.178Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:16.178Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:16.178Z] 4ff9251ec28d: Layer already exists [2026-07-06T10:20:16.178Z] ed81528d2045: Layer already exists [2026-07-06T10:20:16.178Z] 44a20a6aab07: Layer already exists [2026-07-06T10:20:16.178Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:16.178Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:16.178Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:16.178Z] latest: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:16.516Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:16.838Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.123 [2026-07-06T10:20:16.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-07-06T10:20:16.838Z] cf029e16bc47: Preparing [2026-07-06T10:20:16.838Z] fbb5c72074e2: Preparing [2026-07-06T10:20:16.838Z] 4ff9251ec28d: Preparing [2026-07-06T10:20:16.838Z] e51a6ec754f1: Preparing [2026-07-06T10:20:16.838Z] 24bf5e419e49: Preparing [2026-07-06T10:20:16.838Z] 44a20a6aab07: Preparing [2026-07-06T10:20:16.838Z] ed81528d2045: Preparing [2026-07-06T10:20:16.838Z] 5be8643caa59: Preparing [2026-07-06T10:20:16.838Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:16.838Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:16.838Z] ed81528d2045: Waiting [2026-07-06T10:20:16.838Z] 44a20a6aab07: Waiting [2026-07-06T10:20:16.838Z] 5be8643caa59: Waiting [2026-07-06T10:20:16.838Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:16.838Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:16.838Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:16.838Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:16.838Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:16.838Z] fbb5c72074e2: Layer already exists [2026-07-06T10:20:16.838Z] 4ff9251ec28d: Layer already exists [2026-07-06T10:20:16.838Z] 44a20a6aab07: Layer already exists [2026-07-06T10:20:16.838Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:16.838Z] ed81528d2045: Layer already exists [2026-07-06T10:20:16.838Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:16.838Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:16.838Z] 4.1.0-dev.123: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:17.304Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:17.721Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:17.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-07-06T10:20:17.721Z] cf029e16bc47: Preparing [2026-07-06T10:20:17.721Z] fbb5c72074e2: Preparing [2026-07-06T10:20:17.721Z] 4ff9251ec28d: Preparing [2026-07-06T10:20:17.721Z] e51a6ec754f1: Preparing [2026-07-06T10:20:17.721Z] 24bf5e419e49: Preparing [2026-07-06T10:20:17.721Z] 44a20a6aab07: Preparing [2026-07-06T10:20:17.721Z] ed81528d2045: Preparing [2026-07-06T10:20:17.721Z] 5be8643caa59: Preparing [2026-07-06T10:20:17.721Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:17.721Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:17.721Z] ed81528d2045: Waiting [2026-07-06T10:20:17.721Z] 5be8643caa59: Waiting [2026-07-06T10:20:17.721Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:17.721Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:17.721Z] 44a20a6aab07: Waiting [2026-07-06T10:20:17.721Z] fbb5c72074e2: Layer already exists [2026-07-06T10:20:17.721Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:17.721Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:17.721Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:17.721Z] 4ff9251ec28d: Layer already exists [2026-07-06T10:20:17.721Z] 44a20a6aab07: Layer already exists [2026-07-06T10:20:17.721Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:17.721Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:17.721Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:17.721Z] ed81528d2045: Layer already exists [2026-07-06T10:20:17.721Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:18.046Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:18.371Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-07-06T10:20:18.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-07-06T10:20:18.371Z] cf029e16bc47: Preparing [2026-07-06T10:20:18.371Z] fbb5c72074e2: Preparing [2026-07-06T10:20:18.371Z] 4ff9251ec28d: Preparing [2026-07-06T10:20:18.371Z] e51a6ec754f1: Preparing [2026-07-06T10:20:18.371Z] 24bf5e419e49: Preparing [2026-07-06T10:20:18.371Z] 44a20a6aab07: Preparing [2026-07-06T10:20:18.371Z] ed81528d2045: Preparing [2026-07-06T10:20:18.371Z] 5be8643caa59: Preparing [2026-07-06T10:20:18.371Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:18.371Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:18.371Z] ed81528d2045: Waiting [2026-07-06T10:20:18.371Z] 5be8643caa59: Waiting [2026-07-06T10:20:18.371Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:18.371Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:18.371Z] 44a20a6aab07: Waiting [2026-07-06T10:20:18.371Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:18.371Z] 4ff9251ec28d: Layer already exists [2026-07-06T10:20:18.371Z] fbb5c72074e2: Layer already exists [2026-07-06T10:20:18.371Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:18.371Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:18.371Z] 44a20a6aab07: Layer already exists [2026-07-06T10:20:18.371Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:18.371Z] ed81528d2045: Layer already exists [2026-07-06T10:20:18.371Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:18.371Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:18.371Z] main: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:20:18.469Z] ===================================================== [Pipeline] echo [2026-07-06T10:20:18.481Z] taggedImages: [2026-07-06T10:20:18.481Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:18.481Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-07-06T10:20:18.481Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.123 [2026-07-06T10:20:18.481Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:18.481Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2026-07-06T10:20:18.501Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2026-07-06T10:20:18.501Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:18.501Z] latest [2026-07-06T10:20:18.501Z] 4.1.0-dev.123 [2026-07-06T10:20:18.501Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:18.501Z] main [2026-07-06T10:20:18.501Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:18.856Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:19.195Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:19.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-07-06T10:20:19.195Z] 7c3ad7eb3684: Preparing [2026-07-06T10:20:19.195Z] 55fb7c3cf807: Preparing [2026-07-06T10:20:19.195Z] 158f544d4bc6: Preparing [2026-07-06T10:20:19.195Z] e51a6ec754f1: Preparing [2026-07-06T10:20:19.195Z] 24bf5e419e49: Preparing [2026-07-06T10:20:19.195Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:19.195Z] 0f63c6034c68: Preparing [2026-07-06T10:20:19.195Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:19.195Z] c198c4930735: Preparing [2026-07-06T10:20:19.195Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:19.195Z] c198c4930735: Waiting [2026-07-06T10:20:19.195Z] 0f63c6034c68: Waiting [2026-07-06T10:20:19.195Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:19.195Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:19.195Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:19.195Z] 55fb7c3cf807: Pushed [2026-07-06T10:20:19.195Z] 7c3ad7eb3684: Pushed [2026-07-06T10:20:19.195Z] 0f63c6034c68: Pushed [2026-07-06T10:20:19.195Z] 158f544d4bc6: Pushed [2026-07-06T10:20:19.195Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:19.778Z] c198c4930735: Pushed [2026-07-06T10:20:32.016Z] 157b17bdf8a2: Pushed [2026-07-06T10:20:32.280Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:32.616Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:32.938Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-07-06T10:20:32.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-07-06T10:20:32.938Z] 7c3ad7eb3684: Preparing [2026-07-06T10:20:32.938Z] 55fb7c3cf807: Preparing [2026-07-06T10:20:32.938Z] 158f544d4bc6: Preparing [2026-07-06T10:20:32.938Z] e51a6ec754f1: Preparing [2026-07-06T10:20:32.938Z] 24bf5e419e49: Preparing [2026-07-06T10:20:32.938Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:32.938Z] 0f63c6034c68: Preparing [2026-07-06T10:20:32.938Z] c198c4930735: Preparing [2026-07-06T10:20:32.938Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:32.938Z] 0f63c6034c68: Waiting [2026-07-06T10:20:32.938Z] c198c4930735: Waiting [2026-07-06T10:20:32.938Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:32.938Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:32.938Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:32.938Z] 7c3ad7eb3684: Layer already exists [2026-07-06T10:20:32.938Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:32.938Z] 158f544d4bc6: Layer already exists [2026-07-06T10:20:32.938Z] 55fb7c3cf807: Layer already exists [2026-07-06T10:20:32.938Z] c198c4930735: Layer already exists [2026-07-06T10:20:32.938Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:32.938Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:32.938Z] 0f63c6034c68: Layer already exists [2026-07-06T10:20:32.938Z] latest: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:33.267Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:33.593Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.123 [2026-07-06T10:20:33.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-07-06T10:20:33.593Z] 7c3ad7eb3684: Preparing [2026-07-06T10:20:33.593Z] 55fb7c3cf807: Preparing [2026-07-06T10:20:33.593Z] 158f544d4bc6: Preparing [2026-07-06T10:20:33.593Z] e51a6ec754f1: Preparing [2026-07-06T10:20:33.593Z] 24bf5e419e49: Preparing [2026-07-06T10:20:33.593Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:33.593Z] 0f63c6034c68: Preparing [2026-07-06T10:20:33.593Z] c198c4930735: Preparing [2026-07-06T10:20:33.593Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:33.593Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:33.593Z] 0f63c6034c68: Waiting [2026-07-06T10:20:33.593Z] c198c4930735: Waiting [2026-07-06T10:20:33.593Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:33.593Z] 7c3ad7eb3684: Layer already exists [2026-07-06T10:20:33.593Z] 158f544d4bc6: Layer already exists [2026-07-06T10:20:33.593Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:33.593Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:33.593Z] 55fb7c3cf807: Layer already exists [2026-07-06T10:20:33.593Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:33.593Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:33.593Z] 0f63c6034c68: Layer already exists [2026-07-06T10:20:33.593Z] c198c4930735: Layer already exists [2026-07-06T10:20:33.593Z] 4.1.0-dev.123: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:33.920Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:34.250Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:34.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-07-06T10:20:34.250Z] 7c3ad7eb3684: Preparing [2026-07-06T10:20:34.250Z] 55fb7c3cf807: Preparing [2026-07-06T10:20:34.250Z] 158f544d4bc6: Preparing [2026-07-06T10:20:34.250Z] e51a6ec754f1: Preparing [2026-07-06T10:20:34.250Z] 24bf5e419e49: Preparing [2026-07-06T10:20:34.250Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:34.250Z] 0f63c6034c68: Preparing [2026-07-06T10:20:34.250Z] c198c4930735: Preparing [2026-07-06T10:20:34.250Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:34.250Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:34.250Z] 0f63c6034c68: Waiting [2026-07-06T10:20:34.250Z] c198c4930735: Waiting [2026-07-06T10:20:34.250Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:34.250Z] 55fb7c3cf807: Layer already exists [2026-07-06T10:20:34.250Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:34.250Z] 158f544d4bc6: Layer already exists [2026-07-06T10:20:34.250Z] 7c3ad7eb3684: Layer already exists [2026-07-06T10:20:34.250Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:34.250Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:34.250Z] 0f63c6034c68: Layer already exists [2026-07-06T10:20:34.250Z] c198c4930735: Layer already exists [2026-07-06T10:20:34.250Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:34.250Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:34.591Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:34.927Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-07-06T10:20:34.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-07-06T10:20:34.927Z] 7c3ad7eb3684: Preparing [2026-07-06T10:20:34.927Z] 55fb7c3cf807: Preparing [2026-07-06T10:20:34.927Z] 158f544d4bc6: Preparing [2026-07-06T10:20:34.927Z] e51a6ec754f1: Preparing [2026-07-06T10:20:34.927Z] 24bf5e419e49: Preparing [2026-07-06T10:20:34.927Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:34.927Z] 0f63c6034c68: Preparing [2026-07-06T10:20:34.927Z] c198c4930735: Preparing [2026-07-06T10:20:34.927Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:34.927Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:34.927Z] 0f63c6034c68: Waiting [2026-07-06T10:20:34.927Z] c198c4930735: Waiting [2026-07-06T10:20:34.927Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:34.927Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:34.927Z] 55fb7c3cf807: Layer already exists [2026-07-06T10:20:34.927Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:34.927Z] 7c3ad7eb3684: Layer already exists [2026-07-06T10:20:34.927Z] 158f544d4bc6: Layer already exists [2026-07-06T10:20:34.927Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:34.927Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:34.927Z] 0f63c6034c68: Layer already exists [2026-07-06T10:20:34.927Z] c198c4930735: Layer already exists [2026-07-06T10:20:34.927Z] main: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:20:35.013Z] ===================================================== [Pipeline] echo [2026-07-06T10:20:35.034Z] taggedImages: [2026-07-06T10:20:35.034Z] - nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:35.034Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-07-06T10:20:35.034Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.123 [2026-07-06T10:20:35.034Z] - nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:35.034Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2026-07-06T10:20:35.062Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2026-07-06T10:20:35.062Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:35.062Z] latest [2026-07-06T10:20:35.062Z] 4.1.0-dev.123 [2026-07-06T10:20:35.062Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:35.062Z] main [2026-07-06T10:20:35.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:35.407Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:35.747Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:35.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-07-06T10:20:35.747Z] cf029e16bc47: Preparing [2026-07-06T10:20:35.747Z] 5d48e64f9e01: Preparing [2026-07-06T10:20:35.747Z] 90afb64f2ff5: Preparing [2026-07-06T10:20:35.747Z] e51a6ec754f1: Preparing [2026-07-06T10:20:35.747Z] 24bf5e419e49: Preparing [2026-07-06T10:20:35.747Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:35.747Z] 5be8643caa59: Preparing [2026-07-06T10:20:35.747Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:35.747Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:35.747Z] 5be8643caa59: Waiting [2026-07-06T10:20:35.747Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:35.747Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:35.747Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:35.747Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:35.747Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:35.747Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:35.747Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:35.747Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:35.747Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:35.747Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:35.747Z] 90afb64f2ff5: Pushed [2026-07-06T10:20:35.747Z] 5d48e64f9e01: Pushed [2026-07-06T10:20:36.006Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:36.348Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:36.689Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-07-06T10:20:36.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-07-06T10:20:36.689Z] cf029e16bc47: Preparing [2026-07-06T10:20:36.689Z] 5d48e64f9e01: Preparing [2026-07-06T10:20:36.689Z] 90afb64f2ff5: Preparing [2026-07-06T10:20:36.689Z] e51a6ec754f1: Preparing [2026-07-06T10:20:36.689Z] 24bf5e419e49: Preparing [2026-07-06T10:20:36.689Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:36.689Z] 5be8643caa59: Preparing [2026-07-06T10:20:36.689Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:36.689Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:36.689Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:36.689Z] 5be8643caa59: Waiting [2026-07-06T10:20:36.689Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:36.689Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:36.689Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:36.689Z] 90afb64f2ff5: Layer already exists [2026-07-06T10:20:36.689Z] 5d48e64f9e01: Layer already exists [2026-07-06T10:20:36.690Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:36.690Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:36.690Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:36.690Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:36.690Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:36.690Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:36.690Z] latest: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:37.016Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:37.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.123 [2026-07-06T10:20:37.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-07-06T10:20:37.362Z] cf029e16bc47: Preparing [2026-07-06T10:20:37.362Z] 5d48e64f9e01: Preparing [2026-07-06T10:20:37.362Z] 90afb64f2ff5: Preparing [2026-07-06T10:20:37.362Z] e51a6ec754f1: Preparing [2026-07-06T10:20:37.362Z] 24bf5e419e49: Preparing [2026-07-06T10:20:37.362Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:37.362Z] 5be8643caa59: Preparing [2026-07-06T10:20:37.362Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:37.362Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:37.362Z] 5be8643caa59: Waiting [2026-07-06T10:20:37.362Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:37.362Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:37.362Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:37.362Z] 90afb64f2ff5: Layer already exists [2026-07-06T10:20:37.362Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:37.362Z] 5d48e64f9e01: Layer already exists [2026-07-06T10:20:37.362Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:37.362Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:37.362Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:37.362Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:37.362Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:37.362Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:37.362Z] 4.1.0-dev.123: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:37.704Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:38.042Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:38.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-07-06T10:20:38.042Z] cf029e16bc47: Preparing [2026-07-06T10:20:38.042Z] 5d48e64f9e01: Preparing [2026-07-06T10:20:38.042Z] 90afb64f2ff5: Preparing [2026-07-06T10:20:38.042Z] e51a6ec754f1: Preparing [2026-07-06T10:20:38.042Z] 24bf5e419e49: Preparing [2026-07-06T10:20:38.042Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:38.042Z] 5be8643caa59: Preparing [2026-07-06T10:20:38.042Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:38.042Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:38.042Z] 5be8643caa59: Waiting [2026-07-06T10:20:38.042Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:38.042Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:38.042Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:38.042Z] 5d48e64f9e01: Layer already exists [2026-07-06T10:20:38.042Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:38.042Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:38.042Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:38.042Z] 90afb64f2ff5: Layer already exists [2026-07-06T10:20:38.042Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:38.042Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:38.042Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:38.042Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:38.042Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:38.388Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:38.714Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-07-06T10:20:38.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-07-06T10:20:38.714Z] cf029e16bc47: Preparing [2026-07-06T10:20:38.714Z] 5d48e64f9e01: Preparing [2026-07-06T10:20:38.714Z] 90afb64f2ff5: Preparing [2026-07-06T10:20:38.714Z] e51a6ec754f1: Preparing [2026-07-06T10:20:38.714Z] 24bf5e419e49: Preparing [2026-07-06T10:20:38.714Z] 157b17bdf8a2: Preparing [2026-07-06T10:20:38.714Z] 5be8643caa59: Preparing [2026-07-06T10:20:38.714Z] 50cfa7d55c89: Preparing [2026-07-06T10:20:38.714Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:38.714Z] 157b17bdf8a2: Waiting [2026-07-06T10:20:38.714Z] 5be8643caa59: Waiting [2026-07-06T10:20:38.714Z] 50cfa7d55c89: Waiting [2026-07-06T10:20:38.714Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:38.714Z] 90afb64f2ff5: Layer already exists [2026-07-06T10:20:38.714Z] cf029e16bc47: Layer already exists [2026-07-06T10:20:38.714Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:38.715Z] 5d48e64f9e01: Layer already exists [2026-07-06T10:20:38.715Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:38.715Z] 50cfa7d55c89: Layer already exists [2026-07-06T10:20:38.715Z] 5be8643caa59: Layer already exists [2026-07-06T10:20:38.715Z] 157b17bdf8a2: Layer already exists [2026-07-06T10:20:38.715Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:38.715Z] main: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:20:38.793Z] ===================================================== [Pipeline] echo [2026-07-06T10:20:38.808Z] taggedImages: [2026-07-06T10:20:38.808Z] - nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:38.808Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-07-06T10:20:38.808Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.123 [2026-07-06T10:20:38.808Z] - nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:38.808Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2026-07-06T10:20:38.833Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2026-07-06T10:20:38.833Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:38.833Z] latest [2026-07-06T10:20:38.833Z] 4.1.0-dev.123 [2026-07-06T10:20:38.833Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:38.833Z] main [2026-07-06T10:20:38.833Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:39.179Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:39.504Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:39.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-07-06T10:20:39.504Z] f0b158dc2919: Preparing [2026-07-06T10:20:39.504Z] 7fce06c714ae: Preparing [2026-07-06T10:20:39.504Z] e51a6ec754f1: Preparing [2026-07-06T10:20:39.504Z] 24bf5e419e49: Preparing [2026-07-06T10:20:39.504Z] 143f8bf2348c: Preparing [2026-07-06T10:20:39.504Z] 8877c1bff136: Preparing [2026-07-06T10:20:39.504Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:39.504Z] 8877c1bff136: Waiting [2026-07-06T10:20:39.504Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:39.504Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:39.504Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:39.504Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:39.504Z] f0b158dc2919: Pushed [2026-07-06T10:20:39.504Z] 143f8bf2348c: Pushed [2026-07-06T10:20:40.075Z] 8877c1bff136: Pushed [2026-07-06T10:20:44.282Z] 7fce06c714ae: Pushed [2026-07-06T10:20:44.282Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:44.634Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:44.963Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-07-06T10:20:44.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-07-06T10:20:44.964Z] f0b158dc2919: Preparing [2026-07-06T10:20:44.964Z] 7fce06c714ae: Preparing [2026-07-06T10:20:44.964Z] e51a6ec754f1: Preparing [2026-07-06T10:20:44.964Z] 24bf5e419e49: Preparing [2026-07-06T10:20:44.964Z] 143f8bf2348c: Preparing [2026-07-06T10:20:44.964Z] 8877c1bff136: Preparing [2026-07-06T10:20:44.964Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:44.964Z] 8877c1bff136: Waiting [2026-07-06T10:20:44.964Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:44.964Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:44.964Z] f0b158dc2919: Layer already exists [2026-07-06T10:20:44.964Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:44.964Z] 7fce06c714ae: Layer already exists [2026-07-06T10:20:44.964Z] 143f8bf2348c: Layer already exists [2026-07-06T10:20:44.964Z] 8877c1bff136: Layer already exists [2026-07-06T10:20:44.964Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:44.964Z] latest: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:45.316Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:45.634Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.123 [2026-07-06T10:20:45.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-07-06T10:20:45.634Z] f0b158dc2919: Preparing [2026-07-06T10:20:45.634Z] 7fce06c714ae: Preparing [2026-07-06T10:20:45.634Z] e51a6ec754f1: Preparing [2026-07-06T10:20:45.634Z] 24bf5e419e49: Preparing [2026-07-06T10:20:45.634Z] 143f8bf2348c: Preparing [2026-07-06T10:20:45.634Z] 8877c1bff136: Preparing [2026-07-06T10:20:45.634Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:45.634Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:45.634Z] 8877c1bff136: Waiting [2026-07-06T10:20:45.634Z] 143f8bf2348c: Layer already exists [2026-07-06T10:20:45.634Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:45.634Z] 7fce06c714ae: Layer already exists [2026-07-06T10:20:45.634Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:45.634Z] f0b158dc2919: Layer already exists [2026-07-06T10:20:45.634Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:45.634Z] 8877c1bff136: Layer already exists [2026-07-06T10:20:45.634Z] 4.1.0-dev.123: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:45.969Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:46.322Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:46.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-07-06T10:20:46.322Z] f0b158dc2919: Preparing [2026-07-06T10:20:46.322Z] 7fce06c714ae: Preparing [2026-07-06T10:20:46.322Z] e51a6ec754f1: Preparing [2026-07-06T10:20:46.322Z] 24bf5e419e49: Preparing [2026-07-06T10:20:46.322Z] 143f8bf2348c: Preparing [2026-07-06T10:20:46.322Z] 8877c1bff136: Preparing [2026-07-06T10:20:46.322Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:46.322Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:46.322Z] 8877c1bff136: Waiting [2026-07-06T10:20:46.322Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:46.322Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:46.322Z] 143f8bf2348c: Layer already exists [2026-07-06T10:20:46.322Z] f0b158dc2919: Layer already exists [2026-07-06T10:20:46.322Z] 7fce06c714ae: Layer already exists [2026-07-06T10:20:46.322Z] 8877c1bff136: Layer already exists [2026-07-06T10:20:46.322Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:46.322Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:46.658Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:46.978Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2026-07-06T10:20:46.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-07-06T10:20:46.978Z] f0b158dc2919: Preparing [2026-07-06T10:20:46.978Z] 7fce06c714ae: Preparing [2026-07-06T10:20:46.978Z] e51a6ec754f1: Preparing [2026-07-06T10:20:46.978Z] 24bf5e419e49: Preparing [2026-07-06T10:20:46.978Z] 143f8bf2348c: Preparing [2026-07-06T10:20:46.978Z] 8877c1bff136: Preparing [2026-07-06T10:20:46.978Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:46.978Z] 8877c1bff136: Waiting [2026-07-06T10:20:46.978Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:46.978Z] f0b158dc2919: Layer already exists [2026-07-06T10:20:46.978Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:46.978Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:46.978Z] 7fce06c714ae: Layer already exists [2026-07-06T10:20:46.978Z] 143f8bf2348c: Layer already exists [2026-07-06T10:20:46.978Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:46.978Z] 8877c1bff136: Layer already exists [2026-07-06T10:20:46.978Z] main: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:20:47.052Z] ===================================================== [Pipeline] echo [2026-07-06T10:20:47.069Z] taggedImages: [2026-07-06T10:20:47.069Z] - nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:47.069Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-07-06T10:20:47.069Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.123 [2026-07-06T10:20:47.069Z] - nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:47.069Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2026-07-06T10:20:47.099Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2026-07-06T10:20:47.099Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:47.099Z] latest [2026-07-06T10:20:47.099Z] 4.1.0-dev.123 [2026-07-06T10:20:47.099Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:20:47.099Z] main [2026-07-06T10:20:47.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:47.567Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:47.914Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:20:47.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-07-06T10:20:47.914Z] 12d5ea920744: Preparing [2026-07-06T10:20:47.914Z] c49765be8b3d: Preparing [2026-07-06T10:20:47.914Z] e51a6ec754f1: Preparing [2026-07-06T10:20:47.914Z] 24bf5e419e49: Preparing [2026-07-06T10:20:47.914Z] 74754d1f5db1: Preparing [2026-07-06T10:20:47.914Z] ae1d406b3ec6: Preparing [2026-07-06T10:20:47.914Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:47.914Z] ae1d406b3ec6: Waiting [2026-07-06T10:20:47.914Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:47.914Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:47.914Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:47.914Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:57.967Z] 74754d1f5db1: Pushed [2026-07-06T10:20:57.967Z] 12d5ea920744: Pushed [2026-07-06T10:20:57.967Z] ae1d406b3ec6: Pushed [2026-07-06T10:20:57.967Z] c49765be8b3d: Pushed [2026-07-06T10:20:57.967Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:58.376Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:58.706Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-07-06T10:20:58.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-07-06T10:20:58.706Z] 12d5ea920744: Preparing [2026-07-06T10:20:58.706Z] c49765be8b3d: Preparing [2026-07-06T10:20:58.706Z] e51a6ec754f1: Preparing [2026-07-06T10:20:58.706Z] 24bf5e419e49: Preparing [2026-07-06T10:20:58.706Z] 74754d1f5db1: Preparing [2026-07-06T10:20:58.706Z] ae1d406b3ec6: Preparing [2026-07-06T10:20:58.706Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:58.706Z] ae1d406b3ec6: Waiting [2026-07-06T10:20:58.706Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:58.706Z] c49765be8b3d: Layer already exists [2026-07-06T10:20:58.706Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:58.706Z] 74754d1f5db1: Layer already exists [2026-07-06T10:20:58.706Z] 12d5ea920744: Layer already exists [2026-07-06T10:20:58.706Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:58.706Z] ae1d406b3ec6: Layer already exists [2026-07-06T10:20:58.706Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:58.706Z] latest: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:59.066Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:59.447Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.123 [2026-07-06T10:20:59.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-07-06T10:20:59.447Z] 12d5ea920744: Preparing [2026-07-06T10:20:59.447Z] c49765be8b3d: Preparing [2026-07-06T10:20:59.447Z] e51a6ec754f1: Preparing [2026-07-06T10:20:59.447Z] 24bf5e419e49: Preparing [2026-07-06T10:20:59.447Z] 74754d1f5db1: Preparing [2026-07-06T10:20:59.447Z] ae1d406b3ec6: Preparing [2026-07-06T10:20:59.447Z] 6f09edfb3f6d: Preparing [2026-07-06T10:20:59.447Z] 6f09edfb3f6d: Waiting [2026-07-06T10:20:59.447Z] ae1d406b3ec6: Waiting [2026-07-06T10:20:59.447Z] c49765be8b3d: Layer already exists [2026-07-06T10:20:59.447Z] 74754d1f5db1: Layer already exists [2026-07-06T10:20:59.447Z] 12d5ea920744: Layer already exists [2026-07-06T10:20:59.447Z] 24bf5e419e49: Layer already exists [2026-07-06T10:20:59.447Z] e51a6ec754f1: Layer already exists [2026-07-06T10:20:59.447Z] ae1d406b3ec6: Layer already exists [2026-07-06T10:20:59.447Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:20:59.447Z] 4.1.0-dev.123: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:20:59.798Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:21:00.132Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:21:00.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-07-06T10:21:00.132Z] 12d5ea920744: Preparing [2026-07-06T10:21:00.132Z] c49765be8b3d: Preparing [2026-07-06T10:21:00.132Z] e51a6ec754f1: Preparing [2026-07-06T10:21:00.132Z] 24bf5e419e49: Preparing [2026-07-06T10:21:00.132Z] 74754d1f5db1: Preparing [2026-07-06T10:21:00.132Z] ae1d406b3ec6: Preparing [2026-07-06T10:21:00.132Z] 6f09edfb3f6d: Preparing [2026-07-06T10:21:00.132Z] 6f09edfb3f6d: Waiting [2026-07-06T10:21:00.132Z] ae1d406b3ec6: Waiting [2026-07-06T10:21:00.132Z] 74754d1f5db1: Layer already exists [2026-07-06T10:21:00.132Z] c49765be8b3d: Layer already exists [2026-07-06T10:21:00.132Z] e51a6ec754f1: Layer already exists [2026-07-06T10:21:00.133Z] 12d5ea920744: Layer already exists [2026-07-06T10:21:00.133Z] 24bf5e419e49: Layer already exists [2026-07-06T10:21:00.133Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:21:00.133Z] ae1d406b3ec6: Layer already exists [2026-07-06T10:21:00.133Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:21:00.465Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T10:21:00.862Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-07-06T10:21:00.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-07-06T10:21:00.862Z] 12d5ea920744: Preparing [2026-07-06T10:21:00.862Z] c49765be8b3d: Preparing [2026-07-06T10:21:00.862Z] e51a6ec754f1: Preparing [2026-07-06T10:21:00.862Z] 24bf5e419e49: Preparing [2026-07-06T10:21:00.862Z] 74754d1f5db1: Preparing [2026-07-06T10:21:00.862Z] ae1d406b3ec6: Preparing [2026-07-06T10:21:00.862Z] 6f09edfb3f6d: Preparing [2026-07-06T10:21:00.862Z] 6f09edfb3f6d: Waiting [2026-07-06T10:21:00.862Z] ae1d406b3ec6: Waiting [2026-07-06T10:21:00.862Z] c49765be8b3d: Layer already exists [2026-07-06T10:21:00.862Z] 24bf5e419e49: Layer already exists [2026-07-06T10:21:00.862Z] 12d5ea920744: Layer already exists [2026-07-06T10:21:00.862Z] e51a6ec754f1: Layer already exists [2026-07-06T10:21:00.862Z] 74754d1f5db1: Layer already exists [2026-07-06T10:21:00.862Z] 6f09edfb3f6d: Layer already exists [2026-07-06T10:21:00.862Z] ae1d406b3ec6: Layer already exists [2026-07-06T10:21:00.862Z] main: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T10:21:00.934Z] ===================================================== [Pipeline] echo [2026-07-06T10:21:00.947Z] taggedImages: [2026-07-06T10:21:00.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T10:21:00.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-07-06T10:21:00.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.123 [2026-07-06T10:21:00.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T10:21:00.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-07-06T10:38:44.556Z] #144 ... [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-07-06T10:38:44.556Z] #154 DONE 1178.7s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:38:44.556Z] #37 ... [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:38:44.556Z] #155 DONE 0.3s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:38:44.556Z] #156 DONE 0.1s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-07-06T10:38:44.556Z] #157 DONE 0.3s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:38:44.556Z] #148 ... [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #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-07-06T10:38:44.556Z] #158 DONE 0.1s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #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-07-06T10:38:44.556Z] #159 DONE 0.1s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-07-06T10:38:44.556Z] #145 ... [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #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-07-06T10:38:44.556Z] #160 DONE 2.0s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #105 [core-common-config-bootstrapper] exporting to image [2026-07-06T10:38:44.556Z] #105 exporting layers [2026-07-06T10:38:44.556Z] #105 exporting layers 0.8s done [2026-07-06T10:38:44.556Z] #105 writing image sha256:7ee27415d2aab26f69fc1824c0741b57a988bd8546ed3844b53d31cc0ec94248 done [2026-07-06T10:38:44.556Z] #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 [2026-07-06T10:38:44.556Z] #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2026-07-06T10:38:44.556Z] #105 DONE 9.3s [2026-07-06T10:38:44.556Z] [2026-07-06T10:38:44.556Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:38:45.157Z] #144 ... [2026-07-06T10:38:45.157Z] [2026-07-06T10:38:45.157Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-07-06T10:38:45.157Z] #131 DONE 1190.4s [2026-07-06T10:38:45.436Z] [2026-07-06T10:38:45.436Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-07-06T10:38:45.707Z] #161 DONE 0.4s [2026-07-06T10:38:45.707Z] [2026-07-06T10:38:45.707Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-07-06T10:38:49.965Z] #162 DONE 4.2s [2026-07-06T10:38:49.965Z] [2026-07-06T10:38:49.965Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:38:49.965Z] #148 ... [2026-07-06T10:38:49.965Z] [2026-07-06T10:38:49.965Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:38:50.552Z] #163 DONE 0.3s [2026-07-06T10:38:50.552Z] [2026-07-06T10:38:50.552Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:38:50.552Z] #164 DONE 0.5s [2026-07-06T10:38:50.552Z] [2026-07-06T10:38:50.552Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:38:50.967Z] #144 ... [2026-07-06T10:38:50.967Z] [2026-07-06T10:38:50.967Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-07-06T10:38:50.967Z] #165 DONE 0.4s [2026-07-06T10:38:50.967Z] [2026-07-06T10:38:50.967Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-07-06T10:38:51.348Z] #166 DONE 0.1s [2026-07-06T10:38:51.348Z] [2026-07-06T10:38:51.348Z] #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-07-06T10:38:51.348Z] #167 DONE 0.1s [2026-07-06T10:38:51.348Z] [2026-07-06T10:38:51.348Z] #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-07-06T10:38:51.646Z] #168 DONE 0.2s [2026-07-06T10:38:51.646Z] [2026-07-06T10:38:51.646Z] #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-07-06T10:38:51.646Z] #169 DONE 0.1s [2026-07-06T10:38:51.646Z] [2026-07-06T10:38:51.646Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-07-06T10:38:51.646Z] #170 DONE 0.1s [2026-07-06T10:38:51.646Z] [2026-07-06T10:38:51.646Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:38:51.916Z] #37 ... [2026-07-06T10:38:51.916Z] [2026-07-06T10:38:51.916Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-07-06T10:38:54.677Z] #171 DONE 2.5s [2026-07-06T10:38:54.677Z] [2026-07-06T10:38:54.677Z] #105 [security-bootstrapper] exporting to image [2026-07-06T10:38:54.677Z] #105 exporting layers [2026-07-06T10:38:55.669Z] #105 exporting layers 1.1s done [2026-07-06T10:38:55.669Z] #105 writing image sha256:216003707d682b0970fbd5b8da3cd6151e70e950e414beb05a05fa2b84e8e38e done [2026-07-06T10:38:55.669Z] #105 naming to docker.io/library/security-bootstrapper-arm64 done [2026-07-06T10:38:55.669Z] #105 DONE 10.4s [2026-07-06T10:38:55.669Z] [2026-07-06T10:38:55.669Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:56:48.896Z] #144 ... [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-07-06T10:56:48.896Z] #146 DONE 2262.1s [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:56:48.896Z] #144 ... [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:56:48.896Z] #172 DONE 0.1s [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:56:48.896Z] #144 ... [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:56:48.896Z] #173 DONE 0.1s [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #147 [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-07-06T10:56:48.896Z] #147 ... [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-07-06T10:56:48.896Z] #174 DONE 0.5s [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:56:48.896Z] #175 DONE 0.1s [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #105 [core-command] exporting to image [2026-07-06T10:56:48.896Z] #105 exporting layers [2026-07-06T10:56:48.896Z] #105 exporting layers 2.9s done [2026-07-06T10:56:48.896Z] #105 writing image sha256:aca8d632c916dd38a68c93868c6f3e8b9d9ce2f3d44926365aaf3346d661cedd done [2026-07-06T10:56:48.896Z] #105 naming to docker.io/library/core-command-arm64 done [2026-07-06T10:56:48.896Z] #105 DONE 13.3s [2026-07-06T10:56:48.896Z] [2026-07-06T10:56:48.896Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:56:51.516Z] #144 ... [2026-07-06T10:56:51.516Z] [2026-07-06T10:56:51.516Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-07-06T10:56:51.516Z] #145 DONE 2276.6s [2026-07-06T10:56:51.516Z] [2026-07-06T10:56:51.516Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-07-06T10:56:52.491Z] #150 ... [2026-07-06T10:56:52.491Z] [2026-07-06T10:56:52.491Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:56:52.760Z] #176 DONE 0.3s [2026-07-06T10:56:52.760Z] [2026-07-06T10:56:52.760Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:56:53.050Z] #177 DONE 0.4s [2026-07-06T10:56:53.050Z] [2026-07-06T10:56:53.050Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:56:53.050Z] #149 ... [2026-07-06T10:56:53.050Z] [2026-07-06T10:56:53.050Z] #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-07-06T10:56:53.320Z] #178 DONE 0.3s [2026-07-06T10:56:53.320Z] [2026-07-06T10:56:53.320Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-07-06T10:56:53.586Z] #179 DONE 0.4s [2026-07-06T10:56:53.586Z] [2026-07-06T10:56:53.586Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-07-06T10:56:54.186Z] #180 DONE 0.5s [2026-07-06T10:56:54.186Z] [2026-07-06T10:56:54.186Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-07-06T10:56:54.186Z] #181 DONE 0.1s [2026-07-06T10:56:54.186Z] [2026-07-06T10:56:54.186Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-07-06T10:56:56.147Z] #182 DONE 2.0s [2026-07-06T10:56:56.147Z] [2026-07-06T10:56:56.147Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:56:56.418Z] #37 ... [2026-07-06T10:56:56.418Z] [2026-07-06T10:56:56.418Z] #105 [security-proxy-setup] exporting to image [2026-07-06T10:56:56.418Z] #105 exporting layers [2026-07-06T10:56:57.379Z] #105 exporting layers 0.9s done [2026-07-06T10:56:57.379Z] #105 writing image sha256:8e7d5f4faccac3eb8b592145eeed8c95626d1c436105b18468bbcd5c1478ac58 0.0s done [2026-07-06T10:56:57.379Z] #105 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2026-07-06T10:56:57.379Z] #105 DONE 14.3s [2026-07-06T10:56:57.379Z] [2026-07-06T10:56:57.379Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:56:59.958Z] #151 ... [2026-07-06T10:56:59.958Z] [2026-07-06T10:56:59.958Z] #147 [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-07-06T10:56:59.958Z] #147 2285.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-07-06T10:57:32.205Z] #147 DONE 2316.5s [2026-07-06T10:57:32.205Z] [2026-07-06T10:57:32.205Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:57:32.205Z] #149 ... [2026-07-06T10:57:32.205Z] [2026-07-06T10:57:32.205Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:57:32.205Z] #183 DONE 0.3s [2026-07-06T10:57:32.205Z] [2026-07-06T10:57:32.205Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:57:32.205Z] #184 DONE 0.2s [2026-07-06T10:57:32.205Z] [2026-07-06T10:57:32.205Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-07-06T10:57:32.474Z] #152 ... [2026-07-06T10:57:32.474Z] [2026-07-06T10:57:32.474Z] #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-07-06T10:57:32.474Z] #185 DONE 0.1s [2026-07-06T10:57:32.474Z] [2026-07-06T10:57:32.474Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:57:32.746Z] #151 ... [2026-07-06T10:57:32.746Z] [2026-07-06T10:57:32.746Z] #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-07-06T10:57:32.746Z] #186 DONE 0.1s [2026-07-06T10:57:32.746Z] [2026-07-06T10:57:32.746Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:57:33.012Z] #187 DONE 0.1s [2026-07-06T10:57:33.012Z] [2026-07-06T10:57:33.012Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-07-06T10:57:33.278Z] #188 DONE 0.4s [2026-07-06T10:57:33.278Z] [2026-07-06T10:57:33.278Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:57:33.278Z] #148 ... [2026-07-06T10:57:33.278Z] [2026-07-06T10:57:33.278Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-07-06T10:57:33.873Z] #189 DONE 0.5s [2026-07-06T10:57:33.873Z] [2026-07-06T10:57:33.873Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-07-06T10:57:34.141Z] #190 DONE 0.2s [2026-07-06T10:57:34.141Z] [2026-07-06T10:57:34.141Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-07-06T10:57:39.495Z] #191 DONE 5.7s [2026-07-06T10:57:39.495Z] [2026-07-06T10:57:39.495Z] #105 [security-secretstore-setup] exporting to image [2026-07-06T10:57:39.495Z] #105 exporting layers [2026-07-06T10:57:41.435Z] #105 exporting layers 1.6s done [2026-07-06T10:57:41.435Z] #105 writing image sha256:ef4980e824d73b45aeeab65acc3ea5d825f1879779a25f9f45070770e00be712 done [2026-07-06T10:57:41.435Z] #105 naming to docker.io/library/security-secretstore-setup-arm64 done [2026-07-06T10:57:41.435Z] #105 DONE 15.9s [2026-07-06T10:57:41.435Z] [2026-07-06T10:57:41.435Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-07-06T10:58:37.851Z] #152 ... [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-07-06T10:58:37.851Z] #150 DONE 2376.0s [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:58:37.851Z] #144 ... [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:58:37.851Z] #192 DONE 0.2s [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:58:37.851Z] #193 DONE 0.2s [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-07-06T10:58:37.851Z] #194 DONE 0.5s [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #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-07-06T10:58:37.851Z] #195 DONE 0.1s [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #105 [security-spiffe-token-provider] exporting to image [2026-07-06T10:58:37.851Z] #105 exporting layers [2026-07-06T10:58:37.851Z] #105 exporting layers 0.6s done [2026-07-06T10:58:37.851Z] #105 writing image sha256:19b7177d7c4592bbbcce78fc3e97c382eeec3804b87de75867834e908eb0e343 done [2026-07-06T10:58:37.851Z] #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2026-07-06T10:58:37.851Z] #105 DONE 16.5s [2026-07-06T10:58:37.851Z] [2026-07-06T10:58:37.851Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:59:10.084Z] #37 ... [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-07-06T10:59:10.084Z] #152 DONE 2413.5s [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:59:10.084Z] #144 ... [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:59:10.084Z] #196 DONE 0.1s [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:59:10.084Z] #197 DONE 0.1s [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-07-06T10:59:10.084Z] #198 DONE 0.5s [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-07-06T10:59:10.084Z] #199 DONE 0.1s [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:59:10.084Z] #149 ... [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-07-06T10:59:10.084Z] #200 DONE 0.1s [2026-07-06T10:59:10.084Z] [2026-07-06T10:59:10.084Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-07-06T10:59:12.047Z] #201 DONE 1.8s [2026-07-06T10:59:12.047Z] [2026-07-06T10:59:12.047Z] #105 [security-proxy-auth] exporting to image [2026-07-06T10:59:12.047Z] #105 exporting layers [2026-07-06T10:59:17.391Z] #105 exporting layers 4.9s done [2026-07-06T10:59:17.391Z] #105 writing image sha256:67ee6b5acd7c93d8a75b2a9617ed5bfc36de64505a77522bca2ec36daa24ef1f done [2026-07-06T10:59:17.391Z] #105 naming to docker.io/library/security-proxy-auth-arm64 done [2026-07-06T10:59:17.391Z] #105 DONE 21.5s [2026-07-06T10:59:17.391Z] [2026-07-06T10:59:17.391Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:59:19.328Z] #151 ... [2026-07-06T10:59:19.328Z] [2026-07-06T10:59:19.328Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-07-06T10:59:19.328Z] #148 DONE 2424.6s [2026-07-06T10:59:19.613Z] [2026-07-06T10:59:19.613Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:59:20.591Z] #149 ... [2026-07-06T10:59:20.591Z] [2026-07-06T10:59:20.591Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:59:20.856Z] #202 DONE 0.3s [2026-07-06T10:59:20.856Z] [2026-07-06T10:59:20.856Z] #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:59:21.133Z] #203 DONE 0.5s [2026-07-06T10:59:21.133Z] [2026-07-06T10:59:21.133Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-07-06T10:59:21.404Z] #204 ... [2026-07-06T10:59:21.404Z] [2026-07-06T10:59:21.404Z] #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-07-06T10:59:21.404Z] #144 DONE 2426.6s [2026-07-06T10:59:21.672Z] [2026-07-06T10:59:21.672Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-07-06T10:59:22.258Z] #204 DONE 1.0s [2026-07-06T10:59:22.258Z] [2026-07-06T10:59:22.258Z] #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:59:22.528Z] #205 DONE 0.2s [2026-07-06T10:59:22.528Z] [2026-07-06T10:59:22.528Z] #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:59:22.528Z] #50 ... [2026-07-06T10:59:22.528Z] [2026-07-06T10:59:22.528Z] #105 [core-data] exporting to image [2026-07-06T10:59:22.528Z] #105 exporting layers [2026-07-06T10:59:22.794Z] #105 ... [2026-07-06T10:59:22.794Z] [2026-07-06T10:59:22.794Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:59:22.794Z] #206 DONE 0.4s [2026-07-06T10:59:23.061Z] [2026-07-06T10:59:23.061Z] #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-07-06T10:59:23.650Z] #207 DONE 0.7s [2026-07-06T10:59:23.650Z] [2026-07-06T10:59:23.650Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-07-06T10:59:23.650Z] #153 ... [2026-07-06T10:59:23.650Z] [2026-07-06T10:59:23.650Z] #105 [core-data] exporting to image [2026-07-06T10:59:23.650Z] #105 exporting layers 1.1s done [2026-07-06T10:59:23.650Z] #105 writing image sha256:3681ea7e5f25ab3e0334518a754a79ecb8f2886076174d5b2958972797d06fe9 done [2026-07-06T10:59:23.650Z] #105 naming to docker.io/library/core-data-arm64 done [2026-07-06T10:59:23.650Z] #105 DONE 22.6s [2026-07-06T10:59:23.650Z] [2026-07-06T10:59:23.650Z] #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:59:23.917Z] #208 DONE 0.1s [2026-07-06T10:59:23.917Z] [2026-07-06T10:59:23.917Z] #105 [core-keeper] exporting to image [2026-07-06T10:59:24.185Z] #105 exporting layers 0.6s done [2026-07-06T10:59:24.451Z] #105 writing image sha256:96fcba1bea67507c783262c4a6530be4bd90c8f144c168411e0a8aff80a62923 done [2026-07-06T10:59:24.451Z] #105 naming to docker.io/library/core-keeper-arm64 done [2026-07-06T10:59:24.451Z] #105 DONE 23.2s [2026-07-06T10:59:24.451Z] [2026-07-06T10:59:24.451Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-07-06T10:59:25.868Z] #149 DONE 2431.1s [2026-07-06T10:59:25.868Z] [2026-07-06T10:59:25.868Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T10:59:26.842Z] #151 ... [2026-07-06T10:59:26.842Z] [2026-07-06T10:59:26.842Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:59:26.842Z] #209 DONE 0.1s [2026-07-06T10:59:26.842Z] [2026-07-06T10:59:26.842Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:59:26.842Z] #210 DONE 0.1s [2026-07-06T10:59:26.842Z] [2026-07-06T10:59:26.842Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-07-06T10:59:26.842Z] #153 ... [2026-07-06T10:59:26.842Z] [2026-07-06T10:59:26.842Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-07-06T10:59:27.438Z] #211 DONE 0.4s [2026-07-06T10:59:27.438Z] [2026-07-06T10:59:27.438Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:59:27.438Z] #37 ... [2026-07-06T10:59:27.438Z] [2026-07-06T10:59:27.438Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-07-06T10:59:27.438Z] #212 DONE 0.2s [2026-07-06T10:59:27.438Z] [2026-07-06T10:59:27.438Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-07-06T10:59:27.714Z] #213 DONE 0.1s [2026-07-06T10:59:27.714Z] [2026-07-06T10:59:27.714Z] #105 [core-metadata] exporting to image [2026-07-06T10:59:30.291Z] #105 exporting layers 2.3s done [2026-07-06T10:59:30.291Z] #105 writing image sha256:7d3eb326ddf607bfafb372c9fe18829f1630672ad99c46167ebc2d6b849715d9 done [2026-07-06T10:59:30.291Z] #105 naming to docker.io/library/core-metadata-arm64 done [2026-07-06T10:59:30.291Z] #105 DONE 25.5s [2026-07-06T10:59:30.291Z] [2026-07-06T10:59:30.291Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-07-06T10:59:52.341Z] #153 DONE 2457.7s [2026-07-06T10:59:52.341Z] [2026-07-06T10:59:52.341Z] #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T10:59:52.933Z] #50 ... [2026-07-06T10:59:52.933Z] [2026-07-06T10:59:52.933Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T10:59:52.933Z] #214 DONE 0.1s [2026-07-06T10:59:52.933Z] [2026-07-06T10:59:52.933Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T10:59:53.203Z] #37 ... [2026-07-06T10:59:53.203Z] [2026-07-06T10:59:53.203Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T10:59:53.469Z] #215 DONE 0.1s [2026-07-06T10:59:53.469Z] [2026-07-06T10:59:53.469Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-07-06T10:59:53.735Z] #216 DONE 0.5s [2026-07-06T10:59:53.735Z] [2026-07-06T10:59:53.735Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-07-06T10:59:54.001Z] #217 DONE 0.1s [2026-07-06T10:59:54.001Z] [2026-07-06T10:59:54.001Z] #105 [support-scheduler] exporting to image [2026-07-06T10:59:54.001Z] #105 exporting layers [2026-07-06T10:59:54.965Z] #105 exporting layers 1.0s done [2026-07-06T10:59:54.965Z] #105 writing image sha256:61c92f6e70d0477e03413476207098a5125fa62a047acd39d8725859bc33cb34 done [2026-07-06T10:59:54.965Z] #105 naming to docker.io/library/support-scheduler-arm64 done [2026-07-06T10:59:54.965Z] #105 DONE 26.5s [2026-07-06T10:59:54.965Z] [2026-07-06T10:59:54.965Z] #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T11:00:01.627Z] #50 ... [2026-07-06T11:00:01.627Z] [2026-07-06T11:00:01.627Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-07-06T11:00:01.627Z] #151 DONE 2466.7s [2026-07-06T11:00:01.627Z] [2026-07-06T11:00:01.627Z] #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-07-06T11:00:01.627Z] #37 ... [2026-07-06T11:00:01.627Z] [2026-07-06T11:00:01.627Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-07-06T11:00:01.627Z] #218 DONE 0.1s [2026-07-06T11:00:01.892Z] [2026-07-06T11:00:01.892Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-07-06T11:00:01.892Z] #219 DONE 0.1s [2026-07-06T11:00:01.892Z] [2026-07-06T11:00:01.892Z] #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T11:00:01.893Z] #50 ... [2026-07-06T11:00:01.893Z] [2026-07-06T11:00:01.893Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-07-06T11:00:02.521Z] #220 DONE 0.5s [2026-07-06T11:00:02.521Z] [2026-07-06T11:00:02.521Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-07-06T11:00:02.832Z] #221 DONE 0.1s [2026-07-06T11:00:02.832Z] [2026-07-06T11:00:02.833Z] #105 [support-notifications] exporting to image [2026-07-06T11:00:02.833Z] #105 exporting layers [2026-07-06T11:00:03.422Z] #105 exporting layers 0.7s done [2026-07-06T11:00:03.422Z] #105 writing image sha256:f1442ba1d06b2426c429944fedeed1c8f2ba702e98600211e66f41b70cb69ec2 done [2026-07-06T11:00:03.422Z] #105 naming to docker.io/library/support-notifications-arm64 done [2026-07-06T11:00:03.422Z] #105 DONE 27.3s [2026-07-06T11:00:03.422Z] [2026-07-06T11:00:03.422Z] #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-07-06T11:00:03.422Z] time="2026-07-06T10:16:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-07-06T11:00:03.438Z] $ docker stop --time=1 8de33505c520809ab0b0568ff9003e60198dbbc343ec9e62d8bf7f2d8b732f89 [2026-07-06T11:00:05.109Z] $ docker rm -f --volumes 8de33505c520809ab0b0568ff9003e60198dbbc343ec9e62d8bf7f2d8b732f89 [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-06T11:00:05.655Z] + docker images [2026-07-06T11:00:05.655Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-07-06T11:00:05.655Z] support-notifications-arm64 latest f1442ba1d06b 3 seconds ago 56.8MB [2026-07-06T11:00:05.655Z] support-scheduler-arm64 latest 61c92f6e70d0 12 seconds ago 53MB [2026-07-06T11:00:05.655Z] core-metadata-arm64 latest 7d3eb326ddf6 38 seconds ago 48.8MB [2026-07-06T11:00:05.655Z] core-keeper-arm64 latest 96fcba1bea67 42 seconds ago 48.5MB [2026-07-06T11:00:05.655Z] core-data-arm64 latest 3681ea7e5f25 43 seconds ago 48.7MB [2026-07-06T11:00:05.655Z] security-proxy-auth-arm64 latest 67ee6b5acd7c 54 seconds ago 47.9MB [2026-07-06T11:00:05.655Z] security-spiffe-token-provider-arm64 latest 19b7177d7c45 About a minute ago 52.5MB [2026-07-06T11:00:05.655Z] security-secretstore-setup-arm64 latest ef4980e824d7 2 minutes ago 86.9MB [2026-07-06T11:00:05.655Z] security-proxy-setup-arm64 latest 8e7d5f4facca 3 minutes ago 53.4MB [2026-07-06T11:00:05.655Z] core-command-arm64 latest aca8d632c916 3 minutes ago 43.2MB [2026-07-06T11:00:05.655Z] security-bootstrapper-arm64 latest 216003707d68 21 minutes ago 21.3MB [2026-07-06T11:00:05.655Z] core-common-config-bootstrapper-arm64 latest 7ee27415d2aa 21 minutes ago 20.2MB [2026-07-06T11:00:05.655Z] security-spire-agent-arm64 latest ea243bd6ab76 42 minutes ago 219MB [2026-07-06T11:00:05.655Z] security-spire-server-arm64 latest 52a9480b1e82 42 minutes ago 163MB [2026-07-06T11:00:05.655Z] security-spire-config-arm64 latest 7b902eaa40c6 42 minutes ago 162MB [2026-07-06T11:00:05.655Z] ci-base-image-arm64 latest ecfdf7f832bf 44 minutes ago 909MB [2026-07-06T11:00:05.655Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 8 months ago 564MB [2026-07-06T11:00:05.655Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 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-07-06T11:00:05.867Z] provisioning config files... [2026-07-06T11:00:05.895Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config13916972484133462104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:00:06.256Z] ---> ****-login.sh [2026-07-06T11:00:06.256Z] nexus3.edgexfoundry.org:10001 [2026-07-06T11:00:06.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T11:00:06.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T11:00:06.529Z] Configure a credential helper to remove this warning. See [2026-07-06T11:00:06.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T11:00:06.529Z] [2026-07-06T11:00:06.529Z] Login Succeeded [2026-07-06T11:00:06.529Z] nexus3.edgexfoundry.org:10002 [2026-07-06T11:00:06.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T11:00:06.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T11:00:06.805Z] Configure a credential helper to remove this warning. See [2026-07-06T11:00:06.805Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T11:00:06.805Z] [2026-07-06T11:00:06.805Z] Login Succeeded [2026-07-06T11:00:06.805Z] nexus3.edgexfoundry.org:10003 [2026-07-06T11:00:07.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T11:00:07.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T11:00:07.342Z] Configure a credential helper to remove this warning. See [2026-07-06T11:00:07.342Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T11:00:07.342Z] [2026-07-06T11:00:07.342Z] Login Succeeded [2026-07-06T11:00:07.342Z] nexus3.edgexfoundry.org:10004 [2026-07-06T11:00:07.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T11:00:07.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T11:00:07.608Z] Configure a credential helper to remove this warning. See [2026-07-06T11:00:07.608Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T11:00:07.608Z] [2026-07-06T11:00:07.608Z] Login Succeeded [2026-07-06T11:00:07.608Z] ****.io [2026-07-06T11:00:07.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-06T11:00:08.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-06T11:00:08.139Z] Configure a credential helper to remove this warning. See [2026-07-06T11:00:08.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-06T11:00:08.139Z] [2026-07-06T11:00:08.139Z] Login Succeeded [2026-07-06T11:00:08.140Z] ---> ****-login.sh ends [Pipeline] } [2026-07-06T11:00:08.151Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:00:08.208Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-06T11:00:08.251Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2026-07-06T11:00:08.251Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:08.251Z] latest [2026-07-06T11:00:08.251Z] 4.1.0-dev.123 [2026-07-06T11:00:08.251Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:08.251Z] main [2026-07-06T11:00:08.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:08.673Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:09.052Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:09.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-07-06T11:00:09.052Z] 2f1830476d5c: Preparing [2026-07-06T11:00:09.052Z] cf22b2a1b054: Preparing [2026-07-06T11:00:09.052Z] e35be0f10a02: Preparing [2026-07-06T11:00:09.052Z] 874851a1299c: Preparing [2026-07-06T11:00:09.052Z] f86bc0851eea: Preparing [2026-07-06T11:00:09.052Z] 8e398e524b89: Preparing [2026-07-06T11:00:09.052Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:09.052Z] 8e398e524b89: Waiting [2026-07-06T11:00:09.052Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:09.318Z] 2f1830476d5c: Pushed [2026-07-06T11:00:09.318Z] f86bc0851eea: Pushed [2026-07-06T11:00:09.318Z] e35be0f10a02: Pushed [2026-07-06T11:00:09.318Z] 874851a1299c: Pushed [2026-07-06T11:00:09.318Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:09.318Z] 8e398e524b89: Pushed [2026-07-06T11:00:17.508Z] cf22b2a1b054: Pushed [2026-07-06T11:00:17.508Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:17.875Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:18.234Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-07-06T11:00:18.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-07-06T11:00:18.234Z] 2f1830476d5c: Preparing [2026-07-06T11:00:18.234Z] cf22b2a1b054: Preparing [2026-07-06T11:00:18.234Z] e35be0f10a02: Preparing [2026-07-06T11:00:18.234Z] 874851a1299c: Preparing [2026-07-06T11:00:18.234Z] f86bc0851eea: Preparing [2026-07-06T11:00:18.234Z] 8e398e524b89: Preparing [2026-07-06T11:00:18.234Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:18.234Z] 8e398e524b89: Waiting [2026-07-06T11:00:18.234Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:18.234Z] 874851a1299c: Layer already exists [2026-07-06T11:00:18.234Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:18.234Z] 2f1830476d5c: Layer already exists [2026-07-06T11:00:18.234Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:18.234Z] cf22b2a1b054: Layer already exists [2026-07-06T11:00:18.234Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:18.234Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:18.503Z] latest: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:18.869Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:19.241Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.123 [2026-07-06T11:00:19.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-07-06T11:00:19.241Z] 2f1830476d5c: Preparing [2026-07-06T11:00:19.241Z] cf22b2a1b054: Preparing [2026-07-06T11:00:19.241Z] e35be0f10a02: Preparing [2026-07-06T11:00:19.241Z] 874851a1299c: Preparing [2026-07-06T11:00:19.241Z] f86bc0851eea: Preparing [2026-07-06T11:00:19.241Z] 8e398e524b89: Preparing [2026-07-06T11:00:19.241Z] 8e398e524b89: Waiting [2026-07-06T11:00:19.241Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:19.241Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:19.241Z] cf22b2a1b054: Layer already exists [2026-07-06T11:00:19.241Z] 2f1830476d5c: Layer already exists [2026-07-06T11:00:19.241Z] 874851a1299c: Layer already exists [2026-07-06T11:00:19.241Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:19.241Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:19.241Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:19.241Z] 4.1.0-dev.123: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:19.597Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:19.971Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:19.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-07-06T11:00:19.971Z] 2f1830476d5c: Preparing [2026-07-06T11:00:19.971Z] cf22b2a1b054: Preparing [2026-07-06T11:00:19.971Z] e35be0f10a02: Preparing [2026-07-06T11:00:19.971Z] 874851a1299c: Preparing [2026-07-06T11:00:19.971Z] f86bc0851eea: Preparing [2026-07-06T11:00:19.971Z] 8e398e524b89: Preparing [2026-07-06T11:00:19.971Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:19.971Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:19.971Z] 8e398e524b89: Waiting [2026-07-06T11:00:19.971Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:19.971Z] 874851a1299c: Layer already exists [2026-07-06T11:00:19.971Z] cf22b2a1b054: Layer already exists [2026-07-06T11:00:19.971Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:19.971Z] 2f1830476d5c: Layer already exists [2026-07-06T11:00:19.971Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:19.971Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:19.971Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:20.338Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:20.701Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2026-07-06T11:00:20.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-07-06T11:00:20.701Z] 2f1830476d5c: Preparing [2026-07-06T11:00:20.701Z] cf22b2a1b054: Preparing [2026-07-06T11:00:20.701Z] e35be0f10a02: Preparing [2026-07-06T11:00:20.701Z] 874851a1299c: Preparing [2026-07-06T11:00:20.701Z] f86bc0851eea: Preparing [2026-07-06T11:00:20.701Z] 8e398e524b89: Preparing [2026-07-06T11:00:20.701Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:20.701Z] 8e398e524b89: Waiting [2026-07-06T11:00:20.701Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:20.701Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:20.701Z] cf22b2a1b054: Layer already exists [2026-07-06T11:00:20.701Z] 2f1830476d5c: Layer already exists [2026-07-06T11:00:20.701Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:20.701Z] 874851a1299c: Layer already exists [2026-07-06T11:00:20.701Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:20.701Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:20.967Z] main: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:00:21.078Z] ===================================================== [Pipeline] echo [2026-07-06T11:00:21.096Z] taggedImages: [2026-07-06T11:00:21.096Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:21.096Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-07-06T11:00:21.096Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.123 [2026-07-06T11:00:21.096Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:21.096Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-07-06T11:00:21.121Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2026-07-06T11:00:21.122Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:21.122Z] latest [2026-07-06T11:00:21.122Z] 4.1.0-dev.123 [2026-07-06T11:00:21.122Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:21.122Z] main [2026-07-06T11:00:21.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:21.517Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:21.890Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:21.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-07-06T11:00:21.890Z] 78377dd94fae: Preparing [2026-07-06T11:00:21.890Z] 203d6b42f3b0: Preparing [2026-07-06T11:00:21.890Z] 582283971c39: Preparing [2026-07-06T11:00:21.890Z] 10590e2bc7ca: Preparing [2026-07-06T11:00:21.890Z] e35be0f10a02: Preparing [2026-07-06T11:00:21.890Z] 874851a1299c: Preparing [2026-07-06T11:00:21.890Z] f86bc0851eea: Preparing [2026-07-06T11:00:21.890Z] 8e398e524b89: Preparing [2026-07-06T11:00:21.890Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:21.890Z] 874851a1299c: Waiting [2026-07-06T11:00:21.890Z] f86bc0851eea: Waiting [2026-07-06T11:00:21.890Z] 8e398e524b89: Waiting [2026-07-06T11:00:21.890Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:21.890Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:22.157Z] 874851a1299c: Layer already exists [2026-07-06T11:00:22.157Z] 203d6b42f3b0: Pushed [2026-07-06T11:00:22.157Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:22.157Z] 582283971c39: Pushed [2026-07-06T11:00:22.157Z] 78377dd94fae: Pushed [2026-07-06T11:00:22.157Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:22.157Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:24.724Z] 10590e2bc7ca: Pushed [2026-07-06T11:00:26.123Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:26.489Z] + 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-07-06T11:00:26.857Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-07-06T11:00:26.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-07-06T11:00:26.857Z] 78377dd94fae: Preparing [2026-07-06T11:00:26.857Z] 203d6b42f3b0: Preparing [2026-07-06T11:00:26.857Z] 582283971c39: Preparing [2026-07-06T11:00:26.857Z] 10590e2bc7ca: Preparing [2026-07-06T11:00:26.857Z] e35be0f10a02: Preparing [2026-07-06T11:00:26.857Z] 874851a1299c: Preparing [2026-07-06T11:00:26.857Z] f86bc0851eea: Preparing [2026-07-06T11:00:26.857Z] 8e398e524b89: Preparing [2026-07-06T11:00:26.857Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:26.857Z] 874851a1299c: Waiting [2026-07-06T11:00:26.857Z] f86bc0851eea: Waiting [2026-07-06T11:00:26.857Z] 8e398e524b89: Waiting [2026-07-06T11:00:26.857Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:26.857Z] 78377dd94fae: Layer already exists [2026-07-06T11:00:26.857Z] 10590e2bc7ca: Layer already exists [2026-07-06T11:00:26.857Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:26.857Z] 582283971c39: Layer already exists [2026-07-06T11:00:26.857Z] 203d6b42f3b0: Layer already exists [2026-07-06T11:00:26.857Z] 874851a1299c: Layer already exists [2026-07-06T11:00:26.857Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:26.857Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:26.857Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:26.857Z] latest: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:27.499Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:27.878Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.123 [2026-07-06T11:00:27.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-07-06T11:00:27.878Z] 78377dd94fae: Preparing [2026-07-06T11:00:27.878Z] 203d6b42f3b0: Preparing [2026-07-06T11:00:27.878Z] 582283971c39: Preparing [2026-07-06T11:00:27.878Z] 10590e2bc7ca: Preparing [2026-07-06T11:00:27.878Z] e35be0f10a02: Preparing [2026-07-06T11:00:27.878Z] 874851a1299c: Preparing [2026-07-06T11:00:27.878Z] f86bc0851eea: Preparing [2026-07-06T11:00:27.878Z] 8e398e524b89: Preparing [2026-07-06T11:00:27.878Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:27.878Z] 874851a1299c: Waiting [2026-07-06T11:00:27.878Z] f86bc0851eea: Waiting [2026-07-06T11:00:27.878Z] 8e398e524b89: Waiting [2026-07-06T11:00:27.878Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:27.878Z] 10590e2bc7ca: Layer already exists [2026-07-06T11:00:27.878Z] 203d6b42f3b0: Layer already exists [2026-07-06T11:00:27.878Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:27.878Z] 78377dd94fae: Layer already exists [2026-07-06T11:00:27.878Z] 582283971c39: Layer already exists [2026-07-06T11:00:27.878Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:27.878Z] 874851a1299c: Layer already exists [2026-07-06T11:00:27.878Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:27.878Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:27.878Z] 4.1.0-dev.123: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:28.570Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:28.932Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:28.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-07-06T11:00:28.932Z] 78377dd94fae: Preparing [2026-07-06T11:00:28.932Z] 203d6b42f3b0: Preparing [2026-07-06T11:00:28.932Z] 582283971c39: Preparing [2026-07-06T11:00:28.932Z] 10590e2bc7ca: Preparing [2026-07-06T11:00:28.932Z] e35be0f10a02: Preparing [2026-07-06T11:00:28.932Z] 874851a1299c: Preparing [2026-07-06T11:00:28.932Z] f86bc0851eea: Preparing [2026-07-06T11:00:28.932Z] 8e398e524b89: Preparing [2026-07-06T11:00:28.932Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:28.932Z] f86bc0851eea: Waiting [2026-07-06T11:00:28.932Z] 8e398e524b89: Waiting [2026-07-06T11:00:28.932Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:28.932Z] 874851a1299c: Waiting [2026-07-06T11:00:28.932Z] 203d6b42f3b0: Layer already exists [2026-07-06T11:00:28.932Z] 78377dd94fae: Layer already exists [2026-07-06T11:00:28.932Z] 10590e2bc7ca: Layer already exists [2026-07-06T11:00:28.932Z] 582283971c39: Layer already exists [2026-07-06T11:00:28.932Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:28.932Z] 874851a1299c: Layer already exists [2026-07-06T11:00:28.932Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:28.932Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:28.932Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:28.932Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:29.559Z] + 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-07-06T11:00:29.910Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2026-07-06T11:00:29.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-07-06T11:00:29.910Z] 78377dd94fae: Preparing [2026-07-06T11:00:29.910Z] 203d6b42f3b0: Preparing [2026-07-06T11:00:29.910Z] 582283971c39: Preparing [2026-07-06T11:00:29.910Z] 10590e2bc7ca: Preparing [2026-07-06T11:00:29.910Z] e35be0f10a02: Preparing [2026-07-06T11:00:29.910Z] 874851a1299c: Preparing [2026-07-06T11:00:29.910Z] f86bc0851eea: Preparing [2026-07-06T11:00:29.910Z] 8e398e524b89: Preparing [2026-07-06T11:00:29.910Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:29.910Z] 874851a1299c: Waiting [2026-07-06T11:00:29.910Z] f86bc0851eea: Waiting [2026-07-06T11:00:29.910Z] 8e398e524b89: Waiting [2026-07-06T11:00:29.910Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:29.910Z] 582283971c39: Layer already exists [2026-07-06T11:00:29.910Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:29.910Z] 78377dd94fae: Layer already exists [2026-07-06T11:00:29.910Z] 203d6b42f3b0: Layer already exists [2026-07-06T11:00:29.910Z] 10590e2bc7ca: Layer already exists [2026-07-06T11:00:29.910Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:29.910Z] 874851a1299c: Layer already exists [2026-07-06T11:00:29.910Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:29.910Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:30.177Z] main: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:00:30.286Z] ===================================================== [Pipeline] echo [2026-07-06T11:00:30.309Z] taggedImages: [2026-07-06T11:00:30.309Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:30.309Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-07-06T11:00:30.309Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.123 [2026-07-06T11:00:30.309Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:30.309Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-07-06T11:00:30.342Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2026-07-06T11:00:30.342Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:30.342Z] latest [2026-07-06T11:00:30.342Z] 4.1.0-dev.123 [2026-07-06T11:00:30.342Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:30.342Z] main [2026-07-06T11:00:30.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:30.726Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:31.093Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:31.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-07-06T11:00:31.093Z] 3049552f0673: Preparing [2026-07-06T11:00:31.093Z] f7e2ab2abc2b: Preparing [2026-07-06T11:00:31.093Z] e35be0f10a02: Preparing [2026-07-06T11:00:31.093Z] 874851a1299c: Preparing [2026-07-06T11:00:31.093Z] 2186c5fa4810: Preparing [2026-07-06T11:00:31.093Z] 4fae4b470f47: Preparing [2026-07-06T11:00:31.093Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:31.093Z] 4fae4b470f47: Waiting [2026-07-06T11:00:31.093Z] 874851a1299c: Layer already exists [2026-07-06T11:00:31.093Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:31.357Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:31.357Z] 2186c5fa4810: Pushed [2026-07-06T11:00:31.357Z] 3049552f0673: Pushed [2026-07-06T11:00:31.357Z] 4fae4b470f47: Pushed [2026-07-06T11:00:39.540Z] f7e2ab2abc2b: Pushed [2026-07-06T11:00:39.540Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:39.904Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:40.269Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-07-06T11:00:40.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-07-06T11:00:40.269Z] 3049552f0673: Preparing [2026-07-06T11:00:40.269Z] f7e2ab2abc2b: Preparing [2026-07-06T11:00:40.269Z] e35be0f10a02: Preparing [2026-07-06T11:00:40.269Z] 874851a1299c: Preparing [2026-07-06T11:00:40.269Z] 2186c5fa4810: Preparing [2026-07-06T11:00:40.269Z] 4fae4b470f47: Preparing [2026-07-06T11:00:40.269Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:40.269Z] 4fae4b470f47: Waiting [2026-07-06T11:00:40.269Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:40.269Z] 874851a1299c: Layer already exists [2026-07-06T11:00:40.269Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:40.269Z] 2186c5fa4810: Layer already exists [2026-07-06T11:00:40.269Z] 3049552f0673: Layer already exists [2026-07-06T11:00:40.269Z] f7e2ab2abc2b: Layer already exists [2026-07-06T11:00:40.269Z] 4fae4b470f47: Layer already exists [2026-07-06T11:00:40.269Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:40.536Z] latest: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:40.911Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:41.276Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.123 [2026-07-06T11:00:41.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-07-06T11:00:41.276Z] 3049552f0673: Preparing [2026-07-06T11:00:41.276Z] f7e2ab2abc2b: Preparing [2026-07-06T11:00:41.276Z] e35be0f10a02: Preparing [2026-07-06T11:00:41.276Z] 874851a1299c: Preparing [2026-07-06T11:00:41.276Z] 2186c5fa4810: Preparing [2026-07-06T11:00:41.276Z] 4fae4b470f47: Preparing [2026-07-06T11:00:41.276Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:41.276Z] 4fae4b470f47: Waiting [2026-07-06T11:00:41.276Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:41.276Z] 3049552f0673: Layer already exists [2026-07-06T11:00:41.276Z] 2186c5fa4810: Layer already exists [2026-07-06T11:00:41.276Z] 874851a1299c: Layer already exists [2026-07-06T11:00:41.276Z] f7e2ab2abc2b: Layer already exists [2026-07-06T11:00:41.276Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:41.276Z] 4fae4b470f47: Layer already exists [2026-07-06T11:00:41.276Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:41.276Z] 4.1.0-dev.123: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:41.907Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:42.267Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:42.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-07-06T11:00:42.268Z] 3049552f0673: Preparing [2026-07-06T11:00:42.268Z] f7e2ab2abc2b: Preparing [2026-07-06T11:00:42.268Z] e35be0f10a02: Preparing [2026-07-06T11:00:42.268Z] 874851a1299c: Preparing [2026-07-06T11:00:42.268Z] 2186c5fa4810: Preparing [2026-07-06T11:00:42.268Z] 4fae4b470f47: Preparing [2026-07-06T11:00:42.268Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:42.268Z] 4fae4b470f47: Waiting [2026-07-06T11:00:42.268Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:42.268Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:42.268Z] f7e2ab2abc2b: Layer already exists [2026-07-06T11:00:42.268Z] 2186c5fa4810: Layer already exists [2026-07-06T11:00:42.268Z] 3049552f0673: Layer already exists [2026-07-06T11:00:42.268Z] 874851a1299c: Layer already exists [2026-07-06T11:00:42.268Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:42.268Z] 4fae4b470f47: Layer already exists [2026-07-06T11:00:42.532Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:42.895Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:43.263Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2026-07-06T11:00:43.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-07-06T11:00:43.263Z] 3049552f0673: Preparing [2026-07-06T11:00:43.263Z] f7e2ab2abc2b: Preparing [2026-07-06T11:00:43.263Z] e35be0f10a02: Preparing [2026-07-06T11:00:43.263Z] 874851a1299c: Preparing [2026-07-06T11:00:43.263Z] 2186c5fa4810: Preparing [2026-07-06T11:00:43.263Z] 4fae4b470f47: Preparing [2026-07-06T11:00:43.263Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:43.263Z] 4fae4b470f47: Waiting [2026-07-06T11:00:43.263Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:43.263Z] 874851a1299c: Layer already exists [2026-07-06T11:00:43.263Z] f7e2ab2abc2b: Layer already exists [2026-07-06T11:00:43.263Z] 3049552f0673: Layer already exists [2026-07-06T11:00:43.263Z] 2186c5fa4810: Layer already exists [2026-07-06T11:00:43.263Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:43.263Z] 4fae4b470f47: Layer already exists [2026-07-06T11:00:43.263Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:43.527Z] main: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:00:43.625Z] ===================================================== [Pipeline] echo [2026-07-06T11:00:43.641Z] taggedImages: [2026-07-06T11:00:43.641Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:43.641Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-07-06T11:00:43.641Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.123 [2026-07-06T11:00:43.641Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:43.641Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-07-06T11:00:43.668Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2026-07-06T11:00:43.668Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:43.668Z] latest [2026-07-06T11:00:43.668Z] 4.1.0-dev.123 [2026-07-06T11:00:43.668Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:43.668Z] main [2026-07-06T11:00:43.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:44.056Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:44.415Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:44.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-07-06T11:00:44.415Z] a6540809b373: Preparing [2026-07-06T11:00:44.415Z] aceac1a49f67: Preparing [2026-07-06T11:00:44.415Z] 874851a1299c: Preparing [2026-07-06T11:00:44.415Z] c76d515acc3c: Preparing [2026-07-06T11:00:44.415Z] cd75386c9833: Preparing [2026-07-06T11:00:44.416Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:44.416Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:44.416Z] 874851a1299c: Layer already exists [2026-07-06T11:00:44.680Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:44.680Z] cd75386c9833: Pushed [2026-07-06T11:00:44.680Z] c76d515acc3c: Pushed [2026-07-06T11:00:44.680Z] a6540809b373: Pushed [2026-07-06T11:00:52.869Z] aceac1a49f67: Pushed [2026-07-06T11:00:52.869Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:53.230Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:53.604Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-07-06T11:00:53.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-07-06T11:00:53.604Z] a6540809b373: Preparing [2026-07-06T11:00:53.604Z] aceac1a49f67: Preparing [2026-07-06T11:00:53.604Z] 874851a1299c: Preparing [2026-07-06T11:00:53.604Z] c76d515acc3c: Preparing [2026-07-06T11:00:53.604Z] cd75386c9833: Preparing [2026-07-06T11:00:53.604Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:53.604Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:53.604Z] cd75386c9833: Layer already exists [2026-07-06T11:00:53.604Z] 874851a1299c: Layer already exists [2026-07-06T11:00:53.604Z] c76d515acc3c: Layer already exists [2026-07-06T11:00:53.604Z] a6540809b373: Layer already exists [2026-07-06T11:00:53.604Z] aceac1a49f67: Layer already exists [2026-07-06T11:00:53.604Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:53.604Z] latest: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:53.987Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:54.352Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.123 [2026-07-06T11:00:54.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-07-06T11:00:54.352Z] a6540809b373: Preparing [2026-07-06T11:00:54.352Z] aceac1a49f67: Preparing [2026-07-06T11:00:54.352Z] 874851a1299c: Preparing [2026-07-06T11:00:54.352Z] c76d515acc3c: Preparing [2026-07-06T11:00:54.352Z] cd75386c9833: Preparing [2026-07-06T11:00:54.352Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:54.352Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:54.352Z] cd75386c9833: Layer already exists [2026-07-06T11:00:54.352Z] a6540809b373: Layer already exists [2026-07-06T11:00:54.352Z] 874851a1299c: Layer already exists [2026-07-06T11:00:54.352Z] c76d515acc3c: Layer already exists [2026-07-06T11:00:54.352Z] aceac1a49f67: Layer already exists [2026-07-06T11:00:54.352Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:54.352Z] 4.1.0-dev.123: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:54.978Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:55.428Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:55.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-07-06T11:00:55.428Z] a6540809b373: Preparing [2026-07-06T11:00:55.428Z] aceac1a49f67: Preparing [2026-07-06T11:00:55.428Z] 874851a1299c: Preparing [2026-07-06T11:00:55.428Z] c76d515acc3c: Preparing [2026-07-06T11:00:55.428Z] cd75386c9833: Preparing [2026-07-06T11:00:55.428Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:55.428Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:55.428Z] cd75386c9833: Layer already exists [2026-07-06T11:00:55.428Z] a6540809b373: Layer already exists [2026-07-06T11:00:55.428Z] 874851a1299c: Layer already exists [2026-07-06T11:00:55.428Z] aceac1a49f67: Layer already exists [2026-07-06T11:00:55.428Z] c76d515acc3c: Layer already exists [2026-07-06T11:00:55.428Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:55.428Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:56.069Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:56.497Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2026-07-06T11:00:56.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-07-06T11:00:56.497Z] a6540809b373: Preparing [2026-07-06T11:00:56.497Z] aceac1a49f67: Preparing [2026-07-06T11:00:56.497Z] 874851a1299c: Preparing [2026-07-06T11:00:56.497Z] c76d515acc3c: Preparing [2026-07-06T11:00:56.497Z] cd75386c9833: Preparing [2026-07-06T11:00:56.497Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:56.497Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:56.497Z] a6540809b373: Layer already exists [2026-07-06T11:00:56.497Z] aceac1a49f67: Layer already exists [2026-07-06T11:00:56.497Z] c76d515acc3c: Layer already exists [2026-07-06T11:00:56.497Z] 874851a1299c: Layer already exists [2026-07-06T11:00:56.497Z] cd75386c9833: Layer already exists [2026-07-06T11:00:56.497Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:56.768Z] main: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:00:56.858Z] ===================================================== [Pipeline] echo [2026-07-06T11:00:56.873Z] taggedImages: [2026-07-06T11:00:56.873Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:56.873Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-07-06T11:00:56.873Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.123 [2026-07-06T11:00:56.873Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:56.873Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-07-06T11:00:56.901Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2026-07-06T11:00:56.901Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:56.901Z] latest [2026-07-06T11:00:56.901Z] 4.1.0-dev.123 [2026-07-06T11:00:56.901Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:00:56.901Z] main [2026-07-06T11:00:56.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:57.293Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:00:57.665Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:00:57.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-07-06T11:00:57.665Z] 38c8704c6b53: Preparing [2026-07-06T11:00:57.665Z] 205a2d884dc5: Preparing [2026-07-06T11:00:57.665Z] 69a0038e7d38: Preparing [2026-07-06T11:00:57.665Z] e35be0f10a02: Preparing [2026-07-06T11:00:57.665Z] 874851a1299c: Preparing [2026-07-06T11:00:57.665Z] f86bc0851eea: Preparing [2026-07-06T11:00:57.665Z] 8e398e524b89: Preparing [2026-07-06T11:00:57.665Z] 03ba6f53ebfc: Preparing [2026-07-06T11:00:57.665Z] 8e398e524b89: Waiting [2026-07-06T11:00:57.665Z] f86bc0851eea: Waiting [2026-07-06T11:00:57.665Z] 03ba6f53ebfc: Waiting [2026-07-06T11:00:57.665Z] e35be0f10a02: Layer already exists [2026-07-06T11:00:57.665Z] 874851a1299c: Layer already exists [2026-07-06T11:00:57.950Z] f86bc0851eea: Layer already exists [2026-07-06T11:00:57.950Z] 8e398e524b89: Layer already exists [2026-07-06T11:00:57.950Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:00:57.950Z] 205a2d884dc5: Pushed [2026-07-06T11:00:57.950Z] 38c8704c6b53: Pushed [2026-07-06T11:01:06.154Z] 69a0038e7d38: Pushed [2026-07-06T11:01:06.154Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:06.525Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:06.890Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-07-06T11:01:06.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-07-06T11:01:06.890Z] 38c8704c6b53: Preparing [2026-07-06T11:01:06.890Z] 205a2d884dc5: Preparing [2026-07-06T11:01:06.890Z] 69a0038e7d38: Preparing [2026-07-06T11:01:06.890Z] e35be0f10a02: Preparing [2026-07-06T11:01:06.890Z] 874851a1299c: Preparing [2026-07-06T11:01:06.890Z] f86bc0851eea: Preparing [2026-07-06T11:01:06.890Z] 8e398e524b89: Preparing [2026-07-06T11:01:06.890Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:06.890Z] f86bc0851eea: Waiting [2026-07-06T11:01:06.890Z] 8e398e524b89: Waiting [2026-07-06T11:01:06.890Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:06.890Z] 38c8704c6b53: Layer already exists [2026-07-06T11:01:06.890Z] 69a0038e7d38: Layer already exists [2026-07-06T11:01:06.890Z] 874851a1299c: Layer already exists [2026-07-06T11:01:06.890Z] 205a2d884dc5: Layer already exists [2026-07-06T11:01:06.890Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:06.890Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:06.890Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:06.890Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:07.157Z] latest: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:07.576Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:07.943Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.123 [2026-07-06T11:01:07.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-07-06T11:01:07.943Z] 38c8704c6b53: Preparing [2026-07-06T11:01:07.943Z] 205a2d884dc5: Preparing [2026-07-06T11:01:07.943Z] 69a0038e7d38: Preparing [2026-07-06T11:01:07.943Z] e35be0f10a02: Preparing [2026-07-06T11:01:07.943Z] 874851a1299c: Preparing [2026-07-06T11:01:07.943Z] f86bc0851eea: Preparing [2026-07-06T11:01:07.943Z] 8e398e524b89: Preparing [2026-07-06T11:01:07.943Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:07.943Z] f86bc0851eea: Waiting [2026-07-06T11:01:07.943Z] 8e398e524b89: Waiting [2026-07-06T11:01:07.943Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:07.943Z] 205a2d884dc5: Layer already exists [2026-07-06T11:01:07.943Z] 874851a1299c: Layer already exists [2026-07-06T11:01:07.943Z] 38c8704c6b53: Layer already exists [2026-07-06T11:01:07.943Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:07.943Z] 69a0038e7d38: Layer already exists [2026-07-06T11:01:07.943Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:07.943Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:07.943Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:07.943Z] 4.1.0-dev.123: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:08.579Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:08.938Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:08.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-07-06T11:01:08.938Z] 38c8704c6b53: Preparing [2026-07-06T11:01:08.938Z] 205a2d884dc5: Preparing [2026-07-06T11:01:08.938Z] 69a0038e7d38: Preparing [2026-07-06T11:01:08.938Z] e35be0f10a02: Preparing [2026-07-06T11:01:08.938Z] 874851a1299c: Preparing [2026-07-06T11:01:08.938Z] f86bc0851eea: Preparing [2026-07-06T11:01:08.938Z] 8e398e524b89: Preparing [2026-07-06T11:01:08.938Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:08.938Z] 8e398e524b89: Waiting [2026-07-06T11:01:08.938Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:08.938Z] f86bc0851eea: Waiting [2026-07-06T11:01:08.938Z] 69a0038e7d38: Layer already exists [2026-07-06T11:01:08.938Z] 38c8704c6b53: Layer already exists [2026-07-06T11:01:08.938Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:08.938Z] 205a2d884dc5: Layer already exists [2026-07-06T11:01:08.938Z] 874851a1299c: Layer already exists [2026-07-06T11:01:08.938Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:08.938Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:08.938Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:08.938Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:09.574Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:09.959Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2026-07-06T11:01:09.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-07-06T11:01:09.959Z] 38c8704c6b53: Preparing [2026-07-06T11:01:09.959Z] 205a2d884dc5: Preparing [2026-07-06T11:01:09.959Z] 69a0038e7d38: Preparing [2026-07-06T11:01:09.959Z] e35be0f10a02: Preparing [2026-07-06T11:01:09.959Z] 874851a1299c: Preparing [2026-07-06T11:01:09.959Z] f86bc0851eea: Preparing [2026-07-06T11:01:09.959Z] 8e398e524b89: Preparing [2026-07-06T11:01:09.959Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:09.959Z] f86bc0851eea: Waiting [2026-07-06T11:01:09.959Z] 8e398e524b89: Waiting [2026-07-06T11:01:09.959Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:09.959Z] 69a0038e7d38: Layer already exists [2026-07-06T11:01:09.959Z] 205a2d884dc5: Layer already exists [2026-07-06T11:01:09.959Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:09.959Z] 874851a1299c: Layer already exists [2026-07-06T11:01:09.959Z] 38c8704c6b53: Layer already exists [2026-07-06T11:01:09.959Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:09.959Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:09.959Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:09.959Z] main: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:01:10.122Z] ===================================================== [Pipeline] echo [2026-07-06T11:01:10.138Z] taggedImages: [2026-07-06T11:01:10.138Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:10.138Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-07-06T11:01:10.138Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.123 [2026-07-06T11:01:10.138Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:10.138Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-07-06T11:01:10.164Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2026-07-06T11:01:10.164Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:10.164Z] latest [2026-07-06T11:01:10.164Z] 4.1.0-dev.123 [2026-07-06T11:01:10.164Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:10.164Z] main [2026-07-06T11:01:10.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:10.545Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:10.904Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:10.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-07-06T11:01:10.904Z] f8eec464807c: Preparing [2026-07-06T11:01:10.904Z] 3c09c7de4d66: Preparing [2026-07-06T11:01:10.904Z] 20b3d4254f4b: Preparing [2026-07-06T11:01:10.904Z] 6e05b62b9005: Preparing [2026-07-06T11:01:10.904Z] 06d964456836: Preparing [2026-07-06T11:01:10.904Z] 5b284987cf7f: Preparing [2026-07-06T11:01:10.904Z] 9e28046ba2a4: Preparing [2026-07-06T11:01:10.904Z] 5b284987cf7f: Waiting [2026-07-06T11:01:10.904Z] e35be0f10a02: Preparing [2026-07-06T11:01:10.904Z] 9e28046ba2a4: Waiting [2026-07-06T11:01:10.904Z] 874851a1299c: Preparing [2026-07-06T11:01:10.904Z] e35be0f10a02: Waiting [2026-07-06T11:01:10.904Z] baac27dcfda3: Preparing [2026-07-06T11:01:10.904Z] 874851a1299c: Waiting [2026-07-06T11:01:10.904Z] 6c615c4aadf8: Preparing [2026-07-06T11:01:10.904Z] 5f70bf18a086: Preparing [2026-07-06T11:01:10.904Z] b54960e58c14: Preparing [2026-07-06T11:01:10.904Z] 9b20179701f8: Preparing [2026-07-06T11:01:10.904Z] baac27dcfda3: Waiting [2026-07-06T11:01:10.904Z] f3da3d02082f: Preparing [2026-07-06T11:01:10.904Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:10.904Z] 5f70bf18a086: Waiting [2026-07-06T11:01:10.904Z] b54960e58c14: Waiting [2026-07-06T11:01:10.904Z] f3da3d02082f: Waiting [2026-07-06T11:01:10.904Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:10.904Z] 9b20179701f8: Waiting [2026-07-06T11:01:11.171Z] 06d964456836: Pushed [2026-07-06T11:01:11.171Z] 20b3d4254f4b: Pushed [2026-07-06T11:01:11.171Z] f8eec464807c: Pushed [2026-07-06T11:01:11.171Z] 6e05b62b9005: Pushed [2026-07-06T11:01:11.171Z] 3c09c7de4d66: Pushed [2026-07-06T11:01:11.171Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:11.171Z] 874851a1299c: Layer already exists [2026-07-06T11:01:11.171Z] 5b284987cf7f: Pushed [2026-07-06T11:01:11.171Z] 5f70bf18a086: Layer already exists [2026-07-06T11:01:11.435Z] 6c615c4aadf8: Pushed [2026-07-06T11:01:11.435Z] baac27dcfda3: Pushed [2026-07-06T11:01:11.435Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:11.435Z] b54960e58c14: Pushed [2026-07-06T11:01:11.435Z] 9b20179701f8: Pushed [2026-07-06T11:01:11.435Z] f3da3d02082f: Pushed [2026-07-06T11:01:14.762Z] 9e28046ba2a4: Pushed [2026-07-06T11:01:14.762Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:15.129Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:15.485Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-07-06T11:01:15.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-07-06T11:01:15.485Z] f8eec464807c: Preparing [2026-07-06T11:01:15.485Z] 3c09c7de4d66: Preparing [2026-07-06T11:01:15.485Z] 20b3d4254f4b: Preparing [2026-07-06T11:01:15.485Z] 6e05b62b9005: Preparing [2026-07-06T11:01:15.485Z] 06d964456836: Preparing [2026-07-06T11:01:15.485Z] 5b284987cf7f: Preparing [2026-07-06T11:01:15.485Z] 9e28046ba2a4: Preparing [2026-07-06T11:01:15.485Z] e35be0f10a02: Preparing [2026-07-06T11:01:15.485Z] 874851a1299c: Preparing [2026-07-06T11:01:15.485Z] baac27dcfda3: Preparing [2026-07-06T11:01:15.485Z] 6c615c4aadf8: Preparing [2026-07-06T11:01:15.485Z] 5f70bf18a086: Preparing [2026-07-06T11:01:15.485Z] b54960e58c14: Preparing [2026-07-06T11:01:15.485Z] 9b20179701f8: Preparing [2026-07-06T11:01:15.485Z] f3da3d02082f: Preparing [2026-07-06T11:01:15.485Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:15.485Z] 9e28046ba2a4: Waiting [2026-07-06T11:01:15.485Z] e35be0f10a02: Waiting [2026-07-06T11:01:15.485Z] baac27dcfda3: Waiting [2026-07-06T11:01:15.485Z] 6c615c4aadf8: Waiting [2026-07-06T11:01:15.485Z] 5f70bf18a086: Waiting [2026-07-06T11:01:15.485Z] b54960e58c14: Waiting [2026-07-06T11:01:15.485Z] 9b20179701f8: Waiting [2026-07-06T11:01:15.485Z] f3da3d02082f: Waiting [2026-07-06T11:01:15.485Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:15.485Z] 5b284987cf7f: Waiting [2026-07-06T11:01:15.485Z] 874851a1299c: Waiting [2026-07-06T11:01:15.485Z] f8eec464807c: Layer already exists [2026-07-06T11:01:15.485Z] 3c09c7de4d66: Layer already exists [2026-07-06T11:01:15.485Z] 06d964456836: Layer already exists [2026-07-06T11:01:15.485Z] 6e05b62b9005: Layer already exists [2026-07-06T11:01:15.485Z] 20b3d4254f4b: Layer already exists [2026-07-06T11:01:15.485Z] 874851a1299c: Layer already exists [2026-07-06T11:01:15.485Z] 5b284987cf7f: Layer already exists [2026-07-06T11:01:15.485Z] 9e28046ba2a4: Layer already exists [2026-07-06T11:01:15.485Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:15.485Z] baac27dcfda3: Layer already exists [2026-07-06T11:01:15.485Z] 5f70bf18a086: Layer already exists [2026-07-06T11:01:15.485Z] 6c615c4aadf8: Layer already exists [2026-07-06T11:01:15.485Z] f3da3d02082f: Layer already exists [2026-07-06T11:01:15.485Z] 9b20179701f8: Layer already exists [2026-07-06T11:01:15.485Z] b54960e58c14: Layer already exists [2026-07-06T11:01:15.485Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:15.750Z] latest: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:16.116Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:20.717Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.123 [2026-07-06T11:01:20.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-07-06T11:01:20.717Z] f8eec464807c: Preparing [2026-07-06T11:01:20.717Z] 3c09c7de4d66: Preparing [2026-07-06T11:01:20.717Z] 20b3d4254f4b: Preparing [2026-07-06T11:01:20.717Z] 6e05b62b9005: Preparing [2026-07-06T11:01:20.717Z] 06d964456836: Preparing [2026-07-06T11:01:20.717Z] 5b284987cf7f: Preparing [2026-07-06T11:01:20.717Z] 9e28046ba2a4: Preparing [2026-07-06T11:01:20.717Z] e35be0f10a02: Preparing [2026-07-06T11:01:20.717Z] 874851a1299c: Preparing [2026-07-06T11:01:20.717Z] baac27dcfda3: Preparing [2026-07-06T11:01:20.717Z] 6c615c4aadf8: Preparing [2026-07-06T11:01:20.717Z] 5f70bf18a086: Preparing [2026-07-06T11:01:20.717Z] 5b284987cf7f: Waiting [2026-07-06T11:01:20.717Z] 9e28046ba2a4: Waiting [2026-07-06T11:01:20.717Z] e35be0f10a02: Waiting [2026-07-06T11:01:20.717Z] 874851a1299c: Waiting [2026-07-06T11:01:20.717Z] baac27dcfda3: Waiting [2026-07-06T11:01:20.717Z] 6c615c4aadf8: Waiting [2026-07-06T11:01:20.717Z] b54960e58c14: Preparing [2026-07-06T11:01:20.717Z] 9b20179701f8: Preparing [2026-07-06T11:01:20.717Z] f3da3d02082f: Preparing [2026-07-06T11:01:20.717Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:20.717Z] 5f70bf18a086: Waiting [2026-07-06T11:01:20.717Z] b54960e58c14: Waiting [2026-07-06T11:01:20.717Z] 9b20179701f8: Waiting [2026-07-06T11:01:20.717Z] f3da3d02082f: Waiting [2026-07-06T11:01:20.717Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:20.717Z] f8eec464807c: Layer already exists [2026-07-06T11:01:20.717Z] 3c09c7de4d66: Layer already exists [2026-07-06T11:01:20.717Z] 06d964456836: Layer already exists [2026-07-06T11:01:20.717Z] 20b3d4254f4b: Layer already exists [2026-07-06T11:01:20.717Z] 6e05b62b9005: Layer already exists [2026-07-06T11:01:20.717Z] 874851a1299c: Layer already exists [2026-07-06T11:01:20.717Z] 9e28046ba2a4: Layer already exists [2026-07-06T11:01:20.717Z] 5b284987cf7f: Layer already exists [2026-07-06T11:01:20.717Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:20.717Z] baac27dcfda3: Layer already exists [2026-07-06T11:01:20.717Z] b54960e58c14: Layer already exists [2026-07-06T11:01:20.717Z] 6c615c4aadf8: Layer already exists [2026-07-06T11:01:20.717Z] 9b20179701f8: Layer already exists [2026-07-06T11:01:20.717Z] 5f70bf18a086: Layer already exists [2026-07-06T11:01:20.717Z] f3da3d02082f: Layer already exists [2026-07-06T11:01:20.717Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:20.982Z] 4.1.0-dev.123: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:21.356Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:21.716Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:21.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-07-06T11:01:21.716Z] f8eec464807c: Preparing [2026-07-06T11:01:21.716Z] 3c09c7de4d66: Preparing [2026-07-06T11:01:21.716Z] 20b3d4254f4b: Preparing [2026-07-06T11:01:21.716Z] 6e05b62b9005: Preparing [2026-07-06T11:01:21.716Z] 06d964456836: Preparing [2026-07-06T11:01:21.716Z] 5b284987cf7f: Preparing [2026-07-06T11:01:21.716Z] 9e28046ba2a4: Preparing [2026-07-06T11:01:21.716Z] e35be0f10a02: Preparing [2026-07-06T11:01:21.716Z] 874851a1299c: Preparing [2026-07-06T11:01:21.716Z] baac27dcfda3: Preparing [2026-07-06T11:01:21.716Z] 6c615c4aadf8: Preparing [2026-07-06T11:01:21.716Z] 5f70bf18a086: Preparing [2026-07-06T11:01:21.716Z] b54960e58c14: Preparing [2026-07-06T11:01:21.716Z] 9b20179701f8: Preparing [2026-07-06T11:01:21.716Z] f3da3d02082f: Preparing [2026-07-06T11:01:21.716Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:21.716Z] 874851a1299c: Waiting [2026-07-06T11:01:21.716Z] baac27dcfda3: Waiting [2026-07-06T11:01:21.716Z] 6c615c4aadf8: Waiting [2026-07-06T11:01:21.716Z] 5f70bf18a086: Waiting [2026-07-06T11:01:21.716Z] b54960e58c14: Waiting [2026-07-06T11:01:21.716Z] 9b20179701f8: Waiting [2026-07-06T11:01:21.716Z] 5b284987cf7f: Waiting [2026-07-06T11:01:21.716Z] 9e28046ba2a4: Waiting [2026-07-06T11:01:21.716Z] e35be0f10a02: Waiting [2026-07-06T11:01:21.716Z] f3da3d02082f: Waiting [2026-07-06T11:01:21.716Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:21.716Z] 20b3d4254f4b: Layer already exists [2026-07-06T11:01:21.716Z] f8eec464807c: Layer already exists [2026-07-06T11:01:21.716Z] 06d964456836: Layer already exists [2026-07-06T11:01:21.716Z] 6e05b62b9005: Layer already exists [2026-07-06T11:01:21.716Z] 3c09c7de4d66: Layer already exists [2026-07-06T11:01:21.716Z] 9e28046ba2a4: Layer already exists [2026-07-06T11:01:21.716Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:21.716Z] 5b284987cf7f: Layer already exists [2026-07-06T11:01:21.716Z] baac27dcfda3: Layer already exists [2026-07-06T11:01:21.716Z] 874851a1299c: Layer already exists [2026-07-06T11:01:21.716Z] 6c615c4aadf8: Layer already exists [2026-07-06T11:01:21.716Z] 5f70bf18a086: Layer already exists [2026-07-06T11:01:21.716Z] f3da3d02082f: Layer already exists [2026-07-06T11:01:21.716Z] b54960e58c14: Layer already exists [2026-07-06T11:01:21.716Z] 9b20179701f8: Layer already exists [2026-07-06T11:01:21.716Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:21.986Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:22.339Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:22.690Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2026-07-06T11:01:22.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-07-06T11:01:22.690Z] f8eec464807c: Preparing [2026-07-06T11:01:22.690Z] 3c09c7de4d66: Preparing [2026-07-06T11:01:22.690Z] 20b3d4254f4b: Preparing [2026-07-06T11:01:22.690Z] 6e05b62b9005: Preparing [2026-07-06T11:01:22.690Z] 06d964456836: Preparing [2026-07-06T11:01:22.690Z] 5b284987cf7f: Preparing [2026-07-06T11:01:22.690Z] 9e28046ba2a4: Preparing [2026-07-06T11:01:22.690Z] e35be0f10a02: Preparing [2026-07-06T11:01:22.690Z] 874851a1299c: Preparing [2026-07-06T11:01:22.690Z] baac27dcfda3: Preparing [2026-07-06T11:01:22.690Z] 6c615c4aadf8: Preparing [2026-07-06T11:01:22.690Z] 5f70bf18a086: Preparing [2026-07-06T11:01:22.690Z] b54960e58c14: Preparing [2026-07-06T11:01:22.690Z] 9b20179701f8: Preparing [2026-07-06T11:01:22.690Z] f3da3d02082f: Preparing [2026-07-06T11:01:22.690Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:22.690Z] baac27dcfda3: Waiting [2026-07-06T11:01:22.690Z] 6c615c4aadf8: Waiting [2026-07-06T11:01:22.690Z] 5f70bf18a086: Waiting [2026-07-06T11:01:22.690Z] b54960e58c14: Waiting [2026-07-06T11:01:22.690Z] 9b20179701f8: Waiting [2026-07-06T11:01:22.690Z] 5b284987cf7f: Waiting [2026-07-06T11:01:22.690Z] f3da3d02082f: Waiting [2026-07-06T11:01:22.690Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:22.690Z] e35be0f10a02: Waiting [2026-07-06T11:01:22.690Z] 874851a1299c: Waiting [2026-07-06T11:01:22.690Z] 9e28046ba2a4: Waiting [2026-07-06T11:01:22.690Z] 3c09c7de4d66: Layer already exists [2026-07-06T11:01:22.690Z] 6e05b62b9005: Layer already exists [2026-07-06T11:01:22.690Z] f8eec464807c: Layer already exists [2026-07-06T11:01:22.690Z] 20b3d4254f4b: Layer already exists [2026-07-06T11:01:22.690Z] 06d964456836: Layer already exists [2026-07-06T11:01:22.690Z] 5b284987cf7f: Layer already exists [2026-07-06T11:01:22.690Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:22.690Z] 874851a1299c: Layer already exists [2026-07-06T11:01:22.690Z] 9e28046ba2a4: Layer already exists [2026-07-06T11:01:22.690Z] baac27dcfda3: Layer already exists [2026-07-06T11:01:22.690Z] 6c615c4aadf8: Layer already exists [2026-07-06T11:01:22.690Z] 5f70bf18a086: Layer already exists [2026-07-06T11:01:22.690Z] b54960e58c14: Layer already exists [2026-07-06T11:01:22.690Z] 9b20179701f8: Layer already exists [2026-07-06T11:01:22.690Z] f3da3d02082f: Layer already exists [2026-07-06T11:01:22.690Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:22.954Z] main: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:01:23.058Z] ===================================================== [Pipeline] echo [2026-07-06T11:01:23.072Z] taggedImages: [2026-07-06T11:01:23.072Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:23.072Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-07-06T11:01:23.072Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.123 [2026-07-06T11:01:23.072Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:23.072Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-07-06T11:01:23.107Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2026-07-06T11:01:23.107Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:23.107Z] latest [2026-07-06T11:01:23.107Z] 4.1.0-dev.123 [2026-07-06T11:01:23.107Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:23.107Z] main [2026-07-06T11:01:23.107Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:23.497Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:23.869Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:23.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-07-06T11:01:23.869Z] 7e4696a64714: Preparing [2026-07-06T11:01:23.869Z] 7f70ad3a87e0: Preparing [2026-07-06T11:01:23.869Z] 4c98d3fe6b62: Preparing [2026-07-06T11:01:23.869Z] 2dce04ca4aea: Preparing [2026-07-06T11:01:23.869Z] e35be0f10a02: Preparing [2026-07-06T11:01:23.869Z] 874851a1299c: Preparing [2026-07-06T11:01:23.869Z] f86bc0851eea: Preparing [2026-07-06T11:01:23.869Z] 8e398e524b89: Preparing [2026-07-06T11:01:23.869Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:23.869Z] 874851a1299c: Waiting [2026-07-06T11:01:23.869Z] f86bc0851eea: Waiting [2026-07-06T11:01:23.869Z] 8e398e524b89: Waiting [2026-07-06T11:01:23.869Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:23.869Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:23.869Z] 874851a1299c: Layer already exists [2026-07-06T11:01:24.134Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:24.134Z] 7f70ad3a87e0: Pushed [2026-07-06T11:01:24.134Z] 4c98d3fe6b62: Pushed [2026-07-06T11:01:24.134Z] 7e4696a64714: Pushed [2026-07-06T11:01:24.134Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:24.134Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:32.357Z] 2dce04ca4aea: Pushed [2026-07-06T11:01:34.930Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:35.295Z] + 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-07-06T11:01:35.649Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-07-06T11:01:35.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-07-06T11:01:35.649Z] 7e4696a64714: Preparing [2026-07-06T11:01:35.649Z] 7f70ad3a87e0: Preparing [2026-07-06T11:01:35.649Z] 4c98d3fe6b62: Preparing [2026-07-06T11:01:35.649Z] 2dce04ca4aea: Preparing [2026-07-06T11:01:35.649Z] e35be0f10a02: Preparing [2026-07-06T11:01:35.649Z] 874851a1299c: Preparing [2026-07-06T11:01:35.649Z] f86bc0851eea: Preparing [2026-07-06T11:01:35.649Z] 8e398e524b89: Preparing [2026-07-06T11:01:35.649Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:35.649Z] f86bc0851eea: Waiting [2026-07-06T11:01:35.649Z] 8e398e524b89: Waiting [2026-07-06T11:01:35.649Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:35.649Z] 874851a1299c: Waiting [2026-07-06T11:01:35.649Z] 7f70ad3a87e0: Layer already exists [2026-07-06T11:01:35.649Z] 2dce04ca4aea: Layer already exists [2026-07-06T11:01:35.649Z] 4c98d3fe6b62: Layer already exists [2026-07-06T11:01:35.649Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:35.649Z] 7e4696a64714: Layer already exists [2026-07-06T11:01:35.649Z] 874851a1299c: Layer already exists [2026-07-06T11:01:35.649Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:35.649Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:35.649Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:35.649Z] latest: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:36.293Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:36.663Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.123 [2026-07-06T11:01:36.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-07-06T11:01:36.664Z] 7e4696a64714: Preparing [2026-07-06T11:01:36.664Z] 7f70ad3a87e0: Preparing [2026-07-06T11:01:36.664Z] 4c98d3fe6b62: Preparing [2026-07-06T11:01:36.664Z] 2dce04ca4aea: Preparing [2026-07-06T11:01:36.664Z] e35be0f10a02: Preparing [2026-07-06T11:01:36.664Z] 874851a1299c: Preparing [2026-07-06T11:01:36.664Z] f86bc0851eea: Preparing [2026-07-06T11:01:36.664Z] 8e398e524b89: Preparing [2026-07-06T11:01:36.664Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:36.664Z] 874851a1299c: Waiting [2026-07-06T11:01:36.664Z] f86bc0851eea: Waiting [2026-07-06T11:01:36.664Z] 8e398e524b89: Waiting [2026-07-06T11:01:36.664Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:36.664Z] 7e4696a64714: Layer already exists [2026-07-06T11:01:36.664Z] 2dce04ca4aea: Layer already exists [2026-07-06T11:01:36.664Z] 4c98d3fe6b62: Layer already exists [2026-07-06T11:01:36.664Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:36.664Z] 7f70ad3a87e0: Layer already exists [2026-07-06T11:01:36.664Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:36.664Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:36.664Z] 874851a1299c: Layer already exists [2026-07-06T11:01:36.664Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:36.664Z] 4.1.0-dev.123: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:37.293Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:37.651Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:37.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-07-06T11:01:37.651Z] 7e4696a64714: Preparing [2026-07-06T11:01:37.651Z] 7f70ad3a87e0: Preparing [2026-07-06T11:01:37.651Z] 4c98d3fe6b62: Preparing [2026-07-06T11:01:37.651Z] 2dce04ca4aea: Preparing [2026-07-06T11:01:37.651Z] e35be0f10a02: Preparing [2026-07-06T11:01:37.651Z] 874851a1299c: Preparing [2026-07-06T11:01:37.651Z] f86bc0851eea: Preparing [2026-07-06T11:01:37.651Z] 874851a1299c: Waiting [2026-07-06T11:01:37.651Z] 8e398e524b89: Preparing [2026-07-06T11:01:37.651Z] f86bc0851eea: Waiting [2026-07-06T11:01:37.651Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:37.651Z] 8e398e524b89: Waiting [2026-07-06T11:01:37.651Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:37.651Z] 7f70ad3a87e0: Layer already exists [2026-07-06T11:01:37.651Z] 4c98d3fe6b62: Layer already exists [2026-07-06T11:01:37.651Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:37.651Z] 2dce04ca4aea: Layer already exists [2026-07-06T11:01:37.651Z] 7e4696a64714: Layer already exists [2026-07-06T11:01:37.651Z] 874851a1299c: Layer already exists [2026-07-06T11:01:37.651Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:37.651Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:37.651Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:37.651Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:38.277Z] + 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-07-06T11:01:38.629Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2026-07-06T11:01:38.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-07-06T11:01:38.629Z] 7e4696a64714: Preparing [2026-07-06T11:01:38.629Z] 7f70ad3a87e0: Preparing [2026-07-06T11:01:38.629Z] 4c98d3fe6b62: Preparing [2026-07-06T11:01:38.629Z] 2dce04ca4aea: Preparing [2026-07-06T11:01:38.629Z] e35be0f10a02: Preparing [2026-07-06T11:01:38.629Z] 874851a1299c: Preparing [2026-07-06T11:01:38.629Z] f86bc0851eea: Preparing [2026-07-06T11:01:38.629Z] 8e398e524b89: Preparing [2026-07-06T11:01:38.629Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:38.629Z] 874851a1299c: Waiting [2026-07-06T11:01:38.629Z] f86bc0851eea: Waiting [2026-07-06T11:01:38.629Z] 8e398e524b89: Waiting [2026-07-06T11:01:38.629Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:38.629Z] 2dce04ca4aea: Layer already exists [2026-07-06T11:01:38.629Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:38.629Z] 7e4696a64714: Layer already exists [2026-07-06T11:01:38.629Z] 7f70ad3a87e0: Layer already exists [2026-07-06T11:01:38.629Z] 4c98d3fe6b62: Layer already exists [2026-07-06T11:01:38.629Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:38.629Z] 874851a1299c: Layer already exists [2026-07-06T11:01:38.629Z] 8e398e524b89: Layer already exists [2026-07-06T11:01:38.629Z] f86bc0851eea: Layer already exists [2026-07-06T11:01:38.629Z] main: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:01:38.995Z] ===================================================== [Pipeline] echo [2026-07-06T11:01:39.012Z] taggedImages: [2026-07-06T11:01:39.012Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:39.012Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-07-06T11:01:39.012Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.123 [2026-07-06T11:01:39.012Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:39.012Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-07-06T11:01:39.043Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2026-07-06T11:01:39.043Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:39.043Z] latest [2026-07-06T11:01:39.043Z] 4.1.0-dev.123 [2026-07-06T11:01:39.043Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:39.043Z] main [2026-07-06T11:01:39.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:39.409Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:39.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:39.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-07-06T11:01:39.802Z] 06026f66b75f: Preparing [2026-07-06T11:01:39.802Z] e34a1287fc9f: Preparing [2026-07-06T11:01:39.802Z] 254eb41bc910: Preparing [2026-07-06T11:01:39.802Z] f8517e60bd32: Preparing [2026-07-06T11:01:39.802Z] 9d651ed73662: Preparing [2026-07-06T11:01:39.802Z] e35be0f10a02: Preparing [2026-07-06T11:01:39.802Z] 874851a1299c: Preparing [2026-07-06T11:01:39.802Z] 9bf86e77a5b8: Preparing [2026-07-06T11:01:39.802Z] c2118d0b9810: Preparing [2026-07-06T11:01:39.802Z] 733ff8a88587: Preparing [2026-07-06T11:01:39.802Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:39.802Z] 874851a1299c: Waiting [2026-07-06T11:01:39.802Z] e35be0f10a02: Waiting [2026-07-06T11:01:39.802Z] 9bf86e77a5b8: Waiting [2026-07-06T11:01:39.802Z] c2118d0b9810: Waiting [2026-07-06T11:01:39.802Z] 733ff8a88587: Waiting [2026-07-06T11:01:39.802Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:40.067Z] 9d651ed73662: Pushed [2026-07-06T11:01:40.067Z] f8517e60bd32: Pushed [2026-07-06T11:01:40.067Z] e34a1287fc9f: Pushed [2026-07-06T11:01:40.067Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:40.067Z] 06026f66b75f: Pushed [2026-07-06T11:01:40.067Z] 874851a1299c: Layer already exists [2026-07-06T11:01:40.067Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:40.067Z] 9bf86e77a5b8: Pushed [2026-07-06T11:01:40.067Z] c2118d0b9810: Pushed [2026-07-06T11:01:43.388Z] 733ff8a88587: Pushed [2026-07-06T11:01:46.710Z] 254eb41bc910: Pushed [2026-07-06T11:01:47.661Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:48.029Z] + 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-07-06T11:01:48.401Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-07-06T11:01:48.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-07-06T11:01:48.401Z] 06026f66b75f: Preparing [2026-07-06T11:01:48.401Z] e34a1287fc9f: Preparing [2026-07-06T11:01:48.401Z] 254eb41bc910: Preparing [2026-07-06T11:01:48.401Z] f8517e60bd32: Preparing [2026-07-06T11:01:48.401Z] 9d651ed73662: Preparing [2026-07-06T11:01:48.401Z] e35be0f10a02: Preparing [2026-07-06T11:01:48.401Z] 874851a1299c: Preparing [2026-07-06T11:01:48.401Z] 9bf86e77a5b8: Preparing [2026-07-06T11:01:48.401Z] c2118d0b9810: Preparing [2026-07-06T11:01:48.401Z] 733ff8a88587: Preparing [2026-07-06T11:01:48.401Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:48.401Z] e35be0f10a02: Waiting [2026-07-06T11:01:48.401Z] 874851a1299c: Waiting [2026-07-06T11:01:48.401Z] 9bf86e77a5b8: Waiting [2026-07-06T11:01:48.401Z] c2118d0b9810: Waiting [2026-07-06T11:01:48.401Z] 733ff8a88587: Waiting [2026-07-06T11:01:48.401Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:48.401Z] e34a1287fc9f: Layer already exists [2026-07-06T11:01:48.401Z] 254eb41bc910: Layer already exists [2026-07-06T11:01:48.401Z] f8517e60bd32: Layer already exists [2026-07-06T11:01:48.401Z] 9d651ed73662: Layer already exists [2026-07-06T11:01:48.402Z] 06026f66b75f: Layer already exists [2026-07-06T11:01:48.402Z] 874851a1299c: Layer already exists [2026-07-06T11:01:48.402Z] 9bf86e77a5b8: Layer already exists [2026-07-06T11:01:48.402Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:48.402Z] c2118d0b9810: Layer already exists [2026-07-06T11:01:48.402Z] 733ff8a88587: Layer already exists [2026-07-06T11:01:48.402Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:48.664Z] latest: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:49.026Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:49.379Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.123 [2026-07-06T11:01:49.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-07-06T11:01:49.379Z] 06026f66b75f: Preparing [2026-07-06T11:01:49.379Z] e34a1287fc9f: Preparing [2026-07-06T11:01:49.379Z] 254eb41bc910: Preparing [2026-07-06T11:01:49.379Z] f8517e60bd32: Preparing [2026-07-06T11:01:49.379Z] 9d651ed73662: Preparing [2026-07-06T11:01:49.379Z] e35be0f10a02: Preparing [2026-07-06T11:01:49.379Z] 874851a1299c: Preparing [2026-07-06T11:01:49.379Z] 9bf86e77a5b8: Preparing [2026-07-06T11:01:49.379Z] c2118d0b9810: Preparing [2026-07-06T11:01:49.379Z] 733ff8a88587: Preparing [2026-07-06T11:01:49.379Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:49.379Z] e35be0f10a02: Waiting [2026-07-06T11:01:49.379Z] 9bf86e77a5b8: Waiting [2026-07-06T11:01:49.379Z] c2118d0b9810: Waiting [2026-07-06T11:01:49.379Z] 733ff8a88587: Waiting [2026-07-06T11:01:49.379Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:49.379Z] 874851a1299c: Waiting [2026-07-06T11:01:49.379Z] 254eb41bc910: Layer already exists [2026-07-06T11:01:49.379Z] f8517e60bd32: Layer already exists [2026-07-06T11:01:49.379Z] e34a1287fc9f: Layer already exists [2026-07-06T11:01:49.379Z] 06026f66b75f: Layer already exists [2026-07-06T11:01:49.379Z] 9d651ed73662: Layer already exists [2026-07-06T11:01:49.379Z] 733ff8a88587: Layer already exists [2026-07-06T11:01:49.379Z] c2118d0b9810: Layer already exists [2026-07-06T11:01:49.379Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:49.379Z] 874851a1299c: Layer already exists [2026-07-06T11:01:49.379Z] 9bf86e77a5b8: Layer already exists [2026-07-06T11:01:49.379Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:49.643Z] 4.1.0-dev.123: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:50.007Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:50.364Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:50.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-07-06T11:01:50.364Z] 06026f66b75f: Preparing [2026-07-06T11:01:50.364Z] e34a1287fc9f: Preparing [2026-07-06T11:01:50.364Z] 254eb41bc910: Preparing [2026-07-06T11:01:50.364Z] f8517e60bd32: Preparing [2026-07-06T11:01:50.364Z] 9d651ed73662: Preparing [2026-07-06T11:01:50.364Z] e35be0f10a02: Preparing [2026-07-06T11:01:50.364Z] 874851a1299c: Preparing [2026-07-06T11:01:50.364Z] 9bf86e77a5b8: Preparing [2026-07-06T11:01:50.364Z] c2118d0b9810: Preparing [2026-07-06T11:01:50.364Z] 733ff8a88587: Preparing [2026-07-06T11:01:50.364Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:50.364Z] 874851a1299c: Waiting [2026-07-06T11:01:50.364Z] 9bf86e77a5b8: Waiting [2026-07-06T11:01:50.364Z] c2118d0b9810: Waiting [2026-07-06T11:01:50.364Z] 733ff8a88587: Waiting [2026-07-06T11:01:50.364Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:50.364Z] e35be0f10a02: Waiting [2026-07-06T11:01:50.364Z] 06026f66b75f: Layer already exists [2026-07-06T11:01:50.364Z] 9d651ed73662: Layer already exists [2026-07-06T11:01:50.364Z] e34a1287fc9f: Layer already exists [2026-07-06T11:01:50.364Z] f8517e60bd32: Layer already exists [2026-07-06T11:01:50.364Z] 254eb41bc910: Layer already exists [2026-07-06T11:01:50.364Z] 874851a1299c: Layer already exists [2026-07-06T11:01:50.364Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:50.364Z] c2118d0b9810: Layer already exists [2026-07-06T11:01:50.364Z] 9bf86e77a5b8: Layer already exists [2026-07-06T11:01:50.364Z] 733ff8a88587: Layer already exists [2026-07-06T11:01:50.364Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:50.627Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:50.993Z] + 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-07-06T11:01:51.350Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2026-07-06T11:01:51.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-07-06T11:01:51.350Z] 06026f66b75f: Preparing [2026-07-06T11:01:51.350Z] e34a1287fc9f: Preparing [2026-07-06T11:01:51.350Z] 254eb41bc910: Preparing [2026-07-06T11:01:51.350Z] f8517e60bd32: Preparing [2026-07-06T11:01:51.350Z] 9d651ed73662: Preparing [2026-07-06T11:01:51.350Z] e35be0f10a02: Preparing [2026-07-06T11:01:51.350Z] 874851a1299c: Preparing [2026-07-06T11:01:51.350Z] 9bf86e77a5b8: Preparing [2026-07-06T11:01:51.350Z] c2118d0b9810: Preparing [2026-07-06T11:01:51.350Z] 733ff8a88587: Preparing [2026-07-06T11:01:51.350Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:51.350Z] 9bf86e77a5b8: Waiting [2026-07-06T11:01:51.350Z] c2118d0b9810: Waiting [2026-07-06T11:01:51.350Z] 733ff8a88587: Waiting [2026-07-06T11:01:51.350Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:51.350Z] e35be0f10a02: Waiting [2026-07-06T11:01:51.350Z] 874851a1299c: Waiting [2026-07-06T11:01:51.350Z] 9d651ed73662: Layer already exists [2026-07-06T11:01:51.350Z] e34a1287fc9f: Layer already exists [2026-07-06T11:01:51.350Z] 06026f66b75f: Layer already exists [2026-07-06T11:01:51.350Z] f8517e60bd32: Layer already exists [2026-07-06T11:01:51.350Z] 254eb41bc910: Layer already exists [2026-07-06T11:01:51.350Z] 9bf86e77a5b8: Layer already exists [2026-07-06T11:01:51.350Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:51.350Z] 733ff8a88587: Layer already exists [2026-07-06T11:01:51.350Z] c2118d0b9810: Layer already exists [2026-07-06T11:01:51.350Z] 874851a1299c: Layer already exists [2026-07-06T11:01:51.350Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:51.615Z] main: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:01:51.714Z] ===================================================== [Pipeline] echo [2026-07-06T11:01:51.734Z] taggedImages: [2026-07-06T11:01:51.734Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:51.734Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-07-06T11:01:51.734Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.123 [2026-07-06T11:01:51.734Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:51.734Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-07-06T11:01:51.767Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2026-07-06T11:01:51.767Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:51.767Z] latest [2026-07-06T11:01:51.767Z] 4.1.0-dev.123 [2026-07-06T11:01:51.767Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:01:51.767Z] main [2026-07-06T11:01:51.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:52.164Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:01:52.531Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:01:52.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-07-06T11:01:52.531Z] 13a76ed5bf73: Preparing [2026-07-06T11:01:52.531Z] 8678622c9e26: Preparing [2026-07-06T11:01:52.531Z] 8b8f7754acda: Preparing [2026-07-06T11:01:52.531Z] 29b2c682a75a: Preparing [2026-07-06T11:01:52.531Z] c1e99e2b9b86: Preparing [2026-07-06T11:01:52.531Z] a03d5f1c49fb: Preparing [2026-07-06T11:01:52.531Z] 608aafcdb621: Preparing [2026-07-06T11:01:52.531Z] a03d5f1c49fb: Waiting [2026-07-06T11:01:52.531Z] e35be0f10a02: Preparing [2026-07-06T11:01:52.531Z] 608aafcdb621: Waiting [2026-07-06T11:01:52.531Z] 874851a1299c: Preparing [2026-07-06T11:01:52.531Z] e35be0f10a02: Waiting [2026-07-06T11:01:52.531Z] 7f8b7bcb1ba8: Preparing [2026-07-06T11:01:52.531Z] 874851a1299c: Waiting [2026-07-06T11:01:52.531Z] 060aa7d58228: Preparing [2026-07-06T11:01:52.531Z] 7f8b7bcb1ba8: Waiting [2026-07-06T11:01:52.531Z] 060aa7d58228: Waiting [2026-07-06T11:01:52.531Z] 03ba6f53ebfc: Preparing [2026-07-06T11:01:52.531Z] 03ba6f53ebfc: Waiting [2026-07-06T11:01:52.797Z] c1e99e2b9b86: Pushed [2026-07-06T11:01:52.797Z] 8678622c9e26: Pushed [2026-07-06T11:01:52.797Z] 13a76ed5bf73: Pushed [2026-07-06T11:01:52.797Z] e35be0f10a02: Layer already exists [2026-07-06T11:01:52.797Z] 874851a1299c: Layer already exists [2026-07-06T11:01:52.797Z] a03d5f1c49fb: Pushed [2026-07-06T11:01:52.797Z] 608aafcdb621: Pushed [2026-07-06T11:01:53.061Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:01:53.061Z] 7f8b7bcb1ba8: Pushed [2026-07-06T11:01:56.383Z] 060aa7d58228: Pushed [2026-07-06T11:01:59.707Z] 29b2c682a75a: Pushed [2026-07-06T11:01:59.707Z] 8b8f7754acda: Pushed [2026-07-06T11:02:01.102Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:01.465Z] + 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-07-06T11:02:01.919Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-07-06T11:02:01.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-07-06T11:02:01.919Z] 13a76ed5bf73: Preparing [2026-07-06T11:02:01.919Z] 8678622c9e26: Preparing [2026-07-06T11:02:01.919Z] 8b8f7754acda: Preparing [2026-07-06T11:02:01.919Z] 29b2c682a75a: Preparing [2026-07-06T11:02:01.919Z] c1e99e2b9b86: Preparing [2026-07-06T11:02:01.919Z] a03d5f1c49fb: Preparing [2026-07-06T11:02:01.919Z] 608aafcdb621: Preparing [2026-07-06T11:02:01.919Z] e35be0f10a02: Preparing [2026-07-06T11:02:01.919Z] 874851a1299c: Preparing [2026-07-06T11:02:01.919Z] 7f8b7bcb1ba8: Preparing [2026-07-06T11:02:01.919Z] 060aa7d58228: Preparing [2026-07-06T11:02:01.919Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:01.919Z] 608aafcdb621: Waiting [2026-07-06T11:02:01.919Z] a03d5f1c49fb: Waiting [2026-07-06T11:02:01.919Z] 7f8b7bcb1ba8: Waiting [2026-07-06T11:02:01.919Z] 060aa7d58228: Waiting [2026-07-06T11:02:01.919Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:01.919Z] e35be0f10a02: Waiting [2026-07-06T11:02:01.919Z] 874851a1299c: Waiting [2026-07-06T11:02:01.919Z] 29b2c682a75a: Layer already exists [2026-07-06T11:02:01.919Z] c1e99e2b9b86: Layer already exists [2026-07-06T11:02:01.919Z] 13a76ed5bf73: Layer already exists [2026-07-06T11:02:01.919Z] 8b8f7754acda: Layer already exists [2026-07-06T11:02:01.919Z] 8678622c9e26: Layer already exists [2026-07-06T11:02:01.919Z] 608aafcdb621: Layer already exists [2026-07-06T11:02:01.919Z] a03d5f1c49fb: Layer already exists [2026-07-06T11:02:01.919Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:01.919Z] 874851a1299c: Layer already exists [2026-07-06T11:02:01.919Z] 7f8b7bcb1ba8: Layer already exists [2026-07-06T11:02:01.919Z] 060aa7d58228: Layer already exists [2026-07-06T11:02:01.919Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:02.190Z] latest: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:02.562Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:02.945Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.123 [2026-07-06T11:02:02.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-07-06T11:02:02.945Z] 13a76ed5bf73: Preparing [2026-07-06T11:02:02.945Z] 8678622c9e26: Preparing [2026-07-06T11:02:02.945Z] 8b8f7754acda: Preparing [2026-07-06T11:02:02.945Z] 29b2c682a75a: Preparing [2026-07-06T11:02:02.945Z] c1e99e2b9b86: Preparing [2026-07-06T11:02:02.945Z] a03d5f1c49fb: Preparing [2026-07-06T11:02:02.945Z] 608aafcdb621: Preparing [2026-07-06T11:02:02.945Z] e35be0f10a02: Preparing [2026-07-06T11:02:02.945Z] 874851a1299c: Preparing [2026-07-06T11:02:02.945Z] 7f8b7bcb1ba8: Preparing [2026-07-06T11:02:02.945Z] 060aa7d58228: Preparing [2026-07-06T11:02:02.945Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:02.945Z] a03d5f1c49fb: Waiting [2026-07-06T11:02:02.945Z] 608aafcdb621: Waiting [2026-07-06T11:02:02.945Z] 874851a1299c: Waiting [2026-07-06T11:02:02.945Z] 7f8b7bcb1ba8: Waiting [2026-07-06T11:02:02.945Z] 060aa7d58228: Waiting [2026-07-06T11:02:02.945Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:02.945Z] e35be0f10a02: Waiting [2026-07-06T11:02:02.945Z] c1e99e2b9b86: Layer already exists [2026-07-06T11:02:02.945Z] 29b2c682a75a: Layer already exists [2026-07-06T11:02:02.945Z] 8678622c9e26: Layer already exists [2026-07-06T11:02:02.945Z] 13a76ed5bf73: Layer already exists [2026-07-06T11:02:02.945Z] 8b8f7754acda: Layer already exists [2026-07-06T11:02:02.945Z] a03d5f1c49fb: Layer already exists [2026-07-06T11:02:02.945Z] 608aafcdb621: Layer already exists [2026-07-06T11:02:02.945Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:02.945Z] 7f8b7bcb1ba8: Layer already exists [2026-07-06T11:02:02.945Z] 874851a1299c: Layer already exists [2026-07-06T11:02:02.945Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:02.945Z] 060aa7d58228: Layer already exists [2026-07-06T11:02:03.217Z] 4.1.0-dev.123: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:03.598Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:03.961Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:03.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-07-06T11:02:03.961Z] 13a76ed5bf73: Preparing [2026-07-06T11:02:03.961Z] 8678622c9e26: Preparing [2026-07-06T11:02:03.961Z] 8b8f7754acda: Preparing [2026-07-06T11:02:03.961Z] 29b2c682a75a: Preparing [2026-07-06T11:02:03.961Z] c1e99e2b9b86: Preparing [2026-07-06T11:02:03.961Z] a03d5f1c49fb: Preparing [2026-07-06T11:02:03.961Z] 608aafcdb621: Preparing [2026-07-06T11:02:03.961Z] e35be0f10a02: Preparing [2026-07-06T11:02:03.961Z] 874851a1299c: Preparing [2026-07-06T11:02:03.961Z] 7f8b7bcb1ba8: Preparing [2026-07-06T11:02:03.961Z] 060aa7d58228: Preparing [2026-07-06T11:02:03.961Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:03.961Z] 608aafcdb621: Waiting [2026-07-06T11:02:03.961Z] e35be0f10a02: Waiting [2026-07-06T11:02:03.961Z] 874851a1299c: Waiting [2026-07-06T11:02:03.961Z] 7f8b7bcb1ba8: Waiting [2026-07-06T11:02:03.961Z] 060aa7d58228: Waiting [2026-07-06T11:02:03.961Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:03.961Z] a03d5f1c49fb: Waiting [2026-07-06T11:02:03.961Z] 8678622c9e26: Layer already exists [2026-07-06T11:02:03.961Z] 13a76ed5bf73: Layer already exists [2026-07-06T11:02:03.961Z] 29b2c682a75a: Layer already exists [2026-07-06T11:02:03.961Z] 8b8f7754acda: Layer already exists [2026-07-06T11:02:03.961Z] c1e99e2b9b86: Layer already exists [2026-07-06T11:02:03.961Z] 608aafcdb621: Layer already exists [2026-07-06T11:02:03.961Z] 874851a1299c: Layer already exists [2026-07-06T11:02:03.961Z] a03d5f1c49fb: Layer already exists [2026-07-06T11:02:03.961Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:03.961Z] 7f8b7bcb1ba8: Layer already exists [2026-07-06T11:02:03.961Z] 060aa7d58228: Layer already exists [2026-07-06T11:02:03.961Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:04.225Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:04.593Z] + 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-07-06T11:02:04.952Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2026-07-06T11:02:04.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-07-06T11:02:04.952Z] 13a76ed5bf73: Preparing [2026-07-06T11:02:04.952Z] 8678622c9e26: Preparing [2026-07-06T11:02:04.952Z] 8b8f7754acda: Preparing [2026-07-06T11:02:04.952Z] 29b2c682a75a: Preparing [2026-07-06T11:02:04.952Z] c1e99e2b9b86: Preparing [2026-07-06T11:02:04.952Z] a03d5f1c49fb: Preparing [2026-07-06T11:02:04.952Z] 608aafcdb621: Preparing [2026-07-06T11:02:04.952Z] e35be0f10a02: Preparing [2026-07-06T11:02:04.952Z] 874851a1299c: Preparing [2026-07-06T11:02:04.952Z] 7f8b7bcb1ba8: Preparing [2026-07-06T11:02:04.952Z] 060aa7d58228: Preparing [2026-07-06T11:02:04.952Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:04.952Z] a03d5f1c49fb: Waiting [2026-07-06T11:02:04.952Z] 608aafcdb621: Waiting [2026-07-06T11:02:04.952Z] e35be0f10a02: Waiting [2026-07-06T11:02:04.952Z] 874851a1299c: Waiting [2026-07-06T11:02:04.952Z] 7f8b7bcb1ba8: Waiting [2026-07-06T11:02:04.952Z] 060aa7d58228: Waiting [2026-07-06T11:02:04.952Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:04.952Z] 13a76ed5bf73: Layer already exists [2026-07-06T11:02:04.952Z] 8b8f7754acda: Layer already exists [2026-07-06T11:02:04.952Z] 8678622c9e26: Layer already exists [2026-07-06T11:02:04.952Z] c1e99e2b9b86: Layer already exists [2026-07-06T11:02:04.952Z] 29b2c682a75a: Layer already exists [2026-07-06T11:02:04.952Z] a03d5f1c49fb: Layer already exists [2026-07-06T11:02:04.952Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:04.952Z] 608aafcdb621: Layer already exists [2026-07-06T11:02:04.952Z] 874851a1299c: Layer already exists [2026-07-06T11:02:04.952Z] 7f8b7bcb1ba8: Layer already exists [2026-07-06T11:02:04.952Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:04.952Z] 060aa7d58228: Layer already exists [2026-07-06T11:02:05.217Z] main: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:02:05.312Z] ===================================================== [Pipeline] echo [2026-07-06T11:02:05.324Z] taggedImages: [2026-07-06T11:02:05.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:05.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-07-06T11:02:05.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.123 [2026-07-06T11:02:05.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:05.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-07-06T11:02:05.355Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2026-07-06T11:02:05.355Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:05.355Z] latest [2026-07-06T11:02:05.355Z] 4.1.0-dev.123 [2026-07-06T11:02:05.355Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:05.355Z] main [2026-07-06T11:02:05.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:05.752Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:06.125Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:06.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-07-06T11:02:06.125Z] 1d514d4ce4af: Preparing [2026-07-06T11:02:06.125Z] 670bf79d1dae: Preparing [2026-07-06T11:02:06.125Z] e35be0f10a02: Preparing [2026-07-06T11:02:06.125Z] 874851a1299c: Preparing [2026-07-06T11:02:06.125Z] 17e53e4bcb9c: Preparing [2026-07-06T11:02:06.125Z] cbce63fb8873: Preparing [2026-07-06T11:02:06.125Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:06.125Z] cbce63fb8873: Waiting [2026-07-06T11:02:06.125Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:06.125Z] 874851a1299c: Layer already exists [2026-07-06T11:02:06.393Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:06.393Z] 17e53e4bcb9c: Pushed [2026-07-06T11:02:06.393Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:06.393Z] 1d514d4ce4af: Pushed [2026-07-06T11:02:08.327Z] cbce63fb8873: Pushed [2026-07-06T11:02:13.651Z] 670bf79d1dae: Pushed [2026-07-06T11:02:13.916Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:14.267Z] + 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-07-06T11:02:16.031Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-07-06T11:02:16.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-07-06T11:02:16.031Z] 1d514d4ce4af: Preparing [2026-07-06T11:02:16.031Z] 670bf79d1dae: Preparing [2026-07-06T11:02:16.031Z] e35be0f10a02: Preparing [2026-07-06T11:02:16.031Z] 874851a1299c: Preparing [2026-07-06T11:02:16.031Z] 17e53e4bcb9c: Preparing [2026-07-06T11:02:16.031Z] cbce63fb8873: Preparing [2026-07-06T11:02:16.031Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:16.031Z] cbce63fb8873: Waiting [2026-07-06T11:02:16.031Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:16.031Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:16.031Z] 17e53e4bcb9c: Layer already exists [2026-07-06T11:02:16.031Z] 670bf79d1dae: Layer already exists [2026-07-06T11:02:16.031Z] 1d514d4ce4af: Layer already exists [2026-07-06T11:02:16.031Z] 874851a1299c: Layer already exists [2026-07-06T11:02:16.031Z] cbce63fb8873: Layer already exists [2026-07-06T11:02:16.031Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:16.031Z] latest: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:16.651Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:17.012Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.123 [2026-07-06T11:02:17.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-07-06T11:02:17.013Z] 1d514d4ce4af: Preparing [2026-07-06T11:02:17.013Z] 670bf79d1dae: Preparing [2026-07-06T11:02:17.013Z] e35be0f10a02: Preparing [2026-07-06T11:02:17.013Z] 874851a1299c: Preparing [2026-07-06T11:02:17.013Z] 17e53e4bcb9c: Preparing [2026-07-06T11:02:17.013Z] cbce63fb8873: Preparing [2026-07-06T11:02:17.013Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:17.013Z] cbce63fb8873: Waiting [2026-07-06T11:02:17.013Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:17.013Z] 670bf79d1dae: Layer already exists [2026-07-06T11:02:17.013Z] 1d514d4ce4af: Layer already exists [2026-07-06T11:02:17.013Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:17.013Z] 17e53e4bcb9c: Layer already exists [2026-07-06T11:02:17.013Z] 874851a1299c: Layer already exists [2026-07-06T11:02:17.013Z] cbce63fb8873: Layer already exists [2026-07-06T11:02:17.013Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:17.277Z] 4.1.0-dev.123: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:17.642Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:18.005Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:18.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-07-06T11:02:18.005Z] 1d514d4ce4af: Preparing [2026-07-06T11:02:18.005Z] 670bf79d1dae: Preparing [2026-07-06T11:02:18.005Z] e35be0f10a02: Preparing [2026-07-06T11:02:18.005Z] 874851a1299c: Preparing [2026-07-06T11:02:18.005Z] 17e53e4bcb9c: Preparing [2026-07-06T11:02:18.005Z] cbce63fb8873: Preparing [2026-07-06T11:02:18.005Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:18.005Z] cbce63fb8873: Waiting [2026-07-06T11:02:18.005Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:18.005Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:18.005Z] 874851a1299c: Layer already exists [2026-07-06T11:02:18.005Z] 670bf79d1dae: Layer already exists [2026-07-06T11:02:18.005Z] 17e53e4bcb9c: Layer already exists [2026-07-06T11:02:18.005Z] 1d514d4ce4af: Layer already exists [2026-07-06T11:02:18.005Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:18.005Z] cbce63fb8873: Layer already exists [2026-07-06T11:02:18.005Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:18.626Z] + 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-07-06T11:02:18.981Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2026-07-06T11:02:18.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-07-06T11:02:18.981Z] 1d514d4ce4af: Preparing [2026-07-06T11:02:18.981Z] 670bf79d1dae: Preparing [2026-07-06T11:02:18.981Z] e35be0f10a02: Preparing [2026-07-06T11:02:18.981Z] 874851a1299c: Preparing [2026-07-06T11:02:18.982Z] 17e53e4bcb9c: Preparing [2026-07-06T11:02:18.982Z] cbce63fb8873: Preparing [2026-07-06T11:02:18.982Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:18.982Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:18.982Z] cbce63fb8873: Waiting [2026-07-06T11:02:18.982Z] 17e53e4bcb9c: Layer already exists [2026-07-06T11:02:18.982Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:18.982Z] 670bf79d1dae: Layer already exists [2026-07-06T11:02:18.982Z] 1d514d4ce4af: Layer already exists [2026-07-06T11:02:18.982Z] 874851a1299c: Layer already exists [2026-07-06T11:02:18.982Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:18.982Z] cbce63fb8873: Layer already exists [2026-07-06T11:02:19.245Z] main: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:02:19.329Z] ===================================================== [Pipeline] echo [2026-07-06T11:02:19.411Z] taggedImages: [2026-07-06T11:02:19.411Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:19.411Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-07-06T11:02:19.411Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.123 [2026-07-06T11:02:19.411Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:19.411Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-07-06T11:02:19.440Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2026-07-06T11:02:19.440Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:19.440Z] latest [2026-07-06T11:02:19.440Z] 4.1.0-dev.123 [2026-07-06T11:02:19.440Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:19.440Z] main [2026-07-06T11:02:19.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:19.819Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:20.176Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:20.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-07-06T11:02:20.176Z] a388d0ca0f02: Preparing [2026-07-06T11:02:20.176Z] b24df62e1a77: Preparing [2026-07-06T11:02:20.176Z] 116f599c034c: Preparing [2026-07-06T11:02:20.176Z] e35be0f10a02: Preparing [2026-07-06T11:02:20.176Z] 874851a1299c: Preparing [2026-07-06T11:02:20.176Z] 77d2644b8849: Preparing [2026-07-06T11:02:20.176Z] b729317e5e08: Preparing [2026-07-06T11:02:20.176Z] 1b30baa2d1ad: Preparing [2026-07-06T11:02:20.176Z] 83fd6f2727d1: Preparing [2026-07-06T11:02:20.176Z] 77d2644b8849: Waiting [2026-07-06T11:02:20.176Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:20.176Z] 1b30baa2d1ad: Waiting [2026-07-06T11:02:20.176Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:20.176Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:20.440Z] 874851a1299c: Layer already exists [2026-07-06T11:02:20.440Z] b24df62e1a77: Pushed [2026-07-06T11:02:20.440Z] 116f599c034c: Pushed [2026-07-06T11:02:20.440Z] a388d0ca0f02: Pushed [2026-07-06T11:02:20.440Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:20.440Z] 1b30baa2d1ad: Pushed [2026-07-06T11:02:21.391Z] 83fd6f2727d1: Pushed [2026-07-06T11:02:33.685Z] b729317e5e08: Pushed [2026-07-06T11:02:48.641Z] 77d2644b8849: Pushed [2026-07-06T11:02:48.641Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:49.005Z] + 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-07-06T11:02:49.369Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-07-06T11:02:49.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-07-06T11:02:49.369Z] a388d0ca0f02: Preparing [2026-07-06T11:02:49.369Z] b24df62e1a77: Preparing [2026-07-06T11:02:49.369Z] 116f599c034c: Preparing [2026-07-06T11:02:49.369Z] e35be0f10a02: Preparing [2026-07-06T11:02:49.369Z] 874851a1299c: Preparing [2026-07-06T11:02:49.369Z] 77d2644b8849: Preparing [2026-07-06T11:02:49.369Z] b729317e5e08: Preparing [2026-07-06T11:02:49.369Z] 1b30baa2d1ad: Preparing [2026-07-06T11:02:49.369Z] 83fd6f2727d1: Preparing [2026-07-06T11:02:49.369Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:49.369Z] 77d2644b8849: Waiting [2026-07-06T11:02:49.369Z] b729317e5e08: Waiting [2026-07-06T11:02:49.369Z] 1b30baa2d1ad: Waiting [2026-07-06T11:02:49.369Z] 83fd6f2727d1: Waiting [2026-07-06T11:02:49.369Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:49.369Z] 116f599c034c: Layer already exists [2026-07-06T11:02:49.369Z] b24df62e1a77: Layer already exists [2026-07-06T11:02:49.369Z] 874851a1299c: Layer already exists [2026-07-06T11:02:49.369Z] a388d0ca0f02: Layer already exists [2026-07-06T11:02:49.369Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:49.369Z] b729317e5e08: Layer already exists [2026-07-06T11:02:49.369Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:02:49.369Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:02:49.369Z] 77d2644b8849: Layer already exists [2026-07-06T11:02:49.369Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:49.634Z] latest: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:49.983Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:50.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.123 [2026-07-06T11:02:50.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-07-06T11:02:50.339Z] a388d0ca0f02: Preparing [2026-07-06T11:02:50.339Z] b24df62e1a77: Preparing [2026-07-06T11:02:50.339Z] 116f599c034c: Preparing [2026-07-06T11:02:50.339Z] e35be0f10a02: Preparing [2026-07-06T11:02:50.339Z] 874851a1299c: Preparing [2026-07-06T11:02:50.339Z] 77d2644b8849: Preparing [2026-07-06T11:02:50.339Z] b729317e5e08: Preparing [2026-07-06T11:02:50.339Z] 1b30baa2d1ad: Preparing [2026-07-06T11:02:50.339Z] 83fd6f2727d1: Preparing [2026-07-06T11:02:50.339Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:50.339Z] 77d2644b8849: Waiting [2026-07-06T11:02:50.339Z] b729317e5e08: Waiting [2026-07-06T11:02:50.339Z] 1b30baa2d1ad: Waiting [2026-07-06T11:02:50.339Z] 83fd6f2727d1: Waiting [2026-07-06T11:02:50.339Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:50.339Z] b24df62e1a77: Layer already exists [2026-07-06T11:02:50.339Z] a388d0ca0f02: Layer already exists [2026-07-06T11:02:50.339Z] 874851a1299c: Layer already exists [2026-07-06T11:02:50.339Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:50.339Z] 116f599c034c: Layer already exists [2026-07-06T11:02:50.339Z] 77d2644b8849: Layer already exists [2026-07-06T11:02:50.339Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:02:50.339Z] b729317e5e08: Layer already exists [2026-07-06T11:02:50.339Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:02:50.339Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:50.339Z] 4.1.0-dev.123: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:50.747Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:51.107Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:51.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-07-06T11:02:51.107Z] a388d0ca0f02: Preparing [2026-07-06T11:02:51.107Z] b24df62e1a77: Preparing [2026-07-06T11:02:51.107Z] 116f599c034c: Preparing [2026-07-06T11:02:51.107Z] e35be0f10a02: Preparing [2026-07-06T11:02:51.107Z] 874851a1299c: Preparing [2026-07-06T11:02:51.107Z] 77d2644b8849: Preparing [2026-07-06T11:02:51.107Z] b729317e5e08: Preparing [2026-07-06T11:02:51.107Z] 1b30baa2d1ad: Preparing [2026-07-06T11:02:51.107Z] 83fd6f2727d1: Preparing [2026-07-06T11:02:51.107Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:51.107Z] 77d2644b8849: Waiting [2026-07-06T11:02:51.107Z] b729317e5e08: Waiting [2026-07-06T11:02:51.107Z] 1b30baa2d1ad: Waiting [2026-07-06T11:02:51.107Z] 83fd6f2727d1: Waiting [2026-07-06T11:02:51.107Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:51.107Z] 874851a1299c: Layer already exists [2026-07-06T11:02:51.107Z] b24df62e1a77: Layer already exists [2026-07-06T11:02:51.107Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:51.107Z] a388d0ca0f02: Layer already exists [2026-07-06T11:02:51.107Z] 116f599c034c: Layer already exists [2026-07-06T11:02:51.107Z] b729317e5e08: Layer already exists [2026-07-06T11:02:51.107Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:02:51.107Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:02:51.107Z] 77d2644b8849: Layer already exists [2026-07-06T11:02:51.107Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:51.371Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:51.728Z] + 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-07-06T11:02:52.088Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2026-07-06T11:02:52.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-07-06T11:02:52.088Z] a388d0ca0f02: Preparing [2026-07-06T11:02:52.088Z] b24df62e1a77: Preparing [2026-07-06T11:02:52.088Z] 116f599c034c: Preparing [2026-07-06T11:02:52.088Z] e35be0f10a02: Preparing [2026-07-06T11:02:52.088Z] 874851a1299c: Preparing [2026-07-06T11:02:52.088Z] 77d2644b8849: Preparing [2026-07-06T11:02:52.088Z] b729317e5e08: Preparing [2026-07-06T11:02:52.088Z] 1b30baa2d1ad: Preparing [2026-07-06T11:02:52.088Z] 83fd6f2727d1: Preparing [2026-07-06T11:02:52.088Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:52.088Z] 77d2644b8849: Waiting [2026-07-06T11:02:52.088Z] b729317e5e08: Waiting [2026-07-06T11:02:52.088Z] 1b30baa2d1ad: Waiting [2026-07-06T11:02:52.088Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:52.088Z] 83fd6f2727d1: Waiting [2026-07-06T11:02:52.088Z] a388d0ca0f02: Layer already exists [2026-07-06T11:02:52.088Z] b24df62e1a77: Layer already exists [2026-07-06T11:02:52.088Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:52.088Z] 116f599c034c: Layer already exists [2026-07-06T11:02:52.088Z] 874851a1299c: Layer already exists [2026-07-06T11:02:52.088Z] 77d2644b8849: Layer already exists [2026-07-06T11:02:52.088Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:02:52.088Z] b729317e5e08: Layer already exists [2026-07-06T11:02:52.088Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:02:52.088Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:52.088Z] main: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:02:52.450Z] ===================================================== [Pipeline] echo [2026-07-06T11:02:52.466Z] taggedImages: [2026-07-06T11:02:52.466Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:52.466Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-07-06T11:02:52.466Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.123 [2026-07-06T11:02:52.466Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:52.466Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-07-06T11:02:52.506Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2026-07-06T11:02:52.506Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:52.506Z] latest [2026-07-06T11:02:52.506Z] 4.1.0-dev.123 [2026-07-06T11:02:52.506Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:02:52.506Z] main [2026-07-06T11:02:52.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:52.893Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:02:53.251Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:02:53.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-07-06T11:02:53.252Z] 01b0923062f2: Preparing [2026-07-06T11:02:53.252Z] c5cabf946021: Preparing [2026-07-06T11:02:53.252Z] 6f107a75bac8: Preparing [2026-07-06T11:02:53.252Z] e35be0f10a02: Preparing [2026-07-06T11:02:53.252Z] 874851a1299c: Preparing [2026-07-06T11:02:53.252Z] 6aef54c9662a: Preparing [2026-07-06T11:02:53.252Z] fae2d2de99a7: Preparing [2026-07-06T11:02:53.252Z] 36e511cc017b: Preparing [2026-07-06T11:02:53.252Z] 03ba6f53ebfc: Preparing [2026-07-06T11:02:53.252Z] 6aef54c9662a: Waiting [2026-07-06T11:02:53.252Z] 36e511cc017b: Waiting [2026-07-06T11:02:53.252Z] fae2d2de99a7: Waiting [2026-07-06T11:02:53.252Z] 03ba6f53ebfc: Waiting [2026-07-06T11:02:53.252Z] 874851a1299c: Layer already exists [2026-07-06T11:02:53.252Z] e35be0f10a02: Layer already exists [2026-07-06T11:02:53.516Z] 6f107a75bac8: Pushed [2026-07-06T11:02:53.516Z] 01b0923062f2: Pushed [2026-07-06T11:02:53.516Z] c5cabf946021: Pushed [2026-07-06T11:02:53.516Z] fae2d2de99a7: Pushed [2026-07-06T11:02:53.516Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:02:54.092Z] 36e511cc017b: Pushed [2026-07-06T11:03:20.732Z] 6aef54c9662a: Pushed [2026-07-06T11:03:20.732Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:21.095Z] + 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-07-06T11:03:21.554Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-07-06T11:03:21.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-07-06T11:03:21.554Z] 01b0923062f2: Preparing [2026-07-06T11:03:21.554Z] c5cabf946021: Preparing [2026-07-06T11:03:21.554Z] 6f107a75bac8: Preparing [2026-07-06T11:03:21.554Z] e35be0f10a02: Preparing [2026-07-06T11:03:21.554Z] 874851a1299c: Preparing [2026-07-06T11:03:21.554Z] 6aef54c9662a: Preparing [2026-07-06T11:03:21.554Z] fae2d2de99a7: Preparing [2026-07-06T11:03:21.554Z] 36e511cc017b: Preparing [2026-07-06T11:03:21.554Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:21.554Z] 6aef54c9662a: Waiting [2026-07-06T11:03:21.554Z] fae2d2de99a7: Waiting [2026-07-06T11:03:21.554Z] 36e511cc017b: Waiting [2026-07-06T11:03:21.554Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:21.554Z] 01b0923062f2: Layer already exists [2026-07-06T11:03:21.554Z] 6f107a75bac8: Layer already exists [2026-07-06T11:03:21.554Z] 874851a1299c: Layer already exists [2026-07-06T11:03:21.554Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:21.554Z] c5cabf946021: Layer already exists [2026-07-06T11:03:21.554Z] 6aef54c9662a: Layer already exists [2026-07-06T11:03:21.554Z] 36e511cc017b: Layer already exists [2026-07-06T11:03:21.554Z] fae2d2de99a7: Layer already exists [2026-07-06T11:03:21.554Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:21.820Z] latest: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:22.177Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:22.532Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.123 [2026-07-06T11:03:22.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-07-06T11:03:22.532Z] 01b0923062f2: Preparing [2026-07-06T11:03:22.532Z] c5cabf946021: Preparing [2026-07-06T11:03:22.532Z] 6f107a75bac8: Preparing [2026-07-06T11:03:22.532Z] e35be0f10a02: Preparing [2026-07-06T11:03:22.532Z] 874851a1299c: Preparing [2026-07-06T11:03:22.532Z] 6aef54c9662a: Preparing [2026-07-06T11:03:22.532Z] fae2d2de99a7: Preparing [2026-07-06T11:03:22.532Z] 6aef54c9662a: Waiting [2026-07-06T11:03:22.532Z] 36e511cc017b: Preparing [2026-07-06T11:03:22.532Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:22.532Z] 36e511cc017b: Waiting [2026-07-06T11:03:22.532Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:22.532Z] 874851a1299c: Layer already exists [2026-07-06T11:03:22.532Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:22.532Z] c5cabf946021: Layer already exists [2026-07-06T11:03:22.532Z] 01b0923062f2: Layer already exists [2026-07-06T11:03:22.532Z] 6f107a75bac8: Layer already exists [2026-07-06T11:03:22.532Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:22.532Z] 6aef54c9662a: Layer already exists [2026-07-06T11:03:22.532Z] 36e511cc017b: Layer already exists [2026-07-06T11:03:22.532Z] fae2d2de99a7: Layer already exists [2026-07-06T11:03:22.532Z] 4.1.0-dev.123: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:23.203Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:23.557Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:03:23.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-07-06T11:03:23.557Z] 01b0923062f2: Preparing [2026-07-06T11:03:23.557Z] c5cabf946021: Preparing [2026-07-06T11:03:23.557Z] 6f107a75bac8: Preparing [2026-07-06T11:03:23.557Z] e35be0f10a02: Preparing [2026-07-06T11:03:23.557Z] 874851a1299c: Preparing [2026-07-06T11:03:23.557Z] 6aef54c9662a: Preparing [2026-07-06T11:03:23.557Z] fae2d2de99a7: Preparing [2026-07-06T11:03:23.557Z] 36e511cc017b: Preparing [2026-07-06T11:03:23.557Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:23.557Z] 6aef54c9662a: Waiting [2026-07-06T11:03:23.557Z] fae2d2de99a7: Waiting [2026-07-06T11:03:23.557Z] 36e511cc017b: Waiting [2026-07-06T11:03:23.557Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:23.557Z] 6f107a75bac8: Layer already exists [2026-07-06T11:03:23.557Z] 874851a1299c: Layer already exists [2026-07-06T11:03:23.557Z] c5cabf946021: Layer already exists [2026-07-06T11:03:23.557Z] 01b0923062f2: Layer already exists [2026-07-06T11:03:23.557Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:23.557Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:23.557Z] 36e511cc017b: Layer already exists [2026-07-06T11:03:23.557Z] fae2d2de99a7: Layer already exists [2026-07-06T11:03:23.557Z] 6aef54c9662a: Layer already exists [2026-07-06T11:03:23.557Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:24.182Z] + 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-07-06T11:03:27.907Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2026-07-06T11:03:27.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-07-06T11:03:27.907Z] 01b0923062f2: Preparing [2026-07-06T11:03:27.907Z] c5cabf946021: Preparing [2026-07-06T11:03:27.907Z] 6f107a75bac8: Preparing [2026-07-06T11:03:27.907Z] e35be0f10a02: Preparing [2026-07-06T11:03:27.907Z] 874851a1299c: Preparing [2026-07-06T11:03:27.907Z] 6aef54c9662a: Preparing [2026-07-06T11:03:27.907Z] fae2d2de99a7: Preparing [2026-07-06T11:03:27.907Z] 36e511cc017b: Preparing [2026-07-06T11:03:27.907Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:27.907Z] 6aef54c9662a: Waiting [2026-07-06T11:03:27.907Z] fae2d2de99a7: Waiting [2026-07-06T11:03:27.907Z] 36e511cc017b: Waiting [2026-07-06T11:03:27.907Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:27.907Z] 874851a1299c: Layer already exists [2026-07-06T11:03:27.907Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:27.907Z] 01b0923062f2: Layer already exists [2026-07-06T11:03:27.907Z] 6f107a75bac8: Layer already exists [2026-07-06T11:03:27.907Z] c5cabf946021: Layer already exists [2026-07-06T11:03:27.907Z] 36e511cc017b: Layer already exists [2026-07-06T11:03:27.907Z] 6aef54c9662a: Layer already exists [2026-07-06T11:03:27.907Z] fae2d2de99a7: Layer already exists [2026-07-06T11:03:27.907Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:28.173Z] main: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:03:28.404Z] ===================================================== [Pipeline] echo [2026-07-06T11:03:28.421Z] taggedImages: [2026-07-06T11:03:28.421Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:03:28.421Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-07-06T11:03:28.421Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.123 [2026-07-06T11:03:28.421Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:03:28.421Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-07-06T11:03:28.456Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2026-07-06T11:03:28.456Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:03:28.456Z] latest [2026-07-06T11:03:28.456Z] 4.1.0-dev.123 [2026-07-06T11:03:28.456Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:03:28.456Z] main [2026-07-06T11:03:28.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:28.842Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:29.210Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:03:29.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-07-06T11:03:29.210Z] cdde49f28335: Preparing [2026-07-06T11:03:29.210Z] 8a38bf6a18d6: Preparing [2026-07-06T11:03:29.210Z] fa51878014f1: Preparing [2026-07-06T11:03:29.210Z] e35be0f10a02: Preparing [2026-07-06T11:03:29.210Z] 874851a1299c: Preparing [2026-07-06T11:03:29.210Z] e1e4b3d4226f: Preparing [2026-07-06T11:03:29.210Z] 1b30baa2d1ad: Preparing [2026-07-06T11:03:29.210Z] 83fd6f2727d1: Preparing [2026-07-06T11:03:29.210Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:29.210Z] e1e4b3d4226f: Waiting [2026-07-06T11:03:29.210Z] 1b30baa2d1ad: Waiting [2026-07-06T11:03:29.210Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:29.210Z] 83fd6f2727d1: Waiting [2026-07-06T11:03:29.210Z] 874851a1299c: Layer already exists [2026-07-06T11:03:29.210Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:29.210Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:03:29.484Z] 8a38bf6a18d6: Pushed [2026-07-06T11:03:29.484Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:03:29.484Z] fa51878014f1: Pushed [2026-07-06T11:03:29.484Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:29.484Z] cdde49f28335: Pushed [2026-07-06T11:03:56.276Z] e1e4b3d4226f: Pushed [2026-07-06T11:03:56.276Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:56.805Z] + 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-07-06T11:03:57.198Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-07-06T11:03:57.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-07-06T11:03:57.198Z] cdde49f28335: Preparing [2026-07-06T11:03:57.199Z] 8a38bf6a18d6: Preparing [2026-07-06T11:03:57.199Z] fa51878014f1: Preparing [2026-07-06T11:03:57.199Z] e35be0f10a02: Preparing [2026-07-06T11:03:57.199Z] 874851a1299c: Preparing [2026-07-06T11:03:57.199Z] e1e4b3d4226f: Preparing [2026-07-06T11:03:57.199Z] 1b30baa2d1ad: Preparing [2026-07-06T11:03:57.199Z] 83fd6f2727d1: Preparing [2026-07-06T11:03:57.199Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:57.199Z] 1b30baa2d1ad: Waiting [2026-07-06T11:03:57.199Z] 83fd6f2727d1: Waiting [2026-07-06T11:03:57.199Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:57.199Z] e1e4b3d4226f: Waiting [2026-07-06T11:03:57.199Z] fa51878014f1: Layer already exists [2026-07-06T11:03:57.199Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:57.199Z] cdde49f28335: Layer already exists [2026-07-06T11:03:57.199Z] 8a38bf6a18d6: Layer already exists [2026-07-06T11:03:57.199Z] 874851a1299c: Layer already exists [2026-07-06T11:03:57.199Z] e1e4b3d4226f: Layer already exists [2026-07-06T11:03:57.199Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:03:57.199Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:57.199Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:03:57.199Z] latest: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:57.719Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:58.111Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.123 [2026-07-06T11:03:58.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-07-06T11:03:58.111Z] cdde49f28335: Preparing [2026-07-06T11:03:58.111Z] 8a38bf6a18d6: Preparing [2026-07-06T11:03:58.111Z] fa51878014f1: Preparing [2026-07-06T11:03:58.111Z] e35be0f10a02: Preparing [2026-07-06T11:03:58.111Z] 874851a1299c: Preparing [2026-07-06T11:03:58.111Z] e1e4b3d4226f: Preparing [2026-07-06T11:03:58.111Z] 1b30baa2d1ad: Preparing [2026-07-06T11:03:58.111Z] 83fd6f2727d1: Preparing [2026-07-06T11:03:58.111Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:58.111Z] 1b30baa2d1ad: Waiting [2026-07-06T11:03:58.111Z] 83fd6f2727d1: Waiting [2026-07-06T11:03:58.111Z] e1e4b3d4226f: Waiting [2026-07-06T11:03:58.111Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:58.111Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:58.111Z] cdde49f28335: Layer already exists [2026-07-06T11:03:58.111Z] 874851a1299c: Layer already exists [2026-07-06T11:03:58.111Z] 8a38bf6a18d6: Layer already exists [2026-07-06T11:03:58.111Z] fa51878014f1: Layer already exists [2026-07-06T11:03:58.111Z] e1e4b3d4226f: Layer already exists [2026-07-06T11:03:58.111Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:03:58.111Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:03:58.111Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:58.111Z] 4.1.0-dev.123: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:58.793Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:59.277Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:03:59.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-07-06T11:03:59.277Z] cdde49f28335: Preparing [2026-07-06T11:03:59.277Z] 8a38bf6a18d6: Preparing [2026-07-06T11:03:59.277Z] fa51878014f1: Preparing [2026-07-06T11:03:59.277Z] e35be0f10a02: Preparing [2026-07-06T11:03:59.277Z] 874851a1299c: Preparing [2026-07-06T11:03:59.277Z] e1e4b3d4226f: Preparing [2026-07-06T11:03:59.277Z] 1b30baa2d1ad: Preparing [2026-07-06T11:03:59.277Z] 83fd6f2727d1: Preparing [2026-07-06T11:03:59.277Z] 03ba6f53ebfc: Preparing [2026-07-06T11:03:59.277Z] 1b30baa2d1ad: Waiting [2026-07-06T11:03:59.277Z] 83fd6f2727d1: Waiting [2026-07-06T11:03:59.277Z] 03ba6f53ebfc: Waiting [2026-07-06T11:03:59.277Z] e1e4b3d4226f: Waiting [2026-07-06T11:03:59.277Z] 874851a1299c: Layer already exists [2026-07-06T11:03:59.277Z] e35be0f10a02: Layer already exists [2026-07-06T11:03:59.277Z] fa51878014f1: Layer already exists [2026-07-06T11:03:59.277Z] 8a38bf6a18d6: Layer already exists [2026-07-06T11:03:59.277Z] cdde49f28335: Layer already exists [2026-07-06T11:03:59.277Z] e1e4b3d4226f: Layer already exists [2026-07-06T11:03:59.277Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:03:59.277Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:03:59.277Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:03:59.277Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:03:59.669Z] + 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-07-06T11:04:00.041Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2026-07-06T11:04:00.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-07-06T11:04:00.041Z] cdde49f28335: Preparing [2026-07-06T11:04:00.041Z] 8a38bf6a18d6: Preparing [2026-07-06T11:04:00.041Z] fa51878014f1: Preparing [2026-07-06T11:04:00.041Z] e35be0f10a02: Preparing [2026-07-06T11:04:00.041Z] 874851a1299c: Preparing [2026-07-06T11:04:00.041Z] e1e4b3d4226f: Preparing [2026-07-06T11:04:00.041Z] 1b30baa2d1ad: Preparing [2026-07-06T11:04:00.041Z] 83fd6f2727d1: Preparing [2026-07-06T11:04:00.041Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:00.041Z] 1b30baa2d1ad: Waiting [2026-07-06T11:04:00.041Z] 83fd6f2727d1: Waiting [2026-07-06T11:04:00.041Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:00.041Z] e1e4b3d4226f: Waiting [2026-07-06T11:04:00.041Z] fa51878014f1: Layer already exists [2026-07-06T11:04:00.041Z] 8a38bf6a18d6: Layer already exists [2026-07-06T11:04:00.041Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:00.041Z] 874851a1299c: Layer already exists [2026-07-06T11:04:00.041Z] cdde49f28335: Layer already exists [2026-07-06T11:04:00.041Z] 1b30baa2d1ad: Layer already exists [2026-07-06T11:04:00.041Z] e1e4b3d4226f: Layer already exists [2026-07-06T11:04:00.041Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:00.041Z] 83fd6f2727d1: Layer already exists [2026-07-06T11:04:00.311Z] main: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:04:00.414Z] ===================================================== [Pipeline] echo [2026-07-06T11:04:00.426Z] taggedImages: [2026-07-06T11:04:00.426Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:04:00.426Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-07-06T11:04:00.426Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.123 [2026-07-06T11:04:00.426Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:04:00.426Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-07-06T11:04:00.451Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2026-07-06T11:04:00.451Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:04:00.451Z] latest [2026-07-06T11:04:00.451Z] 4.1.0-dev.123 [2026-07-06T11:04:00.451Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:04:00.451Z] main [2026-07-06T11:04:00.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:00.866Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:01.427Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:04:01.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-07-06T11:04:01.427Z] a6f63f803bd2: Preparing [2026-07-06T11:04:01.427Z] e59a41f238f6: Preparing [2026-07-06T11:04:01.427Z] e35be0f10a02: Preparing [2026-07-06T11:04:01.427Z] 874851a1299c: Preparing [2026-07-06T11:04:01.427Z] afb5120cb5fa: Preparing [2026-07-06T11:04:01.427Z] 1f94c0815736: Preparing [2026-07-06T11:04:01.427Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:01.427Z] 1f94c0815736: Waiting [2026-07-06T11:04:01.427Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:01.427Z] 874851a1299c: Layer already exists [2026-07-06T11:04:01.427Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:01.724Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:01.724Z] afb5120cb5fa: Pushed [2026-07-06T11:04:01.724Z] a6f63f803bd2: Pushed [2026-07-06T11:04:03.715Z] 1f94c0815736: Pushed [2026-07-06T11:04:10.416Z] e59a41f238f6: Pushed [2026-07-06T11:04:10.416Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:10.983Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:11.371Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-07-06T11:04:11.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-07-06T11:04:11.371Z] a6f63f803bd2: Preparing [2026-07-06T11:04:11.371Z] e59a41f238f6: Preparing [2026-07-06T11:04:11.371Z] e35be0f10a02: Preparing [2026-07-06T11:04:11.371Z] 874851a1299c: Preparing [2026-07-06T11:04:11.371Z] afb5120cb5fa: Preparing [2026-07-06T11:04:11.371Z] 1f94c0815736: Preparing [2026-07-06T11:04:11.371Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:11.371Z] 1f94c0815736: Waiting [2026-07-06T11:04:11.371Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:11.371Z] afb5120cb5fa: Layer already exists [2026-07-06T11:04:11.371Z] a6f63f803bd2: Layer already exists [2026-07-06T11:04:11.371Z] e59a41f238f6: Layer already exists [2026-07-06T11:04:11.371Z] 874851a1299c: Layer already exists [2026-07-06T11:04:11.371Z] 1f94c0815736: Layer already exists [2026-07-06T11:04:11.371Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:11.371Z] latest: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:12.058Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:12.408Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.123 [2026-07-06T11:04:12.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-07-06T11:04:12.408Z] a6f63f803bd2: Preparing [2026-07-06T11:04:12.408Z] e59a41f238f6: Preparing [2026-07-06T11:04:12.408Z] e35be0f10a02: Preparing [2026-07-06T11:04:12.408Z] 874851a1299c: Preparing [2026-07-06T11:04:12.408Z] afb5120cb5fa: Preparing [2026-07-06T11:04:12.408Z] 1f94c0815736: Preparing [2026-07-06T11:04:12.408Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:12.408Z] 1f94c0815736: Waiting [2026-07-06T11:04:12.408Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:12.408Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:12.408Z] a6f63f803bd2: Layer already exists [2026-07-06T11:04:12.408Z] afb5120cb5fa: Layer already exists [2026-07-06T11:04:12.408Z] 874851a1299c: Layer already exists [2026-07-06T11:04:12.408Z] e59a41f238f6: Layer already exists [2026-07-06T11:04:12.408Z] 1f94c0815736: Layer already exists [2026-07-06T11:04:12.408Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:12.408Z] 4.1.0-dev.123: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:13.060Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:13.427Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:04:13.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-07-06T11:04:13.427Z] a6f63f803bd2: Preparing [2026-07-06T11:04:13.427Z] e59a41f238f6: Preparing [2026-07-06T11:04:13.427Z] e35be0f10a02: Preparing [2026-07-06T11:04:13.427Z] 874851a1299c: Preparing [2026-07-06T11:04:13.427Z] afb5120cb5fa: Preparing [2026-07-06T11:04:13.427Z] 1f94c0815736: Preparing [2026-07-06T11:04:13.427Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:13.427Z] 1f94c0815736: Waiting [2026-07-06T11:04:13.427Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:13.427Z] e59a41f238f6: Layer already exists [2026-07-06T11:04:13.427Z] a6f63f803bd2: Layer already exists [2026-07-06T11:04:13.427Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:13.427Z] afb5120cb5fa: Layer already exists [2026-07-06T11:04:13.427Z] 874851a1299c: Layer already exists [2026-07-06T11:04:13.427Z] 1f94c0815736: Layer already exists [2026-07-06T11:04:13.427Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:13.427Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:13.778Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:14.118Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2026-07-06T11:04:14.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-07-06T11:04:14.118Z] a6f63f803bd2: Preparing [2026-07-06T11:04:14.118Z] e59a41f238f6: Preparing [2026-07-06T11:04:14.118Z] e35be0f10a02: Preparing [2026-07-06T11:04:14.118Z] 874851a1299c: Preparing [2026-07-06T11:04:14.118Z] afb5120cb5fa: Preparing [2026-07-06T11:04:14.118Z] 1f94c0815736: Preparing [2026-07-06T11:04:14.118Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:14.118Z] 1f94c0815736: Waiting [2026-07-06T11:04:14.118Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:14.118Z] 874851a1299c: Layer already exists [2026-07-06T11:04:14.118Z] e59a41f238f6: Layer already exists [2026-07-06T11:04:14.118Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:14.118Z] afb5120cb5fa: Layer already exists [2026-07-06T11:04:14.118Z] a6f63f803bd2: Layer already exists [2026-07-06T11:04:14.118Z] 1f94c0815736: Layer already exists [2026-07-06T11:04:14.118Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:14.118Z] main: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:04:14.479Z] ===================================================== [Pipeline] echo [2026-07-06T11:04:14.494Z] taggedImages: [2026-07-06T11:04:14.494Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:04:14.494Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-07-06T11:04:14.494Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.123 [2026-07-06T11:04:14.494Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:04:14.494Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-07-06T11:04:14.532Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2026-07-06T11:04:14.532Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:04:14.532Z] latest [2026-07-06T11:04:14.532Z] 4.1.0-dev.123 [2026-07-06T11:04:14.532Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:04:14.532Z] main [2026-07-06T11:04:14.532Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:14.938Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:15.302Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:04:15.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-07-06T11:04:15.302Z] 17f30fa58c99: Preparing [2026-07-06T11:04:15.302Z] 10a62ef710fe: Preparing [2026-07-06T11:04:15.302Z] e35be0f10a02: Preparing [2026-07-06T11:04:15.302Z] 874851a1299c: Preparing [2026-07-06T11:04:15.302Z] 724d6abf9d13: Preparing [2026-07-06T11:04:15.302Z] 627b668b5b21: Preparing [2026-07-06T11:04:15.302Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:15.302Z] 627b668b5b21: Waiting [2026-07-06T11:04:15.302Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:15.302Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:15.567Z] 874851a1299c: Layer already exists [2026-07-06T11:04:15.567Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:15.567Z] 724d6abf9d13: Pushed [2026-07-06T11:04:15.567Z] 17f30fa58c99: Pushed [2026-07-06T11:04:16.146Z] 627b668b5b21: Pushed [2026-07-06T11:04:26.016Z] 10a62ef710fe: Pushed [2026-07-06T11:04:26.016Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:26.374Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:26.746Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-07-06T11:04:26.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-07-06T11:04:26.746Z] 17f30fa58c99: Preparing [2026-07-06T11:04:26.746Z] 10a62ef710fe: Preparing [2026-07-06T11:04:26.746Z] e35be0f10a02: Preparing [2026-07-06T11:04:26.746Z] 874851a1299c: Preparing [2026-07-06T11:04:26.746Z] 724d6abf9d13: Preparing [2026-07-06T11:04:26.746Z] 627b668b5b21: Preparing [2026-07-06T11:04:26.746Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:26.746Z] 627b668b5b21: Waiting [2026-07-06T11:04:26.746Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:26.746Z] 724d6abf9d13: Layer already exists [2026-07-06T11:04:26.746Z] 874851a1299c: Layer already exists [2026-07-06T11:04:26.746Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:26.746Z] 17f30fa58c99: Layer already exists [2026-07-06T11:04:26.746Z] 10a62ef710fe: Layer already exists [2026-07-06T11:04:26.746Z] 627b668b5b21: Layer already exists [2026-07-06T11:04:26.746Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:27.011Z] latest: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:27.373Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:27.737Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.123 [2026-07-06T11:04:27.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-07-06T11:04:27.737Z] 17f30fa58c99: Preparing [2026-07-06T11:04:27.738Z] 10a62ef710fe: Preparing [2026-07-06T11:04:27.738Z] e35be0f10a02: Preparing [2026-07-06T11:04:27.738Z] 874851a1299c: Preparing [2026-07-06T11:04:27.738Z] 724d6abf9d13: Preparing [2026-07-06T11:04:27.738Z] 627b668b5b21: Preparing [2026-07-06T11:04:27.738Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:27.738Z] 627b668b5b21: Waiting [2026-07-06T11:04:27.738Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:27.738Z] 17f30fa58c99: Layer already exists [2026-07-06T11:04:27.738Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:27.738Z] 874851a1299c: Layer already exists [2026-07-06T11:04:27.738Z] 724d6abf9d13: Layer already exists [2026-07-06T11:04:27.738Z] 10a62ef710fe: Layer already exists [2026-07-06T11:04:27.738Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:27.738Z] 627b668b5b21: Layer already exists [2026-07-06T11:04:27.738Z] 4.1.0-dev.123: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:28.359Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:28.715Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:04:28.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-07-06T11:04:28.715Z] 17f30fa58c99: Preparing [2026-07-06T11:04:28.715Z] 10a62ef710fe: Preparing [2026-07-06T11:04:28.715Z] e35be0f10a02: Preparing [2026-07-06T11:04:28.715Z] 874851a1299c: Preparing [2026-07-06T11:04:28.715Z] 724d6abf9d13: Preparing [2026-07-06T11:04:28.715Z] 627b668b5b21: Preparing [2026-07-06T11:04:28.715Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:28.715Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:28.715Z] 627b668b5b21: Waiting [2026-07-06T11:04:28.715Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:28.715Z] 17f30fa58c99: Layer already exists [2026-07-06T11:04:28.715Z] 874851a1299c: Layer already exists [2026-07-06T11:04:28.715Z] 724d6abf9d13: Layer already exists [2026-07-06T11:04:28.715Z] 10a62ef710fe: Layer already exists [2026-07-06T11:04:28.715Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:28.715Z] 627b668b5b21: Layer already exists [2026-07-06T11:04:28.715Z] 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:29.078Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:29.444Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2026-07-06T11:04:29.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-07-06T11:04:29.444Z] 17f30fa58c99: Preparing [2026-07-06T11:04:29.444Z] 10a62ef710fe: Preparing [2026-07-06T11:04:29.444Z] e35be0f10a02: Preparing [2026-07-06T11:04:29.444Z] 874851a1299c: Preparing [2026-07-06T11:04:29.444Z] 724d6abf9d13: Preparing [2026-07-06T11:04:29.444Z] 627b668b5b21: Preparing [2026-07-06T11:04:29.444Z] 03ba6f53ebfc: Preparing [2026-07-06T11:04:29.444Z] 627b668b5b21: Waiting [2026-07-06T11:04:29.444Z] 03ba6f53ebfc: Waiting [2026-07-06T11:04:29.444Z] 17f30fa58c99: Layer already exists [2026-07-06T11:04:29.444Z] 10a62ef710fe: Layer already exists [2026-07-06T11:04:29.444Z] 724d6abf9d13: Layer already exists [2026-07-06T11:04:29.444Z] 874851a1299c: Layer already exists [2026-07-06T11:04:29.444Z] e35be0f10a02: Layer already exists [2026-07-06T11:04:29.444Z] 627b668b5b21: Layer already exists [2026-07-06T11:04:29.444Z] 03ba6f53ebfc: Layer already exists [2026-07-06T11:04:29.444Z] main: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-06T11:04:29.809Z] ===================================================== [Pipeline] echo [2026-07-06T11:04:29.830Z] taggedImages: [2026-07-06T11:04:29.830Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [2026-07-06T11:04:29.830Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-07-06T11:04:29.830Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.123 [2026-07-06T11:04:29.830Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [2026-07-06T11:04:29.830Z] - 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-07-06T11:04:30.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-07-06T11:04:30.333Z] [2026-07-06T11:04:30.333Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:04:30.667Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-07-06T11:04:30.667Z] arm64: Pulling from edgex-lftools-log-publisher [2026-07-06T11:04:30.667Z] 8998bd30e6a1: Pulling fs layer [2026-07-06T11:04:30.667Z] 04944245beec: Pulling fs layer [2026-07-06T11:04:30.667Z] 699f458cf7ca: Pulling fs layer [2026-07-06T11:04:30.667Z] 765212b225bb: Pulling fs layer [2026-07-06T11:04:30.667Z] f23df028b6ca: Pulling fs layer [2026-07-06T11:04:30.667Z] d65c8cfc05b1: Pulling fs layer [2026-07-06T11:04:30.667Z] 2437ff75d9bd: Pulling fs layer [2026-07-06T11:04:30.667Z] 765212b225bb: Waiting [2026-07-06T11:04:30.667Z] f23df028b6ca: Waiting [2026-07-06T11:04:30.667Z] d65c8cfc05b1: Waiting [2026-07-06T11:04:30.667Z] 2437ff75d9bd: Waiting [2026-07-06T11:04:30.938Z] 04944245beec: Verifying Checksum [2026-07-06T11:04:30.938Z] 04944245beec: Download complete [2026-07-06T11:04:30.938Z] 765212b225bb: Verifying Checksum [2026-07-06T11:04:30.938Z] 765212b225bb: Download complete [2026-07-06T11:04:30.938Z] f23df028b6ca: Verifying Checksum [2026-07-06T11:04:30.938Z] f23df028b6ca: Download complete [2026-07-06T11:04:30.938Z] d65c8cfc05b1: Verifying Checksum [2026-07-06T11:04:30.938Z] d65c8cfc05b1: Download complete [2026-07-06T11:04:30.938Z] 699f458cf7ca: Verifying Checksum [2026-07-06T11:04:30.938Z] 699f458cf7ca: Download complete [2026-07-06T11:04:31.518Z] 8998bd30e6a1: Download complete [2026-07-06T11:04:34.097Z] 2437ff75d9bd: Verifying Checksum [2026-07-06T11:04:34.097Z] 2437ff75d9bd: Download complete [2026-07-06T11:04:36.083Z] 8998bd30e6a1: Pull complete [2026-07-06T11:04:40.329Z] 04944245beec: Pull complete [2026-07-06T11:04:41.731Z] 699f458cf7ca: Pull complete [2026-07-06T11:04:41.731Z] 765212b225bb: Pull complete [2026-07-06T11:04:42.704Z] f23df028b6ca: Pull complete [2026-07-06T11:04:42.970Z] d65c8cfc05b1: Pull complete [2026-07-06T11:05:01.220Z] 2437ff75d9bd: Pull complete [2026-07-06T11:05:01.220Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-07-06T11:05:01.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-07-06T11:05:01.220Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T11:05:01.454Z] prd-ubuntu20.04-docker-arm64-4c-16g-14356 does not seem to be running inside a container [2026-07-06T11:05:01.514Z] $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T11:05:04.197Z] $ docker top ae60f8e459c30113c9da411847f2e189a7df4af138f22db34a3481f129d04237 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:05:05.097Z] ---> job-cost.sh [2026-07-06T11:05:05.097Z] lf-activate-venv: SKIPPING [2026-07-06T11:05:05.097Z] INFO: No Stack... [2026-07-06T11:05:05.673Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-07-06T11:05:06.253Z] INFO: Archiving Costs [Pipeline] sh [2026-07-06T11:05:06.889Z] + cut -d, -f6 [2026-07-06T11:05:06.889Z] + cat /w/workspace/edgex-go/988/archives/cost.csv [Pipeline] lock [2026-07-06T11:05:06.954Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-988-stack-cost] [2026-07-06T11:05:06.962Z] Resource [jenkins-edgexfoundry-edgex-go-main-988-stack-cost] did not exist. Created. [2026-07-06T11:05:06.968Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-988-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-07-06T11:05:07.305Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-07-06T11:05:08.237Z] Stashed 1 file(s) [Pipeline] } [2026-07-06T11:05:08.246Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-988-stack-cost] [Pipeline] // lock [Pipeline] } [2026-07-06T11:05:08.271Z] $ docker stop --time=1 ae60f8e459c30113c9da411847f2e189a7df4af138f22db34a3481f129d04237 [2026-07-06T11:05:09.762Z] $ docker rm -f --volumes ae60f8e459c30113c9da411847f2e189a7df4af138f22db34a3481f129d04237 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2026-07-06T11:05:10.479Z] provisioning config files... [2026-07-06T11:05:10.484Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/988@tmp/config119034076581967655tmp [Pipeline] { [Pipeline] sh [2026-07-06T11:05:10.778Z] + set +x [2026-07-06T11:05:10.778Z] + curl -s https://codecov.io/bash [2026-07-06T11:05:10.778Z] + bash -s -- [2026-07-06T11:05:11.036Z] [2026-07-06T11:05:11.036Z] _____ _ [2026-07-06T11:05:11.036Z] / ____| | | [2026-07-06T11:05:11.036Z] | | ___ __| | ___ ___ _____ __ [2026-07-06T11:05:11.036Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2026-07-06T11:05:11.036Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2026-07-06T11:05:11.036Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2026-07-06T11:05:11.036Z] Bash-1.0.6 [2026-07-06T11:05:11.036Z] [2026-07-06T11:05:11.036Z] [2026-07-06T11:05:11.036Z] ==> git version 2.25.1 found [2026-07-06T11:05:11.036Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2026-07-06T11:05:11.036Z] Release-Date: 2020-01-08 [2026-07-06T11:05:11.036Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2026-07-06T11:05:11.036Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2026-07-06T11:05:11.036Z] ==> Jenkins CI detected. [2026-07-06T11:05:11.036Z] current dir:  /w/workspace/edgex-go/988 [2026-07-06T11:05:11.036Z] project root: . [2026-07-06T11:05:11.036Z] --> token set from env [2026-07-06T11:05:11.036Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2026-07-06T11:05:11.036Z] ==> Running gcov in . (disable via -X gcov) [2026-07-06T11:05:11.036Z] ==> Python coveragepy not found [2026-07-06T11:05:11.036Z] ==> Searching for coverage reports in: [2026-07-06T11:05:11.036Z] + . [2026-07-06T11:05:11.036Z] -> Found 1 reports [2026-07-06T11:05:11.036Z] ==> Detecting git/mercurial file structure [2026-07-06T11:05:11.036Z] ==> Reading reports [2026-07-06T11:05:11.036Z] + ./coverage.out bytes=1050063 [2026-07-06T11:05:11.036Z] ==> Appending adjustments [2026-07-06T11:05:11.036Z] https://docs.codecov.io/docs/fixing-reports [2026-07-06T11:05:12.421Z] + Found adjustments [2026-07-06T11:05:12.421Z] ==> Gzipping contents [2026-07-06T11:05:12.422Z] 108K /tmp/codecov.V697ul.gz [2026-07-06T11:05:12.422Z] ==> Uploading reports [2026-07-06T11:05:12.422Z] url: https://codecov.io [2026-07-06T11:05:12.422Z] query: branch=main&commit=40cd80bac603763c7752655dbe2af7a1b0c195ed&build=988&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F988%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-07-06T11:05:12.422Z] -> Pinging Codecov [2026-07-06T11:05:12.422Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=40cd80bac603763c7752655dbe2af7a1b0c195ed&build=988&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F988%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-07-06T11:05:12.681Z] -> Uploading to [2026-07-06T11:05:12.681Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/40cd80bac603763c7752655dbe2af7a1b0c195ed/b2a0ec9d-d039-439d-b590-4c79929bf51a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260706%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260706T110512Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=d3d17dc0e0f8579c63bad12838a1995882747d3c79ad67b27abcd1081298ec3d [2026-07-06T11:05:12.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:12.682Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:13.257Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 360k --:--:-- --:--:-- --:--:-- 360k [2026-07-06T11:05:13.257Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [2026-07-06T11:05:13.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2026-07-06T11:05:13.446Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2026-07-06T11:05:13.462Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:05:13.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-07-06T11:05:13.768Z] [2026-07-06T11:05:13.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:05:14.076Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-07-06T11:05:14.076Z] latest: Pulling from edgex-devops/edgex-snyk-go [2026-07-06T11:05:14.076Z] 2d35ebdb57d9: Already exists [2026-07-06T11:05:14.076Z] 85e8836fcdb2: Pulling fs layer [2026-07-06T11:05:14.076Z] 91631faa732a: Pulling fs layer [2026-07-06T11:05:14.076Z] f3f5ae8826fa: Pulling fs layer [2026-07-06T11:05:14.076Z] 4f4fb700ef54: Pulling fs layer [2026-07-06T11:05:14.076Z] 7861252a18e6: Pulling fs layer [2026-07-06T11:05:14.076Z] 9130f900ef6f: Pulling fs layer [2026-07-06T11:05:14.076Z] 4f4fb700ef54: Waiting [2026-07-06T11:05:14.076Z] 7861252a18e6: Waiting [2026-07-06T11:05:14.076Z] 9130f900ef6f: Waiting [2026-07-06T11:05:14.076Z] f3f5ae8826fa: Download complete [2026-07-06T11:05:14.076Z] 85e8836fcdb2: Verifying Checksum [2026-07-06T11:05:14.076Z] 85e8836fcdb2: Download complete [2026-07-06T11:05:14.076Z] 4f4fb700ef54: Verifying Checksum [2026-07-06T11:05:14.076Z] 4f4fb700ef54: Download complete [2026-07-06T11:05:14.076Z] 85e8836fcdb2: Pull complete [2026-07-06T11:05:14.335Z] 7861252a18e6: Verifying Checksum [2026-07-06T11:05:14.335Z] 7861252a18e6: Download complete [2026-07-06T11:05:14.594Z] 91631faa732a: Verifying Checksum [2026-07-06T11:05:14.594Z] 91631faa732a: Download complete [2026-07-06T11:05:15.526Z] 9130f900ef6f: Verifying Checksum [2026-07-06T11:05:15.526Z] 9130f900ef6f: Download complete [2026-07-06T11:05:19.743Z] 91631faa732a: Pull complete [2026-07-06T11:05:19.743Z] f3f5ae8826fa: Pull complete [2026-07-06T11:05:19.743Z] 4f4fb700ef54: Pull complete [2026-07-06T11:05:19.743Z] 7861252a18e6: Pull complete [2026-07-06T11:05:23.930Z] 9130f900ef6f: Pull complete [2026-07-06T11:05:23.930Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2026-07-06T11:05:23.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-07-06T11:05:23.930Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T11:05:24.043Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T11:05:24.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2026-07-06T11:05:25.615Z] $ docker top d83619b9a27d433b75da3876afa1f04afc5a54918465d797ac1d96299936bf64 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-06T11:05:25.934Z] + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] echo [2026-07-06T11:05:25.942Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2026-07-06T11:05:26.223Z] + set -o pipefail [2026-07-06T11:05:26.223Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2026-07-06T11:05:38.442Z] [2026-07-06T11:05:38.442Z] Monitoring /w/workspace/edgex-go/988 (github.com/edgexfoundry/edgex-go)... [2026-07-06T11:05:38.442Z] [2026-07-06T11:05:38.442Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/e45d2236-066d-44e7-ab4e-b3d8add4ca4e [2026-07-06T11:05:38.442Z] [2026-07-06T11:05:38.442Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2026-07-06T11:05:38.442Z] [2026-07-06T11:05:38.442Z] [2026-07-06T11:05:38.442Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2026-07-06T11:05:38.442Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2026-07-06T11:05:38.475Z] $ docker stop --time=1 d83619b9a27d433b75da3876afa1f04afc5a54918465d797ac1d96299936bf64 [2026-07-06T11:05:40.658Z] $ docker rm -f --volumes d83619b9a27d433b75da3876afa1f04afc5a54918465d797ac1d96299936bf64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2026-07-06T11:05:41.144Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-06T11:05:41.163Z] provisioning config files... [2026-07-06T11:05:41.173Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/988@tmp/config18136846295215148116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:05:41.478Z] --> edgex-publish-swagger.sh [2026-07-06T11:05:41.478Z] === Publish openapi API === [2026-07-06T11:05:41.478Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2026-07-06T11:05:41.478Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/988/openapi/core-command.yaml] [2026-07-06T11:05:41.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:41.478Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:41.478Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 312 154k --:--:-- --:--:-- --:--:-- 154k [2026-07-06T11:05:41.478Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:41.478Z] [2026-07-06T11:05:41.478Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/988/openapi/core-data.yaml] [2026-07-06T11:05:41.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:41.478Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:41.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75332 100 66 100 75266 461 513k --:--:-- --:--:-- --:--:-- 510k [2026-07-06T11:05:41.737Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:41.737Z] [2026-07-06T11:05:41.737Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/988/openapi/core-keeper.yaml] [2026-07-06T11:05:41.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:41.737Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:41.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 680 304k --:--:-- --:--:-- --:--:-- 305k [2026-07-06T11:05:41.737Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:41.737Z] [2026-07-06T11:05:41.737Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/988/openapi/core-metadata.yaml] [2026-07-06T11:05:41.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:41.737Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:41.994Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 163k 100 66 100 163k 550 1359k --:--:-- --:--:-- --:--:-- 1360k [2026-07-06T11:05:41.994Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:41.994Z] [2026-07-06T11:05:41.994Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/988/openapi/security-proxy-auth.yaml] [2026-07-06T11:05:41.994Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:41.994Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:42.255Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 545 197k --:--:-- --:--:-- --:--:-- 198k [2026-07-06T11:05:42.255Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:42.255Z] [2026-07-06T11:05:42.255Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/988/openapi/security-secretstore-setup.yaml] [2026-07-06T11:05:42.255Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:42.255Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:42.255Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 825 48912 --:--:-- --:--:-- --:--:-- 49737 [2026-07-06T11:05:42.255Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:42.255Z] [2026-07-06T11:05:42.255Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/988/openapi/support-notifications.yaml] [2026-07-06T11:05:42.255Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:42.255Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:42.255Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 492 728k --:--:-- --:--:-- --:--:-- 729k [2026-07-06T11:05:42.255Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:42.255Z] [2026-07-06T11:05:42.255Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/988/openapi/support-scheduler.yaml] [2026-07-06T11:05:42.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-06T11:05:42.514Z] Dload Upload Total Spent Left Speed [2026-07-06T11:05:42.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51276 100 66 100 51210 496 376k --:--:-- --:--:-- --:--:-- 376k [2026-07-06T11:05:42.514Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2026-07-06T11:05:42.514Z] [Pipeline] } [2026-07-06T11:05:42.521Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2026-07-06T11:05:42.961Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-06T11:05:42.961Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:05:43.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-06T11:05:43.270Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T11:05:43.367Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T11:05:43.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-07-06T11:05:43.664Z] $ docker top 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb -eo pid,comm [2026-07-06T11:05:43.687Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-07-06T11:05:43.687Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-06T11:05:43.744Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-06T11:05:43.744Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-06T11:05:43.847Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-06T11:05:43.871Z] $ docker exec 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb ssh-agent [2026-07-06T11:05:43.945Z] SSH_AUTH_SOCK=/tmp/ssh-sWdiDwrT6CKR/agent.32 [2026-07-06T11:05:43.945Z] SSH_AGENT_PID=39 [2026-07-06T11:05:43.949Z] Running ssh-add (command line suppressed) [2026-07-06T11:05:44.073Z] Identity added: /w/workspace/edgex-go/988@tmp/private_key_17409700198925061604.key (/w/workspace/edgex-go/988@tmp/private_key_17409700198925061604.key) [2026-07-06T11:05:44.066Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-06T11:05:44.364Z] + git semver tag [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,619 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,623 [run_tag] DEBUG tag force:False [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,623 [check_head_tag] DEBUG check head tag [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,624 [execute] INFO git cat-file --batch-check [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,624 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/988, stdin=, shell=False, universal_newlines=False) [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,627 [execute] INFO git cat-file --batch [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,627 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/988, stdin=, shell=False, universal_newlines=False) [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,636 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,636 [execute] INFO git tag -a v4.1.0-dev.123 -m v4.1.0-dev.123 [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,636 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.123', '-m', 'v4.1.0-dev.123'], cwd=/w/workspace/edgex-go/988, stdin=None, shell=False, universal_newlines=False) [2026-07-06T11:05:44.626Z] 2026-07-06 11:05:44,641 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T11:05:44.626Z] 4.1.0-dev.123 [Pipeline] } [2026-07-06T11:05:44.918Z] $ docker exec --env ******** --env ******** 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb ssh-agent -k [2026-07-06T11:05:45.007Z] unset SSH_AUTH_SOCK; [2026-07-06T11:05:45.007Z] unset SSH_AGENT_PID; [2026-07-06T11:05:45.007Z] echo Agent pid 39 killed; [2026-07-06T11:05:44.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-06T11:05:45.333Z] + git semver [Pipeline] } [2026-07-06T11:05:45.626Z] $ docker stop --time=1 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb [2026-07-06T11:05:46.896Z] $ docker rm -f --volumes 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:05:47.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-07-06T11:05:47.299Z] [2026-07-06T11:05:47.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:05:47.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-07-06T11:05:47.603Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-07-06T11:05:47.603Z] ab5ef0e58194: Pulling fs layer [2026-07-06T11:05:47.603Z] 9712f1f96733: Pulling fs layer [2026-07-06T11:05:47.603Z] 63f879dbbcfc: Pulling fs layer [2026-07-06T11:05:47.603Z] 0d9ebad4ef96: Pulling fs layer [2026-07-06T11:05:47.603Z] e9a5061849ea: Pulling fs layer [2026-07-06T11:05:47.603Z] d747dcd14b5f: Pulling fs layer [2026-07-06T11:05:47.603Z] 2de7ff778b66: Pulling fs layer [2026-07-06T11:05:47.603Z] 0d9ebad4ef96: Waiting [2026-07-06T11:05:47.603Z] e9a5061849ea: Waiting [2026-07-06T11:05:47.603Z] d747dcd14b5f: Waiting [2026-07-06T11:05:47.603Z] 2de7ff778b66: Waiting [2026-07-06T11:05:47.603Z] 9712f1f96733: Verifying Checksum [2026-07-06T11:05:47.603Z] 9712f1f96733: Download complete [2026-07-06T11:05:47.865Z] 63f879dbbcfc: Verifying Checksum [2026-07-06T11:05:47.865Z] 63f879dbbcfc: Download complete [2026-07-06T11:05:48.125Z] e9a5061849ea: Verifying Checksum [2026-07-06T11:05:48.125Z] e9a5061849ea: Download complete [2026-07-06T11:05:48.125Z] d747dcd14b5f: Download complete [2026-07-06T11:05:48.125Z] 0d9ebad4ef96: Verifying Checksum [2026-07-06T11:05:48.125Z] 0d9ebad4ef96: Download complete [2026-07-06T11:05:48.125Z] 2de7ff778b66: Verifying Checksum [2026-07-06T11:05:48.125Z] 2de7ff778b66: Download complete [2026-07-06T11:05:48.125Z] ab5ef0e58194: Verifying Checksum [2026-07-06T11:05:48.125Z] ab5ef0e58194: Download complete [2026-07-06T11:05:52.362Z] ab5ef0e58194: Pull complete [2026-07-06T11:05:52.362Z] 9712f1f96733: Pull complete [2026-07-06T11:05:52.934Z] 63f879dbbcfc: Pull complete [2026-07-06T11:05:58.202Z] 0d9ebad4ef96: Pull complete [2026-07-06T11:05:58.202Z] e9a5061849ea: Pull complete [2026-07-06T11:05:58.202Z] d747dcd14b5f: Pull complete [2026-07-06T11:05:59.143Z] 2de7ff778b66: Pull complete [2026-07-06T11:05:59.143Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-07-06T11:05:59.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-07-06T11:05:59.143Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T11:05:59.260Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T11:05:59.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2026-07-06T11:06:00.603Z] $ docker top 923d05477ae509be7980801f5fa0813e9bfe4ab64e03709711990ed71ebede7a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-07-06T11:06:00.666Z] provisioning config files... [2026-07-06T11:06:00.675Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/988@tmp/config6359759161142496270tmp [2026-07-06T11:06:00.690Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/988@tmp/config4633069960715063tmp [2026-07-06T11:06:00.700Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/988@tmp/config1324024962414523030tmp [Pipeline] { [Pipeline] echo [2026-07-06T11:06:00.728Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:01.032Z] ---> sigul-configuration.sh [2026-07-06T11:06:01.032Z] gpg: directory `/root/.gnupg' created [2026-07-06T11:06:01.032Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-07-06T11:06:01.032Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-07-06T11:06:01.032Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-07-06T11:06:01.032Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-07-06T11:06:01.032Z] gpg: CAST5 encrypted data [2026-07-06T11:06:01.032Z] gpg: encrypted with 1 passphrase [2026-07-06T11:06:01.032Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-07-06T11:06:01.336Z] + mkdir /home/jenkins [2026-07-06T11:06:01.336Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-07-06T11:06:01.641Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2026-07-06T11:06:01.654Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:01.962Z] ---> sigul-install.sh [2026-07-06T11:06:01.962Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-07-06T11:06:02.265Z] + git tag --list [2026-07-06T11:06:02.265Z] 0.6.0 [2026-07-06T11:06:02.265Z] 0.6.1 [2026-07-06T11:06:02.265Z] 0.7.0 [2026-07-06T11:06:02.265Z] 0.7.1 [2026-07-06T11:06:02.265Z] v1.0.0 [2026-07-06T11:06:02.265Z] v1.0.1 [2026-07-06T11:06:02.265Z] v1.1.0 [2026-07-06T11:06:02.265Z] v1.2.0 [2026-07-06T11:06:02.265Z] v1.2.1 [2026-07-06T11:06:02.265Z] v1.3.0 [2026-07-06T11:06:02.265Z] v1.3.1 [2026-07-06T11:06:02.265Z] v2.0.0 [2026-07-06T11:06:02.265Z] v2.1.0 [2026-07-06T11:06:02.265Z] v2.1.1 [2026-07-06T11:06:02.265Z] v2.2.0 [2026-07-06T11:06:02.265Z] v2.3.0 [2026-07-06T11:06:02.265Z] v3.0 [2026-07-06T11:06:02.265Z] v3.0.0 [2026-07-06T11:06:02.265Z] v3.1 [2026-07-06T11:06:02.265Z] v3.1.0 [2026-07-06T11:06:02.265Z] v3.1.1 [2026-07-06T11:06:02.265Z] v4.0 [2026-07-06T11:06:02.265Z] v4.0.0 [2026-07-06T11:06:02.265Z] v4.0.1 [2026-07-06T11:06:02.265Z] v4.0.2 [2026-07-06T11:06:02.265Z] v4.1.0-dev.120 [2026-07-06T11:06:02.265Z] v4.1.0-dev.121 [2026-07-06T11:06:02.265Z] v4.1.0-dev.122 [2026-07-06T11:06:02.265Z] v4.1.0-dev.123 [Pipeline] sh [2026-07-06T11:06:02.570Z] + lftools sign git-tag v4.1.0-dev.123 [2026-07-06T11:06:03.137Z] Signing Git tag with Sigul... [2026-07-06T11:06:03.137Z] Signing v4.1.0-dev.123 [Pipeline] echo [2026-07-06T11:06:03.410Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:03.710Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-07-06T11:06:03.717Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-07-06T11:06:03.766Z] $ docker stop --time=1 923d05477ae509be7980801f5fa0813e9bfe4ab64e03709711990ed71ebede7a [2026-07-06T11:06:05.046Z] $ docker rm -f --volumes 923d05477ae509be7980801f5fa0813e9bfe4ab64e03709711990ed71ebede7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-07-06T11:06:05.577Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-06T11:06:05.577Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:06:06.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-06T11:06:06.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T11:06:06.131Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T11:06:06.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-07-06T11:06:06.439Z] $ docker top faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c -eo pid,comm [2026-07-06T11:06:06.461Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-07-06T11:06:06.461Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-06T11:06:06.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-06T11:06:06.520Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-06T11:06:06.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-06T11:06:06.659Z] $ docker exec faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c ssh-agent [2026-07-06T11:06:06.735Z] SSH_AUTH_SOCK=/tmp/ssh-7nRBQwGBqNvZ/agent.32 [2026-07-06T11:06:06.735Z] SSH_AGENT_PID=38 [2026-07-06T11:06:06.739Z] Running ssh-add (command line suppressed) [2026-07-06T11:06:06.856Z] Identity added: /w/workspace/edgex-go/988@tmp/private_key_6563532875035736846.key (/w/workspace/edgex-go/988@tmp/private_key_6563532875035736846.key) [2026-07-06T11:06:06.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-06T11:06:07.137Z] + git semver bump pre [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,348 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,352 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,353 [bump_version] DEBUG bumping version:4.1.0-dev.123 on axis:pre with prefix:dev [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,353 [bump_version] DEBUG bumped version:4.1.0-dev.124 [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,353 [write_version] DEBUG write version:4.1.0-dev.124 to path:/w/workspace/edgex-go/988/.semver/main with force:True [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,353 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,353 [write_file] DEBUG write to file:/w/workspace/edgex-go/988/.semver/main [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,356 [execute] INFO git cat-file --batch-check [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/988/.semver, stdin=, shell=False, universal_newlines=False) [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,360 [execute] INFO git cat-file --batch [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,360 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/988/.semver, stdin=, shell=False, universal_newlines=False) [2026-07-06T11:06:07.398Z] 2026-07-06 11:06:07,362 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T11:06:07.398Z] 4.1.0-dev.124 [Pipeline] } [2026-07-06T11:06:07.432Z] $ docker exec --env ******** --env ******** faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c ssh-agent -k [2026-07-06T11:06:07.507Z] unset SSH_AUTH_SOCK; [2026-07-06T11:06:07.508Z] unset SSH_AGENT_PID; [2026-07-06T11:06:07.508Z] echo Agent pid 38 killed; [2026-07-06T11:06:07.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-06T11:06:07.831Z] + git semver [Pipeline] } [2026-07-06T11:06:08.127Z] $ docker stop --time=1 faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c [2026-07-06T11:06:09.392Z] $ docker rm -f --volumes faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-06T11:06:09.728Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-06T11:06:09.728Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:06:10.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-06T11:06:10.033Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T11:06:10.118Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T11:06:10.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-07-06T11:06:10.396Z] $ docker top 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 -eo pid,comm [2026-07-06T11:06:10.421Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-07-06T11:06:10.421Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-06T11:06:10.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-06T11:06:10.492Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-06T11:06:10.609Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-06T11:06:10.634Z] $ docker exec 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 ssh-agent [2026-07-06T11:06:10.702Z] SSH_AUTH_SOCK=/tmp/ssh-JV1TD0YmV1mD/agent.32 [2026-07-06T11:06:10.702Z] SSH_AGENT_PID=38 [2026-07-06T11:06:10.705Z] Running ssh-add (command line suppressed) [2026-07-06T11:06:10.829Z] Identity added: /w/workspace/edgex-go/988@tmp/private_key_14216564609777138832.key (/w/workspace/edgex-go/988@tmp/private_key_14216564609777138832.key) [2026-07-06T11:06:10.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-06T11:06:11.120Z] + git semver push [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,343 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,348 [run_push] DEBUG push [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,348 [execute] INFO git cat-file --batch-check [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,348 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/988/.semver, stdin=, shell=False, universal_newlines=False) [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,351 [execute] INFO git rev-list f22cafdb74a11ed79aeb30cad536efab2995b528 -- [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,351 [execute] DEBUG Popen(['git', 'rev-list', 'f22cafdb74a11ed79aeb30cad536efab2995b528', '--'], cwd=/w/workspace/edgex-go/988/.semver, stdin=None, shell=False, universal_newlines=False) [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,372 [execute] INFO git fetch -v -- origin [2026-07-06T11:06:11.379Z] 2026-07-06 11:06:11,372 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/988/.semver, stdin=None, shell=False, universal_newlines=True) [2026-07-06T11:06:11.946Z] 2026-07-06 11:06:11,965 [run_push] DEBUG no remote changes detected [2026-07-06T11:06:11.946Z] 2026-07-06 11:06:11,965 [execute] INFO git push origin semver [2026-07-06T11:06:11.946Z] 2026-07-06 11:06:11,965 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/988/.semver, stdin=None, shell=False, universal_newlines=False) [2026-07-06T11:06:13.335Z] 2026-07-06 11:06:13,158 [run_push] DEBUG push all version tags [2026-07-06T11:06:13.335Z] 2026-07-06 11:06:13,158 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-07-06T11:06:13.335Z] 2026-07-06 11:06:13,159 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/988, stdin=None, shell=False, universal_newlines=False) [2026-07-06T11:06:14.721Z] 2026-07-06 11:06:14,300 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main [2026-07-06T11:06:14.721Z] 4.1.0-dev.124 [Pipeline] } [2026-07-06T11:06:14.752Z] $ docker exec --env ******** --env ******** 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 ssh-agent -k [2026-07-06T11:06:14.841Z] unset SSH_AUTH_SOCK; [2026-07-06T11:06:14.841Z] unset SSH_AGENT_PID; [2026-07-06T11:06:14.841Z] echo Agent pid 38 killed; [2026-07-06T11:06:14.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-06T11:06:15.162Z] + git semver [Pipeline] } [2026-07-06T11:06:15.456Z] $ docker stop --time=1 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 [2026-07-06T11:06:16.694Z] $ docker rm -f --volumes 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-07-06T11:06:17.371Z] + [ -d /w/workspace/edgex-go/988/archives ] [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:17.660Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:18.523Z] ---> package-listing.sh [2026-07-06T11:06:18.523Z] ++ facter osfamily [2026-07-06T11:06:18.523Z] ++ tr '[:upper:]' '[:lower:]' [2026-07-06T11:06:18.783Z] + OS_FAMILY=debian [2026-07-06T11:06:18.783Z] + workspace=/w/workspace/edgex-go/988 [2026-07-06T11:06:18.783Z] + START_PACKAGES=/tmp/packages_start.txt [2026-07-06T11:06:18.783Z] + END_PACKAGES=/tmp/packages_end.txt [2026-07-06T11:06:18.783Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-07-06T11:06:18.783Z] + PACKAGES=/tmp/packages_start.txt [2026-07-06T11:06:18.783Z] + '[' /w/workspace/edgex-go/988 ']' [2026-07-06T11:06:18.783Z] + PACKAGES=/tmp/packages_end.txt [2026-07-06T11:06:18.783Z] + case "${OS_FAMILY}" in [2026-07-06T11:06:18.783Z] + dpkg -l [2026-07-06T11:06:18.783Z] + grep '^ii' [2026-07-06T11:06:18.783Z] + '[' -f /tmp/packages_start.txt ']' [2026-07-06T11:06:18.783Z] + '[' -f /tmp/packages_end.txt ']' [2026-07-06T11:06:18.783Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-07-06T11:06:18.783Z] + '[' /w/workspace/edgex-go/988 ']' [2026-07-06T11:06:18.783Z] + mkdir -p /w/workspace/edgex-go/988/archives/ [2026-07-06T11:06:18.783Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/988/archives/ [Pipeline] echo [2026-07-06T11:06:18.796Z] 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/988/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-07-06T11:06:19.074Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:06:19.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-07-06T11:06:19.653Z] [2026-07-06T11:06:19.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-06T11:06:19.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-07-06T11:06:19.955Z] latest: Pulling from edgex-lftools-log-publisher [2026-07-06T11:06:19.955Z] 5eb5b503b376: Pulling fs layer [2026-07-06T11:06:19.955Z] 5c69ac0246d0: Pulling fs layer [2026-07-06T11:06:19.955Z] ec43610c2a17: Pulling fs layer [2026-07-06T11:06:19.955Z] 3a2ae6a8a46f: Pulling fs layer [2026-07-06T11:06:19.955Z] 33b1e0a273af: Pulling fs layer [2026-07-06T11:06:19.955Z] 5d3b04190fa2: Pulling fs layer [2026-07-06T11:06:19.955Z] 2f39f015ded8: Pulling fs layer [2026-07-06T11:06:19.955Z] 33b1e0a273af: Waiting [2026-07-06T11:06:19.955Z] 3a2ae6a8a46f: Waiting [2026-07-06T11:06:19.955Z] 5d3b04190fa2: Waiting [2026-07-06T11:06:19.955Z] 2f39f015ded8: Waiting [2026-07-06T11:06:19.955Z] 5c69ac0246d0: Verifying Checksum [2026-07-06T11:06:19.955Z] 5c69ac0246d0: Download complete [2026-07-06T11:06:19.955Z] 3a2ae6a8a46f: Download complete [2026-07-06T11:06:19.955Z] 33b1e0a273af: Verifying Checksum [2026-07-06T11:06:19.955Z] 33b1e0a273af: Download complete [2026-07-06T11:06:20.214Z] 5d3b04190fa2: Download complete [2026-07-06T11:06:20.214Z] ec43610c2a17: Verifying Checksum [2026-07-06T11:06:20.214Z] ec43610c2a17: Download complete [2026-07-06T11:06:20.214Z] 5eb5b503b376: Verifying Checksum [2026-07-06T11:06:20.214Z] 5eb5b503b376: Download complete [2026-07-06T11:06:20.780Z] 2f39f015ded8: Verifying Checksum [2026-07-06T11:06:20.780Z] 2f39f015ded8: Download complete [2026-07-06T11:06:21.721Z] 5eb5b503b376: Pull complete [2026-07-06T11:06:21.721Z] 5c69ac0246d0: Pull complete [2026-07-06T11:06:22.291Z] ec43610c2a17: Pull complete [2026-07-06T11:06:22.291Z] 3a2ae6a8a46f: Pull complete [2026-07-06T11:06:22.550Z] 33b1e0a273af: Pull complete [2026-07-06T11:06:22.550Z] 5d3b04190fa2: Pull complete [2026-07-06T11:06:27.864Z] 2f39f015ded8: Pull complete [2026-07-06T11:06:27.864Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-07-06T11:06:27.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-07-06T11:06:27.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-06T11:06:27.979Z] prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container [2026-07-06T11:06:28.029Z] $ 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/988/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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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-07-06T11:06:29.288Z] $ docker top c2a2746cd46a0824277d76e18d668246eb495303d9516f934e1db4fc2df9c5d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-06T11:06:29.607Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-07-06T11:06:29.891Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-07-06T11:06:30.177Z] + ls /var/log/sa-host [2026-07-06T11:06:30.177Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-06T11:06:30.349Z] provisioning config files... [2026-07-06T11:06:30.363Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/988@tmp/config4724823243248838452tmp [Pipeline] { [Pipeline] echo [2026-07-06T11:06:30.386Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:30.674Z] ---> create-netrc.sh [Pipeline] } [2026-07-06T11:06:30.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:31.035Z] ---> python-tools-install.sh [Pipeline] echo [2026-07-06T11:06:31.045Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:31.330Z] ---> sudo-logs.sh [2026-07-06T11:06:31.330Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-07-06T11:06:31.433Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:31.720Z] ---> job-cost.sh [2026-07-06T11:06:31.720Z] lf-activate-venv: SKIPPING [2026-07-06T11:06:31.720Z] DEBUG: total: 0.10999999940395355 [2026-07-06T11:06:31.720Z] INFO: Retrieving Stack Cost... [2026-07-06T11:06:32.288Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-07-06T11:06:32.547Z] INFO: Archiving Costs [Pipeline] echo [2026-07-06T11:06:32.564Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-06T11:06:32.854Z] ---> logs-deploy.sh [2026-07-06T11:06:32.854Z] lf-activate-venv: SKIPPING [2026-07-06T11:06:32.854Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/988 [2026-07-06T11:06:32.854Z] INFO: archiving workspace using pattern(s): [2026-07-06T11:06:33.794Z] Archives upload complete. [2026-07-06T11:06:33.794Z] INFO: archiving logs to Nexus [2026-07-06T11:06:34.392Z] ---> uname -a: [2026-07-06T11:06:34.392Z] Linux prd-ubuntu20-04-docker-8c-8g-14355 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2026-07-06T11:06:34.392Z] [2026-07-06T11:06:34.392Z] [2026-07-06T11:06:34.392Z] ---> lscpu: [2026-07-06T11:06:34.392Z] Architecture: x86_64 [2026-07-06T11:06:34.392Z] CPU op-mode(s): 32-bit, 64-bit [2026-07-06T11:06:34.392Z] Byte Order: Little Endian [2026-07-06T11:06:34.392Z] Address sizes: 40 bits physical, 48 bits virtual [2026-07-06T11:06:34.392Z] CPU(s): 8 [2026-07-06T11:06:34.392Z] On-line CPU(s) list: 0-7 [2026-07-06T11:06:34.392Z] Thread(s) per core: 1 [2026-07-06T11:06:34.392Z] Core(s) per socket: 1 [2026-07-06T11:06:34.392Z] Socket(s): 8 [2026-07-06T11:06:34.392Z] NUMA node(s): 1 [2026-07-06T11:06:34.392Z] Vendor ID: AuthenticAMD [2026-07-06T11:06:34.392Z] CPU family: 23 [2026-07-06T11:06:34.392Z] Model: 49 [2026-07-06T11:06:34.392Z] Model name: AMD EPYC-Rome Processor [2026-07-06T11:06:34.392Z] Stepping: 0 [2026-07-06T11:06:34.392Z] CPU MHz: 2800.000 [2026-07-06T11:06:34.392Z] BogoMIPS: 5600.00 [2026-07-06T11:06:34.392Z] Virtualization: AMD-V [2026-07-06T11:06:34.392Z] Hypervisor vendor: KVM [2026-07-06T11:06:34.392Z] Virtualization type: full [2026-07-06T11:06:34.392Z] L1d cache: 256 KiB [2026-07-06T11:06:34.392Z] L1i cache: 256 KiB [2026-07-06T11:06:34.392Z] L2 cache: 4 MiB [2026-07-06T11:06:34.392Z] L3 cache: 128 MiB [2026-07-06T11:06:34.392Z] NUMA node0 CPU(s): 0-7 [2026-07-06T11:06:34.392Z] Vulnerability Gather data sampling: Not affected [2026-07-06T11:06:34.392Z] Vulnerability Itlb multihit: Not affected [2026-07-06T11:06:34.392Z] Vulnerability L1tf: Not affected [2026-07-06T11:06:34.392Z] Vulnerability Mds: Not affected [2026-07-06T11:06:34.392Z] Vulnerability Meltdown: Not affected [2026-07-06T11:06:34.392Z] Vulnerability Mmio stale data: Not affected [2026-07-06T11:06:34.392Z] Vulnerability Retbleed: Vulnerable [2026-07-06T11:06:34.392Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2026-07-06T11:06:34.392Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2026-07-06T11:06:34.392Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2026-07-06T11:06:34.392Z] Vulnerability Srbds: Not affected [2026-07-06T11:06:34.392Z] Vulnerability Tsx async abort: Not affected [2026-07-06T11:06:34.392Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2026-07-06T11:06:34.392Z] [2026-07-06T11:06:34.392Z] [2026-07-06T11:06:34.392Z] ---> nproc: [2026-07-06T11:06:34.392Z] 8 [2026-07-06T11:06:34.392Z] [2026-07-06T11:06:34.392Z] [2026-07-06T11:06:34.392Z] ---> df -h: [2026-07-06T11:06:34.392Z] Filesystem Size Used Avail Use% Mounted on [2026-07-06T11:06:34.392Z] overlay 155G 35G 121G 23% / [2026-07-06T11:06:34.392Z] tmpfs 64M 0 64M 0% /dev [2026-07-06T11:06:34.392Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2026-07-06T11:06:34.392Z] shm 64M 0 64M 0% /dev/shm [2026-07-06T11:06:34.392Z] /dev/vda1 155G 35G 121G 23% /facter-os [2026-07-06T11:06:34.392Z] [2026-07-06T11:06:34.392Z]