Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fa9291b4267d8cf249f54b4b348df68d64af3156 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-ssh13402385910817272697.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3260303708940937570.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3592686775522461316.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17657683089930824983.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-ssh5212757057226093910.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-8740 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/972 [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/972 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fa9291b4267d8cf249f54b4b348df68d64af3156 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa9291b4267d8cf249f54b4b348df68d64af3156 # timeout=10 Commit message: "Merge pull request #5398 from sagargaikwad-eaton/sagargaikwad-eatonGet_device_using_UUID" > git rev-list --no-walk c8bb3daad451036c109a6c0c2441962ccd95d7c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-05-06T07:49:49.633Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-05-06T07:49:49.715Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-05-06T07:49:49.751Z] ========================================================= [2026-05-06T07:49:49.751Z] EdgeX Global Pipelines Version Info [2026-05-06T07:49:49.751Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-05-06T07:49:51.327Z] ------------------- [2026-05-06T07:49:51.327Z] stable info: [2026-05-06T07:49:51.327Z] ------------------- [2026-05-06T07:49:51.327Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-05-06T07:49:51.327Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2026-05-06T07:49:51.327Z] Message: update stable to v1.0.278 [2026-05-06T07:49:51.896Z] ------------------- [2026-05-06T07:49:51.896Z] experimental info: [2026-05-06T07:49:51.896Z] ------------------- [2026-05-06T07:49:51.896Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-05-06T07:49:51.896Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2026-05-06T07:49:51.896Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-05-06T07:49:51.973Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2026-05-06T07:49:51.999Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2026-05-06T07:49:52.017Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-05-06T07:49:52.039Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-05-06T07:49:52.064Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-05-06T07:49:52.093Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-05-06T07:49:52.114Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-05-06T07:49:52.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2026-05-06T07:49:52.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2026-05-06T07:49:52.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2026-05-06T07:49:52.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-05-06T07:49:52.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-05-06T07:49:52.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-05-06T07:49:52.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-05-06T07:49:52.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-05-06T07:49:52.324Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-05-06T07:49:52.346Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-05-06T07:49:52.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-05-06T07:49:52.394Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2026-05-06T07:49:52.421Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2026-05-06T07:49:52.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-05-06T07:49:52.477Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-05-06T07:49:52.500Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-05-06T07:49:52.522Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-05-06T07:49:52.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-05-06T07:49:52.566Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-05-06T07:49:52.592Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T07:49:52.612Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa9291b [Pipeline] echo [2026-05-06T07:49:52.635Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-06T07:49:52.704Z] provisioning config files... [2026-05-06T07:49:52.720Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config4819238454451776217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-06T07:49:53.059Z] ---> ****-login.sh [2026-05-06T07:49:53.059Z] nexus3.edgexfoundry.org:10001 [2026-05-06T07:49:53.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:49:53.322Z] [2026-05-06T07:49:53.322Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-06T07:49:53.322Z] Configure a credential helper to remove this warning. See [2026-05-06T07:49:53.322Z] https://docs.****.com/go/credential-store/ [2026-05-06T07:49:53.322Z] [2026-05-06T07:49:53.322Z] Login Succeeded [2026-05-06T07:49:53.322Z] nexus3.edgexfoundry.org:10002 [2026-05-06T07:49:53.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:49:53.322Z] [2026-05-06T07:49:53.322Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-06T07:49:53.322Z] Configure a credential helper to remove this warning. See [2026-05-06T07:49:53.322Z] https://docs.****.com/go/credential-store/ [2026-05-06T07:49:53.322Z] [2026-05-06T07:49:53.322Z] Login Succeeded [2026-05-06T07:49:53.322Z] nexus3.edgexfoundry.org:10003 [2026-05-06T07:49:53.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:49:53.583Z] [2026-05-06T07:49:53.583Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-06T07:49:53.583Z] Configure a credential helper to remove this warning. See [2026-05-06T07:49:53.583Z] https://docs.****.com/go/credential-store/ [2026-05-06T07:49:53.583Z] [2026-05-06T07:49:53.583Z] Login Succeeded [2026-05-06T07:49:53.583Z] nexus3.edgexfoundry.org:10004 [2026-05-06T07:49:53.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:49:53.583Z] [2026-05-06T07:49:53.583Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-06T07:49:53.583Z] Configure a credential helper to remove this warning. See [2026-05-06T07:49:53.583Z] https://docs.****.com/go/credential-store/ [2026-05-06T07:49:53.583Z] [2026-05-06T07:49:53.583Z] Login Succeeded [2026-05-06T07:49:53.583Z] ****.io [2026-05-06T07:49:53.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:49:53.845Z] [2026-05-06T07:49:53.845Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-05-06T07:49:53.846Z] Configure a credential helper to remove this warning. See [2026-05-06T07:49:53.846Z] https://docs.****.com/go/credential-store/ [2026-05-06T07:49:53.846Z] [2026-05-06T07:49:53.846Z] Login Succeeded [2026-05-06T07:49:53.846Z] ---> ****-login.sh ends [Pipeline] } [2026-05-06T07:49:53.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-05-06T07:49:54.186Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/core-command/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo core-command,cmd/core-command/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/core-data/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo core-data,cmd/core-data/Dockerfile [2026-05-06T07:49:54.186Z] + + cut -d/ -f2 [2026-05-06T07:49:54.186Z] dirname cmd/core-keeper/Dockerfile [2026-05-06T07:49:54.186Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/core-metadata/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/security-bootstrapper/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/security-proxy-auth/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/security-proxy-setup/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/security-secretstore-setup/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2026-05-06T07:49:54.186Z] + + cut -d/ -f2 [2026-05-06T07:49:54.186Z] dirname cmd/security-spire-agent/Dockerfile [2026-05-06T07:49:54.186Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/security-spire-config/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/security-spire-server/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/support-notifications/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2026-05-06T07:49:54.186Z] + dirname cmd/support-scheduler/Dockerfile [2026-05-06T07:49:54.186Z] + cut -d/ -f2 [2026-05-06T07:49:54.186Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2026-05-06T07:49:54.225Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2026-05-06T07:49:54.598Z] + git rev-list -1 --merges fa9291b4267d8cf249f54b4b348df68d64af3156~1..fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T07:49:54.611Z] -----------> git rev-list -1 --merges fa9291b4267d8cf249f54b4b348df68d64af3156~1..fa9291b4267d8cf249f54b4b348df68d64af3156 fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:49:54.611Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [false] [Pipeline] sh [2026-05-06T07:49:54.906Z] + git log --format=format:%s -1 fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T07:49:54.924Z] ========================================================= [2026-05-06T07:49:54.924Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-05-06T07:49:54.924Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2026-05-06T07:49:55.392Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-05-06T07:49:55.392Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-05-06T07:49:55.392Z] + [ -e /tmp/ssh_known_hosts ] [2026-05-06T07:49:55.392Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-05-06T07:49:55.392Z] + + sudoecho tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a [2026-05-06T07:49:55.392Z] /etc/ssh/ssh_known_hosts [2026-05-06T07:49:55.392Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:49:55.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-06T07:49:55.834Z] [2026-05-06T07:49:55.834Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:49:56.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-06T07:49:56.144Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-05-06T07:49:56.144Z] 3dae71ba6b94: Pulling fs layer [2026-05-06T07:49:56.144Z] 6bf1a483ea7c: Pulling fs layer [2026-05-06T07:49:56.144Z] f5dfc541a4d3: Pulling fs layer [2026-05-06T07:49:56.144Z] 461d9e800cba: Pulling fs layer [2026-05-06T07:49:56.144Z] 80192f66455f: Pulling fs layer [2026-05-06T07:49:56.144Z] 2e8e34ca0e6c: Pulling fs layer [2026-05-06T07:49:56.144Z] a29436f7fd5d: Pulling fs layer [2026-05-06T07:49:56.144Z] 923cac83aea3: Pulling fs layer [2026-05-06T07:49:56.144Z] 80192f66455f: Waiting [2026-05-06T07:49:56.144Z] 2e8e34ca0e6c: Waiting [2026-05-06T07:49:56.144Z] a29436f7fd5d: Waiting [2026-05-06T07:49:56.144Z] 923cac83aea3: Waiting [2026-05-06T07:49:56.144Z] 25ad8b0a4227: Pulling fs layer [2026-05-06T07:49:56.144Z] db01528c6b51: Pulling fs layer [2026-05-06T07:49:56.144Z] 28988de357af: Pulling fs layer [2026-05-06T07:49:56.144Z] 25ad8b0a4227: Waiting [2026-05-06T07:49:56.144Z] db01528c6b51: Waiting [2026-05-06T07:49:56.144Z] 461d9e800cba: Waiting [2026-05-06T07:49:56.144Z] 28988de357af: Waiting [2026-05-06T07:49:56.144Z] 6bf1a483ea7c: Verifying Checksum [2026-05-06T07:49:56.144Z] 6bf1a483ea7c: Download complete [2026-05-06T07:49:56.144Z] 461d9e800cba: Verifying Checksum [2026-05-06T07:49:56.144Z] 461d9e800cba: Download complete [2026-05-06T07:49:56.144Z] 80192f66455f: Verifying Checksum [2026-05-06T07:49:56.144Z] 80192f66455f: Download complete [2026-05-06T07:49:56.403Z] f5dfc541a4d3: Download complete [2026-05-06T07:49:56.403Z] 3dae71ba6b94: Verifying Checksum [2026-05-06T07:49:56.403Z] 3dae71ba6b94: Download complete [2026-05-06T07:49:56.403Z] 923cac83aea3: Verifying Checksum [2026-05-06T07:49:56.403Z] 923cac83aea3: Download complete [2026-05-06T07:49:56.403Z] 25ad8b0a4227: Verifying Checksum [2026-05-06T07:49:56.403Z] 25ad8b0a4227: Download complete [2026-05-06T07:49:56.661Z] db01528c6b51: Verifying Checksum [2026-05-06T07:49:56.661Z] db01528c6b51: Download complete [2026-05-06T07:49:56.661Z] a29436f7fd5d: Verifying Checksum [2026-05-06T07:49:56.661Z] a29436f7fd5d: Download complete [2026-05-06T07:49:57.229Z] 2e8e34ca0e6c: Verifying Checksum [2026-05-06T07:49:57.229Z] 2e8e34ca0e6c: Download complete [2026-05-06T07:49:57.798Z] 3dae71ba6b94: Pull complete [2026-05-06T07:49:58.060Z] 6bf1a483ea7c: Pull complete [2026-05-06T07:49:59.005Z] f5dfc541a4d3: Pull complete [2026-05-06T07:49:59.005Z] 461d9e800cba: Pull complete [2026-05-06T07:49:59.005Z] 80192f66455f: Pull complete [2026-05-06T07:50:03.225Z] 2e8e34ca0e6c: Pull complete [2026-05-06T07:50:03.489Z] a29436f7fd5d: Pull complete [2026-05-06T07:50:03.489Z] 923cac83aea3: Pull complete [2026-05-06T07:50:03.748Z] 25ad8b0a4227: Pull complete [2026-05-06T07:50:03.748Z] db01528c6b51: Pull complete [2026-05-06T07:50:03.748Z] 28988de357af: Pull complete [2026-05-06T07:50:03.748Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-05-06T07:50:03.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-05-06T07:50:03.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T07:50:03.894Z] prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container [2026-05-06T07:50:03.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-05-06T07:50:05.649Z] $ docker top 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 -eo pid,comm [2026-05-06T07:50:05.690Z] 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-05-06T07:50:05.690Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-05-06T07:50:05.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-05-06T07:50:05.753Z] [ssh-agent] Looking for ssh-agent implementation... [2026-05-06T07:50:05.857Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-05-06T07:50:05.867Z] $ docker exec 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent [2026-05-06T07:50:05.970Z] SSH_AUTH_SOCK=/tmp/ssh-K3KfMzi6sJ3K/agent.31 [2026-05-06T07:50:05.970Z] SSH_AGENT_PID=37 [2026-05-06T07:50:05.977Z] Running ssh-add (command line suppressed) [2026-05-06T07:50:06.088Z] Identity added: /w/workspace/edgex-go/972@tmp/private_key_1341137860901672456.key (/w/workspace/edgex-go/972@tmp/private_key_1341137860901672456.key) [2026-05-06T07:50:06.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-05-06T07:50:06.387Z] + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] sh [2026-05-06T07:50:06.671Z] + git tag --points-at HEAD [Pipeline] } [2026-05-06T07:50:06.689Z] $ docker exec --env ******** --env ******** 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent -k [2026-05-06T07:50:06.783Z] unset SSH_AUTH_SOCK; [2026-05-06T07:50:06.783Z] unset SSH_AGENT_PID; [2026-05-06T07:50:06.783Z] echo Agent pid 37 killed; [2026-05-06T07:50:06.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-05-06T07:50:06.822Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-05-06T07:50:06.822Z] [ssh-agent] Looking for ssh-agent implementation... [2026-05-06T07:50:06.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-05-06T07:50:06.942Z] $ docker exec 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent [2026-05-06T07:50:07.047Z] SSH_AUTH_SOCK=/tmp/ssh-yGkdAKLl6TMs/agent.84 [2026-05-06T07:50:07.047Z] SSH_AGENT_PID=90 [2026-05-06T07:50:07.051Z] Running ssh-add (command line suppressed) [2026-05-06T07:50:07.143Z] Identity added: /w/workspace/edgex-go/972@tmp/private_key_11873212691240913589.key (/w/workspace/edgex-go/972@tmp/private_key_11873212691240913589.key) [2026-05-06T07:50:07.152Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-05-06T07:50:07.445Z] + git semver init [2026-05-06T07:50:07.704Z] 2026-05-06 07:50:07,685 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-05-06T07:50:07.704Z] 2026-05-06 07:50:07,689 [run_init] DEBUG init version:0.0.0 force:False [2026-05-06T07:50:07.704Z] 2026-05-06 07:50:07,691 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/972/.semver [2026-05-06T07:50:07.704Z] 2026-05-06 07:50:07,691 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/972/.semver [2026-05-06T07:50:07.704Z] 2026-05-06 07:50:07,691 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/972/.semver'], cwd=/w/workspace/edgex-go/972, stdin=None, shell=False, universal_newlines=False) [2026-05-06T07:50:12.997Z] 2026-05-06 07:50:12,334 [append_file] DEBUG append to file:/w/workspace/edgex-go/972/.git/info/exclude [2026-05-06T07:50:12.997Z] 2026-05-06 07:50:12,334 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/972/.semver/main with force:False [2026-05-06T07:50:12.997Z] 2026-05-06 07:50:12,334 [read_version] DEBUG read version from /w/workspace/edgex-go/972/.semver/main [2026-05-06T07:50:12.997Z] 2026-05-06 07:50:12,334 [read_version] DEBUG read version from /w/workspace/edgex-go/972/.semver/main [2026-05-06T07:50:12.997Z] 4.1.0-dev.112 [Pipeline] } [2026-05-06T07:50:13.013Z] $ docker exec --env ******** --env ******** 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent -k [2026-05-06T07:50:13.117Z] unset SSH_AUTH_SOCK; [2026-05-06T07:50:13.118Z] unset SSH_AGENT_PID; [2026-05-06T07:50:13.119Z] echo Agent pid 90 killed; [2026-05-06T07:50:13.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-05-06T07:50:13.463Z] + git semver [Pipeline] } [2026-05-06T07:50:13.743Z] $ docker stop --time=1 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 [2026-05-06T07:50:15.038Z] $ docker rm -f --volumes 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 [Pipeline] // withDockerContainer [Pipeline] sh [2026-05-06T07:50:15.379Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-05-06T07:50:15.690Z] Stashed 1 file(s) [Pipeline] echo [2026-05-06T07:50:15.694Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.112 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-05-06T07:50:16.183Z] + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] echo [2026-05-06T07:50:16.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-06T07:50:16.217Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-06T07:50:16.237Z] ========================================================= [2026-05-06T07:50:16.237Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-05-06T07:50:16.237Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2026-05-06T07:50:16.534Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-06T07:50:16.534Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-05-06T07:50:16.534Z] 2d35ebdb57d9: Pulling fs layer [2026-05-06T07:50:16.534Z] c35fb4624d26: Pulling fs layer [2026-05-06T07:50:16.535Z] 4e2aec7ef170: Pulling fs layer [2026-05-06T07:50:16.535Z] 333b49ad6fbf: Pulling fs layer [2026-05-06T07:50:16.535Z] 4f4fb700ef54: Pulling fs layer [2026-05-06T07:50:16.535Z] c3e65509a76b: Pulling fs layer [2026-05-06T07:50:16.535Z] 7cf9ebb963bd: Pulling fs layer [2026-05-06T07:50:16.535Z] bb34ca984cfb: Pulling fs layer [2026-05-06T07:50:16.535Z] 151cf03bc807: Pulling fs layer [2026-05-06T07:50:16.535Z] c3e65509a76b: Waiting [2026-05-06T07:50:16.535Z] 333b49ad6fbf: Waiting [2026-05-06T07:50:16.535Z] 7cf9ebb963bd: Waiting [2026-05-06T07:50:16.535Z] 4f4fb700ef54: Waiting [2026-05-06T07:50:16.535Z] 151cf03bc807: Waiting [2026-05-06T07:50:16.535Z] c35fb4624d26: Verifying Checksum [2026-05-06T07:50:16.535Z] c35fb4624d26: Download complete [2026-05-06T07:50:16.535Z] 333b49ad6fbf: Download complete [2026-05-06T07:50:16.535Z] 4f4fb700ef54: Verifying Checksum [2026-05-06T07:50:16.535Z] 4f4fb700ef54: Download complete [2026-05-06T07:50:16.535Z] c3e65509a76b: Verifying Checksum [2026-05-06T07:50:16.535Z] c3e65509a76b: Download complete [2026-05-06T07:50:16.535Z] 2d35ebdb57d9: Download complete [2026-05-06T07:50:16.793Z] 2d35ebdb57d9: Pull complete [2026-05-06T07:50:16.793Z] 7cf9ebb963bd: Verifying Checksum [2026-05-06T07:50:16.793Z] 7cf9ebb963bd: Download complete [2026-05-06T07:50:16.793Z] c35fb4624d26: Pull complete [2026-05-06T07:50:17.053Z] 4e2aec7ef170: Verifying Checksum [2026-05-06T07:50:17.053Z] 4e2aec7ef170: Download complete [2026-05-06T07:50:17.053Z] 151cf03bc807: Verifying Checksum [2026-05-06T07:50:17.053Z] 151cf03bc807: Download complete [2026-05-06T07:50:17.311Z] bb34ca984cfb: Verifying Checksum [2026-05-06T07:50:17.311Z] bb34ca984cfb: Download complete [2026-05-06T07:50:22.604Z] 4e2aec7ef170: Pull complete [2026-05-06T07:50:22.604Z] 333b49ad6fbf: Pull complete [2026-05-06T07:50:22.604Z] 4f4fb700ef54: Pull complete [2026-05-06T07:50:22.604Z] c3e65509a76b: Pull complete [2026-05-06T07:50:22.604Z] 7cf9ebb963bd: Pull complete [2026-05-06T07:50:25.141Z] bb34ca984cfb: Pull complete [2026-05-06T07:50:25.710Z] 151cf03bc807: Pull complete [2026-05-06T07:50:25.711Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-05-06T07:50:25.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-06T07:50:25.711Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-05-06T07:50:26.010Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-06T07:50:26.010Z] WORKDIR /edgex [2026-05-06T07:50:26.010Z] COPY go.mod . [2026-05-06T07:50:26.011Z] RUN go mod download [2026-05-06T07:50:26.011Z] + docker build -t ci-base-image-x86_64 -f - . [2026-05-06T07:50:26.580Z] #0 building with "default" instance using docker driver [2026-05-06T07:50:26.580Z] [2026-05-06T07:50:26.580Z] #1 [internal] load build definition from Dockerfile [2026-05-06T07:50:26.580Z] #1 transferring dockerfile: 164B done [2026-05-06T07:50:26.580Z] #1 DONE 0.0s [2026-05-06T07:50:26.580Z] [2026-05-06T07:50:26.580Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-06T07:50:26.580Z] #2 DONE 0.0s [2026-05-06T07:50:26.580Z] [2026-05-06T07:50:26.580Z] #3 [internal] load .dockerignore [2026-05-06T07:50:26.580Z] #3 transferring context: 50B done [2026-05-06T07:50:26.580Z] #3 DONE 0.0s [2026-05-06T07:50:26.580Z] [2026-05-06T07:50:26.580Z] #4 [internal] load build context [2026-05-06T07:50:26.580Z] #4 transferring context: 6.99kB done [2026-05-06T07:50:26.580Z] #4 DONE 0.0s [2026-05-06T07:50:26.580Z] [2026-05-06T07:50:26.580Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-05-06T07:50:26.580Z] #5 DONE 0.1s [2026-05-06T07:50:26.838Z] [2026-05-06T07:50:26.838Z] #6 [2/4] WORKDIR /edgex [2026-05-06T07:50:28.743Z] #6 DONE 1.9s [2026-05-06T07:50:28.743Z] [2026-05-06T07:50:28.743Z] #7 [3/4] COPY go.mod . [2026-05-06T07:50:28.743Z] #7 DONE 0.0s [2026-05-06T07:50:28.743Z] [2026-05-06T07:50:28.743Z] #8 [4/4] RUN go mod download [2026-05-06T07:50:30.824Z] Still waiting to schedule task [2026-05-06T07:50:30.825Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2026-05-06T07:50:40.948Z] #8 DONE 11.6s [2026-05-06T07:50:40.948Z] [2026-05-06T07:50:40.948Z] #9 exporting to image [2026-05-06T07:50:40.948Z] #9 exporting layers [2026-05-06T07:50:43.478Z] #9 exporting layers 3.3s done [2026-05-06T07:50:43.478Z] #9 writing image sha256:8030b304013a6b576de9ea8b1062f9a588ccd0a8ef0fbb6d2bca529c56d5e008 done [2026-05-06T07:50:43.478Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2026-05-06T07:50:43.478Z] #9 DONE 3.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:50:43.782Z] + docker inspect -f . ci-base-image-x86_64 [2026-05-06T07:50:43.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T07:50:43.861Z] prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container [2026-05-06T07:50:43.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-05-06T07:50:44.161Z] $ docker top bbfdc21528fa867de555e2f50b6e0e77f14d582bd42d77bd02ac6d53f83195b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-06T07:50:44.513Z] + go version [2026-05-06T07:50:44.513Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-05-06T07:50:44.531Z] $ docker stop --time=1 bbfdc21528fa867de555e2f50b6e0e77f14d582bd42d77bd02ac6d53f83195b2 [2026-05-06T07:50:45.772Z] $ docker rm -f --volumes bbfdc21528fa867de555e2f50b6e0e77f14d582bd42d77bd02ac6d53f83195b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:50:46.224Z] + docker inspect -f . ci-base-image-x86_64 [2026-05-06T07:50:46.224Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T07:50:46.303Z] prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container [2026-05-06T07:50:46.343Z] $ 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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-05-06T07:50:46.600Z] $ docker top dfcd56a0d985160f251800f3cee83d1170bed89d01d0940a61325cc9a29a9b31 -eo pid,comm [Pipeline] { [Pipeline] echo [2026-05-06T07:50:46.663Z] ========================================================= [2026-05-06T07:50:46.663Z] [edgeXBuildGoParallel] Running Tests and Build... [2026-05-06T07:50:46.663Z] ========================================================= [Pipeline] sh [2026-05-06T07:50:46.942Z] + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] fileExists [Pipeline] sh [2026-05-06T07:50:47.244Z] + make test [2026-05-06T07:50:47.244Z] go test -race -coverprofile=coverage.out ./... [2026-05-06T07:50:55.363Z] ? github.com/edgexfoundry/edgex-go [no test files] [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2026-05-06T07:51:27.448Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2026-05-06T07:51:29.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.055s coverage: 97.0% of statements [2026-05-06T07:51:32.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.051s coverage: 69.4% of statements [2026-05-06T07:51:32.635Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2026-05-06T07:51:32.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 4.8% of statements [2026-05-06T07:51:32.635Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2026-05-06T07:51:32.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.075s coverage: 57.3% of statements [2026-05-06T07:51:32.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.026s coverage: 86.5% of statements [2026-05-06T07:51:32.635Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2026-05-06T07:51:32.635Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.863s coverage: 94.2% of statements [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2026-05-06T07:51:33.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.056s coverage: 90.7% of statements [2026-05-06T07:51:33.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2026-05-06T07:51:33.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.035s coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2026-05-06T07:51:33.569Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2026-05-06T07:51:34.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 11.1% of statements [2026-05-06T07:51:34.133Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2026-05-06T07:51:34.133Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.458s coverage: 97.7% of statements [2026-05-06T07:51:36.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2026-05-06T07:51:36.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.033s coverage: 72.2% of statements [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2026-05-06T07:51:36.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2026-05-06T07:51:39.197Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.053s coverage: 3.5% of statements [2026-05-06T07:51:39.197Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements [2026-05-06T07:51:39.197Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2026-05-06T07:51:39.197Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.072s coverage: 1.0% of statements [2026-05-06T07:51:39.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2026-05-06T07:51:39.197Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.040s coverage: 38.2% of statements [2026-05-06T07:51:39.197Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.032s coverage: 68.8% of statements [2026-05-06T07:51:39.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2026-05-06T07:51:39.197Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2026-05-06T07:51:39.197Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2026-05-06T07:51:40.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements [2026-05-06T07:51:40.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.025s coverage: 87.1% of statements [2026-05-06T07:51:40.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 89.5% of statements [2026-05-06T07:51:40.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 93.1% of statements [2026-05-06T07:51:40.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2026-05-06T07:51:53.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.041s coverage: 94.4% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.044s coverage: 92.9% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements [2026-05-06T07:52:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 47.4% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.068s coverage: 81.8% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.045s coverage: 82.1% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements [2026-05-06T07:52:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.033s coverage: 6.8% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.027s coverage: 33.3% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.030s coverage: 100.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.154s coverage: 54.8% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.6% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.022s coverage: 100.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.035s coverage: 20.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.033s coverage: 96.8% of statements [2026-05-06T07:52:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2026-05-06T07:52:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.131s coverage: 29.2% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.043s coverage: 93.8% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 3.1% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.018s coverage: 76.2% of statements [2026-05-06T07:52:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.020s coverage: 54.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2026-05-06T07:52:01.277Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.049s coverage: 17.1% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.116s coverage: 94.9% of statements [2026-05-06T07:52:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2026-05-06T07:52:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.024s coverage: 9.0% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements [2026-05-06T07:52:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2026-05-06T07:52:05.463Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 47.1% of statements [2026-05-06T07:52:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2026-05-06T07:52:05.463Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2026-05-06T07:52:05.463Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2026-05-06T07:52:05.463Z] running golangci-lint [2026-05-06T07:52:05.463Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2026-05-06T07:52:05.463Z] go version go1.25.2 linux/amd64 [2026-05-06T07:52:05.720Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2026-05-06T07:52:05.720Z] level=info msg="[config_reader] Used config file .golangci.yml" [2026-05-06T07:52:05.720Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2026-05-06T07:52:05.720Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2026-05-06T07:52:05.720Z] level=info msg="[goenv] Read go env for 4.733581ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2026-05-06T07:52:05.720Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2026-05-06T07:52:08.284Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8741 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2026-05-06T07:52:08.307Z] Running in /w/workspace/edgex-go/972 [Pipeline] { [Pipeline] checkout [2026-05-06T07:52:11.358Z] The recommended git tool is: git [2026-05-06T07:52:16.003Z] using credential edgex-jenkins-ssh [2026-05-06T07:52:16.028Z] Cloning the remote Git repository [2026-05-06T07:52:16.070Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2026-05-06T07:52:16.158Z] > git init /w/workspace/edgex-go/972 # timeout=10 [2026-05-06T07:52:16.303Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2026-05-06T07:52:16.304Z] > git --version # timeout=10 [2026-05-06T07:52:16.324Z] > git --version # 'git version 2.25.1' [2026-05-06T07:52:16.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-05-06T07:52:16.465Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-05-06T07:52:27.653Z] level=info msg="[loader] Go packages loading at mode 8767 (imports|types_sizes|deps|exports_file|name|compiled_files|files) took 20.831494927s" [2026-05-06T07:52:27.653Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.536431ms" [2026-05-06T07:52:35.107Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2026-05-06T07:52:35.131Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-05-06T07:52:36.115Z] Avoid second fetch [2026-05-06T07:52:36.116Z] Checking out Revision fa9291b4267d8cf249f54b4b348df68d64af3156 (main) [2026-05-06T07:52:36.936Z] Commit message: "Merge pull request #5398 from sagargaikwad-eaton/sagargaikwad-eatonGet_device_using_UUID" [2026-05-06T07:52:37.630Z] level=info msg="[linters_context/goanalysis] analyzers took 1m39.737520391s with top 10 stages: buildir: 52.694226059s, gosec: 2.705463352s, inspect: 2.349072901s, fact_deprecated: 2.331445293s, printf: 2.002505324s, fact_purity: 1.40926148s, ctrlflow: 1.279164111s, nilness: 1.138684902s, S1038: 1.04605438s, QF1004: 891.828941ms" [2026-05-06T07:52:37.631Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2026-05-06T07:52:37.631Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2026-05-06T07:52:37.631Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2026-05-06T07:52:37.631Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2026-05-06T07:52:37.631Z] level=info msg="[runner] Processors filtering stat (in/out): path_relativity: 35/35, exclusion_rules: 22/21, path_absoluter: 35/35, invalid_issue: 35/35, generated_file_filter: 35/22, nolint_filter: 21/0, cgo: 35/35, filename_unadjuster: 35/35, exclusion_paths: 35/35" [2026-05-06T07:52:37.631Z] level=info msg="[runner] processing took 12.277187ms with stages: nolint_filter: 11.348378ms, generated_file_filter: 654.496µs, exclusion_rules: 120.921µs, exclusion_paths: 99.832µs, path_relativity: 33.13µs, path_absoluter: 4.52µs, cgo: 3.93µs, invalid_issue: 2.69µs, sort_results: 2.56µs, max_same_issues: 1.56µs, filename_unadjuster: 1.02µs, fixer: 760ns, diff: 690ns, uniq_by_line: 510ns, source_code: 490ns, path_prettifier: 470ns, max_from_linter: 390ns, max_per_file_from_linter: 320ns, path_shortener: 300ns, severity-rules: 220ns" [2026-05-06T07:52:37.631Z] level=info msg="[runner] linters took 11.130447788s with stages: goanalysis_metalinter: 11.118043s" [2026-05-06T07:52:37.631Z] 0 issues. [2026-05-06T07:52:37.631Z] level=info msg="File cache stats: 0 entries of total size 0B" [2026-05-06T07:52:37.631Z] level=info msg="Memory: 322 samples, avg is 340.5MB, max is 1400.0MB" [2026-05-06T07:52:37.631Z] level=info msg="Execution took 32.009077665s" [2026-05-06T07:52:37.631Z] go vet ./... [2026-05-06T07:52:36.133Z] > git config core.sparsecheckout # timeout=10 [2026-05-06T07:52:36.208Z] > git checkout -f fa9291b4267d8cf249f54b4b348df68d64af3156 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-06T07:52:41.173Z] provisioning config files... [2026-05-06T07:52:41.200Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config8007286057471744563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-06T07:52:41.881Z] ---> ****-login.sh [2026-05-06T07:52:41.881Z] nexus3.edgexfoundry.org:10001 [2026-05-06T07:52:42.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:52:42.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T07:52:42.421Z] Configure a credential helper to remove this warning. See [2026-05-06T07:52:42.421Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T07:52:42.421Z] [2026-05-06T07:52:42.421Z] Login Succeeded [2026-05-06T07:52:42.421Z] nexus3.edgexfoundry.org:10002 [2026-05-06T07:52:42.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:52:42.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T07:52:42.689Z] Configure a credential helper to remove this warning. See [2026-05-06T07:52:42.689Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T07:52:42.689Z] [2026-05-06T07:52:42.689Z] Login Succeeded [2026-05-06T07:52:42.689Z] nexus3.edgexfoundry.org:10003 [2026-05-06T07:52:42.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:52:43.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T07:52:43.225Z] Configure a credential helper to remove this warning. See [2026-05-06T07:52:43.226Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T07:52:43.226Z] [2026-05-06T07:52:43.226Z] Login Succeeded [2026-05-06T07:52:43.226Z] nexus3.edgexfoundry.org:10004 [2026-05-06T07:52:43.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:52:43.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T07:52:43.495Z] Configure a credential helper to remove this warning. See [2026-05-06T07:52:43.495Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T07:52:43.495Z] [2026-05-06T07:52:43.495Z] Login Succeeded [2026-05-06T07:52:43.495Z] ****.io [2026-05-06T07:52:43.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:52:44.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T07:52:44.033Z] Configure a credential helper to remove this warning. See [2026-05-06T07:52:44.033Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T07:52:44.033Z] [2026-05-06T07:52:44.033Z] Login Succeeded [2026-05-06T07:52:44.033Z] ---> ****-login.sh ends [Pipeline] } [2026-05-06T07:52:44.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2026-05-06T07:52:44.186Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-05-06T07:52:44.187Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] sh [2026-05-06T07:52:44.445Z] ./bin/test-attribution-txt.sh [2026-05-06T07:52:44.648Z] + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] echo [2026-05-06T07:52:44.670Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-06T07:52:44.696Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-06T07:52:44.720Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-06T07:52:44.723Z] ========================================================= [2026-05-06T07:52:44.723Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-05-06T07:52:44.723Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [Pipeline] sh [2026-05-06T07:52:45.012Z] + ls -al . [2026-05-06T07:52:45.013Z] total 1396 [2026-05-06T07:52:45.013Z] drwxrwxr-x 11 1001 1001 4096 May 6 07:50 . [2026-05-06T07:52:45.013Z] drwxr-xr-x 4 root root 4096 May 6 07:50 .. [2026-05-06T07:52:45.013Z] drwxrwxr-x 2 1001 1001 4096 May 6 07:49 .blubracket [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 10 May 6 07:49 .dockerignore [2026-05-06T07:52:45.013Z] drwxrwxr-x 8 1001 1001 4096 May 6 07:52 .git [2026-05-06T07:52:45.013Z] drwxrwxr-x 3 1001 1001 4096 May 6 07:49 .github [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 909 May 6 07:49 .gitignore [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 359 May 6 07:49 .golangci.yml [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 100 May 6 07:49 .hadolint.yml [2026-05-06T07:52:45.013Z] drwxr-xr-x 3 1001 1001 4096 May 6 07:50 .semver [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 155 May 6 07:49 .sonarcloud.properties [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 1171 May 6 07:49 ADOPTERS.md [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 20149 May 6 07:49 Attribution.txt [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 108018 May 6 07:49 CHANGELOG.md [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 3804 May 6 07:49 CONTRIBUTING.md [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 677 May 6 07:49 GOVERNANCE.md [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 886 May 6 07:49 Jenkinsfile [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 10775 May 6 07:49 LICENSE [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 16743 May 6 07:49 Makefile [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 582 May 6 07:49 OWNERS.md [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 9932 May 6 07:49 README.md [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 789 May 6 07:49 SECURITY.md [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 13 May 6 07:50 VERSION [2026-05-06T07:52:45.013Z] drwxrwxr-x 2 1001 1001 4096 May 6 07:49 bin [2026-05-06T07:52:45.013Z] drwxrwxr-x 19 1001 1001 4096 May 6 07:49 cmd [2026-05-06T07:52:45.013Z] -rw-r--r-- 1 root root 1047357 May 6 07:52 coverage.out [2026-05-06T07:52:45.013Z] drwxrwxr-x 2 1001 1001 4096 May 6 07:49 fuzz_test [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 6951 May 6 07:49 go.mod [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 90838 May 6 07:49 go.sum [2026-05-06T07:52:45.013Z] drwxrwxr-x 7 1001 1001 4096 May 6 07:49 internal [2026-05-06T07:52:45.013Z] drwxrwxr-x 2 1001 1001 4096 May 6 07:49 openapi [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 584 May 6 07:49 security.txt [2026-05-06T07:52:45.013Z] -rw-rw-r-- 1 1001 1001 204 May 6 07:49 version.go [Pipeline] sh [2026-05-06T07:52:45.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-06T07:52:45.296Z] + '[' -e coverage.out ] [2026-05-06T07:52:45.296Z] + chown 1001:1001 coverage.out [Pipeline] stash [2026-05-06T07:52:45.458Z] Stashed 1 file(s) [Pipeline] sh [2026-05-06T07:52:45.660Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-05-06T07:52:45.660Z] 6b59a28fa201: Pulling fs layer [2026-05-06T07:52:45.660Z] d32bb0dddca7: Pulling fs layer [2026-05-06T07:52:45.660Z] 5dab1238d3d9: Pulling fs layer [2026-05-06T07:52:45.660Z] 196fd7d83e7d: Pulling fs layer [2026-05-06T07:52:45.660Z] 4f4fb700ef54: Pulling fs layer [2026-05-06T07:52:45.660Z] 8ba94037c8f0: Pulling fs layer [2026-05-06T07:52:45.660Z] deaec5988b04: Pulling fs layer [2026-05-06T07:52:45.660Z] 9f65657bb879: Pulling fs layer [2026-05-06T07:52:45.660Z] 196fd7d83e7d: Waiting [2026-05-06T07:52:45.660Z] 4f4fb700ef54: Waiting [2026-05-06T07:52:45.660Z] 8ba94037c8f0: Waiting [2026-05-06T07:52:45.660Z] deaec5988b04: Waiting [2026-05-06T07:52:45.660Z] 9f65657bb879: Waiting [2026-05-06T07:52:45.660Z] d32bb0dddca7: Verifying Checksum [2026-05-06T07:52:45.660Z] d32bb0dddca7: Download complete [2026-05-06T07:52:45.660Z] 196fd7d83e7d: Verifying Checksum [2026-05-06T07:52:45.660Z] 196fd7d83e7d: Download complete [2026-05-06T07:52:45.660Z] 4f4fb700ef54: Verifying Checksum [2026-05-06T07:52:45.660Z] 4f4fb700ef54: Download complete [2026-05-06T07:52:45.660Z] 8ba94037c8f0: Verifying Checksum [2026-05-06T07:52:45.660Z] 8ba94037c8f0: Download complete [2026-05-06T07:52:45.660Z] 6b59a28fa201: Verifying Checksum [2026-05-06T07:52:45.660Z] 6b59a28fa201: Download complete [2026-05-06T07:52:45.739Z] + make build [2026-05-06T07:52:45.739Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-05-06T07:52:46.247Z] 9f65657bb879: Verifying Checksum [2026-05-06T07:52:46.247Z] 9f65657bb879: Download complete [2026-05-06T07:52:46.833Z] 6b59a28fa201: Pull complete [2026-05-06T07:52:47.422Z] 5dab1238d3d9: Verifying Checksum [2026-05-06T07:52:47.422Z] 5dab1238d3d9: Download complete [2026-05-06T07:52:47.422Z] d32bb0dddca7: Pull complete [2026-05-06T07:52:49.375Z] deaec5988b04: Verifying Checksum [2026-05-06T07:52:49.375Z] deaec5988b04: Download complete [2026-05-06T07:53:01.808Z] 5dab1238d3d9: Pull complete [2026-05-06T07:53:01.808Z] 196fd7d83e7d: Pull complete [2026-05-06T07:53:01.808Z] 4f4fb700ef54: Pull complete [2026-05-06T07:53:01.808Z] 8ba94037c8f0: Pull complete [2026-05-06T07:53:07.676Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-05-06T07:53:09.578Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-05-06T07:53:10.951Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-05-06T07:53:11.516Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-05-06T07:53:12.341Z] deaec5988b04: Pull complete [2026-05-06T07:53:13.412Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-05-06T07:53:14.295Z] 9f65657bb879: Pull complete [2026-05-06T07:53:14.295Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-05-06T07:53:14.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-06T07:53:14.295Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2026-05-06T07:53:14.647Z] + docker build -t ci-base-image-arm64 -f - . [2026-05-06T07:53:14.647Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-06T07:53:14.647Z] WORKDIR /edgex [2026-05-06T07:53:14.647Z] COPY go.mod . [2026-05-06T07:53:14.647Z] RUN go mod download [2026-05-06T07:53:15.241Z] Sending build context to Docker daemon 3.907MB [2026-05-06T07:53:15.508Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-05-06T07:53:15.508Z] ---> 334268110677 [2026-05-06T07:53:15.508Z] Step 2/4 : WORKDIR /edgex [2026-05-06T07:53:17.452Z] ---> Running in 62ca1a2e8aa0 [2026-05-06T07:53:17.452Z] Removing intermediate container 62ca1a2e8aa0 [2026-05-06T07:53:17.452Z] ---> 64f370128b4c [2026-05-06T07:53:17.452Z] Step 3/4 : COPY go.mod . [2026-05-06T07:53:18.034Z] ---> 863813a923c2 [2026-05-06T07:53:18.034Z] Step 4/4 : RUN go mod download [2026-05-06T07:53:18.034Z] ---> Running in 758d12014543 [2026-05-06T07:53:18.672Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-05-06T07:53:20.575Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-05-06T07:53:23.100Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-05-06T07:53:25.627Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-05-06T07:53:26.999Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-05-06T07:53:28.375Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-05-06T07:53:29.308Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2026-05-06T07:53:31.223Z] $ docker stop --time=1 dfcd56a0d985160f251800f3cee83d1170bed89d01d0940a61325cc9a29a9b31 [2026-05-06T07:53:34.633Z] $ docker rm -f --volumes dfcd56a0d985160f251800f3cee83d1170bed89d01d0940a61325cc9a29a9b31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:53:35.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-05-06T07:53:35.899Z] [2026-05-06T07:53:35.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:53:36.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-05-06T07:53:36.212Z] latest: Pulling from edgex-devops/edgex-compose [2026-05-06T07:53:36.212Z] 91d30c5bc195: Pulling fs layer [2026-05-06T07:53:36.212Z] 2e9b0aa3be6d: Pulling fs layer [2026-05-06T07:53:36.212Z] 9c61dcf015f6: Pulling fs layer [2026-05-06T07:53:36.212Z] 4698f68db338: Pulling fs layer [2026-05-06T07:53:36.212Z] 2a2f49069b9e: Pulling fs layer [2026-05-06T07:53:36.212Z] e0025b399a48: Pulling fs layer [2026-05-06T07:53:36.212Z] 4698f68db338: Waiting [2026-05-06T07:53:36.212Z] 2a2f49069b9e: Waiting [2026-05-06T07:53:36.212Z] e0025b399a48: Waiting [2026-05-06T07:53:36.212Z] 91d30c5bc195: Verifying Checksum [2026-05-06T07:53:36.212Z] 91d30c5bc195: Download complete [2026-05-06T07:53:36.212Z] 4698f68db338: Verifying Checksum [2026-05-06T07:53:36.212Z] 4698f68db338: Download complete [2026-05-06T07:53:36.482Z] 2e9b0aa3be6d: Verifying Checksum [2026-05-06T07:53:36.482Z] 2e9b0aa3be6d: Download complete [2026-05-06T07:53:36.482Z] 91d30c5bc195: Pull complete [2026-05-06T07:53:36.482Z] e0025b399a48: Verifying Checksum [2026-05-06T07:53:36.482Z] e0025b399a48: Download complete [2026-05-06T07:53:36.482Z] 2a2f49069b9e: Verifying Checksum [2026-05-06T07:53:36.482Z] 2a2f49069b9e: Download complete [2026-05-06T07:53:36.747Z] 2e9b0aa3be6d: Pull complete [2026-05-06T07:53:37.005Z] 9c61dcf015f6: Verifying Checksum [2026-05-06T07:53:37.005Z] 9c61dcf015f6: Download complete [2026-05-06T07:53:40.330Z] 9c61dcf015f6: Pull complete [2026-05-06T07:53:40.330Z] 4698f68db338: Pull complete [2026-05-06T07:53:40.896Z] 2a2f49069b9e: Pull complete [2026-05-06T07:53:40.896Z] e0025b399a48: Pull complete [2026-05-06T07:53:40.896Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2026-05-06T07:53:40.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2026-05-06T07:53:40.896Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T07:53:41.001Z] prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container [2026-05-06T07:53:41.049Z] $ 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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2026-05-06T07:53:42.174Z] $ docker top 233a8187bcd4771a54441680fa7e10584017e0dc994bcaab83e7649586212162 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-06T07:53:42.517Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-05-06T07:53:42.776Z] #1 [security-spire-config internal] load build definition from Dockerfile [2026-05-06T07:53:42.776Z] #1 transferring dockerfile: 1.69kB done [2026-05-06T07:53:42.776Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-05-06T07:53:42.776Z] #1 DONE 0.2s [2026-05-06T07:53:42.776Z] [2026-05-06T07:53:42.776Z] #2 [core-metadata internal] load build definition from Dockerfile [2026-05-06T07:53:42.776Z] #2 transferring dockerfile: 2.10kB done [2026-05-06T07:53:42.776Z] #2 DONE 0.1s [2026-05-06T07:53:42.776Z] [2026-05-06T07:53:42.776Z] #3 [core-command internal] load build definition from Dockerfile [2026-05-06T07:53:42.776Z] #3 transferring dockerfile: 1.94kB done [2026-05-06T07:53:42.776Z] #3 DONE 0.2s [2026-05-06T07:53:42.776Z] [2026-05-06T07:53:42.776Z] #4 [core-keeper internal] load build definition from Dockerfile [2026-05-06T07:53:42.776Z] #4 transferring dockerfile: 2.07kB done [2026-05-06T07:53:42.776Z] #4 DONE 0.2s [2026-05-06T07:53:42.776Z] [2026-05-06T07:53:42.776Z] #5 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-05-06T07:53:42.776Z] #5 DONE 0.0s [2026-05-06T07:53:42.776Z] [2026-05-06T07:53:42.776Z] #6 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-05-06T07:53:42.776Z] #6 transferring dockerfile: 1.89kB done [2026-05-06T07:53:42.776Z] #6 DONE 0.2s [2026-05-06T07:53:42.776Z] [2026-05-06T07:53:42.776Z] #7 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 [2026-05-06T07:53:43.039Z] #7 ... [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #8 transferring dockerfile: 2.23kB done [2026-05-06T07:53:43.039Z] #8 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #9 transferring dockerfile: 2.50kB done [2026-05-06T07:53:43.039Z] #9 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #10 [support-scheduler internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #10 transferring dockerfile: 1.83kB done [2026-05-06T07:53:43.039Z] #10 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #11 transferring dockerfile: 2.49kB done [2026-05-06T07:53:43.039Z] #11 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #12 [support-notifications internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #12 transferring dockerfile: 2.02kB done [2026-05-06T07:53:43.039Z] #12 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #13 [core-data internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #13 transferring dockerfile: 2.04kB done [2026-05-06T07:53:43.039Z] #13 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #14 [security-spire-agent internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #14 transferring dockerfile: 1.81kB done [2026-05-06T07:53:43.039Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-05-06T07:53:43.039Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2026-05-06T07:53:43.039Z] #14 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #15 transferring dockerfile: 2.14kB done [2026-05-06T07:53:43.039Z] #15 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #16 [security-spire-server internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #16 transferring dockerfile: 1.70kB done [2026-05-06T07:53:43.039Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2026-05-06T07:53:43.039Z] #16 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #17 [security-bootstrapper internal] load build definition from Dockerfile [2026-05-06T07:53:43.039Z] #17 transferring dockerfile: 3.02kB done [2026-05-06T07:53:43.039Z] #17 DONE 0.2s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #5 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-05-06T07:53:43.039Z] #5 DONE 0.0s [2026-05-06T07:53:43.039Z] [2026-05-06T07:53:43.039Z] #7 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 [2026-05-06T07:53:43.298Z] #7 DONE 0.6s [2026-05-06T07:53:43.298Z] [2026-05-06T07:53:43.298Z] #18 [core-command internal] load .dockerignore [2026-05-06T07:53:43.298Z] #18 transferring context: [2026-05-06T07:53:43.557Z] #18 transferring context: 50B done [2026-05-06T07:53:43.557Z] #18 DONE 0.0s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #19 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-05-06T07:53:43.557Z] #19 DONE 0.7s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #20 [security-spire-config internal] load .dockerignore [2026-05-06T07:53:43.557Z] #20 ... [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #21 [core-metadata internal] load .dockerignore [2026-05-06T07:53:43.557Z] #21 transferring context: 50B done [2026-05-06T07:53:43.557Z] #21 DONE 0.1s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #22 [security-proxy-auth internal] load .dockerignore [2026-05-06T07:53:43.557Z] #22 transferring context: 50B done [2026-05-06T07:53:43.557Z] #22 DONE 0.2s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2026-05-06T07:53:43.557Z] #23 transferring context: 50B done [2026-05-06T07:53:43.557Z] #23 DONE 0.2s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #24 [core-data internal] load .dockerignore [2026-05-06T07:53:43.557Z] #24 transferring context: 50B done [2026-05-06T07:53:43.557Z] #24 DONE 0.2s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2026-05-06T07:53:43.557Z] #25 transferring context: 50B done [2026-05-06T07:53:43.557Z] #25 DONE 0.2s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #26 [support-scheduler internal] load .dockerignore [2026-05-06T07:53:43.557Z] #26 transferring context: 50B done [2026-05-06T07:53:43.557Z] #26 DONE 0.2s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #27 [core-keeper internal] load .dockerignore [2026-05-06T07:53:43.557Z] #27 transferring context: 50B done [2026-05-06T07:53:43.557Z] #27 DONE 0.2s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #28 [security-secretstore-setup internal] load .dockerignore [2026-05-06T07:53:43.557Z] #28 transferring context: 50B done [2026-05-06T07:53:43.557Z] #28 DONE 0.2s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #29 [support-scheduler internal] load build context [2026-05-06T07:53:43.557Z] #29 DONE 0.0s [2026-05-06T07:53:43.557Z] [2026-05-06T07:53:43.557Z] #30 [support-notifications internal] load .dockerignore [2026-05-06T07:53:43.557Z] #30 transferring context: 50B done [2026-05-06T07:53:43.557Z] #30 DONE 0.2s [2026-05-06T07:53:43.827Z] [2026-05-06T07:53:43.827Z] #31 [security-bootstrapper internal] load .dockerignore [2026-05-06T07:53:43.827Z] #31 transferring context: 50B done [2026-05-06T07:53:43.827Z] #31 DONE 0.2s [2026-05-06T07:53:43.827Z] [2026-05-06T07:53:43.827Z] #32 [security-proxy-setup internal] load .dockerignore [2026-05-06T07:53:43.827Z] #32 transferring context: 50B done [2026-05-06T07:53:43.827Z] #32 DONE 0.2s [2026-05-06T07:53:43.827Z] [2026-05-06T07:53:43.827Z] #33 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:53:43.827Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:53:43.827Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:53:43.827Z] #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done [2026-05-06T07:53:43.827Z] #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done [2026-05-06T07:53:43.827Z] #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0B / 3.81MB 0.2s [2026-05-06T07:53:43.827Z] #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s [2026-05-06T07:53:43.827Z] #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done [2026-05-06T07:53:43.827Z] #33 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e [2026-05-06T07:53:44.089Z] #33 ... [2026-05-06T07:53:44.089Z] [2026-05-06T07:53:44.089Z] #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-05-06T07:53:44.089Z] #34 DONE 0.5s [2026-05-06T07:53:44.089Z] [2026-05-06T07:53:44.089Z] #35 [security-spire-server internal] load .dockerignore [2026-05-06T07:53:44.089Z] #35 transferring context: 50B 0.0s done [2026-05-06T07:53:44.089Z] #35 DONE 0.5s [2026-05-06T07:53:44.089Z] [2026-05-06T07:53:44.089Z] #20 [security-spire-config internal] load .dockerignore [2026-05-06T07:53:44.089Z] #20 transferring context: 50B done [2026-05-06T07:53:44.089Z] #20 DONE 0.5s [2026-05-06T07:53:44.089Z] [2026-05-06T07:53:44.089Z] #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:53:44.089Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:53:44.089Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:53:44.089Z] #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done [2026-05-06T07:53:44.089Z] #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done [2026-05-06T07:53:44.089Z] #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done [2026-05-06T07:53:44.089Z] #33 ... [2026-05-06T07:53:44.089Z] [2026-05-06T07:53:44.089Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-05-06T07:53:44.089Z] #36 DONE 1.1s [2026-05-06T07:53:44.089Z] [2026-05-06T07:53:44.089Z] #33 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:53:44.089Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:53:44.089Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:53:44.089Z] #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done [2026-05-06T07:53:44.089Z] #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done [2026-05-06T07:53:44.089Z] #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done [2026-05-06T07:53:44.347Z] #33 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.4s done [2026-05-06T07:53:46.479Z] #33 ... [2026-05-06T07:53:46.479Z] [2026-05-06T07:53:46.479Z] #37 [security-spire-server internal] load build context [2026-05-06T07:53:46.479Z] #37 transferring context: 26.58kB 0.0s done [2026-05-06T07:53:46.479Z] #37 DONE 1.7s [2026-05-06T07:53:46.479Z] [2026-05-06T07:53:46.479Z] #38 [core-keeper internal] load build context [2026-05-06T07:53:46.739Z] #38 ... [2026-05-06T07:53:46.739Z] [2026-05-06T07:53:46.739Z] #39 [core-metadata builder 2/7] WORKDIR /edgex-go [2026-05-06T07:53:46.739Z] #39 DONE 2.8s [2026-05-06T07:53:46.739Z] [2026-05-06T07:53:46.739Z] #40 [security-spire-agent internal] load .dockerignore [2026-05-06T07:53:46.739Z] #40 transferring context: 50B 0.0s done [2026-05-06T07:53:46.739Z] #40 DONE 2.7s [2026-05-06T07:53:46.739Z] [2026-05-06T07:53:46.739Z] #38 [core-keeper internal] load build context [2026-05-06T07:53:46.995Z] #38 ... [2026-05-06T07:53:46.996Z] [2026-05-06T07:53:46.996Z] #41 [security-spire-config internal] load build context [2026-05-06T07:53:46.996Z] #41 transferring context: 24.83kB 0.0s done [2026-05-06T07:53:46.996Z] #41 DONE 2.8s [2026-05-06T07:53:46.996Z] [2026-05-06T07:53:46.996Z] #38 [core-keeper internal] load build context [2026-05-06T07:53:46.996Z] #38 ... [2026-05-06T07:53:46.996Z] [2026-05-06T07:53:46.996Z] #33 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:53:46.996Z] #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:53:46.996Z] #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:53:46.996Z] #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done [2026-05-06T07:53:46.996Z] #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done [2026-05-06T07:53:46.996Z] #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done [2026-05-06T07:53:46.996Z] #33 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.4s done [2026-05-06T07:53:46.996Z] #33 DONE 3.5s [2026-05-06T07:53:46.996Z] [2026-05-06T07:53:46.996Z] #38 [core-keeper internal] load build context [2026-05-06T07:53:46.996Z] #38 ... [2026-05-06T07:53:46.996Z] [2026-05-06T07:53:46.996Z] #42 [security-spire-agent internal] load build context [2026-05-06T07:53:46.996Z] #42 transferring context: 26.11kB 0.0s done [2026-05-06T07:53:46.996Z] #42 DONE 0.3s [2026-05-06T07:53:46.996Z] [2026-05-06T07:53:46.996Z] #38 [core-keeper internal] load build context [2026-05-06T07:53:52.269Z] #38 transferring context: 386.85MB 8.3s [2026-05-06T07:53:52.534Z] #38 ... [2026-05-06T07:53:52.534Z] [2026-05-06T07:53:52.534Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:53:52.534Z] #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 2.7s done [2026-05-06T07:53:52.534Z] #43 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done [2026-05-06T07:53:52.534Z] #43 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done [2026-05-06T07:53:52.534Z] #43 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.6s done [2026-05-06T07:53:52.534Z] #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done [2026-05-06T07:53:52.534Z] #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.5s done [2026-05-06T07:53:52.534Z] #43 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-05-06T07:53:52.534Z] #43 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 3.0s done [2026-05-06T07:53:52.534Z] #43 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done [2026-05-06T07:53:52.534Z] #43 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done [2026-05-06T07:53:52.534Z] #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done [2026-05-06T07:53:52.534Z] #43 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0.6s [2026-05-06T07:53:53.471Z] #43 ... [2026-05-06T07:53:53.471Z] [2026-05-06T07:53:53.471Z] #44 [core-command internal] load build context [2026-05-06T07:53:53.471Z] #44 ... [2026-05-06T07:53:53.471Z] [2026-05-06T07:53:53.471Z] #45 [security-spiffe-token-provider internal] load build context [2026-05-06T07:53:53.732Z] #45 ... [2026-05-06T07:53:53.732Z] [2026-05-06T07:53:53.732Z] #46 [security-secretstore-setup internal] load build context [2026-05-06T07:53:53.732Z] #46 ... [2026-05-06T07:53:53.732Z] [2026-05-06T07:53:53.732Z] #47 [security-bootstrapper internal] load build context [2026-05-06T07:53:54.006Z] #47 ... [2026-05-06T07:53:54.006Z] [2026-05-06T07:53:54.006Z] #48 [security-proxy-auth internal] load build context [2026-05-06T07:53:54.006Z] #48 ... [2026-05-06T07:53:54.006Z] [2026-05-06T07:53:54.006Z] #49 [core-metadata internal] load build context [2026-05-06T07:53:54.268Z] #49 ... [2026-05-06T07:53:54.268Z] [2026-05-06T07:53:54.268Z] #50 [core-common-config-bootstrapper internal] load build context [2026-05-06T07:53:54.268Z] #50 ... [2026-05-06T07:53:54.268Z] [2026-05-06T07:53:54.268Z] #51 [support-notifications internal] load build context [2026-05-06T07:53:54.268Z] #51 ... [2026-05-06T07:53:54.268Z] [2026-05-06T07:53:54.268Z] #52 [core-data internal] load build context [2026-05-06T07:53:54.527Z] #52 ... [2026-05-06T07:53:54.527Z] [2026-05-06T07:53:54.527Z] #53 [security-proxy-setup internal] load build context [2026-05-06T07:53:54.527Z] #53 ... [2026-05-06T07:53:54.527Z] [2026-05-06T07:53:54.527Z] #29 [support-scheduler internal] load build context [2026-05-06T07:53:54.527Z] #29 ... [2026-05-06T07:53:54.527Z] [2026-05-06T07:53:54.527Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:53:54.787Z] #43 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.0s done [2026-05-06T07:53:56.715Z] #43 ... [2026-05-06T07:53:56.715Z] [2026-05-06T07:53:56.715Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-06T07:53:56.715Z] #0 0.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:56.715Z] #0 0.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:56.715Z] #0 1.311 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:53:56.715Z] #0 1.311 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:53:56.715Z] #0 1.311 OK: 26342 distinct packages available [2026-05-06T07:53:56.715Z] #0 1.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:56.715Z] #0 1.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:56.715Z] #0 1.750 OK: 265 MiB in 60 packages [2026-05-06T07:53:57.849Z] #54 ... [2026-05-06T07:53:57.849Z] [2026-05-06T07:53:57.849Z] #55 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:53:57.849Z] #0 0.752 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:57.849Z] #0 0.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:57.849Z] #0 1.359 OK: 265 MiB in 60 packages [2026-05-06T07:53:57.849Z] #55 ... [2026-05-06T07:53:57.849Z] [2026-05-06T07:53:57.849Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-06T07:53:57.849Z] #0 3.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:57.849Z] #0 4.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:57.849Z] #0 4.339 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-06T07:53:57.849Z] #0 4.343 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:53:57.849Z] #0 4.361 OK: 7 MiB in 17 packages [2026-05-06T07:53:58.107Z] #56 ... [2026-05-06T07:53:58.107Z] [2026-05-06T07:53:58.107Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-06T07:53:58.107Z] #57 ... [2026-05-06T07:53:58.107Z] [2026-05-06T07:53:58.107Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-06T07:53:58.107Z] #0 4.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 4.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 5.361 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:53:58.107Z] #0 5.361 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:53:58.107Z] #0 5.361 OK: 26324 distinct packages available [2026-05-06T07:53:58.107Z] #0 5.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 5.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 5.819 (1/13) Installing brotli-libs (1.1.0-r2) [2026-05-06T07:53:58.107Z] #0 5.844 (2/13) Installing c-ares (1.34.6-r0) [2026-05-06T07:53:58.107Z] #0 5.850 (3/13) Installing libunistring (1.3-r0) [2026-05-06T07:53:58.107Z] #0 5.871 (4/13) Installing libidn2 (2.3.7-r0) [2026-05-06T07:53:58.107Z] #0 5.879 (5/13) Installing nghttp2-libs (1.69.0-r0) [2026-05-06T07:53:58.107Z] #0 5.882 (6/13) Installing libpsl (0.21.5-r3) [2026-05-06T07:53:58.107Z] #0 5.887 (7/13) Installing zstd-libs (1.5.7-r0) [2026-05-06T07:53:58.107Z] #0 5.900 (8/13) Installing libcurl (8.14.1-r2) [2026-05-06T07:53:58.107Z] #0 5.910 (9/13) Installing curl (8.14.1-r2) [2026-05-06T07:53:58.107Z] #0 5.914 (10/13) Installing dumb-init (1.2.5-r3) [2026-05-06T07:53:58.107Z] #0 5.920 (11/13) Installing musl-obstack (1.2.3-r2) [2026-05-06T07:53:58.107Z] #0 5.921 (12/13) Installing libucontext (1.3.2-r0) [2026-05-06T07:53:58.107Z] #0 5.924 (13/13) Installing gcompat (1.1.0-r4) [2026-05-06T07:53:58.107Z] #0 5.928 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:53:58.107Z] #0 5.933 OK: 13 MiB in 29 packages [2026-05-06T07:53:58.107Z] #58 ... [2026-05-06T07:53:58.107Z] [2026-05-06T07:53:58.107Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-06T07:53:58.107Z] #0 0.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 1.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 1.435 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:53:58.107Z] #0 1.435 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:53:58.107Z] #0 1.435 OK: 26324 distinct packages available [2026-05-06T07:53:58.107Z] #0 1.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 1.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.107Z] #0 1.962 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-06T07:53:58.107Z] #0 1.967 (2/4) Installing musl-obstack (1.2.3-r2) [2026-05-06T07:53:58.107Z] #0 1.970 (3/4) Installing libucontext (1.3.2-r0) [2026-05-06T07:53:58.107Z] #0 1.976 (4/4) Installing gcompat (1.1.0-r4) [2026-05-06T07:53:58.107Z] #0 1.984 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:53:58.107Z] #0 1.991 OK: 8 MiB in 20 packages [2026-05-06T07:53:58.107Z] #59 ... [2026-05-06T07:53:58.107Z] [2026-05-06T07:53:58.107Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-06T07:53:58.107Z] #60 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.5s done [2026-05-06T07:53:58.107Z] #60 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-05-06T07:53:58.107Z] #60 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done [2026-05-06T07:53:58.107Z] #60 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done [2026-05-06T07:53:58.107Z] #60 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.0s done [2026-05-06T07:53:58.107Z] #60 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-05-06T07:53:58.107Z] #60 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.1s done [2026-05-06T07:53:58.107Z] #60 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 1.5s done [2026-05-06T07:53:58.107Z] #60 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done [2026-05-06T07:53:58.107Z] #60 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done [2026-05-06T07:53:58.107Z] #60 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 3.3s done [2026-05-06T07:53:58.580Z] #60 ... [2026-05-06T07:53:58.580Z] [2026-05-06T07:53:58.580Z] #61 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2026-05-06T07:53:58.580Z] #0 2.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.580Z] #0 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.580Z] #0 3.299 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-06T07:53:58.580Z] #0 3.304 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:53:58.580Z] #0 3.316 OK: 7 MiB in 17 packages [2026-05-06T07:53:58.838Z] #61 ... [2026-05-06T07:53:58.838Z] [2026-05-06T07:53:58.838Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-06T07:53:58.839Z] #0 0.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.839Z] #0 0.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.839Z] #0 1.288 OK: 265 MiB in 60 packages [2026-05-06T07:53:58.839Z] #62 ... [2026-05-06T07:53:58.839Z] [2026-05-06T07:53:58.839Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-06T07:53:58.839Z] #0 3.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.839Z] #0 3.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.839Z] #0 3.611 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:53:58.839Z] #0 3.611 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:53:58.839Z] #0 3.611 OK: 26324 distinct packages available [2026-05-06T07:53:58.839Z] #0 3.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.839Z] #0 3.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:58.839Z] #0 4.069 (1/5) Installing dumb-init (1.2.5-r3) [2026-05-06T07:53:58.839Z] #0 4.070 (2/5) Installing musl-obstack (1.2.3-r2) [2026-05-06T07:53:58.839Z] #0 4.072 (3/5) Installing libucontext (1.3.2-r0) [2026-05-06T07:53:58.839Z] #0 4.208 (4/5) Installing gcompat (1.1.0-r4) [2026-05-06T07:53:58.839Z] #0 4.208 (5/5) Installing openssl (3.5.6-r0) [2026-05-06T07:53:58.839Z] #0 4.224 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:53:58.839Z] #0 4.233 OK: 8 MiB in 21 packages [2026-05-06T07:53:58.839Z] #63 ... [2026-05-06T07:53:58.839Z] [2026-05-06T07:53:58.839Z] #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-06T07:53:58.839Z] #64 ... [2026-05-06T07:53:58.839Z] [2026-05-06T07:53:58.839Z] #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-06T07:53:59.199Z] #65 ... [2026-05-06T07:53:59.199Z] [2026-05-06T07:53:59.199Z] #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-06T07:53:59.199Z] #66 ... [2026-05-06T07:53:59.199Z] [2026-05-06T07:53:59.199Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-06T07:53:59.199Z] #67 ... [2026-05-06T07:53:59.199Z] [2026-05-06T07:53:59.199Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:53:59.199Z] #0 3.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:59.199Z] #0 3.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:59.199Z] #0 3.884 OK: 265 MiB in 60 packages [2026-05-06T07:53:59.199Z] #68 ... [2026-05-06T07:53:59.199Z] [2026-05-06T07:53:59.199Z] #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-06T07:53:59.458Z] #69 ... [2026-05-06T07:53:59.458Z] [2026-05-06T07:53:59.458Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-06T07:53:59.458Z] #0 2.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:59.458Z] #0 2.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:53:59.458Z] #0 3.378 OK: 265 MiB in 60 packages [2026-05-06T07:53:59.717Z] #70 ... [2026-05-06T07:53:59.717Z] [2026-05-06T07:53:59.717Z] #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-06T07:53:59.717Z] #71 ... [2026-05-06T07:53:59.717Z] [2026-05-06T07:53:59.717Z] #44 [core-command internal] load build context [2026-05-06T07:53:59.717Z] #44 transferring context: 598.49MB 16.2s [2026-05-06T07:53:59.977Z] #44 transferring context: 640.18MB 16.3s done [2026-05-06T07:54:02.508Z] #44 ... [2026-05-06T07:54:02.508Z] [2026-05-06T07:54:02.508Z] #38 [core-keeper internal] load build context [2026-05-06T07:54:02.508Z] #38 transferring context: 640.18MB 14.5s done [2026-05-06T07:54:02.766Z] #38 ... [2026-05-06T07:54:02.766Z] [2026-05-06T07:54:02.766Z] #45 [security-spiffe-token-provider internal] load build context [2026-05-06T07:54:02.766Z] #45 transferring context: 640.18MB 16.0s done [2026-05-06T07:54:04.149Z] #45 ... [2026-05-06T07:54:04.149Z] [2026-05-06T07:54:04.149Z] #46 [security-secretstore-setup internal] load build context [2026-05-06T07:54:04.149Z] #46 transferring context: 640.18MB 15.4s done [2026-05-06T07:54:04.149Z] #46 ... [2026-05-06T07:54:04.149Z] [2026-05-06T07:54:04.149Z] #48 [security-proxy-auth internal] load build context [2026-05-06T07:54:04.149Z] #48 transferring context: 640.18MB 15.5s done [2026-05-06T07:54:04.149Z] #48 ... [2026-05-06T07:54:04.149Z] [2026-05-06T07:54:04.149Z] #49 [core-metadata internal] load build context [2026-05-06T07:54:04.149Z] #49 transferring context: 640.18MB 14.5s done [2026-05-06T07:54:04.407Z] #49 ... [2026-05-06T07:54:04.407Z] [2026-05-06T07:54:04.407Z] #50 [core-common-config-bootstrapper internal] load build context [2026-05-06T07:54:04.407Z] #50 transferring context: 640.18MB 15.3s done [2026-05-06T07:54:04.407Z] #50 ... [2026-05-06T07:54:04.407Z] [2026-05-06T07:54:04.407Z] #47 [security-bootstrapper internal] load build context [2026-05-06T07:54:04.407Z] #47 transferring context: 640.18MB 14.2s done [2026-05-06T07:54:04.665Z] #47 ... [2026-05-06T07:54:04.665Z] [2026-05-06T07:54:04.665Z] #51 [support-notifications internal] load build context [2026-05-06T07:54:04.665Z] #51 transferring context: 640.18MB 15.8s done [2026-05-06T07:54:04.923Z] #51 ... [2026-05-06T07:54:04.923Z] [2026-05-06T07:54:04.923Z] #29 [support-scheduler internal] load build context [2026-05-06T07:54:04.923Z] #29 transferring context: 640.18MB 14.6s done [2026-05-06T07:54:04.923Z] #29 ... [2026-05-06T07:54:04.923Z] [2026-05-06T07:54:04.923Z] #53 [security-proxy-setup internal] load build context [2026-05-06T07:54:04.923Z] #53 transferring context: 640.18MB 15.7s done [2026-05-06T07:54:05.182Z] #53 ... [2026-05-06T07:54:05.182Z] [2026-05-06T07:54:05.182Z] #52 [core-data internal] load build context [2026-05-06T07:54:05.182Z] #52 transferring context: 640.18MB 14.4s done [2026-05-06T07:54:11.750Z] #52 ... [2026-05-06T07:54:11.750Z] [2026-05-06T07:54:11.750Z] #47 [security-bootstrapper internal] load build context [2026-05-06T07:54:11.750Z] #47 DONE 27.0s [2026-05-06T07:54:11.750Z] [2026-05-06T07:54:11.750Z] #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-06T07:54:11.750Z] #64 DONE 23.9s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #61 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2026-05-06T07:54:11.751Z] #61 DONE 23.7s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-06T07:54:11.751Z] #67 DONE 23.7s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-06T07:54:11.751Z] #59 DONE 23.7s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-06T07:54:11.751Z] #58 DONE 23.7s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-06T07:54:11.751Z] #70 DONE 23.9s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #72 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2026-05-06T07:54:11.751Z] #72 ... [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:54:11.751Z] #68 DONE 23.9s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-06T07:54:11.751Z] #62 DONE 24.0s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #55 [core-data builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:54:11.751Z] #55 DONE 24.0s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-06T07:54:11.751Z] #54 DONE 24.0s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-06T07:54:11.751Z] #56 DONE 23.8s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #52 [core-data internal] load build context [2026-05-06T07:54:11.751Z] #52 DONE 27.1s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-06T07:54:11.751Z] #63 DONE 23.8s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #49 [core-metadata internal] load build context [2026-05-06T07:54:11.751Z] #49 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #38 [core-keeper internal] load build context [2026-05-06T07:54:11.751Z] #38 DONE 27.1s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #29 [support-scheduler internal] load build context [2026-05-06T07:54:11.751Z] #29 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #50 [core-common-config-bootstrapper internal] load build context [2026-05-06T07:54:11.751Z] #50 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #48 [security-proxy-auth internal] load build context [2026-05-06T07:54:11.751Z] #48 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #46 [security-secretstore-setup internal] load build context [2026-05-06T07:54:11.751Z] #46 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #53 [security-proxy-setup internal] load build context [2026-05-06T07:54:11.751Z] #53 DONE 27.1s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #51 [support-notifications internal] load build context [2026-05-06T07:54:11.751Z] #51 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #45 [security-spiffe-token-provider internal] load build context [2026-05-06T07:54:11.751Z] #45 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #44 [core-command internal] load build context [2026-05-06T07:54:11.751Z] #44 DONE 27.4s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:11.751Z] #73 DONE 0.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:11.751Z] #74 DONE 0.3s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #75 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:11.751Z] #75 DONE 0.3s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:11.751Z] #76 DONE 0.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:11.751Z] #77 DONE 0.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-06T07:54:11.751Z] #60 DONE 24.4s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:11.751Z] #78 ... [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:11.751Z] #43 DONE 27.2s [2026-05-06T07:54:11.751Z] [2026-05-06T07:54:11.751Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-06T07:54:11.751Z] #57 24.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:11.751Z] #57 24.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.008Z] #57 24.97 (1/2) Installing dumb-init (1.2.5-r3) [2026-05-06T07:54:12.008Z] #57 24.97 (2/2) Installing su-exec (0.2-r3) [2026-05-06T07:54:12.008Z] #57 24.97 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:54:12.008Z] #57 24.98 OK: 7 MiB in 18 packages [2026-05-06T07:54:12.266Z] #57 DONE 25.3s [2026-05-06T07:54:12.266Z] [2026-05-06T07:54:12.267Z] #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-06T07:54:12.267Z] #65 24.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #65 24.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #65 24.94 (1/3) Installing ca-certificates (20260413-r0) [2026-05-06T07:54:12.267Z] #65 24.96 (2/3) Installing dumb-init (1.2.5-r3) [2026-05-06T07:54:12.267Z] #65 24.97 (3/3) Installing tzdata (2026b-r0) [2026-05-06T07:54:12.267Z] #65 25.01 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:54:12.267Z] #65 25.02 Executing ca-certificates-20260413-r0.trigger [2026-05-06T07:54:12.267Z] #65 25.07 OK: 8 MiB in 19 packages [2026-05-06T07:54:12.267Z] #65 DONE 25.3s [2026-05-06T07:54:12.267Z] [2026-05-06T07:54:12.267Z] #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-06T07:54:12.267Z] #66 24.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #66 24.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #66 24.92 (1/7) Installing ca-certificates (20260413-r0) [2026-05-06T07:54:12.267Z] #66 24.94 (2/7) Installing dumb-init (1.2.5-r3) [2026-05-06T07:54:12.267Z] #66 24.94 (3/7) Installing libgcc (14.2.0-r6) [2026-05-06T07:54:12.267Z] #66 24.95 (4/7) Installing libsodium (1.0.20-r1) [2026-05-06T07:54:12.267Z] #66 24.95 (5/7) Installing libstdc++ (14.2.0-r6) [2026-05-06T07:54:12.267Z] #66 24.98 (6/7) Installing libzmq (4.3.5-r2) [2026-05-06T07:54:12.267Z] #66 24.99 (7/7) Installing zeromq (4.3.5-r2) [2026-05-06T07:54:12.267Z] #66 25.00 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:54:12.267Z] #66 25.01 Executing ca-certificates-20260413-r0.trigger [2026-05-06T07:54:12.267Z] #66 25.06 OK: 12 MiB in 23 packages [2026-05-06T07:54:12.267Z] #66 DONE 25.3s [2026-05-06T07:54:12.267Z] [2026-05-06T07:54:12.267Z] #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-06T07:54:12.267Z] #69 24.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #69 24.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #69 24.94 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-06T07:54:12.267Z] #69 24.94 (2/4) Installing openssl (3.5.6-r0) [2026-05-06T07:54:12.267Z] #69 25.04 (3/4) Installing su-exec (0.2-r3) [2026-05-06T07:54:12.267Z] #69 25.05 (4/4) Installing yq-go (4.47.2-r3) [2026-05-06T07:54:12.267Z] #69 25.18 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:54:12.267Z] #69 25.20 OK: 20 MiB in 20 packages [2026-05-06T07:54:12.267Z] #69 DONE 25.3s [2026-05-06T07:54:12.267Z] [2026-05-06T07:54:12.267Z] #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-06T07:54:12.267Z] #71 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #71 24.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.267Z] #71 24.91 (1/4) Installing ca-certificates (20260413-r0) [2026-05-06T07:54:12.267Z] #71 24.93 (2/4) Installing dumb-init (1.2.5-r3) [2026-05-06T07:54:12.267Z] #71 24.94 (3/4) Installing su-exec (0.2-r3) [2026-05-06T07:54:12.267Z] #71 24.94 (4/4) Installing yq-go (4.47.2-r3) [2026-05-06T07:54:12.267Z] #71 25.13 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:54:12.267Z] #71 25.14 Executing ca-certificates-20260413-r0.trigger [2026-05-06T07:54:12.267Z] #71 25.23 OK: 20 MiB in 20 packages [2026-05-06T07:54:12.267Z] #71 DONE 25.4s [2026-05-06T07:54:12.267Z] [2026-05-06T07:54:12.267Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-06T07:54:12.967Z] #79 ... [2026-05-06T07:54:12.967Z] [2026-05-06T07:54:12.967Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:54:12.967Z] #0 1.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #0 1.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #0 1.714 OK: 7 MiB in 17 packages [2026-05-06T07:54:12.967Z] #80 DONE 1.9s [2026-05-06T07:54:12.967Z] [2026-05-06T07:54:12.967Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:54:12.967Z] #0 1.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #0 1.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #0 1.763 OK: 13 MiB in 29 packages [2026-05-06T07:54:12.967Z] #81 DONE 1.9s [2026-05-06T07:54:12.967Z] [2026-05-06T07:54:12.967Z] #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2026-05-06T07:54:12.967Z] #72 1.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #72 1.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #72 1.776 OK: 7 MiB in 17 packages [2026-05-06T07:54:12.967Z] #72 DONE 2.0s [2026-05-06T07:54:12.967Z] [2026-05-06T07:54:12.967Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-06T07:54:12.967Z] #0 1.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #0 1.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:12.967Z] #0 1.845 OK: 8 MiB in 20 packages [2026-05-06T07:54:12.967Z] #82 DONE 2.0s [2026-05-06T07:54:12.967Z] [2026-05-06T07:54:12.967Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:54:13.533Z] #83 DONE 0.8s [2026-05-06T07:54:13.533Z] [2026-05-06T07:54:13.533Z] #84 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-05-06T07:54:13.533Z] #0 1.338 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:13.533Z] #0 1.825 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:13.533Z] #0 2.388 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-06T07:54:13.533Z] #0 2.525 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:54:13.533Z] #0 2.534 OK: 7 MiB in 17 packages [2026-05-06T07:54:13.533Z] #84 DONE 2.8s [2026-05-06T07:54:13.533Z] [2026-05-06T07:54:13.533Z] #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-05-06T07:54:13.533Z] #85 DONE 0.1s [2026-05-06T07:54:13.533Z] [2026-05-06T07:54:13.533Z] #86 [security-spire-config stage-2 6/10] COPY security.txt / [2026-05-06T07:54:13.790Z] #86 DONE 0.1s [2026-05-06T07:54:13.790Z] [2026-05-06T07:54:13.790Z] #87 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:54:13.790Z] #87 DONE 0.1s [2026-05-06T07:54:13.790Z] [2026-05-06T07:54:13.790Z] #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-05-06T07:54:13.790Z] #0 1.368 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:13.790Z] #0 1.849 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:13.790Z] #0 2.990 OK: 265 MiB in 60 packages [2026-05-06T07:54:13.790Z] #88 DONE 3.2s [2026-05-06T07:54:13.790Z] [2026-05-06T07:54:13.790Z] #89 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-05-06T07:54:13.790Z] #89 DONE 0.1s [2026-05-06T07:54:13.790Z] [2026-05-06T07:54:13.790Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-05-06T07:54:14.048Z] #90 DONE 0.1s [2026-05-06T07:54:14.048Z] [2026-05-06T07:54:14.048Z] #91 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-05-06T07:54:14.048Z] #91 DONE 0.1s [2026-05-06T07:54:14.048Z] [2026-05-06T07:54:14.048Z] #92 [security-spire-config] exporting to image [2026-05-06T07:54:14.048Z] #92 exporting layers [2026-05-06T07:54:14.435Z] Removing intermediate container 758d12014543 [2026-05-06T07:54:14.435Z] ---> 98cd05a8dc58 [2026-05-06T07:54:14.435Z] Successfully built 98cd05a8dc58 [2026-05-06T07:54:14.435Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:54:14.614Z] #92 ... [2026-05-06T07:54:14.614Z] [2026-05-06T07:54:14.614Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-05-06T07:54:14.614Z] #0 2.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:14.614Z] #0 2.882 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:14.614Z] #0 3.272 OK: 8 MiB in 21 packages [2026-05-06T07:54:14.614Z] #93 DONE 3.5s [2026-05-06T07:54:14.614Z] [2026-05-06T07:54:14.614Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-06T07:54:14.614Z] #79 1.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:14.614Z] #79 2.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:14.614Z] #79 2.471 OK: 20 MiB in 20 packages [2026-05-06T07:54:14.774Z] + docker inspect -f . ci-base-image-arm64 [2026-05-06T07:54:14.774Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T07:54:14.991Z] prd-ubuntu20.04-docker-arm64-4c-16g-8741 does not seem to be running inside a container [2026-05-06T07:54:15.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2026-05-06T07:54:15.548Z] #79 DONE 3.2s [2026-05-06T07:54:15.548Z] [2026-05-06T07:54:15.548Z] #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-05-06T07:54:15.548Z] #0 2.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:15.548Z] #0 2.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:15.548Z] #0 2.752 OK: 20 MiB in 20 packages [2026-05-06T07:54:15.548Z] #94 DONE 3.1s [2026-05-06T07:54:15.548Z] [2026-05-06T07:54:15.548Z] #95 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:54:15.548Z] #0 1.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:15.548Z] #0 1.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:15.548Z] #0 2.403 OK: 8 MiB in 19 packages [2026-05-06T07:54:15.548Z] #95 DONE 3.2s [2026-05-06T07:54:15.549Z] [2026-05-06T07:54:15.549Z] #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-05-06T07:54:15.549Z] #96 DONE 1.2s [2026-05-06T07:54:15.549Z] [2026-05-06T07:54:15.549Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:54:15.549Z] #97 DONE 1.2s [2026-05-06T07:54:15.549Z] [2026-05-06T07:54:15.549Z] #92 [security-spire-config] exporting to image [2026-05-06T07:54:15.549Z] #92 exporting layers 1.6s done [2026-05-06T07:54:15.549Z] #92 writing image sha256:f87443d06dd3e49f17a7bcea402018605fbd329b91eac09dc522053080b93def 0.0s done [2026-05-06T07:54:15.549Z] #92 naming to docker.io/library/security-spire-config [2026-05-06T07:54:15.806Z] #92 naming to docker.io/library/security-spire-config 0.1s done [2026-05-06T07:54:16.384Z] #92 DONE 2.4s [2026-05-06T07:54:16.384Z] [2026-05-06T07:54:16.384Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-05-06T07:54:17.449Z] $ docker top 0c793aba7e2dd72bb42622fb4a072494e7e634fb4896e4c40e3bc23468ea703a -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-06T07:54:18.296Z] + go version [2026-05-06T07:54:18.296Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-05-06T07:54:18.321Z] $ docker stop --time=1 0c793aba7e2dd72bb42622fb4a072494e7e634fb4896e4c40e3bc23468ea703a [2026-05-06T07:54:19.907Z] $ docker rm -f --volumes 0c793aba7e2dd72bb42622fb4a072494e7e634fb4896e4c40e3bc23468ea703a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:54:20.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-05-06T07:54:20.629Z] [2026-05-06T07:54:20.629Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:54:20.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-05-06T07:54:20.980Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2026-05-06T07:54:20.980Z] 547446be3368: Pulling fs layer [2026-05-06T07:54:20.980Z] d125d8839a47: Pulling fs layer [2026-05-06T07:54:20.980Z] 3e85d5ac6304: Pulling fs layer [2026-05-06T07:54:20.980Z] c3105a71a48b: Pulling fs layer [2026-05-06T07:54:20.980Z] 0f093f025ec4: Pulling fs layer [2026-05-06T07:54:20.980Z] c3106fc0e877: Pulling fs layer [2026-05-06T07:54:20.980Z] c3105a71a48b: Waiting [2026-05-06T07:54:20.980Z] 0f093f025ec4: Waiting [2026-05-06T07:54:20.980Z] c3106fc0e877: Waiting [2026-05-06T07:54:21.250Z] 547446be3368: Download complete [2026-05-06T07:54:21.250Z] c3105a71a48b: Verifying Checksum [2026-05-06T07:54:21.250Z] c3105a71a48b: Download complete [2026-05-06T07:54:21.519Z] d125d8839a47: Verifying Checksum [2026-05-06T07:54:21.519Z] d125d8839a47: Download complete [2026-05-06T07:54:21.519Z] c3106fc0e877: Verifying Checksum [2026-05-06T07:54:21.519Z] c3106fc0e877: Download complete [2026-05-06T07:54:21.787Z] 0f093f025ec4: Verifying Checksum [2026-05-06T07:54:21.787Z] 0f093f025ec4: Download complete [2026-05-06T07:54:21.787Z] 547446be3368: Pull complete [2026-05-06T07:54:21.817Z] #98 ... [2026-05-06T07:54:21.817Z] [2026-05-06T07:54:21.817Z] #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:21.817Z] #99 ... [2026-05-06T07:54:21.817Z] [2026-05-06T07:54:21.817Z] #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:21.817Z] #100 ... [2026-05-06T07:54:21.817Z] [2026-05-06T07:54:21.817Z] #101 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:21.817Z] #101 ... [2026-05-06T07:54:21.817Z] [2026-05-06T07:54:21.817Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:21.817Z] #102 ... [2026-05-06T07:54:21.817Z] [2026-05-06T07:54:21.817Z] #103 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:54:21.817Z] #0 3.155 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:21.817Z] #0 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:21.817Z] #0 3.644 OK: 12 MiB in 23 packages [2026-05-06T07:54:22.382Z] #103 ... [2026-05-06T07:54:22.382Z] [2026-05-06T07:54:22.382Z] #104 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-05-06T07:54:22.382Z] #0 3.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:22.382Z] #0 3.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-05-06T07:54:22.382Z] #0 3.670 OK: 7 MiB in 18 packages [2026-05-06T07:54:23.199Z] d125d8839a47: Pull complete [2026-05-06T07:54:23.465Z] 3e85d5ac6304: Verifying Checksum [2026-05-06T07:54:23.465Z] 3e85d5ac6304: Download complete [2026-05-06T07:54:24.328Z] #104 ... [2026-05-06T07:54:24.328Z] [2026-05-06T07:54:24.328Z] #105 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:24.328Z] #105 ... [2026-05-06T07:54:24.328Z] [2026-05-06T07:54:24.328Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:54:25.711Z] #106 ... [2026-05-06T07:54:25.711Z] [2026-05-06T07:54:25.711Z] #107 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-05-06T07:54:33.546Z] 3e85d5ac6304: Pull complete [2026-05-06T07:54:33.546Z] c3105a71a48b: Pull complete [2026-05-06T07:54:33.827Z] #107 DONE 17.2s [2026-05-06T07:54:33.827Z] [2026-05-06T07:54:33.827Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:54:34.083Z] #106 ... [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #103 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:54:34.083Z] #103 DONE 21.7s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #104 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-05-06T07:54:34.083Z] #104 DONE 21.7s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-05-06T07:54:34.083Z] #98 DONE 18.4s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:34.083Z] #99 DONE 22.9s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #78 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:34.083Z] #78 DONE 22.9s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #105 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:34.083Z] #105 DONE 20.0s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:34.083Z] #100 DONE 22.9s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #101 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:34.083Z] #101 DONE 22.9s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #108 [security-bootstrapper builder 6/7] COPY . . [2026-05-06T07:54:34.083Z] #108 ... [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:34.083Z] #102 DONE 22.9s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:54:34.083Z] #106 DONE 18.5s [2026-05-06T07:54:34.083Z] [2026-05-06T07:54:34.083Z] #108 [security-secretstore-setup builder 6/7] COPY . . [2026-05-06T07:54:34.503Z] 0f093f025ec4: Pull complete [2026-05-06T07:54:34.769Z] c3106fc0e877: Pull complete [2026-05-06T07:54:34.769Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2026-05-06T07:54:34.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2026-05-06T07:54:34.769Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T07:54:34.976Z] prd-ubuntu20.04-docker-arm64-4c-16g-8741 does not seem to be running inside a container [2026-05-06T07:54:35.052Z] $ 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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2026-05-06T07:54:35.458Z] #108 ... [2026-05-06T07:54:35.458Z] [2026-05-06T07:54:35.458Z] #109 [security-spire-server stage-2 6/9] COPY security.txt / [2026-05-06T07:54:35.458Z] #109 DONE 1.2s [2026-05-06T07:54:35.458Z] [2026-05-06T07:54:35.458Z] #110 [core-metadata builder 6/7] COPY . . [2026-05-06T07:54:37.222Z] $ docker top 00576fd0ea792364156046241176aedbd85d52b24ede4bf4209fb0eaf046da25 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-06T07:54:37.745Z] + docker compose -f ./docker-compose-build.yml build --parallel [2026-05-06T07:54:45.443Z] #110 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-05-06T07:54:45.444Z] #111 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #112 [security-spiffe-token-provider builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #112 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #113 [core-keeper builder 7/8] COPY . . [2026-05-06T07:54:45.444Z] #113 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #114 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-06T07:54:45.444Z] #114 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #115 [support-scheduler builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #115 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #116 [support-notifications builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #116 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #117 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:54:45.444Z] #117 ... [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #113 [core-keeper builder 7/8] COPY . . [2026-05-06T07:54:45.444Z] #113 DONE 11.2s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #112 [security-spiffe-token-provider builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #112 DONE 11.2s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #114 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-06T07:54:45.444Z] #114 DONE 11.3s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #110 [core-data builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #110 DONE 11.3s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:45.444Z] #118 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #119 [security-proxy-auth builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #119 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:45.444Z] #120 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #121 [core-command builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #121 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #122 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:45.444Z] #122 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:45.444Z] #123 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #124 [core-metadata builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #124 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #125 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:45.444Z] #125 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:45.444Z] #126 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #127 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #127 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:45.444Z] #128 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:45.444Z] #129 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #108 [security-secretstore-setup builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #108 DONE 11.2s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #116 [support-notifications builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #116 DONE 11.3s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #130 [security-proxy-setup builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #130 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #131 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:45.444Z] #131 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #132 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:45.444Z] #132 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #133 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:54:45.444Z] #133 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #134 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:54:45.444Z] #134 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #135 [security-secretstore-setup builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #135 CACHED [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-05-06T07:54:45.444Z] #111 DONE 11.2s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #115 [support-scheduler builder 6/7] COPY . . [2026-05-06T07:54:45.444Z] #115 DONE 11.3s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #117 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:54:45.444Z] #117 DONE 9.0s [2026-05-06T07:54:45.444Z] [2026-05-06T07:54:45.444Z] #136 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-05-06T07:54:45.707Z] #136 DONE 0.3s [2026-05-06T07:54:45.707Z] [2026-05-06T07:54:45.707Z] #137 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-05-06T07:54:45.707Z] #137 DONE 0.3s [2026-05-06T07:54:45.707Z] [2026-05-06T07:54:45.707Z] #138 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-05-06T07:54:45.707Z] #138 DONE 0.3s [2026-05-06T07:54:45.707Z] [2026-05-06T07:54:45.707Z] #139 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-05-06T07:54:45.707Z] #139 DONE 0.1s [2026-05-06T07:54:45.707Z] [2026-05-06T07:54:45.707Z] #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:54:45.707Z] #140 DONE 0.1s [2026-05-06T07:54:45.707Z] [2026-05-06T07:54:45.707Z] #141 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-05-06T07:54:45.707Z] #141 DONE 0.1s [2026-05-06T07:54:45.707Z] [2026-05-06T07:54:45.707Z] #142 [security-spire-server] exporting to image [2026-05-06T07:54:45.707Z] #142 exporting layers [2026-05-06T07:54:45.964Z] #142 ... [2026-05-06T07:54:45.964Z] [2026-05-06T07:54:45.964Z] #143 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-05-06T07:54:45.964Z] #143 DONE 0.1s [2026-05-06T07:54:46.223Z] [2026-05-06T07:54:46.223Z] #144 [security-spire-agent] exporting to image [2026-05-06T07:54:46.791Z] #144 ... [2026-05-06T07:54:46.791Z] [2026-05-06T07:54:46.791Z] #142 [security-spire-server] exporting to image [2026-05-06T07:54:46.791Z] #142 exporting layers 0.9s done [2026-05-06T07:54:46.791Z] #142 writing image sha256:e5b7560d88cbe0e3674797f8809a4e679598784e1504b305e221df46f8892d90 0.0s done [2026-05-06T07:54:46.791Z] #142 naming to docker.io/library/security-spire-server 0.0s done [2026-05-06T07:54:46.791Z] #142 DONE 1.1s [2026-05-06T07:54:46.791Z] [2026-05-06T07:54:46.791Z] #144 [security-spire-agent] exporting to image [2026-05-06T07:54:46.791Z] #144 exporting layers 1.0s done [2026-05-06T07:54:47.061Z] #144 writing image sha256:a014db57df8855419931b6ee1795ecfbac5e8a00ab1a7bf10633b36a1325d552 done [2026-05-06T07:54:47.061Z] #144 naming to docker.io/library/security-spire-agent done [2026-05-06T07:54:47.319Z] #144 DONE 1.4s [2026-05-06T07:54:47.319Z] [2026-05-06T07:54:47.319Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T07:54:47.319Z] #0 1.130 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-05-06T07:54:47.828Z] #1 [security-spire-server internal] load build definition from Dockerfile [2026-05-06T07:54:47.828Z] #1 transferring dockerfile: 1.70kB done [2026-05-06T07:54:47.828Z] #1 DONE 0.1s [2026-05-06T07:54:47.828Z] [2026-05-06T07:54:47.828Z] #2 [support-scheduler internal] load build definition from Dockerfile [2026-05-06T07:54:47.828Z] #2 transferring dockerfile: 1.83kB done [2026-05-06T07:54:47.828Z] #2 DONE 0.0s [2026-05-06T07:54:47.828Z] [2026-05-06T07:54:47.828Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2026-05-06T07:54:47.828Z] #3 transferring dockerfile: 2.50kB done [2026-05-06T07:54:47.828Z] #3 DONE 0.0s [2026-05-06T07:54:47.828Z] [2026-05-06T07:54:47.828Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2026-05-06T07:54:47.828Z] #4 transferring dockerfile: 1.81kB done [2026-05-06T07:54:47.828Z] #4 DONE 0.0s [2026-05-06T07:54:47.828Z] [2026-05-06T07:54:47.828Z] #5 [support-notifications internal] load build definition from Dockerfile [2026-05-06T07:54:47.828Z] #5 transferring dockerfile: 2.02kB done [2026-05-06T07:54:47.828Z] #5 DONE 0.1s [2026-05-06T07:54:47.828Z] [2026-05-06T07:54:47.828Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2026-05-06T07:54:47.828Z] #6 transferring dockerfile: 2.14kB 0.0s done [2026-05-06T07:54:47.828Z] #6 DONE 0.1s [2026-05-06T07:54:47.828Z] [2026-05-06T07:54:47.828Z] #7 [security-spire-config internal] load build definition from Dockerfile [2026-05-06T07:54:47.828Z] #7 transferring dockerfile: 1.69kB 0.0s done [2026-05-06T07:54:47.828Z] #7 DONE 0.1s [2026-05-06T07:54:47.828Z] [2026-05-06T07:54:47.828Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2026-05-06T07:54:48.098Z] #8 transferring dockerfile: 1.89kB done [2026-05-06T07:54:48.098Z] #8 DONE 0.1s [2026-05-06T07:54:48.098Z] [2026-05-06T07:54:48.098Z] #9 [core-data internal] load build definition from Dockerfile [2026-05-06T07:54:48.098Z] #9 transferring dockerfile: 2.04kB done [2026-05-06T07:54:48.098Z] #9 DONE 0.1s [2026-05-06T07:54:48.098Z] [2026-05-06T07:54:48.098Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2026-05-06T07:54:48.098Z] #10 transferring dockerfile: 3.02kB done [2026-05-06T07:54:48.098Z] #10 DONE 0.1s [2026-05-06T07:54:48.098Z] [2026-05-06T07:54:48.098Z] #11 [core-metadata internal] load build definition from Dockerfile [2026-05-06T07:54:48.098Z] #11 transferring dockerfile: 2.10kB done [2026-05-06T07:54:48.098Z] #11 DONE 0.1s [2026-05-06T07:54:48.098Z] [2026-05-06T07:54:48.098Z] #12 [core-keeper internal] load build definition from Dockerfile [2026-05-06T07:54:48.098Z] #12 transferring dockerfile: 2.07kB done [2026-05-06T07:54:48.098Z] #12 DONE 0.1s [2026-05-06T07:54:48.098Z] [2026-05-06T07:54:48.098Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2026-05-06T07:54:48.368Z] #13 transferring dockerfile: 2.49kB done [2026-05-06T07:54:48.368Z] #13 DONE 0.1s [2026-05-06T07:54:48.368Z] [2026-05-06T07:54:48.368Z] #14 [core-command internal] load build definition from Dockerfile [2026-05-06T07:54:48.368Z] #14 transferring dockerfile: 1.94kB done [2026-05-06T07:54:48.368Z] #14 DONE 0.1s [2026-05-06T07:54:48.368Z] [2026-05-06T07:54:48.368Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2026-05-06T07:54:48.368Z] #15 transferring dockerfile: 2.23kB done [2026-05-06T07:54:48.368Z] #15 DONE 0.1s [2026-05-06T07:54:48.368Z] [2026-05-06T07:54:48.368Z] #16 [security-spire-server internal] load .dockerignore [2026-05-06T07:54:48.368Z] #16 transferring context: 50B 0.0s done [2026-05-06T07:54:48.368Z] #16 DONE 0.0s [2026-05-06T07:54:49.434Z] [2026-05-06T07:54:49.434Z] #17 [support-scheduler internal] load .dockerignore [2026-05-06T07:54:49.434Z] #17 transferring context: 50B 0.0s done [2026-05-06T07:54:49.434Z] #17 DONE 0.1s [2026-05-06T07:54:49.434Z] [2026-05-06T07:54:49.434Z] #18 [security-proxy-setup internal] load .dockerignore [2026-05-06T07:54:49.434Z] #18 transferring context: 50B 0.0s done [2026-05-06T07:54:49.434Z] #18 DONE 0.1s [2026-05-06T07:54:49.434Z] [2026-05-06T07:54:49.434Z] #19 [security-spire-agent internal] load .dockerignore [2026-05-06T07:54:49.434Z] #19 transferring context: 50B 0.0s done [2026-05-06T07:54:49.434Z] #19 DONE 0.1s [2026-05-06T07:54:49.434Z] [2026-05-06T07:54:49.434Z] #20 [support-notifications internal] load .dockerignore [2026-05-06T07:54:49.434Z] #20 transferring context: 50B done [2026-05-06T07:54:49.434Z] #20 DONE 0.1s [2026-05-06T07:54:49.434Z] [2026-05-06T07:54:49.434Z] #21 [security-proxy-auth internal] load .dockerignore [2026-05-06T07:54:49.434Z] #21 transferring context: 50B done [2026-05-06T07:54:49.434Z] #21 DONE 0.1s [2026-05-06T07:54:49.434Z] [2026-05-06T07:54:49.434Z] #22 [security-spire-config internal] load .dockerignore [2026-05-06T07:54:49.434Z] #22 transferring context: 50B done [2026-05-06T07:54:49.434Z] #22 DONE 0.1s [2026-05-06T07:54:49.434Z] [2026-05-06T07:54:49.434Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2026-05-06T07:54:49.700Z] #23 transferring context: 50B 0.0s done [2026-05-06T07:54:49.700Z] #23 DONE 0.1s [2026-05-06T07:54:49.700Z] [2026-05-06T07:54:49.700Z] #24 [core-data internal] load .dockerignore [2026-05-06T07:54:49.700Z] #24 transferring context: 50B 0.0s done [2026-05-06T07:54:49.700Z] #24 DONE 0.1s [2026-05-06T07:54:49.700Z] [2026-05-06T07:54:49.700Z] #25 [security-bootstrapper internal] load .dockerignore [2026-05-06T07:54:49.700Z] #25 transferring context: 50B done [2026-05-06T07:54:49.700Z] #25 DONE 0.1s [2026-05-06T07:54:49.700Z] [2026-05-06T07:54:49.700Z] #26 [core-metadata internal] load .dockerignore [2026-05-06T07:54:49.700Z] #26 transferring context: 50B done [2026-05-06T07:54:49.967Z] #26 DONE 0.1s [2026-05-06T07:54:49.967Z] [2026-05-06T07:54:49.967Z] #27 [core-keeper internal] load .dockerignore [2026-05-06T07:54:49.967Z] #27 transferring context: 50B done [2026-05-06T07:54:49.967Z] #27 DONE 0.0s [2026-05-06T07:54:49.967Z] [2026-05-06T07:54:49.967Z] #28 [security-secretstore-setup internal] load .dockerignore [2026-05-06T07:54:49.967Z] #28 transferring context: 50B done [2026-05-06T07:54:49.967Z] #28 DONE 0.1s [2026-05-06T07:54:49.967Z] [2026-05-06T07:54:49.967Z] #29 [core-command internal] load .dockerignore [2026-05-06T07:54:49.967Z] #29 transferring context: 50B 0.0s done [2026-05-06T07:54:49.967Z] #29 DONE 0.1s [2026-05-06T07:54:49.967Z] [2026-05-06T07:54:49.967Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2026-05-06T07:54:50.231Z] #30 transferring context: 50B done [2026-05-06T07:54:50.231Z] #30 DONE 0.1s [2026-05-06T07:54:50.231Z] [2026-05-06T07:54:50.231Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-05-06T07:54:50.498Z] #31 ... [2026-05-06T07:54:50.498Z] [2026-05-06T07:54:50.498Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 [2026-05-06T07:54:50.498Z] #32 DONE 0.5s [2026-05-06T07:54:50.764Z] [2026-05-06T07:54:50.764Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-05-06T07:54:50.764Z] #31 DONE 0.8s [2026-05-06T07:54:50.764Z] [2026-05-06T07:54:50.764Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:50.764Z] #33 DONE 0.0s [2026-05-06T07:54:50.764Z] [2026-05-06T07:54:50.764Z] #34 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:50.764Z] #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:51.030Z] #34 ... [2026-05-06T07:54:51.030Z] [2026-05-06T07:54:51.030Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:51.030Z] #33 DONE 0.0s [2026-05-06T07:54:51.030Z] [2026-05-06T07:54:51.030Z] #34 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:51.030Z] #34 ... [2026-05-06T07:54:51.030Z] [2026-05-06T07:54:51.030Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:51.030Z] #33 DONE 0.0s [2026-05-06T07:54:51.030Z] [2026-05-06T07:54:51.030Z] #34 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:51.030Z] #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:54:51.300Z] #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-06T07:54:51.300Z] #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-06T07:54:51.300Z] #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:54:51.300Z] #34 ... [2026-05-06T07:54:51.300Z] [2026-05-06T07:54:51.300Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:51.300Z] #33 DONE 0.0s [2026-05-06T07:54:51.300Z] [2026-05-06T07:54:51.300Z] #35 [security-spire-server internal] load build context [2026-05-06T07:54:51.300Z] #35 transferring context: 26.58kB 0.0s done [2026-05-06T07:54:51.300Z] #35 DONE 0.4s [2026-05-06T07:54:51.300Z] [2026-05-06T07:54:51.300Z] #34 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:51.300Z] #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:54:51.300Z] #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-06T07:54:51.300Z] #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-06T07:54:51.300Z] #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:54:51.300Z] #34 ... [2026-05-06T07:54:51.300Z] [2026-05-06T07:54:51.300Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:51.300Z] #33 DONE 0.0s [2026-05-06T07:54:51.300Z] [2026-05-06T07:54:51.300Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 [2026-05-06T07:54:51.300Z] #31 DONE 0.8s [2026-05-06T07:54:51.300Z] [2026-05-06T07:54:51.300Z] #34 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:51.300Z] #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:54:51.300Z] #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-06T07:54:51.300Z] #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-06T07:54:51.300Z] #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:54:51.569Z] #34 ... [2026-05-06T07:54:51.569Z] [2026-05-06T07:54:51.569Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:51.569Z] #33 DONE 0.0s [2026-05-06T07:54:51.569Z] [2026-05-06T07:54:51.569Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:51.569Z] #33 DONE 0.0s [2026-05-06T07:54:51.569Z] [2026-05-06T07:54:51.569Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:51.569Z] #36 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done [2026-05-06T07:54:51.569Z] #36 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-05-06T07:54:51.569Z] #36 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-05-06T07:54:51.569Z] #36 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-05-06T07:54:51.569Z] #36 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done [2026-05-06T07:54:51.569Z] #36 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.3s done [2026-05-06T07:54:51.569Z] #36 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done [2026-05-06T07:54:51.569Z] #36 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2026-05-06T07:54:51.836Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 0.6s [2026-05-06T07:54:52.102Z] #36 ... [2026-05-06T07:54:52.102Z] [2026-05-06T07:54:52.102Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:52.102Z] #33 DONE 0.0s [2026-05-06T07:54:52.102Z] [2026-05-06T07:54:52.102Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:52.102Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 0.8s [2026-05-06T07:54:52.371Z] #36 ... [2026-05-06T07:54:52.371Z] [2026-05-06T07:54:52.371Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:52.371Z] #33 DONE 0.0s [2026-05-06T07:54:52.371Z] [2026-05-06T07:54:52.371Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:52.371Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 1.0s [2026-05-06T07:54:52.371Z] #36 ... [2026-05-06T07:54:52.371Z] [2026-05-06T07:54:52.371Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 [2026-05-06T07:54:52.371Z] #32 DONE 1.3s [2026-05-06T07:54:52.371Z] [2026-05-06T07:54:52.371Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 [2026-05-06T07:54:52.371Z] #37 DONE 1.5s [2026-05-06T07:54:52.371Z] [2026-05-06T07:54:52.371Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:52.371Z] #36 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-05-06T07:54:52.371Z] #36 ... [2026-05-06T07:54:52.371Z] [2026-05-06T07:54:52.371Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:52.371Z] #33 DONE 0.0s [2026-05-06T07:54:52.371Z] [2026-05-06T07:54:52.371Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:52.371Z] #36 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done [2026-05-06T07:54:52.371Z] #36 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done [2026-05-06T07:54:52.371Z] #36 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done [2026-05-06T07:54:52.371Z] #36 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done [2026-05-06T07:54:52.371Z] #36 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done [2026-05-06T07:54:52.371Z] #36 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.3s done [2026-05-06T07:54:52.371Z] #36 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done [2026-05-06T07:54:52.371Z] #36 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done [2026-05-06T07:54:52.371Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 1.2s [2026-05-06T07:54:52.371Z] #36 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-05-06T07:54:52.637Z] #36 ... [2026-05-06T07:54:52.637Z] [2026-05-06T07:54:52.637Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2026-05-06T07:54:52.637Z] #33 DONE 0.0s [2026-05-06T07:54:52.637Z] [2026-05-06T07:54:52.637Z] #38 [security-spire-config internal] load build context [2026-05-06T07:54:52.637Z] #38 transferring context: 24.83kB 0.1s done [2026-05-06T07:54:52.637Z] #38 DONE 1.3s [2026-05-06T07:54:52.637Z] [2026-05-06T07:54:52.637Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-06T07:54:52.637Z] #39 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.2s done [2026-05-06T07:54:52.637Z] #39 DONE 0.2s [2026-05-06T07:54:52.637Z] [2026-05-06T07:54:52.637Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:52.637Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.49MB / 37.02MB 1.4s [2026-05-06T07:54:52.903Z] #36 ... [2026-05-06T07:54:52.903Z] [2026-05-06T07:54:52.903Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 [2026-05-06T07:54:52.903Z] #32 DONE 1.7s [2026-05-06T07:54:52.903Z] [2026-05-06T07:54:52.903Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:52.903Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.63MB / 37.02MB 1.7s [2026-05-06T07:54:52.903Z] #36 ... [2026-05-06T07:54:52.903Z] [2026-05-06T07:54:52.903Z] #40 [security-proxy-setup internal] load build context [2026-05-06T07:54:52.903Z] #40 transferring context: 3.41MB 1.2s done [2026-05-06T07:54:52.903Z] #40 DONE 2.1s [2026-05-06T07:54:52.903Z] [2026-05-06T07:54:52.903Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:53.173Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.73MB / 37.02MB 1.9s [2026-05-06T07:54:53.438Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 2.2s [2026-05-06T07:54:53.438Z] #36 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done [2026-05-06T07:54:53.708Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 2.4s [2026-05-06T07:54:53.708Z] #36 ... [2026-05-06T07:54:53.708Z] [2026-05-06T07:54:53.708Z] #41 [support-scheduler internal] load build context [2026-05-06T07:54:53.708Z] #41 transferring context: 3.41MB 1.9s done [2026-05-06T07:54:53.708Z] #41 DONE 2.9s [2026-05-06T07:54:53.708Z] [2026-05-06T07:54:53.708Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:53.708Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.07MB / 37.02MB 2.7s [2026-05-06T07:54:54.675Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.17MB / 37.02MB 3.2s [2026-05-06T07:54:54.965Z] #36 ... [2026-05-06T07:54:54.965Z] [2026-05-06T07:54:54.965Z] #42 [security-spire-agent internal] load build context [2026-05-06T07:54:54.965Z] #42 transferring context: 26.11kB 0.2s done [2026-05-06T07:54:54.965Z] #42 DONE 2.4s [2026-05-06T07:54:54.965Z] [2026-05-06T07:54:54.965Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:54.965Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 3.6s [2026-05-06T07:54:55.423Z] #145 ... [2026-05-06T07:54:55.423Z] [2026-05-06T07:54:55.423Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-06T07:54:55.423Z] #0 1.128 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-05-06T07:54:55.423Z] #146 ... [2026-05-06T07:54:55.423Z] [2026-05-06T07:54:55.423Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-06T07:54:55.423Z] #0 0.766 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-05-06T07:54:55.557Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.36MB / 37.02MB 4.2s [2026-05-06T07:54:55.681Z] #147 ... [2026-05-06T07:54:55.681Z] [2026-05-06T07:54:55.681Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-06T07:54:55.681Z] #0 1.203 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-05-06T07:54:55.681Z] #148 ... [2026-05-06T07:54:55.681Z] [2026-05-06T07:54:55.681Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:54:55.681Z] #0 1.218 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-05-06T07:54:55.824Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 31.46MB / 37.02MB 4.7s [2026-05-06T07:54:55.939Z] #149 ... [2026-05-06T07:54:55.939Z] [2026-05-06T07:54:55.939Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-06T07:54:55.939Z] #0 1.201 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-05-06T07:54:55.939Z] #150 ... [2026-05-06T07:54:55.939Z] [2026-05-06T07:54:55.939Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-06T07:54:55.939Z] #0 1.125 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-05-06T07:54:56.093Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.55MB / 37.02MB 5.0s [2026-05-06T07:54:56.204Z] #151 ... [2026-05-06T07:54:56.204Z] [2026-05-06T07:54:56.204Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-06T07:54:56.204Z] #0 0.767 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-05-06T07:54:56.204Z] #152 ... [2026-05-06T07:54:56.204Z] [2026-05-06T07:54:56.204Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T07:54:56.204Z] #0 0.621 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-05-06T07:54:56.366Z] #36 ... [2026-05-06T07:54:56.366Z] [2026-05-06T07:54:56.366Z] #43 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2026-05-06T07:54:56.366Z] #43 DONE 5.8s [2026-05-06T07:54:56.366Z] [2026-05-06T07:54:56.366Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:56.366Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 36.70MB / 37.02MB 5.1s [2026-05-06T07:54:56.461Z] #153 ... [2026-05-06T07:54:56.461Z] [2026-05-06T07:54:56.461Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-06T07:54:56.461Z] #0 1.219 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-05-06T07:54:56.634Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 5.3s done [2026-05-06T07:54:56.635Z] #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 5.3s done [2026-05-06T07:54:56.719Z] #154 ... [2026-05-06T07:54:56.719Z] [2026-05-06T07:54:56.719Z] #155 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T07:54:56.719Z] #0 0.423 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-05-06T07:54:56.719Z] #155 ... [2026-05-06T07:54:56.719Z] [2026-05-06T07:54:56.719Z] #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T07:54:56.719Z] #0 0.607 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-05-06T07:54:56.904Z] #36 ... [2026-05-06T07:54:56.904Z] [2026-05-06T07:54:56.904Z] #44 [security-proxy-auth internal] load build context [2026-05-06T07:54:56.904Z] #44 transferring context: 3.41MB 3.5s done [2026-05-06T07:54:56.904Z] #44 DONE 5.6s [2026-05-06T07:54:56.904Z] [2026-05-06T07:54:56.904Z] #45 [security-spiffe-token-provider internal] load build context [2026-05-06T07:54:56.904Z] #45 transferring context: 3.41MB 3.6s done [2026-05-06T07:54:56.904Z] #45 DONE 5.1s [2026-05-06T07:54:56.904Z] [2026-05-06T07:54:56.904Z] #34 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:56.904Z] #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done [2026-05-06T07:54:56.904Z] #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done [2026-05-06T07:54:56.904Z] #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done [2026-05-06T07:54:56.904Z] #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done [2026-05-06T07:54:56.904Z] #34 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 1.2s done [2026-05-06T07:54:56.904Z] #34 extracting sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.4s done [2026-05-06T07:54:57.490Z] #34 ... [2026-05-06T07:54:57.491Z] [2026-05-06T07:54:57.491Z] #46 [support-notifications internal] load build context [2026-05-06T07:54:57.491Z] #46 transferring context: 3.41MB 3.8s done [2026-05-06T07:54:57.491Z] #46 DONE 6.3s [2026-05-06T07:54:57.491Z] [2026-05-06T07:54:57.491Z] #47 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2026-05-06T07:54:57.763Z] #47 ... [2026-05-06T07:54:57.763Z] [2026-05-06T07:54:57.763Z] #48 [core-data internal] load build context [2026-05-06T07:54:57.763Z] #48 transferring context: 3.41MB 3.7s done [2026-05-06T07:54:57.763Z] #48 DONE 5.8s [2026-05-06T07:54:58.046Z] [2026-05-06T07:54:58.047Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:58.047Z] #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0.6s [2026-05-06T07:54:58.047Z] #36 ... [2026-05-06T07:54:58.047Z] [2026-05-06T07:54:58.047Z] #49 [core-metadata internal] load build context [2026-05-06T07:54:58.047Z] #49 transferring context: 3.41MB 3.7s done [2026-05-06T07:54:58.047Z] #49 DONE 5.7s [2026-05-06T07:54:58.047Z] [2026-05-06T07:54:58.047Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:58.337Z] #36 ... [2026-05-06T07:54:58.337Z] [2026-05-06T07:54:58.337Z] #50 [security-secretstore-setup internal] load build context [2026-05-06T07:54:58.337Z] #50 transferring context: 3.41MB 3.7s done [2026-05-06T07:54:58.337Z] #50 DONE 5.8s [2026-05-06T07:54:58.337Z] [2026-05-06T07:54:58.337Z] #51 [core-keeper internal] load build context [2026-05-06T07:54:58.337Z] #51 transferring context: 3.41MB 3.9s done [2026-05-06T07:54:58.337Z] #51 DONE 5.9s [2026-05-06T07:54:58.337Z] [2026-05-06T07:54:58.337Z] #52 [security-bootstrapper internal] load build context [2026-05-06T07:54:58.337Z] #52 transferring context: 3.41MB 5.0s done [2026-05-06T07:54:58.337Z] #52 DONE 6.3s [2026-05-06T07:54:58.337Z] [2026-05-06T07:54:58.337Z] #34 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 [2026-05-06T07:54:58.337Z] #34 DONE 8.2s [2026-05-06T07:54:58.337Z] [2026-05-06T07:54:58.337Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:58.337Z] #36 ... [2026-05-06T07:54:58.337Z] [2026-05-06T07:54:58.337Z] #53 [core-command internal] load build context [2026-05-06T07:54:58.337Z] #53 transferring context: 3.41MB 2.2s done [2026-05-06T07:54:58.337Z] #53 DONE 5.4s [2026-05-06T07:54:58.337Z] [2026-05-06T07:54:58.337Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:58.607Z] #36 ... [2026-05-06T07:54:58.607Z] [2026-05-06T07:54:58.607Z] #54 [core-common-config-bootstrapper internal] load build context [2026-05-06T07:54:58.607Z] #54 transferring context: 3.41MB 2.3s done [2026-05-06T07:54:58.608Z] #54 DONE 5.4s [2026-05-06T07:54:58.608Z] [2026-05-06T07:54:58.608Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:54:58.608Z] #36 ... [2026-05-06T07:54:58.608Z] [2026-05-06T07:54:58.608Z] #47 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2026-05-06T07:54:58.608Z] #47 DONE 2.1s [2026-05-06T07:54:58.608Z] [2026-05-06T07:54:58.608Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:55:03.190Z] #36 ... [2026-05-06T07:55:03.190Z] [2026-05-06T07:55:03.190Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-06T07:55:03.190Z] #39 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done [2026-05-06T07:55:03.190Z] #39 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done [2026-05-06T07:55:03.190Z] #39 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done [2026-05-06T07:55:03.190Z] #39 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done [2026-05-06T07:55:03.190Z] #39 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done [2026-05-06T07:55:03.190Z] #39 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done [2026-05-06T07:55:03.190Z] #39 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 3.8s done [2026-05-06T07:55:03.190Z] #39 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.0s done [2026-05-06T07:55:03.190Z] #39 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.1s done [2026-05-06T07:55:03.190Z] #39 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 6.0s [2026-05-06T07:55:03.190Z] #39 ... [2026-05-06T07:55:03.190Z] [2026-05-06T07:55:03.190Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:55:03.190Z] #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.8s [2026-05-06T07:55:08.588Z] #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.6s [2026-05-06T07:55:08.588Z] #36 ... [2026-05-06T07:55:08.588Z] [2026-05-06T07:55:08.588Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-06T07:55:08.588Z] #0 7.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:08.588Z] #0 8.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:08.588Z] #55 ... [2026-05-06T07:55:08.588Z] [2026-05-06T07:55:08.588Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:55:08.588Z] #36 ... [2026-05-06T07:55:08.588Z] [2026-05-06T07:55:08.588Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-06T07:55:08.588Z] #56 ... [2026-05-06T07:55:08.588Z] [2026-05-06T07:55:08.588Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 [2026-05-06T07:55:08.588Z] #39 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.2s done [2026-05-06T07:55:08.588Z] #39 DONE 16.1s [2026-05-06T07:55:08.588Z] [2026-05-06T07:55:08.588Z] #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:08.588Z] #0 9.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:08.854Z] #57 ... [2026-05-06T07:55:08.854Z] [2026-05-06T07:55:08.854Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:08.854Z] #0 8.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:08.854Z] #0 9.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:08.854Z] #58 ... [2026-05-06T07:55:08.854Z] [2026-05-06T07:55:08.854Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-06T07:55:09.121Z] #59 ... [2026-05-06T07:55:09.121Z] [2026-05-06T07:55:09.121Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-06T07:55:09.121Z] #0 9.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:09.121Z] #60 ... [2026-05-06T07:55:09.121Z] [2026-05-06T07:55:09.121Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-06T07:55:09.121Z] #0 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:09.390Z] #61 ... [2026-05-06T07:55:09.390Z] [2026-05-06T07:55:09.390Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-06T07:55:09.390Z] #0 7.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:09.390Z] #0 8.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:09.674Z] #62 ... [2026-05-06T07:55:09.674Z] [2026-05-06T07:55:09.674Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-06T07:55:09.674Z] #0 9.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:09.674Z] #63 ... [2026-05-06T07:55:09.674Z] [2026-05-06T07:55:09.674Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-06T07:55:09.943Z] #64 ... [2026-05-06T07:55:09.943Z] [2026-05-06T07:55:09.943Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-06T07:55:09.943Z] #65 DONE 11.2s [2026-05-06T07:55:09.943Z] [2026-05-06T07:55:09.943Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-06T07:55:09.943Z] #0 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:09.943Z] #66 ... [2026-05-06T07:55:09.943Z] [2026-05-06T07:55:09.943Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:55:10.211Z] #67 ... [2026-05-06T07:55:10.211Z] [2026-05-06T07:55:10.211Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:55:10.211Z] #68 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:10.211Z] #68 ... [2026-05-06T07:55:10.211Z] [2026-05-06T07:55:10.211Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-06T07:55:10.478Z] #69 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:10.478Z] #69 ... [2026-05-06T07:55:10.478Z] [2026-05-06T07:55:10.478Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-06T07:55:10.478Z] #0 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:10.478Z] #70 ... [2026-05-06T07:55:10.478Z] [2026-05-06T07:55:10.478Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-06T07:55:10.478Z] #0 8.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:10.478Z] #0 8.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:10.746Z] #71 ... [2026-05-06T07:55:10.746Z] [2026-05-06T07:55:10.746Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-06T07:55:10.746Z] #63 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:11.015Z] #63 ... [2026-05-06T07:55:11.015Z] [2026-05-06T07:55:11.015Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2026-05-06T07:55:11.015Z] #64 DONE 12.4s [2026-05-06T07:55:11.015Z] [2026-05-06T07:55:11.015Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:55:13.600Z] #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.0s [2026-05-06T07:55:15.549Z] #36 ... [2026-05-06T07:55:15.549Z] [2026-05-06T07:55:15.549Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-06T07:55:15.549Z] #55 17.12 (1/4) Installing ca-certificates (20260413-r0) [2026-05-06T07:55:15.815Z] #55 17.58 (2/4) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:15.815Z] #55 17.60 (3/4) Installing su-exec (0.2-r3) [2026-05-06T07:55:15.815Z] #55 17.63 (4/4) Installing yq-go (4.47.2-r3) [2026-05-06T07:55:17.766Z] #55 19.12 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:17.766Z] #55 19.35 Executing ca-certificates-20260413-r0.trigger [2026-05-06T07:55:18.350Z] #55 ... [2026-05-06T07:55:18.350Z] [2026-05-06T07:55:18.350Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [2026-05-06T07:55:18.350Z] #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.8s done [2026-05-06T07:55:18.350Z] #36 DONE 28.0s [2026-05-06T07:55:18.617Z] [2026-05-06T07:55:18.617Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:18.617Z] #58 18.73 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:18.617Z] #58 18.85 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:18.617Z] #58 18.98 OK: 8 MiB in 17 packages [2026-05-06T07:55:19.600Z] #58 ... [2026-05-06T07:55:19.600Z] [2026-05-06T07:55:19.600Z] #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:19.600Z] #57 10.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:19.600Z] #57 ... [2026-05-06T07:55:19.600Z] [2026-05-06T07:55:19.600Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-06T07:55:19.600Z] #60 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:19.600Z] #60 ... [2026-05-06T07:55:19.600Z] [2026-05-06T07:55:19.600Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-06T07:55:19.600Z] #55 21.04 OK: 20 MiB in 20 packages [2026-05-06T07:55:19.911Z] #55 ... [2026-05-06T07:55:19.911Z] [2026-05-06T07:55:19.911Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-06T07:55:19.911Z] #59 11.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:19.911Z] #59 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:19.911Z] #59 ... [2026-05-06T07:55:19.911Z] [2026-05-06T07:55:19.911Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:19.911Z] #58 DONE 21.3s [2026-05-06T07:55:19.911Z] [2026-05-06T07:55:19.911Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-05-06T07:55:19.911Z] #0 3.978 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:19.911Z] #0 6.271 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:20.194Z] #72 ... [2026-05-06T07:55:20.194Z] [2026-05-06T07:55:20.194Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-06T07:55:20.194Z] #56 11.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:20.194Z] #56 13.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:20.194Z] #56 ... [2026-05-06T07:55:20.194Z] [2026-05-06T07:55:20.195Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:55:20.195Z] #67 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:20.195Z] #67 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:20.468Z] #67 ... [2026-05-06T07:55:20.468Z] [2026-05-06T07:55:20.468Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-06T07:55:20.468Z] #61 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:20.468Z] #61 ... [2026-05-06T07:55:20.468Z] [2026-05-06T07:55:20.468Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-06T07:55:20.468Z] #71 19.59 (1/3) Installing ca-certificates (20260413-r0) [2026-05-06T07:55:20.468Z] #71 20.19 (2/3) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:20.468Z] #71 20.25 (3/3) Installing tzdata (2026b-r0) [2026-05-06T07:55:20.468Z] #71 21.92 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:20.468Z] #71 22.20 Executing ca-certificates-20260413-r0.trigger [2026-05-06T07:55:20.738Z] #71 ... [2026-05-06T07:55:20.738Z] [2026-05-06T07:55:20.738Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2026-05-06T07:55:20.738Z] #62 17.11 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:20.738Z] #62 17.13 (2/4) Installing openssl (3.5.6-r0) [2026-05-06T07:55:20.738Z] #62 17.23 (3/4) Installing su-exec (0.2-r3) [2026-05-06T07:55:20.738Z] #62 17.27 (4/4) Installing yq-go (4.47.2-r3) [2026-05-06T07:55:20.738Z] #62 19.21 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:20.738Z] #62 19.32 OK: 20 MiB in 20 packages [2026-05-06T07:55:20.738Z] #62 DONE 22.2s [2026-05-06T07:55:21.017Z] [2026-05-06T07:55:21.017Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-06T07:55:21.017Z] #73 ... [2026-05-06T07:55:21.017Z] [2026-05-06T07:55:21.017Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:21.017Z] #0 3.841 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:21.017Z] #0 5.608 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:21.286Z] #74 ... [2026-05-06T07:55:21.286Z] [2026-05-06T07:55:21.286Z] #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:21.286Z] #57 22.58 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:21.286Z] #57 22.68 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:21.286Z] #57 22.91 OK: 8 MiB in 17 packages [2026-05-06T07:55:21.871Z] #57 ... [2026-05-06T07:55:21.871Z] [2026-05-06T07:55:21.871Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-06T07:55:21.871Z] #66 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:21.871Z] #66 ... [2026-05-06T07:55:21.871Z] [2026-05-06T07:55:21.871Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2026-05-06T07:55:21.871Z] #55 DONE 23.7s [2026-05-06T07:55:21.871Z] [2026-05-06T07:55:21.871Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-06T07:55:21.871Z] #60 22.44 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:55:21.871Z] #60 22.44 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:55:21.871Z] #60 22.44 OK: 26165 distinct packages available [2026-05-06T07:55:22.456Z] #60 ... [2026-05-06T07:55:22.456Z] [2026-05-06T07:55:22.456Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-06T07:55:22.456Z] #70 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:22.456Z] #70 ... [2026-05-06T07:55:22.456Z] [2026-05-06T07:55:22.456Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-06T07:55:22.456Z] #71 23.84 OK: 9 MiB in 19 packages [2026-05-06T07:55:22.724Z] #71 ... [2026-05-06T07:55:22.724Z] [2026-05-06T07:55:22.724Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:55:22.724Z] #68 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:22.724Z] #68 ... [2026-05-06T07:55:22.724Z] [2026-05-06T07:55:22.724Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-06T07:55:22.724Z] #69 14.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:22.992Z] #69 ... [2026-05-06T07:55:22.992Z] [2026-05-06T07:55:22.992Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-06T07:55:22.992Z] #56 24.43 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:55:22.992Z] #56 24.43 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:55:22.992Z] #56 24.43 OK: 26165 distinct packages available [2026-05-06T07:55:25.910Z] #56 25.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:26.197Z] #56 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:26.197Z] #56 ... [2026-05-06T07:55:26.197Z] [2026-05-06T07:55:26.197Z] #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:26.197Z] #57 DONE 28.1s [2026-05-06T07:55:26.467Z] [2026-05-06T07:55:26.467Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:55:26.467Z] #67 23.76 OK: 255 MiB in 60 packages [2026-05-06T07:55:26.467Z] #67 DONE 28.1s [2026-05-06T07:55:26.467Z] [2026-05-06T07:55:26.467Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2026-05-06T07:55:26.467Z] #71 DONE 28.0s [2026-05-06T07:55:26.467Z] [2026-05-06T07:55:26.467Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2026-05-06T07:55:27.906Z] #75 ... [2026-05-06T07:55:27.906Z] [2026-05-06T07:55:27.906Z] #76 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:27.906Z] #76 DONE 1.1s [2026-05-06T07:55:27.906Z] [2026-05-06T07:55:27.906Z] #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:28.883Z] #77 ... [2026-05-06T07:55:28.883Z] [2026-05-06T07:55:28.883Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2026-05-06T07:55:28.883Z] #74 14.29 (1/1) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:28.883Z] #74 15.26 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:28.883Z] #74 15.49 OK: 8 MiB in 17 packages [2026-05-06T07:55:28.883Z] #74 DONE 18.0s [2026-05-06T07:55:29.152Z] [2026-05-06T07:55:29.152Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2026-05-06T07:55:29.152Z] #72 16.50 OK: 255 MiB in 60 packages [2026-05-06T07:55:29.152Z] #72 DONE 19.2s [2026-05-06T07:55:29.152Z] [2026-05-06T07:55:29.152Z] #78 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-05-06T07:55:29.784Z] #78 ... [2026-05-06T07:55:29.784Z] [2026-05-06T07:55:29.784Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2026-05-06T07:55:29.784Z] #69 27.71 OK: 255 MiB in 60 packages [2026-05-06T07:55:29.784Z] #69 DONE 31.1s [2026-05-06T07:55:29.784Z] [2026-05-06T07:55:29.784Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:30.056Z] #79 ... [2026-05-06T07:55:30.056Z] [2026-05-06T07:55:30.056Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2026-05-06T07:55:30.056Z] #68 27.69 OK: 255 MiB in 60 packages [2026-05-06T07:55:30.056Z] #68 DONE 31.6s [2026-05-06T07:55:30.056Z] [2026-05-06T07:55:30.056Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:30.056Z] #0 7.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:30.056Z] #0 9.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:30.056Z] #80 ... [2026-05-06T07:55:30.056Z] [2026-05-06T07:55:30.056Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2026-05-06T07:55:30.056Z] #66 27.69 OK: 255 MiB in 60 packages [2026-05-06T07:55:30.056Z] #66 DONE 31.5s [2026-05-06T07:55:30.056Z] [2026-05-06T07:55:30.056Z] #81 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:30.056Z] #81 ... [2026-05-06T07:55:30.056Z] [2026-05-06T07:55:30.056Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2026-05-06T07:55:30.056Z] #63 24.92 (1/2) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:30.056Z] #63 27.60 (2/2) Installing su-exec (0.2-r3) [2026-05-06T07:55:30.056Z] #63 27.63 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:30.056Z] #63 27.80 OK: 8 MiB in 18 packages [2026-05-06T07:55:30.056Z] #63 DONE 31.7s [2026-05-06T07:55:30.327Z] [2026-05-06T07:55:30.327Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-06T07:55:30.327Z] #56 31.13 (1/13) Installing brotli-libs (1.1.0-r2) [2026-05-06T07:55:30.327Z] #56 31.32 (2/13) Installing c-ares (1.34.6-r0) [2026-05-06T07:55:30.327Z] #56 31.37 (3/13) Installing libunistring (1.3-r0) [2026-05-06T07:55:30.327Z] #56 31.50 (4/13) Installing libidn2 (2.3.7-r0) [2026-05-06T07:55:30.327Z] #56 31.52 (5/13) Installing nghttp2-libs (1.69.0-r0) [2026-05-06T07:55:30.327Z] #56 31.55 (6/13) Installing libpsl (0.21.5-r3) [2026-05-06T07:55:30.327Z] #56 31.59 (7/13) Installing zstd-libs (1.5.7-r0) [2026-05-06T07:55:30.327Z] #56 31.68 (8/13) Installing libcurl (8.14.1-r2) [2026-05-06T07:55:30.327Z] #56 31.77 (9/13) Installing curl (8.14.1-r2) [2026-05-06T07:55:30.327Z] #56 31.81 (10/13) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:30.327Z] #56 31.81 (11/13) Installing musl-obstack (1.2.3-r2) [2026-05-06T07:55:30.600Z] #56 31.83 (12/13) Installing libucontext (1.3.2-r0) [2026-05-06T07:55:30.600Z] #56 31.86 (13/13) Installing gcompat (1.1.0-r4) [2026-05-06T07:55:30.600Z] #56 31.88 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:30.600Z] #56 32.09 OK: 13 MiB in 29 packages [2026-05-06T07:55:31.209Z] #56 ... [2026-05-06T07:55:31.209Z] [2026-05-06T07:55:31.209Z] #78 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2026-05-06T07:55:31.209Z] #78 DONE 2.3s [2026-05-06T07:55:31.479Z] [2026-05-06T07:55:31.479Z] #82 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:31.761Z] #82 ... [2026-05-06T07:55:31.761Z] [2026-05-06T07:55:31.761Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2026-05-06T07:55:31.761Z] #61 24.17 (1/7) Installing ca-certificates (20260413-r0) [2026-05-06T07:55:31.761Z] #61 24.63 (2/7) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:31.761Z] #61 24.71 (3/7) Installing libgcc (14.2.0-r6) [2026-05-06T07:55:31.761Z] #61 24.73 (4/7) Installing libsodium (1.0.20-r1) [2026-05-06T07:55:31.761Z] #61 24.77 (5/7) Installing libstdc++ (14.2.0-r6) [2026-05-06T07:55:31.761Z] #61 27.79 (6/7) Installing libzmq (4.3.5-r2) [2026-05-06T07:55:31.761Z] #61 27.88 (7/7) Installing zeromq (4.3.5-r2) [2026-05-06T07:55:31.761Z] #61 27.94 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:31.761Z] #61 28.09 Executing ca-certificates-20260413-r0.trigger [2026-05-06T07:55:31.761Z] #61 30.61 OK: 12 MiB in 23 packages [2026-05-06T07:55:31.761Z] #61 DONE 33.1s [2026-05-06T07:55:31.761Z] [2026-05-06T07:55:31.761Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-06T07:55:31.761Z] #70 24.73 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:55:31.762Z] #70 24.75 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:55:31.762Z] #70 24.75 OK: 26165 distinct packages available [2026-05-06T07:55:31.762Z] #70 25.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:31.762Z] #70 26.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:31.762Z] #70 32.27 (1/4) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:31.762Z] #70 32.32 (2/4) Installing musl-obstack (1.2.3-r2) [2026-05-06T07:55:31.762Z] #70 32.32 (3/4) Installing libucontext (1.3.2-r0) [2026-05-06T07:55:31.762Z] #70 32.33 (4/4) Installing gcompat (1.1.0-r4) [2026-05-06T07:55:31.762Z] #70 32.40 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:31.762Z] #70 32.56 OK: 8 MiB in 20 packages [2026-05-06T07:55:32.031Z] #70 ... [2026-05-06T07:55:32.031Z] [2026-05-06T07:55:32.031Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-05-06T07:55:32.031Z] #83 ... [2026-05-06T07:55:32.031Z] [2026-05-06T07:55:32.031Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:32.621Z] #84 ... [2026-05-06T07:55:32.621Z] [2026-05-06T07:55:32.621Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2026-05-06T07:55:32.621Z] #60 24.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:32.621Z] #60 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:32.621Z] #60 29.17 (1/5) Installing dumb-init (1.2.5-r3) [2026-05-06T07:55:32.621Z] #60 29.24 (2/5) Installing musl-obstack (1.2.3-r2) [2026-05-06T07:55:32.621Z] #60 29.28 (3/5) Installing libucontext (1.3.2-r0) [2026-05-06T07:55:32.621Z] #60 29.32 (4/5) Installing gcompat (1.1.0-r4) [2026-05-06T07:55:32.621Z] #60 29.40 (5/5) Installing openssl (3.5.6-r0) [2026-05-06T07:55:32.621Z] #60 29.60 Executing busybox-1.37.0-r20.trigger [2026-05-06T07:55:32.621Z] #60 29.75 OK: 9 MiB in 21 packages [2026-05-06T07:55:32.621Z] #60 DONE 34.6s [2026-05-06T07:55:32.621Z] [2026-05-06T07:55:32.621Z] #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-05-06T07:55:32.621Z] #85 ... [2026-05-06T07:55:32.621Z] [2026-05-06T07:55:32.621Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2026-05-06T07:55:32.621Z] #56 DONE 34.2s [2026-05-06T07:55:32.621Z] [2026-05-06T07:55:32.621Z] #81 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:32.621Z] #81 DONE 2.6s [2026-05-06T07:55:32.621Z] [2026-05-06T07:55:32.621Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2026-05-06T07:55:32.621Z] #70 DONE 34.2s [2026-05-06T07:55:32.890Z] [2026-05-06T07:55:32.890Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:32.890Z] #79 DONE 3.1s [2026-05-06T07:55:32.890Z] [2026-05-06T07:55:32.890Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:33.872Z] #86 ... [2026-05-06T07:55:33.872Z] [2026-05-06T07:55:33.872Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2026-05-06T07:55:33.872Z] #59 25.58 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2026-05-06T07:55:33.872Z] #59 25.58 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2026-05-06T07:55:33.872Z] #59 25.58 OK: 26183 distinct packages available [2026-05-06T07:55:33.872Z] #59 26.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:33.872Z] #59 26.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:33.872Z] #59 33.51 OK: 255 MiB in 60 packages [2026-05-06T07:55:33.872Z] #59 DONE 35.0s [2026-05-06T07:55:33.872Z] [2026-05-06T07:55:33.872Z] #87 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:33.872Z] #87 DONE 3.7s [2026-05-06T07:55:33.872Z] [2026-05-06T07:55:33.872Z] #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:34.468Z] #88 ... [2026-05-06T07:55:34.468Z] [2026-05-06T07:55:34.468Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2026-05-06T07:55:34.468Z] #73 6.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:34.468Z] #73 8.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:34.468Z] #73 13.15 OK: 20 MiB in 20 packages [2026-05-06T07:55:34.468Z] #73 DONE 13.8s [2026-05-06T07:55:34.769Z] [2026-05-06T07:55:34.769Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-05-06T07:55:35.045Z] #89 ... [2026-05-06T07:55:35.045Z] [2026-05-06T07:55:35.045Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:35.045Z] #80 14.37 OK: 8 MiB in 17 packages [2026-05-06T07:55:35.045Z] #80 DONE 15.0s [2026-05-06T07:55:35.045Z] [2026-05-06T07:55:35.045Z] #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:55:35.045Z] #88 DONE 1.3s [2026-05-06T07:55:35.045Z] [2026-05-06T07:55:35.045Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2026-05-06T07:55:35.045Z] #89 DONE 0.6s [2026-05-06T07:55:35.045Z] [2026-05-06T07:55:35.045Z] #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:37.009Z] #90 ... [2026-05-06T07:55:37.009Z] [2026-05-06T07:55:37.009Z] #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:37.009Z] #91 ... [2026-05-06T07:55:37.009Z] [2026-05-06T07:55:37.009Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2026-05-06T07:55:37.009Z] #83 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:37.009Z] #83 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:38.959Z] #83 16.98 OK: 20 MiB in 20 packages [2026-05-06T07:55:40.379Z] #83 DONE 18.6s [2026-05-06T07:55:40.379Z] [2026-05-06T07:55:40.379Z] #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-05-06T07:55:40.647Z] #92 ... [2026-05-06T07:55:40.647Z] [2026-05-06T07:55:40.647Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:40.917Z] #93 ... [2026-05-06T07:55:40.917Z] [2026-05-06T07:55:40.917Z] #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:40.917Z] #91 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:41.879Z] #91 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:42.855Z] #91 ... [2026-05-06T07:55:42.855Z] [2026-05-06T07:55:42.855Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:42.855Z] #0 8.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:42.855Z] #0 9.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:42.855Z] #94 ... [2026-05-06T07:55:42.855Z] [2026-05-06T07:55:42.855Z] #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:43.121Z] #95 ... [2026-05-06T07:55:43.121Z] [2026-05-06T07:55:43.121Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-06T07:55:43.121Z] #0 8.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:43.121Z] #0 9.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:43.121Z] #96 ... [2026-05-06T07:55:43.121Z] [2026-05-06T07:55:43.121Z] #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-05-06T07:55:43.121Z] #85 9.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:43.121Z] #85 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:48.460Z] #85 ... [2026-05-06T07:55:48.460Z] [2026-05-06T07:55:48.460Z] #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:48.460Z] #91 20.97 OK: 9 MiB in 19 packages [2026-05-06T07:55:48.729Z] #91 DONE 22.1s [2026-05-06T07:55:48.729Z] [2026-05-06T07:55:48.729Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:48.729Z] #94 15.54 OK: 13 MiB in 29 packages [2026-05-06T07:55:48.998Z] #94 ... [2026-05-06T07:55:48.998Z] [2026-05-06T07:55:48.998Z] #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2026-05-06T07:55:48.998Z] #92 10.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:48.998Z] #92 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:48.998Z] #92 17.46 OK: 8 MiB in 18 packages [2026-05-06T07:55:48.998Z] #92 DONE 18.7s [2026-05-06T07:55:49.266Z] [2026-05-06T07:55:49.266Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-06T07:55:49.266Z] #96 16.33 OK: 8 MiB in 20 packages [2026-05-06T07:55:49.853Z] #96 ... [2026-05-06T07:55:49.853Z] [2026-05-06T07:55:49.853Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:49.853Z] #84 9.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:49.853Z] #84 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:49.853Z] #84 16.22 OK: 12 MiB in 23 packages [2026-05-06T07:55:49.853Z] #84 DONE 17.7s [2026-05-06T07:55:49.853Z] [2026-05-06T07:55:49.853Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-06T07:55:50.125Z] #97 ... [2026-05-06T07:55:50.125Z] [2026-05-06T07:55:50.125Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2026-05-06T07:55:50.125Z] #94 DONE 17.4s [2026-05-06T07:55:50.393Z] [2026-05-06T07:55:50.393Z] #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2026-05-06T07:55:50.393Z] #85 17.11 OK: 9 MiB in 21 packages [2026-05-06T07:55:50.675Z] #85 ... [2026-05-06T07:55:50.675Z] [2026-05-06T07:55:50.675Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2026-05-06T07:55:50.675Z] #75 14.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:50.675Z] #75 16.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-05-06T07:55:50.675Z] #75 22.52 OK: 8 MiB in 17 packages [2026-05-06T07:55:50.675Z] #75 DONE 24.5s [2026-05-06T07:55:50.943Z] [2026-05-06T07:55:50.943Z] #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:51.212Z] #95 ... [2026-05-06T07:55:51.212Z] [2026-05-06T07:55:51.212Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2026-05-06T07:55:51.212Z] #96 DONE 18.5s [2026-05-06T07:55:51.212Z] [2026-05-06T07:55:51.212Z] #85 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2026-05-06T07:55:51.212Z] #85 DONE 19.5s [2026-05-06T07:55:51.212Z] [2026-05-06T07:55:51.212Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-05-06T07:55:53.832Z] #98 ... [2026-05-06T07:55:53.832Z] [2026-05-06T07:55:53.832Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2026-05-06T07:55:53.832Z] #97 DONE 4.3s [2026-05-06T07:55:53.832Z] [2026-05-06T07:55:53.832Z] #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-05-06T07:55:53.832Z] #99 ... [2026-05-06T07:55:53.832Z] [2026-05-06T07:55:53.832Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2026-05-06T07:55:53.832Z] #98 DONE 2.5s [2026-05-06T07:55:53.832Z] [2026-05-06T07:55:53.832Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:55:53.832Z] #100 ... [2026-05-06T07:55:53.832Z] [2026-05-06T07:55:53.832Z] #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2026-05-06T07:55:53.832Z] #99 DONE 0.5s [2026-05-06T07:55:53.832Z] [2026-05-06T07:55:53.832Z] #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:55:53.832Z] #101 DONE 2.7s [2026-05-06T07:55:53.832Z] [2026-05-06T07:55:53.832Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:55:53.832Z] #102 DONE 2.7s [2026-05-06T07:55:54.099Z] [2026-05-06T07:55:54.099Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2026-05-06T07:55:54.099Z] #103 DONE 0.2s [2026-05-06T07:55:54.099Z] [2026-05-06T07:55:54.099Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2026-05-06T07:55:54.099Z] #104 DONE 0.3s [2026-05-06T07:55:54.099Z] [2026-05-06T07:55:54.099Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2026-05-06T07:55:54.690Z] #105 ... [2026-05-06T07:55:54.690Z] [2026-05-06T07:55:54.690Z] #106 [security-spire-config stage-2 6/10] COPY security.txt / [2026-05-06T07:55:54.690Z] #106 DONE 0.3s [2026-05-06T07:55:54.690Z] [2026-05-06T07:55:54.690Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2026-05-06T07:55:54.690Z] #105 DONE 0.4s [2026-05-06T07:55:54.690Z] [2026-05-06T07:55:54.690Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:55:54.690Z] #107 ... [2026-05-06T07:55:54.690Z] [2026-05-06T07:55:54.690Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:55:54.690Z] #108 DONE 0.3s [2026-05-06T07:55:54.961Z] [2026-05-06T07:55:54.961Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:55:54.961Z] #107 DONE 0.3s [2026-05-06T07:55:54.961Z] [2026-05-06T07:55:54.961Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2026-05-06T07:55:55.230Z] #109 DONE 0.3s [2026-05-06T07:55:55.230Z] [2026-05-06T07:55:55.230Z] #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-05-06T07:55:55.230Z] #110 ... [2026-05-06T07:55:55.230Z] [2026-05-06T07:55:55.230Z] #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2026-05-06T07:55:55.230Z] #111 DONE 0.2s [2026-05-06T07:55:55.230Z] [2026-05-06T07:55:55.230Z] #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2026-05-06T07:55:55.230Z] #110 DONE 0.3s [2026-05-06T07:55:55.230Z] [2026-05-06T07:55:55.230Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2026-05-06T07:55:55.823Z] #112 DONE 0.3s [2026-05-06T07:55:55.823Z] [2026-05-06T07:55:55.823Z] #113 [security-spire-server] exporting to image [2026-05-06T07:55:55.823Z] #113 exporting layers [2026-05-06T07:55:56.790Z] #113 ... [2026-05-06T07:55:56.790Z] [2026-05-06T07:55:56.790Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2026-05-06T07:55:56.790Z] #100 DONE 3.0s [2026-05-06T07:55:57.059Z] [2026-05-06T07:55:57.059Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2026-05-06T07:55:57.059Z] #114 DONE 0.2s [2026-05-06T07:55:57.059Z] [2026-05-06T07:55:57.059Z] #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:57.059Z] #77 ... [2026-05-06T07:55:57.059Z] [2026-05-06T07:55:57.059Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2026-05-06T07:55:57.332Z] #115 DONE 0.5s [2026-05-06T07:55:57.332Z] [2026-05-06T07:55:57.332Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:57.604Z] #93 ... [2026-05-06T07:55:57.604Z] [2026-05-06T07:55:57.604Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2026-05-06T07:55:57.878Z] #116 DONE 0.3s [2026-05-06T07:55:57.878Z] [2026-05-06T07:55:57.878Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2026-05-06T07:55:58.159Z] #117 DONE 0.3s [2026-05-06T07:55:58.159Z] [2026-05-06T07:55:58.159Z] #82 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:55:58.159Z] #82 ... [2026-05-06T07:55:58.159Z] [2026-05-06T07:55:58.159Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2026-05-06T07:55:58.424Z] #118 DONE 0.3s [2026-05-06T07:55:58.424Z] [2026-05-06T07:55:58.424Z] #113 [security-spire-agent] exporting to image [2026-05-06T07:56:01.021Z] #113 exporting layers 5.3s done [2026-05-06T07:56:01.021Z] #113 exporting layers 5.2s done [2026-05-06T07:56:01.021Z] #113 writing image sha256:fb738fdde7ac9386a2719b3f9101894a3f32fff2d843865d576b1d5f3dd01afb 0.0s done [2026-05-06T07:56:01.021Z] #113 naming to docker.io/library/security-spire-config-arm64 0.0s done [2026-05-06T07:56:01.021Z] #113 writing image sha256:1664d9383c86ef9d178e697e7c17ddc31e8a8a50cbe325f8a7421fbf8b41d349 0.0s done [2026-05-06T07:56:01.021Z] #113 naming to docker.io/library/security-spire-server-arm64 0.0s done [2026-05-06T07:56:01.604Z] #113 exporting layers 3.1s done [2026-05-06T07:56:01.604Z] #113 writing image sha256:c3a66a841bb984854ae2bf4cee3c2bf9c4ebc1dde7c1196d98ba1db93a8fd088 0.0s done [2026-05-06T07:56:01.604Z] #113 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2026-05-06T07:56:01.604Z] #113 DONE 6.3s [2026-05-06T07:56:01.604Z] [2026-05-06T07:56:01.604Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:56:18.125Z] #156 ... [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-06T07:56:18.125Z] #147 DONE 89.2s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:56:18.125Z] #157 DONE 0.0s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-06T07:56:18.125Z] #148 ... [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:56:18.125Z] #158 DONE 0.0s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-05-06T07:56:18.125Z] #159 DONE 0.1s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #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-05-06T07:56:18.125Z] #160 DONE 0.1s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-06T07:56:18.125Z] #152 ... [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #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-05-06T07:56:18.125Z] #161 DONE 0.1s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #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-05-06T07:56:18.125Z] #162 DONE 0.9s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #163 [core-common-config-bootstrapper] exporting to image [2026-05-06T07:56:18.125Z] #163 exporting layers [2026-05-06T07:56:18.125Z] #163 exporting layers 0.2s done [2026-05-06T07:56:18.125Z] #163 writing image sha256:6d41b5affd27e0464281cce80c284891116cb69775969d6f34c846ce605e8f7a done [2026-05-06T07:56:18.125Z] #163 naming to docker.io/library/core-common-config-bootstrapper done [2026-05-06T07:56:18.125Z] #163 DONE 0.2s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:56:18.125Z] #149 ... [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-06T07:56:18.125Z] #146 DONE 91.6s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-05-06T07:56:18.125Z] #164 DONE 0.1s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-05-06T07:56:18.125Z] #165 DONE 1.2s [2026-05-06T07:56:18.125Z] [2026-05-06T07:56:18.125Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-06T07:56:18.383Z] #152 ... [2026-05-06T07:56:18.383Z] [2026-05-06T07:56:18.383Z] #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:56:18.383Z] #166 DONE 0.1s [2026-05-06T07:56:18.383Z] [2026-05-06T07:56:18.383Z] #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:56:18.383Z] #167 DONE 0.1s [2026-05-06T07:56:18.383Z] [2026-05-06T07:56:18.383Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-06T07:56:18.648Z] #150 ... [2026-05-06T07:56:18.648Z] [2026-05-06T07:56:18.648Z] #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-05-06T07:56:18.648Z] #168 DONE 0.1s [2026-05-06T07:56:18.648Z] [2026-05-06T07:56:18.648Z] #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-05-06T07:56:18.648Z] #169 DONE 0.0s [2026-05-06T07:56:18.648Z] [2026-05-06T07:56:18.648Z] #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2026-05-06T07:56:18.648Z] #170 DONE 0.0s [2026-05-06T07:56:18.648Z] [2026-05-06T07:56:18.648Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2026-05-06T07:56:18.648Z] #171 DONE 0.0s [2026-05-06T07:56:18.648Z] [2026-05-06T07:56:18.648Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2026-05-06T07:56:18.914Z] #172 DONE 0.2s [2026-05-06T07:56:18.914Z] [2026-05-06T07:56:18.914Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-05-06T07:56:18.914Z] #173 DONE 0.2s [2026-05-06T07:56:18.914Z] [2026-05-06T07:56:18.914Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T07:56:19.172Z] #153 ... [2026-05-06T07:56:19.172Z] [2026-05-06T07:56:19.172Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-05-06T07:56:20.103Z] #174 DONE 1.0s [2026-05-06T07:56:20.103Z] [2026-05-06T07:56:20.103Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-06T07:56:20.103Z] #151 ... [2026-05-06T07:56:20.103Z] [2026-05-06T07:56:20.103Z] #175 [security-bootstrapper] exporting to image [2026-05-06T07:56:20.667Z] #175 exporting layers 0.4s done [2026-05-06T07:56:20.667Z] #175 writing image sha256:7ed82d8761df7b04d936296b2d2cfe01bbc2186eaef764e3d1ef40cd75acf51f done [2026-05-06T07:56:20.667Z] #175 naming to docker.io/library/security-bootstrapper done [2026-05-06T07:56:20.667Z] #175 DONE 0.4s [2026-05-06T07:56:20.667Z] [2026-05-06T07:56:20.667Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-06T07:57:28.361Z] #151 ... [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-06T07:57:28.361Z] #152 DONE 159.4s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T07:57:28.361Z] #153 ... [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:28.361Z] #176 DONE 0.0s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:28.361Z] #177 DONE 0.0s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-05-06T07:57:28.361Z] #178 DONE 0.2s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #179 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:28.361Z] #179 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #180 [core-command] exporting to image [2026-05-06T07:57:28.361Z] #180 exporting layers 0.1s done [2026-05-06T07:57:28.361Z] #180 writing image sha256:66a5c22b9c8e4aedeac9c8589b217be756b06425a13708a995842c846c148170 [2026-05-06T07:57:28.361Z] #180 writing image sha256:66a5c22b9c8e4aedeac9c8589b217be756b06425a13708a995842c846c148170 done [2026-05-06T07:57:28.361Z] #180 naming to docker.io/library/core-command done [2026-05-06T07:57:28.361Z] #180 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T07:57:28.361Z] #153 ... [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-06T07:57:28.361Z] #148 DONE 161.2s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #181 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:28.361Z] #181 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:28.361Z] #182 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-06T07:57:28.361Z] #154 161.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-05-06T07:57:28.361Z] #154 ... [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #183 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-05-06T07:57:28.361Z] #183 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T07:57:28.361Z] #156 DONE 161.6s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-05-06T07:57:28.361Z] #184 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T07:57:28.361Z] #153 ... [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:28.361Z] #185 ... [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T07:57:28.361Z] #153 DONE 162.2s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #186 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-05-06T07:57:28.361Z] #186 DONE 0.5s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:28.361Z] #185 DONE 0.5s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:28.361Z] #187 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #188 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-05-06T07:57:28.361Z] #188 DONE 0.1s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-05-06T07:57:28.361Z] #189 DONE 0.3s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #190 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:28.361Z] #190 DONE 0.2s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #155 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T07:57:28.361Z] #155 DONE 162.6s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #191 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:28.361Z] #191 DONE 0.4s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #192 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:28.361Z] #192 DONE 0.4s [2026-05-06T07:57:28.361Z] [2026-05-06T07:57:28.361Z] #193 [security-spiffe-token-provider] exporting to image [2026-05-06T07:57:28.622Z] #193 ... [2026-05-06T07:57:28.622Z] [2026-05-06T07:57:28.622Z] #194 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:28.622Z] #194 DONE 0.4s [2026-05-06T07:57:28.622Z] [2026-05-06T07:57:28.622Z] #195 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-05-06T07:57:28.622Z] #195 DONE 0.4s [2026-05-06T07:57:28.622Z] [2026-05-06T07:57:28.622Z] #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:28.622Z] #196 ... [2026-05-06T07:57:28.622Z] [2026-05-06T07:57:28.622Z] #197 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-06T07:57:28.622Z] #197 DONE 1.0s [2026-05-06T07:57:28.880Z] [2026-05-06T07:57:28.880Z] #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:28.880Z] #196 DONE 0.3s [2026-05-06T07:57:28.880Z] [2026-05-06T07:57:28.880Z] #198 [security-proxy-setup] exporting to image [2026-05-06T07:57:28.880Z] #198 ... [2026-05-06T07:57:28.880Z] [2026-05-06T07:57:28.880Z] #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-05-06T07:57:28.880Z] #199 DONE 0.5s [2026-05-06T07:57:28.880Z] [2026-05-06T07:57:28.880Z] #193 [security-spiffe-token-provider] exporting to image [2026-05-06T07:57:28.880Z] #193 exporting layers 0.6s done [2026-05-06T07:57:28.880Z] #193 writing image sha256:7c48a1353b657ce5ac26adf6b23ca04c8efc9ef626f57260def4431ea224e8af 0.0s done [2026-05-06T07:57:28.880Z] #193 naming to docker.io/library/security-spiffe-token-provider done [2026-05-06T07:57:28.880Z] #193 DONE 0.7s [2026-05-06T07:57:28.880Z] [2026-05-06T07:57:28.880Z] #200 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:28.880Z] #200 DONE 0.1s [2026-05-06T07:57:29.137Z] [2026-05-06T07:57:29.137Z] #201 [core-keeper] exporting to image [2026-05-06T07:57:29.137Z] #201 exporting layers 0.2s done [2026-05-06T07:57:29.137Z] #201 writing image sha256:a84e6bf4ff30a54639670c9a44d0867ac210fac2eea6035d389f724741d7e76d done [2026-05-06T07:57:29.137Z] #201 naming to docker.io/library/core-keeper done [2026-05-06T07:57:29.137Z] #201 DONE 0.2s [2026-05-06T07:57:29.137Z] [2026-05-06T07:57:29.137Z] #202 [core-data] exporting to image [2026-05-06T07:57:29.137Z] #202 exporting layers 0.3s done [2026-05-06T07:57:29.137Z] #202 writing image sha256:a85f85a965339153de9b59606e23e8d73e559a44b4185f994554e1e27a357217 done [2026-05-06T07:57:29.137Z] #202 naming to docker.io/library/core-data done [2026-05-06T07:57:29.137Z] #202 DONE 0.3s [2026-05-06T07:57:29.137Z] [2026-05-06T07:57:29.137Z] #198 [security-proxy-setup] exporting to image [2026-05-06T07:57:29.137Z] #198 exporting layers 0.6s done [2026-05-06T07:57:29.137Z] #198 writing image sha256:80853509791392bd614be62d4055c48eb772894356ea56a24dfaaf69e6b3045a done [2026-05-06T07:57:29.137Z] #198 naming to docker.io/library/security-proxy-setup done [2026-05-06T07:57:29.137Z] #198 DONE 0.6s [2026-05-06T07:57:29.137Z] [2026-05-06T07:57:29.137Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:57:29.705Z] #149 ... [2026-05-06T07:57:29.705Z] [2026-05-06T07:57:29.705Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-06T07:57:29.705Z] #154 DONE 164.3s [2026-05-06T07:57:29.705Z] [2026-05-06T07:57:29.705Z] #203 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:29.705Z] #203 DONE 0.0s [2026-05-06T07:57:29.705Z] [2026-05-06T07:57:29.705Z] #204 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:29.705Z] #204 DONE 0.0s [2026-05-06T07:57:29.705Z] [2026-05-06T07:57:29.705Z] #205 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2026-05-06T07:57:29.705Z] #205 DONE 0.0s [2026-05-06T07:57:29.705Z] [2026-05-06T07:57:29.705Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:57:29.963Z] #149 ... [2026-05-06T07:57:29.963Z] [2026-05-06T07:57:29.963Z] #206 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2026-05-06T07:57:30.221Z] #206 DONE 0.4s [2026-05-06T07:57:30.221Z] [2026-05-06T07:57:30.221Z] #207 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:30.478Z] #207 DONE 0.1s [2026-05-06T07:57:30.478Z] [2026-05-06T07:57:30.478Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-06T07:57:30.478Z] #151 DONE 165.0s [2026-05-06T07:57:30.478Z] [2026-05-06T07:57:30.478Z] #208 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-05-06T07:57:30.478Z] #208 DONE 0.2s [2026-05-06T07:57:30.478Z] [2026-05-06T07:57:30.478Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:57:30.736Z] #149 ... [2026-05-06T07:57:30.736Z] [2026-05-06T07:57:30.736Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-06T07:57:30.736Z] #150 DONE 165.3s [2026-05-06T07:57:30.736Z] [2026-05-06T07:57:30.736Z] #209 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:30.736Z] #209 DONE 0.1s [2026-05-06T07:57:30.736Z] [2026-05-06T07:57:30.736Z] #210 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:30.994Z] #210 DONE 0.2s [2026-05-06T07:57:30.994Z] [2026-05-06T07:57:30.994Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:30.994Z] #209 DONE 0.1s [2026-05-06T07:57:30.994Z] [2026-05-06T07:57:30.994Z] #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-05-06T07:57:30.994Z] #211 DONE 0.3s [2026-05-06T07:57:30.994Z] [2026-05-06T07:57:30.994Z] #212 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:30.994Z] #212 CACHED [2026-05-06T07:57:30.994Z] [2026-05-06T07:57:30.994Z] #213 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:30.994Z] #213 CACHED [2026-05-06T07:57:30.994Z] [2026-05-06T07:57:30.994Z] #214 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-05-06T07:57:30.994Z] #214 DONE 0.1s [2026-05-06T07:57:30.994Z] [2026-05-06T07:57:30.994Z] #215 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-05-06T07:57:31.251Z] #215 DONE 0.4s [2026-05-06T07:57:31.251Z] [2026-05-06T07:57:31.251Z] #216 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-05-06T07:57:31.251Z] #216 DONE 0.4s [2026-05-06T07:57:31.251Z] [2026-05-06T07:57:31.251Z] #217 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-05-06T07:57:31.251Z] #217 DONE 0.1s [2026-05-06T07:57:31.251Z] [2026-05-06T07:57:31.251Z] #218 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:31.251Z] #218 DONE 0.1s [2026-05-06T07:57:31.251Z] [2026-05-06T07:57:31.251Z] #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-05-06T07:57:31.251Z] #219 DONE 0.0s [2026-05-06T07:57:31.251Z] [2026-05-06T07:57:31.251Z] #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-05-06T07:57:31.508Z] #220 DONE 0.1s [2026-05-06T07:57:31.508Z] [2026-05-06T07:57:31.508Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-06T07:57:31.508Z] #221 DONE 0.5s [2026-05-06T07:57:31.508Z] [2026-05-06T07:57:31.508Z] #222 [core-metadata] exporting to image [2026-05-06T07:57:31.508Z] #222 exporting layers 0.2s done [2026-05-06T07:57:31.508Z] #222 writing image sha256:f6de8588987a46643e0af87f26dc345a42d1c56745c5547d4b8f8b3649f8da0f done [2026-05-06T07:57:31.508Z] #222 naming to docker.io/library/core-metadata done [2026-05-06T07:57:31.508Z] #222 DONE 0.2s [2026-05-06T07:57:31.508Z] [2026-05-06T07:57:31.508Z] #223 [security-secretstore-setup] exporting to image [2026-05-06T07:57:31.778Z] #223 exporting layers 0.3s done [2026-05-06T07:57:31.778Z] #223 writing image sha256:2d75f6e6f9b6f4e264421371154f38b94bc68b91403c68bb7790bdc72641d00e done [2026-05-06T07:57:31.778Z] #223 naming to docker.io/library/security-secretstore-setup done [2026-05-06T07:57:31.778Z] #223 DONE 0.3s [2026-05-06T07:57:31.778Z] [2026-05-06T07:57:31.778Z] #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-06T07:57:31.778Z] #224 DONE 0.4s [2026-05-06T07:57:31.778Z] [2026-05-06T07:57:31.778Z] #225 [security-proxy-auth] exporting to image [2026-05-06T07:57:32.343Z] #225 exporting layers 0.5s done [2026-05-06T07:57:32.343Z] #225 writing image sha256:29ab287c54788468a9307ba86571683f79f2e8312755bf7ae4cb88c59ced25cc done [2026-05-06T07:57:32.343Z] #225 naming to docker.io/library/security-proxy-auth done [2026-05-06T07:57:32.343Z] #225 DONE 0.5s [2026-05-06T07:57:32.343Z] [2026-05-06T07:57:32.343Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:57:32.917Z] #149 ... [2026-05-06T07:57:32.917Z] [2026-05-06T07:57:32.917Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T07:57:32.917Z] #145 DONE 167.8s [2026-05-06T07:57:33.178Z] [2026-05-06T07:57:33.178Z] #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:33.178Z] #226 DONE 0.0s [2026-05-06T07:57:33.179Z] [2026-05-06T07:57:33.179Z] #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:33.179Z] #227 DONE 0.1s [2026-05-06T07:57:33.179Z] [2026-05-06T07:57:33.179Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-05-06T07:57:33.438Z] #228 DONE 0.2s [2026-05-06T07:57:33.438Z] [2026-05-06T07:57:33.438Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:57:33.438Z] #149 DONE 168.2s [2026-05-06T07:57:33.438Z] [2026-05-06T07:57:33.438Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-05-06T07:57:33.438Z] #229 DONE 0.0s [2026-05-06T07:57:33.438Z] [2026-05-06T07:57:33.438Z] #230 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T07:57:33.438Z] #230 DONE 0.0s [2026-05-06T07:57:33.438Z] [2026-05-06T07:57:33.438Z] #231 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T07:57:33.438Z] #231 DONE 0.0s [2026-05-06T07:57:33.438Z] [2026-05-06T07:57:33.438Z] #232 [support-scheduler] exporting to image [2026-05-06T07:57:33.696Z] #232 ... [2026-05-06T07:57:33.696Z] [2026-05-06T07:57:33.696Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-05-06T07:57:33.696Z] #233 DONE 0.2s [2026-05-06T07:57:33.696Z] [2026-05-06T07:57:33.696Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-05-06T07:57:33.696Z] #234 DONE 0.0s [2026-05-06T07:57:33.961Z] [2026-05-06T07:57:33.961Z] #235 [support-notifications] exporting to image [2026-05-06T07:57:33.961Z] #235 ... [2026-05-06T07:57:33.961Z] [2026-05-06T07:57:33.961Z] #232 [support-scheduler] exporting to image [2026-05-06T07:57:33.961Z] #232 exporting layers 0.5s done [2026-05-06T07:57:33.961Z] #232 writing image sha256:c3de6bf9481a6853fa33b755ff73c5c33bd998f6fc655fabc0538374af35206a done [2026-05-06T07:57:33.961Z] #232 naming to docker.io/library/support-scheduler done [2026-05-06T07:57:33.961Z] #232 DONE 0.5s [2026-05-06T07:57:33.961Z] [2026-05-06T07:57:33.961Z] #235 [support-notifications] exporting to image [2026-05-06T07:57:33.961Z] #235 exporting layers 0.3s done [2026-05-06T07:57:34.221Z] #235 writing image sha256:d19d412e0eecaf9fe04763d17a8279ca8dd8afa97b53a6750b67f713c31deea8 done [2026-05-06T07:57:34.221Z] #235 naming to docker.io/library/support-notifications done [2026-05-06T07:57:34.221Z] #235 DONE 0.3s [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T07:57:34.221Z] time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-05-06T07:57:34.235Z] $ docker stop --time=1 233a8187bcd4771a54441680fa7e10584017e0dc994bcaab83e7649586212162 [2026-05-06T07:57:35.501Z] $ docker rm -f --volumes 233a8187bcd4771a54441680fa7e10584017e0dc994bcaab83e7649586212162 [Pipeline] // withDockerContainer [Pipeline] sh [2026-05-06T07:57:35.852Z] + docker images [2026-05-06T07:57:35.852Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-05-06T07:57:35.852Z] support-notifications latest d19d412e0eec 2 seconds ago 57.8MB [2026-05-06T07:57:35.852Z] support-scheduler latest c3de6bf9481a 2 seconds ago 54.2MB [2026-05-06T07:57:35.852Z] security-proxy-auth latest 29ab287c5478 4 seconds ago 49MB [2026-05-06T07:57:35.852Z] security-secretstore-setup latest 2d75f6e6f9b6 4 seconds ago 89.2MB [2026-05-06T07:57:35.852Z] core-metadata latest f6de8588987a 4 seconds ago 50.1MB [2026-05-06T07:57:35.852Z] core-keeper latest a84e6bf4ff30 7 seconds ago 49.7MB [2026-05-06T07:57:35.852Z] security-proxy-setup latest 808535097913 7 seconds ago 54.7MB [2026-05-06T07:57:35.852Z] security-spiffe-token-provider latest 7c48a1353b65 7 seconds ago 53MB [2026-05-06T07:57:35.852Z] core-data latest a85f85a96533 7 seconds ago 49.9MB [2026-05-06T07:57:35.852Z] core-command latest 66a5c22b9c8e 10 seconds ago 44.1MB [2026-05-06T07:57:35.852Z] security-bootstrapper latest 7ed82d8761df About a minute ago 21.6MB [2026-05-06T07:57:35.852Z] core-common-config-bootstrapper latest 6d41b5affd27 About a minute ago 20.5MB [2026-05-06T07:57:35.852Z] security-spire-server latest e5b7560d88cb 2 minutes ago 178MB [2026-05-06T07:57:35.852Z] security-spire-agent latest a014db57df88 2 minutes ago 237MB [2026-05-06T07:57:35.852Z] security-spire-config latest f87443d06dd3 3 minutes ago 177MB [2026-05-06T07:57:35.852Z] ci-base-image-x86_64 latest 8030b304013a 6 minutes ago 970MB [2026-05-06T07:57:35.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 6 months ago 636MB [2026-05-06T07:57:35.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 11 months ago 573MB [2026-05-06T07:57:35.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-06T07:57:35.989Z] provisioning config files... [2026-05-06T07:57:35.998Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config7976947850760741223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-06T07:57:36.307Z] ---> ****-login.sh [2026-05-06T07:57:36.307Z] nexus3.edgexfoundry.org:10001 [2026-05-06T07:57:36.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:57:36.307Z] Login Succeeded [2026-05-06T07:57:36.307Z] nexus3.edgexfoundry.org:10002 [2026-05-06T07:57:36.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:57:36.567Z] Login Succeeded [2026-05-06T07:57:36.567Z] nexus3.edgexfoundry.org:10003 [2026-05-06T07:57:36.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:57:36.567Z] Login Succeeded [2026-05-06T07:57:36.567Z] nexus3.edgexfoundry.org:10004 [2026-05-06T07:57:36.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:57:36.567Z] Login Succeeded [2026-05-06T07:57:36.567Z] ****.io [2026-05-06T07:57:36.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T07:57:36.826Z] Login Succeeded [2026-05-06T07:57:36.826Z] ---> ****-login.sh ends [Pipeline] } [2026-05-06T07:57:36.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:57:36.890Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-06T07:57:36.919Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2026-05-06T07:57:36.919Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:36.919Z] latest [2026-05-06T07:57:36.919Z] 4.1.0-dev.112 [2026-05-06T07:57:36.919Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:36.919Z] main [2026-05-06T07:57:36.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:37.267Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:37.586Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:37.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-06T07:57:37.586Z] 544c43e1bd15: Preparing [2026-05-06T07:57:37.586Z] 05da50e3cd4a: Preparing [2026-05-06T07:57:37.586Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:37.586Z] 613851182f8f: Preparing [2026-05-06T07:57:37.586Z] d0af94775e0f: Preparing [2026-05-06T07:57:37.586Z] c41558668cb1: Preparing [2026-05-06T07:57:37.586Z] 0854555d70ac: Preparing [2026-05-06T07:57:37.586Z] c41558668cb1: Waiting [2026-05-06T07:57:37.586Z] 0854555d70ac: Waiting [2026-05-06T07:57:37.586Z] 8d3ee15335b1: Pushed [2026-05-06T07:57:37.586Z] d0af94775e0f: Pushed [2026-05-06T07:57:37.586Z] 613851182f8f: Pushed [2026-05-06T07:57:37.586Z] 544c43e1bd15: Pushed [2026-05-06T07:57:37.586Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:37.845Z] c41558668cb1: Pushed [2026-05-06T07:57:38.309Z] #93 DONE 109.4s [2026-05-06T07:57:38.309Z] [2026-05-06T07:57:38.309Z] #82 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.309Z] #82 DONE 112.1s [2026-05-06T07:57:38.309Z] [2026-05-06T07:57:38.309Z] #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.309Z] #95 DONE 110.6s [2026-05-06T07:57:38.309Z] [2026-05-06T07:57:38.309Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.309Z] #86 DONE 110.6s [2026-05-06T07:57:38.309Z] [2026-05-06T07:57:38.309Z] #119 [support-notifications builder 6/7] COPY . . [2026-05-06T07:57:38.309Z] #119 ... [2026-05-06T07:57:38.309Z] [2026-05-06T07:57:38.309Z] #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #90 DONE 108.4s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #77 DONE 115.9s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #120 [security-proxy-auth builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #120 DONE 1.8s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #121 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #121 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #122 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:57:38.310Z] #122 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #123 [core-common-config-bootstrapper builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #123 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:57:38.310Z] #124 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #125 [security-secretstore-setup builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #125 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #126 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #127 [core-command builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #127 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #128 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #129 [core-command builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:57:38.310Z] #129 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #130 [core-keeper builder 7/8] COPY . . [2026-05-06T07:57:38.310Z] #130 DONE 2.0s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #131 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #132 [security-bootstrapper builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #132 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #133 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:57:38.310Z] #133 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:57:38.310Z] #134 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #135 [core-metadata builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #135 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #136 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #137 [core-data builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #137 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-05-06T07:57:38.310Z] #138 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #139 [core-data builder 4/7] COPY go.mod vendor* ./ [2026-05-06T07:57:38.310Z] #139 CACHED [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #140 [security-proxy-setup builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #140 DONE 2.0s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #141 [support-scheduler builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #141 DONE 2.0s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #119 [support-notifications builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #119 DONE 2.0s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:57:38.310Z] #142 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #143 [security-spiffe-token-provider builder 6/7] COPY . . [2026-05-06T07:57:38.310Z] #143 DONE 2.0s [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T07:57:38.310Z] #144 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-06T07:57:38.310Z] #0 5.190 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2026-05-06T07:57:38.310Z] #145 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T07:57:38.310Z] #0 5.784 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2026-05-06T07:57:38.310Z] #146 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T07:57:38.310Z] #144 5.947 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2026-05-06T07:57:38.310Z] #144 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-06T07:57:38.310Z] #0 5.854 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2026-05-06T07:57:38.310Z] #147 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-06T07:57:38.310Z] #0 5.808 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2026-05-06T07:57:38.310Z] #148 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-06T07:57:38.310Z] #0 5.866 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2026-05-06T07:57:38.310Z] #149 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T07:57:38.310Z] #0 5.054 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2026-05-06T07:57:38.310Z] #150 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-06T07:57:38.310Z] #0 4.801 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2026-05-06T07:57:38.310Z] #151 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-06T07:57:38.310Z] #0 4.216 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2026-05-06T07:57:38.310Z] #152 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T07:57:38.310Z] #0 5.916 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2026-05-06T07:57:38.310Z] #153 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-06T07:57:38.310Z] #0 4.726 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2026-05-06T07:57:38.310Z] #154 ... [2026-05-06T07:57:38.310Z] [2026-05-06T07:57:38.310Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T07:57:38.310Z] #142 5.962 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2026-05-06T07:57:41.131Z] 05da50e3cd4a: Pushed [2026-05-06T07:57:41.131Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:41.460Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:41.788Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2026-05-06T07:57:41.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-06T07:57:41.788Z] 544c43e1bd15: Preparing [2026-05-06T07:57:41.788Z] 05da50e3cd4a: Preparing [2026-05-06T07:57:41.788Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:41.788Z] 613851182f8f: Preparing [2026-05-06T07:57:41.788Z] d0af94775e0f: Preparing [2026-05-06T07:57:41.788Z] c41558668cb1: Preparing [2026-05-06T07:57:41.788Z] 0854555d70ac: Preparing [2026-05-06T07:57:41.788Z] 0854555d70ac: Waiting [2026-05-06T07:57:41.788Z] c41558668cb1: Waiting [2026-05-06T07:57:41.788Z] 613851182f8f: Layer already exists [2026-05-06T07:57:41.788Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:41.788Z] 05da50e3cd4a: Layer already exists [2026-05-06T07:57:41.788Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:41.788Z] 544c43e1bd15: Layer already exists [2026-05-06T07:57:41.788Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:41.788Z] c41558668cb1: Layer already exists [2026-05-06T07:57:41.788Z] latest: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:42.101Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:42.418Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [2026-05-06T07:57:42.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-06T07:57:42.418Z] 544c43e1bd15: Preparing [2026-05-06T07:57:42.418Z] 05da50e3cd4a: Preparing [2026-05-06T07:57:42.418Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:42.418Z] 613851182f8f: Preparing [2026-05-06T07:57:42.418Z] d0af94775e0f: Preparing [2026-05-06T07:57:42.418Z] c41558668cb1: Preparing [2026-05-06T07:57:42.418Z] 0854555d70ac: Preparing [2026-05-06T07:57:42.418Z] c41558668cb1: Waiting [2026-05-06T07:57:42.418Z] 0854555d70ac: Waiting [2026-05-06T07:57:42.418Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:42.418Z] 544c43e1bd15: Layer already exists [2026-05-06T07:57:42.418Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:42.418Z] 05da50e3cd4a: Layer already exists [2026-05-06T07:57:42.418Z] 613851182f8f: Layer already exists [2026-05-06T07:57:42.418Z] c41558668cb1: Layer already exists [2026-05-06T07:57:42.418Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:42.418Z] 4.1.0-dev.112: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:42.746Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:43.158Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:43.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-06T07:57:43.158Z] 544c43e1bd15: Preparing [2026-05-06T07:57:43.158Z] 05da50e3cd4a: Preparing [2026-05-06T07:57:43.158Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:43.158Z] 613851182f8f: Preparing [2026-05-06T07:57:43.158Z] d0af94775e0f: Preparing [2026-05-06T07:57:43.158Z] c41558668cb1: Preparing [2026-05-06T07:57:43.158Z] 0854555d70ac: Preparing [2026-05-06T07:57:43.158Z] c41558668cb1: Waiting [2026-05-06T07:57:43.158Z] 0854555d70ac: Waiting [2026-05-06T07:57:43.158Z] 05da50e3cd4a: Layer already exists [2026-05-06T07:57:43.158Z] 544c43e1bd15: Layer already exists [2026-05-06T07:57:43.158Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:43.158Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:43.158Z] 613851182f8f: Layer already exists [2026-05-06T07:57:43.158Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:43.158Z] c41558668cb1: Layer already exists [2026-05-06T07:57:43.158Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:43.564Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:43.924Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2026-05-06T07:57:43.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2026-05-06T07:57:43.924Z] 544c43e1bd15: Preparing [2026-05-06T07:57:43.924Z] 05da50e3cd4a: Preparing [2026-05-06T07:57:43.924Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:43.924Z] 613851182f8f: Preparing [2026-05-06T07:57:43.924Z] d0af94775e0f: Preparing [2026-05-06T07:57:43.924Z] c41558668cb1: Preparing [2026-05-06T07:57:43.924Z] 0854555d70ac: Preparing [2026-05-06T07:57:43.924Z] c41558668cb1: Waiting [2026-05-06T07:57:43.924Z] 0854555d70ac: Waiting [2026-05-06T07:57:43.924Z] 613851182f8f: Layer already exists [2026-05-06T07:57:43.924Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:43.924Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:43.924Z] 05da50e3cd4a: Layer already exists [2026-05-06T07:57:43.924Z] 544c43e1bd15: Layer already exists [2026-05-06T07:57:43.924Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:43.924Z] c41558668cb1: Layer already exists [2026-05-06T07:57:43.924Z] main: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:57:44.010Z] ===================================================== [Pipeline] echo [2026-05-06T07:57:44.023Z] taggedImages: [2026-05-06T07:57:44.023Z] - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:44.023Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-05-06T07:57:44.023Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [2026-05-06T07:57:44.023Z] - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:44.023Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2026-05-06T07:57:44.056Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2026-05-06T07:57:44.056Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:44.056Z] latest [2026-05-06T07:57:44.056Z] 4.1.0-dev.112 [2026-05-06T07:57:44.056Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:44.056Z] main [2026-05-06T07:57:44.056Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:44.441Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:44.828Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:44.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-06T07:57:44.828Z] 460aad1d6c7a: Preparing [2026-05-06T07:57:44.828Z] 2d63df6df4c6: Preparing [2026-05-06T07:57:44.828Z] 81f1ce5bcf1b: Preparing [2026-05-06T07:57:44.828Z] 4fc64b59c218: Preparing [2026-05-06T07:57:44.828Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:44.828Z] 613851182f8f: Preparing [2026-05-06T07:57:44.828Z] d0af94775e0f: Preparing [2026-05-06T07:57:44.828Z] c41558668cb1: Preparing [2026-05-06T07:57:44.828Z] 0854555d70ac: Preparing [2026-05-06T07:57:44.828Z] c41558668cb1: Waiting [2026-05-06T07:57:44.828Z] 0854555d70ac: Waiting [2026-05-06T07:57:44.828Z] 613851182f8f: Waiting [2026-05-06T07:57:44.828Z] d0af94775e0f: Waiting [2026-05-06T07:57:44.828Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:44.828Z] 613851182f8f: Layer already exists [2026-05-06T07:57:44.828Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:44.828Z] c41558668cb1: Layer already exists [2026-05-06T07:57:44.828Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:44.828Z] 460aad1d6c7a: Pushed [2026-05-06T07:57:44.828Z] 2d63df6df4c6: Pushed [2026-05-06T07:57:44.828Z] 81f1ce5bcf1b: Pushed [2026-05-06T07:57:46.206Z] 4fc64b59c218: Pushed [2026-05-06T07:57:46.206Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:46.529Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:46.849Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-05-06T07:57:46.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-06T07:57:46.849Z] 460aad1d6c7a: Preparing [2026-05-06T07:57:46.849Z] 2d63df6df4c6: Preparing [2026-05-06T07:57:46.849Z] 81f1ce5bcf1b: Preparing [2026-05-06T07:57:46.849Z] 4fc64b59c218: Preparing [2026-05-06T07:57:46.849Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:46.849Z] 613851182f8f: Preparing [2026-05-06T07:57:46.849Z] d0af94775e0f: Preparing [2026-05-06T07:57:46.849Z] c41558668cb1: Preparing [2026-05-06T07:57:46.849Z] 0854555d70ac: Preparing [2026-05-06T07:57:46.849Z] 613851182f8f: Waiting [2026-05-06T07:57:46.849Z] d0af94775e0f: Waiting [2026-05-06T07:57:46.849Z] c41558668cb1: Waiting [2026-05-06T07:57:46.849Z] 0854555d70ac: Waiting [2026-05-06T07:57:46.849Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:46.849Z] 2d63df6df4c6: Layer already exists [2026-05-06T07:57:46.849Z] 81f1ce5bcf1b: Layer already exists [2026-05-06T07:57:46.849Z] 4fc64b59c218: Layer already exists [2026-05-06T07:57:46.849Z] 460aad1d6c7a: Layer already exists [2026-05-06T07:57:46.849Z] 613851182f8f: Layer already exists [2026-05-06T07:57:46.849Z] c41558668cb1: Layer already exists [2026-05-06T07:57:46.849Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:46.849Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:46.849Z] latest: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:47.186Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:47.521Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [2026-05-06T07:57:47.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-06T07:57:47.521Z] 460aad1d6c7a: Preparing [2026-05-06T07:57:47.521Z] 2d63df6df4c6: Preparing [2026-05-06T07:57:47.521Z] 81f1ce5bcf1b: Preparing [2026-05-06T07:57:47.521Z] 4fc64b59c218: Preparing [2026-05-06T07:57:47.521Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:47.521Z] 613851182f8f: Preparing [2026-05-06T07:57:47.521Z] d0af94775e0f: Preparing [2026-05-06T07:57:47.521Z] c41558668cb1: Preparing [2026-05-06T07:57:47.521Z] 0854555d70ac: Preparing [2026-05-06T07:57:47.521Z] 613851182f8f: Waiting [2026-05-06T07:57:47.521Z] d0af94775e0f: Waiting [2026-05-06T07:57:47.521Z] c41558668cb1: Waiting [2026-05-06T07:57:47.521Z] 0854555d70ac: Waiting [2026-05-06T07:57:47.521Z] 4fc64b59c218: Layer already exists [2026-05-06T07:57:47.521Z] 460aad1d6c7a: Layer already exists [2026-05-06T07:57:47.521Z] 2d63df6df4c6: Layer already exists [2026-05-06T07:57:47.521Z] 81f1ce5bcf1b: Layer already exists [2026-05-06T07:57:47.521Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:47.521Z] 613851182f8f: Layer already exists [2026-05-06T07:57:47.521Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:47.521Z] c41558668cb1: Layer already exists [2026-05-06T07:57:47.521Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:47.521Z] 4.1.0-dev.112: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:47.849Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:48.177Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:48.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-06T07:57:48.178Z] 460aad1d6c7a: Preparing [2026-05-06T07:57:48.178Z] 2d63df6df4c6: Preparing [2026-05-06T07:57:48.178Z] 81f1ce5bcf1b: Preparing [2026-05-06T07:57:48.178Z] 4fc64b59c218: Preparing [2026-05-06T07:57:48.178Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:48.178Z] 613851182f8f: Preparing [2026-05-06T07:57:48.178Z] d0af94775e0f: Preparing [2026-05-06T07:57:48.178Z] c41558668cb1: Preparing [2026-05-06T07:57:48.178Z] 0854555d70ac: Preparing [2026-05-06T07:57:48.178Z] c41558668cb1: Waiting [2026-05-06T07:57:48.178Z] 613851182f8f: Waiting [2026-05-06T07:57:48.178Z] d0af94775e0f: Waiting [2026-05-06T07:57:48.178Z] 0854555d70ac: Waiting [2026-05-06T07:57:48.178Z] 460aad1d6c7a: Layer already exists [2026-05-06T07:57:48.178Z] 2d63df6df4c6: Layer already exists [2026-05-06T07:57:48.178Z] 4fc64b59c218: Layer already exists [2026-05-06T07:57:48.178Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:48.178Z] 81f1ce5bcf1b: Layer already exists [2026-05-06T07:57:48.178Z] c41558668cb1: Layer already exists [2026-05-06T07:57:48.178Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:48.178Z] 613851182f8f: Layer already exists [2026-05-06T07:57:48.178Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:48.178Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:48.504Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:48.825Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-05-06T07:57:48.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2026-05-06T07:57:48.825Z] 460aad1d6c7a: Preparing [2026-05-06T07:57:48.825Z] 2d63df6df4c6: Preparing [2026-05-06T07:57:48.825Z] 81f1ce5bcf1b: Preparing [2026-05-06T07:57:48.825Z] 4fc64b59c218: Preparing [2026-05-06T07:57:48.825Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:48.825Z] 613851182f8f: Preparing [2026-05-06T07:57:48.825Z] d0af94775e0f: Preparing [2026-05-06T07:57:48.825Z] c41558668cb1: Preparing [2026-05-06T07:57:48.825Z] 0854555d70ac: Preparing [2026-05-06T07:57:48.825Z] d0af94775e0f: Waiting [2026-05-06T07:57:48.825Z] c41558668cb1: Waiting [2026-05-06T07:57:48.825Z] 0854555d70ac: Waiting [2026-05-06T07:57:48.825Z] 613851182f8f: Waiting [2026-05-06T07:57:48.825Z] 2d63df6df4c6: Layer already exists [2026-05-06T07:57:48.825Z] 460aad1d6c7a: Layer already exists [2026-05-06T07:57:48.825Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:48.825Z] 4fc64b59c218: Layer already exists [2026-05-06T07:57:48.825Z] 81f1ce5bcf1b: Layer already exists [2026-05-06T07:57:48.825Z] c41558668cb1: Layer already exists [2026-05-06T07:57:48.825Z] 613851182f8f: Layer already exists [2026-05-06T07:57:48.825Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:48.825Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:48.825Z] main: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:57:48.891Z] ===================================================== [Pipeline] echo [2026-05-06T07:57:48.907Z] taggedImages: [2026-05-06T07:57:48.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:48.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-05-06T07:57:48.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [2026-05-06T07:57:48.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:48.907Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2026-05-06T07:57:48.938Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2026-05-06T07:57:48.938Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:48.938Z] latest [2026-05-06T07:57:48.938Z] 4.1.0-dev.112 [2026-05-06T07:57:48.938Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:48.938Z] main [2026-05-06T07:57:48.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:49.279Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:49.598Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:49.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-06T07:57:49.598Z] 994d2cbc007f: Preparing [2026-05-06T07:57:49.598Z] 0df63a7fd6fd: Preparing [2026-05-06T07:57:49.598Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:49.598Z] 613851182f8f: Preparing [2026-05-06T07:57:49.598Z] d0af94775e0f: Preparing [2026-05-06T07:57:49.598Z] 361aba0d2f79: Preparing [2026-05-06T07:57:49.598Z] 0854555d70ac: Preparing [2026-05-06T07:57:49.598Z] 361aba0d2f79: Waiting [2026-05-06T07:57:49.598Z] 0854555d70ac: Waiting [2026-05-06T07:57:49.598Z] 613851182f8f: Layer already exists [2026-05-06T07:57:49.598Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:49.598Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:49.598Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:49.598Z] 994d2cbc007f: Pushed [2026-05-06T07:57:49.598Z] 361aba0d2f79: Pushed [2026-05-06T07:57:53.790Z] 0df63a7fd6fd: Pushed [2026-05-06T07:57:53.790Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:54.128Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:54.462Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2026-05-06T07:57:54.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-06T07:57:54.462Z] 994d2cbc007f: Preparing [2026-05-06T07:57:54.462Z] 0df63a7fd6fd: Preparing [2026-05-06T07:57:54.462Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:54.462Z] 613851182f8f: Preparing [2026-05-06T07:57:54.462Z] d0af94775e0f: Preparing [2026-05-06T07:57:54.462Z] 361aba0d2f79: Preparing [2026-05-06T07:57:54.462Z] 0854555d70ac: Preparing [2026-05-06T07:57:54.462Z] 361aba0d2f79: Waiting [2026-05-06T07:57:54.462Z] 0854555d70ac: Waiting [2026-05-06T07:57:54.462Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:54.462Z] 0df63a7fd6fd: Layer already exists [2026-05-06T07:57:54.462Z] 613851182f8f: Layer already exists [2026-05-06T07:57:54.462Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:54.462Z] 994d2cbc007f: Layer already exists [2026-05-06T07:57:54.462Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:54.462Z] 361aba0d2f79: Layer already exists [2026-05-06T07:57:54.462Z] latest: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:54.797Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:55.122Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [2026-05-06T07:57:55.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-06T07:57:55.122Z] 994d2cbc007f: Preparing [2026-05-06T07:57:55.122Z] 0df63a7fd6fd: Preparing [2026-05-06T07:57:55.122Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:55.122Z] 613851182f8f: Preparing [2026-05-06T07:57:55.122Z] d0af94775e0f: Preparing [2026-05-06T07:57:55.122Z] 361aba0d2f79: Preparing [2026-05-06T07:57:55.122Z] 0854555d70ac: Preparing [2026-05-06T07:57:55.122Z] 361aba0d2f79: Waiting [2026-05-06T07:57:55.122Z] 0854555d70ac: Waiting [2026-05-06T07:57:55.122Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:55.122Z] 0df63a7fd6fd: Layer already exists [2026-05-06T07:57:55.122Z] 613851182f8f: Layer already exists [2026-05-06T07:57:55.122Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:55.122Z] 994d2cbc007f: Layer already exists [2026-05-06T07:57:55.122Z] 361aba0d2f79: Layer already exists [2026-05-06T07:57:55.122Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:55.122Z] 4.1.0-dev.112: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:55.448Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:55.831Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:55.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-06T07:57:55.831Z] 994d2cbc007f: Preparing [2026-05-06T07:57:55.831Z] 0df63a7fd6fd: Preparing [2026-05-06T07:57:55.831Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:55.831Z] 613851182f8f: Preparing [2026-05-06T07:57:55.831Z] d0af94775e0f: Preparing [2026-05-06T07:57:55.831Z] 361aba0d2f79: Preparing [2026-05-06T07:57:55.831Z] 0854555d70ac: Preparing [2026-05-06T07:57:55.831Z] 361aba0d2f79: Waiting [2026-05-06T07:57:55.831Z] 0854555d70ac: Waiting [2026-05-06T07:57:55.831Z] 613851182f8f: Layer already exists [2026-05-06T07:57:55.831Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:55.831Z] 0df63a7fd6fd: Layer already exists [2026-05-06T07:57:55.831Z] 994d2cbc007f: Layer already exists [2026-05-06T07:57:55.831Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:55.831Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:55.831Z] 361aba0d2f79: Layer already exists [2026-05-06T07:57:55.831Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:56.158Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:56.477Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2026-05-06T07:57:56.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2026-05-06T07:57:56.478Z] 994d2cbc007f: Preparing [2026-05-06T07:57:56.478Z] 0df63a7fd6fd: Preparing [2026-05-06T07:57:56.478Z] 8d3ee15335b1: Preparing [2026-05-06T07:57:56.478Z] 613851182f8f: Preparing [2026-05-06T07:57:56.478Z] d0af94775e0f: Preparing [2026-05-06T07:57:56.478Z] 361aba0d2f79: Preparing [2026-05-06T07:57:56.478Z] 0854555d70ac: Preparing [2026-05-06T07:57:56.478Z] 361aba0d2f79: Waiting [2026-05-06T07:57:56.478Z] 0854555d70ac: Waiting [2026-05-06T07:57:56.478Z] 994d2cbc007f: Layer already exists [2026-05-06T07:57:56.478Z] 613851182f8f: Layer already exists [2026-05-06T07:57:56.478Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:57:56.478Z] d0af94775e0f: Layer already exists [2026-05-06T07:57:56.478Z] 0df63a7fd6fd: Layer already exists [2026-05-06T07:57:56.478Z] 361aba0d2f79: Layer already exists [2026-05-06T07:57:56.478Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:56.478Z] main: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:57:56.530Z] ===================================================== [Pipeline] echo [2026-05-06T07:57:56.544Z] taggedImages: [2026-05-06T07:57:56.544Z] - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:56.544Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-05-06T07:57:56.544Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [2026-05-06T07:57:56.544Z] - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:56.544Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2026-05-06T07:57:56.569Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2026-05-06T07:57:56.569Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:56.569Z] latest [2026-05-06T07:57:56.569Z] 4.1.0-dev.112 [2026-05-06T07:57:56.569Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:57:56.569Z] main [2026-05-06T07:57:56.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:56.927Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:57:57.248Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:57:57.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-06T07:57:57.248Z] 924dde64872e: Preparing [2026-05-06T07:57:57.248Z] d53faf8097c5: Preparing [2026-05-06T07:57:57.248Z] 613851182f8f: Preparing [2026-05-06T07:57:57.248Z] 0aae256b1c7b: Preparing [2026-05-06T07:57:57.248Z] afaa261dd4c5: Preparing [2026-05-06T07:57:57.248Z] 0854555d70ac: Preparing [2026-05-06T07:57:57.248Z] 0854555d70ac: Waiting [2026-05-06T07:57:57.248Z] 613851182f8f: Layer already exists [2026-05-06T07:57:57.248Z] 0854555d70ac: Layer already exists [2026-05-06T07:57:57.248Z] 924dde64872e: Pushed [2026-05-06T07:57:57.248Z] afaa261dd4c5: Pushed [2026-05-06T07:57:57.248Z] 0aae256b1c7b: Pushed [2026-05-06T07:58:01.439Z] d53faf8097c5: Pushed [2026-05-06T07:58:01.439Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:01.772Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:02.097Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-05-06T07:58:02.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-06T07:58:02.097Z] 924dde64872e: Preparing [2026-05-06T07:58:02.097Z] d53faf8097c5: Preparing [2026-05-06T07:58:02.097Z] 613851182f8f: Preparing [2026-05-06T07:58:02.097Z] 0aae256b1c7b: Preparing [2026-05-06T07:58:02.097Z] afaa261dd4c5: Preparing [2026-05-06T07:58:02.097Z] 0854555d70ac: Preparing [2026-05-06T07:58:02.097Z] 0854555d70ac: Waiting [2026-05-06T07:58:02.097Z] d53faf8097c5: Layer already exists [2026-05-06T07:58:02.097Z] afaa261dd4c5: Layer already exists [2026-05-06T07:58:02.097Z] 0aae256b1c7b: Layer already exists [2026-05-06T07:58:02.097Z] 924dde64872e: Layer already exists [2026-05-06T07:58:02.097Z] 613851182f8f: Layer already exists [2026-05-06T07:58:02.097Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:02.097Z] latest: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:02.431Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:02.761Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [2026-05-06T07:58:02.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-06T07:58:02.761Z] 924dde64872e: Preparing [2026-05-06T07:58:02.761Z] d53faf8097c5: Preparing [2026-05-06T07:58:02.761Z] 613851182f8f: Preparing [2026-05-06T07:58:02.761Z] 0aae256b1c7b: Preparing [2026-05-06T07:58:02.761Z] afaa261dd4c5: Preparing [2026-05-06T07:58:02.761Z] 0854555d70ac: Preparing [2026-05-06T07:58:02.761Z] 0854555d70ac: Waiting [2026-05-06T07:58:02.761Z] 0aae256b1c7b: Layer already exists [2026-05-06T07:58:02.761Z] d53faf8097c5: Layer already exists [2026-05-06T07:58:02.761Z] 924dde64872e: Layer already exists [2026-05-06T07:58:02.761Z] 613851182f8f: Layer already exists [2026-05-06T07:58:02.761Z] afaa261dd4c5: Layer already exists [2026-05-06T07:58:02.761Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:02.761Z] 4.1.0-dev.112: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:03.084Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:03.412Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:03.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-06T07:58:03.412Z] 924dde64872e: Preparing [2026-05-06T07:58:03.412Z] d53faf8097c5: Preparing [2026-05-06T07:58:03.412Z] 613851182f8f: Preparing [2026-05-06T07:58:03.412Z] 0aae256b1c7b: Preparing [2026-05-06T07:58:03.412Z] afaa261dd4c5: Preparing [2026-05-06T07:58:03.412Z] 0854555d70ac: Preparing [2026-05-06T07:58:03.412Z] 0854555d70ac: Waiting [2026-05-06T07:58:03.412Z] afaa261dd4c5: Layer already exists [2026-05-06T07:58:03.412Z] 0aae256b1c7b: Layer already exists [2026-05-06T07:58:03.412Z] 613851182f8f: Layer already exists [2026-05-06T07:58:03.412Z] d53faf8097c5: Layer already exists [2026-05-06T07:58:03.412Z] 924dde64872e: Layer already exists [2026-05-06T07:58:03.412Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:03.412Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:03.740Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:04.072Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2026-05-06T07:58:04.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2026-05-06T07:58:04.073Z] 924dde64872e: Preparing [2026-05-06T07:58:04.073Z] d53faf8097c5: Preparing [2026-05-06T07:58:04.073Z] 613851182f8f: Preparing [2026-05-06T07:58:04.073Z] 0aae256b1c7b: Preparing [2026-05-06T07:58:04.073Z] afaa261dd4c5: Preparing [2026-05-06T07:58:04.073Z] 0854555d70ac: Preparing [2026-05-06T07:58:04.073Z] 0854555d70ac: Waiting [2026-05-06T07:58:04.073Z] 613851182f8f: Layer already exists [2026-05-06T07:58:04.073Z] 924dde64872e: Layer already exists [2026-05-06T07:58:04.073Z] d53faf8097c5: Layer already exists [2026-05-06T07:58:04.073Z] afaa261dd4c5: Layer already exists [2026-05-06T07:58:04.073Z] 0aae256b1c7b: Layer already exists [2026-05-06T07:58:04.073Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:04.073Z] main: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:58:04.142Z] ===================================================== [Pipeline] echo [2026-05-06T07:58:04.156Z] taggedImages: [2026-05-06T07:58:04.156Z] - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:04.156Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-05-06T07:58:04.156Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [2026-05-06T07:58:04.156Z] - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:04.156Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2026-05-06T07:58:04.186Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2026-05-06T07:58:04.186Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:04.186Z] latest [2026-05-06T07:58:04.186Z] 4.1.0-dev.112 [2026-05-06T07:58:04.186Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:04.186Z] main [2026-05-06T07:58:04.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:04.526Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:04.849Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:04.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-06T07:58:04.849Z] 015d62cede9a: Preparing [2026-05-06T07:58:04.849Z] 1a5e5de4dc73: Preparing [2026-05-06T07:58:04.849Z] 5bd08246760c: Preparing [2026-05-06T07:58:04.849Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:04.849Z] 613851182f8f: Preparing [2026-05-06T07:58:04.849Z] d0af94775e0f: Preparing [2026-05-06T07:58:04.849Z] c41558668cb1: Preparing [2026-05-06T07:58:04.849Z] 0854555d70ac: Preparing [2026-05-06T07:58:04.849Z] d0af94775e0f: Waiting [2026-05-06T07:58:04.849Z] c41558668cb1: Waiting [2026-05-06T07:58:04.849Z] 0854555d70ac: Waiting [2026-05-06T07:58:04.849Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:04.849Z] 613851182f8f: Layer already exists [2026-05-06T07:58:04.849Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:04.849Z] c41558668cb1: Layer already exists [2026-05-06T07:58:04.849Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:04.849Z] 1a5e5de4dc73: Pushed [2026-05-06T07:58:04.849Z] 015d62cede9a: Pushed [2026-05-06T07:58:09.039Z] 5bd08246760c: Pushed [2026-05-06T07:58:09.039Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:09.370Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:09.690Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-05-06T07:58:09.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-06T07:58:09.690Z] 015d62cede9a: Preparing [2026-05-06T07:58:09.690Z] 1a5e5de4dc73: Preparing [2026-05-06T07:58:09.690Z] 5bd08246760c: Preparing [2026-05-06T07:58:09.690Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:09.690Z] 613851182f8f: Preparing [2026-05-06T07:58:09.690Z] d0af94775e0f: Preparing [2026-05-06T07:58:09.690Z] c41558668cb1: Preparing [2026-05-06T07:58:09.690Z] 0854555d70ac: Preparing [2026-05-06T07:58:09.690Z] d0af94775e0f: Waiting [2026-05-06T07:58:09.690Z] c41558668cb1: Waiting [2026-05-06T07:58:09.690Z] 0854555d70ac: Waiting [2026-05-06T07:58:09.690Z] 613851182f8f: Layer already exists [2026-05-06T07:58:09.690Z] 5bd08246760c: Layer already exists [2026-05-06T07:58:09.690Z] 1a5e5de4dc73: Layer already exists [2026-05-06T07:58:09.690Z] 015d62cede9a: Layer already exists [2026-05-06T07:58:09.690Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:09.690Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:09.690Z] c41558668cb1: Layer already exists [2026-05-06T07:58:09.690Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:09.690Z] latest: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:10.024Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:10.349Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [2026-05-06T07:58:10.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-06T07:58:10.349Z] 015d62cede9a: Preparing [2026-05-06T07:58:10.349Z] 1a5e5de4dc73: Preparing [2026-05-06T07:58:10.349Z] 5bd08246760c: Preparing [2026-05-06T07:58:10.349Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:10.349Z] 613851182f8f: Preparing [2026-05-06T07:58:10.349Z] d0af94775e0f: Preparing [2026-05-06T07:58:10.349Z] c41558668cb1: Preparing [2026-05-06T07:58:10.349Z] 0854555d70ac: Preparing [2026-05-06T07:58:10.349Z] d0af94775e0f: Waiting [2026-05-06T07:58:10.349Z] c41558668cb1: Waiting [2026-05-06T07:58:10.349Z] 0854555d70ac: Waiting [2026-05-06T07:58:10.349Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:10.349Z] 015d62cede9a: Layer already exists [2026-05-06T07:58:10.349Z] 1a5e5de4dc73: Layer already exists [2026-05-06T07:58:10.349Z] 5bd08246760c: Layer already exists [2026-05-06T07:58:10.349Z] 613851182f8f: Layer already exists [2026-05-06T07:58:10.349Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:10.349Z] c41558668cb1: Layer already exists [2026-05-06T07:58:10.349Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:10.349Z] 4.1.0-dev.112: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:10.684Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:11.008Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:11.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-06T07:58:11.008Z] 015d62cede9a: Preparing [2026-05-06T07:58:11.008Z] 1a5e5de4dc73: Preparing [2026-05-06T07:58:11.008Z] 5bd08246760c: Preparing [2026-05-06T07:58:11.008Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:11.008Z] 613851182f8f: Preparing [2026-05-06T07:58:11.008Z] d0af94775e0f: Preparing [2026-05-06T07:58:11.008Z] c41558668cb1: Preparing [2026-05-06T07:58:11.008Z] 0854555d70ac: Preparing [2026-05-06T07:58:11.008Z] d0af94775e0f: Waiting [2026-05-06T07:58:11.008Z] c41558668cb1: Waiting [2026-05-06T07:58:11.008Z] 0854555d70ac: Waiting [2026-05-06T07:58:11.008Z] 1a5e5de4dc73: Layer already exists [2026-05-06T07:58:11.008Z] 613851182f8f: Layer already exists [2026-05-06T07:58:11.008Z] 015d62cede9a: Layer already exists [2026-05-06T07:58:11.008Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:11.008Z] 5bd08246760c: Layer already exists [2026-05-06T07:58:11.008Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:11.008Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:11.008Z] c41558668cb1: Layer already exists [2026-05-06T07:58:11.008Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:11.336Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:11.662Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2026-05-06T07:58:11.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2026-05-06T07:58:11.662Z] 015d62cede9a: Preparing [2026-05-06T07:58:11.662Z] 1a5e5de4dc73: Preparing [2026-05-06T07:58:11.662Z] 5bd08246760c: Preparing [2026-05-06T07:58:11.662Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:11.662Z] 613851182f8f: Preparing [2026-05-06T07:58:11.662Z] d0af94775e0f: Preparing [2026-05-06T07:58:11.662Z] c41558668cb1: Preparing [2026-05-06T07:58:11.662Z] 0854555d70ac: Preparing [2026-05-06T07:58:11.662Z] d0af94775e0f: Waiting [2026-05-06T07:58:11.662Z] c41558668cb1: Waiting [2026-05-06T07:58:11.662Z] 0854555d70ac: Waiting [2026-05-06T07:58:11.662Z] 1a5e5de4dc73: Layer already exists [2026-05-06T07:58:11.662Z] 5bd08246760c: Layer already exists [2026-05-06T07:58:11.662Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:11.662Z] 015d62cede9a: Layer already exists [2026-05-06T07:58:11.662Z] 613851182f8f: Layer already exists [2026-05-06T07:58:11.662Z] c41558668cb1: Layer already exists [2026-05-06T07:58:11.662Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:11.662Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:11.662Z] main: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:58:11.741Z] ===================================================== [Pipeline] echo [2026-05-06T07:58:11.762Z] taggedImages: [2026-05-06T07:58:11.762Z] - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:11.762Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-05-06T07:58:11.762Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [2026-05-06T07:58:11.762Z] - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:11.762Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2026-05-06T07:58:11.785Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2026-05-06T07:58:11.785Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:11.785Z] latest [2026-05-06T07:58:11.785Z] 4.1.0-dev.112 [2026-05-06T07:58:11.785Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:11.785Z] main [2026-05-06T07:58:11.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:12.132Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:12.465Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:12.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-06T07:58:12.465Z] 5c8b33e339be: Preparing [2026-05-06T07:58:12.465Z] 47315138a5a0: Preparing [2026-05-06T07:58:12.465Z] fa0170c82675: Preparing [2026-05-06T07:58:12.465Z] 0b7959cbeea0: Preparing [2026-05-06T07:58:12.465Z] 8f8f37e26f99: Preparing [2026-05-06T07:58:12.465Z] 58b0b086a9e1: Preparing [2026-05-06T07:58:12.465Z] a9873b891f32: Preparing [2026-05-06T07:58:12.465Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:12.465Z] 613851182f8f: Preparing [2026-05-06T07:58:12.465Z] b03deb0264ea: Preparing [2026-05-06T07:58:12.465Z] 3284a4cbc477: Preparing [2026-05-06T07:58:12.465Z] 5f70bf18a086: Preparing [2026-05-06T07:58:12.465Z] b3701cea92ae: Preparing [2026-05-06T07:58:12.465Z] 01b56969a64a: Preparing [2026-05-06T07:58:12.465Z] b1276a92c4a9: Preparing [2026-05-06T07:58:12.465Z] 0854555d70ac: Preparing [2026-05-06T07:58:12.465Z] 5f70bf18a086: Waiting [2026-05-06T07:58:12.465Z] 58b0b086a9e1: Waiting [2026-05-06T07:58:12.465Z] b3701cea92ae: Waiting [2026-05-06T07:58:12.465Z] 01b56969a64a: Waiting [2026-05-06T07:58:12.465Z] b1276a92c4a9: Waiting [2026-05-06T07:58:12.465Z] 0854555d70ac: Waiting [2026-05-06T07:58:12.465Z] a9873b891f32: Waiting [2026-05-06T07:58:12.465Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:12.465Z] 613851182f8f: Waiting [2026-05-06T07:58:12.465Z] b03deb0264ea: Waiting [2026-05-06T07:58:12.465Z] 3284a4cbc477: Waiting [2026-05-06T07:58:12.465Z] fa0170c82675: Pushed [2026-05-06T07:58:12.465Z] 0b7959cbeea0: Pushed [2026-05-06T07:58:12.465Z] 8f8f37e26f99: Pushed [2026-05-06T07:58:12.465Z] 5c8b33e339be: Pushed [2026-05-06T07:58:12.465Z] 47315138a5a0: Pushed [2026-05-06T07:58:12.465Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:12.465Z] 613851182f8f: Layer already exists [2026-05-06T07:58:12.465Z] 5f70bf18a086: Layer already exists [2026-05-06T07:58:13.088Z] 58b0b086a9e1: Pushed [2026-05-06T07:58:13.697Z] 3284a4cbc477: Pushed [2026-05-06T07:58:13.697Z] b03deb0264ea: Pushed [2026-05-06T07:58:13.957Z] b3701cea92ae: Pushed [2026-05-06T07:58:13.957Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:13.957Z] 01b56969a64a: Pushed [2026-05-06T07:58:13.957Z] b1276a92c4a9: Pushed [2026-05-06T07:58:15.341Z] a9873b891f32: Pushed [2026-05-06T07:58:15.341Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:15.678Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:16.004Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-05-06T07:58:16.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-06T07:58:16.004Z] 5c8b33e339be: Preparing [2026-05-06T07:58:16.004Z] 47315138a5a0: Preparing [2026-05-06T07:58:16.004Z] fa0170c82675: Preparing [2026-05-06T07:58:16.004Z] 0b7959cbeea0: Preparing [2026-05-06T07:58:16.004Z] 8f8f37e26f99: Preparing [2026-05-06T07:58:16.004Z] 58b0b086a9e1: Preparing [2026-05-06T07:58:16.004Z] a9873b891f32: Preparing [2026-05-06T07:58:16.004Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:16.004Z] 613851182f8f: Preparing [2026-05-06T07:58:16.004Z] b03deb0264ea: Preparing [2026-05-06T07:58:16.004Z] 3284a4cbc477: Preparing [2026-05-06T07:58:16.004Z] 5f70bf18a086: Preparing [2026-05-06T07:58:16.004Z] b3701cea92ae: Preparing [2026-05-06T07:58:16.004Z] 01b56969a64a: Preparing [2026-05-06T07:58:16.004Z] b1276a92c4a9: Preparing [2026-05-06T07:58:16.004Z] 0854555d70ac: Preparing [2026-05-06T07:58:16.004Z] 58b0b086a9e1: Waiting [2026-05-06T07:58:16.004Z] 3284a4cbc477: Waiting [2026-05-06T07:58:16.004Z] 5f70bf18a086: Waiting [2026-05-06T07:58:16.004Z] b3701cea92ae: Waiting [2026-05-06T07:58:16.004Z] a9873b891f32: Waiting [2026-05-06T07:58:16.004Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:16.004Z] 613851182f8f: Waiting [2026-05-06T07:58:16.004Z] 01b56969a64a: Waiting [2026-05-06T07:58:16.004Z] b1276a92c4a9: Waiting [2026-05-06T07:58:16.004Z] b03deb0264ea: Waiting [2026-05-06T07:58:16.004Z] 0854555d70ac: Waiting [2026-05-06T07:58:16.004Z] fa0170c82675: Layer already exists [2026-05-06T07:58:16.004Z] 47315138a5a0: Layer already exists [2026-05-06T07:58:16.004Z] 8f8f37e26f99: Layer already exists [2026-05-06T07:58:16.004Z] 5c8b33e339be: Layer already exists [2026-05-06T07:58:16.004Z] 0b7959cbeea0: Layer already exists [2026-05-06T07:58:16.004Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:16.004Z] 58b0b086a9e1: Layer already exists [2026-05-06T07:58:16.004Z] a9873b891f32: Layer already exists [2026-05-06T07:58:16.004Z] b03deb0264ea: Layer already exists [2026-05-06T07:58:16.004Z] 613851182f8f: Layer already exists [2026-05-06T07:58:16.004Z] 3284a4cbc477: Layer already exists [2026-05-06T07:58:16.004Z] 01b56969a64a: Layer already exists [2026-05-06T07:58:16.004Z] b3701cea92ae: Layer already exists [2026-05-06T07:58:16.004Z] 5f70bf18a086: Layer already exists [2026-05-06T07:58:16.004Z] b1276a92c4a9: Layer already exists [2026-05-06T07:58:16.004Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:16.004Z] latest: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:16.337Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:16.658Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [2026-05-06T07:58:16.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-06T07:58:16.658Z] 5c8b33e339be: Preparing [2026-05-06T07:58:16.658Z] 47315138a5a0: Preparing [2026-05-06T07:58:16.658Z] fa0170c82675: Preparing [2026-05-06T07:58:16.658Z] 0b7959cbeea0: Preparing [2026-05-06T07:58:16.658Z] 8f8f37e26f99: Preparing [2026-05-06T07:58:16.658Z] 58b0b086a9e1: Preparing [2026-05-06T07:58:16.658Z] a9873b891f32: Preparing [2026-05-06T07:58:16.658Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:16.658Z] 613851182f8f: Preparing [2026-05-06T07:58:16.658Z] b03deb0264ea: Preparing [2026-05-06T07:58:16.658Z] 3284a4cbc477: Preparing [2026-05-06T07:58:16.658Z] 5f70bf18a086: Preparing [2026-05-06T07:58:16.658Z] b3701cea92ae: Preparing [2026-05-06T07:58:16.658Z] 01b56969a64a: Preparing [2026-05-06T07:58:16.658Z] b1276a92c4a9: Preparing [2026-05-06T07:58:16.658Z] 0854555d70ac: Preparing [2026-05-06T07:58:16.658Z] b03deb0264ea: Waiting [2026-05-06T07:58:16.658Z] 01b56969a64a: Waiting [2026-05-06T07:58:16.658Z] 3284a4cbc477: Waiting [2026-05-06T07:58:16.658Z] b1276a92c4a9: Waiting [2026-05-06T07:58:16.658Z] 0854555d70ac: Waiting [2026-05-06T07:58:16.658Z] 5f70bf18a086: Waiting [2026-05-06T07:58:16.658Z] b3701cea92ae: Waiting [2026-05-06T07:58:16.658Z] 58b0b086a9e1: Waiting [2026-05-06T07:58:16.658Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:16.658Z] 613851182f8f: Waiting [2026-05-06T07:58:16.658Z] a9873b891f32: Waiting [2026-05-06T07:58:16.658Z] fa0170c82675: Layer already exists [2026-05-06T07:58:16.658Z] 5c8b33e339be: Layer already exists [2026-05-06T07:58:16.658Z] 0b7959cbeea0: Layer already exists [2026-05-06T07:58:16.658Z] 8f8f37e26f99: Layer already exists [2026-05-06T07:58:16.658Z] 47315138a5a0: Layer already exists [2026-05-06T07:58:16.658Z] 58b0b086a9e1: Layer already exists [2026-05-06T07:58:16.658Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:16.658Z] 613851182f8f: Layer already exists [2026-05-06T07:58:16.658Z] a9873b891f32: Layer already exists [2026-05-06T07:58:16.658Z] b03deb0264ea: Layer already exists [2026-05-06T07:58:16.658Z] 3284a4cbc477: Layer already exists [2026-05-06T07:58:16.658Z] 01b56969a64a: Layer already exists [2026-05-06T07:58:16.658Z] b1276a92c4a9: Layer already exists [2026-05-06T07:58:16.658Z] 5f70bf18a086: Layer already exists [2026-05-06T07:58:16.658Z] b3701cea92ae: Layer already exists [2026-05-06T07:58:16.658Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:16.658Z] 4.1.0-dev.112: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:16.988Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:17.306Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:17.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-06T07:58:17.306Z] 5c8b33e339be: Preparing [2026-05-06T07:58:17.306Z] 47315138a5a0: Preparing [2026-05-06T07:58:17.306Z] fa0170c82675: Preparing [2026-05-06T07:58:17.306Z] 0b7959cbeea0: Preparing [2026-05-06T07:58:17.306Z] 8f8f37e26f99: Preparing [2026-05-06T07:58:17.306Z] 58b0b086a9e1: Preparing [2026-05-06T07:58:17.306Z] a9873b891f32: Preparing [2026-05-06T07:58:17.306Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:17.306Z] 613851182f8f: Preparing [2026-05-06T07:58:17.306Z] b03deb0264ea: Preparing [2026-05-06T07:58:17.306Z] 3284a4cbc477: Preparing [2026-05-06T07:58:17.306Z] 5f70bf18a086: Preparing [2026-05-06T07:58:17.306Z] b3701cea92ae: Preparing [2026-05-06T07:58:17.306Z] 01b56969a64a: Preparing [2026-05-06T07:58:17.306Z] b1276a92c4a9: Preparing [2026-05-06T07:58:17.306Z] 0854555d70ac: Preparing [2026-05-06T07:58:17.306Z] b03deb0264ea: Waiting [2026-05-06T07:58:17.306Z] 01b56969a64a: Waiting [2026-05-06T07:58:17.306Z] b1276a92c4a9: Waiting [2026-05-06T07:58:17.306Z] 0854555d70ac: Waiting [2026-05-06T07:58:17.306Z] 3284a4cbc477: Waiting [2026-05-06T07:58:17.306Z] 5f70bf18a086: Waiting [2026-05-06T07:58:17.306Z] b3701cea92ae: Waiting [2026-05-06T07:58:17.306Z] a9873b891f32: Waiting [2026-05-06T07:58:17.306Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:17.306Z] 613851182f8f: Waiting [2026-05-06T07:58:17.306Z] 58b0b086a9e1: Waiting [2026-05-06T07:58:17.306Z] 5c8b33e339be: Layer already exists [2026-05-06T07:58:17.306Z] 47315138a5a0: Layer already exists [2026-05-06T07:58:17.306Z] fa0170c82675: Layer already exists [2026-05-06T07:58:17.306Z] 0b7959cbeea0: Layer already exists [2026-05-06T07:58:17.306Z] 8f8f37e26f99: Layer already exists [2026-05-06T07:58:17.306Z] a9873b891f32: Layer already exists [2026-05-06T07:58:17.306Z] 58b0b086a9e1: Layer already exists [2026-05-06T07:58:17.306Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:17.306Z] 613851182f8f: Layer already exists [2026-05-06T07:58:17.306Z] b03deb0264ea: Layer already exists [2026-05-06T07:58:17.306Z] 3284a4cbc477: Layer already exists [2026-05-06T07:58:17.306Z] 5f70bf18a086: Layer already exists [2026-05-06T07:58:17.306Z] b3701cea92ae: Layer already exists [2026-05-06T07:58:17.306Z] 01b56969a64a: Layer already exists [2026-05-06T07:58:17.306Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:17.306Z] b1276a92c4a9: Layer already exists [2026-05-06T07:58:17.306Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:17.640Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:17.967Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-05-06T07:58:17.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2026-05-06T07:58:17.967Z] 5c8b33e339be: Preparing [2026-05-06T07:58:17.967Z] 47315138a5a0: Preparing [2026-05-06T07:58:17.967Z] fa0170c82675: Preparing [2026-05-06T07:58:17.967Z] 0b7959cbeea0: Preparing [2026-05-06T07:58:17.967Z] 8f8f37e26f99: Preparing [2026-05-06T07:58:17.967Z] 58b0b086a9e1: Preparing [2026-05-06T07:58:17.967Z] a9873b891f32: Preparing [2026-05-06T07:58:17.967Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:17.967Z] 613851182f8f: Preparing [2026-05-06T07:58:17.967Z] b03deb0264ea: Preparing [2026-05-06T07:58:17.967Z] 3284a4cbc477: Preparing [2026-05-06T07:58:17.967Z] 5f70bf18a086: Preparing [2026-05-06T07:58:17.967Z] b3701cea92ae: Preparing [2026-05-06T07:58:17.967Z] 01b56969a64a: Preparing [2026-05-06T07:58:17.967Z] b1276a92c4a9: Preparing [2026-05-06T07:58:17.967Z] 0854555d70ac: Preparing [2026-05-06T07:58:17.967Z] b03deb0264ea: Waiting [2026-05-06T07:58:17.967Z] 3284a4cbc477: Waiting [2026-05-06T07:58:17.967Z] 5f70bf18a086: Waiting [2026-05-06T07:58:17.967Z] b3701cea92ae: Waiting [2026-05-06T07:58:17.967Z] 01b56969a64a: Waiting [2026-05-06T07:58:17.967Z] b1276a92c4a9: Waiting [2026-05-06T07:58:17.967Z] 0854555d70ac: Waiting [2026-05-06T07:58:17.967Z] 58b0b086a9e1: Waiting [2026-05-06T07:58:17.967Z] a9873b891f32: Waiting [2026-05-06T07:58:17.967Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:17.967Z] 613851182f8f: Waiting [2026-05-06T07:58:17.967Z] 47315138a5a0: Layer already exists [2026-05-06T07:58:17.967Z] 0b7959cbeea0: Layer already exists [2026-05-06T07:58:17.967Z] fa0170c82675: Layer already exists [2026-05-06T07:58:17.967Z] 5c8b33e339be: Layer already exists [2026-05-06T07:58:17.967Z] 8f8f37e26f99: Layer already exists [2026-05-06T07:58:17.967Z] 58b0b086a9e1: Layer already exists [2026-05-06T07:58:17.967Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:17.967Z] a9873b891f32: Layer already exists [2026-05-06T07:58:17.967Z] 613851182f8f: Layer already exists [2026-05-06T07:58:17.967Z] b03deb0264ea: Layer already exists [2026-05-06T07:58:17.967Z] 3284a4cbc477: Layer already exists [2026-05-06T07:58:17.967Z] 5f70bf18a086: Layer already exists [2026-05-06T07:58:17.967Z] b3701cea92ae: Layer already exists [2026-05-06T07:58:17.967Z] 01b56969a64a: Layer already exists [2026-05-06T07:58:17.967Z] b1276a92c4a9: Layer already exists [2026-05-06T07:58:17.967Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:17.967Z] main: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:58:18.043Z] ===================================================== [Pipeline] echo [2026-05-06T07:58:18.057Z] taggedImages: [2026-05-06T07:58:18.057Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:18.057Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-05-06T07:58:18.057Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [2026-05-06T07:58:18.057Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:18.057Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2026-05-06T07:58:18.086Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2026-05-06T07:58:18.087Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:18.087Z] latest [2026-05-06T07:58:18.087Z] 4.1.0-dev.112 [2026-05-06T07:58:18.087Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:18.087Z] main [2026-05-06T07:58:18.087Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:18.440Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:18.755Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:18.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-06T07:58:18.755Z] 44d5d2dee495: Preparing [2026-05-06T07:58:18.755Z] a354cbd0151f: Preparing [2026-05-06T07:58:18.755Z] 213d3ee1c7f7: Preparing [2026-05-06T07:58:18.755Z] 8c2c85df0c27: Preparing [2026-05-06T07:58:18.755Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:18.755Z] 613851182f8f: Preparing [2026-05-06T07:58:18.755Z] d0af94775e0f: Preparing [2026-05-06T07:58:18.755Z] c41558668cb1: Preparing [2026-05-06T07:58:18.755Z] 0854555d70ac: Preparing [2026-05-06T07:58:18.755Z] d0af94775e0f: Waiting [2026-05-06T07:58:18.755Z] c41558668cb1: Waiting [2026-05-06T07:58:18.755Z] 0854555d70ac: Waiting [2026-05-06T07:58:18.755Z] 613851182f8f: Waiting [2026-05-06T07:58:18.755Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:18.755Z] 613851182f8f: Layer already exists [2026-05-06T07:58:18.755Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:18.755Z] c41558668cb1: Layer already exists [2026-05-06T07:58:18.755Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:18.755Z] a354cbd0151f: Pushed [2026-05-06T07:58:18.755Z] 213d3ee1c7f7: Pushed [2026-05-06T07:58:18.755Z] 44d5d2dee495: Pushed [2026-05-06T07:58:22.944Z] 8c2c85df0c27: Pushed [2026-05-06T07:58:22.944Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:23.266Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:23.580Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-05-06T07:58:23.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-06T07:58:23.580Z] 44d5d2dee495: Preparing [2026-05-06T07:58:23.580Z] a354cbd0151f: Preparing [2026-05-06T07:58:23.580Z] 213d3ee1c7f7: Preparing [2026-05-06T07:58:23.580Z] 8c2c85df0c27: Preparing [2026-05-06T07:58:23.580Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:23.580Z] 613851182f8f: Preparing [2026-05-06T07:58:23.580Z] d0af94775e0f: Preparing [2026-05-06T07:58:23.580Z] c41558668cb1: Preparing [2026-05-06T07:58:23.580Z] 0854555d70ac: Preparing [2026-05-06T07:58:23.580Z] d0af94775e0f: Waiting [2026-05-06T07:58:23.580Z] c41558668cb1: Waiting [2026-05-06T07:58:23.580Z] 0854555d70ac: Waiting [2026-05-06T07:58:23.580Z] 613851182f8f: Waiting [2026-05-06T07:58:23.580Z] a354cbd0151f: Layer already exists [2026-05-06T07:58:23.580Z] 44d5d2dee495: Layer already exists [2026-05-06T07:58:23.580Z] 8c2c85df0c27: Layer already exists [2026-05-06T07:58:23.580Z] 213d3ee1c7f7: Layer already exists [2026-05-06T07:58:23.580Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:23.580Z] c41558668cb1: Layer already exists [2026-05-06T07:58:23.580Z] 613851182f8f: Layer already exists [2026-05-06T07:58:23.580Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:23.580Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:23.580Z] latest: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:23.906Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:24.226Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [2026-05-06T07:58:24.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-06T07:58:24.226Z] 44d5d2dee495: Preparing [2026-05-06T07:58:24.226Z] a354cbd0151f: Preparing [2026-05-06T07:58:24.226Z] 213d3ee1c7f7: Preparing [2026-05-06T07:58:24.226Z] 8c2c85df0c27: Preparing [2026-05-06T07:58:24.226Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:24.226Z] 613851182f8f: Preparing [2026-05-06T07:58:24.226Z] d0af94775e0f: Preparing [2026-05-06T07:58:24.226Z] c41558668cb1: Preparing [2026-05-06T07:58:24.226Z] 0854555d70ac: Preparing [2026-05-06T07:58:24.226Z] 613851182f8f: Waiting [2026-05-06T07:58:24.226Z] d0af94775e0f: Waiting [2026-05-06T07:58:24.226Z] c41558668cb1: Waiting [2026-05-06T07:58:24.226Z] 0854555d70ac: Waiting [2026-05-06T07:58:24.226Z] 44d5d2dee495: Layer already exists [2026-05-06T07:58:24.226Z] 213d3ee1c7f7: Layer already exists [2026-05-06T07:58:24.226Z] a354cbd0151f: Layer already exists [2026-05-06T07:58:24.226Z] 8c2c85df0c27: Layer already exists [2026-05-06T07:58:24.226Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:24.226Z] 613851182f8f: Layer already exists [2026-05-06T07:58:24.226Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:24.226Z] c41558668cb1: Layer already exists [2026-05-06T07:58:24.226Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:24.226Z] 4.1.0-dev.112: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:24.549Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:24.881Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:24.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-06T07:58:24.881Z] 44d5d2dee495: Preparing [2026-05-06T07:58:24.881Z] a354cbd0151f: Preparing [2026-05-06T07:58:24.881Z] 213d3ee1c7f7: Preparing [2026-05-06T07:58:24.881Z] 8c2c85df0c27: Preparing [2026-05-06T07:58:24.881Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:24.881Z] 613851182f8f: Preparing [2026-05-06T07:58:24.881Z] d0af94775e0f: Preparing [2026-05-06T07:58:24.881Z] c41558668cb1: Preparing [2026-05-06T07:58:24.881Z] 0854555d70ac: Preparing [2026-05-06T07:58:24.881Z] 613851182f8f: Waiting [2026-05-06T07:58:24.881Z] d0af94775e0f: Waiting [2026-05-06T07:58:24.881Z] c41558668cb1: Waiting [2026-05-06T07:58:24.881Z] 0854555d70ac: Waiting [2026-05-06T07:58:24.881Z] 44d5d2dee495: Layer already exists [2026-05-06T07:58:24.881Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:24.881Z] 8c2c85df0c27: Layer already exists [2026-05-06T07:58:24.881Z] 213d3ee1c7f7: Layer already exists [2026-05-06T07:58:24.881Z] a354cbd0151f: Layer already exists [2026-05-06T07:58:24.881Z] c41558668cb1: Layer already exists [2026-05-06T07:58:24.881Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:24.881Z] 613851182f8f: Layer already exists [2026-05-06T07:58:24.881Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:24.881Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:25.208Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:25.536Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-05-06T07:58:25.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2026-05-06T07:58:25.536Z] 44d5d2dee495: Preparing [2026-05-06T07:58:25.536Z] a354cbd0151f: Preparing [2026-05-06T07:58:25.536Z] 213d3ee1c7f7: Preparing [2026-05-06T07:58:25.536Z] 8c2c85df0c27: Preparing [2026-05-06T07:58:25.536Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:25.536Z] 613851182f8f: Preparing [2026-05-06T07:58:25.536Z] d0af94775e0f: Preparing [2026-05-06T07:58:25.536Z] c41558668cb1: Preparing [2026-05-06T07:58:25.536Z] 0854555d70ac: Preparing [2026-05-06T07:58:25.536Z] 613851182f8f: Waiting [2026-05-06T07:58:25.536Z] d0af94775e0f: Waiting [2026-05-06T07:58:25.536Z] c41558668cb1: Waiting [2026-05-06T07:58:25.536Z] 0854555d70ac: Waiting [2026-05-06T07:58:25.536Z] 213d3ee1c7f7: Layer already exists [2026-05-06T07:58:25.536Z] 44d5d2dee495: Layer already exists [2026-05-06T07:58:25.536Z] 8c2c85df0c27: Layer already exists [2026-05-06T07:58:25.536Z] a354cbd0151f: Layer already exists [2026-05-06T07:58:25.536Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:25.536Z] d0af94775e0f: Layer already exists [2026-05-06T07:58:25.536Z] 613851182f8f: Layer already exists [2026-05-06T07:58:25.536Z] c41558668cb1: Layer already exists [2026-05-06T07:58:25.536Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:25.536Z] main: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:58:25.612Z] ===================================================== [Pipeline] echo [2026-05-06T07:58:25.629Z] taggedImages: [2026-05-06T07:58:25.629Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:25.629Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-05-06T07:58:25.629Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [2026-05-06T07:58:25.629Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:25.629Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2026-05-06T07:58:25.658Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2026-05-06T07:58:25.658Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:25.658Z] latest [2026-05-06T07:58:25.658Z] 4.1.0-dev.112 [2026-05-06T07:58:25.658Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:25.658Z] main [2026-05-06T07:58:25.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:26.003Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:26.349Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:26.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-06T07:58:26.349Z] 7f21f0540dce: Preparing [2026-05-06T07:58:26.349Z] f0ec62b56fd8: Preparing [2026-05-06T07:58:26.349Z] d725ce95b0bb: Preparing [2026-05-06T07:58:26.349Z] df687bbe9f20: Preparing [2026-05-06T07:58:26.349Z] b89be197b94c: Preparing [2026-05-06T07:58:26.349Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:26.349Z] 613851182f8f: Preparing [2026-05-06T07:58:26.349Z] 25b117d56a88: Preparing [2026-05-06T07:58:26.349Z] cd548e8a260f: Preparing [2026-05-06T07:58:26.349Z] 4362873aefb1: Preparing [2026-05-06T07:58:26.349Z] 0854555d70ac: Preparing [2026-05-06T07:58:26.349Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:26.349Z] cd548e8a260f: Waiting [2026-05-06T07:58:26.349Z] 4362873aefb1: Waiting [2026-05-06T07:58:26.349Z] 613851182f8f: Waiting [2026-05-06T07:58:26.349Z] 0854555d70ac: Waiting [2026-05-06T07:58:26.349Z] 25b117d56a88: Waiting [2026-05-06T07:58:26.349Z] df687bbe9f20: Pushed [2026-05-06T07:58:26.349Z] f0ec62b56fd8: Pushed [2026-05-06T07:58:26.349Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:26.349Z] 7f21f0540dce: Pushed [2026-05-06T07:58:26.349Z] b89be197b94c: Pushed [2026-05-06T07:58:26.349Z] 613851182f8f: Layer already exists [2026-05-06T07:58:26.349Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:26.607Z] cd548e8a260f: Pushed [2026-05-06T07:58:26.607Z] 25b117d56a88: Pushed [2026-05-06T07:58:27.984Z] 4362873aefb1: Pushed [2026-05-06T07:58:28.921Z] d725ce95b0bb: Pushed [2026-05-06T07:58:29.179Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:29.502Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:29.827Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-05-06T07:58:29.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-06T07:58:29.827Z] 7f21f0540dce: Preparing [2026-05-06T07:58:29.827Z] f0ec62b56fd8: Preparing [2026-05-06T07:58:29.827Z] d725ce95b0bb: Preparing [2026-05-06T07:58:29.827Z] df687bbe9f20: Preparing [2026-05-06T07:58:29.827Z] b89be197b94c: Preparing [2026-05-06T07:58:29.827Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:29.827Z] 613851182f8f: Preparing [2026-05-06T07:58:29.827Z] 25b117d56a88: Preparing [2026-05-06T07:58:29.827Z] cd548e8a260f: Preparing [2026-05-06T07:58:29.827Z] 4362873aefb1: Preparing [2026-05-06T07:58:29.827Z] 0854555d70ac: Preparing [2026-05-06T07:58:29.827Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:29.827Z] 613851182f8f: Waiting [2026-05-06T07:58:29.827Z] 25b117d56a88: Waiting [2026-05-06T07:58:29.827Z] cd548e8a260f: Waiting [2026-05-06T07:58:29.827Z] 4362873aefb1: Waiting [2026-05-06T07:58:29.827Z] 0854555d70ac: Waiting [2026-05-06T07:58:29.827Z] 7f21f0540dce: Layer already exists [2026-05-06T07:58:29.827Z] df687bbe9f20: Layer already exists [2026-05-06T07:58:29.827Z] b89be197b94c: Layer already exists [2026-05-06T07:58:29.827Z] f0ec62b56fd8: Layer already exists [2026-05-06T07:58:29.827Z] d725ce95b0bb: Layer already exists [2026-05-06T07:58:29.827Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:29.827Z] 613851182f8f: Layer already exists [2026-05-06T07:58:29.827Z] cd548e8a260f: Layer already exists [2026-05-06T07:58:29.827Z] 25b117d56a88: Layer already exists [2026-05-06T07:58:29.827Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:29.827Z] 4362873aefb1: Layer already exists [2026-05-06T07:58:29.827Z] latest: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:30.154Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:30.493Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [2026-05-06T07:58:30.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-06T07:58:30.493Z] 7f21f0540dce: Preparing [2026-05-06T07:58:30.493Z] f0ec62b56fd8: Preparing [2026-05-06T07:58:30.493Z] d725ce95b0bb: Preparing [2026-05-06T07:58:30.493Z] df687bbe9f20: Preparing [2026-05-06T07:58:30.493Z] b89be197b94c: Preparing [2026-05-06T07:58:30.493Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:30.493Z] 613851182f8f: Preparing [2026-05-06T07:58:30.493Z] 25b117d56a88: Preparing [2026-05-06T07:58:30.493Z] cd548e8a260f: Preparing [2026-05-06T07:58:30.493Z] 4362873aefb1: Preparing [2026-05-06T07:58:30.493Z] 0854555d70ac: Preparing [2026-05-06T07:58:30.493Z] 25b117d56a88: Waiting [2026-05-06T07:58:30.493Z] cd548e8a260f: Waiting [2026-05-06T07:58:30.493Z] 4362873aefb1: Waiting [2026-05-06T07:58:30.493Z] 0854555d70ac: Waiting [2026-05-06T07:58:30.493Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:30.493Z] 613851182f8f: Waiting [2026-05-06T07:58:30.493Z] 7f21f0540dce: Layer already exists [2026-05-06T07:58:30.493Z] d725ce95b0bb: Layer already exists [2026-05-06T07:58:30.493Z] f0ec62b56fd8: Layer already exists [2026-05-06T07:58:30.493Z] b89be197b94c: Layer already exists [2026-05-06T07:58:30.493Z] df687bbe9f20: Layer already exists [2026-05-06T07:58:30.493Z] 613851182f8f: Layer already exists [2026-05-06T07:58:30.493Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:30.493Z] 25b117d56a88: Layer already exists [2026-05-06T07:58:30.493Z] cd548e8a260f: Layer already exists [2026-05-06T07:58:30.493Z] 4362873aefb1: Layer already exists [2026-05-06T07:58:30.493Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:30.493Z] 4.1.0-dev.112: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:30.823Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:31.140Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:31.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-06T07:58:31.141Z] 7f21f0540dce: Preparing [2026-05-06T07:58:31.141Z] f0ec62b56fd8: Preparing [2026-05-06T07:58:31.141Z] d725ce95b0bb: Preparing [2026-05-06T07:58:31.141Z] df687bbe9f20: Preparing [2026-05-06T07:58:31.141Z] b89be197b94c: Preparing [2026-05-06T07:58:31.141Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:31.141Z] 613851182f8f: Preparing [2026-05-06T07:58:31.141Z] 25b117d56a88: Preparing [2026-05-06T07:58:31.141Z] cd548e8a260f: Preparing [2026-05-06T07:58:31.141Z] 4362873aefb1: Preparing [2026-05-06T07:58:31.141Z] 0854555d70ac: Preparing [2026-05-06T07:58:31.141Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:31.141Z] 613851182f8f: Waiting [2026-05-06T07:58:31.141Z] 25b117d56a88: Waiting [2026-05-06T07:58:31.141Z] cd548e8a260f: Waiting [2026-05-06T07:58:31.141Z] 4362873aefb1: Waiting [2026-05-06T07:58:31.141Z] 0854555d70ac: Waiting [2026-05-06T07:58:31.141Z] df687bbe9f20: Layer already exists [2026-05-06T07:58:31.141Z] d725ce95b0bb: Layer already exists [2026-05-06T07:58:31.141Z] b89be197b94c: Layer already exists [2026-05-06T07:58:31.141Z] 7f21f0540dce: Layer already exists [2026-05-06T07:58:31.141Z] f0ec62b56fd8: Layer already exists [2026-05-06T07:58:31.141Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:31.141Z] 25b117d56a88: Layer already exists [2026-05-06T07:58:31.141Z] cd548e8a260f: Layer already exists [2026-05-06T07:58:31.141Z] 613851182f8f: Layer already exists [2026-05-06T07:58:31.141Z] 4362873aefb1: Layer already exists [2026-05-06T07:58:31.141Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:31.141Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:31.469Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:31.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-05-06T07:58:31.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2026-05-06T07:58:31.803Z] 7f21f0540dce: Preparing [2026-05-06T07:58:31.803Z] f0ec62b56fd8: Preparing [2026-05-06T07:58:31.803Z] d725ce95b0bb: Preparing [2026-05-06T07:58:31.803Z] df687bbe9f20: Preparing [2026-05-06T07:58:31.803Z] b89be197b94c: Preparing [2026-05-06T07:58:31.803Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:31.803Z] 613851182f8f: Preparing [2026-05-06T07:58:31.803Z] 25b117d56a88: Preparing [2026-05-06T07:58:31.803Z] cd548e8a260f: Preparing [2026-05-06T07:58:31.803Z] 4362873aefb1: Preparing [2026-05-06T07:58:31.803Z] 0854555d70ac: Preparing [2026-05-06T07:58:31.803Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:31.803Z] 613851182f8f: Waiting [2026-05-06T07:58:31.803Z] 25b117d56a88: Waiting [2026-05-06T07:58:31.803Z] cd548e8a260f: Waiting [2026-05-06T07:58:31.803Z] 4362873aefb1: Waiting [2026-05-06T07:58:31.803Z] 0854555d70ac: Waiting [2026-05-06T07:58:31.803Z] b89be197b94c: Layer already exists [2026-05-06T07:58:31.803Z] 7f21f0540dce: Layer already exists [2026-05-06T07:58:31.803Z] d725ce95b0bb: Layer already exists [2026-05-06T07:58:31.803Z] df687bbe9f20: Layer already exists [2026-05-06T07:58:31.803Z] f0ec62b56fd8: Layer already exists [2026-05-06T07:58:31.803Z] 613851182f8f: Layer already exists [2026-05-06T07:58:31.803Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:31.803Z] cd548e8a260f: Layer already exists [2026-05-06T07:58:31.803Z] 4362873aefb1: Layer already exists [2026-05-06T07:58:31.803Z] 25b117d56a88: Layer already exists [2026-05-06T07:58:31.803Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:31.803Z] main: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:58:31.878Z] ===================================================== [Pipeline] echo [2026-05-06T07:58:31.895Z] taggedImages: [2026-05-06T07:58:31.895Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:31.895Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-05-06T07:58:31.895Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [2026-05-06T07:58:31.895Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:31.895Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2026-05-06T07:58:31.924Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2026-05-06T07:58:31.924Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:31.924Z] latest [2026-05-06T07:58:31.924Z] 4.1.0-dev.112 [2026-05-06T07:58:31.924Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:31.924Z] main [2026-05-06T07:58:31.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:32.269Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:32.588Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:32.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-06T07:58:32.588Z] 0fbdfbb2eb4f: Preparing [2026-05-06T07:58:32.588Z] d49732625a0c: Preparing [2026-05-06T07:58:32.588Z] 8e77f35e9dbe: Preparing [2026-05-06T07:58:32.588Z] 92904506d7d2: Preparing [2026-05-06T07:58:32.588Z] 8a602958494d: Preparing [2026-05-06T07:58:32.588Z] 617bcda01db5: Preparing [2026-05-06T07:58:32.588Z] 0b76e9bc95bc: Preparing [2026-05-06T07:58:32.588Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:32.588Z] 613851182f8f: Preparing [2026-05-06T07:58:32.588Z] 8bf4ce3363b6: Preparing [2026-05-06T07:58:32.588Z] e467ae579298: Preparing [2026-05-06T07:58:32.588Z] 0854555d70ac: Preparing [2026-05-06T07:58:32.588Z] 617bcda01db5: Waiting [2026-05-06T07:58:32.588Z] 0b76e9bc95bc: Waiting [2026-05-06T07:58:32.588Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:32.588Z] 613851182f8f: Waiting [2026-05-06T07:58:32.588Z] 8bf4ce3363b6: Waiting [2026-05-06T07:58:32.588Z] e467ae579298: Waiting [2026-05-06T07:58:32.588Z] 0854555d70ac: Waiting [2026-05-06T07:58:32.588Z] 0fbdfbb2eb4f: Pushed [2026-05-06T07:58:32.588Z] d49732625a0c: Pushed [2026-05-06T07:58:32.588Z] 8a602958494d: Pushed [2026-05-06T07:58:32.588Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:32.588Z] 613851182f8f: Layer already exists [2026-05-06T07:58:32.588Z] 617bcda01db5: Pushed [2026-05-06T07:58:32.588Z] 0b76e9bc95bc: Pushed [2026-05-06T07:58:32.846Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:32.846Z] 8bf4ce3363b6: Pushed [2026-05-06T07:58:34.217Z] e467ae579298: Pushed [2026-05-06T07:58:35.152Z] 92904506d7d2: Pushed [2026-05-06T07:58:35.411Z] 8e77f35e9dbe: Pushed [2026-05-06T07:58:35.670Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:35.994Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:36.321Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-05-06T07:58:36.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-06T07:58:36.321Z] 0fbdfbb2eb4f: Preparing [2026-05-06T07:58:36.321Z] d49732625a0c: Preparing [2026-05-06T07:58:36.321Z] 8e77f35e9dbe: Preparing [2026-05-06T07:58:36.321Z] 92904506d7d2: Preparing [2026-05-06T07:58:36.321Z] 8a602958494d: Preparing [2026-05-06T07:58:36.321Z] 617bcda01db5: Preparing [2026-05-06T07:58:36.321Z] 0b76e9bc95bc: Preparing [2026-05-06T07:58:36.321Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:36.321Z] 613851182f8f: Preparing [2026-05-06T07:58:36.321Z] 8bf4ce3363b6: Preparing [2026-05-06T07:58:36.321Z] e467ae579298: Preparing [2026-05-06T07:58:36.321Z] 0854555d70ac: Preparing [2026-05-06T07:58:36.321Z] 617bcda01db5: Waiting [2026-05-06T07:58:36.321Z] 0b76e9bc95bc: Waiting [2026-05-06T07:58:36.321Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:36.321Z] 613851182f8f: Waiting [2026-05-06T07:58:36.321Z] 8bf4ce3363b6: Waiting [2026-05-06T07:58:36.321Z] e467ae579298: Waiting [2026-05-06T07:58:36.321Z] 0854555d70ac: Waiting [2026-05-06T07:58:36.321Z] 0fbdfbb2eb4f: Layer already exists [2026-05-06T07:58:36.321Z] 8e77f35e9dbe: Layer already exists [2026-05-06T07:58:36.321Z] 8a602958494d: Layer already exists [2026-05-06T07:58:36.321Z] 92904506d7d2: Layer already exists [2026-05-06T07:58:36.321Z] d49732625a0c: Layer already exists [2026-05-06T07:58:36.321Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:36.321Z] 0b76e9bc95bc: Layer already exists [2026-05-06T07:58:36.321Z] 617bcda01db5: Layer already exists [2026-05-06T07:58:36.321Z] 8bf4ce3363b6: Layer already exists [2026-05-06T07:58:36.321Z] 613851182f8f: Layer already exists [2026-05-06T07:58:36.321Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:36.321Z] e467ae579298: Layer already exists [2026-05-06T07:58:36.321Z] latest: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:36.654Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:36.986Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [2026-05-06T07:58:36.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-06T07:58:36.987Z] 0fbdfbb2eb4f: Preparing [2026-05-06T07:58:36.987Z] d49732625a0c: Preparing [2026-05-06T07:58:36.987Z] 8e77f35e9dbe: Preparing [2026-05-06T07:58:36.987Z] 92904506d7d2: Preparing [2026-05-06T07:58:36.987Z] 8a602958494d: Preparing [2026-05-06T07:58:36.987Z] 617bcda01db5: Preparing [2026-05-06T07:58:36.987Z] 0b76e9bc95bc: Preparing [2026-05-06T07:58:36.987Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:36.987Z] 613851182f8f: Preparing [2026-05-06T07:58:36.987Z] 8bf4ce3363b6: Preparing [2026-05-06T07:58:36.987Z] e467ae579298: Preparing [2026-05-06T07:58:36.987Z] 0854555d70ac: Preparing [2026-05-06T07:58:36.987Z] 617bcda01db5: Waiting [2026-05-06T07:58:36.987Z] 0b76e9bc95bc: Waiting [2026-05-06T07:58:36.987Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:36.987Z] e467ae579298: Waiting [2026-05-06T07:58:36.987Z] 613851182f8f: Waiting [2026-05-06T07:58:36.987Z] 0854555d70ac: Waiting [2026-05-06T07:58:36.987Z] 8bf4ce3363b6: Waiting [2026-05-06T07:58:36.987Z] 8a602958494d: Layer already exists [2026-05-06T07:58:36.987Z] 0fbdfbb2eb4f: Layer already exists [2026-05-06T07:58:36.987Z] d49732625a0c: Layer already exists [2026-05-06T07:58:36.987Z] 8e77f35e9dbe: Layer already exists [2026-05-06T07:58:36.987Z] 92904506d7d2: Layer already exists [2026-05-06T07:58:36.987Z] 0b76e9bc95bc: Layer already exists [2026-05-06T07:58:36.987Z] 617bcda01db5: Layer already exists [2026-05-06T07:58:36.987Z] 8bf4ce3363b6: Layer already exists [2026-05-06T07:58:36.987Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:36.987Z] 613851182f8f: Layer already exists [2026-05-06T07:58:36.987Z] e467ae579298: Layer already exists [2026-05-06T07:58:36.987Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:36.987Z] 4.1.0-dev.112: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:37.315Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:37.632Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:37.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-06T07:58:37.632Z] 0fbdfbb2eb4f: Preparing [2026-05-06T07:58:37.632Z] d49732625a0c: Preparing [2026-05-06T07:58:37.632Z] 8e77f35e9dbe: Preparing [2026-05-06T07:58:37.632Z] 92904506d7d2: Preparing [2026-05-06T07:58:37.632Z] 8a602958494d: Preparing [2026-05-06T07:58:37.632Z] 617bcda01db5: Preparing [2026-05-06T07:58:37.632Z] 0b76e9bc95bc: Preparing [2026-05-06T07:58:37.632Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:37.632Z] 613851182f8f: Preparing [2026-05-06T07:58:37.632Z] 8bf4ce3363b6: Preparing [2026-05-06T07:58:37.632Z] e467ae579298: Preparing [2026-05-06T07:58:37.632Z] 0854555d70ac: Preparing [2026-05-06T07:58:37.632Z] 617bcda01db5: Waiting [2026-05-06T07:58:37.632Z] 613851182f8f: Waiting [2026-05-06T07:58:37.632Z] 8bf4ce3363b6: Waiting [2026-05-06T07:58:37.632Z] 0b76e9bc95bc: Waiting [2026-05-06T07:58:37.632Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:37.632Z] e467ae579298: Waiting [2026-05-06T07:58:37.632Z] 0854555d70ac: Waiting [2026-05-06T07:58:37.632Z] 8a602958494d: Layer already exists [2026-05-06T07:58:37.632Z] 8e77f35e9dbe: Layer already exists [2026-05-06T07:58:37.632Z] 0fbdfbb2eb4f: Layer already exists [2026-05-06T07:58:37.632Z] 92904506d7d2: Layer already exists [2026-05-06T07:58:37.632Z] d49732625a0c: Layer already exists [2026-05-06T07:58:37.632Z] 617bcda01db5: Layer already exists [2026-05-06T07:58:37.632Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:37.632Z] 0b76e9bc95bc: Layer already exists [2026-05-06T07:58:37.632Z] 613851182f8f: Layer already exists [2026-05-06T07:58:37.632Z] 8bf4ce3363b6: Layer already exists [2026-05-06T07:58:37.632Z] e467ae579298: Layer already exists [2026-05-06T07:58:37.632Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:37.632Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:37.962Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:38.282Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-05-06T07:58:38.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2026-05-06T07:58:38.282Z] 0fbdfbb2eb4f: Preparing [2026-05-06T07:58:38.282Z] d49732625a0c: Preparing [2026-05-06T07:58:38.282Z] 8e77f35e9dbe: Preparing [2026-05-06T07:58:38.282Z] 92904506d7d2: Preparing [2026-05-06T07:58:38.282Z] 8a602958494d: Preparing [2026-05-06T07:58:38.282Z] 617bcda01db5: Preparing [2026-05-06T07:58:38.282Z] 0b76e9bc95bc: Preparing [2026-05-06T07:58:38.282Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:38.282Z] 613851182f8f: Preparing [2026-05-06T07:58:38.282Z] 8bf4ce3363b6: Preparing [2026-05-06T07:58:38.282Z] e467ae579298: Preparing [2026-05-06T07:58:38.282Z] 0854555d70ac: Preparing [2026-05-06T07:58:38.282Z] 0b76e9bc95bc: Waiting [2026-05-06T07:58:38.282Z] 8d3ee15335b1: Waiting [2026-05-06T07:58:38.282Z] 613851182f8f: Waiting [2026-05-06T07:58:38.282Z] 8bf4ce3363b6: Waiting [2026-05-06T07:58:38.282Z] e467ae579298: Waiting [2026-05-06T07:58:38.282Z] 0854555d70ac: Waiting [2026-05-06T07:58:38.282Z] 617bcda01db5: Waiting [2026-05-06T07:58:38.282Z] 8e77f35e9dbe: Layer already exists [2026-05-06T07:58:38.282Z] d49732625a0c: Layer already exists [2026-05-06T07:58:38.282Z] 0fbdfbb2eb4f: Layer already exists [2026-05-06T07:58:38.282Z] 8a602958494d: Layer already exists [2026-05-06T07:58:38.282Z] 92904506d7d2: Layer already exists [2026-05-06T07:58:38.282Z] 0b76e9bc95bc: Layer already exists [2026-05-06T07:58:38.282Z] 617bcda01db5: Layer already exists [2026-05-06T07:58:38.282Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:38.282Z] 613851182f8f: Layer already exists [2026-05-06T07:58:38.282Z] 8bf4ce3363b6: Layer already exists [2026-05-06T07:58:38.282Z] e467ae579298: Layer already exists [2026-05-06T07:58:38.282Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:38.282Z] main: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:58:38.360Z] ===================================================== [Pipeline] echo [2026-05-06T07:58:38.379Z] taggedImages: [2026-05-06T07:58:38.379Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:38.379Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-05-06T07:58:38.379Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [2026-05-06T07:58:38.379Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:38.379Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2026-05-06T07:58:38.407Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2026-05-06T07:58:38.407Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:38.407Z] latest [2026-05-06T07:58:38.407Z] 4.1.0-dev.112 [2026-05-06T07:58:38.407Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:38.407Z] main [2026-05-06T07:58:38.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:38.753Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:39.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:39.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-06T07:58:39.158Z] e3728219a277: Preparing [2026-05-06T07:58:39.158Z] 637f8703fa09: Preparing [2026-05-06T07:58:39.158Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:39.158Z] 613851182f8f: Preparing [2026-05-06T07:58:39.158Z] 061110b2e110: Preparing [2026-05-06T07:58:39.158Z] bdad3b7061a4: Preparing [2026-05-06T07:58:39.158Z] 0854555d70ac: Preparing [2026-05-06T07:58:39.158Z] bdad3b7061a4: Waiting [2026-05-06T07:58:39.158Z] 0854555d70ac: Waiting [2026-05-06T07:58:39.158Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:39.158Z] 613851182f8f: Layer already exists [2026-05-06T07:58:39.158Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:39.158Z] 061110b2e110: Pushed [2026-05-06T07:58:39.158Z] e3728219a277: Pushed [2026-05-06T07:58:40.092Z] bdad3b7061a4: Pushed [2026-05-06T07:58:42.624Z] 637f8703fa09: Pushed [2026-05-06T07:58:42.624Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:42.946Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:43.264Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-05-06T07:58:43.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-06T07:58:43.264Z] e3728219a277: Preparing [2026-05-06T07:58:43.264Z] 637f8703fa09: Preparing [2026-05-06T07:58:43.264Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:43.264Z] 613851182f8f: Preparing [2026-05-06T07:58:43.264Z] 061110b2e110: Preparing [2026-05-06T07:58:43.264Z] bdad3b7061a4: Preparing [2026-05-06T07:58:43.264Z] 0854555d70ac: Preparing [2026-05-06T07:58:43.264Z] bdad3b7061a4: Waiting [2026-05-06T07:58:43.264Z] 0854555d70ac: Waiting [2026-05-06T07:58:43.264Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:43.264Z] 613851182f8f: Layer already exists [2026-05-06T07:58:43.264Z] e3728219a277: Layer already exists [2026-05-06T07:58:43.264Z] 061110b2e110: Layer already exists [2026-05-06T07:58:43.264Z] 637f8703fa09: Layer already exists [2026-05-06T07:58:43.264Z] bdad3b7061a4: Layer already exists [2026-05-06T07:58:43.264Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:43.264Z] latest: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:43.602Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:43.926Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [2026-05-06T07:58:43.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-06T07:58:43.926Z] e3728219a277: Preparing [2026-05-06T07:58:43.926Z] 637f8703fa09: Preparing [2026-05-06T07:58:43.926Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:43.926Z] 613851182f8f: Preparing [2026-05-06T07:58:43.926Z] 061110b2e110: Preparing [2026-05-06T07:58:43.926Z] bdad3b7061a4: Preparing [2026-05-06T07:58:43.926Z] 0854555d70ac: Preparing [2026-05-06T07:58:43.926Z] bdad3b7061a4: Waiting [2026-05-06T07:58:43.926Z] 0854555d70ac: Waiting [2026-05-06T07:58:43.926Z] e3728219a277: Layer already exists [2026-05-06T07:58:43.926Z] 061110b2e110: Layer already exists [2026-05-06T07:58:43.926Z] 637f8703fa09: Layer already exists [2026-05-06T07:58:43.926Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:43.926Z] 613851182f8f: Layer already exists [2026-05-06T07:58:43.926Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:43.926Z] bdad3b7061a4: Layer already exists [2026-05-06T07:58:43.926Z] 4.1.0-dev.112: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:44.250Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:44.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:44.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-06T07:58:44.575Z] e3728219a277: Preparing [2026-05-06T07:58:44.575Z] 637f8703fa09: Preparing [2026-05-06T07:58:44.575Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:44.575Z] 613851182f8f: Preparing [2026-05-06T07:58:44.575Z] 061110b2e110: Preparing [2026-05-06T07:58:44.575Z] bdad3b7061a4: Preparing [2026-05-06T07:58:44.575Z] 0854555d70ac: Preparing [2026-05-06T07:58:44.575Z] bdad3b7061a4: Waiting [2026-05-06T07:58:44.575Z] 0854555d70ac: Waiting [2026-05-06T07:58:44.575Z] e3728219a277: Layer already exists [2026-05-06T07:58:44.575Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:44.575Z] 061110b2e110: Layer already exists [2026-05-06T07:58:44.575Z] 637f8703fa09: Layer already exists [2026-05-06T07:58:44.575Z] 613851182f8f: Layer already exists [2026-05-06T07:58:44.575Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:44.575Z] bdad3b7061a4: Layer already exists [2026-05-06T07:58:44.575Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:44.903Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:45.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-05-06T07:58:45.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2026-05-06T07:58:45.231Z] e3728219a277: Preparing [2026-05-06T07:58:45.231Z] 637f8703fa09: Preparing [2026-05-06T07:58:45.231Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:45.231Z] 613851182f8f: Preparing [2026-05-06T07:58:45.231Z] 061110b2e110: Preparing [2026-05-06T07:58:45.231Z] bdad3b7061a4: Preparing [2026-05-06T07:58:45.231Z] 0854555d70ac: Preparing [2026-05-06T07:58:45.231Z] bdad3b7061a4: Waiting [2026-05-06T07:58:45.231Z] 0854555d70ac: Waiting [2026-05-06T07:58:45.231Z] 061110b2e110: Layer already exists [2026-05-06T07:58:45.231Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:45.231Z] 637f8703fa09: Layer already exists [2026-05-06T07:58:45.231Z] 613851182f8f: Layer already exists [2026-05-06T07:58:45.231Z] e3728219a277: Layer already exists [2026-05-06T07:58:45.231Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:45.231Z] bdad3b7061a4: Layer already exists [2026-05-06T07:58:45.231Z] main: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:58:45.308Z] ===================================================== [Pipeline] echo [2026-05-06T07:58:45.324Z] taggedImages: [2026-05-06T07:58:45.324Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:45.324Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-05-06T07:58:45.324Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [2026-05-06T07:58:45.324Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:45.324Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2026-05-06T07:58:45.351Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2026-05-06T07:58:45.351Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:45.351Z] latest [2026-05-06T07:58:45.351Z] 4.1.0-dev.112 [2026-05-06T07:58:45.351Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:58:45.351Z] main [2026-05-06T07:58:45.351Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:45.843Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:58:46.258Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:58:46.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-06T07:58:46.258Z] 386dc6d7539b: Preparing [2026-05-06T07:58:46.258Z] 438aa974d493: Preparing [2026-05-06T07:58:46.258Z] 52c0566bf93b: Preparing [2026-05-06T07:58:46.258Z] 8d3ee15335b1: Preparing [2026-05-06T07:58:46.258Z] 613851182f8f: Preparing [2026-05-06T07:58:46.258Z] 77d0ed40e292: Preparing [2026-05-06T07:58:46.258Z] 7023089c72fc: Preparing [2026-05-06T07:58:46.258Z] 85bc8cbaceca: Preparing [2026-05-06T07:58:46.258Z] 7a39bbbe77e1: Preparing [2026-05-06T07:58:46.258Z] 0854555d70ac: Preparing [2026-05-06T07:58:46.258Z] 77d0ed40e292: Waiting [2026-05-06T07:58:46.258Z] 85bc8cbaceca: Waiting [2026-05-06T07:58:46.258Z] 7023089c72fc: Waiting [2026-05-06T07:58:46.258Z] 7a39bbbe77e1: Waiting [2026-05-06T07:58:46.258Z] 0854555d70ac: Waiting [2026-05-06T07:58:46.258Z] 613851182f8f: Layer already exists [2026-05-06T07:58:46.258Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:58:46.258Z] 438aa974d493: Pushed [2026-05-06T07:58:46.258Z] 386dc6d7539b: Pushed [2026-05-06T07:58:46.258Z] 52c0566bf93b: Pushed [2026-05-06T07:58:46.258Z] 0854555d70ac: Layer already exists [2026-05-06T07:58:46.258Z] 85bc8cbaceca: Pushed [2026-05-06T07:58:46.870Z] 7a39bbbe77e1: Pushed [2026-05-06T07:58:52.135Z] 7023089c72fc: Pushed [2026-05-06T07:59:00.244Z] 77d0ed40e292: Pushed [2026-05-06T07:59:00.244Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:00.576Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:00.903Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-05-06T07:59:00.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-06T07:59:00.903Z] 386dc6d7539b: Preparing [2026-05-06T07:59:00.903Z] 438aa974d493: Preparing [2026-05-06T07:59:00.903Z] 52c0566bf93b: Preparing [2026-05-06T07:59:00.903Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:00.903Z] 613851182f8f: Preparing [2026-05-06T07:59:00.903Z] 77d0ed40e292: Preparing [2026-05-06T07:59:00.903Z] 7023089c72fc: Preparing [2026-05-06T07:59:00.903Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:00.903Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:00.903Z] 0854555d70ac: Preparing [2026-05-06T07:59:00.903Z] 7023089c72fc: Waiting [2026-05-06T07:59:00.903Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:00.903Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:00.903Z] 77d0ed40e292: Waiting [2026-05-06T07:59:00.903Z] 0854555d70ac: Waiting [2026-05-06T07:59:00.903Z] 52c0566bf93b: Layer already exists [2026-05-06T07:59:00.903Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:00.903Z] 613851182f8f: Layer already exists [2026-05-06T07:59:00.903Z] 438aa974d493: Layer already exists [2026-05-06T07:59:00.903Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:00.903Z] 7023089c72fc: Layer already exists [2026-05-06T07:59:00.903Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:00.903Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:00.903Z] 77d0ed40e292: Layer already exists [2026-05-06T07:59:00.903Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:00.903Z] latest: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:01.230Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:01.562Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [2026-05-06T07:59:01.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-06T07:59:01.562Z] 386dc6d7539b: Preparing [2026-05-06T07:59:01.562Z] 438aa974d493: Preparing [2026-05-06T07:59:01.562Z] 52c0566bf93b: Preparing [2026-05-06T07:59:01.562Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:01.562Z] 613851182f8f: Preparing [2026-05-06T07:59:01.562Z] 77d0ed40e292: Preparing [2026-05-06T07:59:01.562Z] 7023089c72fc: Preparing [2026-05-06T07:59:01.562Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:01.562Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:01.562Z] 0854555d70ac: Preparing [2026-05-06T07:59:01.562Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:01.562Z] 7023089c72fc: Waiting [2026-05-06T07:59:01.562Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:01.562Z] 77d0ed40e292: Waiting [2026-05-06T07:59:01.562Z] 0854555d70ac: Waiting [2026-05-06T07:59:01.562Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:01.562Z] 613851182f8f: Layer already exists [2026-05-06T07:59:01.562Z] 438aa974d493: Layer already exists [2026-05-06T07:59:01.562Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:01.562Z] 52c0566bf93b: Layer already exists [2026-05-06T07:59:01.562Z] 77d0ed40e292: Layer already exists [2026-05-06T07:59:01.562Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:01.562Z] 7023089c72fc: Layer already exists [2026-05-06T07:59:01.562Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:01.562Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:01.562Z] 4.1.0-dev.112: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:01.881Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:02.211Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:02.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-06T07:59:02.211Z] 386dc6d7539b: Preparing [2026-05-06T07:59:02.211Z] 438aa974d493: Preparing [2026-05-06T07:59:02.211Z] 52c0566bf93b: Preparing [2026-05-06T07:59:02.211Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:02.211Z] 613851182f8f: Preparing [2026-05-06T07:59:02.211Z] 77d0ed40e292: Preparing [2026-05-06T07:59:02.211Z] 7023089c72fc: Preparing [2026-05-06T07:59:02.211Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:02.211Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:02.211Z] 0854555d70ac: Preparing [2026-05-06T07:59:02.211Z] 7023089c72fc: Waiting [2026-05-06T07:59:02.211Z] 77d0ed40e292: Waiting [2026-05-06T07:59:02.211Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:02.211Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:02.211Z] 0854555d70ac: Waiting [2026-05-06T07:59:02.211Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:02.211Z] 613851182f8f: Layer already exists [2026-05-06T07:59:02.211Z] 52c0566bf93b: Layer already exists [2026-05-06T07:59:02.211Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:02.211Z] 438aa974d493: Layer already exists [2026-05-06T07:59:02.211Z] 7023089c72fc: Layer already exists [2026-05-06T07:59:02.211Z] 77d0ed40e292: Layer already exists [2026-05-06T07:59:02.211Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:02.211Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:02.211Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:02.211Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:02.539Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:02.864Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-05-06T07:59:02.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2026-05-06T07:59:02.864Z] 386dc6d7539b: Preparing [2026-05-06T07:59:02.864Z] 438aa974d493: Preparing [2026-05-06T07:59:02.864Z] 52c0566bf93b: Preparing [2026-05-06T07:59:02.864Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:02.864Z] 613851182f8f: Preparing [2026-05-06T07:59:02.864Z] 77d0ed40e292: Preparing [2026-05-06T07:59:02.864Z] 7023089c72fc: Preparing [2026-05-06T07:59:02.864Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:02.864Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:02.864Z] 0854555d70ac: Preparing [2026-05-06T07:59:02.864Z] 77d0ed40e292: Waiting [2026-05-06T07:59:02.864Z] 7023089c72fc: Waiting [2026-05-06T07:59:02.864Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:02.864Z] 0854555d70ac: Waiting [2026-05-06T07:59:02.864Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:02.864Z] 613851182f8f: Layer already exists [2026-05-06T07:59:02.864Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:02.864Z] 438aa974d493: Layer already exists [2026-05-06T07:59:02.864Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:02.864Z] 52c0566bf93b: Layer already exists [2026-05-06T07:59:02.864Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:02.864Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:02.864Z] 77d0ed40e292: Layer already exists [2026-05-06T07:59:02.864Z] 7023089c72fc: Layer already exists [2026-05-06T07:59:02.864Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:02.864Z] main: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:59:02.940Z] ===================================================== [Pipeline] echo [2026-05-06T07:59:02.952Z] taggedImages: [2026-05-06T07:59:02.952Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:02.952Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-05-06T07:59:02.952Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [2026-05-06T07:59:02.952Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:02.952Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2026-05-06T07:59:02.978Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2026-05-06T07:59:02.978Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:02.978Z] latest [2026-05-06T07:59:02.978Z] 4.1.0-dev.112 [2026-05-06T07:59:02.978Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:02.978Z] main [2026-05-06T07:59:02.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:03.327Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:03.639Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:03.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-06T07:59:03.639Z] e6e00a965141: Preparing [2026-05-06T07:59:03.639Z] f06a825c4d10: Preparing [2026-05-06T07:59:03.639Z] d5d2258d8457: Preparing [2026-05-06T07:59:03.639Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:03.639Z] 613851182f8f: Preparing [2026-05-06T07:59:03.639Z] e5f8e408e1c1: Preparing [2026-05-06T07:59:03.639Z] 24d15b18a33e: Preparing [2026-05-06T07:59:03.639Z] 865d1ff85a5e: Preparing [2026-05-06T07:59:03.639Z] 0854555d70ac: Preparing [2026-05-06T07:59:03.639Z] 24d15b18a33e: Waiting [2026-05-06T07:59:03.639Z] e5f8e408e1c1: Waiting [2026-05-06T07:59:03.639Z] 865d1ff85a5e: Waiting [2026-05-06T07:59:03.639Z] 0854555d70ac: Waiting [2026-05-06T07:59:03.639Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:03.639Z] 613851182f8f: Layer already exists [2026-05-06T07:59:03.639Z] e6e00a965141: Pushed [2026-05-06T07:59:03.639Z] f06a825c4d10: Pushed [2026-05-06T07:59:03.639Z] d5d2258d8457: Pushed [2026-05-06T07:59:03.639Z] 24d15b18a33e: Pushed [2026-05-06T07:59:03.639Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:03.898Z] 865d1ff85a5e: Pushed [2026-05-06T07:59:16.105Z] e5f8e408e1c1: Pushed [2026-05-06T07:59:16.364Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:16.711Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:17.033Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-05-06T07:59:17.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-06T07:59:17.033Z] e6e00a965141: Preparing [2026-05-06T07:59:17.033Z] f06a825c4d10: Preparing [2026-05-06T07:59:17.033Z] d5d2258d8457: Preparing [2026-05-06T07:59:17.033Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:17.033Z] 613851182f8f: Preparing [2026-05-06T07:59:17.033Z] e5f8e408e1c1: Preparing [2026-05-06T07:59:17.033Z] 24d15b18a33e: Preparing [2026-05-06T07:59:17.033Z] 865d1ff85a5e: Preparing [2026-05-06T07:59:17.033Z] 0854555d70ac: Preparing [2026-05-06T07:59:17.033Z] e5f8e408e1c1: Waiting [2026-05-06T07:59:17.033Z] 24d15b18a33e: Waiting [2026-05-06T07:59:17.033Z] 865d1ff85a5e: Waiting [2026-05-06T07:59:17.033Z] 0854555d70ac: Waiting [2026-05-06T07:59:17.033Z] d5d2258d8457: Layer already exists [2026-05-06T07:59:17.033Z] e6e00a965141: Layer already exists [2026-05-06T07:59:17.033Z] f06a825c4d10: Layer already exists [2026-05-06T07:59:17.033Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:17.033Z] 613851182f8f: Layer already exists [2026-05-06T07:59:17.033Z] 24d15b18a33e: Layer already exists [2026-05-06T07:59:17.033Z] e5f8e408e1c1: Layer already exists [2026-05-06T07:59:17.033Z] 865d1ff85a5e: Layer already exists [2026-05-06T07:59:17.033Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:17.033Z] latest: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:17.364Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:17.691Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [2026-05-06T07:59:17.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-06T07:59:17.691Z] e6e00a965141: Preparing [2026-05-06T07:59:17.691Z] f06a825c4d10: Preparing [2026-05-06T07:59:17.691Z] d5d2258d8457: Preparing [2026-05-06T07:59:17.691Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:17.691Z] 613851182f8f: Preparing [2026-05-06T07:59:17.691Z] e5f8e408e1c1: Preparing [2026-05-06T07:59:17.691Z] e5f8e408e1c1: Waiting [2026-05-06T07:59:17.691Z] 24d15b18a33e: Preparing [2026-05-06T07:59:17.691Z] 865d1ff85a5e: Preparing [2026-05-06T07:59:17.691Z] 0854555d70ac: Preparing [2026-05-06T07:59:17.692Z] 24d15b18a33e: Waiting [2026-05-06T07:59:17.692Z] 865d1ff85a5e: Waiting [2026-05-06T07:59:17.692Z] 0854555d70ac: Waiting [2026-05-06T07:59:17.692Z] 613851182f8f: Layer already exists [2026-05-06T07:59:17.692Z] d5d2258d8457: Layer already exists [2026-05-06T07:59:17.692Z] f06a825c4d10: Layer already exists [2026-05-06T07:59:17.692Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:17.692Z] e6e00a965141: Layer already exists [2026-05-06T07:59:17.692Z] e5f8e408e1c1: Layer already exists [2026-05-06T07:59:17.692Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:17.692Z] 24d15b18a33e: Layer already exists [2026-05-06T07:59:17.692Z] 865d1ff85a5e: Layer already exists [2026-05-06T07:59:17.692Z] 4.1.0-dev.112: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:18.019Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:18.348Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:18.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-06T07:59:18.348Z] e6e00a965141: Preparing [2026-05-06T07:59:18.348Z] f06a825c4d10: Preparing [2026-05-06T07:59:18.348Z] d5d2258d8457: Preparing [2026-05-06T07:59:18.348Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:18.348Z] 613851182f8f: Preparing [2026-05-06T07:59:18.348Z] e5f8e408e1c1: Preparing [2026-05-06T07:59:18.348Z] 24d15b18a33e: Preparing [2026-05-06T07:59:18.348Z] 865d1ff85a5e: Preparing [2026-05-06T07:59:18.348Z] 0854555d70ac: Preparing [2026-05-06T07:59:18.348Z] e5f8e408e1c1: Waiting [2026-05-06T07:59:18.348Z] 24d15b18a33e: Waiting [2026-05-06T07:59:18.348Z] 865d1ff85a5e: Waiting [2026-05-06T07:59:18.348Z] 0854555d70ac: Waiting [2026-05-06T07:59:18.348Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:18.348Z] 613851182f8f: Layer already exists [2026-05-06T07:59:18.348Z] d5d2258d8457: Layer already exists [2026-05-06T07:59:18.348Z] e6e00a965141: Layer already exists [2026-05-06T07:59:18.348Z] f06a825c4d10: Layer already exists [2026-05-06T07:59:18.348Z] 24d15b18a33e: Layer already exists [2026-05-06T07:59:18.348Z] e5f8e408e1c1: Layer already exists [2026-05-06T07:59:18.348Z] 865d1ff85a5e: Layer already exists [2026-05-06T07:59:18.348Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:18.348Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:18.676Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:19.005Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-05-06T07:59:19.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2026-05-06T07:59:19.005Z] e6e00a965141: Preparing [2026-05-06T07:59:19.005Z] f06a825c4d10: Preparing [2026-05-06T07:59:19.005Z] d5d2258d8457: Preparing [2026-05-06T07:59:19.005Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:19.005Z] 613851182f8f: Preparing [2026-05-06T07:59:19.005Z] e5f8e408e1c1: Preparing [2026-05-06T07:59:19.005Z] 24d15b18a33e: Preparing [2026-05-06T07:59:19.005Z] 865d1ff85a5e: Preparing [2026-05-06T07:59:19.005Z] 0854555d70ac: Preparing [2026-05-06T07:59:19.005Z] e5f8e408e1c1: Waiting [2026-05-06T07:59:19.005Z] 24d15b18a33e: Waiting [2026-05-06T07:59:19.005Z] 865d1ff85a5e: Waiting [2026-05-06T07:59:19.005Z] 0854555d70ac: Waiting [2026-05-06T07:59:19.005Z] d5d2258d8457: Layer already exists [2026-05-06T07:59:19.005Z] e6e00a965141: Layer already exists [2026-05-06T07:59:19.005Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:19.005Z] 613851182f8f: Layer already exists [2026-05-06T07:59:19.005Z] f06a825c4d10: Layer already exists [2026-05-06T07:59:19.005Z] e5f8e408e1c1: Layer already exists [2026-05-06T07:59:19.005Z] 24d15b18a33e: Layer already exists [2026-05-06T07:59:19.005Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:19.005Z] 865d1ff85a5e: Layer already exists [2026-05-06T07:59:19.005Z] main: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:59:19.160Z] ===================================================== [Pipeline] echo [2026-05-06T07:59:19.173Z] taggedImages: [2026-05-06T07:59:19.173Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:19.173Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-05-06T07:59:19.173Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [2026-05-06T07:59:19.173Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:19.173Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2026-05-06T07:59:19.205Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2026-05-06T07:59:19.205Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:19.205Z] latest [2026-05-06T07:59:19.205Z] 4.1.0-dev.112 [2026-05-06T07:59:19.205Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:19.205Z] main [2026-05-06T07:59:19.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:19.554Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:19.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:19.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-06T07:59:19.875Z] 386dc6d7539b: Preparing [2026-05-06T07:59:19.875Z] 56637400a80e: Preparing [2026-05-06T07:59:19.875Z] a7321451ae33: Preparing [2026-05-06T07:59:19.875Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:19.875Z] 613851182f8f: Preparing [2026-05-06T07:59:19.875Z] b04e78a3624d: Preparing [2026-05-06T07:59:19.875Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:19.875Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:19.875Z] 0854555d70ac: Preparing [2026-05-06T07:59:19.875Z] b04e78a3624d: Waiting [2026-05-06T07:59:19.875Z] 0854555d70ac: Waiting [2026-05-06T07:59:19.875Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:19.875Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:19.875Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:19.875Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:19.875Z] 613851182f8f: Layer already exists [2026-05-06T07:59:19.875Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:19.875Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:19.875Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:19.875Z] 56637400a80e: Pushed [2026-05-06T07:59:19.875Z] a7321451ae33: Pushed [2026-05-06T07:59:34.764Z] b04e78a3624d: Pushed [2026-05-06T07:59:34.764Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:35.095Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:35.419Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-05-06T07:59:35.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-06T07:59:35.419Z] 386dc6d7539b: Preparing [2026-05-06T07:59:35.419Z] 56637400a80e: Preparing [2026-05-06T07:59:35.419Z] a7321451ae33: Preparing [2026-05-06T07:59:35.419Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:35.419Z] 613851182f8f: Preparing [2026-05-06T07:59:35.419Z] b04e78a3624d: Preparing [2026-05-06T07:59:35.419Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:35.419Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:35.419Z] 0854555d70ac: Preparing [2026-05-06T07:59:35.419Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:35.419Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:35.419Z] 0854555d70ac: Waiting [2026-05-06T07:59:35.419Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:35.419Z] 56637400a80e: Layer already exists [2026-05-06T07:59:35.419Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:35.419Z] 613851182f8f: Layer already exists [2026-05-06T07:59:35.419Z] a7321451ae33: Layer already exists [2026-05-06T07:59:35.419Z] b04e78a3624d: Layer already exists [2026-05-06T07:59:35.419Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:35.419Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:35.419Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:35.419Z] latest: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:35.741Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:36.067Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [2026-05-06T07:59:36.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-06T07:59:36.067Z] 386dc6d7539b: Preparing [2026-05-06T07:59:36.067Z] 56637400a80e: Preparing [2026-05-06T07:59:36.067Z] a7321451ae33: Preparing [2026-05-06T07:59:36.067Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:36.067Z] 613851182f8f: Preparing [2026-05-06T07:59:36.067Z] b04e78a3624d: Preparing [2026-05-06T07:59:36.067Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:36.067Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:36.067Z] 0854555d70ac: Preparing [2026-05-06T07:59:36.067Z] b04e78a3624d: Waiting [2026-05-06T07:59:36.067Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:36.067Z] 0854555d70ac: Waiting [2026-05-06T07:59:36.067Z] 613851182f8f: Layer already exists [2026-05-06T07:59:36.067Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:36.067Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:36.067Z] a7321451ae33: Layer already exists [2026-05-06T07:59:36.067Z] 56637400a80e: Layer already exists [2026-05-06T07:59:36.067Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:36.067Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:36.067Z] b04e78a3624d: Layer already exists [2026-05-06T07:59:36.067Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:36.067Z] 4.1.0-dev.112: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:36.396Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:36.718Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:36.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-06T07:59:36.719Z] 386dc6d7539b: Preparing [2026-05-06T07:59:36.719Z] 56637400a80e: Preparing [2026-05-06T07:59:36.719Z] a7321451ae33: Preparing [2026-05-06T07:59:36.719Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:36.719Z] 613851182f8f: Preparing [2026-05-06T07:59:36.719Z] b04e78a3624d: Preparing [2026-05-06T07:59:36.719Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:36.719Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:36.719Z] 0854555d70ac: Preparing [2026-05-06T07:59:36.719Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:36.719Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:36.719Z] 0854555d70ac: Waiting [2026-05-06T07:59:36.719Z] b04e78a3624d: Waiting [2026-05-06T07:59:36.719Z] a7321451ae33: Layer already exists [2026-05-06T07:59:36.719Z] 56637400a80e: Layer already exists [2026-05-06T07:59:36.719Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:36.719Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:36.719Z] 613851182f8f: Layer already exists [2026-05-06T07:59:36.719Z] b04e78a3624d: Layer already exists [2026-05-06T07:59:36.719Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:36.719Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:36.719Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:36.719Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:37.049Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:37.372Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-05-06T07:59:37.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2026-05-06T07:59:37.372Z] 386dc6d7539b: Preparing [2026-05-06T07:59:37.372Z] 56637400a80e: Preparing [2026-05-06T07:59:37.372Z] a7321451ae33: Preparing [2026-05-06T07:59:37.372Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:37.372Z] 613851182f8f: Preparing [2026-05-06T07:59:37.372Z] b04e78a3624d: Preparing [2026-05-06T07:59:37.372Z] 85bc8cbaceca: Preparing [2026-05-06T07:59:37.372Z] 7a39bbbe77e1: Preparing [2026-05-06T07:59:37.372Z] 0854555d70ac: Preparing [2026-05-06T07:59:37.372Z] b04e78a3624d: Waiting [2026-05-06T07:59:37.372Z] 85bc8cbaceca: Waiting [2026-05-06T07:59:37.372Z] 7a39bbbe77e1: Waiting [2026-05-06T07:59:37.372Z] 0854555d70ac: Waiting [2026-05-06T07:59:37.372Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:37.372Z] 386dc6d7539b: Layer already exists [2026-05-06T07:59:37.372Z] 56637400a80e: Layer already exists [2026-05-06T07:59:37.372Z] 613851182f8f: Layer already exists [2026-05-06T07:59:37.372Z] a7321451ae33: Layer already exists [2026-05-06T07:59:37.372Z] 85bc8cbaceca: Layer already exists [2026-05-06T07:59:37.372Z] b04e78a3624d: Layer already exists [2026-05-06T07:59:37.372Z] 7a39bbbe77e1: Layer already exists [2026-05-06T07:59:37.372Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:37.372Z] main: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:59:37.446Z] ===================================================== [Pipeline] echo [2026-05-06T07:59:37.462Z] taggedImages: [2026-05-06T07:59:37.462Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:37.462Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-05-06T07:59:37.462Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [2026-05-06T07:59:37.462Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:37.462Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2026-05-06T07:59:37.494Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2026-05-06T07:59:37.494Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:37.494Z] latest [2026-05-06T07:59:37.494Z] 4.1.0-dev.112 [2026-05-06T07:59:37.494Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:37.494Z] main [2026-05-06T07:59:37.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:37.863Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:38.184Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:38.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-06T07:59:38.184Z] bd32692fb46d: Preparing [2026-05-06T07:59:38.184Z] f2e932c7b2be: Preparing [2026-05-06T07:59:38.184Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:38.184Z] 613851182f8f: Preparing [2026-05-06T07:59:38.184Z] 4abc12816202: Preparing [2026-05-06T07:59:38.184Z] d0b0db09f03a: Preparing [2026-05-06T07:59:38.184Z] 0854555d70ac: Preparing [2026-05-06T07:59:38.184Z] d0b0db09f03a: Waiting [2026-05-06T07:59:38.184Z] 0854555d70ac: Waiting [2026-05-06T07:59:38.184Z] 613851182f8f: Layer already exists [2026-05-06T07:59:38.184Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:38.184Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:38.184Z] 4abc12816202: Pushed [2026-05-06T07:59:38.184Z] bd32692fb46d: Pushed [2026-05-06T07:59:38.751Z] d0b0db09f03a: Pushed [2026-05-06T07:59:42.039Z] f2e932c7b2be: Pushed [2026-05-06T07:59:42.298Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:42.626Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:42.953Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-05-06T07:59:42.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-06T07:59:42.953Z] bd32692fb46d: Preparing [2026-05-06T07:59:42.953Z] f2e932c7b2be: Preparing [2026-05-06T07:59:42.953Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:42.953Z] 613851182f8f: Preparing [2026-05-06T07:59:42.953Z] 4abc12816202: Preparing [2026-05-06T07:59:42.953Z] d0b0db09f03a: Preparing [2026-05-06T07:59:42.953Z] 0854555d70ac: Preparing [2026-05-06T07:59:42.953Z] d0b0db09f03a: Waiting [2026-05-06T07:59:42.953Z] 0854555d70ac: Waiting [2026-05-06T07:59:42.953Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:42.953Z] 4abc12816202: Layer already exists [2026-05-06T07:59:42.953Z] f2e932c7b2be: Layer already exists [2026-05-06T07:59:42.953Z] bd32692fb46d: Layer already exists [2026-05-06T07:59:42.953Z] 613851182f8f: Layer already exists [2026-05-06T07:59:42.953Z] d0b0db09f03a: Layer already exists [2026-05-06T07:59:42.953Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:42.953Z] latest: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:43.280Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:43.601Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [2026-05-06T07:59:43.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-06T07:59:43.601Z] bd32692fb46d: Preparing [2026-05-06T07:59:43.601Z] f2e932c7b2be: Preparing [2026-05-06T07:59:43.601Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:43.601Z] 613851182f8f: Preparing [2026-05-06T07:59:43.602Z] 4abc12816202: Preparing [2026-05-06T07:59:43.602Z] d0b0db09f03a: Preparing [2026-05-06T07:59:43.602Z] 0854555d70ac: Preparing [2026-05-06T07:59:43.602Z] 0854555d70ac: Waiting [2026-05-06T07:59:43.602Z] d0b0db09f03a: Waiting [2026-05-06T07:59:43.602Z] 613851182f8f: Layer already exists [2026-05-06T07:59:43.602Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:43.602Z] 4abc12816202: Layer already exists [2026-05-06T07:59:43.602Z] f2e932c7b2be: Layer already exists [2026-05-06T07:59:43.602Z] bd32692fb46d: Layer already exists [2026-05-06T07:59:43.602Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:43.602Z] d0b0db09f03a: Layer already exists [2026-05-06T07:59:43.602Z] 4.1.0-dev.112: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:43.936Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:44.266Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:44.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-06T07:59:44.267Z] bd32692fb46d: Preparing [2026-05-06T07:59:44.267Z] f2e932c7b2be: Preparing [2026-05-06T07:59:44.267Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:44.267Z] 613851182f8f: Preparing [2026-05-06T07:59:44.267Z] 4abc12816202: Preparing [2026-05-06T07:59:44.267Z] d0b0db09f03a: Preparing [2026-05-06T07:59:44.267Z] 0854555d70ac: Preparing [2026-05-06T07:59:44.267Z] d0b0db09f03a: Waiting [2026-05-06T07:59:44.267Z] 0854555d70ac: Waiting [2026-05-06T07:59:44.267Z] f2e932c7b2be: Layer already exists [2026-05-06T07:59:44.267Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:44.267Z] 613851182f8f: Layer already exists [2026-05-06T07:59:44.267Z] 4abc12816202: Layer already exists [2026-05-06T07:59:44.267Z] bd32692fb46d: Layer already exists [2026-05-06T07:59:44.267Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:44.267Z] d0b0db09f03a: Layer already exists [2026-05-06T07:59:44.267Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:44.603Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:44.922Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2026-05-06T07:59:44.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2026-05-06T07:59:44.922Z] bd32692fb46d: Preparing [2026-05-06T07:59:44.922Z] f2e932c7b2be: Preparing [2026-05-06T07:59:44.922Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:44.922Z] 613851182f8f: Preparing [2026-05-06T07:59:44.922Z] 4abc12816202: Preparing [2026-05-06T07:59:44.922Z] d0b0db09f03a: Preparing [2026-05-06T07:59:44.922Z] 0854555d70ac: Preparing [2026-05-06T07:59:44.922Z] d0b0db09f03a: Waiting [2026-05-06T07:59:44.922Z] 0854555d70ac: Waiting [2026-05-06T07:59:44.922Z] 613851182f8f: Layer already exists [2026-05-06T07:59:44.922Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:44.922Z] 4abc12816202: Layer already exists [2026-05-06T07:59:44.922Z] bd32692fb46d: Layer already exists [2026-05-06T07:59:44.922Z] f2e932c7b2be: Layer already exists [2026-05-06T07:59:44.922Z] d0b0db09f03a: Layer already exists [2026-05-06T07:59:44.922Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:44.922Z] main: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:59:45.001Z] ===================================================== [Pipeline] echo [2026-05-06T07:59:45.014Z] taggedImages: [2026-05-06T07:59:45.014Z] - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:45.014Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-05-06T07:59:45.014Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [2026-05-06T07:59:45.014Z] - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:45.014Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2026-05-06T07:59:45.039Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2026-05-06T07:59:45.039Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:45.039Z] latest [2026-05-06T07:59:45.039Z] 4.1.0-dev.112 [2026-05-06T07:59:45.039Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:45.039Z] main [2026-05-06T07:59:45.039Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:45.397Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:45.720Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:45.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-06T07:59:45.720Z] f36455b17250: Preparing [2026-05-06T07:59:45.720Z] a6163789d0ed: Preparing [2026-05-06T07:59:45.720Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:45.720Z] 613851182f8f: Preparing [2026-05-06T07:59:45.720Z] bb835f6dec10: Preparing [2026-05-06T07:59:45.720Z] 86ce6321bd33: Preparing [2026-05-06T07:59:45.720Z] 0854555d70ac: Preparing [2026-05-06T07:59:45.720Z] 86ce6321bd33: Waiting [2026-05-06T07:59:45.720Z] 0854555d70ac: Waiting [2026-05-06T07:59:45.720Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:45.720Z] 613851182f8f: Layer already exists [2026-05-06T07:59:45.720Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:45.720Z] f36455b17250: Pushed [2026-05-06T07:59:45.720Z] bb835f6dec10: Pushed [2026-05-06T07:59:45.980Z] 86ce6321bd33: Pushed [2026-05-06T07:59:50.172Z] a6163789d0ed: Pushed [2026-05-06T07:59:50.172Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:50.502Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:50.829Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-05-06T07:59:50.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-06T07:59:50.829Z] f36455b17250: Preparing [2026-05-06T07:59:50.829Z] a6163789d0ed: Preparing [2026-05-06T07:59:50.829Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:50.829Z] 613851182f8f: Preparing [2026-05-06T07:59:50.829Z] bb835f6dec10: Preparing [2026-05-06T07:59:50.829Z] 86ce6321bd33: Preparing [2026-05-06T07:59:50.829Z] 0854555d70ac: Preparing [2026-05-06T07:59:50.829Z] 86ce6321bd33: Waiting [2026-05-06T07:59:50.829Z] 0854555d70ac: Waiting [2026-05-06T07:59:50.829Z] bb835f6dec10: Layer already exists [2026-05-06T07:59:50.829Z] a6163789d0ed: Layer already exists [2026-05-06T07:59:50.829Z] f36455b17250: Layer already exists [2026-05-06T07:59:50.829Z] 613851182f8f: Layer already exists [2026-05-06T07:59:50.829Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:50.829Z] 86ce6321bd33: Layer already exists [2026-05-06T07:59:50.829Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:50.829Z] latest: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:51.156Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:51.484Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [2026-05-06T07:59:51.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-06T07:59:51.484Z] f36455b17250: Preparing [2026-05-06T07:59:51.485Z] a6163789d0ed: Preparing [2026-05-06T07:59:51.485Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:51.485Z] 613851182f8f: Preparing [2026-05-06T07:59:51.485Z] bb835f6dec10: Preparing [2026-05-06T07:59:51.485Z] 86ce6321bd33: Preparing [2026-05-06T07:59:51.485Z] 0854555d70ac: Preparing [2026-05-06T07:59:51.485Z] 86ce6321bd33: Waiting [2026-05-06T07:59:51.485Z] 0854555d70ac: Waiting [2026-05-06T07:59:51.485Z] f36455b17250: Layer already exists [2026-05-06T07:59:51.485Z] bb835f6dec10: Layer already exists [2026-05-06T07:59:51.485Z] 613851182f8f: Layer already exists [2026-05-06T07:59:51.485Z] a6163789d0ed: Layer already exists [2026-05-06T07:59:51.485Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:51.485Z] 86ce6321bd33: Layer already exists [2026-05-06T07:59:51.485Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:51.485Z] 4.1.0-dev.112: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:51.815Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:52.138Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:52.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-06T07:59:52.138Z] f36455b17250: Preparing [2026-05-06T07:59:52.138Z] a6163789d0ed: Preparing [2026-05-06T07:59:52.138Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:52.138Z] 613851182f8f: Preparing [2026-05-06T07:59:52.138Z] bb835f6dec10: Preparing [2026-05-06T07:59:52.138Z] 86ce6321bd33: Preparing [2026-05-06T07:59:52.138Z] 0854555d70ac: Preparing [2026-05-06T07:59:52.138Z] 86ce6321bd33: Waiting [2026-05-06T07:59:52.138Z] 0854555d70ac: Waiting [2026-05-06T07:59:52.138Z] a6163789d0ed: Layer already exists [2026-05-06T07:59:52.138Z] f36455b17250: Layer already exists [2026-05-06T07:59:52.138Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:52.138Z] 613851182f8f: Layer already exists [2026-05-06T07:59:52.138Z] bb835f6dec10: Layer already exists [2026-05-06T07:59:52.138Z] 86ce6321bd33: Layer already exists [2026-05-06T07:59:52.138Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:52.138Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:52.537Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T07:59:52.862Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-05-06T07:59:52.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2026-05-06T07:59:52.862Z] f36455b17250: Preparing [2026-05-06T07:59:52.862Z] a6163789d0ed: Preparing [2026-05-06T07:59:52.862Z] 8d3ee15335b1: Preparing [2026-05-06T07:59:52.862Z] 613851182f8f: Preparing [2026-05-06T07:59:52.862Z] bb835f6dec10: Preparing [2026-05-06T07:59:52.862Z] 86ce6321bd33: Preparing [2026-05-06T07:59:52.862Z] 0854555d70ac: Preparing [2026-05-06T07:59:52.862Z] 86ce6321bd33: Waiting [2026-05-06T07:59:52.862Z] 0854555d70ac: Waiting [2026-05-06T07:59:52.862Z] a6163789d0ed: Layer already exists [2026-05-06T07:59:52.862Z] f36455b17250: Layer already exists [2026-05-06T07:59:52.862Z] 8d3ee15335b1: Layer already exists [2026-05-06T07:59:52.862Z] bb835f6dec10: Layer already exists [2026-05-06T07:59:52.862Z] 613851182f8f: Layer already exists [2026-05-06T07:59:52.862Z] 86ce6321bd33: Layer already exists [2026-05-06T07:59:52.862Z] 0854555d70ac: Layer already exists [2026-05-06T07:59:52.862Z] main: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T07:59:52.936Z] ===================================================== [Pipeline] echo [2026-05-06T07:59:52.952Z] taggedImages: [2026-05-06T07:59:52.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:52.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-05-06T07:59:52.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [2026-05-06T07:59:52.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:52.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2026-05-06T07:59:53.046Z] ========================================================= [2026-05-06T07:59:53.046Z] [edgeXBuildMultiArch] RAW Config: [2026-05-06T07:59:53.046Z] images: [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-command:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-data:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.046Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T07:59:53.047Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2026-05-06T07:59:53.047Z] settingsFile: [2026-05-06T07:59:53.047Z] edgex-go-settings [2026-05-06T07:59:53.047Z] ========================================================= [Pipeline] node [2026-05-06T08:00:08.052Z] Still waiting to schedule task [2026-05-06T08:00:08.053Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2026-05-06T08:01:06.316Z] Running on prd-centos7-docker-4c-2g-8742 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-06T08:01:06.372Z] provisioning config files... [2026-05-06T08:01:06.399Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4330998288424600996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-06T08:01:08.382Z] ---> ****-login.sh [2026-05-06T08:01:08.382Z] nexus3.edgexfoundry.org:10001 [2026-05-06T08:17:16.211Z] #142 ... [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2026-05-06T08:17:16.211Z] #148 DONE 1188.6s [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:17:16.211Z] #142 ... [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:17:16.211Z] #155 DONE 0.2s [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:17:16.211Z] #156 DONE 0.1s [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2026-05-06T08:17:16.211Z] #157 DONE 0.3s [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:17:16.211Z] #158 DONE 0.1s [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2026-05-06T08:17:16.211Z] #159 DONE 0.1s [2026-05-06T08:17:16.211Z] [2026-05-06T08:17:16.211Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-06T08:17:18.153Z] #160 DONE 2.4s [2026-05-06T08:17:18.153Z] [2026-05-06T08:17:18.153Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-06T08:17:18.153Z] #149 ... [2026-05-06T08:17:18.153Z] [2026-05-06T08:17:18.153Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2026-05-06T08:17:18.153Z] #151 DONE 1192.5s [2026-05-06T08:17:18.153Z] [2026-05-06T08:17:18.153Z] #113 [core-common-config-bootstrapper] exporting to image [2026-05-06T08:17:18.153Z] #113 exporting layers [2026-05-06T08:17:19.117Z] #113 ... [2026-05-06T08:17:19.117Z] [2026-05-06T08:17:19.117Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2026-05-06T08:17:19.117Z] #161 DONE 0.5s [2026-05-06T08:17:19.117Z] [2026-05-06T08:17:19.117Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-05-06T08:17:20.083Z] #162 ... [2026-05-06T08:17:20.083Z] [2026-05-06T08:17:20.083Z] #113 [core-common-config-bootstrapper] exporting to image [2026-05-06T08:17:20.083Z] #113 exporting layers 1.9s done [2026-05-06T08:17:20.083Z] #113 writing image sha256:510538e242aa6448a4fe619d7c866b64e11a4b172fd0fba3e4ef8dc5a638229d done [2026-05-06T08:17:20.083Z] #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2026-05-06T08:17:20.083Z] #113 DONE 8.2s [2026-05-06T08:17:20.083Z] [2026-05-06T08:17:20.083Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T08:17:21.506Z] #153 ... [2026-05-06T08:17:21.506Z] [2026-05-06T08:17:21.506Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2026-05-06T08:17:21.506Z] #162 DONE 2.6s [2026-05-06T08:17:21.506Z] [2026-05-06T08:17:21.506Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:17:21.788Z] #163 DONE 0.2s [2026-05-06T08:17:21.788Z] [2026-05-06T08:17:21.788Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T08:17:21.788Z] #153 ... [2026-05-06T08:17:21.788Z] [2026-05-06T08:17:21.788Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:17:22.087Z] #164 DONE 0.2s [2026-05-06T08:17:22.087Z] [2026-05-06T08:17:22.087Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:17:22.087Z] #150 ... [2026-05-06T08:17:22.087Z] [2026-05-06T08:17:22.087Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2026-05-06T08:17:22.369Z] #165 DONE 0.3s [2026-05-06T08:17:22.369Z] [2026-05-06T08:17:22.369Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2026-05-06T08:17:22.369Z] #166 DONE 0.1s [2026-05-06T08:17:22.369Z] [2026-05-06T08:17:22.369Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-06T08:17:22.647Z] #145 ... [2026-05-06T08:17:22.647Z] [2026-05-06T08:17:22.647Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2026-05-06T08:17:22.647Z] #167 DONE 0.1s [2026-05-06T08:17:22.647Z] [2026-05-06T08:17:22.647Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2026-05-06T08:17:22.647Z] #168 DONE 0.1s [2026-05-06T08:17:22.647Z] [2026-05-06T08:17:22.647Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2026-05-06T08:17:22.925Z] #169 DONE 0.1s [2026-05-06T08:17:22.925Z] [2026-05-06T08:17:22.925Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2026-05-06T08:17:22.925Z] #170 DONE 0.1s [2026-05-06T08:17:22.925Z] [2026-05-06T08:17:22.925Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2026-05-06T08:17:28.274Z] #171 DONE 4.4s [2026-05-06T08:17:28.274Z] [2026-05-06T08:17:28.274Z] #113 [security-bootstrapper] exporting to image [2026-05-06T08:17:28.274Z] #113 exporting layers [2026-05-06T08:17:28.274Z] #113 exporting layers 0.9s done [2026-05-06T08:17:28.274Z] #113 writing image sha256:384585fec79b76e43b17df588d9c6de7de98112487ac6cead1b3c77f5596db3a done [2026-05-06T08:17:28.274Z] #113 naming to docker.io/library/security-bootstrapper-arm64 done [2026-05-06T08:17:28.274Z] #113 DONE 9.2s [2026-05-06T08:17:28.274Z] [2026-05-06T08:17:28.274Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T08:34:37.573Z] #144 ... [2026-05-06T08:34:37.573Z] [2026-05-06T08:34:37.573Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2026-05-06T08:34:37.573Z] #145 DONE 2231.4s [2026-05-06T08:34:37.573Z] [2026-05-06T08:34:37.573Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T08:34:40.909Z] #144 ... [2026-05-06T08:34:40.909Z] [2026-05-06T08:34:40.909Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:34:40.909Z] #172 DONE 0.1s [2026-05-06T08:34:40.909Z] [2026-05-06T08:34:40.909Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T08:34:40.909Z] #144 ... [2026-05-06T08:34:40.909Z] [2026-05-06T08:34:40.909Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:34:40.909Z] #173 DONE 0.1s [2026-05-06T08:34:40.909Z] [2026-05-06T08:34:40.909Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2026-05-06T08:34:41.187Z] #174 DONE 0.4s [2026-05-06T08:34:41.187Z] [2026-05-06T08:34:41.187Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:34:41.187Z] #142 ... [2026-05-06T08:34:41.187Z] [2026-05-06T08:34:41.187Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:34:41.187Z] #175 DONE 0.1s [2026-05-06T08:34:41.456Z] [2026-05-06T08:34:41.456Z] #113 [core-command] exporting to image [2026-05-06T08:34:41.456Z] #113 exporting layers [2026-05-06T08:34:41.720Z] #113 exporting layers 0.5s done [2026-05-06T08:34:41.720Z] #113 writing image sha256:50aab4b3db64fe70d82b46d46c01a65bf799690ed6ba0476697acc03dbd9f8c1 done [2026-05-06T08:34:41.720Z] #113 naming to docker.io/library/core-command-arm64 done [2026-05-06T08:34:41.720Z] #113 DONE 9.7s [2026-05-06T08:34:41.720Z] [2026-05-06T08:34:41.720Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:34:59.915Z] #150 ... [2026-05-06T08:34:59.915Z] [2026-05-06T08:34:59.915Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-06T08:34:59.915Z] #154 2252.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2026-05-06T08:35:05.437Z] #154 ... [2026-05-06T08:35:05.437Z] [2026-05-06T08:35:05.437Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2026-05-06T08:35:05.437Z] #149 DONE 2259.7s [2026-05-06T08:35:05.437Z] [2026-05-06T08:35:05.437Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T08:35:05.708Z] #153 ... [2026-05-06T08:35:05.708Z] [2026-05-06T08:35:05.708Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:35:05.708Z] #176 DONE 0.3s [2026-05-06T08:35:05.708Z] [2026-05-06T08:35:05.708Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:35:06.009Z] #150 ... [2026-05-06T08:35:06.009Z] [2026-05-06T08:35:06.009Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:35:06.009Z] #177 DONE 0.2s [2026-05-06T08:35:06.009Z] [2026-05-06T08:35:06.009Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2026-05-06T08:35:06.276Z] #178 DONE 0.2s [2026-05-06T08:35:06.276Z] [2026-05-06T08:35:06.276Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2026-05-06T08:35:06.543Z] #179 DONE 0.2s [2026-05-06T08:35:06.543Z] [2026-05-06T08:35:06.543Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2026-05-06T08:35:06.847Z] #180 DONE 0.5s [2026-05-06T08:35:06.847Z] [2026-05-06T08:35:06.847Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-06T08:35:07.117Z] #147 ... [2026-05-06T08:35:07.117Z] [2026-05-06T08:35:07.117Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2026-05-06T08:35:07.117Z] #181 DONE 0.2s [2026-05-06T08:35:07.117Z] [2026-05-06T08:35:07.117Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-06T08:35:09.715Z] #182 DONE 2.2s [2026-05-06T08:35:09.715Z] [2026-05-06T08:35:09.715Z] #113 [security-proxy-setup] exporting to image [2026-05-06T08:35:09.715Z] #113 exporting layers [2026-05-06T08:35:10.671Z] #113 exporting layers 1.1s done [2026-05-06T08:35:10.671Z] #113 writing image sha256:6b62d6a2f0d881a471117f9893e5cf288e2e5ea0e55bba7df6905a9d1ec90f4d done [2026-05-06T08:35:10.671Z] #113 naming to docker.io/library/security-proxy-setup-arm64 done [2026-05-06T08:35:10.671Z] #113 DONE 10.7s [2026-05-06T08:35:10.671Z] [2026-05-06T08:35:10.671Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T08:35:32.922Z] #153 ... [2026-05-06T08:35:32.922Z] [2026-05-06T08:35:32.922Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2026-05-06T08:35:32.922Z] #154 DONE 2287.5s [2026-05-06T08:35:33.189Z] [2026-05-06T08:35:33.189Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:35:33.189Z] #150 ... [2026-05-06T08:35:33.189Z] [2026-05-06T08:35:33.189Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:35:33.454Z] #183 DONE 0.3s [2026-05-06T08:35:33.454Z] [2026-05-06T08:35:33.454Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T08:35:33.724Z] #146 ... [2026-05-06T08:35:33.724Z] [2026-05-06T08:35:33.724Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:35:34.000Z] #184 DONE 0.2s [2026-05-06T08:35:34.000Z] [2026-05-06T08:35:34.000Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:35:34.000Z] #150 ... [2026-05-06T08:35:34.000Z] [2026-05-06T08:35:34.000Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2026-05-06T08:35:34.285Z] #185 DONE 0.2s [2026-05-06T08:35:34.285Z] [2026-05-06T08:35:34.285Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2026-05-06T08:35:34.285Z] #186 DONE 0.1s [2026-05-06T08:35:34.285Z] [2026-05-06T08:35:34.285Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:35:34.571Z] #187 DONE 0.1s [2026-05-06T08:35:34.571Z] [2026-05-06T08:35:34.571Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2026-05-06T08:35:35.322Z] #188 DONE 0.5s [2026-05-06T08:35:35.322Z] [2026-05-06T08:35:35.322Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:35:35.322Z] #150 ... [2026-05-06T08:35:35.322Z] [2026-05-06T08:35:35.322Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2026-05-06T08:35:35.616Z] #189 DONE 0.5s [2026-05-06T08:35:35.616Z] [2026-05-06T08:35:35.616Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2026-05-06T08:35:35.884Z] #190 DONE 0.2s [2026-05-06T08:35:35.884Z] [2026-05-06T08:35:35.884Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-06T08:35:37.994Z] #191 DONE 1.9s [2026-05-06T08:35:37.994Z] [2026-05-06T08:35:37.994Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:35:37.994Z] #150 ... [2026-05-06T08:35:37.994Z] [2026-05-06T08:35:37.994Z] #113 [security-secretstore-setup] exporting to image [2026-05-06T08:35:37.994Z] #113 exporting layers [2026-05-06T08:35:39.425Z] #113 exporting layers 1.6s done [2026-05-06T08:35:39.425Z] #113 writing image sha256:1c9c6f811e2ad75e8820ef81025a4861087fb3d1a13abbc6d5a30c8a69d3d626 done [2026-05-06T08:35:39.425Z] #113 naming to docker.io/library/security-secretstore-setup-arm64 done [2026-05-06T08:35:39.425Z] #113 DONE 12.3s [2026-05-06T08:35:39.425Z] [2026-05-06T08:35:39.425Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:36:37.302Z] #142 ... [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2026-05-06T08:36:37.302Z] #144 DONE 2346.5s [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T08:36:37.302Z] #146 ... [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:36:37.302Z] #192 DONE 0.2s [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T08:36:37.302Z] #146 ... [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:36:37.302Z] #193 DONE 0.1s [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2026-05-06T08:36:37.302Z] #194 DONE 0.5s [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:36:37.302Z] #195 DONE 0.1s [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T08:36:37.302Z] #146 ... [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #113 [security-spiffe-token-provider] exporting to image [2026-05-06T08:36:37.302Z] #113 exporting layers [2026-05-06T08:36:37.302Z] #113 exporting layers 0.6s done [2026-05-06T08:36:37.302Z] #113 writing image sha256:eb254483ba59c86346c49a9a7102fedc8f100db8cb775283d25eb0d428fce342 done [2026-05-06T08:36:37.302Z] #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2026-05-06T08:36:37.302Z] #113 DONE 12.9s [2026-05-06T08:36:37.302Z] [2026-05-06T08:36:37.302Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T08:37:16.216Z] #146 ... [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2026-05-06T08:37:16.216Z] #152 DONE 2388.8s [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:37:16.216Z] #142 ... [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:37:16.216Z] #196 DONE 0.2s [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:37:16.216Z] #197 DONE 0.1s [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2026-05-06T08:37:16.216Z] #198 DONE 0.6s [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2026-05-06T08:37:16.216Z] #199 DONE 0.1s [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2026-05-06T08:37:16.216Z] #200 DONE 0.1s [2026-05-06T08:37:16.216Z] [2026-05-06T08:37:16.216Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2026-05-06T08:37:18.385Z] #201 DONE 1.9s [2026-05-06T08:37:18.385Z] [2026-05-06T08:37:18.385Z] #113 [security-proxy-auth] exporting to image [2026-05-06T08:37:18.385Z] #113 exporting layers [2026-05-06T08:37:18.967Z] #113 exporting layers 0.8s done [2026-05-06T08:37:18.967Z] #113 writing image sha256:a724f4472ac6ed3cb1dfeae4cf338990b1af9a6cd045ffb72e5c86ca6c84f18e done [2026-05-06T08:37:18.967Z] #113 naming to docker.io/library/security-proxy-auth-arm64 done [2026-05-06T08:37:18.967Z] #113 DONE 13.8s [2026-05-06T08:37:18.967Z] [2026-05-06T08:37:18.967Z] #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [2026-05-06T08:37:23.448Z] #146 DONE 2397.8s [2026-05-06T08:37:23.448Z] [2026-05-06T08:37:23.448Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-06T08:37:24.048Z] #147 ... [2026-05-06T08:37:24.048Z] [2026-05-06T08:37:24.048Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:37:24.314Z] #202 DONE 0.2s [2026-05-06T08:37:24.314Z] [2026-05-06T08:37:24.314Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2026-05-06T08:37:26.668Z] #203 DONE 2.3s [2026-05-06T08:37:26.668Z] [2026-05-06T08:37:26.668Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:37:26.668Z] #204 DONE 0.2s [2026-05-06T08:37:26.668Z] [2026-05-06T08:37:26.668Z] #113 [core-keeper] exporting to image [2026-05-06T08:37:26.668Z] #113 exporting layers [2026-05-06T08:37:27.666Z] #113 exporting layers 0.7s done [2026-05-06T08:37:27.666Z] #113 writing image sha256:920c3c6b0af1f7f45e7298df5094ec4625f87d9c428253e5fe6f058819fe2a72 done [2026-05-06T08:37:27.666Z] #113 naming to docker.io/library/core-keeper-arm64 done [2026-05-06T08:37:27.666Z] #113 DONE 14.5s [2026-05-06T08:37:27.666Z] [2026-05-06T08:37:27.666Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:37:28.640Z] #150 ... [2026-05-06T08:37:28.640Z] [2026-05-06T08:37:28.640Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2026-05-06T08:37:28.640Z] #153 DONE 2403.1s [2026-05-06T08:37:28.640Z] [2026-05-06T08:37:28.640Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:37:28.912Z] #150 ... [2026-05-06T08:37:28.912Z] [2026-05-06T08:37:28.912Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:37:29.219Z] #205 DONE 0.2s [2026-05-06T08:37:29.219Z] [2026-05-06T08:37:29.219Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:37:29.219Z] #206 DONE 0.2s [2026-05-06T08:37:29.219Z] [2026-05-06T08:37:29.219Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:37:29.492Z] #150 ... [2026-05-06T08:37:29.492Z] [2026-05-06T08:37:29.492Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2026-05-06T08:37:29.492Z] #147 DONE 2404.0s [2026-05-06T08:37:29.492Z] [2026-05-06T08:37:29.492Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:37:29.757Z] #142 ... [2026-05-06T08:37:29.757Z] [2026-05-06T08:37:29.757Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2026-05-06T08:37:30.639Z] #207 DONE 0.6s [2026-05-06T08:37:30.640Z] [2026-05-06T08:37:30.640Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:37:30.640Z] #208 DONE 0.2s [2026-05-06T08:37:30.640Z] [2026-05-06T08:37:30.640Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:37:30.640Z] #209 DONE 0.2s [2026-05-06T08:37:30.640Z] [2026-05-06T08:37:30.640Z] #113 [core-data] exporting to image [2026-05-06T08:37:31.011Z] #113 ... [2026-05-06T08:37:31.011Z] [2026-05-06T08:37:31.011Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:37:31.011Z] #210 DONE 0.3s [2026-05-06T08:37:31.011Z] [2026-05-06T08:37:31.011Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2026-05-06T08:37:31.636Z] #211 DONE 0.9s [2026-05-06T08:37:31.636Z] [2026-05-06T08:37:31.636Z] #113 [core-data] exporting to image [2026-05-06T08:37:31.636Z] #113 exporting layers 1.1s done [2026-05-06T08:37:31.636Z] #113 writing image sha256:2192e970b57894547fc77143bae10677513235c9aeeb732f8199fca4840096da done [2026-05-06T08:37:31.636Z] #113 naming to docker.io/library/core-data-arm64 done [2026-05-06T08:37:31.636Z] #113 DONE 15.6s [2026-05-06T08:37:31.636Z] [2026-05-06T08:37:31.636Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:37:31.927Z] #212 DONE 0.2s [2026-05-06T08:37:31.927Z] [2026-05-06T08:37:31.927Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2026-05-06T08:37:31.927Z] #213 DONE 0.1s [2026-05-06T08:37:31.927Z] [2026-05-06T08:37:31.927Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:37:31.927Z] #150 ... [2026-05-06T08:37:31.927Z] [2026-05-06T08:37:31.927Z] #113 [core-metadata] exporting to image [2026-05-06T08:37:32.538Z] #113 exporting layers 0.6s done [2026-05-06T08:37:32.538Z] #113 writing image sha256:68e100a7b30d645e7c2b6f60411710fdb174811bf4616667fa5d25d4a2f170ef done [2026-05-06T08:37:32.538Z] #113 naming to docker.io/library/core-metadata-arm64 done [2026-05-06T08:37:32.538Z] #113 DONE 16.2s [2026-05-06T08:37:32.538Z] [2026-05-06T08:37:32.538Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:37:59.434Z] #142 ... [2026-05-06T08:37:59.434Z] [2026-05-06T08:37:59.434Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2026-05-06T08:37:59.434Z] #150 DONE 2433.7s [2026-05-06T08:37:59.434Z] [2026-05-06T08:37:59.434Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:38:00.043Z] #142 ... [2026-05-06T08:38:00.043Z] [2026-05-06T08:38:00.043Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:38:00.043Z] #214 DONE 0.2s [2026-05-06T08:38:00.043Z] [2026-05-06T08:38:00.043Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:38:00.312Z] #215 DONE 0.1s [2026-05-06T08:38:00.312Z] [2026-05-06T08:38:00.312Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2026-05-06T08:38:00.578Z] #216 DONE 0.5s [2026-05-06T08:38:00.578Z] [2026-05-06T08:38:00.578Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2026-05-06T08:38:00.578Z] #217 DONE 0.1s [2026-05-06T08:38:00.578Z] [2026-05-06T08:38:00.578Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:38:00.844Z] #142 ... [2026-05-06T08:38:00.844Z] [2026-05-06T08:38:00.844Z] #113 [support-scheduler] exporting to image [2026-05-06T08:38:00.844Z] #113 exporting layers [2026-05-06T08:38:01.814Z] #113 exporting layers 1.1s done [2026-05-06T08:38:01.814Z] #113 writing image sha256:8013669d05b184e8426ab05a04c4580b37628c67a47142390981022076fe2b15 done [2026-05-06T08:38:01.814Z] #113 naming to docker.io/library/support-scheduler-arm64 done [2026-05-06T08:38:01.814Z] #113 DONE 17.3s [2026-05-06T08:38:01.814Z] [2026-05-06T08:38:01.814Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2026-05-06T08:38:08.877Z] #142 DONE 2443.1s [2026-05-06T08:38:08.877Z] [2026-05-06T08:38:08.877Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2026-05-06T08:38:08.877Z] #218 DONE 0.1s [2026-05-06T08:38:08.877Z] [2026-05-06T08:38:08.877Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2026-05-06T08:38:09.144Z] #219 DONE 0.1s [2026-05-06T08:38:09.144Z] [2026-05-06T08:38:09.144Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2026-05-06T08:38:09.728Z] #220 DONE 0.5s [2026-05-06T08:38:09.728Z] [2026-05-06T08:38:09.728Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2026-05-06T08:38:09.728Z] #221 DONE 0.1s [2026-05-06T08:38:09.728Z] [2026-05-06T08:38:09.728Z] #113 [support-notifications] exporting to image [2026-05-06T08:38:09.728Z] #113 exporting layers [2026-05-06T08:38:10.305Z] #113 exporting layers 0.6s done [2026-05-06T08:38:10.305Z] #113 writing image sha256:7e7c7fbedad3ddeac4197ee63dfbc9bb498f229cf41de5a23093debe71d9f2b8 done [2026-05-06T08:38:10.305Z] #113 naming to docker.io/library/support-notifications-arm64 done [2026-05-06T08:38:10.305Z] #113 DONE 17.9s [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2026-05-06T08:38:10.305Z] time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2026-05-06T08:38:10.326Z] $ docker stop --time=1 00576fd0ea792364156046241176aedbd85d52b24ede4bf4209fb0eaf046da25 [2026-05-06T08:38:11.954Z] $ docker rm -f --volumes 00576fd0ea792364156046241176aedbd85d52b24ede4bf4209fb0eaf046da25 [Pipeline] // withDockerContainer [Pipeline] sh [2026-05-06T08:38:12.442Z] + docker images [2026-05-06T08:38:12.442Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2026-05-06T08:38:12.442Z] support-notifications-arm64 latest 7e7c7fbedad3 3 seconds ago 56.1MB [2026-05-06T08:38:12.442Z] support-scheduler-arm64 latest 8013669d05b1 12 seconds ago 52.2MB [2026-05-06T08:38:12.442Z] core-metadata-arm64 latest 68e100a7b30d 41 seconds ago 48.2MB [2026-05-06T08:38:12.442Z] core-data-arm64 latest 2192e970b578 42 seconds ago 48.1MB [2026-05-06T08:38:12.442Z] core-keeper-arm64 latest 920c3c6b0af1 46 seconds ago 47.8MB [2026-05-06T08:38:12.442Z] security-proxy-auth-arm64 latest a724f4472ac6 55 seconds ago 47.3MB [2026-05-06T08:38:12.442Z] security-spiffe-token-provider-arm64 latest eb254483ba59 About a minute ago 51.9MB [2026-05-06T08:38:12.442Z] security-secretstore-setup-arm64 latest 1c9c6f811e2a 2 minutes ago 85.8MB [2026-05-06T08:38:12.442Z] security-proxy-setup-arm64 latest 6b62d6a2f0d8 3 minutes ago 52.9MB [2026-05-06T08:38:12.442Z] core-command-arm64 latest 50aab4b3db64 3 minutes ago 42.6MB [2026-05-06T08:38:12.442Z] security-bootstrapper-arm64 latest 384585fec79b 20 minutes ago 21.3MB [2026-05-06T08:38:12.442Z] core-common-config-bootstrapper-arm64 latest 510538e242aa 20 minutes ago 20.2MB [2026-05-06T08:38:12.442Z] security-spire-agent-arm64 latest c3a66a841bb9 42 minutes ago 219MB [2026-05-06T08:38:12.442Z] security-spire-server-arm64 latest 1664d9383c86 42 minutes ago 163MB [2026-05-06T08:38:12.442Z] security-spire-config-arm64 latest fb738fdde7ac 42 minutes ago 162MB [2026-05-06T08:38:12.442Z] ci-base-image-arm64 latest 98cd05a8dc58 44 minutes ago 898MB [2026-05-06T08:38:12.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 6 months ago 564MB [2026-05-06T08:38:12.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-06T08:38:12.622Z] provisioning config files... [2026-05-06T08:38:12.634Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config7026271384287183068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-06T08:38:12.994Z] ---> ****-login.sh [2026-05-06T08:38:12.994Z] nexus3.edgexfoundry.org:10001 [2026-05-06T08:38:12.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T08:38:13.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T08:38:13.258Z] Configure a credential helper to remove this warning. See [2026-05-06T08:38:13.258Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T08:38:13.258Z] [2026-05-06T08:38:13.258Z] Login Succeeded [2026-05-06T08:38:13.258Z] nexus3.edgexfoundry.org:10002 [2026-05-06T08:38:13.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T08:38:13.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T08:38:13.528Z] Configure a credential helper to remove this warning. See [2026-05-06T08:38:13.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T08:38:13.529Z] [2026-05-06T08:38:13.529Z] Login Succeeded [2026-05-06T08:38:13.529Z] nexus3.edgexfoundry.org:10003 [2026-05-06T08:38:13.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T08:38:14.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T08:38:14.059Z] Configure a credential helper to remove this warning. See [2026-05-06T08:38:14.059Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T08:38:14.059Z] [2026-05-06T08:38:14.059Z] Login Succeeded [2026-05-06T08:38:14.059Z] nexus3.edgexfoundry.org:10004 [2026-05-06T08:38:14.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T08:38:14.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T08:38:14.326Z] Configure a credential helper to remove this warning. See [2026-05-06T08:38:14.326Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T08:38:14.326Z] [2026-05-06T08:38:14.326Z] Login Succeeded [2026-05-06T08:38:14.326Z] ****.io [2026-05-06T08:38:14.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-05-06T08:38:14.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-05-06T08:38:14.856Z] Configure a credential helper to remove this warning. See [2026-05-06T08:38:14.856Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-05-06T08:38:14.856Z] [2026-05-06T08:38:14.856Z] Login Succeeded [2026-05-06T08:38:14.856Z] ---> ****-login.sh ends [Pipeline] } [2026-05-06T08:38:14.868Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:38:14.926Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-05-06T08:38:15.187Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2026-05-06T08:38:15.187Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:15.187Z] latest [2026-05-06T08:38:15.187Z] 4.1.0-dev.112 [2026-05-06T08:38:15.187Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:15.187Z] main [2026-05-06T08:38:15.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:15.577Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:15.954Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:15.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-06T08:38:15.954Z] 08e84f8c161f: Preparing [2026-05-06T08:38:15.954Z] 91f4cf011e6b: Preparing [2026-05-06T08:38:15.954Z] a8bb31501736: Preparing [2026-05-06T08:38:15.954Z] b63f02ccd02e: Preparing [2026-05-06T08:38:15.954Z] 20332a1d0266: Preparing [2026-05-06T08:38:15.954Z] 06d1afb509d9: Preparing [2026-05-06T08:38:15.954Z] eeaa73608b53: Preparing [2026-05-06T08:38:15.954Z] eeaa73608b53: Waiting [2026-05-06T08:38:15.954Z] 06d1afb509d9: Waiting [2026-05-06T08:38:16.219Z] b63f02ccd02e: Pushed [2026-05-06T08:38:16.219Z] 08e84f8c161f: Pushed [2026-05-06T08:38:16.219Z] 20332a1d0266: Pushed [2026-05-06T08:38:16.219Z] a8bb31501736: Pushed [2026-05-06T08:38:16.219Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:16.219Z] 06d1afb509d9: Pushed [2026-05-06T08:38:24.460Z] 91f4cf011e6b: Pushed [2026-05-06T08:38:24.460Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:24.837Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:25.200Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-05-06T08:38:25.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-06T08:38:25.200Z] 08e84f8c161f: Preparing [2026-05-06T08:38:25.200Z] 91f4cf011e6b: Preparing [2026-05-06T08:38:25.200Z] a8bb31501736: Preparing [2026-05-06T08:38:25.200Z] b63f02ccd02e: Preparing [2026-05-06T08:38:25.200Z] 20332a1d0266: Preparing [2026-05-06T08:38:25.200Z] 06d1afb509d9: Preparing [2026-05-06T08:38:25.200Z] eeaa73608b53: Preparing [2026-05-06T08:38:25.200Z] 06d1afb509d9: Waiting [2026-05-06T08:38:25.200Z] eeaa73608b53: Waiting [2026-05-06T08:38:25.200Z] 08e84f8c161f: Layer already exists [2026-05-06T08:38:25.200Z] a8bb31501736: Layer already exists [2026-05-06T08:38:25.200Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:25.200Z] 91f4cf011e6b: Layer already exists [2026-05-06T08:38:25.200Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:25.200Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:25.200Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:25.200Z] latest: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:25.827Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:26.184Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [2026-05-06T08:38:26.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-06T08:38:26.184Z] 08e84f8c161f: Preparing [2026-05-06T08:38:26.184Z] 91f4cf011e6b: Preparing [2026-05-06T08:38:26.184Z] a8bb31501736: Preparing [2026-05-06T08:38:26.184Z] b63f02ccd02e: Preparing [2026-05-06T08:38:26.184Z] 20332a1d0266: Preparing [2026-05-06T08:38:26.184Z] 06d1afb509d9: Preparing [2026-05-06T08:38:26.184Z] eeaa73608b53: Preparing [2026-05-06T08:38:26.184Z] 06d1afb509d9: Waiting [2026-05-06T08:38:26.184Z] eeaa73608b53: Waiting [2026-05-06T08:38:26.184Z] 08e84f8c161f: Layer already exists [2026-05-06T08:38:26.184Z] 91f4cf011e6b: Layer already exists [2026-05-06T08:38:26.184Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:26.184Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:26.184Z] a8bb31501736: Layer already exists [2026-05-06T08:38:26.184Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:26.184Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:26.184Z] 4.1.0-dev.112: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:26.822Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:27.170Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:27.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-06T08:38:27.170Z] 08e84f8c161f: Preparing [2026-05-06T08:38:27.170Z] 91f4cf011e6b: Preparing [2026-05-06T08:38:27.170Z] a8bb31501736: Preparing [2026-05-06T08:38:27.170Z] b63f02ccd02e: Preparing [2026-05-06T08:38:27.170Z] 20332a1d0266: Preparing [2026-05-06T08:38:27.170Z] 06d1afb509d9: Preparing [2026-05-06T08:38:27.170Z] eeaa73608b53: Preparing [2026-05-06T08:38:27.170Z] 06d1afb509d9: Waiting [2026-05-06T08:38:27.170Z] eeaa73608b53: Waiting [2026-05-06T08:38:27.170Z] 91f4cf011e6b: Layer already exists [2026-05-06T08:38:27.170Z] 08e84f8c161f: Layer already exists [2026-05-06T08:38:27.170Z] a8bb31501736: Layer already exists [2026-05-06T08:38:27.170Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:27.170Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:27.170Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:27.170Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:27.170Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:27.805Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:28.155Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2026-05-06T08:38:28.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2026-05-06T08:38:28.155Z] 08e84f8c161f: Preparing [2026-05-06T08:38:28.155Z] 91f4cf011e6b: Preparing [2026-05-06T08:38:28.155Z] a8bb31501736: Preparing [2026-05-06T08:38:28.155Z] b63f02ccd02e: Preparing [2026-05-06T08:38:28.155Z] 20332a1d0266: Preparing [2026-05-06T08:38:28.155Z] 06d1afb509d9: Preparing [2026-05-06T08:38:28.155Z] eeaa73608b53: Preparing [2026-05-06T08:38:28.155Z] 06d1afb509d9: Waiting [2026-05-06T08:38:28.155Z] eeaa73608b53: Waiting [2026-05-06T08:38:28.155Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:28.155Z] a8bb31501736: Layer already exists [2026-05-06T08:38:28.155Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:28.155Z] 91f4cf011e6b: Layer already exists [2026-05-06T08:38:28.155Z] 08e84f8c161f: Layer already exists [2026-05-06T08:38:28.155Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:28.155Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:28.420Z] main: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:38:28.506Z] ===================================================== [Pipeline] echo [2026-05-06T08:38:28.526Z] taggedImages: [2026-05-06T08:38:28.526Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:28.526Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2026-05-06T08:38:28.526Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [2026-05-06T08:38:28.526Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:28.526Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-05-06T08:38:28.557Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2026-05-06T08:38:28.557Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:28.557Z] latest [2026-05-06T08:38:28.557Z] 4.1.0-dev.112 [2026-05-06T08:38:28.557Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:28.557Z] main [2026-05-06T08:38:28.557Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:28.944Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:29.410Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:29.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-06T08:38:29.410Z] 7b5620d286a3: Preparing [2026-05-06T08:38:29.410Z] 1edc2402578c: Preparing [2026-05-06T08:38:29.410Z] 35c6b849a13f: Preparing [2026-05-06T08:38:29.410Z] f7500d1aa262: Preparing [2026-05-06T08:38:29.410Z] a8bb31501736: Preparing [2026-05-06T08:38:29.410Z] b63f02ccd02e: Preparing [2026-05-06T08:38:29.410Z] 20332a1d0266: Preparing [2026-05-06T08:38:29.410Z] 06d1afb509d9: Preparing [2026-05-06T08:38:29.410Z] eeaa73608b53: Preparing [2026-05-06T08:38:29.410Z] b63f02ccd02e: Waiting [2026-05-06T08:38:29.410Z] 20332a1d0266: Waiting [2026-05-06T08:38:29.410Z] 06d1afb509d9: Waiting [2026-05-06T08:38:29.410Z] eeaa73608b53: Waiting [2026-05-06T08:38:29.410Z] a8bb31501736: Layer already exists [2026-05-06T08:38:29.410Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:29.410Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:29.410Z] 1edc2402578c: Pushed [2026-05-06T08:38:29.410Z] 35c6b849a13f: Pushed [2026-05-06T08:38:29.410Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:29.410Z] 7b5620d286a3: Pushed [2026-05-06T08:38:29.410Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:32.736Z] f7500d1aa262: Pushed [2026-05-06T08:38:32.736Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:33.107Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:36.034Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-05-06T08:38:36.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-06T08:38:36.034Z] 7b5620d286a3: Preparing [2026-05-06T08:38:36.034Z] 1edc2402578c: Preparing [2026-05-06T08:38:36.034Z] 35c6b849a13f: Preparing [2026-05-06T08:38:36.034Z] f7500d1aa262: Preparing [2026-05-06T08:38:36.034Z] a8bb31501736: Preparing [2026-05-06T08:38:36.034Z] b63f02ccd02e: Preparing [2026-05-06T08:38:36.034Z] 20332a1d0266: Preparing [2026-05-06T08:38:36.034Z] 06d1afb509d9: Preparing [2026-05-06T08:38:36.034Z] eeaa73608b53: Preparing [2026-05-06T08:38:36.034Z] 20332a1d0266: Waiting [2026-05-06T08:38:36.034Z] 06d1afb509d9: Waiting [2026-05-06T08:38:36.034Z] b63f02ccd02e: Waiting [2026-05-06T08:38:36.034Z] eeaa73608b53: Waiting [2026-05-06T08:38:36.034Z] 1edc2402578c: Layer already exists [2026-05-06T08:38:36.034Z] 35c6b849a13f: Layer already exists [2026-05-06T08:38:36.034Z] f7500d1aa262: Layer already exists [2026-05-06T08:38:36.034Z] 7b5620d286a3: Layer already exists [2026-05-06T08:38:36.034Z] a8bb31501736: Layer already exists [2026-05-06T08:38:36.034Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:36.034Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:36.034Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:36.034Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:36.299Z] latest: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:36.670Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:37.027Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [2026-05-06T08:38:37.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-06T08:38:37.028Z] 7b5620d286a3: Preparing [2026-05-06T08:38:37.028Z] 1edc2402578c: Preparing [2026-05-06T08:38:37.028Z] 35c6b849a13f: Preparing [2026-05-06T08:38:37.028Z] f7500d1aa262: Preparing [2026-05-06T08:38:37.028Z] a8bb31501736: Preparing [2026-05-06T08:38:37.028Z] b63f02ccd02e: Preparing [2026-05-06T08:38:37.028Z] 20332a1d0266: Preparing [2026-05-06T08:38:37.028Z] 06d1afb509d9: Preparing [2026-05-06T08:38:37.028Z] eeaa73608b53: Preparing [2026-05-06T08:38:37.028Z] b63f02ccd02e: Waiting [2026-05-06T08:38:37.028Z] 20332a1d0266: Waiting [2026-05-06T08:38:37.028Z] 06d1afb509d9: Waiting [2026-05-06T08:38:37.028Z] eeaa73608b53: Waiting [2026-05-06T08:38:37.028Z] f7500d1aa262: Layer already exists [2026-05-06T08:38:37.028Z] a8bb31501736: Layer already exists [2026-05-06T08:38:37.028Z] 7b5620d286a3: Layer already exists [2026-05-06T08:38:37.028Z] 35c6b849a13f: Layer already exists [2026-05-06T08:38:37.028Z] 1edc2402578c: Layer already exists [2026-05-06T08:38:37.028Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:37.028Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:37.028Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:37.028Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:37.513Z] 4.1.0-dev.112: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:37.883Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:38.239Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:38.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-06T08:38:38.240Z] 7b5620d286a3: Preparing [2026-05-06T08:38:38.240Z] 1edc2402578c: Preparing [2026-05-06T08:38:38.240Z] 35c6b849a13f: Preparing [2026-05-06T08:38:38.240Z] f7500d1aa262: Preparing [2026-05-06T08:38:38.240Z] a8bb31501736: Preparing [2026-05-06T08:38:38.240Z] b63f02ccd02e: Preparing [2026-05-06T08:38:38.240Z] 20332a1d0266: Preparing [2026-05-06T08:38:38.240Z] 06d1afb509d9: Preparing [2026-05-06T08:38:38.240Z] eeaa73608b53: Preparing [2026-05-06T08:38:38.240Z] b63f02ccd02e: Waiting [2026-05-06T08:38:38.240Z] 06d1afb509d9: Waiting [2026-05-06T08:38:38.240Z] eeaa73608b53: Waiting [2026-05-06T08:38:38.240Z] 20332a1d0266: Waiting [2026-05-06T08:38:38.240Z] a8bb31501736: Layer already exists [2026-05-06T08:38:38.240Z] 1edc2402578c: Layer already exists [2026-05-06T08:38:38.240Z] 7b5620d286a3: Layer already exists [2026-05-06T08:38:38.240Z] 35c6b849a13f: Layer already exists [2026-05-06T08:38:38.240Z] f7500d1aa262: Layer already exists [2026-05-06T08:38:38.240Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:38.240Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:38.240Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:38.240Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:38.502Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:38.854Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:39.208Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2026-05-06T08:38:39.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2026-05-06T08:38:39.208Z] 7b5620d286a3: Preparing [2026-05-06T08:38:39.208Z] 1edc2402578c: Preparing [2026-05-06T08:38:39.208Z] 35c6b849a13f: Preparing [2026-05-06T08:38:39.208Z] f7500d1aa262: Preparing [2026-05-06T08:38:39.208Z] a8bb31501736: Preparing [2026-05-06T08:38:39.208Z] b63f02ccd02e: Preparing [2026-05-06T08:38:39.208Z] 20332a1d0266: Preparing [2026-05-06T08:38:39.208Z] 06d1afb509d9: Preparing [2026-05-06T08:38:39.208Z] eeaa73608b53: Preparing [2026-05-06T08:38:39.208Z] 20332a1d0266: Waiting [2026-05-06T08:38:39.208Z] 06d1afb509d9: Waiting [2026-05-06T08:38:39.208Z] b63f02ccd02e: Waiting [2026-05-06T08:38:39.208Z] eeaa73608b53: Waiting [2026-05-06T08:38:39.208Z] a8bb31501736: Layer already exists [2026-05-06T08:38:39.208Z] 35c6b849a13f: Layer already exists [2026-05-06T08:38:39.208Z] 7b5620d286a3: Layer already exists [2026-05-06T08:38:39.208Z] f7500d1aa262: Layer already exists [2026-05-06T08:38:39.208Z] 1edc2402578c: Layer already exists [2026-05-06T08:38:39.208Z] 06d1afb509d9: Layer already exists [2026-05-06T08:38:39.208Z] 20332a1d0266: Layer already exists [2026-05-06T08:38:39.208Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:39.208Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:39.472Z] main: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:38:39.556Z] ===================================================== [Pipeline] echo [2026-05-06T08:38:39.572Z] taggedImages: [2026-05-06T08:38:39.572Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:39.572Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2026-05-06T08:38:39.572Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [2026-05-06T08:38:39.572Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:39.572Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-05-06T08:38:39.608Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2026-05-06T08:38:39.608Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:39.608Z] latest [2026-05-06T08:38:39.608Z] 4.1.0-dev.112 [2026-05-06T08:38:39.608Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:39.608Z] main [2026-05-06T08:38:39.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:40.009Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:40.401Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:40.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-06T08:38:40.401Z] 1f4974f9f269: Preparing [2026-05-06T08:38:40.401Z] ff0e1e72301f: Preparing [2026-05-06T08:38:40.401Z] a8bb31501736: Preparing [2026-05-06T08:38:40.401Z] b63f02ccd02e: Preparing [2026-05-06T08:38:40.401Z] 799a3838c486: Preparing [2026-05-06T08:38:40.401Z] 9c5a7c24ed8c: Preparing [2026-05-06T08:38:40.401Z] eeaa73608b53: Preparing [2026-05-06T08:38:40.401Z] 9c5a7c24ed8c: Waiting [2026-05-06T08:38:40.401Z] eeaa73608b53: Waiting [2026-05-06T08:38:40.401Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:40.401Z] a8bb31501736: Layer already exists [2026-05-06T08:38:40.401Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:40.694Z] 1f4974f9f269: Pushed [2026-05-06T08:38:40.694Z] 799a3838c486: Pushed [2026-05-06T08:38:40.694Z] 9c5a7c24ed8c: Pushed [2026-05-06T08:38:49.235Z] ff0e1e72301f: Pushed [2026-05-06T08:38:49.235Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:50.576Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:51.156Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-05-06T08:38:51.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-06T08:38:51.156Z] 1f4974f9f269: Preparing [2026-05-06T08:38:51.156Z] ff0e1e72301f: Preparing [2026-05-06T08:38:51.156Z] a8bb31501736: Preparing [2026-05-06T08:38:51.156Z] b63f02ccd02e: Preparing [2026-05-06T08:38:51.156Z] 799a3838c486: Preparing [2026-05-06T08:38:51.156Z] 9c5a7c24ed8c: Preparing [2026-05-06T08:38:51.156Z] eeaa73608b53: Preparing [2026-05-06T08:38:51.156Z] 9c5a7c24ed8c: Waiting [2026-05-06T08:38:51.156Z] eeaa73608b53: Waiting [2026-05-06T08:38:51.156Z] a8bb31501736: Layer already exists [2026-05-06T08:38:51.156Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:51.156Z] 1f4974f9f269: Layer already exists [2026-05-06T08:38:51.156Z] ff0e1e72301f: Layer already exists [2026-05-06T08:38:51.156Z] 799a3838c486: Layer already exists [2026-05-06T08:38:51.156Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:51.156Z] 9c5a7c24ed8c: Layer already exists [2026-05-06T08:38:51.418Z] latest: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:51.796Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:52.186Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [2026-05-06T08:38:52.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-06T08:38:52.186Z] 1f4974f9f269: Preparing [2026-05-06T08:38:52.186Z] ff0e1e72301f: Preparing [2026-05-06T08:38:52.186Z] a8bb31501736: Preparing [2026-05-06T08:38:52.186Z] b63f02ccd02e: Preparing [2026-05-06T08:38:52.186Z] 799a3838c486: Preparing [2026-05-06T08:38:52.186Z] 9c5a7c24ed8c: Preparing [2026-05-06T08:38:52.186Z] eeaa73608b53: Preparing [2026-05-06T08:38:52.186Z] 9c5a7c24ed8c: Waiting [2026-05-06T08:38:52.186Z] eeaa73608b53: Waiting [2026-05-06T08:38:52.186Z] 1f4974f9f269: Layer already exists [2026-05-06T08:38:52.186Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:52.186Z] ff0e1e72301f: Layer already exists [2026-05-06T08:38:52.186Z] 799a3838c486: Layer already exists [2026-05-06T08:38:52.186Z] a8bb31501736: Layer already exists [2026-05-06T08:38:52.186Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:52.186Z] 9c5a7c24ed8c: Layer already exists [2026-05-06T08:38:52.450Z] 4.1.0-dev.112: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:52.816Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:53.196Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:53.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-06T08:38:53.196Z] 1f4974f9f269: Preparing [2026-05-06T08:38:53.196Z] ff0e1e72301f: Preparing [2026-05-06T08:38:53.196Z] a8bb31501736: Preparing [2026-05-06T08:38:53.196Z] b63f02ccd02e: Preparing [2026-05-06T08:38:53.196Z] 799a3838c486: Preparing [2026-05-06T08:38:53.196Z] 9c5a7c24ed8c: Preparing [2026-05-06T08:38:53.196Z] eeaa73608b53: Preparing [2026-05-06T08:38:53.196Z] 9c5a7c24ed8c: Waiting [2026-05-06T08:38:53.196Z] eeaa73608b53: Waiting [2026-05-06T08:38:53.196Z] 799a3838c486: Layer already exists [2026-05-06T08:38:53.196Z] a8bb31501736: Layer already exists [2026-05-06T08:38:53.196Z] ff0e1e72301f: Layer already exists [2026-05-06T08:38:53.196Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:53.196Z] 1f4974f9f269: Layer already exists [2026-05-06T08:38:53.196Z] 9c5a7c24ed8c: Layer already exists [2026-05-06T08:38:53.196Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:53.196Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:53.814Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:54.165Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2026-05-06T08:38:54.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2026-05-06T08:38:54.165Z] 1f4974f9f269: Preparing [2026-05-06T08:38:54.165Z] ff0e1e72301f: Preparing [2026-05-06T08:38:54.165Z] a8bb31501736: Preparing [2026-05-06T08:38:54.165Z] b63f02ccd02e: Preparing [2026-05-06T08:38:54.165Z] 799a3838c486: Preparing [2026-05-06T08:38:54.165Z] 9c5a7c24ed8c: Preparing [2026-05-06T08:38:54.165Z] eeaa73608b53: Preparing [2026-05-06T08:38:54.165Z] 9c5a7c24ed8c: Waiting [2026-05-06T08:38:54.165Z] eeaa73608b53: Waiting [2026-05-06T08:38:54.165Z] 1f4974f9f269: Layer already exists [2026-05-06T08:38:54.165Z] 799a3838c486: Layer already exists [2026-05-06T08:38:54.165Z] ff0e1e72301f: Layer already exists [2026-05-06T08:38:54.165Z] a8bb31501736: Layer already exists [2026-05-06T08:38:54.165Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:54.165Z] 9c5a7c24ed8c: Layer already exists [2026-05-06T08:38:54.165Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:54.429Z] main: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:38:54.515Z] ===================================================== [Pipeline] echo [2026-05-06T08:38:54.529Z] taggedImages: [2026-05-06T08:38:54.529Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:54.529Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2026-05-06T08:38:54.529Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [2026-05-06T08:38:54.529Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:54.529Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-05-06T08:38:54.556Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2026-05-06T08:38:54.556Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:54.556Z] latest [2026-05-06T08:38:54.556Z] 4.1.0-dev.112 [2026-05-06T08:38:54.556Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:38:54.556Z] main [2026-05-06T08:38:54.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:54.930Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:38:55.285Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:38:55.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-06T08:38:55.285Z] 2f9faf825ef3: Preparing [2026-05-06T08:38:55.285Z] b099929ffe1e: Preparing [2026-05-06T08:38:55.285Z] b63f02ccd02e: Preparing [2026-05-06T08:38:55.285Z] 05f518d41029: Preparing [2026-05-06T08:38:55.285Z] 0ce7244de248: Preparing [2026-05-06T08:38:55.285Z] eeaa73608b53: Preparing [2026-05-06T08:38:55.285Z] eeaa73608b53: Waiting [2026-05-06T08:38:55.285Z] b63f02ccd02e: Layer already exists [2026-05-06T08:38:55.549Z] eeaa73608b53: Layer already exists [2026-05-06T08:38:55.549Z] 0ce7244de248: Pushed [2026-05-06T08:38:55.549Z] 2f9faf825ef3: Pushed [2026-05-06T08:38:55.549Z] 05f518d41029: Pushed [2026-05-06T08:39:07.847Z] b099929ffe1e: Pushed [2026-05-06T08:39:07.847Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:08.205Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:08.545Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-05-06T08:39:08.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-06T08:39:08.546Z] 2f9faf825ef3: Preparing [2026-05-06T08:39:08.546Z] b099929ffe1e: Preparing [2026-05-06T08:39:08.546Z] b63f02ccd02e: Preparing [2026-05-06T08:39:08.546Z] 05f518d41029: Preparing [2026-05-06T08:39:08.546Z] 0ce7244de248: Preparing [2026-05-06T08:39:08.546Z] eeaa73608b53: Preparing [2026-05-06T08:39:08.546Z] eeaa73608b53: Waiting [2026-05-06T08:39:08.546Z] 2f9faf825ef3: Layer already exists [2026-05-06T08:39:08.546Z] b099929ffe1e: Layer already exists [2026-05-06T08:39:08.546Z] 0ce7244de248: Layer already exists [2026-05-06T08:39:08.546Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:08.546Z] 05f518d41029: Layer already exists [2026-05-06T08:39:08.546Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:10.042Z] latest: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:10.613Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:10.970Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [2026-05-06T08:39:10.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-06T08:39:10.970Z] 2f9faf825ef3: Preparing [2026-05-06T08:39:10.970Z] b099929ffe1e: Preparing [2026-05-06T08:39:10.970Z] b63f02ccd02e: Preparing [2026-05-06T08:39:10.970Z] 05f518d41029: Preparing [2026-05-06T08:39:10.970Z] 0ce7244de248: Preparing [2026-05-06T08:39:10.970Z] eeaa73608b53: Preparing [2026-05-06T08:39:10.970Z] eeaa73608b53: Waiting [2026-05-06T08:39:10.970Z] 2f9faf825ef3: Layer already exists [2026-05-06T08:39:10.970Z] 0ce7244de248: Layer already exists [2026-05-06T08:39:10.970Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:10.970Z] 05f518d41029: Layer already exists [2026-05-06T08:39:10.970Z] b099929ffe1e: Layer already exists [2026-05-06T08:39:10.970Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:10.970Z] 4.1.0-dev.112: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:11.601Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:11.942Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:11.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-06T08:39:11.942Z] 2f9faf825ef3: Preparing [2026-05-06T08:39:11.942Z] b099929ffe1e: Preparing [2026-05-06T08:39:11.942Z] b63f02ccd02e: Preparing [2026-05-06T08:39:11.942Z] 05f518d41029: Preparing [2026-05-06T08:39:11.942Z] 0ce7244de248: Preparing [2026-05-06T08:39:11.942Z] eeaa73608b53: Preparing [2026-05-06T08:39:11.942Z] 0ce7244de248: Layer already exists [2026-05-06T08:39:11.943Z] 05f518d41029: Layer already exists [2026-05-06T08:39:11.943Z] 2f9faf825ef3: Layer already exists [2026-05-06T08:39:11.943Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:11.943Z] b099929ffe1e: Layer already exists [2026-05-06T08:39:11.943Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:11.943Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:12.552Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:12.901Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2026-05-06T08:39:12.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2026-05-06T08:39:12.901Z] 2f9faf825ef3: Preparing [2026-05-06T08:39:12.901Z] b099929ffe1e: Preparing [2026-05-06T08:39:12.901Z] b63f02ccd02e: Preparing [2026-05-06T08:39:12.901Z] 05f518d41029: Preparing [2026-05-06T08:39:12.901Z] 0ce7244de248: Preparing [2026-05-06T08:39:12.901Z] eeaa73608b53: Preparing [2026-05-06T08:39:12.901Z] eeaa73608b53: Waiting [2026-05-06T08:39:12.901Z] 05f518d41029: Layer already exists [2026-05-06T08:39:12.901Z] 2f9faf825ef3: Layer already exists [2026-05-06T08:39:12.901Z] 0ce7244de248: Layer already exists [2026-05-06T08:39:12.901Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:12.901Z] b099929ffe1e: Layer already exists [2026-05-06T08:39:12.901Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:12.901Z] main: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:39:13.240Z] ===================================================== [Pipeline] echo [2026-05-06T08:39:13.254Z] taggedImages: [2026-05-06T08:39:13.254Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:13.254Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2026-05-06T08:39:13.254Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [2026-05-06T08:39:13.254Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:13.254Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-05-06T08:39:13.285Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2026-05-06T08:39:13.285Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:13.285Z] latest [2026-05-06T08:39:13.285Z] 4.1.0-dev.112 [2026-05-06T08:39:13.285Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:13.285Z] main [2026-05-06T08:39:13.285Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:13.729Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:14.081Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:14.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-06T08:39:14.081Z] 4a271c597509: Preparing [2026-05-06T08:39:14.081Z] b7ebc1f4e1d2: Preparing [2026-05-06T08:39:14.081Z] 00ee9a9724ac: Preparing [2026-05-06T08:39:14.081Z] a8bb31501736: Preparing [2026-05-06T08:39:14.081Z] b63f02ccd02e: Preparing [2026-05-06T08:39:14.081Z] 20332a1d0266: Preparing [2026-05-06T08:39:14.081Z] 06d1afb509d9: Preparing [2026-05-06T08:39:14.081Z] eeaa73608b53: Preparing [2026-05-06T08:39:14.081Z] 06d1afb509d9: Waiting [2026-05-06T08:39:14.081Z] eeaa73608b53: Waiting [2026-05-06T08:39:14.081Z] 20332a1d0266: Waiting [2026-05-06T08:39:14.081Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:14.081Z] a8bb31501736: Layer already exists [2026-05-06T08:39:14.349Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:14.349Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:14.349Z] b7ebc1f4e1d2: Pushed [2026-05-06T08:39:14.349Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:14.349Z] 4a271c597509: Pushed [2026-05-06T08:39:23.073Z] 00ee9a9724ac: Pushed [2026-05-06T08:39:23.073Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:23.436Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:23.782Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-05-06T08:39:23.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-06T08:39:23.783Z] 4a271c597509: Preparing [2026-05-06T08:39:23.783Z] b7ebc1f4e1d2: Preparing [2026-05-06T08:39:23.783Z] 00ee9a9724ac: Preparing [2026-05-06T08:39:23.783Z] a8bb31501736: Preparing [2026-05-06T08:39:23.783Z] b63f02ccd02e: Preparing [2026-05-06T08:39:23.783Z] 20332a1d0266: Preparing [2026-05-06T08:39:23.783Z] 06d1afb509d9: Preparing [2026-05-06T08:39:23.783Z] eeaa73608b53: Preparing [2026-05-06T08:39:23.783Z] 20332a1d0266: Waiting [2026-05-06T08:39:23.783Z] 06d1afb509d9: Waiting [2026-05-06T08:39:23.783Z] eeaa73608b53: Waiting [2026-05-06T08:39:23.783Z] 00ee9a9724ac: Layer already exists [2026-05-06T08:39:23.783Z] a8bb31501736: Layer already exists [2026-05-06T08:39:23.783Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:23.783Z] b7ebc1f4e1d2: Layer already exists [2026-05-06T08:39:23.783Z] 4a271c597509: Layer already exists [2026-05-06T08:39:23.783Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:23.783Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:23.783Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:24.045Z] latest: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:24.392Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:24.728Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [2026-05-06T08:39:24.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-06T08:39:24.728Z] 4a271c597509: Preparing [2026-05-06T08:39:24.728Z] b7ebc1f4e1d2: Preparing [2026-05-06T08:39:24.728Z] 00ee9a9724ac: Preparing [2026-05-06T08:39:24.728Z] a8bb31501736: Preparing [2026-05-06T08:39:24.728Z] b63f02ccd02e: Preparing [2026-05-06T08:39:24.728Z] 20332a1d0266: Preparing [2026-05-06T08:39:24.728Z] 06d1afb509d9: Preparing [2026-05-06T08:39:24.728Z] 20332a1d0266: Waiting [2026-05-06T08:39:24.728Z] eeaa73608b53: Preparing [2026-05-06T08:39:24.728Z] 06d1afb509d9: Waiting [2026-05-06T08:39:24.728Z] eeaa73608b53: Waiting [2026-05-06T08:39:24.728Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:24.728Z] 4a271c597509: Layer already exists [2026-05-06T08:39:24.728Z] b7ebc1f4e1d2: Layer already exists [2026-05-06T08:39:24.728Z] 00ee9a9724ac: Layer already exists [2026-05-06T08:39:24.728Z] a8bb31501736: Layer already exists [2026-05-06T08:39:24.728Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:24.728Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:24.728Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:24.995Z] 4.1.0-dev.112: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:25.341Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:25.685Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:25.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-06T08:39:25.685Z] 4a271c597509: Preparing [2026-05-06T08:39:25.685Z] b7ebc1f4e1d2: Preparing [2026-05-06T08:39:25.685Z] 00ee9a9724ac: Preparing [2026-05-06T08:39:25.685Z] a8bb31501736: Preparing [2026-05-06T08:39:25.685Z] b63f02ccd02e: Preparing [2026-05-06T08:39:25.685Z] 20332a1d0266: Preparing [2026-05-06T08:39:25.685Z] 06d1afb509d9: Preparing [2026-05-06T08:39:25.685Z] eeaa73608b53: Preparing [2026-05-06T08:39:25.685Z] 20332a1d0266: Waiting [2026-05-06T08:39:25.685Z] eeaa73608b53: Waiting [2026-05-06T08:39:25.685Z] 06d1afb509d9: Waiting [2026-05-06T08:39:25.685Z] b7ebc1f4e1d2: Layer already exists [2026-05-06T08:39:25.685Z] 4a271c597509: Layer already exists [2026-05-06T08:39:25.685Z] a8bb31501736: Layer already exists [2026-05-06T08:39:25.685Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:25.685Z] 00ee9a9724ac: Layer already exists [2026-05-06T08:39:25.685Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:25.685Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:25.685Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:25.948Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:26.321Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:26.676Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2026-05-06T08:39:26.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2026-05-06T08:39:26.676Z] 4a271c597509: Preparing [2026-05-06T08:39:26.676Z] b7ebc1f4e1d2: Preparing [2026-05-06T08:39:26.676Z] 00ee9a9724ac: Preparing [2026-05-06T08:39:26.676Z] a8bb31501736: Preparing [2026-05-06T08:39:26.676Z] b63f02ccd02e: Preparing [2026-05-06T08:39:26.676Z] 20332a1d0266: Preparing [2026-05-06T08:39:26.676Z] 06d1afb509d9: Preparing [2026-05-06T08:39:26.676Z] eeaa73608b53: Preparing [2026-05-06T08:39:26.676Z] 20332a1d0266: Waiting [2026-05-06T08:39:26.676Z] 06d1afb509d9: Waiting [2026-05-06T08:39:26.676Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:26.676Z] 4a271c597509: Layer already exists [2026-05-06T08:39:26.676Z] a8bb31501736: Layer already exists [2026-05-06T08:39:26.676Z] 00ee9a9724ac: Layer already exists [2026-05-06T08:39:26.676Z] b7ebc1f4e1d2: Layer already exists [2026-05-06T08:39:26.676Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:26.676Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:26.676Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:26.940Z] main: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:39:27.021Z] ===================================================== [Pipeline] echo [2026-05-06T08:39:27.036Z] taggedImages: [2026-05-06T08:39:27.037Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:27.037Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2026-05-06T08:39:27.037Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [2026-05-06T08:39:27.037Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:27.037Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-05-06T08:39:27.069Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2026-05-06T08:39:27.069Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:27.069Z] latest [2026-05-06T08:39:27.069Z] 4.1.0-dev.112 [2026-05-06T08:39:27.069Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:27.069Z] main [2026-05-06T08:39:27.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:27.447Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:27.816Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:27.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-06T08:39:27.816Z] 3f9f7121379d: Preparing [2026-05-06T08:39:27.816Z] 75884dbfe733: Preparing [2026-05-06T08:39:27.816Z] 6e5a00e9f4b2: Preparing [2026-05-06T08:39:27.816Z] 7debc434036e: Preparing [2026-05-06T08:39:27.816Z] d526b118a0a2: Preparing [2026-05-06T08:39:27.816Z] 137bf3aa8df2: Preparing [2026-05-06T08:39:27.816Z] 5966d18290e7: Preparing [2026-05-06T08:39:27.816Z] a8bb31501736: Preparing [2026-05-06T08:39:27.816Z] b63f02ccd02e: Preparing [2026-05-06T08:39:27.816Z] e3a1f8a4582c: Preparing [2026-05-06T08:39:27.816Z] b2f5cb076f13: Preparing [2026-05-06T08:39:27.816Z] 5f70bf18a086: Preparing [2026-05-06T08:39:27.816Z] 14de3c5a1fd2: Preparing [2026-05-06T08:39:27.816Z] a78071090c9b: Preparing [2026-05-06T08:39:27.816Z] 93d4541858f9: Preparing [2026-05-06T08:39:27.816Z] eeaa73608b53: Preparing [2026-05-06T08:39:27.816Z] e3a1f8a4582c: Waiting [2026-05-06T08:39:27.816Z] b2f5cb076f13: Waiting [2026-05-06T08:39:27.816Z] 5f70bf18a086: Waiting [2026-05-06T08:39:27.816Z] 14de3c5a1fd2: Waiting [2026-05-06T08:39:27.816Z] a78071090c9b: Waiting [2026-05-06T08:39:27.816Z] 137bf3aa8df2: Waiting [2026-05-06T08:39:27.816Z] 93d4541858f9: Waiting [2026-05-06T08:39:27.816Z] eeaa73608b53: Waiting [2026-05-06T08:39:27.816Z] 5966d18290e7: Waiting [2026-05-06T08:39:27.816Z] a8bb31501736: Waiting [2026-05-06T08:39:27.816Z] b63f02ccd02e: Waiting [2026-05-06T08:39:28.092Z] 6e5a00e9f4b2: Pushed [2026-05-06T08:39:28.092Z] d526b118a0a2: Pushed [2026-05-06T08:39:28.092Z] 75884dbfe733: Pushed [2026-05-06T08:39:28.092Z] 3f9f7121379d: Pushed [2026-05-06T08:39:28.092Z] 7debc434036e: Pushed [2026-05-06T08:39:28.092Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:28.092Z] a8bb31501736: Layer already exists [2026-05-06T08:39:28.092Z] 5f70bf18a086: Layer already exists [2026-05-06T08:39:28.361Z] 137bf3aa8df2: Pushed [2026-05-06T08:39:28.361Z] e3a1f8a4582c: Pushed [2026-05-06T08:39:28.361Z] b2f5cb076f13: Pushed [2026-05-06T08:39:28.361Z] 14de3c5a1fd2: Pushed [2026-05-06T08:39:28.361Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:28.361Z] a78071090c9b: Pushed [2026-05-06T08:39:28.361Z] 93d4541858f9: Pushed [2026-05-06T08:39:31.709Z] 5966d18290e7: Pushed [2026-05-06T08:39:31.709Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:32.065Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:32.994Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-05-06T08:39:32.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-06T08:39:32.994Z] 3f9f7121379d: Preparing [2026-05-06T08:39:32.994Z] 75884dbfe733: Preparing [2026-05-06T08:39:32.994Z] 6e5a00e9f4b2: Preparing [2026-05-06T08:39:32.994Z] 7debc434036e: Preparing [2026-05-06T08:39:32.994Z] d526b118a0a2: Preparing [2026-05-06T08:39:32.994Z] 137bf3aa8df2: Preparing [2026-05-06T08:39:32.994Z] 5966d18290e7: Preparing [2026-05-06T08:39:32.994Z] a8bb31501736: Preparing [2026-05-06T08:39:32.994Z] b63f02ccd02e: Preparing [2026-05-06T08:39:32.994Z] e3a1f8a4582c: Preparing [2026-05-06T08:39:32.994Z] b2f5cb076f13: Preparing [2026-05-06T08:39:32.994Z] 5f70bf18a086: Preparing [2026-05-06T08:39:32.994Z] 14de3c5a1fd2: Preparing [2026-05-06T08:39:32.994Z] a78071090c9b: Preparing [2026-05-06T08:39:32.994Z] 93d4541858f9: Preparing [2026-05-06T08:39:32.994Z] eeaa73608b53: Preparing [2026-05-06T08:39:32.994Z] e3a1f8a4582c: Waiting [2026-05-06T08:39:32.994Z] b2f5cb076f13: Waiting [2026-05-06T08:39:32.994Z] 5f70bf18a086: Waiting [2026-05-06T08:39:32.994Z] 14de3c5a1fd2: Waiting [2026-05-06T08:39:32.994Z] a78071090c9b: Waiting [2026-05-06T08:39:32.994Z] 93d4541858f9: Waiting [2026-05-06T08:39:32.994Z] eeaa73608b53: Waiting [2026-05-06T08:39:32.994Z] a8bb31501736: Waiting [2026-05-06T08:39:32.994Z] 5966d18290e7: Waiting [2026-05-06T08:39:32.994Z] b63f02ccd02e: Waiting [2026-05-06T08:39:32.994Z] 137bf3aa8df2: Waiting [2026-05-06T08:39:32.994Z] 3f9f7121379d: Layer already exists [2026-05-06T08:39:32.994Z] 75884dbfe733: Layer already exists [2026-05-06T08:39:32.994Z] 7debc434036e: Layer already exists [2026-05-06T08:39:32.994Z] 6e5a00e9f4b2: Layer already exists [2026-05-06T08:39:32.994Z] d526b118a0a2: Layer already exists [2026-05-06T08:39:32.994Z] a8bb31501736: Layer already exists [2026-05-06T08:39:32.994Z] 137bf3aa8df2: Layer already exists [2026-05-06T08:39:32.994Z] 5966d18290e7: Layer already exists [2026-05-06T08:39:32.994Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:32.994Z] e3a1f8a4582c: Layer already exists [2026-05-06T08:39:32.994Z] b2f5cb076f13: Layer already exists [2026-05-06T08:39:32.994Z] 5f70bf18a086: Layer already exists [2026-05-06T08:39:32.994Z] a78071090c9b: Layer already exists [2026-05-06T08:39:32.994Z] 14de3c5a1fd2: Layer already exists [2026-05-06T08:39:32.994Z] 93d4541858f9: Layer already exists [2026-05-06T08:39:32.994Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:33.259Z] latest: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:33.616Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:33.963Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [2026-05-06T08:39:33.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-06T08:39:33.963Z] 3f9f7121379d: Preparing [2026-05-06T08:39:33.963Z] 75884dbfe733: Preparing [2026-05-06T08:39:33.963Z] 6e5a00e9f4b2: Preparing [2026-05-06T08:39:33.963Z] 7debc434036e: Preparing [2026-05-06T08:39:33.963Z] d526b118a0a2: Preparing [2026-05-06T08:39:33.963Z] 137bf3aa8df2: Preparing [2026-05-06T08:39:33.963Z] 5966d18290e7: Preparing [2026-05-06T08:39:33.963Z] a8bb31501736: Preparing [2026-05-06T08:39:33.963Z] b63f02ccd02e: Preparing [2026-05-06T08:39:33.963Z] e3a1f8a4582c: Preparing [2026-05-06T08:39:33.963Z] b2f5cb076f13: Preparing [2026-05-06T08:39:33.963Z] 5f70bf18a086: Preparing [2026-05-06T08:39:33.963Z] 14de3c5a1fd2: Preparing [2026-05-06T08:39:33.963Z] a78071090c9b: Preparing [2026-05-06T08:39:33.963Z] 93d4541858f9: Preparing [2026-05-06T08:39:33.963Z] eeaa73608b53: Preparing [2026-05-06T08:39:33.963Z] e3a1f8a4582c: Waiting [2026-05-06T08:39:33.963Z] b2f5cb076f13: Waiting [2026-05-06T08:39:33.963Z] 5f70bf18a086: Waiting [2026-05-06T08:39:33.963Z] 14de3c5a1fd2: Waiting [2026-05-06T08:39:33.963Z] a78071090c9b: Waiting [2026-05-06T08:39:33.963Z] 93d4541858f9: Waiting [2026-05-06T08:39:33.963Z] eeaa73608b53: Waiting [2026-05-06T08:39:33.963Z] 5966d18290e7: Waiting [2026-05-06T08:39:33.963Z] a8bb31501736: Waiting [2026-05-06T08:39:33.963Z] 137bf3aa8df2: Waiting [2026-05-06T08:39:33.963Z] b63f02ccd02e: Waiting [2026-05-06T08:39:33.963Z] 7debc434036e: Layer already exists [2026-05-06T08:39:33.963Z] d526b118a0a2: Layer already exists [2026-05-06T08:39:33.963Z] 3f9f7121379d: Layer already exists [2026-05-06T08:39:33.963Z] 75884dbfe733: Layer already exists [2026-05-06T08:39:33.963Z] 6e5a00e9f4b2: Layer already exists [2026-05-06T08:39:33.963Z] a8bb31501736: Layer already exists [2026-05-06T08:39:33.963Z] 137bf3aa8df2: Layer already exists [2026-05-06T08:39:33.963Z] 5966d18290e7: Layer already exists [2026-05-06T08:39:33.963Z] e3a1f8a4582c: Layer already exists [2026-05-06T08:39:33.963Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:33.963Z] 14de3c5a1fd2: Layer already exists [2026-05-06T08:39:33.963Z] 93d4541858f9: Layer already exists [2026-05-06T08:39:33.963Z] b2f5cb076f13: Layer already exists [2026-05-06T08:39:33.963Z] a78071090c9b: Layer already exists [2026-05-06T08:39:33.963Z] 5f70bf18a086: Layer already exists [2026-05-06T08:39:33.963Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:34.227Z] 4.1.0-dev.112: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:34.576Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:34.934Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:34.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-06T08:39:34.934Z] 3f9f7121379d: Preparing [2026-05-06T08:39:34.934Z] 75884dbfe733: Preparing [2026-05-06T08:39:34.934Z] 6e5a00e9f4b2: Preparing [2026-05-06T08:39:34.934Z] 7debc434036e: Preparing [2026-05-06T08:39:34.934Z] d526b118a0a2: Preparing [2026-05-06T08:39:34.934Z] 137bf3aa8df2: Preparing [2026-05-06T08:39:34.934Z] 5966d18290e7: Preparing [2026-05-06T08:39:34.934Z] a8bb31501736: Preparing [2026-05-06T08:39:34.934Z] b63f02ccd02e: Preparing [2026-05-06T08:39:34.934Z] e3a1f8a4582c: Preparing [2026-05-06T08:39:34.934Z] b2f5cb076f13: Preparing [2026-05-06T08:39:34.934Z] 5f70bf18a086: Preparing [2026-05-06T08:39:34.934Z] 14de3c5a1fd2: Preparing [2026-05-06T08:39:34.934Z] a78071090c9b: Preparing [2026-05-06T08:39:34.934Z] 93d4541858f9: Preparing [2026-05-06T08:39:34.934Z] eeaa73608b53: Preparing [2026-05-06T08:39:34.934Z] e3a1f8a4582c: Waiting [2026-05-06T08:39:34.934Z] b2f5cb076f13: Waiting [2026-05-06T08:39:34.934Z] 5f70bf18a086: Waiting [2026-05-06T08:39:34.934Z] 14de3c5a1fd2: Waiting [2026-05-06T08:39:34.934Z] a78071090c9b: Waiting [2026-05-06T08:39:34.934Z] 93d4541858f9: Waiting [2026-05-06T08:39:34.934Z] eeaa73608b53: Waiting [2026-05-06T08:39:34.934Z] 5966d18290e7: Waiting [2026-05-06T08:39:34.934Z] a8bb31501736: Waiting [2026-05-06T08:39:34.934Z] b63f02ccd02e: Waiting [2026-05-06T08:39:34.934Z] 137bf3aa8df2: Waiting [2026-05-06T08:39:34.934Z] 7debc434036e: Layer already exists [2026-05-06T08:39:34.934Z] 6e5a00e9f4b2: Layer already exists [2026-05-06T08:39:34.934Z] d526b118a0a2: Layer already exists [2026-05-06T08:39:34.934Z] 3f9f7121379d: Layer already exists [2026-05-06T08:39:34.934Z] 75884dbfe733: Layer already exists [2026-05-06T08:39:34.934Z] 5966d18290e7: Layer already exists [2026-05-06T08:39:34.934Z] 137bf3aa8df2: Layer already exists [2026-05-06T08:39:34.934Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:34.934Z] a8bb31501736: Layer already exists [2026-05-06T08:39:34.934Z] e3a1f8a4582c: Layer already exists [2026-05-06T08:39:34.934Z] b2f5cb076f13: Layer already exists [2026-05-06T08:39:34.934Z] 5f70bf18a086: Layer already exists [2026-05-06T08:39:34.934Z] 14de3c5a1fd2: Layer already exists [2026-05-06T08:39:34.934Z] 93d4541858f9: Layer already exists [2026-05-06T08:39:34.934Z] a78071090c9b: Layer already exists [2026-05-06T08:39:34.934Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:35.198Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:35.564Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:35.906Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2026-05-06T08:39:35.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2026-05-06T08:39:35.906Z] 3f9f7121379d: Preparing [2026-05-06T08:39:35.906Z] 75884dbfe733: Preparing [2026-05-06T08:39:35.906Z] 6e5a00e9f4b2: Preparing [2026-05-06T08:39:35.906Z] 7debc434036e: Preparing [2026-05-06T08:39:35.906Z] d526b118a0a2: Preparing [2026-05-06T08:39:35.906Z] 137bf3aa8df2: Preparing [2026-05-06T08:39:35.906Z] 5966d18290e7: Preparing [2026-05-06T08:39:35.906Z] a8bb31501736: Preparing [2026-05-06T08:39:35.906Z] b63f02ccd02e: Preparing [2026-05-06T08:39:35.906Z] e3a1f8a4582c: Preparing [2026-05-06T08:39:35.906Z] b2f5cb076f13: Preparing [2026-05-06T08:39:35.906Z] 5f70bf18a086: Preparing [2026-05-06T08:39:35.906Z] 14de3c5a1fd2: Preparing [2026-05-06T08:39:35.906Z] a78071090c9b: Preparing [2026-05-06T08:39:35.906Z] 93d4541858f9: Preparing [2026-05-06T08:39:35.906Z] eeaa73608b53: Preparing [2026-05-06T08:39:35.906Z] e3a1f8a4582c: Waiting [2026-05-06T08:39:35.906Z] b2f5cb076f13: Waiting [2026-05-06T08:39:35.906Z] 5f70bf18a086: Waiting [2026-05-06T08:39:35.906Z] 14de3c5a1fd2: Waiting [2026-05-06T08:39:35.906Z] a78071090c9b: Waiting [2026-05-06T08:39:35.906Z] 93d4541858f9: Waiting [2026-05-06T08:39:35.906Z] eeaa73608b53: Waiting [2026-05-06T08:39:35.906Z] 137bf3aa8df2: Waiting [2026-05-06T08:39:35.906Z] 5966d18290e7: Waiting [2026-05-06T08:39:35.906Z] a8bb31501736: Waiting [2026-05-06T08:39:35.906Z] b63f02ccd02e: Waiting [2026-05-06T08:39:35.906Z] 6e5a00e9f4b2: Layer already exists [2026-05-06T08:39:35.906Z] d526b118a0a2: Layer already exists [2026-05-06T08:39:35.907Z] 3f9f7121379d: Layer already exists [2026-05-06T08:39:35.907Z] 7debc434036e: Layer already exists [2026-05-06T08:39:35.907Z] 75884dbfe733: Layer already exists [2026-05-06T08:39:35.907Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:35.907Z] 137bf3aa8df2: Layer already exists [2026-05-06T08:39:35.907Z] e3a1f8a4582c: Layer already exists [2026-05-06T08:39:35.907Z] a8bb31501736: Layer already exists [2026-05-06T08:39:35.907Z] 5966d18290e7: Layer already exists [2026-05-06T08:39:35.907Z] b2f5cb076f13: Layer already exists [2026-05-06T08:39:35.907Z] 5f70bf18a086: Layer already exists [2026-05-06T08:39:35.907Z] a78071090c9b: Layer already exists [2026-05-06T08:39:35.907Z] 14de3c5a1fd2: Layer already exists [2026-05-06T08:39:35.907Z] 93d4541858f9: Layer already exists [2026-05-06T08:39:35.907Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:36.172Z] main: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:39:36.258Z] ===================================================== [Pipeline] echo [2026-05-06T08:39:36.270Z] taggedImages: [2026-05-06T08:39:36.270Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:36.270Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2026-05-06T08:39:36.270Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [2026-05-06T08:39:36.270Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:36.270Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-05-06T08:39:36.293Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2026-05-06T08:39:36.293Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:36.293Z] latest [2026-05-06T08:39:36.293Z] 4.1.0-dev.112 [2026-05-06T08:39:36.293Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:36.293Z] main [2026-05-06T08:39:36.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:36.661Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:37.010Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:37.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-06T08:39:37.010Z] 0c7c06c48988: Preparing [2026-05-06T08:39:37.010Z] 891a87924952: Preparing [2026-05-06T08:39:37.010Z] e367e2d63a7f: Preparing [2026-05-06T08:39:37.010Z] ff189b11da49: Preparing [2026-05-06T08:39:37.010Z] a8bb31501736: Preparing [2026-05-06T08:39:37.010Z] b63f02ccd02e: Preparing [2026-05-06T08:39:37.010Z] 20332a1d0266: Preparing [2026-05-06T08:39:37.010Z] 06d1afb509d9: Preparing [2026-05-06T08:39:37.010Z] eeaa73608b53: Preparing [2026-05-06T08:39:37.010Z] 20332a1d0266: Waiting [2026-05-06T08:39:37.010Z] 06d1afb509d9: Waiting [2026-05-06T08:39:37.010Z] eeaa73608b53: Waiting [2026-05-06T08:39:37.010Z] b63f02ccd02e: Waiting [2026-05-06T08:39:37.010Z] a8bb31501736: Layer already exists [2026-05-06T08:39:37.275Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:37.275Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:37.275Z] e367e2d63a7f: Pushed [2026-05-06T08:39:37.275Z] 891a87924952: Pushed [2026-05-06T08:39:37.275Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:37.275Z] 0c7c06c48988: Pushed [2026-05-06T08:39:37.275Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:45.475Z] ff189b11da49: Pushed [2026-05-06T08:39:47.422Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:47.778Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:48.122Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-05-06T08:39:48.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-06T08:39:48.122Z] 0c7c06c48988: Preparing [2026-05-06T08:39:48.122Z] 891a87924952: Preparing [2026-05-06T08:39:48.122Z] e367e2d63a7f: Preparing [2026-05-06T08:39:48.122Z] ff189b11da49: Preparing [2026-05-06T08:39:48.122Z] a8bb31501736: Preparing [2026-05-06T08:39:48.122Z] b63f02ccd02e: Preparing [2026-05-06T08:39:48.122Z] 20332a1d0266: Preparing [2026-05-06T08:39:48.122Z] 06d1afb509d9: Preparing [2026-05-06T08:39:48.122Z] eeaa73608b53: Preparing [2026-05-06T08:39:48.122Z] b63f02ccd02e: Waiting [2026-05-06T08:39:48.122Z] 20332a1d0266: Waiting [2026-05-06T08:39:48.122Z] 06d1afb509d9: Waiting [2026-05-06T08:39:48.122Z] eeaa73608b53: Waiting [2026-05-06T08:39:48.122Z] e367e2d63a7f: Layer already exists [2026-05-06T08:39:48.122Z] 0c7c06c48988: Layer already exists [2026-05-06T08:39:48.122Z] ff189b11da49: Layer already exists [2026-05-06T08:39:48.122Z] 891a87924952: Layer already exists [2026-05-06T08:39:48.122Z] a8bb31501736: Layer already exists [2026-05-06T08:39:48.122Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:48.122Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:48.122Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:48.122Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:48.386Z] latest: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:48.758Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:49.109Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [2026-05-06T08:39:49.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-06T08:39:49.109Z] 0c7c06c48988: Preparing [2026-05-06T08:39:49.109Z] 891a87924952: Preparing [2026-05-06T08:39:49.109Z] e367e2d63a7f: Preparing [2026-05-06T08:39:49.109Z] ff189b11da49: Preparing [2026-05-06T08:39:49.109Z] a8bb31501736: Preparing [2026-05-06T08:39:49.109Z] b63f02ccd02e: Preparing [2026-05-06T08:39:49.109Z] 20332a1d0266: Preparing [2026-05-06T08:39:49.109Z] 06d1afb509d9: Preparing [2026-05-06T08:39:49.109Z] b63f02ccd02e: Waiting [2026-05-06T08:39:49.110Z] eeaa73608b53: Preparing [2026-05-06T08:39:49.110Z] 06d1afb509d9: Waiting [2026-05-06T08:39:49.110Z] a8bb31501736: Layer already exists [2026-05-06T08:39:49.110Z] 0c7c06c48988: Layer already exists [2026-05-06T08:39:49.110Z] e367e2d63a7f: Layer already exists [2026-05-06T08:39:49.110Z] ff189b11da49: Layer already exists [2026-05-06T08:39:49.110Z] 891a87924952: Layer already exists [2026-05-06T08:39:49.110Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:49.110Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:49.110Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:49.110Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:49.374Z] 4.1.0-dev.112: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:49.729Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:50.085Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:50.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-06T08:39:50.085Z] 0c7c06c48988: Preparing [2026-05-06T08:39:50.085Z] 891a87924952: Preparing [2026-05-06T08:39:50.085Z] e367e2d63a7f: Preparing [2026-05-06T08:39:50.085Z] ff189b11da49: Preparing [2026-05-06T08:39:50.085Z] a8bb31501736: Preparing [2026-05-06T08:39:50.085Z] b63f02ccd02e: Preparing [2026-05-06T08:39:50.085Z] 20332a1d0266: Preparing [2026-05-06T08:39:50.085Z] 06d1afb509d9: Preparing [2026-05-06T08:39:50.085Z] eeaa73608b53: Preparing [2026-05-06T08:39:50.085Z] b63f02ccd02e: Waiting [2026-05-06T08:39:50.085Z] 20332a1d0266: Waiting [2026-05-06T08:39:50.085Z] 06d1afb509d9: Waiting [2026-05-06T08:39:50.085Z] eeaa73608b53: Waiting [2026-05-06T08:39:50.085Z] 0c7c06c48988: Layer already exists [2026-05-06T08:39:50.085Z] ff189b11da49: Layer already exists [2026-05-06T08:39:50.085Z] e367e2d63a7f: Layer already exists [2026-05-06T08:39:50.085Z] 891a87924952: Layer already exists [2026-05-06T08:39:50.085Z] a8bb31501736: Layer already exists [2026-05-06T08:39:50.085Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:50.085Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:50.085Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:50.085Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:50.346Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:50.698Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:51.062Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2026-05-06T08:39:51.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2026-05-06T08:39:51.062Z] 0c7c06c48988: Preparing [2026-05-06T08:39:51.062Z] 891a87924952: Preparing [2026-05-06T08:39:51.062Z] e367e2d63a7f: Preparing [2026-05-06T08:39:51.062Z] ff189b11da49: Preparing [2026-05-06T08:39:51.062Z] a8bb31501736: Preparing [2026-05-06T08:39:51.062Z] b63f02ccd02e: Preparing [2026-05-06T08:39:51.062Z] 20332a1d0266: Preparing [2026-05-06T08:39:51.062Z] 06d1afb509d9: Preparing [2026-05-06T08:39:51.062Z] eeaa73608b53: Preparing [2026-05-06T08:39:51.062Z] 20332a1d0266: Waiting [2026-05-06T08:39:51.062Z] 06d1afb509d9: Waiting [2026-05-06T08:39:51.062Z] eeaa73608b53: Waiting [2026-05-06T08:39:51.062Z] b63f02ccd02e: Waiting [2026-05-06T08:39:51.062Z] a8bb31501736: Layer already exists [2026-05-06T08:39:51.062Z] 0c7c06c48988: Layer already exists [2026-05-06T08:39:51.062Z] ff189b11da49: Layer already exists [2026-05-06T08:39:51.062Z] e367e2d63a7f: Layer already exists [2026-05-06T08:39:51.062Z] 891a87924952: Layer already exists [2026-05-06T08:39:51.062Z] 06d1afb509d9: Layer already exists [2026-05-06T08:39:51.062Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:51.062Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:51.062Z] 20332a1d0266: Layer already exists [2026-05-06T08:39:51.325Z] main: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:39:51.411Z] ===================================================== [Pipeline] echo [2026-05-06T08:39:51.424Z] taggedImages: [2026-05-06T08:39:51.424Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:51.424Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2026-05-06T08:39:51.424Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [2026-05-06T08:39:51.424Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:51.424Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-05-06T08:39:51.444Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2026-05-06T08:39:51.444Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:51.444Z] latest [2026-05-06T08:39:51.444Z] 4.1.0-dev.112 [2026-05-06T08:39:51.444Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:39:51.444Z] main [2026-05-06T08:39:51.444Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:51.808Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:39:52.174Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:39:52.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-06T08:39:52.174Z] 8205488a681d: Preparing [2026-05-06T08:39:52.174Z] 75cc91d25785: Preparing [2026-05-06T08:39:52.174Z] efd375d0bbd1: Preparing [2026-05-06T08:39:52.174Z] 23f4e643d86d: Preparing [2026-05-06T08:39:52.174Z] 1b291bcc6530: Preparing [2026-05-06T08:39:52.174Z] a8bb31501736: Preparing [2026-05-06T08:39:52.174Z] b63f02ccd02e: Preparing [2026-05-06T08:39:52.174Z] 4eff91be9982: Preparing [2026-05-06T08:39:52.174Z] 57ec99f51239: Preparing [2026-05-06T08:39:52.174Z] 9a1d79558426: Preparing [2026-05-06T08:39:52.174Z] eeaa73608b53: Preparing [2026-05-06T08:39:52.174Z] a8bb31501736: Waiting [2026-05-06T08:39:52.174Z] b63f02ccd02e: Waiting [2026-05-06T08:39:52.174Z] 4eff91be9982: Waiting [2026-05-06T08:39:52.174Z] 57ec99f51239: Waiting [2026-05-06T08:39:52.174Z] 9a1d79558426: Waiting [2026-05-06T08:39:52.174Z] eeaa73608b53: Waiting [2026-05-06T08:39:52.438Z] 23f4e643d86d: Pushed [2026-05-06T08:39:52.438Z] 75cc91d25785: Pushed [2026-05-06T08:39:52.438Z] 1b291bcc6530: Pushed [2026-05-06T08:39:52.438Z] 8205488a681d: Pushed [2026-05-06T08:39:52.438Z] a8bb31501736: Layer already exists [2026-05-06T08:39:52.438Z] b63f02ccd02e: Layer already exists [2026-05-06T08:39:52.438Z] eeaa73608b53: Layer already exists [2026-05-06T08:39:52.438Z] 4eff91be9982: Pushed [2026-05-06T08:39:52.704Z] 57ec99f51239: Pushed [2026-05-06T08:40:00.881Z] efd375d0bbd1: Pushed [2026-05-06T08:40:00.881Z] 9a1d79558426: Pushed [2026-05-06T08:40:01.459Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:01.808Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:02.152Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-05-06T08:40:02.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-06T08:40:02.152Z] 8205488a681d: Preparing [2026-05-06T08:40:02.152Z] 75cc91d25785: Preparing [2026-05-06T08:40:02.152Z] efd375d0bbd1: Preparing [2026-05-06T08:40:02.152Z] 23f4e643d86d: Preparing [2026-05-06T08:40:02.152Z] 1b291bcc6530: Preparing [2026-05-06T08:40:02.152Z] a8bb31501736: Preparing [2026-05-06T08:40:02.152Z] b63f02ccd02e: Preparing [2026-05-06T08:40:02.152Z] 4eff91be9982: Preparing [2026-05-06T08:40:02.152Z] 57ec99f51239: Preparing [2026-05-06T08:40:02.152Z] 9a1d79558426: Preparing [2026-05-06T08:40:02.152Z] eeaa73608b53: Preparing [2026-05-06T08:40:02.152Z] 4eff91be9982: Waiting [2026-05-06T08:40:02.152Z] 9a1d79558426: Waiting [2026-05-06T08:40:02.152Z] 57ec99f51239: Waiting [2026-05-06T08:40:02.152Z] a8bb31501736: Waiting [2026-05-06T08:40:02.152Z] b63f02ccd02e: Waiting [2026-05-06T08:40:02.152Z] 75cc91d25785: Layer already exists [2026-05-06T08:40:02.152Z] 1b291bcc6530: Layer already exists [2026-05-06T08:40:02.152Z] 23f4e643d86d: Layer already exists [2026-05-06T08:40:02.152Z] 8205488a681d: Layer already exists [2026-05-06T08:40:02.152Z] efd375d0bbd1: Layer already exists [2026-05-06T08:40:02.152Z] 57ec99f51239: Layer already exists [2026-05-06T08:40:02.152Z] a8bb31501736: Layer already exists [2026-05-06T08:40:02.152Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:02.152Z] 4eff91be9982: Layer already exists [2026-05-06T08:40:02.152Z] 9a1d79558426: Layer already exists [2026-05-06T08:40:02.152Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:02.415Z] latest: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:02.762Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:03.105Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [2026-05-06T08:40:03.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-06T08:40:03.105Z] 8205488a681d: Preparing [2026-05-06T08:40:03.105Z] 75cc91d25785: Preparing [2026-05-06T08:40:03.105Z] efd375d0bbd1: Preparing [2026-05-06T08:40:03.105Z] 23f4e643d86d: Preparing [2026-05-06T08:40:03.105Z] 1b291bcc6530: Preparing [2026-05-06T08:40:03.105Z] a8bb31501736: Preparing [2026-05-06T08:40:03.105Z] b63f02ccd02e: Preparing [2026-05-06T08:40:03.105Z] a8bb31501736: Waiting [2026-05-06T08:40:03.105Z] 4eff91be9982: Preparing [2026-05-06T08:40:03.105Z] b63f02ccd02e: Waiting [2026-05-06T08:40:03.105Z] 57ec99f51239: Preparing [2026-05-06T08:40:03.105Z] 9a1d79558426: Preparing [2026-05-06T08:40:03.105Z] 57ec99f51239: Waiting [2026-05-06T08:40:03.105Z] eeaa73608b53: Preparing [2026-05-06T08:40:03.105Z] 9a1d79558426: Waiting [2026-05-06T08:40:03.105Z] 23f4e643d86d: Layer already exists [2026-05-06T08:40:03.105Z] 8205488a681d: Layer already exists [2026-05-06T08:40:03.105Z] 75cc91d25785: Layer already exists [2026-05-06T08:40:03.105Z] 1b291bcc6530: Layer already exists [2026-05-06T08:40:03.105Z] efd375d0bbd1: Layer already exists [2026-05-06T08:40:03.105Z] 57ec99f51239: Layer already exists [2026-05-06T08:40:03.105Z] a8bb31501736: Layer already exists [2026-05-06T08:40:03.105Z] 9a1d79558426: Layer already exists [2026-05-06T08:40:03.105Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:03.105Z] 4eff91be9982: Layer already exists [2026-05-06T08:40:03.105Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:03.371Z] 4.1.0-dev.112: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:03.732Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:04.081Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:04.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-06T08:40:04.081Z] 8205488a681d: Preparing [2026-05-06T08:40:04.081Z] 75cc91d25785: Preparing [2026-05-06T08:40:04.081Z] efd375d0bbd1: Preparing [2026-05-06T08:40:04.081Z] 23f4e643d86d: Preparing [2026-05-06T08:40:04.081Z] 1b291bcc6530: Preparing [2026-05-06T08:40:04.081Z] a8bb31501736: Preparing [2026-05-06T08:40:04.081Z] b63f02ccd02e: Preparing [2026-05-06T08:40:04.081Z] 4eff91be9982: Preparing [2026-05-06T08:40:04.081Z] 57ec99f51239: Preparing [2026-05-06T08:40:04.081Z] 9a1d79558426: Preparing [2026-05-06T08:40:04.081Z] eeaa73608b53: Preparing [2026-05-06T08:40:04.081Z] a8bb31501736: Waiting [2026-05-06T08:40:04.081Z] b63f02ccd02e: Waiting [2026-05-06T08:40:04.081Z] 4eff91be9982: Waiting [2026-05-06T08:40:04.081Z] 57ec99f51239: Waiting [2026-05-06T08:40:04.081Z] 9a1d79558426: Waiting [2026-05-06T08:40:04.081Z] eeaa73608b53: Waiting [2026-05-06T08:40:04.081Z] 1b291bcc6530: Layer already exists [2026-05-06T08:40:04.081Z] efd375d0bbd1: Layer already exists [2026-05-06T08:40:04.081Z] 23f4e643d86d: Layer already exists [2026-05-06T08:40:04.081Z] 8205488a681d: Layer already exists [2026-05-06T08:40:04.081Z] 75cc91d25785: Layer already exists [2026-05-06T08:40:04.081Z] a8bb31501736: Layer already exists [2026-05-06T08:40:04.081Z] 57ec99f51239: Layer already exists [2026-05-06T08:40:04.081Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:04.081Z] 4eff91be9982: Layer already exists [2026-05-06T08:40:04.081Z] 9a1d79558426: Layer already exists [2026-05-06T08:40:04.081Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:04.344Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:04.695Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:05.126Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2026-05-06T08:40:05.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2026-05-06T08:40:05.126Z] 8205488a681d: Preparing [2026-05-06T08:40:05.126Z] 75cc91d25785: Preparing [2026-05-06T08:40:05.126Z] efd375d0bbd1: Preparing [2026-05-06T08:40:05.126Z] 23f4e643d86d: Preparing [2026-05-06T08:40:05.126Z] 1b291bcc6530: Preparing [2026-05-06T08:40:05.126Z] a8bb31501736: Preparing [2026-05-06T08:40:05.126Z] b63f02ccd02e: Preparing [2026-05-06T08:40:05.126Z] a8bb31501736: Waiting [2026-05-06T08:40:05.126Z] 4eff91be9982: Preparing [2026-05-06T08:40:05.126Z] b63f02ccd02e: Waiting [2026-05-06T08:40:05.126Z] 57ec99f51239: Preparing [2026-05-06T08:40:05.126Z] 4eff91be9982: Waiting [2026-05-06T08:40:05.126Z] 9a1d79558426: Preparing [2026-05-06T08:40:05.126Z] 57ec99f51239: Waiting [2026-05-06T08:40:05.126Z] eeaa73608b53: Preparing [2026-05-06T08:40:05.126Z] 9a1d79558426: Waiting [2026-05-06T08:40:05.126Z] eeaa73608b53: Waiting [2026-05-06T08:40:05.126Z] 23f4e643d86d: Layer already exists [2026-05-06T08:40:05.126Z] 75cc91d25785: Layer already exists [2026-05-06T08:40:05.126Z] 1b291bcc6530: Layer already exists [2026-05-06T08:40:05.126Z] 8205488a681d: Layer already exists [2026-05-06T08:40:05.126Z] efd375d0bbd1: Layer already exists [2026-05-06T08:40:05.126Z] 4eff91be9982: Layer already exists [2026-05-06T08:40:05.126Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:05.126Z] a8bb31501736: Layer already exists [2026-05-06T08:40:05.126Z] 57ec99f51239: Layer already exists [2026-05-06T08:40:05.126Z] 9a1d79558426: Layer already exists [2026-05-06T08:40:05.126Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:05.397Z] main: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:40:05.479Z] ===================================================== [Pipeline] echo [2026-05-06T08:40:05.493Z] taggedImages: [2026-05-06T08:40:05.493Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:05.493Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2026-05-06T08:40:05.493Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [2026-05-06T08:40:05.493Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:05.493Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-05-06T08:40:05.527Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2026-05-06T08:40:05.527Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:05.527Z] latest [2026-05-06T08:40:05.527Z] 4.1.0-dev.112 [2026-05-06T08:40:05.527Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:05.527Z] main [2026-05-06T08:40:05.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:05.917Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:06.286Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:06.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-06T08:40:06.286Z] bdc911a9eb93: Preparing [2026-05-06T08:40:06.286Z] 75af40e6790b: Preparing [2026-05-06T08:40:06.286Z] 202658ffc7cf: Preparing [2026-05-06T08:40:06.286Z] 8d63b23b73cc: Preparing [2026-05-06T08:40:06.286Z] 003f2c479b3a: Preparing [2026-05-06T08:40:06.286Z] 92f8c0032c53: Preparing [2026-05-06T08:40:06.286Z] 52470bef0d25: Preparing [2026-05-06T08:40:06.286Z] a8bb31501736: Preparing [2026-05-06T08:40:06.286Z] b63f02ccd02e: Preparing [2026-05-06T08:40:06.286Z] 05863635ec2a: Preparing [2026-05-06T08:40:06.286Z] 96e05246a728: Preparing [2026-05-06T08:40:06.286Z] eeaa73608b53: Preparing [2026-05-06T08:40:06.286Z] 05863635ec2a: Waiting [2026-05-06T08:40:06.286Z] 92f8c0032c53: Waiting [2026-05-06T08:40:06.286Z] 96e05246a728: Waiting [2026-05-06T08:40:06.286Z] eeaa73608b53: Waiting [2026-05-06T08:40:06.286Z] b63f02ccd02e: Waiting [2026-05-06T08:40:06.286Z] a8bb31501736: Waiting [2026-05-06T08:40:06.561Z] 003f2c479b3a: Pushed [2026-05-06T08:40:06.561Z] 75af40e6790b: Pushed [2026-05-06T08:40:06.561Z] bdc911a9eb93: Pushed [2026-05-06T08:40:06.561Z] a8bb31501736: Layer already exists [2026-05-06T08:40:06.561Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:06.561Z] 92f8c0032c53: Pushed [2026-05-06T08:40:06.561Z] 52470bef0d25: Pushed [2026-05-06T08:40:06.833Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:06.833Z] 05863635ec2a: Pushed [2026-05-06T08:40:10.155Z] 96e05246a728: Pushed [2026-05-06T08:40:13.472Z] 8d63b23b73cc: Pushed [2026-05-06T08:40:13.472Z] 202658ffc7cf: Pushed [2026-05-06T08:40:14.051Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:14.407Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:14.758Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-05-06T08:40:14.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-06T08:40:14.758Z] bdc911a9eb93: Preparing [2026-05-06T08:40:14.758Z] 75af40e6790b: Preparing [2026-05-06T08:40:14.758Z] 202658ffc7cf: Preparing [2026-05-06T08:40:14.758Z] 8d63b23b73cc: Preparing [2026-05-06T08:40:14.758Z] 003f2c479b3a: Preparing [2026-05-06T08:40:14.758Z] 92f8c0032c53: Preparing [2026-05-06T08:40:14.758Z] 52470bef0d25: Preparing [2026-05-06T08:40:14.758Z] a8bb31501736: Preparing [2026-05-06T08:40:14.758Z] b63f02ccd02e: Preparing [2026-05-06T08:40:14.758Z] 05863635ec2a: Preparing [2026-05-06T08:40:14.758Z] 96e05246a728: Preparing [2026-05-06T08:40:14.758Z] eeaa73608b53: Preparing [2026-05-06T08:40:14.758Z] b63f02ccd02e: Waiting [2026-05-06T08:40:14.758Z] 92f8c0032c53: Waiting [2026-05-06T08:40:14.758Z] 05863635ec2a: Waiting [2026-05-06T08:40:14.758Z] 52470bef0d25: Waiting [2026-05-06T08:40:14.758Z] a8bb31501736: Waiting [2026-05-06T08:40:14.758Z] 96e05246a728: Waiting [2026-05-06T08:40:14.758Z] eeaa73608b53: Waiting [2026-05-06T08:40:14.758Z] bdc911a9eb93: Layer already exists [2026-05-06T08:40:14.758Z] 8d63b23b73cc: Layer already exists [2026-05-06T08:40:14.758Z] 202658ffc7cf: Layer already exists [2026-05-06T08:40:14.758Z] 75af40e6790b: Layer already exists [2026-05-06T08:40:14.758Z] 003f2c479b3a: Layer already exists [2026-05-06T08:40:14.758Z] 52470bef0d25: Layer already exists [2026-05-06T08:40:14.758Z] 92f8c0032c53: Layer already exists [2026-05-06T08:40:14.758Z] a8bb31501736: Layer already exists [2026-05-06T08:40:14.758Z] 05863635ec2a: Layer already exists [2026-05-06T08:40:14.758Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:14.758Z] 96e05246a728: Layer already exists [2026-05-06T08:40:14.758Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:15.022Z] latest: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:15.373Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:15.721Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [2026-05-06T08:40:15.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-06T08:40:15.721Z] bdc911a9eb93: Preparing [2026-05-06T08:40:15.721Z] 75af40e6790b: Preparing [2026-05-06T08:40:15.721Z] 202658ffc7cf: Preparing [2026-05-06T08:40:15.721Z] 8d63b23b73cc: Preparing [2026-05-06T08:40:15.721Z] 003f2c479b3a: Preparing [2026-05-06T08:40:15.721Z] 92f8c0032c53: Preparing [2026-05-06T08:40:15.721Z] 52470bef0d25: Preparing [2026-05-06T08:40:15.721Z] a8bb31501736: Preparing [2026-05-06T08:40:15.721Z] b63f02ccd02e: Preparing [2026-05-06T08:40:15.721Z] 05863635ec2a: Preparing [2026-05-06T08:40:15.721Z] 96e05246a728: Preparing [2026-05-06T08:40:15.721Z] eeaa73608b53: Preparing [2026-05-06T08:40:15.721Z] a8bb31501736: Waiting [2026-05-06T08:40:15.721Z] b63f02ccd02e: Waiting [2026-05-06T08:40:15.721Z] 92f8c0032c53: Waiting [2026-05-06T08:40:15.721Z] 05863635ec2a: Waiting [2026-05-06T08:40:15.721Z] 96e05246a728: Waiting [2026-05-06T08:40:15.721Z] eeaa73608b53: Waiting [2026-05-06T08:40:15.721Z] 52470bef0d25: Waiting [2026-05-06T08:40:15.721Z] 003f2c479b3a: Layer already exists [2026-05-06T08:40:15.721Z] 202658ffc7cf: Layer already exists [2026-05-06T08:40:15.721Z] bdc911a9eb93: Layer already exists [2026-05-06T08:40:15.721Z] 8d63b23b73cc: Layer already exists [2026-05-06T08:40:15.721Z] 75af40e6790b: Layer already exists [2026-05-06T08:40:15.721Z] 52470bef0d25: Layer already exists [2026-05-06T08:40:15.721Z] 92f8c0032c53: Layer already exists [2026-05-06T08:40:15.721Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:15.721Z] 05863635ec2a: Layer already exists [2026-05-06T08:40:15.721Z] a8bb31501736: Layer already exists [2026-05-06T08:40:15.721Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:15.721Z] 96e05246a728: Layer already exists [2026-05-06T08:40:15.985Z] 4.1.0-dev.112: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:16.324Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:16.669Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:16.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-06T08:40:16.669Z] bdc911a9eb93: Preparing [2026-05-06T08:40:16.669Z] 75af40e6790b: Preparing [2026-05-06T08:40:16.670Z] 202658ffc7cf: Preparing [2026-05-06T08:40:16.670Z] 8d63b23b73cc: Preparing [2026-05-06T08:40:16.670Z] 003f2c479b3a: Preparing [2026-05-06T08:40:16.670Z] 92f8c0032c53: Preparing [2026-05-06T08:40:16.670Z] 52470bef0d25: Preparing [2026-05-06T08:40:16.670Z] a8bb31501736: Preparing [2026-05-06T08:40:16.670Z] b63f02ccd02e: Preparing [2026-05-06T08:40:16.670Z] 05863635ec2a: Preparing [2026-05-06T08:40:16.670Z] 96e05246a728: Preparing [2026-05-06T08:40:16.670Z] eeaa73608b53: Preparing [2026-05-06T08:40:16.670Z] a8bb31501736: Waiting [2026-05-06T08:40:16.670Z] b63f02ccd02e: Waiting [2026-05-06T08:40:16.670Z] 05863635ec2a: Waiting [2026-05-06T08:40:16.670Z] 96e05246a728: Waiting [2026-05-06T08:40:16.670Z] eeaa73608b53: Waiting [2026-05-06T08:40:16.670Z] 92f8c0032c53: Waiting [2026-05-06T08:40:16.670Z] 52470bef0d25: Waiting [2026-05-06T08:40:16.670Z] 8d63b23b73cc: Layer already exists [2026-05-06T08:40:16.670Z] 202658ffc7cf: Layer already exists [2026-05-06T08:40:16.670Z] 003f2c479b3a: Layer already exists [2026-05-06T08:40:16.670Z] bdc911a9eb93: Layer already exists [2026-05-06T08:40:16.670Z] 75af40e6790b: Layer already exists [2026-05-06T08:40:16.670Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:16.670Z] 92f8c0032c53: Layer already exists [2026-05-06T08:40:16.670Z] 52470bef0d25: Layer already exists [2026-05-06T08:40:16.670Z] a8bb31501736: Layer already exists [2026-05-06T08:40:16.670Z] 05863635ec2a: Layer already exists [2026-05-06T08:40:16.670Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:16.670Z] 96e05246a728: Layer already exists [2026-05-06T08:40:16.933Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:17.288Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:17.645Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2026-05-06T08:40:17.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2026-05-06T08:40:17.645Z] bdc911a9eb93: Preparing [2026-05-06T08:40:17.645Z] 75af40e6790b: Preparing [2026-05-06T08:40:17.645Z] 202658ffc7cf: Preparing [2026-05-06T08:40:17.645Z] 8d63b23b73cc: Preparing [2026-05-06T08:40:17.645Z] 003f2c479b3a: Preparing [2026-05-06T08:40:17.645Z] 92f8c0032c53: Preparing [2026-05-06T08:40:17.645Z] 52470bef0d25: Preparing [2026-05-06T08:40:17.645Z] a8bb31501736: Preparing [2026-05-06T08:40:17.645Z] b63f02ccd02e: Preparing [2026-05-06T08:40:17.645Z] 05863635ec2a: Preparing [2026-05-06T08:40:17.645Z] 96e05246a728: Preparing [2026-05-06T08:40:17.645Z] eeaa73608b53: Preparing [2026-05-06T08:40:17.645Z] 92f8c0032c53: Waiting [2026-05-06T08:40:17.645Z] 52470bef0d25: Waiting [2026-05-06T08:40:17.645Z] b63f02ccd02e: Waiting [2026-05-06T08:40:17.645Z] 05863635ec2a: Waiting [2026-05-06T08:40:17.645Z] 96e05246a728: Waiting [2026-05-06T08:40:17.645Z] eeaa73608b53: Waiting [2026-05-06T08:40:17.645Z] 003f2c479b3a: Layer already exists [2026-05-06T08:40:17.645Z] 8d63b23b73cc: Layer already exists [2026-05-06T08:40:17.645Z] bdc911a9eb93: Layer already exists [2026-05-06T08:40:17.645Z] 202658ffc7cf: Layer already exists [2026-05-06T08:40:17.645Z] 75af40e6790b: Layer already exists [2026-05-06T08:40:17.645Z] 92f8c0032c53: Layer already exists [2026-05-06T08:40:17.645Z] 52470bef0d25: Layer already exists [2026-05-06T08:40:17.645Z] a8bb31501736: Layer already exists [2026-05-06T08:40:17.645Z] 05863635ec2a: Layer already exists [2026-05-06T08:40:17.646Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:17.646Z] 96e05246a728: Layer already exists [2026-05-06T08:40:17.646Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:17.911Z] main: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:40:17.996Z] ===================================================== [Pipeline] echo [2026-05-06T08:40:18.011Z] taggedImages: [2026-05-06T08:40:18.011Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:18.011Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2026-05-06T08:40:18.011Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [2026-05-06T08:40:18.011Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:18.011Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-05-06T08:40:18.044Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2026-05-06T08:40:18.044Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:18.044Z] latest [2026-05-06T08:40:18.044Z] 4.1.0-dev.112 [2026-05-06T08:40:18.044Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:18.044Z] main [2026-05-06T08:40:18.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:18.405Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:18.763Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:18.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-06T08:40:18.763Z] a8d0148b301b: Preparing [2026-05-06T08:40:18.763Z] f59b8862c687: Preparing [2026-05-06T08:40:18.763Z] a8bb31501736: Preparing [2026-05-06T08:40:18.763Z] b63f02ccd02e: Preparing [2026-05-06T08:40:18.763Z] b4bc51760d9a: Preparing [2026-05-06T08:40:18.763Z] ea68530beb86: Preparing [2026-05-06T08:40:18.763Z] eeaa73608b53: Preparing [2026-05-06T08:40:18.763Z] ea68530beb86: Waiting [2026-05-06T08:40:18.763Z] eeaa73608b53: Waiting [2026-05-06T08:40:18.763Z] a8bb31501736: Layer already exists [2026-05-06T08:40:18.763Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:19.039Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:19.039Z] b4bc51760d9a: Pushed [2026-05-06T08:40:19.039Z] a8d0148b301b: Pushed [2026-05-06T08:40:20.966Z] ea68530beb86: Pushed [2026-05-06T08:40:26.284Z] f59b8862c687: Pushed [2026-05-06T08:40:26.547Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:26.897Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:27.244Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-05-06T08:40:27.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-06T08:40:27.244Z] a8d0148b301b: Preparing [2026-05-06T08:40:27.244Z] f59b8862c687: Preparing [2026-05-06T08:40:27.244Z] a8bb31501736: Preparing [2026-05-06T08:40:27.244Z] b63f02ccd02e: Preparing [2026-05-06T08:40:27.244Z] b4bc51760d9a: Preparing [2026-05-06T08:40:27.244Z] ea68530beb86: Preparing [2026-05-06T08:40:27.244Z] eeaa73608b53: Preparing [2026-05-06T08:40:27.244Z] ea68530beb86: Waiting [2026-05-06T08:40:27.244Z] eeaa73608b53: Waiting [2026-05-06T08:40:27.244Z] f59b8862c687: Layer already exists [2026-05-06T08:40:27.244Z] a8bb31501736: Layer already exists [2026-05-06T08:40:27.244Z] a8d0148b301b: Layer already exists [2026-05-06T08:40:27.244Z] b4bc51760d9a: Layer already exists [2026-05-06T08:40:27.244Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:27.244Z] ea68530beb86: Layer already exists [2026-05-06T08:40:27.244Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:27.509Z] latest: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:27.865Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:28.209Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [2026-05-06T08:40:28.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-06T08:40:28.209Z] a8d0148b301b: Preparing [2026-05-06T08:40:28.209Z] f59b8862c687: Preparing [2026-05-06T08:40:28.209Z] a8bb31501736: Preparing [2026-05-06T08:40:28.209Z] b63f02ccd02e: Preparing [2026-05-06T08:40:28.209Z] b4bc51760d9a: Preparing [2026-05-06T08:40:28.209Z] ea68530beb86: Preparing [2026-05-06T08:40:28.209Z] eeaa73608b53: Preparing [2026-05-06T08:40:28.209Z] ea68530beb86: Waiting [2026-05-06T08:40:28.209Z] eeaa73608b53: Waiting [2026-05-06T08:40:28.209Z] a8d0148b301b: Layer already exists [2026-05-06T08:40:28.209Z] a8bb31501736: Layer already exists [2026-05-06T08:40:28.209Z] f59b8862c687: Layer already exists [2026-05-06T08:40:28.209Z] b4bc51760d9a: Layer already exists [2026-05-06T08:40:28.209Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:28.209Z] ea68530beb86: Layer already exists [2026-05-06T08:40:28.209Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:28.209Z] 4.1.0-dev.112: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:28.821Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:29.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:29.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-06T08:40:29.169Z] a8d0148b301b: Preparing [2026-05-06T08:40:29.169Z] f59b8862c687: Preparing [2026-05-06T08:40:29.169Z] a8bb31501736: Preparing [2026-05-06T08:40:29.169Z] b63f02ccd02e: Preparing [2026-05-06T08:40:29.169Z] b4bc51760d9a: Preparing [2026-05-06T08:40:29.169Z] ea68530beb86: Preparing [2026-05-06T08:40:29.169Z] eeaa73608b53: Preparing [2026-05-06T08:40:29.169Z] ea68530beb86: Waiting [2026-05-06T08:40:29.169Z] eeaa73608b53: Waiting [2026-05-06T08:40:29.169Z] f59b8862c687: Layer already exists [2026-05-06T08:40:29.169Z] a8d0148b301b: Layer already exists [2026-05-06T08:40:29.169Z] a8bb31501736: Layer already exists [2026-05-06T08:40:29.169Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:29.169Z] b4bc51760d9a: Layer already exists [2026-05-06T08:40:29.169Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:29.169Z] ea68530beb86: Layer already exists [2026-05-06T08:40:29.432Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:29.788Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:30.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2026-05-06T08:40:30.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2026-05-06T08:40:30.137Z] a8d0148b301b: Preparing [2026-05-06T08:40:30.137Z] f59b8862c687: Preparing [2026-05-06T08:40:30.137Z] a8bb31501736: Preparing [2026-05-06T08:40:30.137Z] b63f02ccd02e: Preparing [2026-05-06T08:40:30.137Z] b4bc51760d9a: Preparing [2026-05-06T08:40:30.137Z] ea68530beb86: Preparing [2026-05-06T08:40:30.137Z] eeaa73608b53: Preparing [2026-05-06T08:40:30.137Z] ea68530beb86: Waiting [2026-05-06T08:40:30.137Z] eeaa73608b53: Waiting [2026-05-06T08:40:30.137Z] f59b8862c687: Layer already exists [2026-05-06T08:40:30.137Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:30.137Z] a8d0148b301b: Layer already exists [2026-05-06T08:40:30.137Z] a8bb31501736: Layer already exists [2026-05-06T08:40:30.137Z] b4bc51760d9a: Layer already exists [2026-05-06T08:40:30.137Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:30.137Z] ea68530beb86: Layer already exists [2026-05-06T08:40:30.400Z] main: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:40:30.475Z] ===================================================== [Pipeline] echo [2026-05-06T08:40:30.491Z] taggedImages: [2026-05-06T08:40:30.491Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:30.491Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2026-05-06T08:40:30.491Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [2026-05-06T08:40:30.491Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:30.491Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-05-06T08:40:30.517Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2026-05-06T08:40:30.517Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:30.517Z] latest [2026-05-06T08:40:30.517Z] 4.1.0-dev.112 [2026-05-06T08:40:30.517Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:40:30.517Z] main [2026-05-06T08:40:30.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:30.897Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:40:31.250Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:40:31.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-06T08:40:31.250Z] 7d660814f95b: Preparing [2026-05-06T08:40:31.250Z] 6bc283a50c68: Preparing [2026-05-06T08:40:31.250Z] d4831f8d4d41: Preparing [2026-05-06T08:40:31.250Z] a8bb31501736: Preparing [2026-05-06T08:40:31.250Z] b63f02ccd02e: Preparing [2026-05-06T08:40:31.250Z] 10501b69dcf5: Preparing [2026-05-06T08:40:31.250Z] a1763250dfdd: Preparing [2026-05-06T08:40:31.250Z] 394751d071ef: Preparing [2026-05-06T08:40:31.250Z] d5281ca57831: Preparing [2026-05-06T08:40:31.250Z] eeaa73608b53: Preparing [2026-05-06T08:40:31.250Z] 394751d071ef: Waiting [2026-05-06T08:40:31.250Z] d5281ca57831: Waiting [2026-05-06T08:40:31.250Z] eeaa73608b53: Waiting [2026-05-06T08:40:31.250Z] 10501b69dcf5: Waiting [2026-05-06T08:40:31.250Z] a1763250dfdd: Waiting [2026-05-06T08:40:31.250Z] a8bb31501736: Layer already exists [2026-05-06T08:40:31.250Z] b63f02ccd02e: Layer already exists [2026-05-06T08:40:31.514Z] 6bc283a50c68: Pushed [2026-05-06T08:40:31.514Z] d4831f8d4d41: Pushed [2026-05-06T08:40:31.514Z] 7d660814f95b: Pushed [2026-05-06T08:40:31.514Z] eeaa73608b53: Layer already exists [2026-05-06T08:40:31.514Z] 394751d071ef: Pushed [2026-05-06T08:40:32.466Z] d5281ca57831: Pushed [2026-05-06T08:40:44.739Z] a1763250dfdd: Pushed [2026-05-06T08:40:59.686Z] 10501b69dcf5: Pushed [2026-05-06T08:40:59.686Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:00.040Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:00.393Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-05-06T08:41:00.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-06T08:41:00.393Z] 7d660814f95b: Preparing [2026-05-06T08:41:00.393Z] 6bc283a50c68: Preparing [2026-05-06T08:41:00.393Z] d4831f8d4d41: Preparing [2026-05-06T08:41:00.393Z] a8bb31501736: Preparing [2026-05-06T08:41:00.393Z] b63f02ccd02e: Preparing [2026-05-06T08:41:00.393Z] 10501b69dcf5: Preparing [2026-05-06T08:41:00.393Z] a1763250dfdd: Preparing [2026-05-06T08:41:00.393Z] 10501b69dcf5: Waiting [2026-05-06T08:41:00.393Z] 394751d071ef: Preparing [2026-05-06T08:41:00.393Z] a1763250dfdd: Waiting [2026-05-06T08:41:00.393Z] d5281ca57831: Preparing [2026-05-06T08:41:00.393Z] 394751d071ef: Waiting [2026-05-06T08:41:00.393Z] d5281ca57831: Waiting [2026-05-06T08:41:00.393Z] eeaa73608b53: Preparing [2026-05-06T08:41:00.393Z] 7d660814f95b: Layer already exists [2026-05-06T08:41:00.393Z] 6bc283a50c68: Layer already exists [2026-05-06T08:41:00.393Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:00.393Z] d4831f8d4d41: Layer already exists [2026-05-06T08:41:00.393Z] a8bb31501736: Layer already exists [2026-05-06T08:41:00.393Z] 394751d071ef: Layer already exists [2026-05-06T08:41:00.393Z] a1763250dfdd: Layer already exists [2026-05-06T08:41:00.393Z] 10501b69dcf5: Layer already exists [2026-05-06T08:41:00.393Z] d5281ca57831: Layer already exists [2026-05-06T08:41:00.393Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:00.656Z] latest: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:01.013Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:01.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [2026-05-06T08:41:01.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-06T08:41:01.362Z] 7d660814f95b: Preparing [2026-05-06T08:41:01.362Z] 6bc283a50c68: Preparing [2026-05-06T08:41:01.362Z] d4831f8d4d41: Preparing [2026-05-06T08:41:01.362Z] a8bb31501736: Preparing [2026-05-06T08:41:01.362Z] b63f02ccd02e: Preparing [2026-05-06T08:41:01.362Z] 10501b69dcf5: Preparing [2026-05-06T08:41:01.362Z] a1763250dfdd: Preparing [2026-05-06T08:41:01.362Z] 394751d071ef: Preparing [2026-05-06T08:41:01.362Z] d5281ca57831: Preparing [2026-05-06T08:41:01.362Z] eeaa73608b53: Preparing [2026-05-06T08:41:01.362Z] 394751d071ef: Waiting [2026-05-06T08:41:01.362Z] d5281ca57831: Waiting [2026-05-06T08:41:01.362Z] eeaa73608b53: Waiting [2026-05-06T08:41:01.362Z] 10501b69dcf5: Waiting [2026-05-06T08:41:01.362Z] a1763250dfdd: Waiting [2026-05-06T08:41:01.362Z] d4831f8d4d41: Layer already exists [2026-05-06T08:41:01.362Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:01.362Z] a8bb31501736: Layer already exists [2026-05-06T08:41:01.362Z] 6bc283a50c68: Layer already exists [2026-05-06T08:41:01.362Z] 7d660814f95b: Layer already exists [2026-05-06T08:41:01.362Z] 10501b69dcf5: Layer already exists [2026-05-06T08:41:01.362Z] a1763250dfdd: Layer already exists [2026-05-06T08:41:01.362Z] d5281ca57831: Layer already exists [2026-05-06T08:41:01.362Z] 394751d071ef: Layer already exists [2026-05-06T08:41:01.362Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:01.626Z] 4.1.0-dev.112: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:01.979Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:02.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:02.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-06T08:41:02.325Z] 7d660814f95b: Preparing [2026-05-06T08:41:02.325Z] 6bc283a50c68: Preparing [2026-05-06T08:41:02.325Z] d4831f8d4d41: Preparing [2026-05-06T08:41:02.325Z] a8bb31501736: Preparing [2026-05-06T08:41:02.325Z] b63f02ccd02e: Preparing [2026-05-06T08:41:02.325Z] 10501b69dcf5: Preparing [2026-05-06T08:41:02.325Z] a1763250dfdd: Preparing [2026-05-06T08:41:02.325Z] 394751d071ef: Preparing [2026-05-06T08:41:02.325Z] d5281ca57831: Preparing [2026-05-06T08:41:02.325Z] eeaa73608b53: Preparing [2026-05-06T08:41:02.325Z] 10501b69dcf5: Waiting [2026-05-06T08:41:02.325Z] a1763250dfdd: Waiting [2026-05-06T08:41:02.325Z] 394751d071ef: Waiting [2026-05-06T08:41:02.325Z] d5281ca57831: Waiting [2026-05-06T08:41:02.325Z] eeaa73608b53: Waiting [2026-05-06T08:41:02.325Z] 7d660814f95b: Layer already exists [2026-05-06T08:41:02.325Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:02.325Z] 6bc283a50c68: Layer already exists [2026-05-06T08:41:02.325Z] d4831f8d4d41: Layer already exists [2026-05-06T08:41:02.325Z] a8bb31501736: Layer already exists [2026-05-06T08:41:02.325Z] 394751d071ef: Layer already exists [2026-05-06T08:41:02.325Z] 10501b69dcf5: Layer already exists [2026-05-06T08:41:02.325Z] a1763250dfdd: Layer already exists [2026-05-06T08:41:02.325Z] d5281ca57831: Layer already exists [2026-05-06T08:41:02.325Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:02.589Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:02.944Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:06.622Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2026-05-06T08:41:06.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2026-05-06T08:41:06.623Z] 7d660814f95b: Preparing [2026-05-06T08:41:06.623Z] 6bc283a50c68: Preparing [2026-05-06T08:41:06.623Z] d4831f8d4d41: Preparing [2026-05-06T08:41:06.623Z] a8bb31501736: Preparing [2026-05-06T08:41:06.623Z] b63f02ccd02e: Preparing [2026-05-06T08:41:06.623Z] 10501b69dcf5: Preparing [2026-05-06T08:41:06.623Z] a1763250dfdd: Preparing [2026-05-06T08:41:06.623Z] 394751d071ef: Preparing [2026-05-06T08:41:06.623Z] d5281ca57831: Preparing [2026-05-06T08:41:06.623Z] eeaa73608b53: Preparing [2026-05-06T08:41:06.623Z] a1763250dfdd: Waiting [2026-05-06T08:41:06.623Z] 394751d071ef: Waiting [2026-05-06T08:41:06.623Z] d5281ca57831: Waiting [2026-05-06T08:41:06.623Z] 10501b69dcf5: Waiting [2026-05-06T08:41:06.623Z] eeaa73608b53: Waiting [2026-05-06T08:41:06.623Z] a8bb31501736: Layer already exists [2026-05-06T08:41:06.623Z] d4831f8d4d41: Layer already exists [2026-05-06T08:41:06.623Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:06.623Z] 6bc283a50c68: Layer already exists [2026-05-06T08:41:06.623Z] 7d660814f95b: Layer already exists [2026-05-06T08:41:06.623Z] 10501b69dcf5: Layer already exists [2026-05-06T08:41:06.623Z] a1763250dfdd: Layer already exists [2026-05-06T08:41:06.623Z] 394751d071ef: Layer already exists [2026-05-06T08:41:06.623Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:06.623Z] d5281ca57831: Layer already exists [2026-05-06T08:41:06.887Z] main: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:41:06.962Z] ===================================================== [Pipeline] echo [2026-05-06T08:41:06.978Z] taggedImages: [2026-05-06T08:41:06.979Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:06.979Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2026-05-06T08:41:06.979Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [2026-05-06T08:41:06.979Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:06.979Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-05-06T08:41:07.004Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2026-05-06T08:41:07.004Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:07.004Z] latest [2026-05-06T08:41:07.004Z] 4.1.0-dev.112 [2026-05-06T08:41:07.004Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:07.004Z] main [2026-05-06T08:41:07.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:07.368Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:07.709Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:07.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-06T08:41:07.709Z] 69719cf1b91c: Preparing [2026-05-06T08:41:07.709Z] 8d4b95d8ec74: Preparing [2026-05-06T08:41:07.709Z] 0275271dad32: Preparing [2026-05-06T08:41:07.709Z] a8bb31501736: Preparing [2026-05-06T08:41:07.709Z] b63f02ccd02e: Preparing [2026-05-06T08:41:07.709Z] b33a5fde5adf: Preparing [2026-05-06T08:41:07.709Z] 96c884ee4ecf: Preparing [2026-05-06T08:41:07.709Z] d98b3bd1503b: Preparing [2026-05-06T08:41:07.709Z] eeaa73608b53: Preparing [2026-05-06T08:41:07.709Z] 96c884ee4ecf: Waiting [2026-05-06T08:41:07.709Z] d98b3bd1503b: Waiting [2026-05-06T08:41:07.709Z] b33a5fde5adf: Waiting [2026-05-06T08:41:07.709Z] eeaa73608b53: Waiting [2026-05-06T08:41:07.709Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:07.709Z] a8bb31501736: Layer already exists [2026-05-06T08:41:07.974Z] 0275271dad32: Pushed [2026-05-06T08:41:07.974Z] 8d4b95d8ec74: Pushed [2026-05-06T08:41:07.974Z] 69719cf1b91c: Pushed [2026-05-06T08:41:07.974Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:07.974Z] 96c884ee4ecf: Pushed [2026-05-06T08:41:08.552Z] d98b3bd1503b: Pushed [2026-05-06T08:41:40.721Z] b33a5fde5adf: Pushed [2026-05-06T08:41:40.721Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:41.085Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:41.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-05-06T08:41:41.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-06T08:41:41.446Z] 69719cf1b91c: Preparing [2026-05-06T08:41:41.446Z] 8d4b95d8ec74: Preparing [2026-05-06T08:41:41.446Z] 0275271dad32: Preparing [2026-05-06T08:41:41.446Z] a8bb31501736: Preparing [2026-05-06T08:41:41.446Z] b63f02ccd02e: Preparing [2026-05-06T08:41:41.446Z] b33a5fde5adf: Preparing [2026-05-06T08:41:41.446Z] 96c884ee4ecf: Preparing [2026-05-06T08:41:41.446Z] d98b3bd1503b: Preparing [2026-05-06T08:41:41.446Z] eeaa73608b53: Preparing [2026-05-06T08:41:41.446Z] b33a5fde5adf: Waiting [2026-05-06T08:41:41.446Z] 96c884ee4ecf: Waiting [2026-05-06T08:41:41.446Z] d98b3bd1503b: Waiting [2026-05-06T08:41:41.446Z] eeaa73608b53: Waiting [2026-05-06T08:41:41.446Z] 8d4b95d8ec74: Layer already exists [2026-05-06T08:41:41.446Z] a8bb31501736: Layer already exists [2026-05-06T08:41:41.446Z] 0275271dad32: Layer already exists [2026-05-06T08:41:41.446Z] 69719cf1b91c: Layer already exists [2026-05-06T08:41:41.446Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:41.446Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:41.446Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:41.446Z] d98b3bd1503b: Layer already exists [2026-05-06T08:41:41.446Z] 96c884ee4ecf: Layer already exists [2026-05-06T08:41:41.446Z] latest: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:42.060Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:42.409Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [2026-05-06T08:41:42.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-06T08:41:42.409Z] 69719cf1b91c: Preparing [2026-05-06T08:41:42.409Z] 8d4b95d8ec74: Preparing [2026-05-06T08:41:42.409Z] 0275271dad32: Preparing [2026-05-06T08:41:42.409Z] a8bb31501736: Preparing [2026-05-06T08:41:42.409Z] b63f02ccd02e: Preparing [2026-05-06T08:41:42.409Z] b33a5fde5adf: Preparing [2026-05-06T08:41:42.409Z] 96c884ee4ecf: Preparing [2026-05-06T08:41:42.409Z] d98b3bd1503b: Preparing [2026-05-06T08:41:42.409Z] eeaa73608b53: Preparing [2026-05-06T08:41:42.409Z] 96c884ee4ecf: Waiting [2026-05-06T08:41:42.409Z] eeaa73608b53: Waiting [2026-05-06T08:41:42.409Z] d98b3bd1503b: Waiting [2026-05-06T08:41:42.409Z] b33a5fde5adf: Waiting [2026-05-06T08:41:42.409Z] 8d4b95d8ec74: Layer already exists [2026-05-06T08:41:42.409Z] 0275271dad32: Layer already exists [2026-05-06T08:41:42.409Z] a8bb31501736: Layer already exists [2026-05-06T08:41:42.409Z] 69719cf1b91c: Layer already exists [2026-05-06T08:41:42.409Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:42.409Z] d98b3bd1503b: Layer already exists [2026-05-06T08:41:42.409Z] 96c884ee4ecf: Layer already exists [2026-05-06T08:41:42.409Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:42.409Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:42.672Z] 4.1.0-dev.112: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:43.027Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:43.459Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:43.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-06T08:41:43.459Z] 69719cf1b91c: Preparing [2026-05-06T08:41:43.459Z] 8d4b95d8ec74: Preparing [2026-05-06T08:41:43.459Z] 0275271dad32: Preparing [2026-05-06T08:41:43.459Z] a8bb31501736: Preparing [2026-05-06T08:41:43.459Z] b63f02ccd02e: Preparing [2026-05-06T08:41:43.459Z] b33a5fde5adf: Preparing [2026-05-06T08:41:43.459Z] 96c884ee4ecf: Preparing [2026-05-06T08:41:43.459Z] d98b3bd1503b: Preparing [2026-05-06T08:41:43.459Z] eeaa73608b53: Preparing [2026-05-06T08:41:43.459Z] 96c884ee4ecf: Waiting [2026-05-06T08:41:43.459Z] d98b3bd1503b: Waiting [2026-05-06T08:41:43.459Z] eeaa73608b53: Waiting [2026-05-06T08:41:43.459Z] b33a5fde5adf: Waiting [2026-05-06T08:41:43.459Z] a8bb31501736: Layer already exists [2026-05-06T08:41:43.459Z] 0275271dad32: Layer already exists [2026-05-06T08:41:43.459Z] 69719cf1b91c: Layer already exists [2026-05-06T08:41:43.459Z] 8d4b95d8ec74: Layer already exists [2026-05-06T08:41:43.459Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:43.459Z] 96c884ee4ecf: Layer already exists [2026-05-06T08:41:43.459Z] d98b3bd1503b: Layer already exists [2026-05-06T08:41:43.459Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:43.459Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:43.722Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:44.073Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:44.429Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2026-05-06T08:41:44.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2026-05-06T08:41:44.429Z] 69719cf1b91c: Preparing [2026-05-06T08:41:44.429Z] 8d4b95d8ec74: Preparing [2026-05-06T08:41:44.429Z] 0275271dad32: Preparing [2026-05-06T08:41:44.429Z] a8bb31501736: Preparing [2026-05-06T08:41:44.429Z] b63f02ccd02e: Preparing [2026-05-06T08:41:44.429Z] b33a5fde5adf: Preparing [2026-05-06T08:41:44.429Z] 96c884ee4ecf: Preparing [2026-05-06T08:41:44.429Z] b33a5fde5adf: Waiting [2026-05-06T08:41:44.429Z] d98b3bd1503b: Preparing [2026-05-06T08:41:44.429Z] 96c884ee4ecf: Waiting [2026-05-06T08:41:44.429Z] eeaa73608b53: Preparing [2026-05-06T08:41:44.429Z] d98b3bd1503b: Waiting [2026-05-06T08:41:44.429Z] eeaa73608b53: Waiting [2026-05-06T08:41:44.429Z] 69719cf1b91c: Layer already exists [2026-05-06T08:41:44.429Z] 8d4b95d8ec74: Layer already exists [2026-05-06T08:41:44.429Z] 0275271dad32: Layer already exists [2026-05-06T08:41:44.429Z] a8bb31501736: Layer already exists [2026-05-06T08:41:44.429Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:44.429Z] d98b3bd1503b: Layer already exists [2026-05-06T08:41:44.429Z] 96c884ee4ecf: Layer already exists [2026-05-06T08:41:44.429Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:44.429Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:44.693Z] main: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:41:44.785Z] ===================================================== [Pipeline] echo [2026-05-06T08:41:44.800Z] taggedImages: [2026-05-06T08:41:44.800Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:44.800Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2026-05-06T08:41:44.800Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [2026-05-06T08:41:44.800Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:44.800Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-05-06T08:41:44.833Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2026-05-06T08:41:44.833Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:44.833Z] latest [2026-05-06T08:41:44.833Z] 4.1.0-dev.112 [2026-05-06T08:41:44.833Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:44.833Z] main [2026-05-06T08:41:44.833Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:45.196Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:45.533Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:45.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-06T08:41:45.533Z] 1f9e64f85158: Preparing [2026-05-06T08:41:45.533Z] 74d212d89071: Preparing [2026-05-06T08:41:45.533Z] 0f3e2d56780b: Preparing [2026-05-06T08:41:45.533Z] a8bb31501736: Preparing [2026-05-06T08:41:45.533Z] b63f02ccd02e: Preparing [2026-05-06T08:41:45.533Z] b33a5fde5adf: Preparing [2026-05-06T08:41:45.533Z] 394751d071ef: Preparing [2026-05-06T08:41:45.533Z] d5281ca57831: Preparing [2026-05-06T08:41:45.533Z] eeaa73608b53: Preparing [2026-05-06T08:41:45.533Z] 394751d071ef: Waiting [2026-05-06T08:41:45.533Z] d5281ca57831: Waiting [2026-05-06T08:41:45.533Z] eeaa73608b53: Waiting [2026-05-06T08:41:45.533Z] b33a5fde5adf: Waiting [2026-05-06T08:41:45.533Z] a8bb31501736: Layer already exists [2026-05-06T08:41:45.799Z] 74d212d89071: Pushed [2026-05-06T08:41:45.800Z] 0f3e2d56780b: Pushed [2026-05-06T08:41:49.178Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:49.178Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:49.178Z] 394751d071ef: Layer already exists [2026-05-06T08:41:49.178Z] d5281ca57831: Layer already exists [2026-05-06T08:41:49.178Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:49.178Z] 1f9e64f85158: Pushed [2026-05-06T08:41:49.447Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:49.810Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:50.196Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-05-06T08:41:50.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-06T08:41:50.196Z] 1f9e64f85158: Preparing [2026-05-06T08:41:50.196Z] 74d212d89071: Preparing [2026-05-06T08:41:50.196Z] 0f3e2d56780b: Preparing [2026-05-06T08:41:50.196Z] a8bb31501736: Preparing [2026-05-06T08:41:50.196Z] b63f02ccd02e: Preparing [2026-05-06T08:41:50.196Z] b33a5fde5adf: Preparing [2026-05-06T08:41:50.196Z] 394751d071ef: Preparing [2026-05-06T08:41:50.196Z] d5281ca57831: Preparing [2026-05-06T08:41:50.196Z] eeaa73608b53: Preparing [2026-05-06T08:41:50.196Z] 394751d071ef: Waiting [2026-05-06T08:41:50.196Z] d5281ca57831: Waiting [2026-05-06T08:41:50.196Z] eeaa73608b53: Waiting [2026-05-06T08:41:50.196Z] b33a5fde5adf: Waiting [2026-05-06T08:41:50.196Z] 0f3e2d56780b: Layer already exists [2026-05-06T08:41:50.196Z] a8bb31501736: Layer already exists [2026-05-06T08:41:50.196Z] 1f9e64f85158: Layer already exists [2026-05-06T08:41:50.196Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:50.196Z] 74d212d89071: Layer already exists [2026-05-06T08:41:50.196Z] 394751d071ef: Layer already exists [2026-05-06T08:41:50.197Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:50.197Z] d5281ca57831: Layer already exists [2026-05-06T08:41:50.197Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:50.460Z] latest: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:50.808Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:51.157Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [2026-05-06T08:41:51.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-06T08:41:51.157Z] 1f9e64f85158: Preparing [2026-05-06T08:41:51.157Z] 74d212d89071: Preparing [2026-05-06T08:41:51.157Z] 0f3e2d56780b: Preparing [2026-05-06T08:41:51.157Z] a8bb31501736: Preparing [2026-05-06T08:41:51.157Z] b63f02ccd02e: Preparing [2026-05-06T08:41:51.157Z] b33a5fde5adf: Preparing [2026-05-06T08:41:51.157Z] 394751d071ef: Preparing [2026-05-06T08:41:51.157Z] d5281ca57831: Preparing [2026-05-06T08:41:51.157Z] eeaa73608b53: Preparing [2026-05-06T08:41:51.157Z] b33a5fde5adf: Waiting [2026-05-06T08:41:51.157Z] 394751d071ef: Waiting [2026-05-06T08:41:51.157Z] eeaa73608b53: Waiting [2026-05-06T08:41:51.157Z] d5281ca57831: Waiting [2026-05-06T08:41:51.157Z] 1f9e64f85158: Layer already exists [2026-05-06T08:41:51.157Z] a8bb31501736: Layer already exists [2026-05-06T08:41:51.157Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:51.157Z] 74d212d89071: Layer already exists [2026-05-06T08:41:51.157Z] 0f3e2d56780b: Layer already exists [2026-05-06T08:41:51.157Z] 394751d071ef: Layer already exists [2026-05-06T08:41:51.157Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:51.157Z] d5281ca57831: Layer already exists [2026-05-06T08:41:51.157Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:51.423Z] 4.1.0-dev.112: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:51.780Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:52.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:52.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-06T08:41:52.138Z] 1f9e64f85158: Preparing [2026-05-06T08:41:52.138Z] 74d212d89071: Preparing [2026-05-06T08:41:52.138Z] 0f3e2d56780b: Preparing [2026-05-06T08:41:52.138Z] a8bb31501736: Preparing [2026-05-06T08:41:52.138Z] b63f02ccd02e: Preparing [2026-05-06T08:41:52.138Z] b33a5fde5adf: Preparing [2026-05-06T08:41:52.138Z] 394751d071ef: Preparing [2026-05-06T08:41:52.138Z] d5281ca57831: Preparing [2026-05-06T08:41:52.138Z] eeaa73608b53: Preparing [2026-05-06T08:41:52.138Z] 394751d071ef: Waiting [2026-05-06T08:41:52.138Z] d5281ca57831: Waiting [2026-05-06T08:41:52.138Z] eeaa73608b53: Waiting [2026-05-06T08:41:52.138Z] b33a5fde5adf: Waiting [2026-05-06T08:41:52.138Z] 1f9e64f85158: Layer already exists [2026-05-06T08:41:52.138Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:52.138Z] a8bb31501736: Layer already exists [2026-05-06T08:41:52.138Z] 74d212d89071: Layer already exists [2026-05-06T08:41:52.138Z] 0f3e2d56780b: Layer already exists [2026-05-06T08:41:52.138Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:52.138Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:52.138Z] 394751d071ef: Layer already exists [2026-05-06T08:41:52.138Z] d5281ca57831: Layer already exists [2026-05-06T08:41:52.138Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:52.491Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:52.842Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2026-05-06T08:41:52.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2026-05-06T08:41:52.842Z] 1f9e64f85158: Preparing [2026-05-06T08:41:52.843Z] 74d212d89071: Preparing [2026-05-06T08:41:52.843Z] 0f3e2d56780b: Preparing [2026-05-06T08:41:52.843Z] a8bb31501736: Preparing [2026-05-06T08:41:52.843Z] b63f02ccd02e: Preparing [2026-05-06T08:41:52.843Z] b33a5fde5adf: Preparing [2026-05-06T08:41:52.843Z] 394751d071ef: Preparing [2026-05-06T08:41:52.843Z] d5281ca57831: Preparing [2026-05-06T08:41:52.843Z] eeaa73608b53: Preparing [2026-05-06T08:41:52.843Z] b33a5fde5adf: Waiting [2026-05-06T08:41:52.843Z] 394751d071ef: Waiting [2026-05-06T08:41:52.843Z] d5281ca57831: Waiting [2026-05-06T08:41:52.843Z] eeaa73608b53: Waiting [2026-05-06T08:41:52.843Z] 74d212d89071: Layer already exists [2026-05-06T08:41:52.843Z] 0f3e2d56780b: Layer already exists [2026-05-06T08:41:52.843Z] 1f9e64f85158: Layer already exists [2026-05-06T08:41:52.843Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:52.843Z] a8bb31501736: Layer already exists [2026-05-06T08:41:52.843Z] d5281ca57831: Layer already exists [2026-05-06T08:41:52.843Z] 394751d071ef: Layer already exists [2026-05-06T08:41:52.843Z] b33a5fde5adf: Layer already exists [2026-05-06T08:41:52.843Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:52.843Z] main: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:41:53.184Z] ===================================================== [Pipeline] echo [2026-05-06T08:41:53.201Z] taggedImages: [2026-05-06T08:41:53.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:53.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2026-05-06T08:41:53.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [2026-05-06T08:41:53.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:53.201Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-05-06T08:41:53.227Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2026-05-06T08:41:53.227Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:53.227Z] latest [2026-05-06T08:41:53.227Z] 4.1.0-dev.112 [2026-05-06T08:41:53.227Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:41:53.227Z] main [2026-05-06T08:41:53.227Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:53.598Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:41:53.951Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:41:53.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-06T08:41:53.951Z] f3f6fd62790e: Preparing [2026-05-06T08:41:53.951Z] 9574b2f35738: Preparing [2026-05-06T08:41:53.951Z] a8bb31501736: Preparing [2026-05-06T08:41:53.951Z] b63f02ccd02e: Preparing [2026-05-06T08:41:53.951Z] ca42ff89d711: Preparing [2026-05-06T08:41:53.951Z] 40fb997d8b38: Preparing [2026-05-06T08:41:53.951Z] eeaa73608b53: Preparing [2026-05-06T08:41:53.951Z] 40fb997d8b38: Waiting [2026-05-06T08:41:53.951Z] eeaa73608b53: Waiting [2026-05-06T08:41:53.951Z] b63f02ccd02e: Layer already exists [2026-05-06T08:41:54.215Z] a8bb31501736: Layer already exists [2026-05-06T08:41:54.215Z] eeaa73608b53: Layer already exists [2026-05-06T08:41:54.215Z] ca42ff89d711: Pushed [2026-05-06T08:41:54.215Z] f3f6fd62790e: Pushed [2026-05-06T08:41:55.610Z] 40fb997d8b38: Pushed [2026-05-06T08:42:03.788Z] 9574b2f35738: Pushed [2026-05-06T08:42:03.788Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:04.145Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:04.497Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-05-06T08:42:04.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-06T08:42:04.497Z] f3f6fd62790e: Preparing [2026-05-06T08:42:04.497Z] 9574b2f35738: Preparing [2026-05-06T08:42:04.497Z] a8bb31501736: Preparing [2026-05-06T08:42:04.497Z] b63f02ccd02e: Preparing [2026-05-06T08:42:04.497Z] ca42ff89d711: Preparing [2026-05-06T08:42:04.497Z] 40fb997d8b38: Preparing [2026-05-06T08:42:04.497Z] eeaa73608b53: Preparing [2026-05-06T08:42:04.497Z] 40fb997d8b38: Waiting [2026-05-06T08:42:04.497Z] eeaa73608b53: Waiting [2026-05-06T08:42:04.497Z] f3f6fd62790e: Layer already exists [2026-05-06T08:42:04.497Z] 9574b2f35738: Layer already exists [2026-05-06T08:42:04.497Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:04.497Z] a8bb31501736: Layer already exists [2026-05-06T08:42:04.497Z] ca42ff89d711: Layer already exists [2026-05-06T08:42:04.497Z] 40fb997d8b38: Layer already exists [2026-05-06T08:42:04.497Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:04.497Z] latest: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:04.865Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:05.214Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [2026-05-06T08:42:05.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-06T08:42:05.214Z] f3f6fd62790e: Preparing [2026-05-06T08:42:05.214Z] 9574b2f35738: Preparing [2026-05-06T08:42:05.214Z] a8bb31501736: Preparing [2026-05-06T08:42:05.214Z] b63f02ccd02e: Preparing [2026-05-06T08:42:05.214Z] ca42ff89d711: Preparing [2026-05-06T08:42:05.214Z] 40fb997d8b38: Preparing [2026-05-06T08:42:05.214Z] eeaa73608b53: Preparing [2026-05-06T08:42:05.214Z] 40fb997d8b38: Waiting [2026-05-06T08:42:05.214Z] eeaa73608b53: Waiting [2026-05-06T08:42:05.214Z] 9574b2f35738: Layer already exists [2026-05-06T08:42:05.214Z] ca42ff89d711: Layer already exists [2026-05-06T08:42:05.214Z] f3f6fd62790e: Layer already exists [2026-05-06T08:42:05.214Z] a8bb31501736: Layer already exists [2026-05-06T08:42:05.214Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:05.214Z] 40fb997d8b38: Layer already exists [2026-05-06T08:42:05.214Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:05.214Z] 4.1.0-dev.112: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:05.821Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:06.166Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:42:06.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-06T08:42:06.166Z] f3f6fd62790e: Preparing [2026-05-06T08:42:06.166Z] 9574b2f35738: Preparing [2026-05-06T08:42:06.166Z] a8bb31501736: Preparing [2026-05-06T08:42:06.166Z] b63f02ccd02e: Preparing [2026-05-06T08:42:06.166Z] ca42ff89d711: Preparing [2026-05-06T08:42:06.166Z] 40fb997d8b38: Preparing [2026-05-06T08:42:06.166Z] eeaa73608b53: Preparing [2026-05-06T08:42:06.166Z] 40fb997d8b38: Waiting [2026-05-06T08:42:06.166Z] eeaa73608b53: Waiting [2026-05-06T08:42:06.166Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:06.166Z] f3f6fd62790e: Layer already exists [2026-05-06T08:42:06.166Z] a8bb31501736: Layer already exists [2026-05-06T08:42:06.166Z] ca42ff89d711: Layer already exists [2026-05-06T08:42:06.166Z] 9574b2f35738: Layer already exists [2026-05-06T08:42:06.166Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:06.166Z] 40fb997d8b38: Layer already exists [2026-05-06T08:42:06.166Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:06.777Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:07.121Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2026-05-06T08:42:07.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2026-05-06T08:42:07.121Z] f3f6fd62790e: Preparing [2026-05-06T08:42:07.121Z] 9574b2f35738: Preparing [2026-05-06T08:42:07.121Z] a8bb31501736: Preparing [2026-05-06T08:42:07.121Z] b63f02ccd02e: Preparing [2026-05-06T08:42:07.121Z] ca42ff89d711: Preparing [2026-05-06T08:42:07.121Z] 40fb997d8b38: Preparing [2026-05-06T08:42:07.121Z] eeaa73608b53: Preparing [2026-05-06T08:42:07.121Z] 40fb997d8b38: Waiting [2026-05-06T08:42:07.121Z] eeaa73608b53: Waiting [2026-05-06T08:42:07.121Z] a8bb31501736: Layer already exists [2026-05-06T08:42:07.121Z] f3f6fd62790e: Layer already exists [2026-05-06T08:42:07.121Z] ca42ff89d711: Layer already exists [2026-05-06T08:42:07.121Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:07.121Z] 9574b2f35738: Layer already exists [2026-05-06T08:42:07.121Z] 40fb997d8b38: Layer already exists [2026-05-06T08:42:07.121Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:07.384Z] main: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:42:07.463Z] ===================================================== [Pipeline] echo [2026-05-06T08:42:07.477Z] taggedImages: [2026-05-06T08:42:07.477Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:42:07.477Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2026-05-06T08:42:07.477Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [2026-05-06T08:42:07.477Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:42:07.477Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-05-06T08:42:07.504Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2026-05-06T08:42:07.504Z] fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:42:07.504Z] latest [2026-05-06T08:42:07.504Z] 4.1.0-dev.112 [2026-05-06T08:42:07.504Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:42:07.504Z] main [2026-05-06T08:42:07.504Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:07.868Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:08.221Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:42:08.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-06T08:42:08.221Z] 2efdd26cef2a: Preparing [2026-05-06T08:42:08.221Z] d233f342fadd: Preparing [2026-05-06T08:42:08.221Z] a8bb31501736: Preparing [2026-05-06T08:42:08.221Z] b63f02ccd02e: Preparing [2026-05-06T08:42:08.221Z] 3f97918e36f5: Preparing [2026-05-06T08:42:08.221Z] 3e4b6419d2d6: Preparing [2026-05-06T08:42:08.221Z] eeaa73608b53: Preparing [2026-05-06T08:42:08.221Z] 3e4b6419d2d6: Waiting [2026-05-06T08:42:08.221Z] eeaa73608b53: Waiting [2026-05-06T08:42:08.221Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:08.486Z] a8bb31501736: Layer already exists [2026-05-06T08:42:08.486Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:08.486Z] 3f97918e36f5: Pushed [2026-05-06T08:42:08.486Z] 2efdd26cef2a: Pushed [2026-05-06T08:42:09.064Z] 3e4b6419d2d6: Pushed [2026-05-06T08:42:17.240Z] d233f342fadd: Pushed [2026-05-06T08:42:17.819Z] fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:18.167Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:18.506Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-05-06T08:42:18.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-06T08:42:18.506Z] 2efdd26cef2a: Preparing [2026-05-06T08:42:18.506Z] d233f342fadd: Preparing [2026-05-06T08:42:18.506Z] a8bb31501736: Preparing [2026-05-06T08:42:18.506Z] b63f02ccd02e: Preparing [2026-05-06T08:42:18.506Z] 3f97918e36f5: Preparing [2026-05-06T08:42:18.506Z] 3e4b6419d2d6: Preparing [2026-05-06T08:42:18.506Z] eeaa73608b53: Preparing [2026-05-06T08:42:18.506Z] 3e4b6419d2d6: Waiting [2026-05-06T08:42:18.506Z] eeaa73608b53: Waiting [2026-05-06T08:42:18.506Z] a8bb31501736: Layer already exists [2026-05-06T08:42:18.506Z] 3f97918e36f5: Layer already exists [2026-05-06T08:42:18.506Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:18.506Z] 2efdd26cef2a: Layer already exists [2026-05-06T08:42:18.506Z] d233f342fadd: Layer already exists [2026-05-06T08:42:18.506Z] 3e4b6419d2d6: Layer already exists [2026-05-06T08:42:18.506Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:18.771Z] latest: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:19.125Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:19.471Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [2026-05-06T08:42:19.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-06T08:42:19.471Z] 2efdd26cef2a: Preparing [2026-05-06T08:42:19.471Z] d233f342fadd: Preparing [2026-05-06T08:42:19.471Z] a8bb31501736: Preparing [2026-05-06T08:42:19.471Z] b63f02ccd02e: Preparing [2026-05-06T08:42:19.471Z] 3f97918e36f5: Preparing [2026-05-06T08:42:19.471Z] 3e4b6419d2d6: Preparing [2026-05-06T08:42:19.471Z] eeaa73608b53: Preparing [2026-05-06T08:42:19.471Z] 3e4b6419d2d6: Waiting [2026-05-06T08:42:19.471Z] eeaa73608b53: Waiting [2026-05-06T08:42:19.471Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:19.471Z] a8bb31501736: Layer already exists [2026-05-06T08:42:19.471Z] 3f97918e36f5: Layer already exists [2026-05-06T08:42:19.471Z] d233f342fadd: Layer already exists [2026-05-06T08:42:19.471Z] 2efdd26cef2a: Layer already exists [2026-05-06T08:42:19.471Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:19.471Z] 3e4b6419d2d6: Layer already exists [2026-05-06T08:42:19.735Z] 4.1.0-dev.112: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:20.087Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:20.437Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:42:20.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-06T08:42:20.437Z] 2efdd26cef2a: Preparing [2026-05-06T08:42:20.437Z] d233f342fadd: Preparing [2026-05-06T08:42:20.437Z] a8bb31501736: Preparing [2026-05-06T08:42:20.437Z] b63f02ccd02e: Preparing [2026-05-06T08:42:20.437Z] 3f97918e36f5: Preparing [2026-05-06T08:42:20.437Z] 3e4b6419d2d6: Preparing [2026-05-06T08:42:20.437Z] eeaa73608b53: Preparing [2026-05-06T08:42:20.437Z] 3e4b6419d2d6: Waiting [2026-05-06T08:42:20.437Z] eeaa73608b53: Waiting [2026-05-06T08:42:20.437Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:20.437Z] 2efdd26cef2a: Layer already exists [2026-05-06T08:42:20.437Z] d233f342fadd: Layer already exists [2026-05-06T08:42:20.437Z] 3f97918e36f5: Layer already exists [2026-05-06T08:42:20.437Z] a8bb31501736: Layer already exists [2026-05-06T08:42:20.437Z] 3e4b6419d2d6: Layer already exists [2026-05-06T08:42:20.437Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:20.437Z] fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:20.784Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:21.130Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2026-05-06T08:42:21.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2026-05-06T08:42:21.130Z] 2efdd26cef2a: Preparing [2026-05-06T08:42:21.130Z] d233f342fadd: Preparing [2026-05-06T08:42:21.130Z] a8bb31501736: Preparing [2026-05-06T08:42:21.130Z] b63f02ccd02e: Preparing [2026-05-06T08:42:21.130Z] 3f97918e36f5: Preparing [2026-05-06T08:42:21.130Z] 3e4b6419d2d6: Preparing [2026-05-06T08:42:21.130Z] eeaa73608b53: Preparing [2026-05-06T08:42:21.130Z] 3e4b6419d2d6: Waiting [2026-05-06T08:42:21.130Z] eeaa73608b53: Waiting [2026-05-06T08:42:21.130Z] 2efdd26cef2a: Layer already exists [2026-05-06T08:42:21.130Z] 3f97918e36f5: Layer already exists [2026-05-06T08:42:21.130Z] d233f342fadd: Layer already exists [2026-05-06T08:42:21.130Z] b63f02ccd02e: Layer already exists [2026-05-06T08:42:21.130Z] a8bb31501736: Layer already exists [2026-05-06T08:42:21.130Z] 3e4b6419d2d6: Layer already exists [2026-05-06T08:42:21.130Z] eeaa73608b53: Layer already exists [2026-05-06T08:42:21.130Z] main: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T08:42:21.220Z] ===================================================== [Pipeline] echo [2026-05-06T08:42:21.234Z] taggedImages: [2026-05-06T08:42:21.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [2026-05-06T08:42:21.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2026-05-06T08:42:21.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [2026-05-06T08:42:21.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [2026-05-06T08:42:21.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2026-05-06T08:42:21.248Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.260Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.276Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.289Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.302Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2026-05-06T08:42:21.313Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.324Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.343Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.357Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.367Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2026-05-06T08:42:21.383Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.396Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.413Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.426Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.439Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2026-05-06T08:42:21.448Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.460Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.476Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.489Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.503Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2026-05-06T08:42:21.520Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.531Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.543Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.554Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.565Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2026-05-06T08:42:21.583Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.596Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.614Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.627Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.637Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2026-05-06T08:42:21.654Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.667Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.680Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.692Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.705Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2026-05-06T08:42:21.719Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.730Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.743Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.758Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.771Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2026-05-06T08:42:21.781Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.793Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.806Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.817Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.831Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2026-05-06T08:42:21.844Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.858Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.873Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.885Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.902Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2026-05-06T08:42:21.914Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.928Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2026-05-06T08:42:21.944Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.957Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:21.972Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2026-05-06T08:42:21.985Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:21.998Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2026-05-06T08:42:22.012Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.027Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.041Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2026-05-06T08:42:22.055Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:22.072Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2026-05-06T08:42:22.088Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.168Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.179Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2026-05-06T08:42:22.194Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:22.209Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2026-05-06T08:42:22.223Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.237Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2026-05-06T08:42:22.266Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo [2026-05-06T08:42:22.276Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2026-05-06T08:42:22.287Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.299Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo [2026-05-06T08:42:22.312Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:22.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-05-06T08:42:22.698Z] [2026-05-06T08:42:22.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T08:42:23.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-05-06T08:42:23.028Z] arm64: Pulling from edgex-lftools-log-publisher [2026-05-06T08:42:23.028Z] 8998bd30e6a1: Pulling fs layer [2026-05-06T08:42:23.028Z] 04944245beec: Pulling fs layer [2026-05-06T08:42:23.028Z] 699f458cf7ca: Pulling fs layer [2026-05-06T08:42:23.028Z] 765212b225bb: Pulling fs layer [2026-05-06T08:42:23.028Z] f23df028b6ca: Pulling fs layer [2026-05-06T08:42:23.028Z] 765212b225bb: Waiting [2026-05-06T08:42:23.028Z] f23df028b6ca: Waiting [2026-05-06T08:42:23.028Z] d65c8cfc05b1: Pulling fs layer [2026-05-06T08:42:23.028Z] 2437ff75d9bd: Pulling fs layer [2026-05-06T08:42:23.028Z] d65c8cfc05b1: Waiting [2026-05-06T08:42:23.292Z] 04944245beec: Verifying Checksum [2026-05-06T08:42:23.292Z] 04944245beec: Download complete [2026-05-06T08:42:23.292Z] 765212b225bb: Verifying Checksum [2026-05-06T08:42:23.292Z] 765212b225bb: Download complete [2026-05-06T08:42:23.292Z] f23df028b6ca: Verifying Checksum [2026-05-06T08:42:23.292Z] f23df028b6ca: Download complete [2026-05-06T08:42:23.292Z] d65c8cfc05b1: Verifying Checksum [2026-05-06T08:42:23.292Z] d65c8cfc05b1: Download complete [2026-05-06T08:42:23.556Z] 699f458cf7ca: Verifying Checksum [2026-05-06T08:42:23.556Z] 699f458cf7ca: Download complete [2026-05-06T08:42:23.819Z] 8998bd30e6a1: Download complete [2026-05-06T08:42:26.388Z] 2437ff75d9bd: Verifying Checksum [2026-05-06T08:42:26.388Z] 2437ff75d9bd: Download complete [2026-05-06T08:42:28.967Z] 8998bd30e6a1: Pull complete [2026-05-06T08:42:30.365Z] 04944245beec: Pull complete [2026-05-06T08:42:31.766Z] 699f458cf7ca: Pull complete [2026-05-06T08:42:32.031Z] 765212b225bb: Pull complete [2026-05-06T08:42:32.988Z] f23df028b6ca: Pull complete [2026-05-06T08:42:33.252Z] d65c8cfc05b1: Pull complete [2026-05-06T08:42:51.434Z] 2437ff75d9bd: Pull complete [2026-05-06T08:42:51.434Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-05-06T08:42:51.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-05-06T08:42:51.434Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T08:42:51.637Z] prd-ubuntu20.04-docker-arm64-4c-16g-8741 does not seem to be running inside a container [2026-05-06T08:42:51.690Z] $ 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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2026-05-06T08:42:54.347Z] $ docker top 3a3361c758edb98f5d713a2d7cc95f2c949ae69dc0c100dd8dba9fbed476545a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-05-06T08:42:55.224Z] ---> job-cost.sh [2026-05-06T08:42:55.224Z] lf-activate-venv: SKIPPING [2026-05-06T08:42:55.224Z] INFO: No Stack... [2026-05-06T08:42:55.803Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-05-06T08:42:56.379Z] INFO: Archiving Costs [Pipeline] sh [2026-05-06T08:42:57.004Z] + cat /w/workspace/edgex-go/972/archives/cost.csv [2026-05-06T08:42:57.004Z] + cut -d, -f6 [Pipeline] lock [2026-05-06T08:42:57.035Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-972-stack-cost] [2026-05-06T08:42:57.046Z] Resource [jenkins-edgexfoundry-edgex-go-main-972-stack-cost] did not exist. Created. [2026-05-06T08:42:57.051Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-972-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-05-06T08:42:57.702Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-05-06T08:42:58.391Z] Stashed 1 file(s) [Pipeline] } [2026-05-06T08:42:58.404Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-972-stack-cost] [Pipeline] // lock [Pipeline] } [2026-05-06T08:42:58.429Z] $ docker stop --time=1 3a3361c758edb98f5d713a2d7cc95f2c949ae69dc0c100dd8dba9fbed476545a [2026-05-06T08:42:59.990Z] $ docker rm -f --volumes 3a3361c758edb98f5d713a2d7cc95f2c949ae69dc0c100dd8dba9fbed476545a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-05-06T13:49:49.635Z] Cancelling nested steps due to timeout [2026-05-06T13:49:49.642Z] Sending interrupt signal to process [2026-05-06T13:49:51.050Z] script returned exit code 143 [Pipeline] } [2026-05-06T13:49:51.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-05-06T13:49:51.582Z] + '[' -d /w/workspace/edgex-go/972/archives ']' [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:49:51.885Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:49:52.444Z] ---> package-listing.sh [2026-05-06T13:49:52.444Z] ++ facter osfamily [2026-05-06T13:49:52.444Z] ++ tr '[:upper:]' '[:lower:]' [2026-05-06T13:49:52.705Z] + OS_FAMILY=redhat [2026-05-06T13:49:52.705Z] + workspace=/w/workspace/edgex-go/972 [2026-05-06T13:49:52.705Z] + START_PACKAGES=/tmp/packages_start.txt [2026-05-06T13:49:52.705Z] + END_PACKAGES=/tmp/packages_end.txt [2026-05-06T13:49:52.705Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-05-06T13:49:52.705Z] + PACKAGES=/tmp/packages_start.txt [2026-05-06T13:49:52.705Z] + '[' /w/workspace/edgex-go/972 ']' [2026-05-06T13:49:52.705Z] + PACKAGES=/tmp/packages_end.txt [2026-05-06T13:49:52.705Z] + case "${OS_FAMILY}" in [2026-05-06T13:49:52.705Z] + rpm -qa [2026-05-06T13:49:52.705Z] + sort [2026-05-06T13:49:53.273Z] + '[' -f /tmp/packages_start.txt ']' [2026-05-06T13:49:53.273Z] + '[' -f /tmp/packages_end.txt ']' [2026-05-06T13:49:53.273Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-05-06T13:49:53.273Z] + '[' /w/workspace/edgex-go/972 ']' [2026-05-06T13:49:53.273Z] + mkdir -p /w/workspace/edgex-go/972/archives/ [2026-05-06T13:49:53.273Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/972/archives/ [Pipeline] echo [2026-05-06T13:49:53.284Z] 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/972/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-05-06T13:49:53.572Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T13:49:54.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-06T13:49:54.159Z] [2026-05-06T13:49:54.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T13:49:54.478Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-06T13:49:54.737Z] latest: Pulling from edgex-lftools-log-publisher [2026-05-06T13:49:54.737Z] 5eb5b503b376: Pulling fs layer [2026-05-06T13:49:54.737Z] 5c69ac0246d0: Pulling fs layer [2026-05-06T13:49:54.737Z] ec43610c2a17: Pulling fs layer [2026-05-06T13:49:54.737Z] 3a2ae6a8a46f: Pulling fs layer [2026-05-06T13:49:54.737Z] 33b1e0a273af: Pulling fs layer [2026-05-06T13:49:54.737Z] 5d3b04190fa2: Pulling fs layer [2026-05-06T13:49:54.737Z] 2f39f015ded8: Pulling fs layer [2026-05-06T13:49:54.737Z] 33b1e0a273af: Waiting [2026-05-06T13:49:54.737Z] 5d3b04190fa2: Waiting [2026-05-06T13:49:54.737Z] 2f39f015ded8: Waiting [2026-05-06T13:49:54.737Z] 3a2ae6a8a46f: Waiting [2026-05-06T13:49:54.737Z] 5c69ac0246d0: Verifying Checksum [2026-05-06T13:49:54.737Z] 5c69ac0246d0: Download complete [2026-05-06T13:49:54.737Z] 3a2ae6a8a46f: Verifying Checksum [2026-05-06T13:49:54.737Z] 3a2ae6a8a46f: Download complete [2026-05-06T13:49:54.737Z] ec43610c2a17: Verifying Checksum [2026-05-06T13:49:54.737Z] ec43610c2a17: Download complete [2026-05-06T13:49:54.737Z] 33b1e0a273af: Verifying Checksum [2026-05-06T13:49:54.737Z] 33b1e0a273af: Download complete [2026-05-06T13:49:54.737Z] 5d3b04190fa2: Verifying Checksum [2026-05-06T13:49:54.737Z] 5d3b04190fa2: Download complete [2026-05-06T13:49:54.997Z] 5eb5b503b376: Download complete [2026-05-06T13:49:55.567Z] 2f39f015ded8: Verifying Checksum [2026-05-06T13:49:55.567Z] 2f39f015ded8: Download complete [2026-05-06T13:49:56.136Z] 5eb5b503b376: Pull complete [2026-05-06T13:49:56.398Z] 5c69ac0246d0: Pull complete [2026-05-06T13:49:56.980Z] ec43610c2a17: Pull complete [2026-05-06T13:49:56.980Z] 3a2ae6a8a46f: Pull complete [2026-05-06T13:49:57.244Z] 33b1e0a273af: Pull complete [2026-05-06T13:49:57.244Z] 5d3b04190fa2: Pull complete [2026-05-06T13:50:01.461Z] 2f39f015ded8: Pull complete [2026-05-06T13:50:01.461Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-05-06T13:50:01.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-06T13:50:01.461Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T13:50:01.598Z] prd-centos7-docker-4c-2g-8742 does not seem to be running inside a container [2026-05-06T13:50:01.655Z] $ 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/972/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-05-06T13:50:05.328Z] $ docker top 6ed0c44a715b00a1d4de1030e2591a7eec1940ea729a2aa653ef41e024e8c9bb -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-06T13:50:05.685Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-05-06T13:50:05.980Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-05-06T13:50:06.274Z] + ls /var/log/sa-host [2026-05-06T13:50:06.274Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-06T13:50:06.435Z] provisioning config files... [2026-05-06T13:50:06.449Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config3669594259851801009tmp [Pipeline] { [Pipeline] echo [2026-05-06T13:50:06.467Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:06.765Z] ---> create-netrc.sh [Pipeline] } [2026-05-06T13:50:06.772Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:07.129Z] ---> python-tools-install.sh [Pipeline] echo [2026-05-06T13:50:07.139Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:07.538Z] ---> sudo-logs.sh [2026-05-06T13:50:07.538Z] Archiving 'sudo' log.. [2026-05-06T13:50:07.538Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-05-06T13:50:07.568Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2026-05-06T13:50:07.572Z] $ docker stop --time=1 6ed0c44a715b00a1d4de1030e2591a7eec1940ea729a2aa653ef41e024e8c9bb [2026-05-06T13:50:08.735Z] $ docker rm -f --volumes 6ed0c44a715b00a1d4de1030e2591a7eec1940ea729a2aa653ef41e024e8c9bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2026-05-06T13:50:08.857Z] [WS-CLEANUP] Deleting project workspace... [2026-05-06T13:50:08.857Z] [WS-CLEANUP] Deferred wipeout is used... [2026-05-06T13:50:08.875Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-05-06T13:50:09.105Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-05-06T13:50:09.919Z] + [ -d /w/workspace/edgex-go/972/archives ] [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:10.218Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:11.087Z] ---> package-listing.sh [2026-05-06T13:50:11.087Z] ++ facter osfamily [2026-05-06T13:50:11.087Z] ++ tr '[:upper:]' '[:lower:]' [2026-05-06T13:50:11.347Z] + OS_FAMILY=debian [2026-05-06T13:50:11.347Z] + workspace=/w/workspace/edgex-go/972 [2026-05-06T13:50:11.347Z] + START_PACKAGES=/tmp/packages_start.txt [2026-05-06T13:50:11.347Z] + END_PACKAGES=/tmp/packages_end.txt [2026-05-06T13:50:11.347Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-05-06T13:50:11.347Z] + PACKAGES=/tmp/packages_start.txt [2026-05-06T13:50:11.347Z] + '[' /w/workspace/edgex-go/972 ']' [2026-05-06T13:50:11.347Z] + PACKAGES=/tmp/packages_end.txt [2026-05-06T13:50:11.347Z] + case "${OS_FAMILY}" in [2026-05-06T13:50:11.347Z] + dpkg -l [2026-05-06T13:50:11.347Z] + grep '^ii' [2026-05-06T13:50:11.347Z] + '[' -f /tmp/packages_start.txt ']' [2026-05-06T13:50:11.347Z] + '[' -f /tmp/packages_end.txt ']' [2026-05-06T13:50:11.347Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-05-06T13:50:11.347Z] + '[' /w/workspace/edgex-go/972 ']' [2026-05-06T13:50:11.347Z] + mkdir -p /w/workspace/edgex-go/972/archives/ [2026-05-06T13:50:11.347Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/972/archives/ [Pipeline] echo [2026-05-06T13:50:11.358Z] 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/972/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-05-06T13:50:11.640Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T13:50:12.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-06T13:50:12.205Z] [2026-05-06T13:50:12.205Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-05-06T13:50:12.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-06T13:50:12.512Z] latest: Pulling from edgex-lftools-log-publisher [2026-05-06T13:50:12.512Z] 5eb5b503b376: Pulling fs layer [2026-05-06T13:50:12.512Z] 5c69ac0246d0: Pulling fs layer [2026-05-06T13:50:12.512Z] ec43610c2a17: Pulling fs layer [2026-05-06T13:50:12.512Z] 3a2ae6a8a46f: Pulling fs layer [2026-05-06T13:50:12.512Z] 3a2ae6a8a46f: Waiting [2026-05-06T13:50:12.512Z] 33b1e0a273af: Pulling fs layer [2026-05-06T13:50:12.512Z] 5d3b04190fa2: Pulling fs layer [2026-05-06T13:50:12.512Z] 2f39f015ded8: Pulling fs layer [2026-05-06T13:50:12.512Z] 33b1e0a273af: Waiting [2026-05-06T13:50:12.512Z] 5d3b04190fa2: Waiting [2026-05-06T13:50:12.512Z] 2f39f015ded8: Waiting [2026-05-06T13:50:12.512Z] 5c69ac0246d0: Verifying Checksum [2026-05-06T13:50:12.512Z] 5c69ac0246d0: Download complete [2026-05-06T13:50:12.512Z] 3a2ae6a8a46f: Verifying Checksum [2026-05-06T13:50:12.512Z] 3a2ae6a8a46f: Download complete [2026-05-06T13:50:12.512Z] 33b1e0a273af: Verifying Checksum [2026-05-06T13:50:12.512Z] 33b1e0a273af: Download complete [2026-05-06T13:50:12.512Z] ec43610c2a17: Verifying Checksum [2026-05-06T13:50:12.512Z] ec43610c2a17: Download complete [2026-05-06T13:50:12.512Z] 5d3b04190fa2: Download complete [2026-05-06T13:50:12.775Z] 5eb5b503b376: Verifying Checksum [2026-05-06T13:50:12.775Z] 5eb5b503b376: Download complete [2026-05-06T13:50:13.708Z] 2f39f015ded8: Download complete [2026-05-06T13:50:14.642Z] 5eb5b503b376: Pull complete [2026-05-06T13:50:14.642Z] 5c69ac0246d0: Pull complete [2026-05-06T13:50:15.208Z] ec43610c2a17: Pull complete [2026-05-06T13:50:15.209Z] 3a2ae6a8a46f: Pull complete [2026-05-06T13:50:15.776Z] 33b1e0a273af: Pull complete [2026-05-06T13:50:15.776Z] 5d3b04190fa2: Pull complete [2026-05-06T13:50:22.341Z] 2f39f015ded8: Pull complete [2026-05-06T13:50:22.341Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-05-06T13:50:22.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-05-06T13:50:22.341Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-05-06T13:50:22.445Z] prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container [2026-05-06T13:50:22.484Z] $ 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/972/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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-05-06T13:50:25.440Z] $ docker top 7ee3c6c15e080100d55c417402bcbfc2ebc05b3a9f051ee98a6f1915ad449e55 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-05-06T13:50:25.848Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-05-06T13:50:26.136Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-05-06T13:50:26.424Z] + ls /var/log/sa-host [2026-05-06T13:50:26.424Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-05-06T13:50:26.464Z] provisioning config files... [2026-05-06T13:50:26.472Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/972@tmp/config3990598853677155420tmp [Pipeline] { [Pipeline] echo [2026-05-06T13:50:26.491Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:26.778Z] ---> create-netrc.sh [Pipeline] } [2026-05-06T13:50:26.784Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:27.106Z] ---> python-tools-install.sh [Pipeline] echo [2026-05-06T13:50:27.116Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:27.402Z] ---> sudo-logs.sh [2026-05-06T13:50:27.402Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-05-06T13:50:27.448Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:27.738Z] ---> job-cost.sh [2026-05-06T13:50:27.738Z] lf-activate-venv: SKIPPING [2026-05-06T13:50:27.738Z] DEBUG: total: 0.10999999940395355 [2026-05-06T13:50:27.738Z] INFO: Retrieving Stack Cost... [2026-05-06T13:50:28.305Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-05-06T13:50:28.564Z] INFO: Archiving Costs [Pipeline] echo [2026-05-06T13:50:28.577Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-05-06T13:50:28.866Z] ---> logs-deploy.sh [2026-05-06T13:50:28.866Z] lf-activate-venv: SKIPPING [2026-05-06T13:50:28.866Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/972 [2026-05-06T13:50:28.866Z] INFO: archiving workspace using pattern(s): [2026-05-06T13:50:29.805Z] Archives upload complete. [2026-05-06T13:50:30.063Z] INFO: archiving logs to Nexus