Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7be32007d386ece0ad1d736d44db8f7765ab5de1 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-ssh8959092248837656736.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh1087132526841277771.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 056ae7b86453181957306e7078512cbe12174832 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-ssh3954000083355303311.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh16689497421866745624.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-ssh8871811897056423255.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]] ========================================================= [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.23 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 ‘prd-ubuntu20.04-docker-8c-8g-8915’ is offline Running on prd-ubuntu20.04-docker-8c-8g-8916 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/905 [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/905 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7be32007d386ece0ad1d736d44db8f7765ab5de1 (main) Commit message: "Merge pull request #5256 from lindseysimple/issue-5255" > git config core.sparsecheckout # timeout=10 > git checkout -f 7be32007d386ece0ad1d736d44db8f7765ab5de1 # timeout=10 > git rev-list --no-walk 33220cc7624be61767afe23534dd4df830651bf9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-09-16T10:02:31.364Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-09-16T10:02:31.450Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-09-16T10:02:31.476Z] ========================================================= [2025-09-16T10:02:31.476Z] EdgeX Global Pipelines Version Info [2025-09-16T10:02:31.476Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:02:32.603Z] ------------------- [2025-09-16T10:02:32.603Z] stable info: [2025-09-16T10:02:32.603Z] ------------------- [2025-09-16T10:02:32.603Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-09-16T10:02:32.603Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-16T10:02:32.603Z] Message: update stable to v1.0.276 [2025-09-16T10:02:33.176Z] ------------------- [2025-09-16T10:02:33.176Z] experimental info: [2025-09-16T10:02:33.176Z] ------------------- [2025-09-16T10:02:33.176Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-09-16T10:02:33.176Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-16T10:02:33.176Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-09-16T10:02:33.254Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-09-16T10:02:33.277Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-09-16T10:02:33.295Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-09-16T10:02:33.314Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-09-16T10:02:33.335Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-09-16T10:02:33.355Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-09-16T10:02:33.376Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-09-16T10:02:33.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-09-16T10:02:33.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-09-16T10:02:33.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-09-16T10:02:33.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-09-16T10:02:33.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-09-16T10:02:33.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-09-16T10:02:33.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-09-16T10:02:33.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-09-16T10:02:33.576Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-09-16T10:02:33.601Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-09-16T10:02:33.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-09-16T10:02:33.641Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-09-16T10:02:33.659Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-09-16T10:02:33.681Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-09-16T10:02:33.707Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-09-16T10:02:33.732Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-09-16T10:02:33.754Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-09-16T10:02:33.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-09-16T10:02:33.796Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-09-16T10:02:33.818Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:02:33.843Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7be3200 [Pipeline] echo [2025-09-16T10:02:33.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-16T10:02:33.942Z] provisioning config files... [2025-09-16T10:02:33.954Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config6903117211754552103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:02:34.296Z] ---> ****-login.sh [2025-09-16T10:02:34.296Z] nexus3.edgexfoundry.org:10001 [2025-09-16T10:02:34.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:02:34.558Z] [2025-09-16T10:02:34.558Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-16T10:02:34.558Z] Configure a credential helper to remove this warning. See [2025-09-16T10:02:34.558Z] https://docs.****.com/go/credential-store/ [2025-09-16T10:02:34.558Z] [2025-09-16T10:02:34.558Z] Login Succeeded [2025-09-16T10:02:34.558Z] nexus3.edgexfoundry.org:10002 [2025-09-16T10:02:34.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:02:34.558Z] [2025-09-16T10:02:34.558Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-16T10:02:34.558Z] Configure a credential helper to remove this warning. See [2025-09-16T10:02:34.558Z] https://docs.****.com/go/credential-store/ [2025-09-16T10:02:34.558Z] [2025-09-16T10:02:34.558Z] Login Succeeded [2025-09-16T10:02:34.558Z] nexus3.edgexfoundry.org:10003 [2025-09-16T10:02:34.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:02:34.819Z] [2025-09-16T10:02:34.819Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-16T10:02:34.819Z] Configure a credential helper to remove this warning. See [2025-09-16T10:02:34.819Z] https://docs.****.com/go/credential-store/ [2025-09-16T10:02:34.819Z] [2025-09-16T10:02:34.819Z] Login Succeeded [2025-09-16T10:02:34.819Z] nexus3.edgexfoundry.org:10004 [2025-09-16T10:02:34.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:02:34.819Z] [2025-09-16T10:02:34.819Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-16T10:02:34.819Z] Configure a credential helper to remove this warning. See [2025-09-16T10:02:34.819Z] https://docs.****.com/go/credential-store/ [2025-09-16T10:02:34.819Z] [2025-09-16T10:02:34.819Z] Login Succeeded [2025-09-16T10:02:34.819Z] ****.io [2025-09-16T10:02:34.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:02:35.080Z] [2025-09-16T10:02:35.080Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-16T10:02:35.080Z] Configure a credential helper to remove this warning. See [2025-09-16T10:02:35.080Z] https://docs.****.com/go/credential-store/ [2025-09-16T10:02:35.080Z] [2025-09-16T10:02:35.080Z] Login Succeeded [2025-09-16T10:02:35.080Z] ---> ****-login.sh ends [Pipeline] } [2025-09-16T10:02:35.093Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-16T10:02:35.428Z] + 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 [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + dirname cmd/core-command/Dockerfile [2025-09-16T10:02:35.428Z] + echo core-command,cmd/core-command/Dockerfile [2025-09-16T10:02:35.428Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfilecut [2025-09-16T10:02:35.428Z] -d/ -f2 [2025-09-16T10:02:35.428Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/core-data/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo core-data,cmd/core-data/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/core-keeper/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/core-metadata/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-09-16T10:02:35.428Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-09-16T10:02:35.428Z] cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-09-16T10:02:35.428Z] + + dirname cmd/security-spire-agent/Dockerfile [2025-09-16T10:02:35.428Z] cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-09-16T10:02:35.428Z] + dirname cmd/security-spire-config/Dockerfile [2025-09-16T10:02:35.428Z] + cut -d/ -f2 [2025-09-16T10:02:35.428Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-09-16T10:02:35.429Z] + dirname cmd/security-spire-server/Dockerfile [2025-09-16T10:02:35.429Z] + cut -d/ -f2 [2025-09-16T10:02:35.429Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-09-16T10:02:35.429Z] + dirname cmd/support-notifications/Dockerfile [2025-09-16T10:02:35.429Z] + cut -d/ -f2 [2025-09-16T10:02:35.429Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-09-16T10:02:35.429Z] + dirname cmd/support-scheduler/Dockerfile [2025-09-16T10:02:35.429Z] + cut -d/ -f2 [2025-09-16T10:02:35.429Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-09-16T10:02:35.464Z] 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 [2025-09-16T10:02:35.838Z] + git rev-list -1 --merges 7be32007d386ece0ad1d736d44db8f7765ab5de1~1..7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:02:35.853Z] -----------> git rev-list -1 --merges 7be32007d386ece0ad1d736d44db8f7765ab5de1~1..7be32007d386ece0ad1d736d44db8f7765ab5de1 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:02:35.853Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [false] [Pipeline] sh [2025-09-16T10:02:36.147Z] + git log --format=format:%s -1 7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:02:36.166Z] ========================================================= [2025-09-16T10:02:36.166Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-09-16T10:02:36.166Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-09-16T10:02:36.635Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-16T10:02:36.635Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-09-16T10:02:36.635Z] + [ -e /tmp/ssh_known_hosts ] [2025-09-16T10:02:36.635Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-09-16T10:02:36.635Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-09-16T10:02:36.635Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-09-16T10:02:36.635Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:02:37.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-16T10:02:37.082Z] [2025-09-16T10:02:37.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:02:37.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-16T10:02:37.395Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-09-16T10:02:37.395Z] 3dae71ba6b94: Pulling fs layer [2025-09-16T10:02:37.395Z] 6bf1a483ea7c: Pulling fs layer [2025-09-16T10:02:37.395Z] f5dfc541a4d3: Pulling fs layer [2025-09-16T10:02:37.395Z] 461d9e800cba: Pulling fs layer [2025-09-16T10:02:37.395Z] 80192f66455f: Pulling fs layer [2025-09-16T10:02:37.395Z] 2e8e34ca0e6c: Pulling fs layer [2025-09-16T10:02:37.395Z] a29436f7fd5d: Pulling fs layer [2025-09-16T10:02:37.395Z] 923cac83aea3: Pulling fs layer [2025-09-16T10:02:37.395Z] 25ad8b0a4227: Pulling fs layer [2025-09-16T10:02:37.395Z] db01528c6b51: Pulling fs layer [2025-09-16T10:02:37.395Z] 28988de357af: Pulling fs layer [2025-09-16T10:02:37.395Z] 80192f66455f: Waiting [2025-09-16T10:02:37.395Z] 461d9e800cba: Waiting [2025-09-16T10:02:37.395Z] 2e8e34ca0e6c: Waiting [2025-09-16T10:02:37.395Z] 25ad8b0a4227: Waiting [2025-09-16T10:02:37.395Z] db01528c6b51: Waiting [2025-09-16T10:02:37.395Z] a29436f7fd5d: Waiting [2025-09-16T10:02:37.395Z] 6bf1a483ea7c: Verifying Checksum [2025-09-16T10:02:37.395Z] 6bf1a483ea7c: Download complete [2025-09-16T10:02:37.395Z] 461d9e800cba: Download complete [2025-09-16T10:02:37.395Z] 80192f66455f: Verifying Checksum [2025-09-16T10:02:37.395Z] 80192f66455f: Download complete [2025-09-16T10:02:37.659Z] f5dfc541a4d3: Verifying Checksum [2025-09-16T10:02:37.659Z] f5dfc541a4d3: Download complete [2025-09-16T10:02:37.659Z] 3dae71ba6b94: Verifying Checksum [2025-09-16T10:02:37.659Z] 3dae71ba6b94: Download complete [2025-09-16T10:02:37.659Z] 923cac83aea3: Verifying Checksum [2025-09-16T10:02:37.659Z] 923cac83aea3: Download complete [2025-09-16T10:02:37.659Z] 25ad8b0a4227: Verifying Checksum [2025-09-16T10:02:37.659Z] 25ad8b0a4227: Download complete [2025-09-16T10:02:37.659Z] db01528c6b51: Verifying Checksum [2025-09-16T10:02:37.659Z] db01528c6b51: Download complete [2025-09-16T10:02:37.919Z] 28988de357af: Verifying Checksum [2025-09-16T10:02:37.919Z] 28988de357af: Download complete [2025-09-16T10:02:37.919Z] a29436f7fd5d: Verifying Checksum [2025-09-16T10:02:37.919Z] a29436f7fd5d: Download complete [2025-09-16T10:02:38.487Z] 2e8e34ca0e6c: Verifying Checksum [2025-09-16T10:02:38.487Z] 2e8e34ca0e6c: Download complete [2025-09-16T10:02:39.056Z] 3dae71ba6b94: Pull complete [2025-09-16T10:02:39.056Z] 6bf1a483ea7c: Pull complete [2025-09-16T10:02:39.997Z] f5dfc541a4d3: Pull complete [2025-09-16T10:02:39.997Z] 461d9e800cba: Pull complete [2025-09-16T10:02:39.997Z] 80192f66455f: Pull complete [2025-09-16T10:02:43.397Z] 2e8e34ca0e6c: Pull complete [2025-09-16T10:02:44.337Z] a29436f7fd5d: Pull complete [2025-09-16T10:02:44.337Z] 923cac83aea3: Pull complete [2025-09-16T10:02:44.337Z] 25ad8b0a4227: Pull complete [2025-09-16T10:02:44.598Z] db01528c6b51: Pull complete [2025-09-16T10:02:44.599Z] 28988de357af: Pull complete [2025-09-16T10:02:44.599Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-09-16T10:02:44.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-16T10:02:44.599Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:02:44.725Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:02:44.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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 [2025-09-16T10:02:46.883Z] $ docker top df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 -eo pid,comm [2025-09-16T10:02:46.936Z] 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). [2025-09-16T10:02:46.936Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-16T10:02:47.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-16T10:02:47.001Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-16T10:02:47.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-16T10:02:47.110Z] $ docker exec df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent [2025-09-16T10:02:47.219Z] SSH_AUTH_SOCK=/tmp/ssh-CEVR3dJilynD/agent.33 [2025-09-16T10:02:47.219Z] SSH_AGENT_PID=39 [2025-09-16T10:02:47.225Z] Running ssh-add (command line suppressed) [2025-09-16T10:02:47.308Z] Identity added: /w/workspace/edgex-go/905@tmp/private_key_12261416456896542445.key (/w/workspace/edgex-go/905@tmp/private_key_12261416456896542445.key) [2025-09-16T10:02:47.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-16T10:02:47.618Z] + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] sh [2025-09-16T10:02:47.904Z] + git tag --points-at HEAD [Pipeline] } [2025-09-16T10:02:47.910Z] $ docker exec --env ******** --env ******** df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent -k [2025-09-16T10:02:48.003Z] unset SSH_AUTH_SOCK; [2025-09-16T10:02:48.004Z] unset SSH_AGENT_PID; [2025-09-16T10:02:48.004Z] echo Agent pid 39 killed; [2025-09-16T10:02:48.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-09-16T10:02:48.056Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-16T10:02:48.056Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-16T10:02:48.156Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-16T10:02:48.153Z] $ docker exec df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent [2025-09-16T10:02:48.261Z] SSH_AUTH_SOCK=/tmp/ssh-Dtp2Q3ChIPL8/agent.86 [2025-09-16T10:02:48.261Z] SSH_AGENT_PID=92 [2025-09-16T10:02:48.266Z] Running ssh-add (command line suppressed) [2025-09-16T10:02:48.359Z] Identity added: /w/workspace/edgex-go/905@tmp/private_key_4160581589176773514.key (/w/workspace/edgex-go/905@tmp/private_key_4160581589176773514.key) [2025-09-16T10:02:48.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-16T10:02:48.678Z] + git semver init [2025-09-16T10:02:48.938Z] 2025-09-16 10:02:48,871 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-16T10:02:48.938Z] 2025-09-16 10:02:48,876 [run_init] DEBUG init version:0.0.0 force:False [2025-09-16T10:02:48.938Z] 2025-09-16 10:02:48,876 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/905/.semver [2025-09-16T10:02:48.938Z] 2025-09-16 10:02:48,877 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/905/.semver [2025-09-16T10:02:48.938Z] 2025-09-16 10:02:48,877 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/905/.semver'], cwd=/w/workspace/edgex-go/905, stdin=None, shell=False, universal_newlines=False) [2025-09-16T10:02:54.228Z] 2025-09-16 10:02:53,737 [append_file] DEBUG append to file:/w/workspace/edgex-go/905/.git/info/exclude [2025-09-16T10:02:54.228Z] 2025-09-16 10:02:53,737 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/905/.semver/main with force:False [2025-09-16T10:02:54.228Z] 2025-09-16 10:02:53,737 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:02:54.228Z] 2025-09-16 10:02:53,738 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:02:54.228Z] 4.1.0-dev.61 [Pipeline] } [2025-09-16T10:02:54.234Z] $ docker exec --env ******** --env ******** df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent -k [2025-09-16T10:02:54.325Z] unset SSH_AUTH_SOCK; [2025-09-16T10:02:54.326Z] unset SSH_AGENT_PID; [2025-09-16T10:02:54.326Z] echo Agent pid 92 killed; [2025-09-16T10:02:54.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-16T10:02:54.657Z] + git semver [Pipeline] } [2025-09-16T10:02:54.933Z] $ docker stop --time=1 df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 [2025-09-16T10:02:56.200Z] $ docker rm -f --volumes df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-16T10:02:56.550Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-09-16T10:02:56.833Z] Stashed 1 file(s) [Pipeline] echo [2025-09-16T10:02:56.836Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.61 [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 [2025-09-16T10:02:57.290Z] + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] echo [2025-09-16T10:02:57.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-16T10:02:57.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-16T10:02:57.332Z] ========================================================= [2025-09-16T10:02:57.332Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-09-16T10:02:57.332Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-09-16T10:02:57.630Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-16T10:02:57.630Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-09-16T10:02:57.630Z] 0a9a5dfd008f: Pulling fs layer [2025-09-16T10:02:57.630Z] 36466aa92d05: Pulling fs layer [2025-09-16T10:02:57.630Z] e10405b45d13: Pulling fs layer [2025-09-16T10:02:57.630Z] 096b7ceb2af7: Pulling fs layer [2025-09-16T10:02:57.630Z] 4f4fb700ef54: Pulling fs layer [2025-09-16T10:02:57.630Z] c451b95d7931: Pulling fs layer [2025-09-16T10:02:57.630Z] 9febf9df4401: Pulling fs layer [2025-09-16T10:02:57.630Z] 1477f019b032: Pulling fs layer [2025-09-16T10:02:57.630Z] c7dc25521971: Pulling fs layer [2025-09-16T10:02:57.630Z] c451b95d7931: Waiting [2025-09-16T10:02:57.630Z] 9febf9df4401: Waiting [2025-09-16T10:02:57.630Z] 1477f019b032: Waiting [2025-09-16T10:02:57.630Z] c7dc25521971: Waiting [2025-09-16T10:02:57.630Z] 096b7ceb2af7: Waiting [2025-09-16T10:02:57.630Z] 4f4fb700ef54: Waiting [2025-09-16T10:02:57.630Z] 36466aa92d05: Verifying Checksum [2025-09-16T10:02:57.630Z] 36466aa92d05: Download complete [2025-09-16T10:02:57.630Z] 096b7ceb2af7: Download complete [2025-09-16T10:02:57.630Z] 4f4fb700ef54: Verifying Checksum [2025-09-16T10:02:57.630Z] 4f4fb700ef54: Download complete [2025-09-16T10:02:57.630Z] 0a9a5dfd008f: Download complete [2025-09-16T10:02:57.630Z] c451b95d7931: Download complete [2025-09-16T10:02:57.630Z] 9febf9df4401: Verifying Checksum [2025-09-16T10:02:57.630Z] 9febf9df4401: Download complete [2025-09-16T10:02:57.888Z] 0a9a5dfd008f: Pull complete [2025-09-16T10:02:57.888Z] c7dc25521971: Verifying Checksum [2025-09-16T10:02:57.888Z] c7dc25521971: Download complete [2025-09-16T10:02:57.888Z] 36466aa92d05: Pull complete [2025-09-16T10:02:58.147Z] e10405b45d13: Verifying Checksum [2025-09-16T10:02:58.147Z] e10405b45d13: Download complete [2025-09-16T10:02:58.406Z] 1477f019b032: Verifying Checksum [2025-09-16T10:02:58.406Z] 1477f019b032: Download complete [2025-09-16T10:03:02.593Z] e10405b45d13: Pull complete [2025-09-16T10:03:02.593Z] 096b7ceb2af7: Pull complete [2025-09-16T10:03:02.593Z] 4f4fb700ef54: Pull complete [2025-09-16T10:03:02.593Z] c451b95d7931: Pull complete [2025-09-16T10:03:02.593Z] 9febf9df4401: Pull complete [2025-09-16T10:03:05.127Z] 1477f019b032: Pull complete [2025-09-16T10:03:05.385Z] c7dc25521971: Pull complete [2025-09-16T10:03:05.385Z] Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-09-16T10:03:05.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-16T10:03:05.385Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-09-16T10:03:05.685Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-16T10:03:05.686Z] WORKDIR /edgex [2025-09-16T10:03:05.686Z] COPY go.mod . [2025-09-16T10:03:05.686Z] RUN go mod download [2025-09-16T10:03:05.686Z] + docker build -t ci-base-image-x86_64 -f - . [2025-09-16T10:03:06.253Z] #0 building with "default" instance using docker driver [2025-09-16T10:03:06.253Z] [2025-09-16T10:03:06.253Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:03:06.253Z] #1 transferring dockerfile: 164B done [2025-09-16T10:03:06.253Z] #1 DONE 0.0s [2025-09-16T10:03:06.253Z] [2025-09-16T10:03:06.253Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-16T10:03:06.253Z] #2 DONE 0.0s [2025-09-16T10:03:06.253Z] [2025-09-16T10:03:06.253Z] #3 [internal] load .dockerignore [2025-09-16T10:03:06.253Z] #3 transferring context: 50B done [2025-09-16T10:03:06.253Z] #3 DONE 0.0s [2025-09-16T10:03:06.253Z] [2025-09-16T10:03:06.253Z] #4 [internal] load build context [2025-09-16T10:03:06.253Z] #4 transferring context: 6.57kB done [2025-09-16T10:03:06.253Z] #4 DONE 0.0s [2025-09-16T10:03:06.253Z] [2025-09-16T10:03:06.253Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-16T10:03:06.253Z] #5 DONE 0.1s [2025-09-16T10:03:06.511Z] [2025-09-16T10:03:06.511Z] #6 [2/4] WORKDIR /edgex [2025-09-16T10:03:08.421Z] #6 DONE 1.9s [2025-09-16T10:03:08.421Z] [2025-09-16T10:03:08.421Z] #7 [3/4] COPY go.mod . [2025-09-16T10:03:08.421Z] #7 DONE 0.0s [2025-09-16T10:03:08.421Z] [2025-09-16T10:03:08.421Z] #8 [4/4] RUN go mod download [2025-09-16T10:03:11.935Z] Still waiting to schedule task [2025-09-16T10:03:11.936Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-09-16T10:03:13.699Z] #8 DONE 5.5s [2025-09-16T10:03:13.958Z] [2025-09-16T10:03:13.958Z] #9 exporting to image [2025-09-16T10:03:13.958Z] #9 exporting layers [2025-09-16T10:03:17.245Z] #9 exporting layers 3.6s done [2025-09-16T10:03:17.503Z] #9 writing image sha256:163c1b03a34f41d5a108e1479d9f39bbc8c789e55cdcff2502ef787986f20a3d done [2025-09-16T10:03:17.503Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-09-16T10:03:17.503Z] #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:03:17.812Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-16T10:03:17.812Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:03:17.881Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:03:17.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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 [2025-09-16T10:03:18.204Z] $ docker top 71b5f4872eb93be338776ad8fd346ffacc2e08c9d0e6e3cdf40de4110a186965 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-16T10:03:18.541Z] + go version [2025-09-16T10:03:18.541Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-09-16T10:03:18.554Z] $ docker stop --time=1 71b5f4872eb93be338776ad8fd346ffacc2e08c9d0e6e3cdf40de4110a186965 [2025-09-16T10:03:19.815Z] $ docker rm -f --volumes 71b5f4872eb93be338776ad8fd346ffacc2e08c9d0e6e3cdf40de4110a186965 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:03:20.248Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-16T10:03:20.248Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:03:20.328Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:03:20.358Z] $ 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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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 [2025-09-16T10:03:20.585Z] $ docker top b5c79dee817fba4fab3aaa9e6c6e4601efda406f33f772ff1388ee3a1da6b77c -eo pid,comm [Pipeline] { [Pipeline] echo [2025-09-16T10:03:20.654Z] ========================================================= [2025-09-16T10:03:20.654Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-09-16T10:03:20.654Z] ========================================================= [Pipeline] sh [2025-09-16T10:03:20.932Z] + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] fileExists [Pipeline] sh [2025-09-16T10:03:21.228Z] + make test [2025-09-16T10:03:21.228Z] go test -race -coverprofile=coverage.out ./... [2025-09-16T10:03:29.354Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-09-16T10:03:51.264Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-09-16T10:03:51.264Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-09-16T10:03:51.264Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-09-16T10:03:51.264Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-09-16T10:03:51.264Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-09-16T10:03:51.829Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-09-16T10:03:51.829Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-09-16T10:03:52.087Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-09-16T10:03:53.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.045s coverage: 42.3% of statements [2025-09-16T10:03:53.291Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-09-16T10:03:53.291Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-09-16T10:03:53.942Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-09-16T10:03:53.942Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-09-16T10:03:53.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2025-09-16T10:03:54.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-09-16T10:03:54.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-09-16T10:03:54.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2025-09-16T10:03:54.878Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-09-16T10:03:54.878Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-09-16T10:03:54.878Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-16T10:03:54.878Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-09-16T10:03:54.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-09-16T10:03:54.878Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-09-16T10:03:54.878Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-09-16T10:03:54.878Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-09-16T10:03:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-09-16T10:03:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-09-16T10:03:56.074Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-09-16T10:03:56.074Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-16T10:03:56.074Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-09-16T10:03:56.074Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-09-16T10:03:57.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.4% of statements [2025-09-16T10:03:57.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.018s coverage: 4.8% of statements [2025-09-16T10:03:57.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.078s coverage: 57.6% of statements [2025-09-16T10:03:57.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.022s coverage: 86.5% of statements [2025-09-16T10:03:57.454Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-09-16T10:03:57.454Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-09-16T10:03:58.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.430s coverage: 94.2% of statements [2025-09-16T10:03:58.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 92.4% of statements [2025-09-16T10:03:58.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements [2025-09-16T10:03:59.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-09-16T10:03:59.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-09-16T10:03:59.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-09-16T10:03:59.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-09-16T10:03:59.339Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-09-16T10:04:00.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.364s coverage: 95.8% of statements [2025-09-16T10:04:00.716Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2025-09-16T10:04:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-09-16T10:04:01.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-09-16T10:04:01.657Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-09-16T10:04:01.657Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-09-16T10:04:01.657Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-09-16T10:04:02.599Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.053s coverage: 2.4% of statements [2025-09-16T10:04:02.599Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements [2025-09-16T10:04:02.599Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.024s coverage: 39.4% of statements [2025-09-16T10:04:02.599Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 68.8% of statements [2025-09-16T10:04:03.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.021s coverage: 40.0% of statements [2025-09-16T10:04:03.167Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-09-16T10:04:03.167Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-09-16T10:04:03.167Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-09-16T10:04:03.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.017s coverage: 87.1% of statements [2025-09-16T10:04:03.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements [2025-09-16T10:04:03.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements [2025-09-16T10:04:03.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-09-16T10:04:03.684Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-09-16T10:04:03.684Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-09-16T10:04:03.684Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-09-16T10:04:04.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.014s coverage: 87.5% of statements [2025-09-16T10:04:04.510Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-09-16T10:04:04.510Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-09-16T10:04:04.510Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-09-16T10:04:05.078Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-09-16T10:04:05.078Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-09-16T10:04:05.078Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-09-16T10:04:05.078Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-09-16T10:04:05.644Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-09-16T10:04:05.644Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-09-16T10:04:06.208Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-09-16T10:04:07.581Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-09-16T10:04:07.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-09-16T10:04:09.228Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-09-16T10:04:10.163Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-09-16T10:04:10.163Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-09-16T10:04:10.163Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-09-16T10:04:14.349Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-09-16T10:04:14.349Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-09-16T10:04:14.349Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-09-16T10:04:14.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-09-16T10:04:14.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-09-16T10:04:14.924Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-16T10:04:16.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements [2025-09-16T10:04:16.867Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-09-16T10:04:16.867Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-09-16T10:04:16.867Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-09-16T10:04:16.867Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-09-16T10:04:16.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-09-16T10:04:16.867Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-09-16T10:04:17.433Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-09-16T10:04:17.433Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-09-16T10:04:17.433Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-09-16T10:04:17.433Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-09-16T10:04:17.433Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-09-16T10:04:17.433Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-09-16T10:04:20.735Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-09-16T10:04:20.735Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-09-16T10:04:20.735Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-09-16T10:04:20.735Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-09-16T10:04:20.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-09-16T10:04:20.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-09-16T10:04:20.735Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-09-16T10:04:20.735Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-16T10:04:21.671Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-09-16T10:04:21.671Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-09-16T10:04:21.671Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-09-16T10:04:21.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-09-16T10:04:22.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-09-16T10:04:22.501Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.068s coverage: 92.9% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 68.8% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.079s coverage: 81.8% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.082s coverage: 82.1% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.155s coverage: 54.5% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.030s coverage: 76.2% of statements [2025-09-16T10:04:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements [2025-09-16T10:04:27.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements [2025-09-16T10:04:27.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.105s coverage: 94.9% of statements [2025-09-16T10:04:27.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2025-09-16T10:04:27.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.075s coverage: 97.7% of statements [2025-09-16T10:04:27.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements [2025-09-16T10:04:27.652Z] 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 [2025-09-16T10:04:27.911Z] running golangci-lint [2025-09-16T10:04:28.184Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-09-16T10:04:28.184Z] go version go1.23.9 linux/amd64 [2025-09-16T10:04:28.184Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-09-16T10:04:28.184Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-09-16T10:04:28.184Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-09-16T10:04:41.289Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8918 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-09-16T10:04:41.311Z] Running in /w/workspace/edgex-go/905 [Pipeline] { [Pipeline] checkout [2025-09-16T10:04:41.361Z] The recommended git tool is: git [2025-09-16T10:04:46.050Z] using credential edgex-jenkins-ssh [2025-09-16T10:04:46.071Z] Cloning the remote Git repository [2025-09-16T10:04:46.117Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-09-16T10:04:46.199Z] > git init /w/workspace/edgex-go/905 # timeout=10 [2025-09-16T10:04:46.322Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-09-16T10:04:46.323Z] > git --version # timeout=10 [2025-09-16T10:04:46.354Z] > git --version # 'git version 2.25.1' [2025-09-16T10:04:46.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-09-16T10:04:46.484Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-16T10:04:54.722Z] level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|exports_file|files|imports|compiled_files|deps) took 22.633969276s" [2025-09-16T10:04:54.722Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 31.511995ms" [2025-09-16T10:05:02.836Z] level=info msg="[linters_context/goanalysis] analyzers took 1m35.602655119s with top 10 stages: buildir: 54.357934778s, gosec: 3.840075834s, fact_deprecated: 3.567592062s, inspect: 3.255868974s, printf: 1.95021524s, ctrlflow: 1.703542017s, S1038: 1.231430768s, fact_purity: 1.166705384s, nilness: 1.073305915s, typedness: 805.345482ms" [2025-09-16T10:05:02.836Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2025-09-16T10:05:02.836Z] level=info msg="[runner] Processors filtering stat (in/out): exclude: 201/201, path_prettifier: 201/201, skip_files: 201/201, nolint: 20/0, cgo: 201/201, filename_unadjuster: 201/201, identifier_marker: 201/201, exclude-rules: 201/20, invalid_issue: 201/201, autogenerated_exclude: 201/201, skip_dirs: 201/201" [2025-09-16T10:05:02.836Z] level=info msg="[runner] processing took 16.621621ms with stages: nolint: 7.513721ms, identifier_marker: 3.527005ms, autogenerated_exclude: 1.730676ms, path_prettifier: 1.602398ms, exclude-rules: 1.154048ms, skip_dirs: 991.336µs, cgo: 40.123µs, invalid_issue: 38.403µs, filename_unadjuster: 19.321µs, max_same_issues: 1.5µs, uniq_by_line: 570ns, fixer: 520ns, skip_files: 390ns, exclude: 280ns, sort_results: 260ns, diff: 240ns, severity-rules: 180ns, max_from_linter: 180ns, source_code: 130ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, path_prefixer: 110ns" [2025-09-16T10:05:02.836Z] level=info msg="[runner] linters took 11.506430226s with stages: goanalysis_metalinter: 11.4897206s" [2025-09-16T10:05:02.836Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-09-16T10:05:02.836Z] level=info msg="Memory: 339 samples, avg is 286.9MB, max is 1340.6MB" [2025-09-16T10:05:02.836Z] level=info msg="Execution took 34.180354762s" [2025-09-16T10:05:02.836Z] go vet ./... [2025-09-16T10:05:09.391Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-09-16T10:05:09.391Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-09-16T10:05:09.391Z] ./bin/test-attribution-txt.sh [2025-09-16T10:05:09.391Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-09-16T10:05:09.391Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-09-16T10:05:09.391Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-09-16T10:05:09.391Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-09-16T10:05:09.391Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-09-16T10:05:09.391Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-09-16T10:05:09.405Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-09-16T10:05:09.700Z] + ls -al . [2025-09-16T10:05:09.700Z] total 2064 [2025-09-16T10:05:09.700Z] drwxrwxr-x 11 1001 1001 4096 Sep 16 10:03 . [2025-09-16T10:05:09.700Z] drwxr-xr-x 4 root root 4096 Sep 16 10:03 .. [2025-09-16T10:05:09.700Z] drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 .blubracket [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 10 Sep 16 10:02 .dockerignore [2025-09-16T10:05:09.700Z] drwxrwxr-x 8 1001 1001 4096 Sep 16 10:04 .git [2025-09-16T10:05:09.700Z] drwxrwxr-x 3 1001 1001 4096 Sep 16 10:02 .github [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 909 Sep 16 10:02 .gitignore [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 218 Sep 16 10:02 .golangci.yml [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 100 Sep 16 10:02 .hadolint.yml [2025-09-16T10:05:09.700Z] drwxr-xr-x 3 1001 1001 4096 Sep 16 10:02 .semver [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 155 Sep 16 10:02 .sonarcloud.properties [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 1171 Sep 16 10:02 ADOPTERS.md [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 17374 Sep 16 10:02 Attribution.txt [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 108018 Sep 16 10:02 CHANGELOG.md [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 3804 Sep 16 10:02 CONTRIBUTING.md [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 677 Sep 16 10:02 GOVERNANCE.md [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 858 Sep 16 10:02 Jenkinsfile [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 10775 Sep 16 10:02 LICENSE [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 16740 Sep 16 10:02 Makefile [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 582 Sep 16 10:02 OWNERS.md [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 9932 Sep 16 10:02 README.md [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 789 Sep 16 10:02 SECURITY.md [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 12 Sep 16 10:02 VERSION [2025-09-16T10:05:09.700Z] drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 bin [2025-09-16T10:05:09.700Z] drwxrwxr-x 19 1001 1001 4096 Sep 16 10:02 cmd [2025-09-16T10:05:09.700Z] -rw-r--r-- 1 root root 1733635 Sep 16 10:04 coverage.out [2025-09-16T10:05:09.700Z] drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 fuzz_test [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 6539 Sep 16 10:02 go.mod [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 88541 Sep 16 10:02 go.sum [2025-09-16T10:05:09.700Z] drwxrwxr-x 7 1001 1001 4096 Sep 16 10:02 internal [2025-09-16T10:05:09.700Z] drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 openapi [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 584 Sep 16 10:02 security.txt [2025-09-16T10:05:09.700Z] -rw-rw-r-- 1 1001 1001 204 Sep 16 10:02 version.go [Pipeline] sh [2025-09-16T10:05:09.994Z] + '[' -e coverage.out ] [2025-09-16T10:05:09.994Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-09-16T10:05:10.173Z] Stashed 1 file(s) [Pipeline] sh [2025-09-16T10:05:10.453Z] + make build [2025-09-16T10:05:10.453Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-09-16T10:05:11.743Z] Avoid second fetch [2025-09-16T10:05:11.744Z] Checking out Revision 7be32007d386ece0ad1d736d44db8f7765ab5de1 (main) [2025-09-16T10:05:10.926Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-09-16T10:05:10.952Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-16T10:05:11.758Z] > git config core.sparsecheckout # timeout=10 [2025-09-16T10:05:11.812Z] > git checkout -f 7be32007d386ece0ad1d736d44db8f7765ab5de1 # timeout=10 [2025-09-16T10:05:12.541Z] Commit message: "Merge pull request #5256 from lindseysimple/issue-5255" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-16T10:05:17.064Z] provisioning config files... [2025-09-16T10:05:17.093Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config14818196744408777712tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:05:17.780Z] ---> ****-login.sh [2025-09-16T10:05:17.781Z] nexus3.edgexfoundry.org:10001 [2025-09-16T10:05:18.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:05:18.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:05:18.348Z] Configure a credential helper to remove this warning. See [2025-09-16T10:05:18.349Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:05:18.349Z] [2025-09-16T10:05:18.349Z] Login Succeeded [2025-09-16T10:05:18.349Z] nexus3.edgexfoundry.org:10002 [2025-09-16T10:05:18.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:05:18.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:05:18.620Z] Configure a credential helper to remove this warning. See [2025-09-16T10:05:18.620Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:05:18.620Z] [2025-09-16T10:05:18.620Z] Login Succeeded [2025-09-16T10:05:18.620Z] nexus3.edgexfoundry.org:10003 [2025-09-16T10:05:18.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:05:19.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:05:19.157Z] Configure a credential helper to remove this warning. See [2025-09-16T10:05:19.157Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:05:19.157Z] [2025-09-16T10:05:19.157Z] Login Succeeded [2025-09-16T10:05:19.157Z] nexus3.edgexfoundry.org:10004 [2025-09-16T10:05:19.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:05:19.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:05:19.426Z] Configure a credential helper to remove this warning. See [2025-09-16T10:05:19.426Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:05:19.426Z] [2025-09-16T10:05:19.426Z] Login Succeeded [2025-09-16T10:05:19.426Z] ****.io [2025-09-16T10:05:19.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:05:19.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:05:19.970Z] Configure a credential helper to remove this warning. See [2025-09-16T10:05:19.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:05:19.970Z] [2025-09-16T10:05:19.970Z] Login Succeeded [2025-09-16T10:05:19.970Z] ---> ****-login.sh ends [Pipeline] } [2025-09-16T10:05:19.990Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-09-16T10:05:20.618Z] + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] echo [2025-09-16T10:05:20.640Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-16T10:05:20.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-16T10:05:20.675Z] ========================================================= [2025-09-16T10:05:20.675Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-09-16T10:05:20.675Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-09-16T10:05:21.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-16T10:05:21.281Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-09-16T10:05:21.281Z] 94e9d8af2201: Pulling fs layer [2025-09-16T10:05:21.281Z] a6c56e8762df: Pulling fs layer [2025-09-16T10:05:21.281Z] f0f3c8884826: Pulling fs layer [2025-09-16T10:05:21.281Z] c7e7622c144d: Pulling fs layer [2025-09-16T10:05:21.281Z] 4f4fb700ef54: Pulling fs layer [2025-09-16T10:05:21.281Z] b4c3b6d88c5a: Pulling fs layer [2025-09-16T10:05:21.281Z] ba8bce9d2590: Pulling fs layer [2025-09-16T10:05:21.281Z] ca778ea9c289: Pulling fs layer [2025-09-16T10:05:21.281Z] 4f4fb700ef54: Waiting [2025-09-16T10:05:21.281Z] b4c3b6d88c5a: Waiting [2025-09-16T10:05:21.281Z] ba8bce9d2590: Waiting [2025-09-16T10:05:21.281Z] c7e7622c144d: Waiting [2025-09-16T10:05:21.281Z] ca778ea9c289: Waiting [2025-09-16T10:05:21.281Z] a6c56e8762df: Verifying Checksum [2025-09-16T10:05:21.281Z] a6c56e8762df: Download complete [2025-09-16T10:05:21.281Z] c7e7622c144d: Verifying Checksum [2025-09-16T10:05:21.281Z] c7e7622c144d: Download complete [2025-09-16T10:05:21.281Z] 4f4fb700ef54: Verifying Checksum [2025-09-16T10:05:21.281Z] 4f4fb700ef54: Download complete [2025-09-16T10:05:21.281Z] b4c3b6d88c5a: Verifying Checksum [2025-09-16T10:05:21.281Z] b4c3b6d88c5a: Download complete [2025-09-16T10:05:21.281Z] 94e9d8af2201: Verifying Checksum [2025-09-16T10:05:21.281Z] 94e9d8af2201: Download complete [2025-09-16T10:05:21.872Z] ca778ea9c289: Verifying Checksum [2025-09-16T10:05:21.872Z] ca778ea9c289: Download complete [2025-09-16T10:05:22.146Z] 94e9d8af2201: Pull complete [2025-09-16T10:05:22.734Z] a6c56e8762df: Pull complete [2025-09-16T10:05:23.324Z] f0f3c8884826: Verifying Checksum [2025-09-16T10:05:23.324Z] f0f3c8884826: Download complete [2025-09-16T10:05:24.291Z] ba8bce9d2590: Verifying Checksum [2025-09-16T10:05:24.291Z] ba8bce9d2590: Download complete [2025-09-16T10:05:32.366Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-09-16T10:05:34.269Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-09-16T10:05:35.647Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-09-16T10:05:36.214Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-09-16T10:05:36.624Z] f0f3c8884826: Pull complete [2025-09-16T10:05:36.890Z] c7e7622c144d: Pull complete [2025-09-16T10:05:37.158Z] 4f4fb700ef54: Pull complete [2025-09-16T10:05:37.426Z] b4c3b6d88c5a: Pull complete [2025-09-16T10:05:38.113Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-09-16T10:05:42.296Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-09-16T10:05:44.206Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-09-16T10:05:45.638Z] ba8bce9d2590: Pull complete [2025-09-16T10:05:46.733Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-09-16T10:05:47.590Z] ca778ea9c289: Pull complete [2025-09-16T10:05:47.590Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-09-16T10:05:47.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-16T10:05:47.590Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-09-16T10:05:47.934Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-16T10:05:47.934Z] WORKDIR /edgex [2025-09-16T10:05:47.934Z] COPY go.mod . [2025-09-16T10:05:47.934Z] RUN go mod download [2025-09-16T10:05:47.934Z] + docker build -t ci-base-image-arm64 -f - . [2025-09-16T10:05:48.524Z] Sending build context to Docker daemon 3.845MB [2025-09-16T10:05:48.632Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-09-16T10:05:48.790Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-16T10:05:48.791Z] ---> 47b25d7523d1 [2025-09-16T10:05:48.791Z] Step 2/4 : WORKDIR /edgex [2025-09-16T10:05:50.545Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-09-16T10:05:50.733Z] ---> Running in d46090c48aa9 [2025-09-16T10:05:50.733Z] Removing intermediate container d46090c48aa9 [2025-09-16T10:05:50.733Z] ---> 8186dc4219a1 [2025-09-16T10:05:50.733Z] Step 3/4 : COPY go.mod . [2025-09-16T10:05:51.320Z] ---> a1023df225d4 [2025-09-16T10:05:51.320Z] Step 4/4 : RUN go mod download [2025-09-16T10:05:51.320Z] ---> Running in 3b1fd253311c [2025-09-16T10:05:51.478Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-09-16T10:05:52.414Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-09-16T10:05:53.808Z] $ docker stop --time=1 b5c79dee817fba4fab3aaa9e6c6e4601efda406f33f772ff1388ee3a1da6b77c [2025-09-16T10:06:01.581Z] $ docker rm -f --volumes b5c79dee817fba4fab3aaa9e6c6e4601efda406f33f772ff1388ee3a1da6b77c [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 [2025-09-16T10:06:02.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-09-16T10:06:02.748Z] [2025-09-16T10:06:02.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:06:03.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-09-16T10:06:03.056Z] latest: Pulling from edgex-devops/edgex-compose [2025-09-16T10:06:03.056Z] 91d30c5bc195: Pulling fs layer [2025-09-16T10:06:03.056Z] 2e9b0aa3be6d: Pulling fs layer [2025-09-16T10:06:03.056Z] 9c61dcf015f6: Pulling fs layer [2025-09-16T10:06:03.056Z] 4698f68db338: Pulling fs layer [2025-09-16T10:06:03.056Z] 2a2f49069b9e: Pulling fs layer [2025-09-16T10:06:03.056Z] e0025b399a48: Pulling fs layer [2025-09-16T10:06:03.056Z] 4698f68db338: Waiting [2025-09-16T10:06:03.056Z] 2a2f49069b9e: Waiting [2025-09-16T10:06:03.056Z] e0025b399a48: Waiting [2025-09-16T10:06:03.056Z] 91d30c5bc195: Verifying Checksum [2025-09-16T10:06:03.056Z] 91d30c5bc195: Download complete [2025-09-16T10:06:03.056Z] 4698f68db338: Verifying Checksum [2025-09-16T10:06:03.056Z] 4698f68db338: Download complete [2025-09-16T10:06:03.313Z] 2e9b0aa3be6d: Verifying Checksum [2025-09-16T10:06:03.313Z] 2e9b0aa3be6d: Download complete [2025-09-16T10:06:03.313Z] e0025b399a48: Verifying Checksum [2025-09-16T10:06:03.313Z] e0025b399a48: Download complete [2025-09-16T10:06:03.313Z] 91d30c5bc195: Pull complete [2025-09-16T10:06:03.313Z] 2a2f49069b9e: Verifying Checksum [2025-09-16T10:06:03.313Z] 2a2f49069b9e: Download complete [2025-09-16T10:06:03.571Z] 2e9b0aa3be6d: Pull complete [2025-09-16T10:06:03.571Z] 9c61dcf015f6: Verifying Checksum [2025-09-16T10:06:03.571Z] 9c61dcf015f6: Download complete [2025-09-16T10:06:06.858Z] 9c61dcf015f6: Pull complete [2025-09-16T10:06:06.858Z] 4698f68db338: Pull complete [2025-09-16T10:06:07.116Z] 2a2f49069b9e: Pull complete [2025-09-16T10:06:07.116Z] e0025b399a48: Pull complete [2025-09-16T10:06:07.116Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-09-16T10:06:07.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-09-16T10:06:07.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:06:07.223Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:06:07.254Z] $ 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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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 [2025-09-16T10:06:10.797Z] $ docker top 3ed87f0d3b5603d2540db02a2fa4d7ac87cb6f7adf17d6a9b18ace506810a851 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-16T10:06:11.143Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-09-16T10:06:11.405Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #1 transferring dockerfile: 2.49kB done [2025-09-16T10:06:11.405Z] #1 DONE 0.1s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #2 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-16T10:06:11.405Z] #2 DONE 0.0s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #3 transferring dockerfile: 2.14kB done [2025-09-16T10:06:11.405Z] #3 DONE 0.1s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #4 transferring dockerfile: 1.81kB done [2025-09-16T10:06:11.405Z] #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-09-16T10:06:11.405Z] #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-09-16T10:06:11.405Z] #4 DONE 0.2s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #5 transferring dockerfile: 1.70kB done [2025-09-16T10:06:11.405Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-09-16T10:06:11.405Z] #5 DONE 0.2s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #6 transferring dockerfile: 3.02kB done [2025-09-16T10:06:11.405Z] #6 DONE 0.2s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #7 [support-scheduler internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #7 transferring dockerfile: 1.83kB done [2025-09-16T10:06:11.405Z] #7 DONE 0.2s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #8 [core-data internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #8 transferring dockerfile: 2.04kB done [2025-09-16T10:06:11.405Z] #8 DONE 0.2s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #9 transferring dockerfile: 2.10kB done [2025-09-16T10:06:11.405Z] #9 DONE 0.2s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-16T10:06:11.405Z] #2 DONE 0.0s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #10 [core-command internal] load build definition from Dockerfile [2025-09-16T10:06:11.405Z] #10 transferring dockerfile: 1.94kB done [2025-09-16T10:06:11.405Z] #10 DONE 0.2s [2025-09-16T10:06:11.405Z] [2025-09-16T10:06:11.405Z] #11 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-09-16T10:06:11.663Z] #11 ... [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #12 [support-notifications internal] load build definition from Dockerfile [2025-09-16T10:06:11.663Z] #12 transferring dockerfile: 2.00kB done [2025-09-16T10:06:11.663Z] #12 DONE 0.2s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #13 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-09-16T10:06:11.663Z] #13 transferring dockerfile: 1.89kB done [2025-09-16T10:06:11.663Z] #13 DONE 0.2s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2025-09-16T10:06:11.663Z] #14 transferring dockerfile: 2.50kB done [2025-09-16T10:06:11.663Z] #14 DONE 0.2s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #15 [security-spire-config internal] load build definition from Dockerfile [2025-09-16T10:06:11.663Z] #15 transferring dockerfile: 1.69kB done [2025-09-16T10:06:11.663Z] #15 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-09-16T10:06:11.663Z] #15 DONE 0.2s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #16 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-09-16T10:06:11.663Z] #16 transferring dockerfile: 2.23kB done [2025-09-16T10:06:11.663Z] #16 DONE 0.2s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #2 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-16T10:06:11.663Z] #2 DONE 0.0s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #17 [security-bootstrapper internal] load .dockerignore [2025-09-16T10:06:11.663Z] #17 transferring context: 50B done [2025-09-16T10:06:11.663Z] #17 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #18 [security-secretstore-setup internal] load .dockerignore [2025-09-16T10:06:11.663Z] #18 transferring context: 50B done [2025-09-16T10:06:11.663Z] #18 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #19 [security-proxy-auth internal] load .dockerignore [2025-09-16T10:06:11.663Z] #19 transferring context: 50B done [2025-09-16T10:06:11.663Z] #19 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #20 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:06:11.663Z] #20 DONE 0.2s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #21 [support-scheduler internal] load .dockerignore [2025-09-16T10:06:11.663Z] #21 transferring context: 50B done [2025-09-16T10:06:11.663Z] #21 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #22 [core-metadata internal] load .dockerignore [2025-09-16T10:06:11.663Z] #22 transferring context: 50B done [2025-09-16T10:06:11.663Z] #22 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #23 [core-command internal] load .dockerignore [2025-09-16T10:06:11.663Z] #23 transferring context: 50B done [2025-09-16T10:06:11.663Z] #23 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #24 [support-notifications internal] load .dockerignore [2025-09-16T10:06:11.663Z] #24 transferring context: 50B done [2025-09-16T10:06:11.663Z] #24 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #25 [core-data internal] load .dockerignore [2025-09-16T10:06:11.663Z] #25 transferring context: 50B done [2025-09-16T10:06:11.663Z] #25 DONE 0.1s [2025-09-16T10:06:11.663Z] [2025-09-16T10:06:11.663Z] #26 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:06:11.663Z] #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-16T10:06:11.663Z] #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:06:11.663Z] #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-16T10:06:11.663Z] #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-16T10:06:11.663Z] #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-09-16T10:06:11.922Z] #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-09-16T10:06:11.922Z] #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-09-16T10:06:11.922Z] #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-16T10:06:12.180Z] #26 ... [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #27 [security-proxy-setup internal] load .dockerignore [2025-09-16T10:06:12.180Z] #27 transferring context: 50B 0.0s done [2025-09-16T10:06:12.180Z] #27 DONE 0.5s [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2025-09-16T10:06:12.180Z] #28 transferring context: 50B 0.0s done [2025-09-16T10:06:12.180Z] #28 DONE 0.5s [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2025-09-16T10:06:12.180Z] #29 transferring context: 50B done [2025-09-16T10:06:12.180Z] #29 DONE 0.5s [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #30 [security-proxy-setup internal] load build context [2025-09-16T10:06:12.180Z] #30 DONE 0.0s [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #26 [security-proxy-setup stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:06:12.180Z] #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-16T10:06:12.180Z] #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:06:12.180Z] #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-16T10:06:12.180Z] #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-16T10:06:12.180Z] #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-09-16T10:06:12.180Z] #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-16T10:06:12.180Z] #26 ... [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #31 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-09-16T10:06:12.180Z] #31 DONE 0.7s [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #11 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-09-16T10:06:12.180Z] #11 DONE 0.8s [2025-09-16T10:06:12.180Z] [2025-09-16T10:06:12.180Z] #26 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:06:12.180Z] #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-16T10:06:12.180Z] #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:06:12.180Z] #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-16T10:06:12.180Z] #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-16T10:06:12.180Z] #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-09-16T10:06:12.180Z] #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-16T10:06:12.437Z] #26 DONE 0.7s [2025-09-16T10:06:12.438Z] [2025-09-16T10:06:12.438Z] #32 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-09-16T10:06:18.087Z] #32 ... [2025-09-16T10:06:18.087Z] [2025-09-16T10:06:18.087Z] #33 [security-proxy-auth internal] load build context [2025-09-16T10:06:18.087Z] #33 transferring context: 336.36MB 5.7s [2025-09-16T10:06:19.026Z] #33 ... [2025-09-16T10:06:19.026Z] [2025-09-16T10:06:19.026Z] #34 [security-secretstore-setup internal] load build context [2025-09-16T10:06:19.026Z] #34 ... [2025-09-16T10:06:19.026Z] [2025-09-16T10:06:19.026Z] #33 [security-proxy-auth internal] load build context [2025-09-16T10:06:21.602Z] #33 ... [2025-09-16T10:06:21.602Z] [2025-09-16T10:06:21.602Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-16T10:06:21.602Z] #35 ... [2025-09-16T10:06:21.602Z] [2025-09-16T10:06:21.602Z] #36 [core-metadata internal] load build context [2025-09-16T10:06:21.858Z] #36 ... [2025-09-16T10:06:21.858Z] [2025-09-16T10:06:21.858Z] #37 [support-scheduler internal] load build context [2025-09-16T10:06:21.858Z] #37 ... [2025-09-16T10:06:21.858Z] [2025-09-16T10:06:21.858Z] #38 [support-notifications internal] load build context [2025-09-16T10:06:22.130Z] #38 ... [2025-09-16T10:06:22.130Z] [2025-09-16T10:06:22.130Z] #39 [core-command internal] load build context [2025-09-16T10:06:22.130Z] #39 ... [2025-09-16T10:06:22.130Z] [2025-09-16T10:06:22.130Z] #40 [core-data internal] load build context [2025-09-16T10:06:22.130Z] #40 ... [2025-09-16T10:06:22.130Z] [2025-09-16T10:06:22.130Z] #30 [security-proxy-setup internal] load build context [2025-09-16T10:06:22.388Z] #30 ... [2025-09-16T10:06:22.388Z] [2025-09-16T10:06:22.388Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-16T10:06:22.388Z] #41 ... [2025-09-16T10:06:22.388Z] [2025-09-16T10:06:22.388Z] #42 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:06:22.388Z] #42 ... [2025-09-16T10:06:22.388Z] [2025-09-16T10:06:22.388Z] #43 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-16T10:06:22.646Z] #43 ... [2025-09-16T10:06:22.646Z] [2025-09-16T10:06:22.646Z] #44 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-16T10:06:22.646Z] #44 ... [2025-09-16T10:06:22.646Z] [2025-09-16T10:06:22.646Z] #45 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-16T10:06:22.904Z] #45 ... [2025-09-16T10:06:22.904Z] [2025-09-16T10:06:22.904Z] #46 [core-common-config-bootstrapper internal] load build context [2025-09-16T10:06:22.904Z] #46 transferring context: 534.68MB 10.4s [2025-09-16T10:06:22.904Z] #46 ... [2025-09-16T10:06:22.904Z] [2025-09-16T10:06:22.904Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-16T10:06:22.904Z] #47 ... [2025-09-16T10:06:22.904Z] [2025-09-16T10:06:22.904Z] #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-16T10:06:23.161Z] #48 ... [2025-09-16T10:06:23.161Z] [2025-09-16T10:06:23.161Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-16T10:06:23.161Z] #49 ... [2025-09-16T10:06:23.161Z] [2025-09-16T10:06:23.161Z] #50 [security-bootstrapper internal] load build context [2025-09-16T10:06:23.419Z] #50 ... [2025-09-16T10:06:23.419Z] [2025-09-16T10:06:23.419Z] #51 [security-spiffe-token-provider internal] load build context [2025-09-16T10:06:23.419Z] #51 ... [2025-09-16T10:06:23.419Z] [2025-09-16T10:06:23.419Z] #46 [core-common-config-bootstrapper internal] load build context [2025-09-16T10:06:23.419Z] #46 transferring context: 595.74MB 11.1s done [2025-09-16T10:06:24.798Z] #46 ... [2025-09-16T10:06:24.798Z] [2025-09-16T10:06:24.798Z] #52 [core-keeper internal] load build definition from Dockerfile [2025-09-16T10:06:24.798Z] #52 ... [2025-09-16T10:06:24.798Z] [2025-09-16T10:06:24.798Z] #33 [security-proxy-auth internal] load build context [2025-09-16T10:06:24.798Z] #33 transferring context: 595.74MB 11.7s done [2025-09-16T10:06:30.208Z] #33 ... [2025-09-16T10:06:30.208Z] [2025-09-16T10:06:30.208Z] #34 [security-secretstore-setup internal] load build context [2025-09-16T10:06:30.208Z] #34 transferring context: 595.74MB 11.1s done [2025-09-16T10:06:32.110Z] #34 ... [2025-09-16T10:06:32.110Z] [2025-09-16T10:06:32.110Z] #36 [core-metadata internal] load build context [2025-09-16T10:06:32.110Z] #36 transferring context: 595.74MB 11.4s done [2025-09-16T10:06:32.110Z] #36 ... [2025-09-16T10:06:32.110Z] [2025-09-16T10:06:32.110Z] #39 [core-command internal] load build context [2025-09-16T10:06:32.110Z] #39 transferring context: 595.74MB 11.3s done [2025-09-16T10:06:32.370Z] #39 ... [2025-09-16T10:06:32.370Z] [2025-09-16T10:06:32.370Z] #37 [support-scheduler internal] load build context [2025-09-16T10:06:32.370Z] #37 transferring context: 595.74MB 11.5s done [2025-09-16T10:06:32.628Z] #37 ... [2025-09-16T10:06:32.628Z] [2025-09-16T10:06:32.628Z] #40 [core-data internal] load build context [2025-09-16T10:06:32.628Z] #40 transferring context: 595.74MB 11.6s done [2025-09-16T10:06:32.628Z] #40 ... [2025-09-16T10:06:32.628Z] [2025-09-16T10:06:32.628Z] #38 [support-notifications internal] load build context [2025-09-16T10:06:32.628Z] #38 transferring context: 595.74MB 11.1s done [2025-09-16T10:06:34.001Z] #38 ... [2025-09-16T10:06:34.001Z] [2025-09-16T10:06:34.001Z] #30 [security-proxy-setup internal] load build context [2025-09-16T10:06:34.001Z] #30 transferring context: 595.74MB 11.2s done [2025-09-16T10:06:34.001Z] #30 ... [2025-09-16T10:06:34.001Z] [2025-09-16T10:06:34.001Z] #51 [security-spiffe-token-provider internal] load build context [2025-09-16T10:06:34.001Z] #51 transferring context: 595.74MB 11.5s done [2025-09-16T10:06:34.273Z] #51 ... [2025-09-16T10:06:34.273Z] [2025-09-16T10:06:34.274Z] #50 [security-bootstrapper internal] load build context [2025-09-16T10:06:34.274Z] #50 transferring context: 595.74MB 12.1s done [2025-09-16T10:06:47.772Z] Removing intermediate container 3b1fd253311c [2025-09-16T10:06:47.772Z] ---> e8eb0048a06a [2025-09-16T10:06:47.772Z] Successfully built e8eb0048a06a [2025-09-16T10:06:47.772Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:06:48.117Z] + docker inspect -f . ci-base-image-arm64 [2025-09-16T10:06:48.117Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:06:48.337Z] prd-ubuntu20.04-docker-arm64-4c-16g-8918 does not seem to be running inside a container [2025-09-16T10:06:48.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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 ******** ci-base-image-arm64 cat [2025-09-16T10:06:49.571Z] $ docker top 48f6462557d761896a6bab0197186afdb96e1b57e4c29e3c2007fcea8482cba7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-16T10:06:50.405Z] + go version [2025-09-16T10:06:50.405Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-09-16T10:06:50.429Z] $ docker stop --time=1 48f6462557d761896a6bab0197186afdb96e1b57e4c29e3c2007fcea8482cba7 [2025-09-16T10:06:52.039Z] $ docker rm -f --volumes 48f6462557d761896a6bab0197186afdb96e1b57e4c29e3c2007fcea8482cba7 [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 [2025-09-16T10:06:52.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-09-16T10:06:52.714Z] [2025-09-16T10:06:52.714Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:06:53.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-09-16T10:06:53.168Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-09-16T10:06:53.168Z] 547446be3368: Pulling fs layer [2025-09-16T10:06:53.168Z] d125d8839a47: Pulling fs layer [2025-09-16T10:06:53.168Z] 3e85d5ac6304: Pulling fs layer [2025-09-16T10:06:53.168Z] c3105a71a48b: Pulling fs layer [2025-09-16T10:06:53.168Z] 0f093f025ec4: Pulling fs layer [2025-09-16T10:06:53.168Z] c3106fc0e877: Pulling fs layer [2025-09-16T10:06:53.168Z] c3105a71a48b: Waiting [2025-09-16T10:06:53.168Z] c3106fc0e877: Waiting [2025-09-16T10:06:53.168Z] 0f093f025ec4: Waiting [2025-09-16T10:06:53.439Z] 547446be3368: Verifying Checksum [2025-09-16T10:06:53.439Z] 547446be3368: Download complete [2025-09-16T10:06:53.439Z] c3105a71a48b: Download complete [2025-09-16T10:06:53.711Z] d125d8839a47: Verifying Checksum [2025-09-16T10:06:53.711Z] d125d8839a47: Download complete [2025-09-16T10:06:53.711Z] c3106fc0e877: Verifying Checksum [2025-09-16T10:06:53.711Z] c3106fc0e877: Download complete [2025-09-16T10:06:53.981Z] 0f093f025ec4: Verifying Checksum [2025-09-16T10:06:53.981Z] 0f093f025ec4: Download complete [2025-09-16T10:06:54.254Z] 547446be3368: Pull complete [2025-09-16T10:06:55.228Z] d125d8839a47: Pull complete [2025-09-16T10:06:55.813Z] 3e85d5ac6304: Verifying Checksum [2025-09-16T10:06:55.813Z] 3e85d5ac6304: Download complete [2025-09-16T10:06:56.452Z] #50 ... [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #39 [core-command internal] load build context [2025-09-16T10:06:56.452Z] #39 DONE 41.0s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #32 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-09-16T10:06:56.452Z] #32 DONE 40.5s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #34 [security-secretstore-setup internal] load build context [2025-09-16T10:06:56.452Z] #34 DONE 41.1s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #38 [support-notifications internal] load build context [2025-09-16T10:06:56.452Z] #38 DONE 41.1s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #37 [support-scheduler internal] load build context [2025-09-16T10:06:56.452Z] #37 DONE 41.1s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #53 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:06:56.452Z] #53 ... [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #36 [core-metadata internal] load build context [2025-09-16T10:06:56.452Z] #36 DONE 41.2s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #33 [security-proxy-auth internal] load build context [2025-09-16T10:06:56.452Z] #33 DONE 41.3s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #46 [core-common-config-bootstrapper internal] load build context [2025-09-16T10:06:56.452Z] #46 DONE 40.7s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #30 [security-proxy-setup internal] load build context [2025-09-16T10:06:56.452Z] #30 DONE 40.7s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #40 [core-data internal] load build context [2025-09-16T10:06:56.452Z] #40 DONE 41.2s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #31 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-09-16T10:06:56.452Z] #31 DONE 0.7s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #26 [core-keeper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:06:56.452Z] #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-16T10:06:56.452Z] #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:06:56.452Z] #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-16T10:06:56.452Z] #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-16T10:06:56.452Z] #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-09-16T10:06:56.452Z] #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-16T10:06:56.452Z] #26 DONE 0.7s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #32 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-09-16T10:06:56.452Z] #32 DONE 40.5s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #50 [security-bootstrapper internal] load build context [2025-09-16T10:06:56.452Z] #50 DONE 41.4s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #51 [security-spiffe-token-provider internal] load build context [2025-09-16T10:06:56.452Z] #51 DONE 40.7s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #52 [core-keeper internal] load build definition from Dockerfile [2025-09-16T10:06:56.452Z] #52 transferring dockerfile: 2.01kB done [2025-09-16T10:06:56.452Z] #52 DONE 38.7s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #2 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-16T10:06:56.452Z] #2 DONE 0.0s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #20 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:06:56.452Z] #20 DONE 0.2s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #54 [core-keeper internal] load .dockerignore [2025-09-16T10:06:56.452Z] #54 transferring context: 50B done [2025-09-16T10:06:56.452Z] #54 DONE 0.0s [2025-09-16T10:06:56.452Z] [2025-09-16T10:06:56.452Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-16T10:06:56.452Z] #49 40.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:56.452Z] #49 40.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:56.453Z] #49 ... [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-16T10:06:56.453Z] #35 DONE 41.9s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #26 [security-spire-server stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:06:56.453Z] #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-16T10:06:56.453Z] #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:06:56.453Z] #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-16T10:06:56.453Z] #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-16T10:06:56.453Z] #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-09-16T10:06:56.453Z] #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-16T10:06:56.453Z] #26 DONE 0.7s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #55 [security-spire-server internal] load .dockerignore [2025-09-16T10:06:56.453Z] #55 transferring context: 50B 0.0s done [2025-09-16T10:06:56.453Z] #55 DONE 0.1s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #56 [security-spire-agent internal] load .dockerignore [2025-09-16T10:06:56.453Z] #56 transferring context: 50B done [2025-09-16T10:06:56.453Z] #56 DONE 0.1s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #57 [security-spire-server internal] load build context [2025-09-16T10:06:56.453Z] #57 DONE 0.0s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #58 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:06:56.453Z] #58 DONE 0.0s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #59 [security-spire-config internal] load .dockerignore [2025-09-16T10:06:56.453Z] #59 transferring context: 50B done [2025-09-16T10:06:56.453Z] #59 DONE 0.2s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-16T10:06:56.453Z] #49 41.14 (1/2) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:56.453Z] #49 41.14 (2/2) Installing su-exec (0.2-r3) [2025-09-16T10:06:56.453Z] #49 41.15 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:56.453Z] #49 41.15 OK: 8 MiB in 16 packages [2025-09-16T10:06:56.453Z] #49 ... [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #26 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:06:56.453Z] #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-16T10:06:56.453Z] #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:06:56.453Z] #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-16T10:06:56.453Z] #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-16T10:06:56.453Z] #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-09-16T10:06:56.453Z] #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-16T10:06:56.453Z] #26 DONE 0.7s [2025-09-16T10:06:56.453Z] [2025-09-16T10:06:56.453Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:06:56.453Z] #58 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:06:58.982Z] #58 ... [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #57 [security-spire-server internal] load build context [2025-09-16T10:06:58.982Z] #57 transferring context: 23.80kB 0.0s done [2025-09-16T10:06:58.982Z] #57 DONE 5.2s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #60 [core-keeper internal] load build context [2025-09-16T10:06:58.982Z] #60 transferring context: 595.74MB 3.4s done [2025-09-16T10:06:58.982Z] #60 DONE 5.6s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #61 [security-spire-config internal] load build context [2025-09-16T10:06:58.982Z] #61 transferring context: 22.05kB done [2025-09-16T10:06:58.982Z] #61 DONE 5.2s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-16T10:06:58.982Z] #49 DONE 46.4s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-16T10:06:58.982Z] #47 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #47 41.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #47 41.51 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:58.982Z] #47 41.51 (2/4) Installing openssl (3.3.4-r0) [2025-09-16T10:06:58.982Z] #47 41.54 (3/4) Installing su-exec (0.2-r3) [2025-09-16T10:06:58.982Z] #47 41.54 (4/4) Installing yq-go (4.44.1-r2) [2025-09-16T10:06:58.982Z] #47 41.63 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:58.982Z] #47 41.66 OK: 19 MiB in 18 packages [2025-09-16T10:06:58.982Z] #47 DONE 46.4s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-16T10:06:58.982Z] #41 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #41 41.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #41 41.48 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:58.982Z] #41 41.49 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:58.982Z] #41 41.49 OK: 8 MiB in 15 packages [2025-09-16T10:06:58.982Z] #41 DONE 46.4s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #45 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-16T10:06:58.982Z] #45 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #45 41.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #45 41.51 (1/4) Installing ca-certificates (20250619-r0) [2025-09-16T10:06:58.982Z] #45 41.53 (2/4) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:58.982Z] #45 41.53 (3/4) Installing su-exec (0.2-r3) [2025-09-16T10:06:58.982Z] #45 41.54 (4/4) Installing yq-go (4.44.1-r2) [2025-09-16T10:06:58.982Z] #45 41.63 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:58.982Z] #45 41.64 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:06:58.982Z] #45 41.72 OK: 19 MiB in 18 packages [2025-09-16T10:06:58.982Z] #45 DONE 46.4s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-16T10:06:58.982Z] #48 40.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #48 40.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #48 41.12 (1/7) Installing ca-certificates (20250619-r0) [2025-09-16T10:06:58.982Z] #48 41.14 (2/7) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:58.982Z] #48 41.14 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-09-16T10:06:58.982Z] #48 41.15 (4/7) Installing libsodium (1.0.19-r0) [2025-09-16T10:06:58.982Z] #48 41.16 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-09-16T10:06:58.982Z] #48 41.20 (6/7) Installing libzmq (4.3.5-r2) [2025-09-16T10:06:58.982Z] #48 41.22 (7/7) Installing zeromq (4.3.5-r2) [2025-09-16T10:06:58.982Z] #48 41.23 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:58.982Z] #48 41.23 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:06:58.982Z] #48 41.33 OK: 12 MiB in 21 packages [2025-09-16T10:06:58.982Z] #48 DONE 46.4s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-16T10:06:58.982Z] #44 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #44 41.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #44 41.55 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:58.982Z] #44 41.56 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:58.982Z] #44 41.57 OK: 8 MiB in 15 packages [2025-09-16T10:06:58.982Z] #44 DONE 46.4s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-16T10:06:58.982Z] #0 1.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 1.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 1.618 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:06:58.982Z] #0 1.618 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:06:58.982Z] #0 1.618 OK: 24174 distinct packages available [2025-09-16T10:06:58.982Z] #0 1.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 1.754 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 2.067 OK: 248 MiB in 58 packages [2025-09-16T10:06:58.982Z] #62 DONE 6.0s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #63 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-16T10:06:58.982Z] #0 0.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 1.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 1.453 OK: 248 MiB in 58 packages [2025-09-16T10:06:58.982Z] #63 DONE 6.0s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #43 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-16T10:06:58.982Z] #43 41.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #43 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #43 41.78 (1/3) Installing ca-certificates (20250619-r0) [2025-09-16T10:06:58.982Z] #43 41.79 (2/3) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:58.982Z] #43 41.80 (3/3) Installing tzdata (2025b-r0) [2025-09-16T10:06:58.982Z] #43 41.90 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:58.982Z] #43 41.91 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:06:58.982Z] #43 41.96 OK: 10 MiB in 17 packages [2025-09-16T10:06:58.982Z] #43 DONE 46.5s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-16T10:06:58.982Z] #0 5.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 5.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 5.760 OK: 248 MiB in 58 packages [2025-09-16T10:06:58.982Z] #64 DONE 6.0s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #65 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:06:58.982Z] #65 ... [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:06:58.982Z] #0 5.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 5.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #0 5.756 OK: 248 MiB in 58 packages [2025-09-16T10:06:58.982Z] #66 DONE 6.0s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-16T10:06:58.982Z] #67 DONE 5.7s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #53 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:06:58.982Z] #53 1.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #53 1.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #53 1.470 OK: 248 MiB in 58 packages [2025-09-16T10:06:58.982Z] #53 DONE 6.1s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-16T10:06:58.982Z] #68 DONE 5.8s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #42 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:06:58.982Z] #42 40.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #42 40.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #42 41.16 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:06:58.982Z] #42 41.16 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:06:58.982Z] #42 41.16 OK: 24174 distinct packages available [2025-09-16T10:06:58.982Z] #42 41.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #42 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:06:58.982Z] #42 41.76 (1/14) Installing ca-certificates (20250619-r0) [2025-09-16T10:06:58.982Z] #42 41.77 (2/14) Installing brotli-libs (1.1.0-r2) [2025-09-16T10:06:58.982Z] #42 41.78 (3/14) Installing c-ares (1.33.1-r0) [2025-09-16T10:06:58.982Z] #42 41.79 (4/14) Installing libunistring (1.2-r0) [2025-09-16T10:06:58.982Z] #42 41.81 (5/14) Installing libidn2 (2.3.7-r0) [2025-09-16T10:06:58.982Z] #42 41.81 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-09-16T10:06:58.982Z] #42 41.82 (7/14) Installing libpsl (0.21.5-r1) [2025-09-16T10:06:58.982Z] #42 41.83 (8/14) Installing zstd-libs (1.5.6-r0) [2025-09-16T10:06:58.982Z] #42 41.88 (9/14) Installing libcurl (8.12.1-r0) [2025-09-16T10:06:58.982Z] #42 41.89 (10/14) Installing curl (8.12.1-r0) [2025-09-16T10:06:58.982Z] #42 41.90 (11/14) Installing dumb-init (1.2.5-r3) [2025-09-16T10:06:58.982Z] #42 41.90 (12/14) Installing musl-obstack (1.2.3-r2) [2025-09-16T10:06:58.982Z] #42 41.91 (13/14) Installing libucontext (1.2-r3) [2025-09-16T10:06:58.982Z] #42 41.91 (14/14) Installing gcompat (1.1.0-r4) [2025-09-16T10:06:58.982Z] #42 41.92 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:06:58.982Z] #42 41.93 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:06:58.982Z] #42 41.97 OK: 13 MiB in 28 packages [2025-09-16T10:06:58.982Z] #42 DONE 46.5s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #69 [security-spire-agent internal] load build context [2025-09-16T10:06:58.982Z] #69 transferring context: 23.33kB done [2025-09-16T10:06:58.982Z] #69 DONE 5.3s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:06:58.982Z] #58 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 5.2s done [2025-09-16T10:06:58.982Z] #58 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-09-16T10:06:58.982Z] #58 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-09-16T10:06:58.982Z] #58 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s [2025-09-16T10:06:58.982Z] #58 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-09-16T10:06:58.982Z] #58 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-09-16T10:06:58.982Z] #58 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-09-16T10:06:58.982Z] #58 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-09-16T10:06:58.982Z] #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s [2025-09-16T10:06:58.982Z] #58 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-09-16T10:06:58.982Z] #58 ... [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:06:58.982Z] #70 DONE 0.3s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #71 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:06:58.982Z] #71 DONE 0.3s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #72 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:06:58.982Z] #72 DONE 0.3s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:06:58.982Z] #73 DONE 0.3s [2025-09-16T10:06:58.982Z] [2025-09-16T10:06:58.982Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:06:58.982Z] #58 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-09-16T10:06:59.247Z] #58 ... [2025-09-16T10:06:59.247Z] [2025-09-16T10:06:59.247Z] #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:06:59.247Z] #74 DONE 0.3s [2025-09-16T10:06:59.247Z] [2025-09-16T10:06:59.247Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:06:59.247Z] #58 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-09-16T10:06:59.247Z] #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.5s [2025-09-16T10:06:59.247Z] #58 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-09-16T10:06:59.508Z] #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s [2025-09-16T10:07:00.076Z] #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.3s done [2025-09-16T10:07:00.076Z] #58 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-09-16T10:07:00.641Z] #58 ... [2025-09-16T10:07:00.641Z] [2025-09-16T10:07:00.641Z] #75 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-16T10:07:00.641Z] #75 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 5.2s done [2025-09-16T10:07:00.641Z] #75 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-09-16T10:07:00.641Z] #75 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-09-16T10:07:00.641Z] #75 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-09-16T10:07:00.641Z] #75 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-09-16T10:07:00.641Z] #75 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done [2025-09-16T10:07:00.641Z] #75 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-09-16T10:07:00.641Z] #75 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-09-16T10:07:00.641Z] #75 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done [2025-09-16T10:07:00.641Z] #75 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.2s done [2025-09-16T10:07:00.641Z] #75 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-09-16T10:07:00.641Z] #75 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s done [2025-09-16T10:07:00.641Z] #75 DONE 7.1s [2025-09-16T10:07:00.641Z] [2025-09-16T10:07:00.641Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:02.023Z] #58 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.8s done [2025-09-16T10:07:02.283Z] #58 ... [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #76 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-16T10:07:02.283Z] #0 6.680 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 6.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 7.061 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:07:02.283Z] #0 7.061 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:07:02.283Z] #0 7.061 OK: 24174 distinct packages available [2025-09-16T10:07:02.283Z] #0 7.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 7.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 7.510 (1/5) Installing dumb-init (1.2.5-r3) [2025-09-16T10:07:02.283Z] #0 7.532 (2/5) Installing musl-obstack (1.2.3-r2) [2025-09-16T10:07:02.283Z] #0 7.539 (3/5) Installing libucontext (1.2-r3) [2025-09-16T10:07:02.283Z] #0 7.542 (4/5) Installing gcompat (1.1.0-r4) [2025-09-16T10:07:02.283Z] #0 7.546 (5/5) Installing openssl (3.3.4-r0) [2025-09-16T10:07:02.283Z] #0 7.556 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:07:02.283Z] #0 7.561 OK: 9 MiB in 19 packages [2025-09-16T10:07:02.283Z] #76 DONE 8.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #77 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-16T10:07:02.283Z] #0 6.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 6.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 7.155 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:07:02.283Z] #0 7.155 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:07:02.283Z] #0 7.155 OK: 24174 distinct packages available [2025-09-16T10:07:02.283Z] #0 7.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 7.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 7.587 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-16T10:07:02.283Z] #0 8.004 (2/4) Installing musl-obstack (1.2.3-r2) [2025-09-16T10:07:02.283Z] #0 8.044 (3/4) Installing libucontext (1.2-r3) [2025-09-16T10:07:02.283Z] #0 8.237 (4/4) Installing gcompat (1.1.0-r4) [2025-09-16T10:07:02.283Z] #0 8.241 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:07:02.283Z] #0 8.255 OK: 8 MiB in 18 packages [2025-09-16T10:07:02.283Z] #77 DONE 8.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:02.283Z] #58 DONE 8.7s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-09-16T10:07:02.283Z] #0 2.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.600 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.060 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:02.283Z] #0 3.407 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.410 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.414 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:02.283Z] #0 3.422 OK: 19 MiB in 18 packages [2025-09-16T10:07:02.283Z] #78 DONE 3.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #65 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:07:02.283Z] #65 3.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #65 3.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #65 3.387 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #65 3.403 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:02.283Z] #65 3.435 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #65 3.449 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #65 3.449 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:02.283Z] #65 3.449 OK: 10 MiB in 17 packages [2025-09-16T10:07:02.283Z] #65 DONE 3.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-09-16T10:07:02.283Z] #0 2.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.514 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.047 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:02.283Z] #0 3.400 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.407 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.409 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:02.283Z] #0 3.416 OK: 19 MiB in 18 packages [2025-09-16T10:07:02.283Z] #79 DONE 3.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:07:02.283Z] #0 2.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.524 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.026 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:02.283Z] #0 3.373 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.375 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.378 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:02.283Z] #0 3.385 OK: 12 MiB in 21 packages [2025-09-16T10:07:02.283Z] #80 DONE 3.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:07:02.283Z] #0 2.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.505 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.048 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:02.283Z] #0 3.404 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.409 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.412 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:02.283Z] #0 3.424 OK: 8 MiB in 15 packages [2025-09-16T10:07:02.283Z] #81 DONE 3.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-16T10:07:02.283Z] #0 2.144 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.283Z] #0 2.520 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.054 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:02.283Z] #0 3.415 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.417 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.283Z] #0 3.421 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:02.283Z] #0 3.432 OK: 8 MiB in 16 packages [2025-09-16T10:07:02.283Z] #82 DONE 3.6s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-09-16T10:07:02.283Z] #83 DONE 0.0s [2025-09-16T10:07:02.283Z] [2025-09-16T10:07:02.283Z] #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-09-16T10:07:02.548Z] #84 ... [2025-09-16T10:07:02.548Z] [2025-09-16T10:07:02.548Z] #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-09-16T10:07:02.548Z] #0 3.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.548Z] #0 3.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:02.548Z] #0 3.438 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.548Z] #0 3.469 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:02.548Z] #0 3.517 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.548Z] #0 3.525 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:02.548Z] #0 3.525 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:02.548Z] #0 3.529 OK: 8 MiB in 15 packages [2025-09-16T10:07:02.548Z] #85 DONE 3.7s [2025-09-16T10:07:02.808Z] [2025-09-16T10:07:02.808Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-09-16T10:07:03.743Z] #86 1.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.002Z] #86 1.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.261Z] #86 ... [2025-09-16T10:07:04.261Z] [2025-09-16T10:07:04.261Z] #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-09-16T10:07:04.261Z] #84 DONE 1.9s [2025-09-16T10:07:04.261Z] [2025-09-16T10:07:04.261Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-09-16T10:07:04.261Z] #86 2.164 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #86 ... [2025-09-16T10:07:04.523Z] [2025-09-16T10:07:04.523Z] #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-09-16T10:07:04.523Z] #87 DONE 0.1s [2025-09-16T10:07:04.523Z] [2025-09-16T10:07:04.523Z] #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-16T10:07:04.523Z] #0 3.303 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.523Z] #0 4.976 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.523Z] #0 5.425 OK: 248 MiB in 58 packages [2025-09-16T10:07:04.523Z] #88 DONE 5.6s [2025-09-16T10:07:04.523Z] [2025-09-16T10:07:04.523Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-09-16T10:07:04.523Z] #86 2.181 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:04.523Z] #86 2.220 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #86 2.223 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #86 2.227 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:04.523Z] #86 2.233 OK: 9 MiB in 19 packages [2025-09-16T10:07:04.523Z] #86 DONE 2.4s [2025-09-16T10:07:04.523Z] [2025-09-16T10:07:04.523Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-09-16T10:07:04.523Z] #0 1.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.523Z] #0 1.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.523Z] #0 2.138 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #0 2.154 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:04.523Z] #0 2.200 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #0 2.204 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #0 2.207 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:04.523Z] #0 2.214 OK: 8 MiB in 18 packages [2025-09-16T10:07:04.523Z] #89 DONE 2.3s [2025-09-16T10:07:04.523Z] [2025-09-16T10:07:04.523Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:07:04.523Z] #0 4.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.523Z] #0 4.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:04.523Z] #0 5.246 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #0 5.268 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:07:04.523Z] #0 5.438 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #0 5.442 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:07:04.523Z] #0 5.452 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:07:04.523Z] #0 5.463 OK: 13 MiB in 28 packages [2025-09-16T10:07:04.523Z] #90 DONE 5.6s [2025-09-16T10:07:04.523Z] [2025-09-16T10:07:04.523Z] #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:07:05.914Z] 3e85d5ac6304: Pull complete [2025-09-16T10:07:05.914Z] c3105a71a48b: Pull complete [2025-09-16T10:07:05.945Z] #91 ... [2025-09-16T10:07:05.946Z] [2025-09-16T10:07:05.946Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-09-16T10:07:05.946Z] #92 DONE 1.1s [2025-09-16T10:07:05.946Z] [2025-09-16T10:07:05.946Z] #93 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:05.946Z] #0 3.005 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:05.946Z] #0 4.985 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-16T10:07:05.946Z] #0 5.497 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-16T10:07:05.946Z] #0 5.631 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:07:05.946Z] #0 5.644 OK: 8 MiB in 15 packages [2025-09-16T10:07:05.946Z] #93 DONE 6.7s [2025-09-16T10:07:05.946Z] [2025-09-16T10:07:05.946Z] #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:07:05.946Z] #94 DONE 1.1s [2025-09-16T10:07:06.204Z] [2025-09-16T10:07:06.204Z] #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-09-16T10:07:06.884Z] 0f093f025ec4: Pull complete [2025-09-16T10:07:07.139Z] #95 DONE 1.4s [2025-09-16T10:07:07.139Z] [2025-09-16T10:07:07.139Z] #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-09-16T10:07:07.139Z] #96 DONE 2.4s [2025-09-16T10:07:07.139Z] [2025-09-16T10:07:07.139Z] #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:07:07.139Z] #91 DONE 2.4s [2025-09-16T10:07:07.139Z] [2025-09-16T10:07:07.139Z] #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-09-16T10:07:07.139Z] #97 DONE 0.1s [2025-09-16T10:07:07.139Z] [2025-09-16T10:07:07.139Z] #98 [security-spire-server stage-2 6/9] COPY security.txt / [2025-09-16T10:07:07.150Z] c3106fc0e877: Pull complete [2025-09-16T10:07:07.150Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-09-16T10:07:07.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-09-16T10:07:07.150Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:07:07.345Z] prd-ubuntu20.04-docker-arm64-4c-16g-8918 does not seem to be running inside a container [2025-09-16T10:07:07.410Z] $ 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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-09-16T10:07:07.711Z] #98 DONE 0.6s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #99 [security-spire-config stage-2 6/10] COPY security.txt / [2025-09-16T10:07:07.711Z] #99 DONE 0.7s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:07:07.711Z] #100 DONE 0.7s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-09-16T10:07:07.711Z] #101 DONE 0.1s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-09-16T10:07:07.711Z] #102 DONE 0.1s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-09-16T10:07:07.711Z] #103 DONE 0.1s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #104 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-09-16T10:07:07.711Z] #104 DONE 0.1s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-09-16T10:07:07.711Z] #105 DONE 0.1s [2025-09-16T10:07:07.711Z] [2025-09-16T10:07:07.711Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-09-16T10:07:07.970Z] #106 DONE 0.1s [2025-09-16T10:07:07.970Z] [2025-09-16T10:07:07.970Z] #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-09-16T10:07:07.970Z] #107 DONE 0.1s [2025-09-16T10:07:07.970Z] [2025-09-16T10:07:07.970Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-09-16T10:07:07.970Z] #108 DONE 0.1s [2025-09-16T10:07:07.970Z] [2025-09-16T10:07:07.970Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-09-16T10:07:07.970Z] #109 DONE 0.1s [2025-09-16T10:07:07.970Z] [2025-09-16T10:07:07.970Z] #110 [security-spire-config] exporting to image [2025-09-16T10:07:07.970Z] #110 exporting layers [2025-09-16T10:07:08.230Z] #110 ... [2025-09-16T10:07:08.230Z] [2025-09-16T10:07:08.230Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-09-16T10:07:08.230Z] #111 DONE 0.1s [2025-09-16T10:07:08.230Z] [2025-09-16T10:07:08.230Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-09-16T10:07:08.230Z] #112 DONE 0.1s [2025-09-16T10:07:08.230Z] [2025-09-16T10:07:08.230Z] #113 [security-spire-agent] exporting to image [2025-09-16T10:07:09.171Z] #113 ... [2025-09-16T10:07:09.171Z] [2025-09-16T10:07:09.171Z] #114 [security-spire-server] exporting to image [2025-09-16T10:07:09.171Z] #114 exporting layers 0.9s done [2025-09-16T10:07:09.171Z] #114 writing image sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 0.0s done [2025-09-16T10:07:09.171Z] #114 naming to docker.io/library/security-spire-server 0.0s done [2025-09-16T10:07:09.171Z] #114 DONE 1.0s [2025-09-16T10:07:09.171Z] [2025-09-16T10:07:09.171Z] #110 [security-spire-config] exporting to image [2025-09-16T10:07:09.171Z] #110 exporting layers 0.9s done [2025-09-16T10:07:09.171Z] #110 writing image sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 0.0s done [2025-09-16T10:07:09.171Z] #110 naming to docker.io/library/security-spire-config 0.0s done [2025-09-16T10:07:09.171Z] #110 DONE 1.1s [2025-09-16T10:07:09.171Z] [2025-09-16T10:07:09.171Z] #113 [security-spire-agent] exporting to image [2025-09-16T10:07:09.171Z] #113 exporting layers 0.8s done [2025-09-16T10:07:09.171Z] #113 writing image sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba 0.0s done [2025-09-16T10:07:09.171Z] #113 naming to docker.io/library/security-spire-agent 0.0s done [2025-09-16T10:07:09.171Z] #113 DONE 0.9s [2025-09-16T10:07:09.171Z] [2025-09-16T10:07:09.171Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:10.007Z] #115 ... [2025-09-16T10:07:10.007Z] [2025-09-16T10:07:10.007Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:10.224Z] $ docker top 61e5561657bd4cc8a21dbcbf344e7a99e90757ec7810dbbbef68f290d3411b09 -eo pid,comm [2025-09-16T10:07:10.369Z] #116 ... [2025-09-16T10:07:10.369Z] [2025-09-16T10:07:10.370Z] #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:10.370Z] #117 ... [2025-09-16T10:07:10.370Z] [2025-09-16T10:07:10.370Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] { [Pipeline] sh [2025-09-16T10:07:10.628Z] #118 ... [2025-09-16T10:07:10.628Z] [2025-09-16T10:07:10.628Z] #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:10.742Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-09-16T10:07:16.098Z] #119 ... [2025-09-16T10:07:16.098Z] [2025-09-16T10:07:16.098Z] #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:20.835Z] #1 [core-metadata internal] load build definition from Dockerfile [2025-09-16T10:07:20.835Z] #1 transferring dockerfile: [2025-09-16T10:07:20.835Z] #1 transferring dockerfile: 2.10kB done [2025-09-16T10:07:20.835Z] #1 DONE 0.1s [2025-09-16T10:07:20.835Z] [2025-09-16T10:07:20.835Z] #2 [support-scheduler internal] load build definition from Dockerfile [2025-09-16T10:07:21.801Z] #2 transferring dockerfile: 1.83kB 0.0s done [2025-09-16T10:07:21.801Z] #2 DONE 1.4s [2025-09-16T10:07:21.801Z] [2025-09-16T10:07:21.801Z] #3 [security-spiffe-token-provider internal] load .dockerignore [2025-09-16T10:07:21.801Z] #3 ... [2025-09-16T10:07:21.801Z] [2025-09-16T10:07:21.801Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-09-16T10:07:21.801Z] #4 transferring dockerfile: 1.89kB done [2025-09-16T10:07:21.801Z] #4 DONE 1.4s [2025-09-16T10:07:21.801Z] [2025-09-16T10:07:21.801Z] #5 [core-command internal] load .dockerignore [2025-09-16T10:07:21.801Z] #5 ... [2025-09-16T10:07:21.801Z] [2025-09-16T10:07:21.801Z] #6 [security-spire-server internal] load build definition from Dockerfile [2025-09-16T10:07:21.801Z] #6 transferring dockerfile: 1.70kB 0.0s done [2025-09-16T10:07:21.801Z] #6 DONE 1.7s [2025-09-16T10:07:22.070Z] [2025-09-16T10:07:22.070Z] #7 [support-notifications internal] load build definition from Dockerfile [2025-09-16T10:07:22.070Z] #7 transferring dockerfile: 2.00kB 0.0s done [2025-09-16T10:07:22.070Z] #7 DONE 1.7s [2025-09-16T10:07:22.070Z] [2025-09-16T10:07:22.070Z] #8 [core-common-config-bootstrapper internal] load .dockerignore [2025-09-16T10:07:22.342Z] #8 ... [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #9 [core-keeper internal] load build definition from Dockerfile [2025-09-16T10:07:22.342Z] #9 transferring dockerfile: 2.01kB 0.0s done [2025-09-16T10:07:22.342Z] #9 DONE 1.8s [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #10 [core-command internal] load build definition from Dockerfile [2025-09-16T10:07:22.342Z] #10 transferring dockerfile: 1.94kB 0.0s done [2025-09-16T10:07:22.342Z] #10 DONE 1.9s [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2025-09-16T10:07:22.342Z] #11 transferring dockerfile: 3.02kB 0.0s done [2025-09-16T10:07:22.342Z] #11 DONE 1.8s [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #12 [security-spire-config internal] load build definition from Dockerfile [2025-09-16T10:07:22.342Z] #12 transferring dockerfile: 1.69kB 0.0s done [2025-09-16T10:07:22.342Z] #12 DONE 1.9s [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #13 [core-data internal] load build definition from Dockerfile [2025-09-16T10:07:22.342Z] #13 transferring dockerfile: 2.04kB 0.0s done [2025-09-16T10:07:22.342Z] #13 DONE 1.7s [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #14 [support-scheduler internal] load .dockerignore [2025-09-16T10:07:22.342Z] #14 transferring context: 50B 0.0s done [2025-09-16T10:07:22.342Z] #14 DONE 0.9s [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #15 [core-metadata internal] load .dockerignore [2025-09-16T10:07:22.342Z] #15 transferring context: 50B 0.0s done [2025-09-16T10:07:22.342Z] #15 DONE 1.6s [2025-09-16T10:07:22.342Z] [2025-09-16T10:07:22.342Z] #16 [security-proxy-auth internal] load .dockerignore [2025-09-16T10:07:22.612Z] #16 ... [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #17 [security-secretstore-setup internal] load build definition from Dockerfile [2025-09-16T10:07:22.612Z] #17 transferring dockerfile: 2.49kB 0.0s done [2025-09-16T10:07:22.612Z] #17 DONE 1.9s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #18 [security-spire-agent internal] load build definition from Dockerfile [2025-09-16T10:07:22.612Z] #18 transferring dockerfile: 1.81kB 0.0s done [2025-09-16T10:07:22.612Z] #18 DONE 1.8s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #3 [security-spiffe-token-provider internal] load .dockerignore [2025-09-16T10:07:22.612Z] #3 transferring context: 50B 0.0s done [2025-09-16T10:07:22.612Z] #3 DONE 0.9s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #19 [security-proxy-setup internal] load build definition from Dockerfile [2025-09-16T10:07:22.612Z] #19 transferring dockerfile: 2.50kB 0.0s done [2025-09-16T10:07:22.612Z] #19 DONE 1.9s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #20 [security-spire-server internal] load .dockerignore [2025-09-16T10:07:22.612Z] #20 transferring context: 50B 0.0s done [2025-09-16T10:07:22.612Z] #20 DONE 0.9s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #21 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-09-16T10:07:22.612Z] #21 transferring dockerfile: 2.23kB 0.0s done [2025-09-16T10:07:22.612Z] #21 DONE 2.0s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #22 [security-proxy-auth internal] load build definition from Dockerfile [2025-09-16T10:07:22.612Z] #22 transferring dockerfile: 2.14kB 0.0s done [2025-09-16T10:07:22.612Z] #22 DONE 1.9s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #23 [security-bootstrapper internal] load .dockerignore [2025-09-16T10:07:22.612Z] #23 transferring context: 50B 0.0s done [2025-09-16T10:07:22.612Z] #23 DONE 0.7s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #24 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:22.612Z] #24 DONE 0.0s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #25 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:22.612Z] #25 ... [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #26 [security-spire-config internal] load .dockerignore [2025-09-16T10:07:22.612Z] #26 transferring context: 50B 0.0s done [2025-09-16T10:07:22.612Z] #26 DONE 0.8s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #27 [support-notifications internal] load .dockerignore [2025-09-16T10:07:22.612Z] #27 transferring context: 50B 0.0s done [2025-09-16T10:07:22.612Z] #27 DONE 1.0s [2025-09-16T10:07:22.612Z] [2025-09-16T10:07:22.612Z] #28 [core-keeper internal] load .dockerignore [2025-09-16T10:07:22.612Z] #28 transferring context: 50B 0.0s done [2025-09-16T10:07:22.612Z] #28 DONE 0.8s [2025-09-16T10:07:22.882Z] [2025-09-16T10:07:22.882Z] #5 [core-command internal] load .dockerignore [2025-09-16T10:07:22.882Z] #5 transferring context: 50B 0.0s done [2025-09-16T10:07:22.882Z] #5 DONE 1.0s [2025-09-16T10:07:22.882Z] [2025-09-16T10:07:22.882Z] #8 [core-common-config-bootstrapper internal] load .dockerignore [2025-09-16T10:07:22.882Z] #8 transferring context: 50B done [2025-09-16T10:07:22.882Z] #8 DONE 0.8s [2025-09-16T10:07:22.882Z] [2025-09-16T10:07:22.882Z] #29 [security-proxy-setup internal] load .dockerignore [2025-09-16T10:07:22.882Z] #29 transferring context: 50B done [2025-09-16T10:07:22.882Z] #29 DONE 0.7s [2025-09-16T10:07:22.882Z] [2025-09-16T10:07:22.882Z] #30 [security-secretstore-setup internal] load .dockerignore [2025-09-16T10:07:22.882Z] #30 transferring context: 50B 0.0s done [2025-09-16T10:07:22.882Z] #30 DONE 0.8s [2025-09-16T10:07:22.882Z] [2025-09-16T10:07:22.882Z] #31 [core-data internal] load .dockerignore [2025-09-16T10:07:22.882Z] #31 transferring context: 50B 0.0s done [2025-09-16T10:07:22.882Z] #31 DONE 0.7s [2025-09-16T10:07:22.882Z] [2025-09-16T10:07:22.882Z] #24 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:22.882Z] #24 DONE 0.0s [2025-09-16T10:07:22.882Z] [2025-09-16T10:07:22.882Z] #16 [security-proxy-auth internal] load .dockerignore [2025-09-16T10:07:22.882Z] #16 transferring context: 50B 0.0s done [2025-09-16T10:07:23.152Z] #16 DONE 0.7s [2025-09-16T10:07:23.152Z] [2025-09-16T10:07:23.152Z] #32 [security-spire-agent internal] load .dockerignore [2025-09-16T10:07:23.152Z] #32 transferring context: 50B 0.0s done [2025-09-16T10:07:23.152Z] #32 DONE 0.8s [2025-09-16T10:07:23.152Z] [2025-09-16T10:07:23.152Z] #25 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:23.152Z] #25 ... [2025-09-16T10:07:23.152Z] [2025-09-16T10:07:23.152Z] #24 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:23.152Z] #24 DONE 0.0s [2025-09-16T10:07:23.152Z] [2025-09-16T10:07:23.152Z] #25 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:23.419Z] #25 DONE 1.0s [2025-09-16T10:07:23.419Z] [2025-09-16T10:07:23.419Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:23.419Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:23.419Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:23.419Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:23.419Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:23.419Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0B / 4.09MB 0.1s [2025-09-16T10:07:23.685Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:23.685Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:23.685Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:23.952Z] #33 ... [2025-09-16T10:07:23.952Z] [2025-09-16T10:07:23.952Z] #24 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:23.952Z] #24 DONE 0.0s [2025-09-16T10:07:23.952Z] [2025-09-16T10:07:23.952Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:23.952Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.05MB / 4.09MB 0.5s [2025-09-16T10:07:23.952Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.7s [2025-09-16T10:07:24.217Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s [2025-09-16T10:07:24.487Z] #33 ... [2025-09-16T10:07:24.487Z] [2025-09-16T10:07:24.487Z] #25 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:24.487Z] #25 DONE 1.4s [2025-09-16T10:07:24.487Z] [2025-09-16T10:07:24.487Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:24.487Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:24.487Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:24.487Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:24.487Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:24.487Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:24.487Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 [2025-09-16T10:07:24.758Z] #33 ... [2025-09-16T10:07:24.758Z] [2025-09-16T10:07:24.758Z] #25 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:24.758Z] #25 DONE 1.6s [2025-09-16T10:07:24.758Z] [2025-09-16T10:07:24.758Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-16T10:07:24.758Z] #34 DONE 1.5s [2025-09-16T10:07:24.758Z] [2025-09-16T10:07:24.758Z] #35 [core-metadata internal] load build context [2025-09-16T10:07:25.025Z] #35 ... [2025-09-16T10:07:25.025Z] [2025-09-16T10:07:25.025Z] #36 [security-spiffe-token-provider internal] load build context [2025-09-16T10:07:25.025Z] #36 transferring context: 3.36MB 1.2s done [2025-09-16T10:07:25.025Z] #36 DONE 1.5s [2025-09-16T10:07:25.025Z] [2025-09-16T10:07:25.025Z] #24 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:25.025Z] #24 DONE 0.0s [2025-09-16T10:07:25.025Z] [2025-09-16T10:07:25.025Z] #25 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:25.025Z] #25 DONE 1.7s [2025-09-16T10:07:25.025Z] [2025-09-16T10:07:25.025Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:25.025Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:25.025Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:25.025Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:25.025Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:25.025Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:25.025Z] #33 ... [2025-09-16T10:07:25.025Z] [2025-09-16T10:07:25.025Z] #24 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:25.025Z] #24 DONE 0.0s [2025-09-16T10:07:25.025Z] [2025-09-16T10:07:25.025Z] #35 [core-metadata internal] load build context [2025-09-16T10:07:25.025Z] #35 transferring context: 3.36MB 1.5s done [2025-09-16T10:07:25.025Z] #35 DONE 1.9s [2025-09-16T10:07:25.025Z] [2025-09-16T10:07:25.025Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:25.025Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:25.025Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:25.025Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:25.025Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:25.025Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:25.294Z] #33 ... [2025-09-16T10:07:25.294Z] [2025-09-16T10:07:25.294Z] #37 [support-scheduler internal] load build context [2025-09-16T10:07:25.294Z] #37 transferring context: 3.36MB 1.5s done [2025-09-16T10:07:25.294Z] #37 DONE 1.9s [2025-09-16T10:07:25.294Z] [2025-09-16T10:07:25.294Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:25.294Z] #33 ... [2025-09-16T10:07:25.294Z] [2025-09-16T10:07:25.294Z] #24 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:25.294Z] #24 DONE 0.0s [2025-09-16T10:07:25.294Z] [2025-09-16T10:07:25.294Z] #25 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:25.294Z] #25 DONE 2.0s [2025-09-16T10:07:25.294Z] [2025-09-16T10:07:25.294Z] #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:25.294Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:25.294Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:25.294Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:25.294Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:25.294Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:25.560Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:25.561Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:25.561Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:25.561Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:25.561Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:25.561Z] #33 ... [2025-09-16T10:07:25.561Z] [2025-09-16T10:07:25.561Z] #24 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:25.561Z] #24 DONE 0.0s [2025-09-16T10:07:25.561Z] [2025-09-16T10:07:25.561Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:25.561Z] #33 ... [2025-09-16T10:07:25.561Z] [2025-09-16T10:07:25.561Z] #24 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:25.561Z] #24 DONE 0.0s [2025-09-16T10:07:25.843Z] [2025-09-16T10:07:25.843Z] #25 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:25.843Z] #25 DONE 2.2s [2025-09-16T10:07:25.843Z] [2025-09-16T10:07:25.843Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:25.843Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:25.843Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:25.843Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:25.843Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:25.843Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:25.843Z] #33 ... [2025-09-16T10:07:25.843Z] [2025-09-16T10:07:25.843Z] #24 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:25.843Z] #24 DONE 0.0s [2025-09-16T10:07:25.843Z] [2025-09-16T10:07:25.843Z] #38 [security-spire-config internal] load build context [2025-09-16T10:07:25.843Z] #38 transferring context: 22.05kB 0.1s done [2025-09-16T10:07:25.843Z] #38 DONE 1.0s [2025-09-16T10:07:25.843Z] [2025-09-16T10:07:25.843Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:26.109Z] #33 ... [2025-09-16T10:07:26.109Z] [2025-09-16T10:07:26.109Z] #25 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:26.109Z] #25 DONE 2.3s [2025-09-16T10:07:26.109Z] [2025-09-16T10:07:26.109Z] #39 [security-spire-server internal] load build context [2025-09-16T10:07:26.109Z] #39 transferring context: 23.80kB 0.1s done [2025-09-16T10:07:26.109Z] #39 DONE 1.1s [2025-09-16T10:07:26.109Z] [2025-09-16T10:07:26.109Z] #40 [security-bootstrapper internal] load build context [2025-09-16T10:07:26.109Z] #40 transferring context: 3.36MB 0.9s done [2025-09-16T10:07:26.109Z] #40 DONE 1.6s [2025-09-16T10:07:26.109Z] [2025-09-16T10:07:26.109Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:26.109Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:26.109Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:26.109Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:26.109Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:26.109Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:26.109Z] #33 ... [2025-09-16T10:07:26.109Z] [2025-09-16T10:07:26.109Z] #24 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:26.109Z] #24 DONE 0.0s [2025-09-16T10:07:26.109Z] [2025-09-16T10:07:26.109Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:26.109Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.6s done [2025-09-16T10:07:26.381Z] #33 ... [2025-09-16T10:07:26.381Z] [2025-09-16T10:07:26.381Z] #24 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-16T10:07:26.381Z] #24 DONE 0.0s [2025-09-16T10:07:26.381Z] [2025-09-16T10:07:26.381Z] #25 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:26.381Z] #25 DONE 2.5s [2025-09-16T10:07:26.381Z] [2025-09-16T10:07:26.381Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:26.381Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:26.381Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:26.381Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:26.381Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:26.381Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:26.381Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.6s done [2025-09-16T10:07:26.381Z] #33 ... [2025-09-16T10:07:26.381Z] [2025-09-16T10:07:26.381Z] #41 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-09-16T10:07:26.381Z] #41 DONE 3.7s [2025-09-16T10:07:26.381Z] [2025-09-16T10:07:26.381Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:26.381Z] #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-09-16T10:07:26.381Z] #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-09-16T10:07:26.381Z] #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-09-16T10:07:26.649Z] #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-09-16T10:07:26.649Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done [2025-09-16T10:07:26.649Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done [2025-09-16T10:07:26.649Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-09-16T10:07:26.649Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-09-16T10:07:26.649Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.5s [2025-09-16T10:07:26.649Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-09-16T10:07:26.649Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 1.6s [2025-09-16T10:07:26.649Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-09-16T10:07:26.925Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 1.8s [2025-09-16T10:07:27.191Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.69MB / 33.17MB 2.1s [2025-09-16T10:07:27.191Z] #42 ... [2025-09-16T10:07:27.191Z] [2025-09-16T10:07:27.191Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-16T10:07:27.191Z] #34 DONE 2.1s [2025-09-16T10:07:27.191Z] [2025-09-16T10:07:27.191Z] #25 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-09-16T10:07:27.191Z] #25 DONE 3.2s [2025-09-16T10:07:27.191Z] [2025-09-16T10:07:27.191Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:27.457Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 2.3s [2025-09-16T10:07:27.457Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 2.4s [2025-09-16T10:07:27.730Z] #42 ... [2025-09-16T10:07:27.730Z] [2025-09-16T10:07:27.730Z] #43 [support-notifications internal] load build context [2025-09-16T10:07:27.730Z] #43 transferring context: 3.36MB 1.5s done [2025-09-16T10:07:27.730Z] #43 DONE 2.5s [2025-09-16T10:07:27.730Z] [2025-09-16T10:07:27.730Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:27.730Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-09-16T10:07:27.997Z] #42 ... [2025-09-16T10:07:27.997Z] [2025-09-16T10:07:27.997Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:27.997Z] #33 DONE 5.2s [2025-09-16T10:07:27.997Z] [2025-09-16T10:07:27.997Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:28.268Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 3.0s [2025-09-16T10:07:28.864Z] #42 ... [2025-09-16T10:07:28.864Z] [2025-09-16T10:07:28.864Z] #44 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-09-16T10:07:28.864Z] #44 DONE 2.4s [2025-09-16T10:07:28.864Z] [2025-09-16T10:07:28.864Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:28.864Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 3.7s [2025-09-16T10:07:29.136Z] #42 ... [2025-09-16T10:07:29.136Z] [2025-09-16T10:07:29.136Z] #45 [core-keeper internal] load build context [2025-09-16T10:07:29.136Z] #45 transferring context: 3.36MB 2.3s done [2025-09-16T10:07:29.136Z] #45 DONE 3.6s [2025-09-16T10:07:29.136Z] [2025-09-16T10:07:29.136Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:29.136Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 4.0s [2025-09-16T10:07:29.405Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 4.3s [2025-09-16T10:07:29.405Z] #42 ... [2025-09-16T10:07:29.405Z] [2025-09-16T10:07:29.405Z] #46 [core-data internal] load build context [2025-09-16T10:07:29.406Z] #46 transferring context: 3.36MB 2.5s done [2025-09-16T10:07:29.406Z] #46 DONE 3.4s [2025-09-16T10:07:29.406Z] [2025-09-16T10:07:29.406Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:29.406Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.44MB / 33.17MB 4.4s [2025-09-16T10:07:29.674Z] #42 ... [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-16T10:07:29.675Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-16T10:07:29.675Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-16T10:07:29.675Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-16T10:07:29.675Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-16T10:07:29.675Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done [2025-09-16T10:07:29.675Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.6s done [2025-09-16T10:07:29.675Z] #33 DONE 5.2s [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #47 [security-secretstore-setup internal] load build context [2025-09-16T10:07:29.675Z] #47 transferring context: 3.36MB 2.7s done [2025-09-16T10:07:29.675Z] #47 DONE 3.7s [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-09-16T10:07:29.675Z] #48 DONE 2.9s [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #49 [core-common-config-bootstrapper internal] load build context [2025-09-16T10:07:29.675Z] #49 transferring context: 3.36MB 2.8s done [2025-09-16T10:07:29.675Z] #49 DONE 3.8s [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #50 [core-command internal] load build context [2025-09-16T10:07:29.675Z] #50 transferring context: 3.36MB 3.1s done [2025-09-16T10:07:29.675Z] #50 DONE 4.2s [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #51 [security-proxy-setup internal] load build context [2025-09-16T10:07:29.675Z] #51 transferring context: 3.36MB 2.5s done [2025-09-16T10:07:29.675Z] #51 DONE 3.4s [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:29.675Z] #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-09-16T10:07:29.675Z] #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-09-16T10:07:29.675Z] #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-09-16T10:07:29.675Z] #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-09-16T10:07:29.675Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done [2025-09-16T10:07:29.675Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done [2025-09-16T10:07:29.675Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-09-16T10:07:29.675Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-09-16T10:07:29.675Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-09-16T10:07:29.675Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-09-16T10:07:29.675Z] #42 ... [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #52 [security-proxy-auth internal] load build context [2025-09-16T10:07:29.675Z] #52 transferring context: 3.36MB 2.0s done [2025-09-16T10:07:29.675Z] #52 DONE 3.4s [2025-09-16T10:07:29.675Z] [2025-09-16T10:07:29.675Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:29.675Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.6s done [2025-09-16T10:07:30.512Z] #42 ... [2025-09-16T10:07:30.512Z] [2025-09-16T10:07:30.512Z] #53 [security-spire-agent internal] load build context [2025-09-16T10:07:30.512Z] #53 transferring context: 23.33kB 0.1s done [2025-09-16T10:07:30.512Z] #53 DONE 0.9s [2025-09-16T10:07:30.812Z] [2025-09-16T10:07:30.812Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-16T10:07:30.812Z] #54 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-09-16T10:07:30.812Z] #54 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-09-16T10:07:30.812Z] #54 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-09-16T10:07:30.812Z] #54 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-09-16T10:07:30.812Z] #54 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-09-16T10:07:30.812Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 3.59MB / 14.28MB 0.9s [2025-09-16T10:07:30.812Z] #54 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-09-16T10:07:30.812Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 1.1s [2025-09-16T10:07:30.812Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.11MB / 14.28MB 1.2s [2025-09-16T10:07:31.108Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 1.4s [2025-09-16T10:07:31.389Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 1.7s [2025-09-16T10:07:31.675Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.11MB / 14.28MB 1.9s [2025-09-16T10:07:32.290Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 2.4s [2025-09-16T10:07:32.290Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.31MB / 14.28MB 2.7s [2025-09-16T10:07:32.561Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 2.9s [2025-09-16T10:07:32.829Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.50MB / 14.28MB 3.2s [2025-09-16T10:07:33.417Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 3.5s [2025-09-16T10:07:33.417Z] #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 3.5s done [2025-09-16T10:07:33.417Z] #54 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [2025-09-16T10:07:37.703Z] #54 ... [2025-09-16T10:07:37.703Z] [2025-09-16T10:07:37.703Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:37.703Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.4s [2025-09-16T10:07:37.703Z] #42 ... [2025-09-16T10:07:37.703Z] [2025-09-16T10:07:37.703Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-16T10:07:37.975Z] #54 ... [2025-09-16T10:07:37.975Z] [2025-09-16T10:07:37.975Z] #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-16T10:07:37.975Z] #55 DONE 9.1s [2025-09-16T10:07:38.244Z] [2025-09-16T10:07:38.244Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:38.520Z] #42 ... [2025-09-16T10:07:38.520Z] [2025-09-16T10:07:38.520Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-16T10:07:38.520Z] #0 7.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:38.520Z] #0 8.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:38.520Z] #56 ... [2025-09-16T10:07:38.520Z] [2025-09-16T10:07:38.520Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-16T10:07:38.788Z] #54 ... [2025-09-16T10:07:38.788Z] [2025-09-16T10:07:38.788Z] #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-16T10:07:39.056Z] #57 ... [2025-09-16T10:07:39.056Z] [2025-09-16T10:07:39.056Z] #58 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:07:39.056Z] #0 9.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:39.056Z] #0 9.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:39.056Z] #58 ... [2025-09-16T10:07:39.056Z] [2025-09-16T10:07:39.056Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-16T10:07:39.335Z] #59 ... [2025-09-16T10:07:39.335Z] [2025-09-16T10:07:39.335Z] #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:07:39.335Z] #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:39.335Z] #60 ... [2025-09-16T10:07:39.335Z] [2025-09-16T10:07:39.335Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-16T10:07:39.624Z] #61 ... [2025-09-16T10:07:39.624Z] [2025-09-16T10:07:39.624Z] #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:39.624Z] #62 ... [2025-09-16T10:07:39.624Z] [2025-09-16T10:07:39.624Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-16T10:07:39.932Z] #63 ... [2025-09-16T10:07:39.932Z] [2025-09-16T10:07:39.932Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:39.932Z] #64 ... [2025-09-16T10:07:39.932Z] [2025-09-16T10:07:39.932Z] #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-16T10:07:39.932Z] #0 8.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:39.932Z] #0 8.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:40.205Z] #65 ... [2025-09-16T10:07:40.205Z] [2025-09-16T10:07:40.205Z] #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-16T10:07:40.205Z] #66 ... [2025-09-16T10:07:40.205Z] [2025-09-16T10:07:40.205Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-16T10:07:40.476Z] #67 ... [2025-09-16T10:07:40.476Z] [2025-09-16T10:07:40.476Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-16T10:07:40.476Z] #56 10.43 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-16T10:07:40.476Z] #56 10.43 (2/4) Installing openssl (3.3.4-r0) [2025-09-16T10:07:40.476Z] #56 10.48 (3/4) Installing su-exec (0.2-r3) [2025-09-16T10:07:40.476Z] #56 10.50 (4/4) Installing yq-go (4.44.1-r2) [2025-09-16T10:07:40.476Z] #56 10.99 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:07:40.476Z] #56 11.03 OK: 20 MiB in 18 packages [2025-09-16T10:07:40.476Z] #56 DONE 12.0s [2025-09-16T10:07:40.476Z] [2025-09-16T10:07:40.476Z] #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-16T10:07:40.476Z] #0 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:40.476Z] #68 ... [2025-09-16T10:07:40.476Z] [2025-09-16T10:07:40.476Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-16T10:07:40.745Z] #69 ... [2025-09-16T10:07:40.745Z] [2025-09-16T10:07:40.745Z] #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-16T10:07:40.745Z] #70 ... [2025-09-16T10:07:40.745Z] [2025-09-16T10:07:40.745Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:07:41.019Z] #71 ... [2025-09-16T10:07:41.019Z] [2025-09-16T10:07:41.019Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:42.438Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s [2025-09-16T10:07:43.859Z] #42 ... [2025-09-16T10:07:43.859Z] [2025-09-16T10:07:43.859Z] #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-16T10:07:43.859Z] #66 DONE 14.5s [2025-09-16T10:07:43.859Z] [2025-09-16T10:07:43.859Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:47.245Z] #42 ... [2025-09-16T10:07:47.245Z] [2025-09-16T10:07:47.245Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-16T10:07:47.245Z] #54 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.7s done [2025-09-16T10:07:47.245Z] #54 DONE 17.4s [2025-09-16T10:07:47.245Z] [2025-09-16T10:07:47.245Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:47.515Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.7s [2025-09-16T10:07:47.786Z] #42 ... [2025-09-16T10:07:47.787Z] [2025-09-16T10:07:47.787Z] #58 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:07:47.787Z] #58 16.83 OK: 239 MiB in 58 packages [2025-09-16T10:07:47.787Z] #58 DONE 19.4s [2025-09-16T10:07:47.787Z] [2025-09-16T10:07:47.787Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:48.054Z] #42 ... [2025-09-16T10:07:48.054Z] [2025-09-16T10:07:48.054Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-16T10:07:48.054Z] #0 8.697 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:48.054Z] #72 ... [2025-09-16T10:07:48.054Z] [2025-09-16T10:07:48.054Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:48.324Z] #42 ... [2025-09-16T10:07:48.324Z] [2025-09-16T10:07:48.324Z] #73 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:07:48.324Z] #73 DONE 0.6s [2025-09-16T10:07:48.324Z] [2025-09-16T10:07:48.324Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:49.736Z] #42 ... [2025-09-16T10:07:49.736Z] [2025-09-16T10:07:49.736Z] #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:07:49.736Z] #60 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:49.736Z] #60 19.91 OK: 239 MiB in 58 packages [2025-09-16T10:07:50.007Z] #60 ... [2025-09-16T10:07:50.007Z] [2025-09-16T10:07:50.007Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:50.609Z] #42 ... [2025-09-16T10:07:50.609Z] [2025-09-16T10:07:50.609Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-09-16T10:07:50.609Z] #0 6.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:50.609Z] #0 8.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:50.609Z] #74 ... [2025-09-16T10:07:50.609Z] [2025-09-16T10:07:50.609Z] #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-09-16T10:07:50.609Z] #60 DONE 21.7s [2025-09-16T10:07:50.609Z] [2025-09-16T10:07:50.609Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-16T10:07:50.609Z] #59 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:50.609Z] #59 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:50.609Z] #59 20.91 OK: 239 MiB in 58 packages [2025-09-16T10:07:50.890Z] #59 ... [2025-09-16T10:07:50.890Z] [2025-09-16T10:07:50.890Z] #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-16T10:07:50.890Z] #57 11.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:50.890Z] #57 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:50.890Z] #57 ... [2025-09-16T10:07:50.890Z] [2025-09-16T10:07:50.890Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:07:50.890Z] #71 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:50.890Z] #71 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:51.166Z] #71 ... [2025-09-16T10:07:51.166Z] [2025-09-16T10:07:51.166Z] #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-16T10:07:51.166Z] #65 12.23 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:07:51.166Z] #65 12.23 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:07:51.166Z] #65 12.23 OK: 24052 distinct packages available [2025-09-16T10:07:51.166Z] #65 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:51.166Z] #65 15.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:51.166Z] #65 ... [2025-09-16T10:07:51.166Z] [2025-09-16T10:07:51.166Z] #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:07:51.166Z] #75 DONE 0.7s [2025-09-16T10:07:51.166Z] [2025-09-16T10:07:51.166Z] #76 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:51.761Z] #76 ... [2025-09-16T10:07:51.761Z] [2025-09-16T10:07:51.761Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-16T10:07:51.761Z] #59 DONE 22.8s [2025-09-16T10:07:51.761Z] [2025-09-16T10:07:51.761Z] #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-16T10:07:51.761Z] #68 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:51.761Z] #68 ... [2025-09-16T10:07:51.761Z] [2025-09-16T10:07:51.761Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-16T10:07:51.762Z] #63 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:51.762Z] #63 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:52.038Z] #63 ... [2025-09-16T10:07:52.038Z] [2025-09-16T10:07:52.038Z] #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:52.038Z] #62 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:52.038Z] #62 14.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:52.038Z] #62 ... [2025-09-16T10:07:52.038Z] [2025-09-16T10:07:52.038Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:52.636Z] #42 ... [2025-09-16T10:07:52.636Z] [2025-09-16T10:07:52.636Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:07:52.636Z] #77 DONE 0.8s [2025-09-16T10:07:52.636Z] [2025-09-16T10:07:52.636Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:52.636Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.7s [2025-09-16T10:07:52.905Z] #42 ... [2025-09-16T10:07:52.905Z] [2025-09-16T10:07:52.905Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-16T10:07:52.905Z] #69 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:52.905Z] #69 15.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:52.905Z] #69 ... [2025-09-16T10:07:52.905Z] [2025-09-16T10:07:52.905Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:52.905Z] #64 13.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:52.905Z] #64 16.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:53.173Z] #64 ... [2025-09-16T10:07:53.173Z] [2025-09-16T10:07:53.173Z] #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-16T10:07:53.173Z] #70 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:53.173Z] #70 16.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:53.173Z] #70 ... [2025-09-16T10:07:53.173Z] [2025-09-16T10:07:53.173Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:53.762Z] #42 ... [2025-09-16T10:07:53.762Z] [2025-09-16T10:07:53.762Z] #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:53.762Z] #0 4.638 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:53.762Z] #0 6.594 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:53.762Z] #78 ... [2025-09-16T10:07:53.762Z] [2025-09-16T10:07:53.762Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-16T10:07:53.762Z] #61 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:53.762Z] #61 16.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:54.029Z] #61 ... [2025-09-16T10:07:54.029Z] [2025-09-16T10:07:54.029Z] #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:54.029Z] #62 24.86 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-16T10:07:54.029Z] #62 24.91 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:07:54.299Z] #62 25.02 OK: 9 MiB in 15 packages [2025-09-16T10:07:54.299Z] #62 ... [2025-09-16T10:07:54.299Z] [2025-09-16T10:07:54.299Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-16T10:07:54.299Z] #67 15.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:54.299Z] #67 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:54.570Z] #67 ... [2025-09-16T10:07:54.570Z] [2025-09-16T10:07:54.570Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:57.234Z] #42 ... [2025-09-16T10:07:57.234Z] [2025-09-16T10:07:57.234Z] #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-16T10:07:57.234Z] #57 24.55 OK: 239 MiB in 58 packages [2025-09-16T10:07:57.234Z] #57 DONE 28.3s [2025-09-16T10:07:57.234Z] [2025-09-16T10:07:57.234Z] #62 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:57.234Z] #62 DONE 28.7s [2025-09-16T10:07:57.234Z] [2025-09-16T10:07:57.234Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:57.234Z] #42 ... [2025-09-16T10:07:57.234Z] [2025-09-16T10:07:57.234Z] #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-16T10:07:57.234Z] #63 25.58 (1/2) Installing dumb-init (1.2.5-r3) [2025-09-16T10:07:57.234Z] #63 25.65 (2/2) Installing su-exec (0.2-r3) [2025-09-16T10:07:57.234Z] #63 25.71 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:07:57.234Z] #63 25.90 OK: 9 MiB in 16 packages [2025-09-16T10:07:57.234Z] #63 DONE 28.1s [2025-09-16T10:07:57.234Z] [2025-09-16T10:07:57.234Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:57.234Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.6s done [2025-09-16T10:07:58.215Z] #42 ... [2025-09-16T10:07:58.215Z] [2025-09-16T10:07:58.215Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:58.499Z] #79 ... [2025-09-16T10:07:58.499Z] [2025-09-16T10:07:58.499Z] #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:07:58.499Z] #80 DONE 1.3s [2025-09-16T10:07:58.499Z] [2025-09-16T10:07:58.499Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:07:59.090Z] #81 ... [2025-09-16T10:07:59.090Z] [2025-09-16T10:07:59.090Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-16T10:07:59.090Z] #72 11.10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:07:59.357Z] #72 21.33 OK: 239 MiB in 58 packages [2025-09-16T10:07:59.357Z] #72 ... [2025-09-16T10:07:59.357Z] [2025-09-16T10:07:59.357Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:07:59.973Z] #42 ... [2025-09-16T10:07:59.973Z] [2025-09-16T10:07:59.973Z] #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-16T10:07:59.973Z] #65 28.26 OK: 239 MiB in 58 packages [2025-09-16T10:07:59.973Z] #65 DONE 31.0s [2025-09-16T10:07:59.973Z] [2025-09-16T10:07:59.973Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-16T10:07:59.973Z] #64 27.44 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-16T10:07:59.973Z] #64 27.86 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:07:59.973Z] #64 28.00 OK: 9 MiB in 15 packages [2025-09-16T10:07:59.973Z] #64 DONE 30.8s [2025-09-16T10:07:59.973Z] [2025-09-16T10:07:59.973Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:00.949Z] #82 ... [2025-09-16T10:08:00.949Z] [2025-09-16T10:08:00.949Z] #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:08:00.949Z] #83 DONE 1.0s [2025-09-16T10:08:00.949Z] [2025-09-16T10:08:00.949Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-09-16T10:08:00.949Z] #74 16.54 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:00.949Z] #74 16.97 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:00.949Z] #74 17.79 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:00.949Z] #74 17.79 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:00.949Z] #74 17.81 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:00.949Z] #74 17.99 OK: 20 MiB in 18 packages [2025-09-16T10:08:00.949Z] #74 DONE 20.7s [2025-09-16T10:08:00.949Z] [2025-09-16T10:08:00.949Z] #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:01.558Z] #84 ... [2025-09-16T10:08:01.558Z] [2025-09-16T10:08:01.558Z] #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-09-16T10:08:01.558Z] #85 DONE 0.3s [2025-09-16T10:08:01.558Z] [2025-09-16T10:08:01.558Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-16T10:08:01.558Z] #69 26.75 (1/7) Installing ca-certificates (20250619-r0) [2025-09-16T10:08:01.558Z] #69 28.61 (2/7) Installing dumb-init (1.2.5-r3) [2025-09-16T10:08:01.558Z] #69 28.70 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-09-16T10:08:01.558Z] #69 28.79 (4/7) Installing libsodium (1.0.19-r0) [2025-09-16T10:08:01.558Z] #69 28.92 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-09-16T10:08:01.558Z] #69 29.37 (6/7) Installing libzmq (4.3.5-r2) [2025-09-16T10:08:01.558Z] #69 29.51 (7/7) Installing zeromq (4.3.5-r2) [2025-09-16T10:08:01.558Z] #69 29.65 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:08:01.558Z] #69 29.72 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:08:01.558Z] #69 30.97 OK: 14 MiB in 21 packages [2025-09-16T10:08:01.855Z] #69 ... [2025-09-16T10:08:01.855Z] [2025-09-16T10:08:01.855Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-16T10:08:01.855Z] #72 DONE 24.0s [2025-09-16T10:08:01.855Z] [2025-09-16T10:08:01.855Z] #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-16T10:08:01.855Z] #78 16.10 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-16T10:08:01.855Z] #78 17.08 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:08:01.855Z] #78 17.33 OK: 9 MiB in 15 packages [2025-09-16T10:08:02.769Z] #120 ... [2025-09-16T10:08:02.769Z] [2025-09-16T10:08:02.770Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:02.770Z] #115 DONE 60.0s [2025-09-16T10:08:02.770Z] [2025-09-16T10:08:02.770Z] #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:02.770Z] #120 DONE 53.6s [2025-09-16T10:08:02.770Z] [2025-09-16T10:08:02.770Z] #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:02.770Z] #119 DONE 60.0s [2025-09-16T10:08:02.770Z] [2025-09-16T10:08:02.770Z] #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:02.770Z] #117 DONE 60.0s [2025-09-16T10:08:02.770Z] [2025-09-16T10:08:02.770Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:02.770Z] #118 DONE 60.0s [2025-09-16T10:08:02.770Z] [2025-09-16T10:08:02.770Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:02.770Z] #116 DONE 60.0s [2025-09-16T10:08:02.770Z] [2025-09-16T10:08:02.770Z] #121 [core-command builder 6/7] COPY . . [2025-09-16T10:08:02.831Z] #78 ... [2025-09-16T10:08:02.831Z] [2025-09-16T10:08:02.831Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-16T10:08:02.831Z] #69 DONE 33.6s [2025-09-16T10:08:02.831Z] [2025-09-16T10:08:02.831Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:02.831Z] #86 ... [2025-09-16T10:08:02.831Z] [2025-09-16T10:08:02.831Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:08:02.831Z] #71 23.81 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:08:02.831Z] #71 23.81 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:08:02.831Z] #71 23.81 OK: 24052 distinct packages available [2025-09-16T10:08:02.831Z] #71 25.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:02.831Z] #71 26.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:03.098Z] #71 ... [2025-09-16T10:08:03.098Z] [2025-09-16T10:08:03.098Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:03.365Z] #87 ... [2025-09-16T10:08:03.365Z] [2025-09-16T10:08:03.365Z] #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-16T10:08:03.365Z] #78 DONE 19.6s [2025-09-16T10:08:03.365Z] [2025-09-16T10:08:03.365Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-09-16T10:08:03.365Z] #88 DONE 1.3s [2025-09-16T10:08:03.365Z] [2025-09-16T10:08:03.365Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:03.637Z] #89 ... [2025-09-16T10:08:03.637Z] [2025-09-16T10:08:03.637Z] #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-16T10:08:03.637Z] #68 24.60 (1/3) Installing ca-certificates (20250619-r0) [2025-09-16T10:08:03.637Z] #68 25.20 (2/3) Installing dumb-init (1.2.5-r3) [2025-09-16T10:08:03.637Z] #68 25.25 (3/3) Installing tzdata (2025b-r0) [2025-09-16T10:08:03.637Z] #68 29.63 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:08:03.637Z] #68 29.98 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:08:03.637Z] #68 31.87 OK: 11 MiB in 17 packages [2025-09-16T10:08:03.637Z] #68 DONE 34.6s [2025-09-16T10:08:03.905Z] [2025-09-16T10:08:03.905Z] #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:04.171Z] #90 ... [2025-09-16T10:08:04.171Z] [2025-09-16T10:08:04.171Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-16T10:08:04.171Z] #61 26.94 (1/4) Installing ca-certificates (20250619-r0) [2025-09-16T10:08:04.171Z] #61 28.36 (2/4) Installing dumb-init (1.2.5-r3) [2025-09-16T10:08:04.171Z] #61 28.52 (3/4) Installing su-exec (0.2-r3) [2025-09-16T10:08:04.171Z] #61 28.56 (4/4) Installing yq-go (4.44.1-r2) [2025-09-16T10:08:04.171Z] #61 30.42 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:08:04.171Z] #61 30.54 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:08:04.171Z] #61 32.25 OK: 20 MiB in 18 packages [2025-09-16T10:08:04.171Z] #61 DONE 35.0s [2025-09-16T10:08:04.438Z] [2025-09-16T10:08:04.438Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-09-16T10:08:07.044Z] #91 ... [2025-09-16T10:08:07.044Z] [2025-09-16T10:08:07.044Z] #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-16T10:08:07.044Z] #70 27.46 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:08:07.044Z] #70 27.46 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:08:07.044Z] #70 27.46 OK: 24052 distinct packages available [2025-09-16T10:08:07.044Z] #70 28.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:07.044Z] #70 31.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:07.044Z] #70 ... [2025-09-16T10:08:07.044Z] [2025-09-16T10:08:07.044Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:08:07.044Z] #71 35.45 (1/14) Installing ca-certificates (20250619-r0) [2025-09-16T10:08:07.044Z] #71 35.78 (2/14) Installing brotli-libs (1.1.0-r2) [2025-09-16T10:08:07.044Z] #71 35.92 (3/14) Installing c-ares (1.33.1-r0) [2025-09-16T10:08:07.044Z] #71 35.92 (4/14) Installing libunistring (1.2-r0) [2025-09-16T10:08:07.044Z] #71 36.09 (5/14) Installing libidn2 (2.3.7-r0) [2025-09-16T10:08:07.044Z] #71 36.12 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-09-16T10:08:07.044Z] #71 36.15 (7/14) Installing libpsl (0.21.5-r1) [2025-09-16T10:08:07.044Z] #71 36.17 (8/14) Installing zstd-libs (1.5.6-r0) [2025-09-16T10:08:07.044Z] #71 36.32 (9/14) Installing libcurl (8.12.1-r0) [2025-09-16T10:08:07.044Z] #71 36.42 (10/14) Installing curl (8.12.1-r0) [2025-09-16T10:08:07.044Z] #71 36.46 (11/14) Installing dumb-init (1.2.5-r3) [2025-09-16T10:08:07.044Z] #71 36.50 (12/14) Installing musl-obstack (1.2.3-r2) [2025-09-16T10:08:07.044Z] #71 36.58 (13/14) Installing libucontext (1.2-r3) [2025-09-16T10:08:07.044Z] #71 36.60 (14/14) Installing gcompat (1.1.0-r4) [2025-09-16T10:08:07.044Z] #71 36.62 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:08:07.044Z] #71 36.87 Executing ca-certificates-20250619-r0.trigger [2025-09-16T10:08:07.044Z] #71 ... [2025-09-16T10:08:07.044Z] [2025-09-16T10:08:07.044Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-16T10:08:07.044Z] #67 27.73 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-16T10:08:07.044Z] #67 27.73 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-16T10:08:07.044Z] #67 27.73 OK: 24052 distinct packages available [2025-09-16T10:08:07.044Z] #67 29.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:07.044Z] #67 32.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:07.044Z] #67 ... [2025-09-16T10:08:07.044Z] [2025-09-16T10:08:07.044Z] #92 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-09-16T10:08:07.044Z] #0 8.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:07.311Z] #92 ... [2025-09-16T10:08:07.311Z] [2025-09-16T10:08:07.311Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:08:07.311Z] #71 38.17 OK: 15 MiB in 28 packages [2025-09-16T10:08:07.311Z] #71 ... [2025-09-16T10:08:07.311Z] [2025-09-16T10:08:07.311Z] #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-16T10:08:07.311Z] #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:07.593Z] #93 ... [2025-09-16T10:08:07.593Z] [2025-09-16T10:08:07.593Z] #92 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-09-16T10:08:07.593Z] #92 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:09.014Z] #92 ... [2025-09-16T10:08:09.014Z] [2025-09-16T10:08:09.014Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-16T10:08:09.014Z] #71 DONE 40.0s [2025-09-16T10:08:09.295Z] [2025-09-16T10:08:09.295Z] #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-16T10:08:09.295Z] #93 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:09.364Z] #121 ... [2025-09-16T10:08:09.364Z] [2025-09-16T10:08:09.364Z] #122 [support-notifications builder 6/7] COPY . . [2025-09-16T10:08:09.364Z] #122 ... [2025-09-16T10:08:09.364Z] [2025-09-16T10:08:09.364Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-09-16T10:08:09.364Z] #123 ... [2025-09-16T10:08:09.364Z] [2025-09-16T10:08:09.364Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-09-16T10:08:09.622Z] #124 ... [2025-09-16T10:08:09.622Z] [2025-09-16T10:08:09.622Z] #125 [support-scheduler builder 6/7] COPY . . [2025-09-16T10:08:09.880Z] #125 ... [2025-09-16T10:08:09.880Z] [2025-09-16T10:08:09.880Z] #126 [core-keeper builder 7/8] COPY . . [2025-09-16T10:08:10.252Z] #93 ... [2025-09-16T10:08:10.252Z] [2025-09-16T10:08:10.252Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-16T10:08:10.252Z] #67 39.08 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-16T10:08:10.252Z] #67 39.15 (2/4) Installing musl-obstack (1.2.3-r2) [2025-09-16T10:08:10.252Z] #67 39.19 (3/4) Installing libucontext (1.2-r3) [2025-09-16T10:08:10.252Z] #67 39.19 (4/4) Installing gcompat (1.1.0-r4) [2025-09-16T10:08:10.252Z] #67 39.27 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:08:10.252Z] #67 39.32 OK: 9 MiB in 18 packages [2025-09-16T10:08:10.252Z] #67 DONE 41.2s [2025-09-16T10:08:10.518Z] [2025-09-16T10:08:10.518Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-09-16T10:08:11.484Z] #94 ... [2025-09-16T10:08:11.484Z] [2025-09-16T10:08:11.484Z] #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-16T10:08:11.484Z] #70 38.88 (1/5) Installing dumb-init (1.2.5-r3) [2025-09-16T10:08:11.484Z] #70 38.90 (2/5) Installing musl-obstack (1.2.3-r2) [2025-09-16T10:08:11.484Z] #70 38.91 (3/5) Installing libucontext (1.2-r3) [2025-09-16T10:08:11.484Z] #70 38.93 (4/5) Installing gcompat (1.1.0-r4) [2025-09-16T10:08:11.484Z] #70 38.97 (5/5) Installing openssl (3.3.4-r0) [2025-09-16T10:08:11.484Z] #70 39.07 Executing busybox-1.36.1-r29.trigger [2025-09-16T10:08:11.484Z] #70 39.29 OK: 10 MiB in 19 packages [2025-09-16T10:08:11.484Z] #70 DONE 42.3s [2025-09-16T10:08:11.750Z] [2025-09-16T10:08:11.750Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-09-16T10:08:14.330Z] #95 2.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:15.730Z] #95 4.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:17.131Z] #95 ... [2025-09-16T10:08:17.131Z] [2025-09-16T10:08:17.131Z] #92 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-09-16T10:08:17.131Z] #92 18.56 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:17.131Z] #92 18.70 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:17.131Z] #92 19.18 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:17.131Z] #92 19.21 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:17.131Z] #92 19.21 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:17.131Z] #92 19.32 OK: 9 MiB in 15 packages [2025-09-16T10:08:18.003Z] #126 ... [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #124 [security-bootstrapper builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #124 DONE 17.6s [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #123 DONE 17.6s [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:18.003Z] #127 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #128 [security-secretstore-setup builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #128 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:08:18.003Z] #129 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #126 [core-keeper builder 7/8] COPY . . [2025-09-16T10:08:18.003Z] #126 DONE 17.6s [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #130 [security-proxy-setup builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #130 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:18.003Z] #131 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #132 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:08:18.003Z] #132 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #125 [support-scheduler builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #125 DONE 17.6s [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #122 [support-notifications builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #122 DONE 17.6s [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #121 DONE 17.6s [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:18.003Z] #133 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #134 [core-metadata builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #134 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:08:18.003Z] #135 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #136 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:08:18.003Z] #136 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:18.003Z] #137 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #138 [core-command builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #138 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #139 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #139 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #140 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:18.003Z] #140 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #141 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:08:18.003Z] #141 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #142 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:08:18.003Z] #142 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #143 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:18.003Z] #143 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #144 [core-data builder 6/7] COPY . . [2025-09-16T10:08:18.003Z] #144 CACHED [2025-09-16T10:08:18.003Z] [2025-09-16T10:08:18.003Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:08:18.003Z] #145 1.096 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-09-16T10:08:18.534Z] #92 DONE 21.7s [2025-09-16T10:08:18.534Z] [2025-09-16T10:08:18.534Z] #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-16T10:08:18.534Z] #93 20.05 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:18.534Z] #93 20.19 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:18.534Z] #93 20.62 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:18.534Z] #93 20.63 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:18.534Z] #93 20.64 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:18.534Z] #93 20.74 OK: 9 MiB in 16 packages [2025-09-16T10:08:19.113Z] #93 ... [2025-09-16T10:08:19.114Z] [2025-09-16T10:08:19.114Z] #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:19.114Z] #0 4.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:19.114Z] #0 5.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:19.377Z] #96 ... [2025-09-16T10:08:19.377Z] [2025-09-16T10:08:19.377Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-09-16T10:08:19.377Z] #91 5.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:19.377Z] #91 8.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:19.377Z] #91 14.71 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:19.377Z] #91 14.91 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:19.377Z] #91 15.34 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:19.642Z] #91 15.35 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:19.642Z] #91 15.40 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:19.642Z] #91 15.54 OK: 20 MiB in 18 packages [2025-09-16T10:08:19.909Z] #91 ... [2025-09-16T10:08:19.909Z] [2025-09-16T10:08:19.909Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:19.909Z] #82 9.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:19.909Z] #82 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:19.909Z] #82 18.70 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:19.909Z] #82 18.93 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:19.909Z] #82 19.44 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:19.909Z] #82 19.45 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:19.909Z] #82 19.49 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:19.909Z] #82 19.57 OK: 9 MiB in 15 packages [2025-09-16T10:08:20.175Z] #82 ... [2025-09-16T10:08:20.175Z] [2025-09-16T10:08:20.175Z] #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-16T10:08:20.175Z] #93 DONE 22.9s [2025-09-16T10:08:20.175Z] [2025-09-16T10:08:20.175Z] #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:20.175Z] #90 6.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:20.175Z] #90 8.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:20.175Z] #90 15.94 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:20.175Z] #90 16.14 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:20.175Z] #90 ... [2025-09-16T10:08:20.175Z] [2025-09-16T10:08:20.175Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:20.175Z] #87 7.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:20.175Z] #87 9.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:20.175Z] #87 17.15 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:20.175Z] #87 17.34 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:20.444Z] #87 ... [2025-09-16T10:08:20.444Z] [2025-09-16T10:08:20.444Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-09-16T10:08:21.848Z] #97 ... [2025-09-16T10:08:21.848Z] [2025-09-16T10:08:21.848Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-09-16T10:08:21.848Z] #91 DONE 17.4s [2025-09-16T10:08:21.848Z] [2025-09-16T10:08:21.848Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:21.848Z] #87 18.05 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:21.848Z] #87 18.06 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:21.848Z] #87 18.07 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:21.848Z] #87 18.17 OK: 14 MiB in 21 packages [2025-09-16T10:08:21.848Z] #87 ... [2025-09-16T10:08:21.848Z] [2025-09-16T10:08:21.848Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:21.848Z] #82 DONE 21.8s [2025-09-16T10:08:22.119Z] [2025-09-16T10:08:22.119Z] #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:22.119Z] #90 16.85 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:22.119Z] #90 16.88 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:22.119Z] #90 16.92 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:22.119Z] #90 17.02 OK: 11 MiB in 17 packages [2025-09-16T10:08:22.709Z] #90 ... [2025-09-16T10:08:22.709Z] [2025-09-16T10:08:22.709Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:22.709Z] #87 DONE 20.0s [2025-09-16T10:08:22.989Z] [2025-09-16T10:08:22.989Z] #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:22.989Z] #90 DONE 19.0s [2025-09-16T10:08:22.989Z] [2025-09-16T10:08:22.989Z] #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:22.989Z] #96 13.57 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:22.989Z] #96 13.79 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:23.256Z] #96 14.19 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:23.256Z] #96 14.19 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:23.256Z] #96 14.20 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:23.256Z] #96 14.28 OK: 15 MiB in 28 packages [2025-09-16T10:08:23.522Z] #96 ... [2025-09-16T10:08:23.522Z] [2025-09-16T10:08:23.522Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-09-16T10:08:23.522Z] #94 3.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:23.522Z] #94 4.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-16T10:08:23.522Z] #94 10.68 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:23.522Z] #94 10.91 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:23.522Z] #94 11.65 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:23.522Z] #94 11.69 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:23.522Z] #94 11.69 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:23.522Z] #94 11.76 OK: 9 MiB in 18 packages [2025-09-16T10:08:23.522Z] #94 DONE 13.3s [2025-09-16T10:08:23.794Z] [2025-09-16T10:08:23.794Z] #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:08:24.060Z] #98 ... [2025-09-16T10:08:24.060Z] [2025-09-16T10:08:24.060Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-09-16T10:08:24.060Z] #97 DONE 4.0s [2025-09-16T10:08:24.331Z] [2025-09-16T10:08:24.331Z] #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-09-16T10:08:24.331Z] #99 DONE 0.2s [2025-09-16T10:08:24.331Z] [2025-09-16T10:08:24.331Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-09-16T10:08:24.331Z] #95 12.68 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:24.331Z] #95 12.93 Executing busybox-1.36.1-r30.post-upgrade [2025-09-16T10:08:24.606Z] #95 ... [2025-09-16T10:08:24.606Z] [2025-09-16T10:08:24.606Z] #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-09-16T10:08:24.606Z] #96 DONE 15.6s [2025-09-16T10:08:24.872Z] [2025-09-16T10:08:24.872Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-09-16T10:08:24.872Z] #95 13.46 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:24.872Z] #95 13.46 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-16T10:08:24.872Z] #95 13.49 Executing busybox-1.36.1-r30.trigger [2025-09-16T10:08:25.138Z] #95 13.62 OK: 10 MiB in 19 packages [2025-09-16T10:08:26.120Z] #95 DONE 14.5s [2025-09-16T10:08:26.120Z] [2025-09-16T10:08:26.120Z] #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:08:26.120Z] #98 DONE 2.3s [2025-09-16T10:08:26.120Z] [2025-09-16T10:08:26.120Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-09-16T10:08:26.386Z] #100 DONE 0.5s [2025-09-16T10:08:26.386Z] [2025-09-16T10:08:26.386Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-09-16T10:08:26.656Z] #101 ... [2025-09-16T10:08:26.656Z] [2025-09-16T10:08:26.656Z] #102 [security-spire-config stage-2 6/10] COPY security.txt / [2025-09-16T10:08:26.656Z] #102 DONE 0.3s [2025-09-16T10:08:26.922Z] [2025-09-16T10:08:26.922Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-09-16T10:08:26.922Z] #103 DONE 0.3s [2025-09-16T10:08:26.922Z] [2025-09-16T10:08:26.922Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:08:27.187Z] #104 ... [2025-09-16T10:08:27.187Z] [2025-09-16T10:08:27.187Z] #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-09-16T10:08:27.187Z] #105 DONE 0.3s [2025-09-16T10:08:27.452Z] [2025-09-16T10:08:27.452Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-09-16T10:08:27.452Z] #101 DONE 1.4s [2025-09-16T10:08:27.452Z] [2025-09-16T10:08:27.452Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:08:27.452Z] #106 ... [2025-09-16T10:08:27.452Z] [2025-09-16T10:08:27.452Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-09-16T10:08:27.452Z] #107 DONE 0.2s [2025-09-16T10:08:27.716Z] [2025-09-16T10:08:27.717Z] #108 [security-spire-config] exporting to image [2025-09-16T10:08:27.717Z] #108 exporting layers [2025-09-16T10:08:27.980Z] #145 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-16T10:08:27.980Z] #0 0.616 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-09-16T10:08:27.980Z] #146 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:08:27.980Z] #0 1.017 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-09-16T10:08:27.980Z] #147 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-16T10:08:27.980Z] #0 1.105 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-09-16T10:08:27.980Z] #148 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:08:27.980Z] #0 1.069 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-09-16T10:08:27.980Z] #149 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:08:27.980Z] #0 0.687 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-09-16T10:08:27.980Z] #150 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:08:27.980Z] #0 1.078 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-09-16T10:08:27.980Z] #151 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-16T10:08:27.980Z] #0 1.105 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-09-16T10:08:27.980Z] #152 ... [2025-09-16T10:08:27.980Z] [2025-09-16T10:08:27.980Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-16T10:08:27.980Z] #0 1.103 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-09-16T10:08:28.238Z] #153 ... [2025-09-16T10:08:28.238Z] [2025-09-16T10:08:28.238Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-16T10:08:28.238Z] #0 0.744 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-09-16T10:08:28.238Z] #154 ... [2025-09-16T10:08:28.238Z] [2025-09-16T10:08:28.238Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:08:28.238Z] #0 1.031 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-09-16T10:08:28.495Z] #155 ... [2025-09-16T10:08:28.495Z] [2025-09-16T10:08:28.495Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-16T10:08:28.495Z] #0 1.073 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-09-16T10:08:29.119Z] #108 ... [2025-09-16T10:08:29.119Z] [2025-09-16T10:08:29.119Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:08:29.119Z] #104 DONE 3.1s [2025-09-16T10:08:29.119Z] [2025-09-16T10:08:29.119Z] #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-09-16T10:08:29.385Z] #109 DONE 0.3s [2025-09-16T10:08:29.385Z] [2025-09-16T10:08:29.385Z] #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:08:29.385Z] #84 ... [2025-09-16T10:08:29.385Z] [2025-09-16T10:08:29.385Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-16T10:08:29.385Z] #106 DONE 2.1s [2025-09-16T10:08:29.385Z] [2025-09-16T10:08:29.385Z] #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-09-16T10:08:29.657Z] #110 ... [2025-09-16T10:08:29.657Z] [2025-09-16T10:08:29.657Z] #111 [security-spire-server stage-2 6/9] COPY security.txt / [2025-09-16T10:08:29.657Z] #111 DONE 0.3s [2025-09-16T10:08:29.922Z] [2025-09-16T10:08:29.922Z] #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-09-16T10:08:29.922Z] #110 DONE 0.4s [2025-09-16T10:08:29.922Z] [2025-09-16T10:08:29.922Z] #112 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-09-16T10:08:30.198Z] #112 DONE 0.5s [2025-09-16T10:08:30.198Z] [2025-09-16T10:08:30.198Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-09-16T10:08:30.198Z] #113 DONE 0.3s [2025-09-16T10:08:30.198Z] [2025-09-16T10:08:30.198Z] #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-09-16T10:08:30.470Z] #114 DONE 0.4s [2025-09-16T10:08:30.470Z] [2025-09-16T10:08:30.470Z] #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-09-16T10:08:30.470Z] #115 DONE 0.3s [2025-09-16T10:08:30.470Z] [2025-09-16T10:08:30.470Z] #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-09-16T10:08:30.739Z] #116 DONE 0.3s [2025-09-16T10:08:30.739Z] [2025-09-16T10:08:30.739Z] #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-09-16T10:08:31.005Z] #117 ... [2025-09-16T10:08:31.005Z] [2025-09-16T10:08:31.005Z] #118 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-09-16T10:08:31.005Z] #118 DONE 0.4s [2025-09-16T10:08:31.005Z] [2025-09-16T10:08:31.005Z] #108 [security-spire-server] exporting to image [2025-09-16T10:08:31.596Z] #108 ... [2025-09-16T10:08:31.596Z] [2025-09-16T10:08:31.596Z] #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-09-16T10:08:31.596Z] #117 DONE 0.5s [2025-09-16T10:08:31.596Z] [2025-09-16T10:08:31.596Z] #108 [security-spire-agent] exporting to image [2025-09-16T10:08:31.596Z] #108 exporting layers 4.0s done [2025-09-16T10:08:31.596Z] #108 writing image sha256:1e486ad1cb7513f9790c86ce0d1a47ff326849acf918097bebd1d16a6d35da95 [2025-09-16T10:08:31.596Z] #108 writing image sha256:1e486ad1cb7513f9790c86ce0d1a47ff326849acf918097bebd1d16a6d35da95 0.1s done [2025-09-16T10:08:31.596Z] #108 naming to docker.io/library/security-spire-config-arm64 [2025-09-16T10:08:31.861Z] #108 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-09-16T10:08:35.196Z] #108 exporting layers 3.3s done [2025-09-16T10:08:35.196Z] #108 writing image sha256:a45560d5624219e68c20eafaec3d279315b48c28e05c410d610a38b9beb9acb6 0.0s done [2025-09-16T10:08:35.196Z] #108 naming to docker.io/library/security-spire-server-arm64 done [2025-09-16T10:08:35.196Z] #108 writing image sha256:97d8134e51601779733cf908f9b9cadf635f210cc3094bb5b571b4f56d323d39 done [2025-09-16T10:08:35.196Z] #108 naming to docker.io/library/security-spire-agent-arm64 done [2025-09-16T10:08:35.196Z] #108 DONE 7.2s [2025-09-16T10:08:35.196Z] [2025-09-16T10:08:35.196Z] #76 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #76 ... [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #86 DONE 129.2s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #89 DONE 118.5s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #79 DONE 133.5s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #76 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #76 DONE 130.6s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #84 DONE 120.9s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #81 DONE 123.4s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #119 [support-scheduler builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #119 DONE 2.1s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #120 [support-notifications builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #120 DONE 2.1s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #121 [core-command builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #121 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #122 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:10:11.809Z] #122 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #123 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:10:11.809Z] #124 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #125 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #126 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #127 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #128 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:10:11.809Z] #128 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #129 [core-data builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #129 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:10:11.809Z] #130 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #131 [security-proxy-auth builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #131 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #132 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #133 [core-keeper builder 7/8] COPY . . [2025-09-16T10:10:11.809Z] #133 DONE 2.2s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #134 [core-metadata builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #134 DONE 2.2s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:10:11.809Z] #135 ... [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #136 [security-bootstrapper builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #136 DONE 2.2s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #137 [security-spiffe-token-provider builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #137 DONE 2.2s [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #138 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:10:11.809Z] #139 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #140 [security-secretstore-setup builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #140 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #141 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-16T10:10:11.809Z] #141 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #142 [security-proxy-setup builder 6/7] COPY . . [2025-09-16T10:10:11.809Z] #142 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #143 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-16T10:10:11.809Z] #143 CACHED [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:10:11.809Z] #144 ... [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:10:11.809Z] #0 6.278 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-09-16T10:10:11.809Z] #145 ... [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-16T10:10:11.809Z] #0 6.558 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-09-16T10:10:11.809Z] #146 ... [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:10:11.809Z] #0 7.192 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-09-16T10:10:11.809Z] #147 ... [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:10:11.809Z] #0 7.390 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-09-16T10:10:11.809Z] #148 ... [2025-09-16T10:10:11.809Z] [2025-09-16T10:10:11.809Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:10:11.809Z] #135 7.455 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-09-16T10:10:14.397Z] #135 ... [2025-09-16T10:10:14.397Z] [2025-09-16T10:10:14.397Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-16T10:10:14.397Z] #0 7.169 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-09-16T10:10:14.397Z] #149 ... [2025-09-16T10:10:14.397Z] [2025-09-16T10:10:14.397Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:10:14.397Z] #0 10.07 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-09-16T10:10:14.397Z] #150 ... [2025-09-16T10:10:14.397Z] [2025-09-16T10:10:14.397Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-16T10:10:14.397Z] #0 9.524 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-09-16T10:10:14.662Z] #151 ... [2025-09-16T10:10:14.662Z] [2025-09-16T10:10:14.662Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-16T10:10:14.662Z] #0 7.452 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-09-16T10:10:14.662Z] #152 ... [2025-09-16T10:10:14.662Z] [2025-09-16T10:10:14.662Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-16T10:10:14.662Z] #0 9.879 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-09-16T10:10:14.931Z] #153 ... [2025-09-16T10:10:14.931Z] [2025-09-16T10:10:14.931Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-16T10:10:14.931Z] #0 10.00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-09-16T10:10:14.931Z] #154 ... [2025-09-16T10:10:14.931Z] [2025-09-16T10:10:14.931Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:10:14.931Z] #144 9.911 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-09-16T10:10:49.934Z] #156 ... [2025-09-16T10:10:49.934Z] [2025-09-16T10:10:49.934Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-16T10:10:49.935Z] #146 149.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-09-16T10:11:28.658Z] #146 DONE 187.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-16T10:11:28.658Z] #153 DONE 187.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:11:28.658Z] #145 DONE 187.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-16T10:11:28.658Z] #156 DONE 187.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-16T10:11:28.658Z] #148 DONE 187.4s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #157 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #157 ... [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-16T10:11:28.658Z] #154 DONE 187.4s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:11:28.658Z] #151 DONE 187.4s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:11:28.658Z] #147 DONE 187.4s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:11:28.658Z] #150 DONE 187.5s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-16T10:11:28.658Z] #152 DONE 187.5s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #157 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #157 ... [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:11:28.658Z] #149 DONE 187.5s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:11:28.658Z] #155 DONE 187.5s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #157 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #157 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-09-16T10:11:28.658Z] #158 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #159 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #159 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #160 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #160 DONE 0.2s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #161 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #162 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #163 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #163 DONE 0.2s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #164 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #164 DONE 0.2s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #165 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #165 DONE 0.2s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #166 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #166 DONE 0.4s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #167 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #167 CACHED [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #168 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #168 CACHED [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #169 CACHED [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #170 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #170 CACHED [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #171 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #171 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #172 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #173 CACHED [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.658Z] #174 CACHED [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #175 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.658Z] #176 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.658Z] #176 DONE 0.3s [2025-09-16T10:11:28.658Z] [2025-09-16T10:11:28.659Z] #177 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-09-16T10:11:28.659Z] #177 DONE 0.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #178 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.659Z] #178 DONE 0.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.659Z] #179 DONE 0.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #180 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-09-16T10:11:28.659Z] #180 ... [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-09-16T10:11:28.659Z] #181 DONE 1.1s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #182 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-09-16T10:11:28.659Z] #182 DONE 1.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #183 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-09-16T10:11:28.659Z] #183 DONE 1.1s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #184 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-09-16T10:11:28.659Z] #184 DONE 1.5s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #185 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-09-16T10:11:28.659Z] #185 DONE 1.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-09-16T10:11:28.659Z] #186 DONE 1.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #187 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-09-16T10:11:28.659Z] #187 DONE 1.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #188 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-09-16T10:11:28.659Z] #188 ... [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #189 [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 [2025-09-16T10:11:28.659Z] #189 DONE 1.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-09-16T10:11:28.659Z] #190 DONE 1.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #191 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #191 DONE 1.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-09-16T10:11:28.659Z] #192 DONE 1.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #180 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-09-16T10:11:28.659Z] #180 DONE 1.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-09-16T10:11:28.659Z] #193 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #194 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #194 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #195 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-09-16T10:11:28.659Z] #196 ... [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #197 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:11:28.659Z] #197 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #188 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-09-16T10:11:28.659Z] #188 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #198 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #199 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #200 [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 [2025-09-16T10:11:28.659Z] #200 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #201 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #202 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-09-16T10:11:28.659Z] #202 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #203 [core-keeper] exporting to image [2025-09-16T10:11:28.659Z] #203 exporting layers 0.2s done [2025-09-16T10:11:28.659Z] #203 writing image sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done [2025-09-16T10:11:28.659Z] #203 naming to docker.io/library/core-keeper done [2025-09-16T10:11:28.659Z] #203 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #204 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #205 [support-notifications] exporting to image [2025-09-16T10:11:28.659Z] #205 ... [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #206 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-09-16T10:11:28.659Z] #206 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-09-16T10:11:28.659Z] #196 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #207 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-09-16T10:11:28.659Z] #207 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #208 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:11:28.659Z] #208 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #209 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-09-16T10:11:28.659Z] #209 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #210 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:11:28.659Z] #210 DONE 0.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #211 [core-metadata] exporting to image [2025-09-16T10:11:28.659Z] #211 ... [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #212 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-09-16T10:11:28.659Z] #212 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #213 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-09-16T10:11:28.659Z] #213 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #214 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-09-16T10:11:28.659Z] #214 DONE 0.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #215 [core-data] exporting to image [2025-09-16T10:11:28.659Z] #215 exporting layers 0.5s done [2025-09-16T10:11:28.659Z] #215 writing image sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a 0.1s done [2025-09-16T10:11:28.659Z] #215 naming to docker.io/library/core-data done [2025-09-16T10:11:28.659Z] #215 DONE 0.7s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #216 [core-command] exporting to image [2025-09-16T10:11:28.659Z] #216 exporting layers 0.2s done [2025-09-16T10:11:28.659Z] #216 writing image sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 0.2s done [2025-09-16T10:11:28.659Z] #216 naming to docker.io/library/core-command done [2025-09-16T10:11:28.659Z] #216 DONE 0.8s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-09-16T10:11:28.659Z] #217 DONE 0.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #218 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-09-16T10:11:28.659Z] #218 DONE 0.3s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #205 [support-notifications] exporting to image [2025-09-16T10:11:28.659Z] #205 exporting layers 0.8s done [2025-09-16T10:11:28.659Z] #205 writing image sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 [2025-09-16T10:11:28.659Z] #205 writing image sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 0.3s done [2025-09-16T10:11:28.659Z] #205 naming to docker.io/library/support-notifications [2025-09-16T10:11:28.659Z] #205 naming to docker.io/library/support-notifications 0.4s done [2025-09-16T10:11:28.659Z] #205 ... [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #219 [security-spiffe-token-provider] exporting to image [2025-09-16T10:11:28.659Z] #219 exporting layers 0.8s done [2025-09-16T10:11:28.659Z] #219 writing image sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 0.3s done [2025-09-16T10:11:28.659Z] #219 naming to docker.io/library/security-spiffe-token-provider 0.4s done [2025-09-16T10:11:28.659Z] #219 DONE 2.0s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #211 [core-metadata] exporting to image [2025-09-16T10:11:28.659Z] #211 exporting layers 0.7s done [2025-09-16T10:11:28.659Z] #211 writing image sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 0.0s done [2025-09-16T10:11:28.659Z] #211 naming to docker.io/library/core-metadata 0.0s done [2025-09-16T10:11:28.659Z] #211 DONE 1.6s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #205 [support-notifications] exporting to image [2025-09-16T10:11:28.659Z] #205 DONE 1.9s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:11:28.659Z] #220 DONE 1.6s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #221 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:11:28.659Z] #221 DONE 1.6s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:11:28.659Z] #222 DONE 1.4s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #223 [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/ [2025-09-16T10:11:28.659Z] #223 DONE 1.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #224 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-09-16T10:11:28.659Z] #224 DONE 1.2s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #225 [support-scheduler] exporting to image [2025-09-16T10:11:28.659Z] #225 exporting layers 1.3s done [2025-09-16T10:11:28.659Z] #225 writing image sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done [2025-09-16T10:11:28.659Z] #225 naming to docker.io/library/support-scheduler done [2025-09-16T10:11:28.659Z] #225 DONE 2.1s [2025-09-16T10:11:28.659Z] [2025-09-16T10:11:28.659Z] #226 [security-proxy-setup] exporting to image [2025-09-16T10:11:28.918Z] #226 exporting layers 0.3s done [2025-09-16T10:11:28.918Z] #226 writing image sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done [2025-09-16T10:11:28.918Z] #226 naming to docker.io/library/security-proxy-setup 0.0s done [2025-09-16T10:11:28.918Z] #226 DONE 0.3s [2025-09-16T10:11:28.918Z] [2025-09-16T10:11:28.918Z] #227 [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/ [2025-09-16T10:11:28.918Z] #227 DONE 0.3s [2025-09-16T10:11:28.918Z] [2025-09-16T10:11:28.918Z] #228 [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/ [2025-09-16T10:11:28.918Z] #228 DONE 0.1s [2025-09-16T10:11:28.918Z] [2025-09-16T10:11:28.918Z] #229 [security-proxy-auth] exporting to image [2025-09-16T10:11:28.918Z] #229 exporting layers 0.3s done [2025-09-16T10:11:28.918Z] #229 writing image sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done [2025-09-16T10:11:28.918Z] #229 naming to docker.io/library/security-proxy-auth 0.0s done [2025-09-16T10:11:28.918Z] #229 DONE 0.4s [2025-09-16T10:11:28.918Z] [2025-09-16T10:11:28.918Z] #230 [core-common-config-bootstrapper] exporting to image [2025-09-16T10:11:28.918Z] #230 exporting layers 0.2s done [2025-09-16T10:11:28.918Z] #230 writing image sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done [2025-09-16T10:11:28.918Z] #230 naming to docker.io/library/core-common-config-bootstrapper done [2025-09-16T10:11:28.918Z] #230 DONE 0.3s [2025-09-16T10:11:28.918Z] [2025-09-16T10:11:28.918Z] #231 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-09-16T10:11:28.918Z] #231 DONE 0.1s [2025-09-16T10:11:28.918Z] [2025-09-16T10:11:28.918Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:11:28.918Z] #232 DONE 0.5s [2025-09-16T10:11:28.918Z] [2025-09-16T10:11:28.918Z] #233 [security-secretstore-setup] exporting to image [2025-09-16T10:11:29.855Z] #233 ... [2025-09-16T10:11:29.855Z] [2025-09-16T10:11:29.855Z] #234 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-09-16T10:11:29.855Z] #234 DONE 1.1s [2025-09-16T10:11:30.114Z] [2025-09-16T10:11:30.114Z] #233 [security-secretstore-setup] exporting to image [2025-09-16T10:11:30.114Z] #233 exporting layers 1.1s done [2025-09-16T10:11:30.114Z] #233 writing image sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b 0.0s done [2025-09-16T10:11:30.114Z] #233 naming to docker.io/library/security-secretstore-setup done [2025-09-16T10:11:30.114Z] #233 DONE 1.1s [2025-09-16T10:11:30.114Z] [2025-09-16T10:11:30.114Z] #235 [security-bootstrapper] exporting to image [2025-09-16T10:11:30.114Z] #235 exporting layers 0.2s done [2025-09-16T10:11:30.114Z] #235 writing image sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done [2025-09-16T10:11:30.114Z] #235 naming to docker.io/library/security-bootstrapper done [2025-09-16T10:11:30.114Z] #235 DONE 0.2s [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:11:30.114Z] time="2025-09-16T10:06:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-09-16T10:11:30.132Z] $ docker stop --time=1 3ed87f0d3b5603d2540db02a2fa4d7ac87cb6f7adf17d6a9b18ace506810a851 [2025-09-16T10:11:31.417Z] $ docker rm -f --volumes 3ed87f0d3b5603d2540db02a2fa4d7ac87cb6f7adf17d6a9b18ace506810a851 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-16T10:11:31.745Z] + docker images [2025-09-16T10:11:31.745Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-09-16T10:11:31.745Z] security-bootstrapper latest ffbee0050072 2 seconds ago 21.2MB [2025-09-16T10:11:31.745Z] security-proxy-auth latest 48ad6aa3653d 3 seconds ago 45.5MB [2025-09-16T10:11:31.745Z] core-common-config-bootstrapper latest 6620f9eff892 3 seconds ago 20.2MB [2025-09-16T10:11:31.745Z] security-secretstore-setup latest 67482a2417e4 3 seconds ago 80.6MB [2025-09-16T10:11:31.745Z] security-proxy-setup latest 4ebd8c39f787 3 seconds ago 49.9MB [2025-09-16T10:11:31.745Z] core-metadata latest 33031f84e823 5 seconds ago 46.5MB [2025-09-16T10:11:31.745Z] support-notifications latest 3a631ba97316 5 seconds ago 53.7MB [2025-09-16T10:11:31.745Z] core-command latest 702d5ade75ac 5 seconds ago 40.6MB [2025-09-16T10:11:31.745Z] core-keeper latest 37139754b6dd 5 seconds ago 45.3MB [2025-09-16T10:11:31.745Z] core-data latest 893b8d9aad94 5 seconds ago 46.4MB [2025-09-16T10:11:31.745Z] security-spiffe-token-provider latest 1016806fdace 5 seconds ago 48.8MB [2025-09-16T10:11:31.745Z] support-scheduler latest ed08c0c9aed9 5 seconds ago 50.1MB [2025-09-16T10:11:31.745Z] security-spire-agent latest d38d4472bfae 4 minutes ago 196MB [2025-09-16T10:11:31.745Z] security-spire-config latest fd3f5c3aa195 4 minutes ago 150MB [2025-09-16T10:11:31.745Z] security-spire-server latest ea680d69c4ff 4 minutes ago 150MB [2025-09-16T10:11:31.745Z] ci-base-image-x86_64 latest 163c1b03a34f 8 minutes ago 937MB [2025-09-16T10:11:31.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 6 weeks ago 580MB [2025-09-16T10:11:31.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 months ago 573MB [2025-09-16T10:11:31.745Z] 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 [2025-09-16T10:11:31.898Z] provisioning config files... [2025-09-16T10:11:31.914Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config6148113538698579169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:11:32.222Z] ---> ****-login.sh [2025-09-16T10:11:32.222Z] nexus3.edgexfoundry.org:10001 [2025-09-16T10:11:32.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:11:32.223Z] Login Succeeded [2025-09-16T10:11:32.223Z] nexus3.edgexfoundry.org:10002 [2025-09-16T10:11:32.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:11:32.481Z] Login Succeeded [2025-09-16T10:11:32.481Z] nexus3.edgexfoundry.org:10003 [2025-09-16T10:11:32.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:11:32.481Z] Login Succeeded [2025-09-16T10:11:32.481Z] nexus3.edgexfoundry.org:10004 [2025-09-16T10:11:32.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:11:32.481Z] Login Succeeded [2025-09-16T10:11:32.481Z] ****.io [2025-09-16T10:11:32.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:11:32.740Z] Login Succeeded [2025-09-16T10:11:32.740Z] ---> ****-login.sh ends [Pipeline] } [2025-09-16T10:11:32.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:11:32.803Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-16T10:11:32.828Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-09-16T10:11:32.828Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:32.828Z] latest [2025-09-16T10:11:32.828Z] 4.1.0-dev.61 [2025-09-16T10:11:32.828Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:32.828Z] main [2025-09-16T10:11:32.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:33.169Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:33.503Z] + docker push nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:33.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-16T10:11:33.503Z] 70ec666207cf: Preparing [2025-09-16T10:11:33.503Z] 0dbf632d3ae6: Preparing [2025-09-16T10:11:33.503Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:33.503Z] cbb70fc894c5: Preparing [2025-09-16T10:11:33.503Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:33.503Z] d44dd9321dc6: Preparing [2025-09-16T10:11:33.503Z] 097100c76c15: Preparing [2025-09-16T10:11:33.503Z] d44dd9321dc6: Waiting [2025-09-16T10:11:33.503Z] 097100c76c15: Waiting [2025-09-16T10:11:33.503Z] 6c9de026e4e9: Pushed [2025-09-16T10:11:33.503Z] cbb70fc894c5: Pushed [2025-09-16T10:11:33.503Z] 70ec666207cf: Pushed [2025-09-16T10:11:33.760Z] 7d338bcbc56e: Pushed [2025-09-16T10:11:33.760Z] d44dd9321dc6: Pushed [2025-09-16T10:11:34.325Z] 097100c76c15: Layer already exists [2025-09-16T10:11:36.858Z] 0dbf632d3ae6: Pushed [2025-09-16T10:11:36.858Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:37.189Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:37.525Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-16T10:11:37.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-16T10:11:37.526Z] 70ec666207cf: Preparing [2025-09-16T10:11:37.526Z] 0dbf632d3ae6: Preparing [2025-09-16T10:11:37.526Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:37.526Z] cbb70fc894c5: Preparing [2025-09-16T10:11:37.526Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:37.526Z] d44dd9321dc6: Preparing [2025-09-16T10:11:37.526Z] 097100c76c15: Preparing [2025-09-16T10:11:37.526Z] d44dd9321dc6: Waiting [2025-09-16T10:11:37.526Z] 097100c76c15: Waiting [2025-09-16T10:11:37.526Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:37.526Z] 70ec666207cf: Layer already exists [2025-09-16T10:11:37.526Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:37.526Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:37.526Z] 0dbf632d3ae6: Layer already exists [2025-09-16T10:11:37.526Z] 097100c76c15: Layer already exists [2025-09-16T10:11:37.526Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:37.526Z] latest: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:37.862Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:38.200Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 [2025-09-16T10:11:38.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-16T10:11:38.200Z] 70ec666207cf: Preparing [2025-09-16T10:11:38.200Z] 0dbf632d3ae6: Preparing [2025-09-16T10:11:38.200Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:38.200Z] cbb70fc894c5: Preparing [2025-09-16T10:11:38.200Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:38.200Z] d44dd9321dc6: Preparing [2025-09-16T10:11:38.200Z] 097100c76c15: Preparing [2025-09-16T10:11:38.200Z] d44dd9321dc6: Waiting [2025-09-16T10:11:38.200Z] 097100c76c15: Waiting [2025-09-16T10:11:38.200Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:38.200Z] 70ec666207cf: Layer already exists [2025-09-16T10:11:38.200Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:38.200Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:38.200Z] 0dbf632d3ae6: Layer already exists [2025-09-16T10:11:38.200Z] 097100c76c15: Layer already exists [2025-09-16T10:11:38.200Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:38.200Z] 4.1.0-dev.61: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:38.540Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:38.869Z] + docker push nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:38.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-16T10:11:38.869Z] 70ec666207cf: Preparing [2025-09-16T10:11:38.869Z] 0dbf632d3ae6: Preparing [2025-09-16T10:11:38.869Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:38.869Z] cbb70fc894c5: Preparing [2025-09-16T10:11:38.869Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:38.869Z] d44dd9321dc6: Preparing [2025-09-16T10:11:38.869Z] 097100c76c15: Preparing [2025-09-16T10:11:38.869Z] d44dd9321dc6: Waiting [2025-09-16T10:11:38.869Z] 097100c76c15: Waiting [2025-09-16T10:11:38.869Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:38.869Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:38.869Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:38.869Z] 70ec666207cf: Layer already exists [2025-09-16T10:11:38.869Z] 0dbf632d3ae6: Layer already exists [2025-09-16T10:11:38.869Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:38.869Z] 097100c76c15: Layer already exists [2025-09-16T10:11:38.869Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:39.294Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:39.648Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-09-16T10:11:39.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-16T10:11:39.649Z] 70ec666207cf: Preparing [2025-09-16T10:11:39.649Z] 0dbf632d3ae6: Preparing [2025-09-16T10:11:39.649Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:39.649Z] cbb70fc894c5: Preparing [2025-09-16T10:11:39.649Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:39.649Z] d44dd9321dc6: Preparing [2025-09-16T10:11:39.649Z] 097100c76c15: Preparing [2025-09-16T10:11:39.649Z] d44dd9321dc6: Waiting [2025-09-16T10:11:39.649Z] 097100c76c15: Waiting [2025-09-16T10:11:39.649Z] 0dbf632d3ae6: Layer already exists [2025-09-16T10:11:39.649Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:39.649Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:39.649Z] 70ec666207cf: Layer already exists [2025-09-16T10:11:39.649Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:39.649Z] 097100c76c15: Layer already exists [2025-09-16T10:11:39.649Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:39.649Z] main: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:11:39.733Z] ===================================================== [Pipeline] echo [2025-09-16T10:11:39.746Z] taggedImages: [2025-09-16T10:11:39.746Z] - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:39.746Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-16T10:11:39.746Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 [2025-09-16T10:11:39.746Z] - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:39.746Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-09-16T10:11:39.775Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-09-16T10:11:39.775Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:39.775Z] latest [2025-09-16T10:11:39.775Z] 4.1.0-dev.61 [2025-09-16T10:11:39.775Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:39.775Z] main [2025-09-16T10:11:39.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:40.178Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:40.586Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:40.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-16T10:11:40.586Z] db4198a3c119: Preparing [2025-09-16T10:11:40.586Z] 9cc042a59de4: Preparing [2025-09-16T10:11:40.586Z] e40ac6144c48: Preparing [2025-09-16T10:11:40.586Z] 6406ec86e045: Preparing [2025-09-16T10:11:40.586Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:40.586Z] cbb70fc894c5: Preparing [2025-09-16T10:11:40.586Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:40.586Z] d44dd9321dc6: Preparing [2025-09-16T10:11:40.586Z] 097100c76c15: Preparing [2025-09-16T10:11:40.586Z] cbb70fc894c5: Waiting [2025-09-16T10:11:40.586Z] 7d338bcbc56e: Waiting [2025-09-16T10:11:40.586Z] d44dd9321dc6: Waiting [2025-09-16T10:11:40.586Z] 097100c76c15: Waiting [2025-09-16T10:11:40.586Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:40.586Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:40.586Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:40.586Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:40.586Z] 097100c76c15: Layer already exists [2025-09-16T10:11:40.586Z] e40ac6144c48: Pushed [2025-09-16T10:11:40.586Z] db4198a3c119: Pushed [2025-09-16T10:11:40.586Z] 9cc042a59de4: Pushed [2025-09-16T10:11:41.990Z] 6406ec86e045: Pushed [2025-09-16T10:11:41.990Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:42.321Z] + 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 [2025-09-16T10:11:42.646Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-16T10:11:42.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-16T10:11:42.646Z] db4198a3c119: Preparing [2025-09-16T10:11:42.646Z] 9cc042a59de4: Preparing [2025-09-16T10:11:42.646Z] e40ac6144c48: Preparing [2025-09-16T10:11:42.646Z] 6406ec86e045: Preparing [2025-09-16T10:11:42.646Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:42.646Z] cbb70fc894c5: Preparing [2025-09-16T10:11:42.646Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:42.646Z] d44dd9321dc6: Preparing [2025-09-16T10:11:42.646Z] 097100c76c15: Preparing [2025-09-16T10:11:42.646Z] cbb70fc894c5: Waiting [2025-09-16T10:11:42.646Z] 7d338bcbc56e: Waiting [2025-09-16T10:11:42.646Z] d44dd9321dc6: Waiting [2025-09-16T10:11:42.646Z] 097100c76c15: Waiting [2025-09-16T10:11:42.646Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:42.646Z] 6406ec86e045: Layer already exists [2025-09-16T10:11:42.646Z] e40ac6144c48: Layer already exists [2025-09-16T10:11:42.646Z] db4198a3c119: Layer already exists [2025-09-16T10:11:42.646Z] 9cc042a59de4: Layer already exists [2025-09-16T10:11:42.646Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:42.646Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:42.646Z] 097100c76c15: Layer already exists [2025-09-16T10:11:42.646Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:42.646Z] latest: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:42.983Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:43.301Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 [2025-09-16T10:11:43.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-16T10:11:43.301Z] db4198a3c119: Preparing [2025-09-16T10:11:43.301Z] 9cc042a59de4: Preparing [2025-09-16T10:11:43.301Z] e40ac6144c48: Preparing [2025-09-16T10:11:43.301Z] 6406ec86e045: Preparing [2025-09-16T10:11:43.301Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:43.301Z] cbb70fc894c5: Preparing [2025-09-16T10:11:43.301Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:43.301Z] d44dd9321dc6: Preparing [2025-09-16T10:11:43.301Z] 097100c76c15: Preparing [2025-09-16T10:11:43.301Z] cbb70fc894c5: Waiting [2025-09-16T10:11:43.301Z] 7d338bcbc56e: Waiting [2025-09-16T10:11:43.301Z] d44dd9321dc6: Waiting [2025-09-16T10:11:43.301Z] 097100c76c15: Waiting [2025-09-16T10:11:43.301Z] 9cc042a59de4: Layer already exists [2025-09-16T10:11:43.301Z] e40ac6144c48: Layer already exists [2025-09-16T10:11:43.301Z] 6406ec86e045: Layer already exists [2025-09-16T10:11:43.301Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:43.301Z] db4198a3c119: Layer already exists [2025-09-16T10:11:43.301Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:43.301Z] 097100c76c15: Layer already exists [2025-09-16T10:11:43.301Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:43.301Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:43.301Z] 4.1.0-dev.61: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:43.629Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:43.955Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:43.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-16T10:11:43.956Z] db4198a3c119: Preparing [2025-09-16T10:11:43.956Z] 9cc042a59de4: Preparing [2025-09-16T10:11:43.956Z] e40ac6144c48: Preparing [2025-09-16T10:11:43.956Z] 6406ec86e045: Preparing [2025-09-16T10:11:43.956Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:43.956Z] cbb70fc894c5: Preparing [2025-09-16T10:11:43.956Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:43.956Z] d44dd9321dc6: Preparing [2025-09-16T10:11:43.956Z] 097100c76c15: Preparing [2025-09-16T10:11:43.956Z] 7d338bcbc56e: Waiting [2025-09-16T10:11:43.956Z] cbb70fc894c5: Waiting [2025-09-16T10:11:43.956Z] d44dd9321dc6: Waiting [2025-09-16T10:11:43.956Z] 097100c76c15: Waiting [2025-09-16T10:11:43.956Z] db4198a3c119: Layer already exists [2025-09-16T10:11:43.956Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:43.956Z] 9cc042a59de4: Layer already exists [2025-09-16T10:11:43.956Z] 6406ec86e045: Layer already exists [2025-09-16T10:11:43.956Z] e40ac6144c48: Layer already exists [2025-09-16T10:11:43.956Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:43.956Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:43.956Z] 097100c76c15: Layer already exists [2025-09-16T10:11:43.956Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:43.956Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:44.287Z] + 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 [2025-09-16T10:11:44.611Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-16T10:11:44.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-16T10:11:44.611Z] db4198a3c119: Preparing [2025-09-16T10:11:44.611Z] 9cc042a59de4: Preparing [2025-09-16T10:11:44.611Z] e40ac6144c48: Preparing [2025-09-16T10:11:44.611Z] 6406ec86e045: Preparing [2025-09-16T10:11:44.611Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:44.611Z] cbb70fc894c5: Preparing [2025-09-16T10:11:44.611Z] 7d338bcbc56e: Preparing [2025-09-16T10:11:44.611Z] d44dd9321dc6: Preparing [2025-09-16T10:11:44.611Z] 097100c76c15: Preparing [2025-09-16T10:11:44.611Z] 7d338bcbc56e: Waiting [2025-09-16T10:11:44.611Z] d44dd9321dc6: Waiting [2025-09-16T10:11:44.611Z] 097100c76c15: Waiting [2025-09-16T10:11:44.611Z] cbb70fc894c5: Waiting [2025-09-16T10:11:44.611Z] 6406ec86e045: Layer already exists [2025-09-16T10:11:44.611Z] db4198a3c119: Layer already exists [2025-09-16T10:11:44.611Z] e40ac6144c48: Layer already exists [2025-09-16T10:11:44.611Z] 9cc042a59de4: Layer already exists [2025-09-16T10:11:44.611Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:44.611Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:44.611Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:44.611Z] 097100c76c15: Layer already exists [2025-09-16T10:11:44.611Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:11:44.611Z] main: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:11:44.685Z] ===================================================== [Pipeline] echo [2025-09-16T10:11:44.704Z] taggedImages: [2025-09-16T10:11:44.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:44.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-16T10:11:44.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 [2025-09-16T10:11:44.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:44.704Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-09-16T10:11:44.730Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-09-16T10:11:44.730Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:44.730Z] latest [2025-09-16T10:11:44.730Z] 4.1.0-dev.61 [2025-09-16T10:11:44.730Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:44.730Z] main [2025-09-16T10:11:44.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:45.075Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:45.397Z] + docker push nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:45.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-16T10:11:45.397Z] c5c93237b34c: Preparing [2025-09-16T10:11:45.397Z] 47bf3d55672d: Preparing [2025-09-16T10:11:45.397Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:45.397Z] cbb70fc894c5: Preparing [2025-09-16T10:11:45.397Z] 5b913b1fc8fd: Preparing [2025-09-16T10:11:45.397Z] d44dd9321dc6: Preparing [2025-09-16T10:11:45.397Z] 097100c76c15: Preparing [2025-09-16T10:11:45.397Z] d44dd9321dc6: Waiting [2025-09-16T10:11:45.397Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:45.397Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:45.397Z] 097100c76c15: Layer already exists [2025-09-16T10:11:45.397Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:45.397Z] c5c93237b34c: Pushed [2025-09-16T10:11:45.397Z] 5b913b1fc8fd: Pushed [2025-09-16T10:11:49.581Z] 47bf3d55672d: Pushed [2025-09-16T10:11:49.581Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:49.905Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:50.224Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-16T10:11:50.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-16T10:11:50.224Z] c5c93237b34c: Preparing [2025-09-16T10:11:50.224Z] 47bf3d55672d: Preparing [2025-09-16T10:11:50.224Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:50.224Z] cbb70fc894c5: Preparing [2025-09-16T10:11:50.224Z] 5b913b1fc8fd: Preparing [2025-09-16T10:11:50.224Z] d44dd9321dc6: Preparing [2025-09-16T10:11:50.224Z] 097100c76c15: Preparing [2025-09-16T10:11:50.224Z] d44dd9321dc6: Waiting [2025-09-16T10:11:50.224Z] 097100c76c15: Waiting [2025-09-16T10:11:50.224Z] 47bf3d55672d: Layer already exists [2025-09-16T10:11:50.224Z] c5c93237b34c: Layer already exists [2025-09-16T10:11:50.224Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:50.224Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:50.224Z] 5b913b1fc8fd: Layer already exists [2025-09-16T10:11:50.224Z] 097100c76c15: Layer already exists [2025-09-16T10:11:50.224Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:50.224Z] latest: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:50.552Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:50.871Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 [2025-09-16T10:11:50.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-16T10:11:50.871Z] c5c93237b34c: Preparing [2025-09-16T10:11:50.871Z] 47bf3d55672d: Preparing [2025-09-16T10:11:50.871Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:50.871Z] cbb70fc894c5: Preparing [2025-09-16T10:11:50.871Z] 5b913b1fc8fd: Preparing [2025-09-16T10:11:50.871Z] d44dd9321dc6: Preparing [2025-09-16T10:11:50.871Z] 097100c76c15: Preparing [2025-09-16T10:11:50.871Z] d44dd9321dc6: Waiting [2025-09-16T10:11:50.871Z] 097100c76c15: Waiting [2025-09-16T10:11:50.871Z] 47bf3d55672d: Layer already exists [2025-09-16T10:11:50.871Z] c5c93237b34c: Layer already exists [2025-09-16T10:11:50.871Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:50.871Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:50.871Z] 5b913b1fc8fd: Layer already exists [2025-09-16T10:11:50.871Z] 097100c76c15: Layer already exists [2025-09-16T10:11:50.871Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:50.871Z] 4.1.0-dev.61: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:51.199Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:51.616Z] + docker push nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:51.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-16T10:11:51.616Z] c5c93237b34c: Preparing [2025-09-16T10:11:51.616Z] 47bf3d55672d: Preparing [2025-09-16T10:11:51.616Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:51.616Z] cbb70fc894c5: Preparing [2025-09-16T10:11:51.616Z] 5b913b1fc8fd: Preparing [2025-09-16T10:11:51.616Z] d44dd9321dc6: Preparing [2025-09-16T10:11:51.616Z] 097100c76c15: Preparing [2025-09-16T10:11:51.616Z] d44dd9321dc6: Waiting [2025-09-16T10:11:51.616Z] 097100c76c15: Waiting [2025-09-16T10:11:51.616Z] c5c93237b34c: Layer already exists [2025-09-16T10:11:51.616Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:51.616Z] 47bf3d55672d: Layer already exists [2025-09-16T10:11:51.616Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:51.616Z] 5b913b1fc8fd: Layer already exists [2025-09-16T10:11:51.616Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:51.616Z] 097100c76c15: Layer already exists [2025-09-16T10:11:51.616Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:51.949Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:52.272Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-09-16T10:11:52.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-16T10:11:52.272Z] c5c93237b34c: Preparing [2025-09-16T10:11:52.272Z] 47bf3d55672d: Preparing [2025-09-16T10:11:52.272Z] 6c9de026e4e9: Preparing [2025-09-16T10:11:52.272Z] cbb70fc894c5: Preparing [2025-09-16T10:11:52.272Z] 5b913b1fc8fd: Preparing [2025-09-16T10:11:52.272Z] d44dd9321dc6: Preparing [2025-09-16T10:11:52.272Z] 097100c76c15: Preparing [2025-09-16T10:11:52.272Z] d44dd9321dc6: Waiting [2025-09-16T10:11:52.272Z] 097100c76c15: Waiting [2025-09-16T10:11:52.272Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:11:52.272Z] 5b913b1fc8fd: Layer already exists [2025-09-16T10:11:52.272Z] 47bf3d55672d: Layer already exists [2025-09-16T10:11:52.272Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:52.272Z] c5c93237b34c: Layer already exists [2025-09-16T10:11:52.272Z] 097100c76c15: Layer already exists [2025-09-16T10:11:52.272Z] d44dd9321dc6: Layer already exists [2025-09-16T10:11:52.272Z] main: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:11:52.345Z] ===================================================== [Pipeline] echo [2025-09-16T10:11:52.360Z] taggedImages: [2025-09-16T10:11:52.360Z] - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:52.360Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-16T10:11:52.360Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 [2025-09-16T10:11:52.360Z] - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:52.360Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-09-16T10:11:52.387Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-09-16T10:11:52.387Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:52.387Z] latest [2025-09-16T10:11:52.387Z] 4.1.0-dev.61 [2025-09-16T10:11:52.387Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:52.387Z] main [2025-09-16T10:11:52.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:52.740Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:53.057Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:53.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-16T10:11:53.057Z] f33a3ab34cbf: Preparing [2025-09-16T10:11:53.057Z] 04b0783e8227: Preparing [2025-09-16T10:11:53.057Z] cbb70fc894c5: Preparing [2025-09-16T10:11:53.057Z] 69743166c379: Preparing [2025-09-16T10:11:53.057Z] 5853e519f951: Preparing [2025-09-16T10:11:53.057Z] 097100c76c15: Preparing [2025-09-16T10:11:53.057Z] 097100c76c15: Waiting [2025-09-16T10:11:53.057Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:53.057Z] 097100c76c15: Layer already exists [2025-09-16T10:11:53.057Z] 5853e519f951: Pushed [2025-09-16T10:11:53.057Z] f33a3ab34cbf: Pushed [2025-09-16T10:11:53.057Z] 69743166c379: Pushed [2025-09-16T10:11:57.247Z] 04b0783e8227: Pushed [2025-09-16T10:11:57.247Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:57.571Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:57.898Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-16T10:11:57.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-16T10:11:57.898Z] f33a3ab34cbf: Preparing [2025-09-16T10:11:57.898Z] 04b0783e8227: Preparing [2025-09-16T10:11:57.898Z] cbb70fc894c5: Preparing [2025-09-16T10:11:57.898Z] 69743166c379: Preparing [2025-09-16T10:11:57.898Z] 5853e519f951: Preparing [2025-09-16T10:11:57.898Z] 097100c76c15: Preparing [2025-09-16T10:11:57.898Z] 097100c76c15: Waiting [2025-09-16T10:11:57.898Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:57.898Z] f33a3ab34cbf: Layer already exists [2025-09-16T10:11:57.898Z] 5853e519f951: Layer already exists [2025-09-16T10:11:57.898Z] 69743166c379: Layer already exists [2025-09-16T10:11:57.898Z] 04b0783e8227: Layer already exists [2025-09-16T10:11:57.898Z] 097100c76c15: Layer already exists [2025-09-16T10:11:57.898Z] latest: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:58.227Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:58.556Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 [2025-09-16T10:11:58.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-16T10:11:58.556Z] f33a3ab34cbf: Preparing [2025-09-16T10:11:58.556Z] 04b0783e8227: Preparing [2025-09-16T10:11:58.556Z] cbb70fc894c5: Preparing [2025-09-16T10:11:58.556Z] 69743166c379: Preparing [2025-09-16T10:11:58.556Z] 5853e519f951: Preparing [2025-09-16T10:11:58.556Z] 097100c76c15: Preparing [2025-09-16T10:11:58.556Z] 097100c76c15: Waiting [2025-09-16T10:11:58.556Z] f33a3ab34cbf: Layer already exists [2025-09-16T10:11:58.556Z] 69743166c379: Layer already exists [2025-09-16T10:11:58.556Z] 5853e519f951: Layer already exists [2025-09-16T10:11:58.556Z] 04b0783e8227: Layer already exists [2025-09-16T10:11:58.556Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:58.556Z] 097100c76c15: Layer already exists [2025-09-16T10:11:58.556Z] 4.1.0-dev.61: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:58.887Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:59.216Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:59.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-16T10:11:59.216Z] f33a3ab34cbf: Preparing [2025-09-16T10:11:59.216Z] 04b0783e8227: Preparing [2025-09-16T10:11:59.216Z] cbb70fc894c5: Preparing [2025-09-16T10:11:59.216Z] 69743166c379: Preparing [2025-09-16T10:11:59.216Z] 5853e519f951: Preparing [2025-09-16T10:11:59.216Z] 097100c76c15: Preparing [2025-09-16T10:11:59.216Z] 097100c76c15: Waiting [2025-09-16T10:11:59.216Z] 69743166c379: Layer already exists [2025-09-16T10:11:59.216Z] 5853e519f951: Layer already exists [2025-09-16T10:11:59.216Z] 04b0783e8227: Layer already exists [2025-09-16T10:11:59.216Z] 097100c76c15: Layer already exists [2025-09-16T10:11:59.216Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:59.216Z] f33a3ab34cbf: Layer already exists [2025-09-16T10:11:59.217Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:59.547Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:11:59.890Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-16T10:11:59.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-16T10:11:59.890Z] f33a3ab34cbf: Preparing [2025-09-16T10:11:59.890Z] 04b0783e8227: Preparing [2025-09-16T10:11:59.890Z] cbb70fc894c5: Preparing [2025-09-16T10:11:59.890Z] 69743166c379: Preparing [2025-09-16T10:11:59.890Z] 5853e519f951: Preparing [2025-09-16T10:11:59.890Z] 097100c76c15: Preparing [2025-09-16T10:11:59.890Z] 097100c76c15: Waiting [2025-09-16T10:11:59.890Z] 69743166c379: Layer already exists [2025-09-16T10:11:59.890Z] cbb70fc894c5: Layer already exists [2025-09-16T10:11:59.890Z] f33a3ab34cbf: Layer already exists [2025-09-16T10:11:59.890Z] 04b0783e8227: Layer already exists [2025-09-16T10:11:59.890Z] 5853e519f951: Layer already exists [2025-09-16T10:11:59.890Z] 097100c76c15: Layer already exists [2025-09-16T10:11:59.890Z] main: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:11:59.974Z] ===================================================== [Pipeline] echo [2025-09-16T10:11:59.988Z] taggedImages: [2025-09-16T10:11:59.988Z] - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:11:59.988Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-16T10:11:59.988Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 [2025-09-16T10:11:59.988Z] - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:11:59.988Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-09-16T10:12:00.018Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-09-16T10:12:00.018Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:00.018Z] latest [2025-09-16T10:12:00.018Z] 4.1.0-dev.61 [2025-09-16T10:12:00.018Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:00.018Z] main [2025-09-16T10:12:00.018Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:00.359Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:00.687Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:00.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-16T10:12:00.687Z] e00df96c8740: Preparing [2025-09-16T10:12:00.687Z] 7599490e2086: Preparing [2025-09-16T10:12:00.687Z] c830c37f6d03: Preparing [2025-09-16T10:12:00.687Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:00.687Z] cbb70fc894c5: Preparing [2025-09-16T10:12:00.687Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:00.687Z] d44dd9321dc6: Preparing [2025-09-16T10:12:00.687Z] 097100c76c15: Preparing [2025-09-16T10:12:00.687Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:00.687Z] d44dd9321dc6: Waiting [2025-09-16T10:12:00.687Z] 097100c76c15: Waiting [2025-09-16T10:12:00.687Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:00.687Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:00.687Z] 7599490e2086: Pushed [2025-09-16T10:12:00.687Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:00.687Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:00.687Z] 097100c76c15: Layer already exists [2025-09-16T10:12:00.687Z] e00df96c8740: Pushed [2025-09-16T10:12:04.872Z] c830c37f6d03: Pushed [2025-09-16T10:12:04.872Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:05.203Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:05.522Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-16T10:12:05.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-16T10:12:05.523Z] e00df96c8740: Preparing [2025-09-16T10:12:05.523Z] 7599490e2086: Preparing [2025-09-16T10:12:05.523Z] c830c37f6d03: Preparing [2025-09-16T10:12:05.523Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:05.523Z] cbb70fc894c5: Preparing [2025-09-16T10:12:05.523Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:05.523Z] d44dd9321dc6: Preparing [2025-09-16T10:12:05.523Z] 097100c76c15: Preparing [2025-09-16T10:12:05.523Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:05.523Z] d44dd9321dc6: Waiting [2025-09-16T10:12:05.523Z] 097100c76c15: Waiting [2025-09-16T10:12:05.523Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:05.523Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:05.523Z] c830c37f6d03: Layer already exists [2025-09-16T10:12:05.523Z] e00df96c8740: Layer already exists [2025-09-16T10:12:05.523Z] 7599490e2086: Layer already exists [2025-09-16T10:12:05.523Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:05.523Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:05.523Z] 097100c76c15: Layer already exists [2025-09-16T10:12:05.523Z] latest: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:05.854Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:06.177Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 [2025-09-16T10:12:06.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-16T10:12:06.177Z] e00df96c8740: Preparing [2025-09-16T10:12:06.177Z] 7599490e2086: Preparing [2025-09-16T10:12:06.177Z] c830c37f6d03: Preparing [2025-09-16T10:12:06.177Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:06.177Z] cbb70fc894c5: Preparing [2025-09-16T10:12:06.177Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:06.177Z] d44dd9321dc6: Preparing [2025-09-16T10:12:06.177Z] 097100c76c15: Preparing [2025-09-16T10:12:06.177Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:06.177Z] d44dd9321dc6: Waiting [2025-09-16T10:12:06.177Z] 097100c76c15: Waiting [2025-09-16T10:12:06.177Z] 7599490e2086: Layer already exists [2025-09-16T10:12:06.177Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:06.177Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:06.177Z] c830c37f6d03: Layer already exists [2025-09-16T10:12:06.177Z] e00df96c8740: Layer already exists [2025-09-16T10:12:06.177Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:06.177Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:06.177Z] 097100c76c15: Layer already exists [2025-09-16T10:12:06.177Z] 4.1.0-dev.61: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:06.506Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:06.830Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:06.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-16T10:12:06.830Z] e00df96c8740: Preparing [2025-09-16T10:12:06.830Z] 7599490e2086: Preparing [2025-09-16T10:12:06.830Z] c830c37f6d03: Preparing [2025-09-16T10:12:06.830Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:06.830Z] cbb70fc894c5: Preparing [2025-09-16T10:12:06.830Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:06.830Z] d44dd9321dc6: Preparing [2025-09-16T10:12:06.830Z] 097100c76c15: Preparing [2025-09-16T10:12:06.830Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:06.830Z] d44dd9321dc6: Waiting [2025-09-16T10:12:06.830Z] 097100c76c15: Waiting [2025-09-16T10:12:06.830Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:06.830Z] c830c37f6d03: Layer already exists [2025-09-16T10:12:06.830Z] 7599490e2086: Layer already exists [2025-09-16T10:12:06.830Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:06.830Z] e00df96c8740: Layer already exists [2025-09-16T10:12:06.830Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:06.830Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:06.830Z] 097100c76c15: Layer already exists [2025-09-16T10:12:06.830Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:07.149Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:07.475Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-16T10:12:07.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-16T10:12:07.475Z] e00df96c8740: Preparing [2025-09-16T10:12:07.475Z] 7599490e2086: Preparing [2025-09-16T10:12:07.475Z] c830c37f6d03: Preparing [2025-09-16T10:12:07.475Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:07.475Z] cbb70fc894c5: Preparing [2025-09-16T10:12:07.475Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:07.475Z] d44dd9321dc6: Preparing [2025-09-16T10:12:07.475Z] 097100c76c15: Preparing [2025-09-16T10:12:07.475Z] d44dd9321dc6: Waiting [2025-09-16T10:12:07.475Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:07.475Z] 097100c76c15: Waiting [2025-09-16T10:12:07.475Z] c830c37f6d03: Layer already exists [2025-09-16T10:12:07.475Z] e00df96c8740: Layer already exists [2025-09-16T10:12:07.475Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:07.475Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:07.475Z] 7599490e2086: Layer already exists [2025-09-16T10:12:07.475Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:07.475Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:07.475Z] 097100c76c15: Layer already exists [2025-09-16T10:12:07.475Z] main: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:12:07.542Z] ===================================================== [Pipeline] echo [2025-09-16T10:12:07.556Z] taggedImages: [2025-09-16T10:12:07.556Z] - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:07.556Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-16T10:12:07.556Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 [2025-09-16T10:12:07.556Z] - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:07.556Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-09-16T10:12:07.587Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-09-16T10:12:07.587Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:07.587Z] latest [2025-09-16T10:12:07.587Z] 4.1.0-dev.61 [2025-09-16T10:12:07.587Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:07.587Z] main [2025-09-16T10:12:07.587Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:07.933Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:08.252Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:08.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-16T10:12:08.252Z] 2838250526c3: Preparing [2025-09-16T10:12:08.252Z] af30470ceda4: Preparing [2025-09-16T10:12:08.252Z] 62644b665b2d: Preparing [2025-09-16T10:12:08.252Z] 35dd153f3cda: Preparing [2025-09-16T10:12:08.252Z] bb71308e1ec0: Preparing [2025-09-16T10:12:08.252Z] 41162a981a1c: Preparing [2025-09-16T10:12:08.252Z] 01aad7c621de: Preparing [2025-09-16T10:12:08.252Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:08.252Z] cbb70fc894c5: Preparing [2025-09-16T10:12:08.252Z] 1aabbfe87f02: Preparing [2025-09-16T10:12:08.252Z] 55c57c5026ba: Preparing [2025-09-16T10:12:08.252Z] 5f70bf18a086: Preparing [2025-09-16T10:12:08.252Z] bdfcd1ca914c: Preparing [2025-09-16T10:12:08.252Z] 8e90587f05b6: Preparing [2025-09-16T10:12:08.252Z] 9115b95de233: Preparing [2025-09-16T10:12:08.252Z] 097100c76c15: Preparing [2025-09-16T10:12:08.252Z] 41162a981a1c: Waiting [2025-09-16T10:12:08.252Z] 1aabbfe87f02: Waiting [2025-09-16T10:12:08.252Z] 55c57c5026ba: Waiting [2025-09-16T10:12:08.252Z] 5f70bf18a086: Waiting [2025-09-16T10:12:08.252Z] bdfcd1ca914c: Waiting [2025-09-16T10:12:08.252Z] 8e90587f05b6: Waiting [2025-09-16T10:12:08.252Z] 9115b95de233: Waiting [2025-09-16T10:12:08.252Z] 097100c76c15: Waiting [2025-09-16T10:12:08.252Z] 01aad7c621de: Waiting [2025-09-16T10:12:08.252Z] cbb70fc894c5: Waiting [2025-09-16T10:12:08.252Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:08.252Z] 35dd153f3cda: Pushed [2025-09-16T10:12:08.252Z] 2838250526c3: Pushed [2025-09-16T10:12:08.252Z] bb71308e1ec0: Pushed [2025-09-16T10:12:08.252Z] af30470ceda4: Pushed [2025-09-16T10:12:08.252Z] 62644b665b2d: Pushed [2025-09-16T10:12:08.252Z] 41162a981a1c: Pushed [2025-09-16T10:12:08.252Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:08.252Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:08.511Z] 5f70bf18a086: Layer already exists [2025-09-16T10:12:08.511Z] 1aabbfe87f02: Pushed [2025-09-16T10:12:08.511Z] 55c57c5026ba: Pushed [2025-09-16T10:12:08.511Z] bdfcd1ca914c: Pushed [2025-09-16T10:12:08.511Z] 097100c76c15: Layer already exists [2025-09-16T10:12:08.511Z] 9115b95de233: Pushed [2025-09-16T10:12:08.511Z] 8e90587f05b6: Pushed [2025-09-16T10:12:09.885Z] 01aad7c621de: Pushed [2025-09-16T10:12:09.885Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:10.222Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:10.543Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-16T10:12:10.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-16T10:12:10.543Z] 2838250526c3: Preparing [2025-09-16T10:12:10.543Z] af30470ceda4: Preparing [2025-09-16T10:12:10.543Z] 62644b665b2d: Preparing [2025-09-16T10:12:10.543Z] 35dd153f3cda: Preparing [2025-09-16T10:12:10.543Z] bb71308e1ec0: Preparing [2025-09-16T10:12:10.543Z] 41162a981a1c: Preparing [2025-09-16T10:12:10.543Z] 01aad7c621de: Preparing [2025-09-16T10:12:10.543Z] 41162a981a1c: Waiting [2025-09-16T10:12:10.543Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:10.543Z] 01aad7c621de: Waiting [2025-09-16T10:12:10.543Z] cbb70fc894c5: Preparing [2025-09-16T10:12:10.543Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:10.543Z] 1aabbfe87f02: Preparing [2025-09-16T10:12:10.543Z] cbb70fc894c5: Waiting [2025-09-16T10:12:10.543Z] 1aabbfe87f02: Waiting [2025-09-16T10:12:10.543Z] 55c57c5026ba: Preparing [2025-09-16T10:12:10.543Z] 5f70bf18a086: Preparing [2025-09-16T10:12:10.543Z] bdfcd1ca914c: Preparing [2025-09-16T10:12:10.543Z] 55c57c5026ba: Waiting [2025-09-16T10:12:10.543Z] 5f70bf18a086: Waiting [2025-09-16T10:12:10.543Z] 8e90587f05b6: Preparing [2025-09-16T10:12:10.543Z] 9115b95de233: Preparing [2025-09-16T10:12:10.543Z] 097100c76c15: Preparing [2025-09-16T10:12:10.543Z] bdfcd1ca914c: Waiting [2025-09-16T10:12:10.543Z] 9115b95de233: Waiting [2025-09-16T10:12:10.543Z] 8e90587f05b6: Waiting [2025-09-16T10:12:10.543Z] 097100c76c15: Waiting [2025-09-16T10:12:10.543Z] af30470ceda4: Layer already exists [2025-09-16T10:12:10.543Z] 2838250526c3: Layer already exists [2025-09-16T10:12:10.543Z] bb71308e1ec0: Layer already exists [2025-09-16T10:12:10.543Z] 62644b665b2d: Layer already exists [2025-09-16T10:12:10.543Z] 35dd153f3cda: Layer already exists [2025-09-16T10:12:10.543Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:10.543Z] 41162a981a1c: Layer already exists [2025-09-16T10:12:10.543Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:10.543Z] 01aad7c621de: Layer already exists [2025-09-16T10:12:10.543Z] 1aabbfe87f02: Layer already exists [2025-09-16T10:12:10.543Z] 8e90587f05b6: Layer already exists [2025-09-16T10:12:10.543Z] 5f70bf18a086: Layer already exists [2025-09-16T10:12:10.543Z] bdfcd1ca914c: Layer already exists [2025-09-16T10:12:10.543Z] 55c57c5026ba: Layer already exists [2025-09-16T10:12:10.543Z] 9115b95de233: Layer already exists [2025-09-16T10:12:10.543Z] 097100c76c15: Layer already exists [2025-09-16T10:12:10.543Z] latest: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:10.877Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:11.196Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 [2025-09-16T10:12:11.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-16T10:12:11.197Z] 2838250526c3: Preparing [2025-09-16T10:12:11.197Z] af30470ceda4: Preparing [2025-09-16T10:12:11.197Z] 62644b665b2d: Preparing [2025-09-16T10:12:11.197Z] 35dd153f3cda: Preparing [2025-09-16T10:12:11.197Z] bb71308e1ec0: Preparing [2025-09-16T10:12:11.197Z] 41162a981a1c: Preparing [2025-09-16T10:12:11.197Z] 01aad7c621de: Preparing [2025-09-16T10:12:11.197Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:11.197Z] cbb70fc894c5: Preparing [2025-09-16T10:12:11.197Z] 1aabbfe87f02: Preparing [2025-09-16T10:12:11.197Z] 55c57c5026ba: Preparing [2025-09-16T10:12:11.197Z] 5f70bf18a086: Preparing [2025-09-16T10:12:11.197Z] bdfcd1ca914c: Preparing [2025-09-16T10:12:11.197Z] 8e90587f05b6: Preparing [2025-09-16T10:12:11.197Z] 9115b95de233: Preparing [2025-09-16T10:12:11.197Z] 097100c76c15: Preparing [2025-09-16T10:12:11.197Z] 41162a981a1c: Waiting [2025-09-16T10:12:11.197Z] 01aad7c621de: Waiting [2025-09-16T10:12:11.197Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:11.197Z] cbb70fc894c5: Waiting [2025-09-16T10:12:11.197Z] 1aabbfe87f02: Waiting [2025-09-16T10:12:11.197Z] 55c57c5026ba: Waiting [2025-09-16T10:12:11.197Z] 8e90587f05b6: Waiting [2025-09-16T10:12:11.197Z] 9115b95de233: Waiting [2025-09-16T10:12:11.197Z] 097100c76c15: Waiting [2025-09-16T10:12:11.197Z] bdfcd1ca914c: Waiting [2025-09-16T10:12:11.197Z] af30470ceda4: Layer already exists [2025-09-16T10:12:11.197Z] 62644b665b2d: Layer already exists [2025-09-16T10:12:11.197Z] 2838250526c3: Layer already exists [2025-09-16T10:12:11.197Z] 35dd153f3cda: Layer already exists [2025-09-16T10:12:11.197Z] bb71308e1ec0: Layer already exists [2025-09-16T10:12:11.197Z] 41162a981a1c: Layer already exists [2025-09-16T10:12:11.197Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:11.197Z] 01aad7c621de: Layer already exists [2025-09-16T10:12:11.197Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:11.197Z] 1aabbfe87f02: Layer already exists [2025-09-16T10:12:11.197Z] 5f70bf18a086: Layer already exists [2025-09-16T10:12:11.197Z] 55c57c5026ba: Layer already exists [2025-09-16T10:12:11.197Z] 8e90587f05b6: Layer already exists [2025-09-16T10:12:11.197Z] 9115b95de233: Layer already exists [2025-09-16T10:12:11.197Z] bdfcd1ca914c: Layer already exists [2025-09-16T10:12:11.197Z] 097100c76c15: Layer already exists [2025-09-16T10:12:11.197Z] 4.1.0-dev.61: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:11.535Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:11.858Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:11.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-16T10:12:11.858Z] 2838250526c3: Preparing [2025-09-16T10:12:11.858Z] af30470ceda4: Preparing [2025-09-16T10:12:11.858Z] 62644b665b2d: Preparing [2025-09-16T10:12:11.858Z] 35dd153f3cda: Preparing [2025-09-16T10:12:11.858Z] bb71308e1ec0: Preparing [2025-09-16T10:12:11.858Z] 41162a981a1c: Preparing [2025-09-16T10:12:11.858Z] 01aad7c621de: Preparing [2025-09-16T10:12:11.858Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:11.858Z] cbb70fc894c5: Preparing [2025-09-16T10:12:11.858Z] 1aabbfe87f02: Preparing [2025-09-16T10:12:11.858Z] 55c57c5026ba: Preparing [2025-09-16T10:12:11.858Z] 5f70bf18a086: Preparing [2025-09-16T10:12:11.858Z] bdfcd1ca914c: Preparing [2025-09-16T10:12:11.858Z] 8e90587f05b6: Preparing [2025-09-16T10:12:11.858Z] 9115b95de233: Preparing [2025-09-16T10:12:11.858Z] 097100c76c15: Preparing [2025-09-16T10:12:11.858Z] 01aad7c621de: Waiting [2025-09-16T10:12:11.858Z] cbb70fc894c5: Waiting [2025-09-16T10:12:11.858Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:11.858Z] 1aabbfe87f02: Waiting [2025-09-16T10:12:11.858Z] 8e90587f05b6: Waiting [2025-09-16T10:12:11.858Z] 9115b95de233: Waiting [2025-09-16T10:12:11.858Z] 097100c76c15: Waiting [2025-09-16T10:12:11.858Z] 5f70bf18a086: Waiting [2025-09-16T10:12:11.858Z] 55c57c5026ba: Waiting [2025-09-16T10:12:11.858Z] bdfcd1ca914c: Waiting [2025-09-16T10:12:11.858Z] 41162a981a1c: Waiting [2025-09-16T10:12:11.858Z] 35dd153f3cda: Layer already exists [2025-09-16T10:12:11.858Z] bb71308e1ec0: Layer already exists [2025-09-16T10:12:11.858Z] af30470ceda4: Layer already exists [2025-09-16T10:12:11.858Z] 2838250526c3: Layer already exists [2025-09-16T10:12:11.858Z] 01aad7c621de: Layer already exists [2025-09-16T10:12:11.858Z] 62644b665b2d: Layer already exists [2025-09-16T10:12:11.858Z] 41162a981a1c: Layer already exists [2025-09-16T10:12:11.858Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:11.858Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:11.858Z] 1aabbfe87f02: Layer already exists [2025-09-16T10:12:11.858Z] 55c57c5026ba: Layer already exists [2025-09-16T10:12:11.858Z] 5f70bf18a086: Layer already exists [2025-09-16T10:12:11.858Z] bdfcd1ca914c: Layer already exists [2025-09-16T10:12:11.858Z] 8e90587f05b6: Layer already exists [2025-09-16T10:12:11.858Z] 097100c76c15: Layer already exists [2025-09-16T10:12:11.858Z] 9115b95de233: Layer already exists [2025-09-16T10:12:11.858Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:12.180Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:12.521Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-16T10:12:12.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-16T10:12:12.521Z] 2838250526c3: Preparing [2025-09-16T10:12:12.521Z] af30470ceda4: Preparing [2025-09-16T10:12:12.521Z] 62644b665b2d: Preparing [2025-09-16T10:12:12.521Z] 35dd153f3cda: Preparing [2025-09-16T10:12:12.521Z] bb71308e1ec0: Preparing [2025-09-16T10:12:12.521Z] 41162a981a1c: Preparing [2025-09-16T10:12:12.521Z] 01aad7c621de: Preparing [2025-09-16T10:12:12.521Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:12.521Z] cbb70fc894c5: Preparing [2025-09-16T10:12:12.521Z] 1aabbfe87f02: Preparing [2025-09-16T10:12:12.521Z] 55c57c5026ba: Preparing [2025-09-16T10:12:12.521Z] 5f70bf18a086: Preparing [2025-09-16T10:12:12.521Z] bdfcd1ca914c: Preparing [2025-09-16T10:12:12.521Z] 8e90587f05b6: Preparing [2025-09-16T10:12:12.521Z] 9115b95de233: Preparing [2025-09-16T10:12:12.521Z] 097100c76c15: Preparing [2025-09-16T10:12:12.521Z] 41162a981a1c: Waiting [2025-09-16T10:12:12.521Z] 01aad7c621de: Waiting [2025-09-16T10:12:12.521Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:12.521Z] 55c57c5026ba: Waiting [2025-09-16T10:12:12.521Z] 5f70bf18a086: Waiting [2025-09-16T10:12:12.521Z] 1aabbfe87f02: Waiting [2025-09-16T10:12:12.521Z] bdfcd1ca914c: Waiting [2025-09-16T10:12:12.521Z] cbb70fc894c5: Waiting [2025-09-16T10:12:12.521Z] 8e90587f05b6: Waiting [2025-09-16T10:12:12.521Z] 097100c76c15: Waiting [2025-09-16T10:12:12.521Z] 9115b95de233: Waiting [2025-09-16T10:12:12.521Z] 35dd153f3cda: Layer already exists [2025-09-16T10:12:12.521Z] bb71308e1ec0: Layer already exists [2025-09-16T10:12:12.521Z] af30470ceda4: Layer already exists [2025-09-16T10:12:12.521Z] 62644b665b2d: Layer already exists [2025-09-16T10:12:12.521Z] 2838250526c3: Layer already exists [2025-09-16T10:12:12.521Z] 41162a981a1c: Layer already exists [2025-09-16T10:12:12.521Z] 01aad7c621de: Layer already exists [2025-09-16T10:12:12.521Z] 1aabbfe87f02: Layer already exists [2025-09-16T10:12:12.521Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:12.521Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:12.521Z] 55c57c5026ba: Layer already exists [2025-09-16T10:12:12.521Z] 9115b95de233: Layer already exists [2025-09-16T10:12:12.521Z] bdfcd1ca914c: Layer already exists [2025-09-16T10:12:12.521Z] 8e90587f05b6: Layer already exists [2025-09-16T10:12:12.521Z] 5f70bf18a086: Layer already exists [2025-09-16T10:12:12.521Z] 097100c76c15: Layer already exists [2025-09-16T10:12:12.521Z] main: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:12:12.595Z] ===================================================== [Pipeline] echo [2025-09-16T10:12:12.605Z] taggedImages: [2025-09-16T10:12:12.606Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:12.606Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-16T10:12:12.606Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 [2025-09-16T10:12:12.606Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:12.606Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-09-16T10:12:12.636Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-09-16T10:12:12.637Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:12.637Z] latest [2025-09-16T10:12:12.637Z] 4.1.0-dev.61 [2025-09-16T10:12:12.637Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:12.637Z] main [2025-09-16T10:12:12.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:12.980Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:13.308Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:13.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-16T10:12:13.308Z] db4198a3c119: Preparing [2025-09-16T10:12:13.308Z] 9cc042a59de4: Preparing [2025-09-16T10:12:13.308Z] c4efe9e08558: Preparing [2025-09-16T10:12:13.308Z] a4d6376f942a: Preparing [2025-09-16T10:12:13.308Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:13.308Z] cbb70fc894c5: Preparing [2025-09-16T10:12:13.308Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:13.308Z] d44dd9321dc6: Preparing [2025-09-16T10:12:13.308Z] 097100c76c15: Preparing [2025-09-16T10:12:13.308Z] cbb70fc894c5: Waiting [2025-09-16T10:12:13.308Z] d44dd9321dc6: Waiting [2025-09-16T10:12:13.308Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:13.308Z] 9cc042a59de4: Layer already exists [2025-09-16T10:12:13.308Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:13.308Z] db4198a3c119: Layer already exists [2025-09-16T10:12:13.308Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:13.308Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:13.308Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:13.308Z] 097100c76c15: Layer already exists [2025-09-16T10:12:13.308Z] c4efe9e08558: Pushed [2025-09-16T10:12:17.501Z] a4d6376f942a: Pushed [2025-09-16T10:12:17.501Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:17.836Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:18.154Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-16T10:12:18.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-16T10:12:18.154Z] db4198a3c119: Preparing [2025-09-16T10:12:18.154Z] 9cc042a59de4: Preparing [2025-09-16T10:12:18.154Z] c4efe9e08558: Preparing [2025-09-16T10:12:18.154Z] a4d6376f942a: Preparing [2025-09-16T10:12:18.154Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:18.154Z] cbb70fc894c5: Preparing [2025-09-16T10:12:18.154Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:18.154Z] d44dd9321dc6: Preparing [2025-09-16T10:12:18.154Z] 097100c76c15: Preparing [2025-09-16T10:12:18.154Z] cbb70fc894c5: Waiting [2025-09-16T10:12:18.154Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:18.154Z] d44dd9321dc6: Waiting [2025-09-16T10:12:18.154Z] 097100c76c15: Waiting [2025-09-16T10:12:18.154Z] a4d6376f942a: Layer already exists [2025-09-16T10:12:18.154Z] c4efe9e08558: Layer already exists [2025-09-16T10:12:18.154Z] 9cc042a59de4: Layer already exists [2025-09-16T10:12:18.154Z] db4198a3c119: Layer already exists [2025-09-16T10:12:18.154Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:18.154Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:18.154Z] 097100c76c15: Layer already exists [2025-09-16T10:12:18.154Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:18.154Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:18.154Z] latest: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:18.490Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:18.818Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 [2025-09-16T10:12:18.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-16T10:12:18.818Z] db4198a3c119: Preparing [2025-09-16T10:12:18.818Z] 9cc042a59de4: Preparing [2025-09-16T10:12:18.818Z] c4efe9e08558: Preparing [2025-09-16T10:12:18.818Z] a4d6376f942a: Preparing [2025-09-16T10:12:18.818Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:18.818Z] cbb70fc894c5: Preparing [2025-09-16T10:12:18.818Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:18.818Z] d44dd9321dc6: Preparing [2025-09-16T10:12:18.818Z] 097100c76c15: Preparing [2025-09-16T10:12:18.818Z] cbb70fc894c5: Waiting [2025-09-16T10:12:18.818Z] d44dd9321dc6: Waiting [2025-09-16T10:12:18.818Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:18.818Z] 097100c76c15: Waiting [2025-09-16T10:12:18.818Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:18.818Z] 9cc042a59de4: Layer already exists [2025-09-16T10:12:18.818Z] c4efe9e08558: Layer already exists [2025-09-16T10:12:18.819Z] a4d6376f942a: Layer already exists [2025-09-16T10:12:18.819Z] db4198a3c119: Layer already exists [2025-09-16T10:12:18.819Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:18.819Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:18.819Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:18.819Z] 097100c76c15: Layer already exists [2025-09-16T10:12:18.819Z] 4.1.0-dev.61: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:19.146Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:19.467Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:19.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-16T10:12:19.467Z] db4198a3c119: Preparing [2025-09-16T10:12:19.467Z] 9cc042a59de4: Preparing [2025-09-16T10:12:19.467Z] c4efe9e08558: Preparing [2025-09-16T10:12:19.467Z] a4d6376f942a: Preparing [2025-09-16T10:12:19.467Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:19.467Z] cbb70fc894c5: Preparing [2025-09-16T10:12:19.467Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:19.467Z] d44dd9321dc6: Preparing [2025-09-16T10:12:19.467Z] 097100c76c15: Preparing [2025-09-16T10:12:19.467Z] cbb70fc894c5: Waiting [2025-09-16T10:12:19.467Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:19.467Z] d44dd9321dc6: Waiting [2025-09-16T10:12:19.467Z] 097100c76c15: Waiting [2025-09-16T10:12:19.467Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:19.467Z] db4198a3c119: Layer already exists [2025-09-16T10:12:19.467Z] a4d6376f942a: Layer already exists [2025-09-16T10:12:19.467Z] 9cc042a59de4: Layer already exists [2025-09-16T10:12:19.467Z] c4efe9e08558: Layer already exists [2025-09-16T10:12:19.467Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:19.467Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:19.467Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:19.467Z] 097100c76c15: Layer already exists [2025-09-16T10:12:19.467Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:19.793Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:20.118Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-16T10:12:20.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-16T10:12:20.119Z] db4198a3c119: Preparing [2025-09-16T10:12:20.119Z] 9cc042a59de4: Preparing [2025-09-16T10:12:20.119Z] c4efe9e08558: Preparing [2025-09-16T10:12:20.119Z] a4d6376f942a: Preparing [2025-09-16T10:12:20.119Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:20.119Z] cbb70fc894c5: Preparing [2025-09-16T10:12:20.119Z] 7d338bcbc56e: Preparing [2025-09-16T10:12:20.119Z] d44dd9321dc6: Preparing [2025-09-16T10:12:20.119Z] 097100c76c15: Preparing [2025-09-16T10:12:20.119Z] cbb70fc894c5: Waiting [2025-09-16T10:12:20.119Z] 097100c76c15: Waiting [2025-09-16T10:12:20.119Z] 7d338bcbc56e: Waiting [2025-09-16T10:12:20.119Z] d44dd9321dc6: Waiting [2025-09-16T10:12:20.119Z] a4d6376f942a: Layer already exists [2025-09-16T10:12:20.119Z] db4198a3c119: Layer already exists [2025-09-16T10:12:20.119Z] c4efe9e08558: Layer already exists [2025-09-16T10:12:20.119Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:20.119Z] 9cc042a59de4: Layer already exists [2025-09-16T10:12:20.119Z] d44dd9321dc6: Layer already exists [2025-09-16T10:12:20.119Z] 7d338bcbc56e: Layer already exists [2025-09-16T10:12:20.119Z] 097100c76c15: Layer already exists [2025-09-16T10:12:20.119Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:20.119Z] main: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:12:20.194Z] ===================================================== [Pipeline] echo [2025-09-16T10:12:20.207Z] taggedImages: [2025-09-16T10:12:20.207Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:20.207Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-16T10:12:20.207Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 [2025-09-16T10:12:20.207Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:20.207Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-09-16T10:12:20.234Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-09-16T10:12:20.234Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:20.234Z] latest [2025-09-16T10:12:20.234Z] 4.1.0-dev.61 [2025-09-16T10:12:20.234Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:20.234Z] main [2025-09-16T10:12:20.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:20.582Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:20.900Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:20.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-16T10:12:20.900Z] 523630d47e2c: Preparing [2025-09-16T10:12:20.900Z] 72ca8501cd53: Preparing [2025-09-16T10:12:20.900Z] 21c3bbb77435: Preparing [2025-09-16T10:12:20.900Z] a7d6cf810ed4: Preparing [2025-09-16T10:12:20.900Z] 943231f6e096: Preparing [2025-09-16T10:12:20.900Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:20.900Z] cbb70fc894c5: Preparing [2025-09-16T10:12:20.900Z] 4f2554f88a91: Preparing [2025-09-16T10:12:20.900Z] f37320b8c408: Preparing [2025-09-16T10:12:20.900Z] 7926de407da6: Preparing [2025-09-16T10:12:20.900Z] 097100c76c15: Preparing [2025-09-16T10:12:20.900Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:20.900Z] cbb70fc894c5: Waiting [2025-09-16T10:12:20.900Z] 4f2554f88a91: Waiting [2025-09-16T10:12:20.900Z] f37320b8c408: Waiting [2025-09-16T10:12:20.900Z] 7926de407da6: Waiting [2025-09-16T10:12:20.900Z] 097100c76c15: Waiting [2025-09-16T10:12:20.900Z] a7d6cf810ed4: Pushed [2025-09-16T10:12:20.900Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:20.900Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:20.900Z] 523630d47e2c: Pushed [2025-09-16T10:12:20.900Z] 943231f6e096: Pushed [2025-09-16T10:12:20.900Z] 72ca8501cd53: Pushed [2025-09-16T10:12:20.900Z] 097100c76c15: Layer already exists [2025-09-16T10:12:21.158Z] 4f2554f88a91: Pushed [2025-09-16T10:12:21.158Z] f37320b8c408: Pushed [2025-09-16T10:12:22.095Z] 7926de407da6: Pushed [2025-09-16T10:12:24.001Z] 21c3bbb77435: Pushed [2025-09-16T10:12:24.001Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:24.329Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:24.650Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-16T10:12:24.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-16T10:12:24.650Z] 523630d47e2c: Preparing [2025-09-16T10:12:24.650Z] 72ca8501cd53: Preparing [2025-09-16T10:12:24.650Z] 21c3bbb77435: Preparing [2025-09-16T10:12:24.650Z] a7d6cf810ed4: Preparing [2025-09-16T10:12:24.650Z] 943231f6e096: Preparing [2025-09-16T10:12:24.650Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:24.650Z] cbb70fc894c5: Preparing [2025-09-16T10:12:24.650Z] 4f2554f88a91: Preparing [2025-09-16T10:12:24.650Z] f37320b8c408: Preparing [2025-09-16T10:12:24.650Z] 7926de407da6: Preparing [2025-09-16T10:12:24.650Z] 097100c76c15: Preparing [2025-09-16T10:12:24.650Z] cbb70fc894c5: Waiting [2025-09-16T10:12:24.650Z] 4f2554f88a91: Waiting [2025-09-16T10:12:24.650Z] f37320b8c408: Waiting [2025-09-16T10:12:24.650Z] 7926de407da6: Waiting [2025-09-16T10:12:24.650Z] 097100c76c15: Waiting [2025-09-16T10:12:24.650Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:24.650Z] 523630d47e2c: Layer already exists [2025-09-16T10:12:24.650Z] 72ca8501cd53: Layer already exists [2025-09-16T10:12:24.650Z] a7d6cf810ed4: Layer already exists [2025-09-16T10:12:24.650Z] 943231f6e096: Layer already exists [2025-09-16T10:12:24.650Z] 21c3bbb77435: Layer already exists [2025-09-16T10:12:24.650Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:24.650Z] 4f2554f88a91: Layer already exists [2025-09-16T10:12:24.650Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:24.650Z] f37320b8c408: Layer already exists [2025-09-16T10:12:24.650Z] 7926de407da6: Layer already exists [2025-09-16T10:12:24.650Z] 097100c76c15: Layer already exists [2025-09-16T10:12:24.650Z] latest: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:24.977Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:25.306Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 [2025-09-16T10:12:25.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-16T10:12:25.306Z] 523630d47e2c: Preparing [2025-09-16T10:12:25.306Z] 72ca8501cd53: Preparing [2025-09-16T10:12:25.306Z] 21c3bbb77435: Preparing [2025-09-16T10:12:25.306Z] a7d6cf810ed4: Preparing [2025-09-16T10:12:25.306Z] 943231f6e096: Preparing [2025-09-16T10:12:25.306Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:25.306Z] cbb70fc894c5: Preparing [2025-09-16T10:12:25.306Z] 4f2554f88a91: Preparing [2025-09-16T10:12:25.306Z] f37320b8c408: Preparing [2025-09-16T10:12:25.306Z] 7926de407da6: Preparing [2025-09-16T10:12:25.306Z] 097100c76c15: Preparing [2025-09-16T10:12:25.306Z] cbb70fc894c5: Waiting [2025-09-16T10:12:25.306Z] 4f2554f88a91: Waiting [2025-09-16T10:12:25.306Z] f37320b8c408: Waiting [2025-09-16T10:12:25.306Z] 7926de407da6: Waiting [2025-09-16T10:12:25.306Z] 097100c76c15: Waiting [2025-09-16T10:12:25.306Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:25.306Z] 943231f6e096: Layer already exists [2025-09-16T10:12:25.306Z] 72ca8501cd53: Layer already exists [2025-09-16T10:12:25.306Z] a7d6cf810ed4: Layer already exists [2025-09-16T10:12:25.306Z] 21c3bbb77435: Layer already exists [2025-09-16T10:12:25.306Z] 523630d47e2c: Layer already exists [2025-09-16T10:12:25.306Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:25.306Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:25.306Z] 4f2554f88a91: Layer already exists [2025-09-16T10:12:25.306Z] f37320b8c408: Layer already exists [2025-09-16T10:12:25.306Z] 7926de407da6: Layer already exists [2025-09-16T10:12:25.306Z] 097100c76c15: Layer already exists [2025-09-16T10:12:25.306Z] 4.1.0-dev.61: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:25.637Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:25.956Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:25.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-16T10:12:25.956Z] 523630d47e2c: Preparing [2025-09-16T10:12:25.956Z] 72ca8501cd53: Preparing [2025-09-16T10:12:25.956Z] 21c3bbb77435: Preparing [2025-09-16T10:12:25.956Z] a7d6cf810ed4: Preparing [2025-09-16T10:12:25.956Z] 943231f6e096: Preparing [2025-09-16T10:12:25.956Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:25.956Z] cbb70fc894c5: Preparing [2025-09-16T10:12:25.956Z] 4f2554f88a91: Preparing [2025-09-16T10:12:25.956Z] f37320b8c408: Preparing [2025-09-16T10:12:25.956Z] 7926de407da6: Preparing [2025-09-16T10:12:25.956Z] 097100c76c15: Preparing [2025-09-16T10:12:25.956Z] 4f2554f88a91: Waiting [2025-09-16T10:12:25.956Z] f37320b8c408: Waiting [2025-09-16T10:12:25.956Z] 7926de407da6: Waiting [2025-09-16T10:12:25.956Z] 097100c76c15: Waiting [2025-09-16T10:12:25.956Z] cbb70fc894c5: Waiting [2025-09-16T10:12:25.956Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:25.956Z] 943231f6e096: Layer already exists [2025-09-16T10:12:25.956Z] 523630d47e2c: Layer already exists [2025-09-16T10:12:25.956Z] 72ca8501cd53: Layer already exists [2025-09-16T10:12:25.956Z] a7d6cf810ed4: Layer already exists [2025-09-16T10:12:25.956Z] 21c3bbb77435: Layer already exists [2025-09-16T10:12:25.956Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:25.956Z] 4f2554f88a91: Layer already exists [2025-09-16T10:12:25.956Z] 7926de407da6: Layer already exists [2025-09-16T10:12:25.956Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:25.956Z] f37320b8c408: Layer already exists [2025-09-16T10:12:25.956Z] 097100c76c15: Layer already exists [2025-09-16T10:12:25.956Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:26.282Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:26.710Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-16T10:12:26.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-16T10:12:26.710Z] 523630d47e2c: Preparing [2025-09-16T10:12:26.710Z] 72ca8501cd53: Preparing [2025-09-16T10:12:26.710Z] 21c3bbb77435: Preparing [2025-09-16T10:12:26.710Z] a7d6cf810ed4: Preparing [2025-09-16T10:12:26.710Z] 943231f6e096: Preparing [2025-09-16T10:12:26.710Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:26.710Z] cbb70fc894c5: Preparing [2025-09-16T10:12:26.710Z] 4f2554f88a91: Preparing [2025-09-16T10:12:26.710Z] f37320b8c408: Preparing [2025-09-16T10:12:26.710Z] 7926de407da6: Preparing [2025-09-16T10:12:26.710Z] 097100c76c15: Preparing [2025-09-16T10:12:26.710Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:26.710Z] cbb70fc894c5: Waiting [2025-09-16T10:12:26.710Z] 4f2554f88a91: Waiting [2025-09-16T10:12:26.710Z] f37320b8c408: Waiting [2025-09-16T10:12:26.710Z] 7926de407da6: Waiting [2025-09-16T10:12:26.710Z] 097100c76c15: Waiting [2025-09-16T10:12:26.710Z] a7d6cf810ed4: Layer already exists [2025-09-16T10:12:26.710Z] 72ca8501cd53: Layer already exists [2025-09-16T10:12:26.710Z] 943231f6e096: Layer already exists [2025-09-16T10:12:26.710Z] 21c3bbb77435: Layer already exists [2025-09-16T10:12:26.710Z] 523630d47e2c: Layer already exists [2025-09-16T10:12:26.710Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:26.710Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:26.710Z] 4f2554f88a91: Layer already exists [2025-09-16T10:12:26.710Z] f37320b8c408: Layer already exists [2025-09-16T10:12:26.710Z] 7926de407da6: Layer already exists [2025-09-16T10:12:26.710Z] 097100c76c15: Layer already exists [2025-09-16T10:12:26.710Z] main: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:12:26.799Z] ===================================================== [Pipeline] echo [2025-09-16T10:12:26.813Z] taggedImages: [2025-09-16T10:12:26.813Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:26.813Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-16T10:12:26.813Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 [2025-09-16T10:12:26.813Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:26.813Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-09-16T10:12:26.836Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-09-16T10:12:26.836Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:26.836Z] latest [2025-09-16T10:12:26.836Z] 4.1.0-dev.61 [2025-09-16T10:12:26.836Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:26.836Z] main [2025-09-16T10:12:26.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:27.175Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:27.506Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:27.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-16T10:12:27.506Z] 08867ea6f72d: Preparing [2025-09-16T10:12:27.506Z] c5da0aa7e20c: Preparing [2025-09-16T10:12:27.506Z] 44b9c0518146: Preparing [2025-09-16T10:12:27.506Z] 84d7711f3cbc: Preparing [2025-09-16T10:12:27.506Z] cf1d99dfdcf8: Preparing [2025-09-16T10:12:27.506Z] e7d88ce0ac92: Preparing [2025-09-16T10:12:27.506Z] 8f5bcaac1c85: Preparing [2025-09-16T10:12:27.506Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:27.506Z] cbb70fc894c5: Preparing [2025-09-16T10:12:27.506Z] 423041d83c6a: Preparing [2025-09-16T10:12:27.506Z] 4f7ada42cf39: Preparing [2025-09-16T10:12:27.506Z] 097100c76c15: Preparing [2025-09-16T10:12:27.506Z] 8f5bcaac1c85: Waiting [2025-09-16T10:12:27.506Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:27.506Z] cbb70fc894c5: Waiting [2025-09-16T10:12:27.506Z] 423041d83c6a: Waiting [2025-09-16T10:12:27.506Z] 4f7ada42cf39: Waiting [2025-09-16T10:12:27.506Z] 097100c76c15: Waiting [2025-09-16T10:12:27.506Z] e7d88ce0ac92: Waiting [2025-09-16T10:12:27.506Z] cf1d99dfdcf8: Pushed [2025-09-16T10:12:27.506Z] c5da0aa7e20c: Pushed [2025-09-16T10:12:27.506Z] 08867ea6f72d: Pushed [2025-09-16T10:12:27.764Z] e7d88ce0ac92: Pushed [2025-09-16T10:12:27.764Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:27.764Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:27.764Z] 8f5bcaac1c85: Pushed [2025-09-16T10:12:27.764Z] 097100c76c15: Layer already exists [2025-09-16T10:12:28.021Z] 423041d83c6a: Pushed [2025-09-16T10:12:28.954Z] 4f7ada42cf39: Pushed [2025-09-16T10:12:29.887Z] 84d7711f3cbc: Pushed [2025-09-16T10:12:30.145Z] 44b9c0518146: Pushed [2025-09-16T10:12:30.714Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:31.052Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:31.370Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-16T10:12:31.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-16T10:12:31.370Z] 08867ea6f72d: Preparing [2025-09-16T10:12:31.370Z] c5da0aa7e20c: Preparing [2025-09-16T10:12:31.370Z] 44b9c0518146: Preparing [2025-09-16T10:12:31.370Z] 84d7711f3cbc: Preparing [2025-09-16T10:12:31.370Z] cf1d99dfdcf8: Preparing [2025-09-16T10:12:31.370Z] e7d88ce0ac92: Preparing [2025-09-16T10:12:31.370Z] 8f5bcaac1c85: Preparing [2025-09-16T10:12:31.370Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:31.370Z] cbb70fc894c5: Preparing [2025-09-16T10:12:31.370Z] 423041d83c6a: Preparing [2025-09-16T10:12:31.370Z] 4f7ada42cf39: Preparing [2025-09-16T10:12:31.370Z] 097100c76c15: Preparing [2025-09-16T10:12:31.370Z] 8f5bcaac1c85: Waiting [2025-09-16T10:12:31.370Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:31.370Z] 423041d83c6a: Waiting [2025-09-16T10:12:31.370Z] 4f7ada42cf39: Waiting [2025-09-16T10:12:31.370Z] cbb70fc894c5: Waiting [2025-09-16T10:12:31.370Z] 097100c76c15: Waiting [2025-09-16T10:12:31.370Z] e7d88ce0ac92: Waiting [2025-09-16T10:12:31.370Z] cf1d99dfdcf8: Layer already exists [2025-09-16T10:12:31.370Z] 08867ea6f72d: Layer already exists [2025-09-16T10:12:31.370Z] c5da0aa7e20c: Layer already exists [2025-09-16T10:12:31.370Z] 84d7711f3cbc: Layer already exists [2025-09-16T10:12:31.370Z] 44b9c0518146: Layer already exists [2025-09-16T10:12:31.370Z] e7d88ce0ac92: Layer already exists [2025-09-16T10:12:31.370Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:31.370Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:31.370Z] 423041d83c6a: Layer already exists [2025-09-16T10:12:31.370Z] 8f5bcaac1c85: Layer already exists [2025-09-16T10:12:31.370Z] 4f7ada42cf39: Layer already exists [2025-09-16T10:12:31.370Z] 097100c76c15: Layer already exists [2025-09-16T10:12:31.370Z] latest: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:31.695Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:32.023Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 [2025-09-16T10:12:32.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-16T10:12:32.023Z] 08867ea6f72d: Preparing [2025-09-16T10:12:32.023Z] c5da0aa7e20c: Preparing [2025-09-16T10:12:32.023Z] 44b9c0518146: Preparing [2025-09-16T10:12:32.023Z] 84d7711f3cbc: Preparing [2025-09-16T10:12:32.023Z] cf1d99dfdcf8: Preparing [2025-09-16T10:12:32.023Z] e7d88ce0ac92: Preparing [2025-09-16T10:12:32.023Z] 8f5bcaac1c85: Preparing [2025-09-16T10:12:32.023Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:32.023Z] cbb70fc894c5: Preparing [2025-09-16T10:12:32.023Z] 423041d83c6a: Preparing [2025-09-16T10:12:32.023Z] 4f7ada42cf39: Preparing [2025-09-16T10:12:32.023Z] 097100c76c15: Preparing [2025-09-16T10:12:32.023Z] 423041d83c6a: Waiting [2025-09-16T10:12:32.023Z] 4f7ada42cf39: Waiting [2025-09-16T10:12:32.023Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:32.023Z] 097100c76c15: Waiting [2025-09-16T10:12:32.023Z] cbb70fc894c5: Waiting [2025-09-16T10:12:32.023Z] 8f5bcaac1c85: Waiting [2025-09-16T10:12:32.023Z] e7d88ce0ac92: Waiting [2025-09-16T10:12:32.023Z] c5da0aa7e20c: Layer already exists [2025-09-16T10:12:32.023Z] 84d7711f3cbc: Layer already exists [2025-09-16T10:12:32.023Z] cf1d99dfdcf8: Layer already exists [2025-09-16T10:12:32.023Z] 44b9c0518146: Layer already exists [2025-09-16T10:12:32.023Z] 08867ea6f72d: Layer already exists [2025-09-16T10:12:32.023Z] e7d88ce0ac92: Layer already exists [2025-09-16T10:12:32.023Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:32.023Z] 8f5bcaac1c85: Layer already exists [2025-09-16T10:12:32.023Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:32.023Z] 423041d83c6a: Layer already exists [2025-09-16T10:12:32.023Z] 4f7ada42cf39: Layer already exists [2025-09-16T10:12:32.023Z] 097100c76c15: Layer already exists [2025-09-16T10:12:32.023Z] 4.1.0-dev.61: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:32.357Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:32.943Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:32.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-16T10:12:32.943Z] 08867ea6f72d: Preparing [2025-09-16T10:12:32.943Z] c5da0aa7e20c: Preparing [2025-09-16T10:12:32.943Z] 44b9c0518146: Preparing [2025-09-16T10:12:32.943Z] 84d7711f3cbc: Preparing [2025-09-16T10:12:32.943Z] cf1d99dfdcf8: Preparing [2025-09-16T10:12:32.943Z] e7d88ce0ac92: Preparing [2025-09-16T10:12:32.943Z] 8f5bcaac1c85: Preparing [2025-09-16T10:12:32.943Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:32.943Z] cbb70fc894c5: Preparing [2025-09-16T10:12:32.943Z] 423041d83c6a: Preparing [2025-09-16T10:12:32.943Z] 4f7ada42cf39: Preparing [2025-09-16T10:12:32.943Z] 097100c76c15: Preparing [2025-09-16T10:12:32.943Z] 8f5bcaac1c85: Waiting [2025-09-16T10:12:32.943Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:32.943Z] cbb70fc894c5: Waiting [2025-09-16T10:12:32.943Z] 423041d83c6a: Waiting [2025-09-16T10:12:32.943Z] 4f7ada42cf39: Waiting [2025-09-16T10:12:32.943Z] 097100c76c15: Waiting [2025-09-16T10:12:32.943Z] e7d88ce0ac92: Waiting [2025-09-16T10:12:32.943Z] c5da0aa7e20c: Layer already exists [2025-09-16T10:12:32.943Z] 08867ea6f72d: Layer already exists [2025-09-16T10:12:32.943Z] 44b9c0518146: Layer already exists [2025-09-16T10:12:32.943Z] cf1d99dfdcf8: Layer already exists [2025-09-16T10:12:32.943Z] 84d7711f3cbc: Layer already exists [2025-09-16T10:12:32.943Z] e7d88ce0ac92: Layer already exists [2025-09-16T10:12:32.943Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:32.943Z] 8f5bcaac1c85: Layer already exists [2025-09-16T10:12:32.943Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:32.943Z] 423041d83c6a: Layer already exists [2025-09-16T10:12:32.943Z] 097100c76c15: Layer already exists [2025-09-16T10:12:32.943Z] 4f7ada42cf39: Layer already exists [2025-09-16T10:12:32.943Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:33.274Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:33.604Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-16T10:12:33.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-16T10:12:33.604Z] 08867ea6f72d: Preparing [2025-09-16T10:12:33.604Z] c5da0aa7e20c: Preparing [2025-09-16T10:12:33.604Z] 44b9c0518146: Preparing [2025-09-16T10:12:33.604Z] 84d7711f3cbc: Preparing [2025-09-16T10:12:33.604Z] cf1d99dfdcf8: Preparing [2025-09-16T10:12:33.604Z] e7d88ce0ac92: Preparing [2025-09-16T10:12:33.604Z] 8f5bcaac1c85: Preparing [2025-09-16T10:12:33.604Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:33.604Z] cbb70fc894c5: Preparing [2025-09-16T10:12:33.604Z] 423041d83c6a: Preparing [2025-09-16T10:12:33.604Z] 4f7ada42cf39: Preparing [2025-09-16T10:12:33.604Z] 097100c76c15: Preparing [2025-09-16T10:12:33.604Z] 8f5bcaac1c85: Waiting [2025-09-16T10:12:33.604Z] 6c9de026e4e9: Waiting [2025-09-16T10:12:33.604Z] cbb70fc894c5: Waiting [2025-09-16T10:12:33.604Z] 423041d83c6a: Waiting [2025-09-16T10:12:33.604Z] 4f7ada42cf39: Waiting [2025-09-16T10:12:33.604Z] 097100c76c15: Waiting [2025-09-16T10:12:33.604Z] e7d88ce0ac92: Waiting [2025-09-16T10:12:33.604Z] c5da0aa7e20c: Layer already exists [2025-09-16T10:12:33.604Z] 84d7711f3cbc: Layer already exists [2025-09-16T10:12:33.604Z] 44b9c0518146: Layer already exists [2025-09-16T10:12:33.604Z] cf1d99dfdcf8: Layer already exists [2025-09-16T10:12:33.604Z] 08867ea6f72d: Layer already exists [2025-09-16T10:12:33.604Z] e7d88ce0ac92: Layer already exists [2025-09-16T10:12:33.604Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:33.604Z] 8f5bcaac1c85: Layer already exists [2025-09-16T10:12:33.604Z] 423041d83c6a: Layer already exists [2025-09-16T10:12:33.604Z] 097100c76c15: Layer already exists [2025-09-16T10:12:33.604Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:33.604Z] 4f7ada42cf39: Layer already exists [2025-09-16T10:12:33.604Z] main: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:12:33.691Z] ===================================================== [Pipeline] echo [2025-09-16T10:12:33.707Z] taggedImages: [2025-09-16T10:12:33.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:33.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-16T10:12:33.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 [2025-09-16T10:12:33.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:33.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-09-16T10:12:33.745Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-09-16T10:12:33.745Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:33.745Z] latest [2025-09-16T10:12:33.745Z] 4.1.0-dev.61 [2025-09-16T10:12:33.745Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:33.745Z] main [2025-09-16T10:12:33.745Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:34.101Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:34.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:34.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-16T10:12:34.438Z] b9d2382bafab: Preparing [2025-09-16T10:12:34.438Z] abe1d159b71b: Preparing [2025-09-16T10:12:34.439Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:34.439Z] cbb70fc894c5: Preparing [2025-09-16T10:12:34.439Z] b68aa738550d: Preparing [2025-09-16T10:12:34.439Z] eb7b3abf2752: Preparing [2025-09-16T10:12:34.439Z] 097100c76c15: Preparing [2025-09-16T10:12:34.439Z] eb7b3abf2752: Waiting [2025-09-16T10:12:34.439Z] 097100c76c15: Waiting [2025-09-16T10:12:34.439Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:34.439Z] b9d2382bafab: Pushed [2025-09-16T10:12:34.439Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:34.439Z] b68aa738550d: Pushed [2025-09-16T10:12:35.004Z] 097100c76c15: Layer already exists [2025-09-16T10:12:35.262Z] eb7b3abf2752: Pushed [2025-09-16T10:12:37.791Z] abe1d159b71b: Pushed [2025-09-16T10:12:37.791Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:38.124Z] + 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 [2025-09-16T10:12:38.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-16T10:12:38.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-16T10:12:38.445Z] b9d2382bafab: Preparing [2025-09-16T10:12:38.445Z] abe1d159b71b: Preparing [2025-09-16T10:12:38.445Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:38.445Z] cbb70fc894c5: Preparing [2025-09-16T10:12:38.445Z] b68aa738550d: Preparing [2025-09-16T10:12:38.445Z] eb7b3abf2752: Preparing [2025-09-16T10:12:38.445Z] 097100c76c15: Preparing [2025-09-16T10:12:38.445Z] eb7b3abf2752: Waiting [2025-09-16T10:12:38.445Z] 097100c76c15: Waiting [2025-09-16T10:12:38.445Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:38.445Z] abe1d159b71b: Layer already exists [2025-09-16T10:12:38.445Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:38.445Z] b9d2382bafab: Layer already exists [2025-09-16T10:12:38.445Z] b68aa738550d: Layer already exists [2025-09-16T10:12:38.445Z] eb7b3abf2752: Layer already exists [2025-09-16T10:12:38.445Z] 097100c76c15: Layer already exists [2025-09-16T10:12:38.445Z] latest: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:38.764Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:39.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 [2025-09-16T10:12:39.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-16T10:12:39.078Z] b9d2382bafab: Preparing [2025-09-16T10:12:39.078Z] abe1d159b71b: Preparing [2025-09-16T10:12:39.078Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:39.078Z] cbb70fc894c5: Preparing [2025-09-16T10:12:39.078Z] b68aa738550d: Preparing [2025-09-16T10:12:39.078Z] eb7b3abf2752: Preparing [2025-09-16T10:12:39.078Z] 097100c76c15: Preparing [2025-09-16T10:12:39.078Z] eb7b3abf2752: Waiting [2025-09-16T10:12:39.078Z] 097100c76c15: Waiting [2025-09-16T10:12:39.078Z] abe1d159b71b: Layer already exists [2025-09-16T10:12:39.078Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:39.078Z] b9d2382bafab: Layer already exists [2025-09-16T10:12:39.078Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:39.078Z] b68aa738550d: Layer already exists [2025-09-16T10:12:39.078Z] eb7b3abf2752: Layer already exists [2025-09-16T10:12:39.078Z] 097100c76c15: Layer already exists [2025-09-16T10:12:39.078Z] 4.1.0-dev.61: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:39.399Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:39.719Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:39.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-16T10:12:39.719Z] b9d2382bafab: Preparing [2025-09-16T10:12:39.719Z] abe1d159b71b: Preparing [2025-09-16T10:12:39.719Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:39.719Z] cbb70fc894c5: Preparing [2025-09-16T10:12:39.719Z] b68aa738550d: Preparing [2025-09-16T10:12:39.719Z] eb7b3abf2752: Preparing [2025-09-16T10:12:39.719Z] 097100c76c15: Preparing [2025-09-16T10:12:39.719Z] 097100c76c15: Waiting [2025-09-16T10:12:39.719Z] eb7b3abf2752: Waiting [2025-09-16T10:12:39.719Z] b68aa738550d: Layer already exists [2025-09-16T10:12:39.719Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:39.719Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:39.719Z] abe1d159b71b: Layer already exists [2025-09-16T10:12:39.719Z] b9d2382bafab: Layer already exists [2025-09-16T10:12:39.719Z] 097100c76c15: Layer already exists [2025-09-16T10:12:39.719Z] eb7b3abf2752: Layer already exists [2025-09-16T10:12:39.719Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:40.048Z] + 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 [2025-09-16T10:12:40.365Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-16T10:12:40.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-16T10:12:40.365Z] b9d2382bafab: Preparing [2025-09-16T10:12:40.365Z] abe1d159b71b: Preparing [2025-09-16T10:12:40.365Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:40.365Z] cbb70fc894c5: Preparing [2025-09-16T10:12:40.365Z] b68aa738550d: Preparing [2025-09-16T10:12:40.365Z] eb7b3abf2752: Preparing [2025-09-16T10:12:40.365Z] 097100c76c15: Preparing [2025-09-16T10:12:40.365Z] eb7b3abf2752: Waiting [2025-09-16T10:12:40.365Z] 097100c76c15: Waiting [2025-09-16T10:12:40.365Z] abe1d159b71b: Layer already exists [2025-09-16T10:12:40.365Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:40.365Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:40.365Z] b9d2382bafab: Layer already exists [2025-09-16T10:12:40.365Z] b68aa738550d: Layer already exists [2025-09-16T10:12:40.365Z] eb7b3abf2752: Layer already exists [2025-09-16T10:12:40.365Z] 097100c76c15: Layer already exists [2025-09-16T10:12:40.365Z] main: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:12:40.430Z] ===================================================== [Pipeline] echo [2025-09-16T10:12:40.446Z] taggedImages: [2025-09-16T10:12:40.446Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:40.446Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-16T10:12:40.446Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 [2025-09-16T10:12:40.446Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:40.446Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-09-16T10:12:40.478Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-09-16T10:12:40.478Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:40.478Z] latest [2025-09-16T10:12:40.478Z] 4.1.0-dev.61 [2025-09-16T10:12:40.478Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:40.478Z] main [2025-09-16T10:12:40.478Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:40.901Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:41.264Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:41.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-16T10:12:41.265Z] 2c8dd2116df9: Preparing [2025-09-16T10:12:41.265Z] 509746c7c905: Preparing [2025-09-16T10:12:41.265Z] 15401b6cf16e: Preparing [2025-09-16T10:12:41.265Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:41.265Z] cbb70fc894c5: Preparing [2025-09-16T10:12:41.265Z] d5ed86abed8e: Preparing [2025-09-16T10:12:41.265Z] 457a56b2a95a: Preparing [2025-09-16T10:12:41.265Z] b91919c610b7: Preparing [2025-09-16T10:12:41.265Z] 979c7c0a69d8: Preparing [2025-09-16T10:12:41.265Z] 097100c76c15: Preparing [2025-09-16T10:12:41.265Z] 457a56b2a95a: Waiting [2025-09-16T10:12:41.265Z] b91919c610b7: Waiting [2025-09-16T10:12:41.265Z] d5ed86abed8e: Waiting [2025-09-16T10:12:41.265Z] 979c7c0a69d8: Waiting [2025-09-16T10:12:41.265Z] 097100c76c15: Waiting [2025-09-16T10:12:41.265Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:41.265Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:41.265Z] 509746c7c905: Pushed [2025-09-16T10:12:41.265Z] 15401b6cf16e: Pushed [2025-09-16T10:12:41.265Z] 2c8dd2116df9: Pushed [2025-09-16T10:12:41.265Z] 097100c76c15: Layer already exists [2025-09-16T10:12:41.550Z] b91919c610b7: Pushed [2025-09-16T10:12:41.550Z] 979c7c0a69d8: Pushed [2025-09-16T10:12:45.765Z] 457a56b2a95a: Pushed [2025-09-16T10:12:52.333Z] d5ed86abed8e: Pushed [2025-09-16T10:12:52.333Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:52.672Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:53.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-16T10:12:53.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-16T10:12:53.007Z] 2c8dd2116df9: Preparing [2025-09-16T10:12:53.007Z] 509746c7c905: Preparing [2025-09-16T10:12:53.007Z] 15401b6cf16e: Preparing [2025-09-16T10:12:53.007Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:53.007Z] cbb70fc894c5: Preparing [2025-09-16T10:12:53.007Z] d5ed86abed8e: Preparing [2025-09-16T10:12:53.007Z] 457a56b2a95a: Preparing [2025-09-16T10:12:53.007Z] b91919c610b7: Preparing [2025-09-16T10:12:53.007Z] 979c7c0a69d8: Preparing [2025-09-16T10:12:53.007Z] 457a56b2a95a: Waiting [2025-09-16T10:12:53.007Z] b91919c610b7: Waiting [2025-09-16T10:12:53.007Z] d5ed86abed8e: Waiting [2025-09-16T10:12:53.007Z] 097100c76c15: Preparing [2025-09-16T10:12:53.007Z] 979c7c0a69d8: Waiting [2025-09-16T10:12:53.007Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:53.007Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:12:53.007Z] 15401b6cf16e: Layer already exists [2025-09-16T10:12:53.007Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:53.007Z] 509746c7c905: Layer already exists [2025-09-16T10:12:53.007Z] d5ed86abed8e: Layer already exists [2025-09-16T10:12:53.007Z] 457a56b2a95a: Layer already exists [2025-09-16T10:12:53.007Z] b91919c610b7: Layer already exists [2025-09-16T10:12:53.007Z] 097100c76c15: Layer already exists [2025-09-16T10:12:53.007Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:12:53.007Z] latest: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:53.339Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:53.657Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 [2025-09-16T10:12:53.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-16T10:12:53.657Z] 2c8dd2116df9: Preparing [2025-09-16T10:12:53.657Z] 509746c7c905: Preparing [2025-09-16T10:12:53.657Z] 15401b6cf16e: Preparing [2025-09-16T10:12:53.657Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:53.657Z] cbb70fc894c5: Preparing [2025-09-16T10:12:53.657Z] d5ed86abed8e: Preparing [2025-09-16T10:12:53.657Z] 457a56b2a95a: Preparing [2025-09-16T10:12:53.657Z] b91919c610b7: Preparing [2025-09-16T10:12:53.657Z] 979c7c0a69d8: Preparing [2025-09-16T10:12:53.657Z] 097100c76c15: Preparing [2025-09-16T10:12:53.657Z] b91919c610b7: Waiting [2025-09-16T10:12:53.657Z] d5ed86abed8e: Waiting [2025-09-16T10:12:53.657Z] 979c7c0a69d8: Waiting [2025-09-16T10:12:53.657Z] 457a56b2a95a: Waiting [2025-09-16T10:12:53.657Z] 097100c76c15: Waiting [2025-09-16T10:12:53.657Z] 15401b6cf16e: Layer already exists [2025-09-16T10:12:53.657Z] 509746c7c905: Layer already exists [2025-09-16T10:12:53.657Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:53.657Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:53.657Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:12:53.657Z] 457a56b2a95a: Layer already exists [2025-09-16T10:12:53.657Z] d5ed86abed8e: Layer already exists [2025-09-16T10:12:53.657Z] 097100c76c15: Layer already exists [2025-09-16T10:12:53.657Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:12:53.657Z] b91919c610b7: Layer already exists [2025-09-16T10:12:53.657Z] 4.1.0-dev.61: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:53.973Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:54.291Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:54.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-16T10:12:54.291Z] 2c8dd2116df9: Preparing [2025-09-16T10:12:54.291Z] 509746c7c905: Preparing [2025-09-16T10:12:54.291Z] 15401b6cf16e: Preparing [2025-09-16T10:12:54.291Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:54.291Z] cbb70fc894c5: Preparing [2025-09-16T10:12:54.291Z] d5ed86abed8e: Preparing [2025-09-16T10:12:54.291Z] 457a56b2a95a: Preparing [2025-09-16T10:12:54.291Z] b91919c610b7: Preparing [2025-09-16T10:12:54.291Z] 979c7c0a69d8: Preparing [2025-09-16T10:12:54.291Z] 097100c76c15: Preparing [2025-09-16T10:12:54.291Z] d5ed86abed8e: Waiting [2025-09-16T10:12:54.291Z] b91919c610b7: Waiting [2025-09-16T10:12:54.291Z] 457a56b2a95a: Waiting [2025-09-16T10:12:54.291Z] 979c7c0a69d8: Waiting [2025-09-16T10:12:54.291Z] 097100c76c15: Waiting [2025-09-16T10:12:54.291Z] 15401b6cf16e: Layer already exists [2025-09-16T10:12:54.291Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:12:54.291Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:54.291Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:54.291Z] 509746c7c905: Layer already exists [2025-09-16T10:12:54.291Z] d5ed86abed8e: Layer already exists [2025-09-16T10:12:54.291Z] 457a56b2a95a: Layer already exists [2025-09-16T10:12:54.291Z] 097100c76c15: Layer already exists [2025-09-16T10:12:54.291Z] b91919c610b7: Layer already exists [2025-09-16T10:12:54.291Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:12:54.291Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:54.623Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:54.952Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-16T10:12:54.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-16T10:12:54.952Z] 2c8dd2116df9: Preparing [2025-09-16T10:12:54.952Z] 509746c7c905: Preparing [2025-09-16T10:12:54.952Z] 15401b6cf16e: Preparing [2025-09-16T10:12:54.952Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:54.952Z] cbb70fc894c5: Preparing [2025-09-16T10:12:54.952Z] d5ed86abed8e: Preparing [2025-09-16T10:12:54.952Z] 457a56b2a95a: Preparing [2025-09-16T10:12:54.952Z] b91919c610b7: Preparing [2025-09-16T10:12:54.952Z] 979c7c0a69d8: Preparing [2025-09-16T10:12:54.952Z] 097100c76c15: Preparing [2025-09-16T10:12:54.952Z] 457a56b2a95a: Waiting [2025-09-16T10:12:54.952Z] b91919c610b7: Waiting [2025-09-16T10:12:54.952Z] 979c7c0a69d8: Waiting [2025-09-16T10:12:54.952Z] 097100c76c15: Waiting [2025-09-16T10:12:54.952Z] d5ed86abed8e: Waiting [2025-09-16T10:12:54.952Z] 15401b6cf16e: Layer already exists [2025-09-16T10:12:54.952Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:54.952Z] 509746c7c905: Layer already exists [2025-09-16T10:12:54.952Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:12:54.952Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:54.952Z] 457a56b2a95a: Layer already exists [2025-09-16T10:12:54.952Z] b91919c610b7: Layer already exists [2025-09-16T10:12:54.952Z] d5ed86abed8e: Layer already exists [2025-09-16T10:12:54.952Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:12:54.952Z] 097100c76c15: Layer already exists [2025-09-16T10:12:54.952Z] main: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:12:55.034Z] ===================================================== [Pipeline] echo [2025-09-16T10:12:55.050Z] taggedImages: [2025-09-16T10:12:55.050Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:55.050Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-16T10:12:55.050Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 [2025-09-16T10:12:55.050Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:55.050Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-09-16T10:12:55.084Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-09-16T10:12:55.084Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:55.084Z] latest [2025-09-16T10:12:55.084Z] 4.1.0-dev.61 [2025-09-16T10:12:55.084Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:12:55.084Z] main [2025-09-16T10:12:55.084Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:55.431Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:12:55.751Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:12:55.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-16T10:12:55.751Z] e736f6458490: Preparing [2025-09-16T10:12:55.751Z] 17f6ba1da823: Preparing [2025-09-16T10:12:55.751Z] 8cd1380225be: Preparing [2025-09-16T10:12:55.751Z] 6c9de026e4e9: Preparing [2025-09-16T10:12:55.751Z] cbb70fc894c5: Preparing [2025-09-16T10:12:55.751Z] 06408ce5fcff: Preparing [2025-09-16T10:12:55.751Z] 164bd1e07141: Preparing [2025-09-16T10:12:55.751Z] 0eae9b2c1f0d: Preparing [2025-09-16T10:12:55.751Z] 097100c76c15: Preparing [2025-09-16T10:12:55.751Z] 164bd1e07141: Waiting [2025-09-16T10:12:55.751Z] 0eae9b2c1f0d: Waiting [2025-09-16T10:12:55.751Z] 06408ce5fcff: Waiting [2025-09-16T10:12:55.751Z] 097100c76c15: Waiting [2025-09-16T10:12:55.751Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:12:55.751Z] cbb70fc894c5: Layer already exists [2025-09-16T10:12:55.751Z] 8cd1380225be: Pushed [2025-09-16T10:12:55.751Z] e736f6458490: Pushed [2025-09-16T10:12:55.751Z] 17f6ba1da823: Pushed [2025-09-16T10:12:55.751Z] 097100c76c15: Layer already exists [2025-09-16T10:12:55.751Z] 164bd1e07141: Pushed [2025-09-16T10:12:56.009Z] 0eae9b2c1f0d: Pushed [2025-09-16T10:13:08.215Z] 06408ce5fcff: Pushed [2025-09-16T10:13:08.215Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:08.551Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:08.870Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-16T10:13:08.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-16T10:13:08.870Z] e736f6458490: Preparing [2025-09-16T10:13:08.870Z] 17f6ba1da823: Preparing [2025-09-16T10:13:08.870Z] 8cd1380225be: Preparing [2025-09-16T10:13:08.870Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:08.870Z] cbb70fc894c5: Preparing [2025-09-16T10:13:08.870Z] 06408ce5fcff: Preparing [2025-09-16T10:13:08.870Z] 164bd1e07141: Preparing [2025-09-16T10:13:08.870Z] 0eae9b2c1f0d: Preparing [2025-09-16T10:13:08.870Z] 097100c76c15: Preparing [2025-09-16T10:13:08.870Z] 164bd1e07141: Waiting [2025-09-16T10:13:08.870Z] 0eae9b2c1f0d: Waiting [2025-09-16T10:13:08.870Z] 097100c76c15: Waiting [2025-09-16T10:13:08.870Z] 06408ce5fcff: Waiting [2025-09-16T10:13:08.870Z] 17f6ba1da823: Layer already exists [2025-09-16T10:13:08.870Z] e736f6458490: Layer already exists [2025-09-16T10:13:08.870Z] 8cd1380225be: Layer already exists [2025-09-16T10:13:08.870Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:08.870Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:08.870Z] 06408ce5fcff: Layer already exists [2025-09-16T10:13:08.870Z] 0eae9b2c1f0d: Layer already exists [2025-09-16T10:13:08.870Z] 164bd1e07141: Layer already exists [2025-09-16T10:13:08.870Z] 097100c76c15: Layer already exists [2025-09-16T10:13:08.870Z] latest: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:09.211Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:09.534Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 [2025-09-16T10:13:09.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-16T10:13:09.534Z] e736f6458490: Preparing [2025-09-16T10:13:09.534Z] 17f6ba1da823: Preparing [2025-09-16T10:13:09.534Z] 8cd1380225be: Preparing [2025-09-16T10:13:09.534Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:09.534Z] cbb70fc894c5: Preparing [2025-09-16T10:13:09.534Z] 06408ce5fcff: Preparing [2025-09-16T10:13:09.534Z] 164bd1e07141: Preparing [2025-09-16T10:13:09.534Z] 0eae9b2c1f0d: Preparing [2025-09-16T10:13:09.534Z] 097100c76c15: Preparing [2025-09-16T10:13:09.534Z] 06408ce5fcff: Waiting [2025-09-16T10:13:09.534Z] 164bd1e07141: Waiting [2025-09-16T10:13:09.534Z] 0eae9b2c1f0d: Waiting [2025-09-16T10:13:09.534Z] 097100c76c15: Waiting [2025-09-16T10:13:09.534Z] e736f6458490: Layer already exists [2025-09-16T10:13:09.534Z] 8cd1380225be: Layer already exists [2025-09-16T10:13:09.534Z] 17f6ba1da823: Layer already exists [2025-09-16T10:13:09.534Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:09.534Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:09.534Z] 164bd1e07141: Layer already exists [2025-09-16T10:13:09.534Z] 0eae9b2c1f0d: Layer already exists [2025-09-16T10:13:09.534Z] 097100c76c15: Layer already exists [2025-09-16T10:13:09.534Z] 06408ce5fcff: Layer already exists [2025-09-16T10:13:09.534Z] 4.1.0-dev.61: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:09.849Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:10.172Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:10.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-16T10:13:10.172Z] e736f6458490: Preparing [2025-09-16T10:13:10.172Z] 17f6ba1da823: Preparing [2025-09-16T10:13:10.172Z] 8cd1380225be: Preparing [2025-09-16T10:13:10.172Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:10.172Z] cbb70fc894c5: Preparing [2025-09-16T10:13:10.172Z] 06408ce5fcff: Preparing [2025-09-16T10:13:10.172Z] 164bd1e07141: Preparing [2025-09-16T10:13:10.172Z] 0eae9b2c1f0d: Preparing [2025-09-16T10:13:10.172Z] 097100c76c15: Preparing [2025-09-16T10:13:10.172Z] 06408ce5fcff: Waiting [2025-09-16T10:13:10.172Z] 0eae9b2c1f0d: Waiting [2025-09-16T10:13:10.172Z] 097100c76c15: Waiting [2025-09-16T10:13:10.172Z] 164bd1e07141: Waiting [2025-09-16T10:13:10.172Z] e736f6458490: Layer already exists [2025-09-16T10:13:10.172Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:10.172Z] 17f6ba1da823: Layer already exists [2025-09-16T10:13:10.172Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:10.172Z] 8cd1380225be: Layer already exists [2025-09-16T10:13:10.172Z] 0eae9b2c1f0d: Layer already exists [2025-09-16T10:13:10.172Z] 097100c76c15: Layer already exists [2025-09-16T10:13:10.172Z] 164bd1e07141: Layer already exists [2025-09-16T10:13:10.172Z] 06408ce5fcff: Layer already exists [2025-09-16T10:13:10.172Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:10.504Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:10.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-16T10:13:10.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-16T10:13:10.827Z] e736f6458490: Preparing [2025-09-16T10:13:10.827Z] 17f6ba1da823: Preparing [2025-09-16T10:13:10.827Z] 8cd1380225be: Preparing [2025-09-16T10:13:10.827Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:10.827Z] cbb70fc894c5: Preparing [2025-09-16T10:13:10.827Z] 06408ce5fcff: Preparing [2025-09-16T10:13:10.827Z] 164bd1e07141: Preparing [2025-09-16T10:13:10.827Z] 0eae9b2c1f0d: Preparing [2025-09-16T10:13:10.827Z] 097100c76c15: Preparing [2025-09-16T10:13:10.827Z] 164bd1e07141: Waiting [2025-09-16T10:13:10.827Z] 0eae9b2c1f0d: Waiting [2025-09-16T10:13:10.827Z] 097100c76c15: Waiting [2025-09-16T10:13:10.827Z] 06408ce5fcff: Waiting [2025-09-16T10:13:10.827Z] 8cd1380225be: Layer already exists [2025-09-16T10:13:10.827Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:10.827Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:10.827Z] 17f6ba1da823: Layer already exists [2025-09-16T10:13:10.827Z] e736f6458490: Layer already exists [2025-09-16T10:13:10.827Z] 097100c76c15: Layer already exists [2025-09-16T10:13:10.827Z] 06408ce5fcff: Layer already exists [2025-09-16T10:13:10.827Z] 164bd1e07141: Layer already exists [2025-09-16T10:13:10.827Z] 0eae9b2c1f0d: Layer already exists [2025-09-16T10:13:10.827Z] main: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:13:10.903Z] ===================================================== [Pipeline] echo [2025-09-16T10:13:10.921Z] taggedImages: [2025-09-16T10:13:10.921Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:10.921Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-16T10:13:10.921Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 [2025-09-16T10:13:10.921Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:10.921Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-09-16T10:13:10.952Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-09-16T10:13:10.952Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:10.952Z] latest [2025-09-16T10:13:10.952Z] 4.1.0-dev.61 [2025-09-16T10:13:10.952Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:10.952Z] main [2025-09-16T10:13:10.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:11.296Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:11.619Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:11.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-16T10:13:11.619Z] 2c8dd2116df9: Preparing [2025-09-16T10:13:11.619Z] 90ed347c4e97: Preparing [2025-09-16T10:13:11.619Z] 8564f120fcfc: Preparing [2025-09-16T10:13:11.619Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:11.619Z] cbb70fc894c5: Preparing [2025-09-16T10:13:11.619Z] 1103cb18b042: Preparing [2025-09-16T10:13:11.619Z] b91919c610b7: Preparing [2025-09-16T10:13:11.619Z] 979c7c0a69d8: Preparing [2025-09-16T10:13:11.619Z] 097100c76c15: Preparing [2025-09-16T10:13:11.619Z] b91919c610b7: Waiting [2025-09-16T10:13:11.619Z] 979c7c0a69d8: Waiting [2025-09-16T10:13:11.619Z] 097100c76c15: Waiting [2025-09-16T10:13:11.619Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:11.619Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:13:11.619Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:11.619Z] b91919c610b7: Layer already exists [2025-09-16T10:13:11.619Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:13:11.619Z] 097100c76c15: Layer already exists [2025-09-16T10:13:11.619Z] 90ed347c4e97: Pushed [2025-09-16T10:13:11.619Z] 8564f120fcfc: Pushed [2025-09-16T10:13:23.821Z] 1103cb18b042: Pushed [2025-09-16T10:13:23.821Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:24.152Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:24.474Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-16T10:13:24.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-16T10:13:24.474Z] 2c8dd2116df9: Preparing [2025-09-16T10:13:24.474Z] 90ed347c4e97: Preparing [2025-09-16T10:13:24.474Z] 8564f120fcfc: Preparing [2025-09-16T10:13:24.474Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:24.474Z] cbb70fc894c5: Preparing [2025-09-16T10:13:24.474Z] 1103cb18b042: Preparing [2025-09-16T10:13:24.474Z] b91919c610b7: Preparing [2025-09-16T10:13:24.474Z] 979c7c0a69d8: Preparing [2025-09-16T10:13:24.474Z] 097100c76c15: Preparing [2025-09-16T10:13:24.474Z] b91919c610b7: Waiting [2025-09-16T10:13:24.474Z] 979c7c0a69d8: Waiting [2025-09-16T10:13:24.474Z] 1103cb18b042: Waiting [2025-09-16T10:13:24.474Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:24.474Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:13:24.474Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:24.474Z] 8564f120fcfc: Layer already exists [2025-09-16T10:13:24.474Z] 90ed347c4e97: Layer already exists [2025-09-16T10:13:24.474Z] 097100c76c15: Layer already exists [2025-09-16T10:13:24.474Z] 1103cb18b042: Layer already exists [2025-09-16T10:13:24.474Z] b91919c610b7: Layer already exists [2025-09-16T10:13:24.474Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:13:24.474Z] latest: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:24.797Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:25.122Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 [2025-09-16T10:13:25.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-16T10:13:25.122Z] 2c8dd2116df9: Preparing [2025-09-16T10:13:25.122Z] 90ed347c4e97: Preparing [2025-09-16T10:13:25.122Z] 8564f120fcfc: Preparing [2025-09-16T10:13:25.122Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:25.122Z] cbb70fc894c5: Preparing [2025-09-16T10:13:25.122Z] 1103cb18b042: Preparing [2025-09-16T10:13:25.122Z] b91919c610b7: Preparing [2025-09-16T10:13:25.122Z] 979c7c0a69d8: Preparing [2025-09-16T10:13:25.122Z] 097100c76c15: Preparing [2025-09-16T10:13:25.122Z] b91919c610b7: Waiting [2025-09-16T10:13:25.122Z] 979c7c0a69d8: Waiting [2025-09-16T10:13:25.122Z] 1103cb18b042: Waiting [2025-09-16T10:13:25.122Z] 097100c76c15: Waiting [2025-09-16T10:13:25.122Z] 90ed347c4e97: Layer already exists [2025-09-16T10:13:25.122Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:25.122Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:13:25.122Z] 8564f120fcfc: Layer already exists [2025-09-16T10:13:25.122Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:25.122Z] 1103cb18b042: Layer already exists [2025-09-16T10:13:25.122Z] b91919c610b7: Layer already exists [2025-09-16T10:13:25.122Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:13:25.122Z] 097100c76c15: Layer already exists [2025-09-16T10:13:25.122Z] 4.1.0-dev.61: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:25.438Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:25.756Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:25.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-16T10:13:25.756Z] 2c8dd2116df9: Preparing [2025-09-16T10:13:25.756Z] 90ed347c4e97: Preparing [2025-09-16T10:13:25.756Z] 8564f120fcfc: Preparing [2025-09-16T10:13:25.756Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:25.756Z] cbb70fc894c5: Preparing [2025-09-16T10:13:25.756Z] 1103cb18b042: Preparing [2025-09-16T10:13:25.756Z] b91919c610b7: Preparing [2025-09-16T10:13:25.756Z] 979c7c0a69d8: Preparing [2025-09-16T10:13:25.756Z] 097100c76c15: Preparing [2025-09-16T10:13:25.756Z] 1103cb18b042: Waiting [2025-09-16T10:13:25.756Z] b91919c610b7: Waiting [2025-09-16T10:13:25.756Z] 097100c76c15: Waiting [2025-09-16T10:13:25.756Z] 979c7c0a69d8: Waiting [2025-09-16T10:13:25.756Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:25.756Z] 90ed347c4e97: Layer already exists [2025-09-16T10:13:25.756Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:13:25.756Z] 8564f120fcfc: Layer already exists [2025-09-16T10:13:25.756Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:25.756Z] 1103cb18b042: Layer already exists [2025-09-16T10:13:25.756Z] b91919c610b7: Layer already exists [2025-09-16T10:13:25.756Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:13:25.756Z] 097100c76c15: Layer already exists [2025-09-16T10:13:25.756Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:26.080Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:26.395Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-16T10:13:26.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-16T10:13:26.395Z] 2c8dd2116df9: Preparing [2025-09-16T10:13:26.395Z] 90ed347c4e97: Preparing [2025-09-16T10:13:26.395Z] 8564f120fcfc: Preparing [2025-09-16T10:13:26.395Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:26.395Z] cbb70fc894c5: Preparing [2025-09-16T10:13:26.395Z] 1103cb18b042: Preparing [2025-09-16T10:13:26.395Z] b91919c610b7: Preparing [2025-09-16T10:13:26.395Z] 979c7c0a69d8: Preparing [2025-09-16T10:13:26.395Z] 097100c76c15: Preparing [2025-09-16T10:13:26.395Z] 1103cb18b042: Waiting [2025-09-16T10:13:26.395Z] b91919c610b7: Waiting [2025-09-16T10:13:26.395Z] 979c7c0a69d8: Waiting [2025-09-16T10:13:26.395Z] 097100c76c15: Waiting [2025-09-16T10:13:26.395Z] 2c8dd2116df9: Layer already exists [2025-09-16T10:13:26.395Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:26.395Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:26.395Z] 90ed347c4e97: Layer already exists [2025-09-16T10:13:26.395Z] 8564f120fcfc: Layer already exists [2025-09-16T10:13:26.395Z] b91919c610b7: Layer already exists [2025-09-16T10:13:26.395Z] 1103cb18b042: Layer already exists [2025-09-16T10:13:26.395Z] 979c7c0a69d8: Layer already exists [2025-09-16T10:13:26.395Z] 097100c76c15: Layer already exists [2025-09-16T10:13:26.395Z] main: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:13:26.478Z] ===================================================== [Pipeline] echo [2025-09-16T10:13:26.493Z] taggedImages: [2025-09-16T10:13:26.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:26.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-16T10:13:26.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 [2025-09-16T10:13:26.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:26.493Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-09-16T10:13:26.522Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-09-16T10:13:26.522Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:26.522Z] latest [2025-09-16T10:13:26.522Z] 4.1.0-dev.61 [2025-09-16T10:13:26.522Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:26.522Z] main [2025-09-16T10:13:26.522Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:26.858Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:27.186Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:27.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-16T10:13:27.186Z] 9aa646775a04: Preparing [2025-09-16T10:13:27.186Z] 4f7f89e9359f: Preparing [2025-09-16T10:13:27.186Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:27.186Z] cbb70fc894c5: Preparing [2025-09-16T10:13:27.186Z] b67c5e74ee25: Preparing [2025-09-16T10:13:27.186Z] ad73e0a80436: Preparing [2025-09-16T10:13:27.186Z] 097100c76c15: Preparing [2025-09-16T10:13:27.186Z] 097100c76c15: Waiting [2025-09-16T10:13:27.186Z] ad73e0a80436: Waiting [2025-09-16T10:13:27.186Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:27.186Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:27.186Z] 9aa646775a04: Pushed [2025-09-16T10:13:27.186Z] b67c5e74ee25: Pushed [2025-09-16T10:13:27.443Z] 097100c76c15: Layer already exists [2025-09-16T10:13:27.701Z] ad73e0a80436: Pushed [2025-09-16T10:13:30.982Z] 4f7f89e9359f: Pushed [2025-09-16T10:13:31.241Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:31.562Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:31.883Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-16T10:13:31.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-16T10:13:31.883Z] 9aa646775a04: Preparing [2025-09-16T10:13:31.883Z] 4f7f89e9359f: Preparing [2025-09-16T10:13:31.883Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:31.883Z] cbb70fc894c5: Preparing [2025-09-16T10:13:31.883Z] b67c5e74ee25: Preparing [2025-09-16T10:13:31.883Z] ad73e0a80436: Preparing [2025-09-16T10:13:31.883Z] 097100c76c15: Preparing [2025-09-16T10:13:31.883Z] ad73e0a80436: Waiting [2025-09-16T10:13:31.883Z] 097100c76c15: Waiting [2025-09-16T10:13:31.883Z] b67c5e74ee25: Layer already exists [2025-09-16T10:13:31.883Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:31.883Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:31.883Z] 9aa646775a04: Layer already exists [2025-09-16T10:13:31.883Z] 4f7f89e9359f: Layer already exists [2025-09-16T10:13:31.883Z] ad73e0a80436: Layer already exists [2025-09-16T10:13:31.883Z] 097100c76c15: Layer already exists [2025-09-16T10:13:31.883Z] latest: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:32.215Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:32.541Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 [2025-09-16T10:13:32.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-16T10:13:32.541Z] 9aa646775a04: Preparing [2025-09-16T10:13:32.541Z] 4f7f89e9359f: Preparing [2025-09-16T10:13:32.541Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:32.541Z] cbb70fc894c5: Preparing [2025-09-16T10:13:32.541Z] b67c5e74ee25: Preparing [2025-09-16T10:13:32.541Z] ad73e0a80436: Preparing [2025-09-16T10:13:32.541Z] 097100c76c15: Preparing [2025-09-16T10:13:32.541Z] ad73e0a80436: Waiting [2025-09-16T10:13:32.541Z] 097100c76c15: Waiting [2025-09-16T10:13:32.541Z] 4f7f89e9359f: Layer already exists [2025-09-16T10:13:32.541Z] b67c5e74ee25: Layer already exists [2025-09-16T10:13:32.541Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:32.541Z] 9aa646775a04: Layer already exists [2025-09-16T10:13:32.541Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:32.541Z] ad73e0a80436: Layer already exists [2025-09-16T10:13:32.541Z] 097100c76c15: Layer already exists [2025-09-16T10:13:32.541Z] 4.1.0-dev.61: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:32.866Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:33.197Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:33.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-16T10:13:33.197Z] 9aa646775a04: Preparing [2025-09-16T10:13:33.197Z] 4f7f89e9359f: Preparing [2025-09-16T10:13:33.197Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:33.197Z] cbb70fc894c5: Preparing [2025-09-16T10:13:33.197Z] b67c5e74ee25: Preparing [2025-09-16T10:13:33.197Z] ad73e0a80436: Preparing [2025-09-16T10:13:33.197Z] 097100c76c15: Preparing [2025-09-16T10:13:33.197Z] 097100c76c15: Waiting [2025-09-16T10:13:33.197Z] ad73e0a80436: Waiting [2025-09-16T10:13:33.197Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:33.197Z] 4f7f89e9359f: Layer already exists [2025-09-16T10:13:33.197Z] 9aa646775a04: Layer already exists [2025-09-16T10:13:33.197Z] b67c5e74ee25: Layer already exists [2025-09-16T10:13:33.197Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:33.197Z] ad73e0a80436: Layer already exists [2025-09-16T10:13:33.197Z] 097100c76c15: Layer already exists [2025-09-16T10:13:33.197Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:33.645Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:33.967Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-16T10:13:33.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-16T10:13:33.967Z] 9aa646775a04: Preparing [2025-09-16T10:13:33.967Z] 4f7f89e9359f: Preparing [2025-09-16T10:13:33.967Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:33.967Z] cbb70fc894c5: Preparing [2025-09-16T10:13:33.967Z] b67c5e74ee25: Preparing [2025-09-16T10:13:33.967Z] ad73e0a80436: Preparing [2025-09-16T10:13:33.967Z] 097100c76c15: Preparing [2025-09-16T10:13:33.967Z] ad73e0a80436: Waiting [2025-09-16T10:13:33.967Z] 097100c76c15: Waiting [2025-09-16T10:13:33.967Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:33.967Z] 9aa646775a04: Layer already exists [2025-09-16T10:13:33.967Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:33.967Z] 4f7f89e9359f: Layer already exists [2025-09-16T10:13:33.967Z] ad73e0a80436: Layer already exists [2025-09-16T10:13:33.967Z] 097100c76c15: Layer already exists [2025-09-16T10:13:33.967Z] b67c5e74ee25: Layer already exists [2025-09-16T10:13:33.967Z] main: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:13:34.043Z] ===================================================== [Pipeline] echo [2025-09-16T10:13:34.057Z] taggedImages: [2025-09-16T10:13:34.057Z] - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:34.057Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-16T10:13:34.057Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 [2025-09-16T10:13:34.057Z] - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:34.057Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-09-16T10:13:34.083Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-09-16T10:13:34.083Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:34.083Z] latest [2025-09-16T10:13:34.083Z] 4.1.0-dev.61 [2025-09-16T10:13:34.083Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:34.083Z] main [2025-09-16T10:13:34.083Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:34.426Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:34.747Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:34.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-16T10:13:34.747Z] b68d0541fa00: Preparing [2025-09-16T10:13:34.747Z] 5d9bb428a42f: Preparing [2025-09-16T10:13:34.747Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:34.747Z] cbb70fc894c5: Preparing [2025-09-16T10:13:34.747Z] 052e0a476ada: Preparing [2025-09-16T10:13:34.747Z] bda71e2fcb6e: Preparing [2025-09-16T10:13:34.747Z] 097100c76c15: Preparing [2025-09-16T10:13:34.747Z] bda71e2fcb6e: Waiting [2025-09-16T10:13:34.747Z] 097100c76c15: Waiting [2025-09-16T10:13:34.747Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:34.747Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:34.747Z] 097100c76c15: Layer already exists [2025-09-16T10:13:34.747Z] b68d0541fa00: Pushed [2025-09-16T10:13:34.747Z] 052e0a476ada: Pushed [2025-09-16T10:13:35.007Z] bda71e2fcb6e: Pushed [2025-09-16T10:13:38.293Z] 5d9bb428a42f: Pushed [2025-09-16T10:13:38.552Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:38.874Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:39.192Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-16T10:13:39.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-16T10:13:39.192Z] b68d0541fa00: Preparing [2025-09-16T10:13:39.192Z] 5d9bb428a42f: Preparing [2025-09-16T10:13:39.192Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:39.192Z] cbb70fc894c5: Preparing [2025-09-16T10:13:39.192Z] 052e0a476ada: Preparing [2025-09-16T10:13:39.192Z] bda71e2fcb6e: Preparing [2025-09-16T10:13:39.192Z] 097100c76c15: Preparing [2025-09-16T10:13:39.192Z] bda71e2fcb6e: Waiting [2025-09-16T10:13:39.192Z] 097100c76c15: Waiting [2025-09-16T10:13:39.192Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:39.192Z] 052e0a476ada: Layer already exists [2025-09-16T10:13:39.192Z] b68d0541fa00: Layer already exists [2025-09-16T10:13:39.192Z] 5d9bb428a42f: Layer already exists [2025-09-16T10:13:39.192Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:39.192Z] bda71e2fcb6e: Layer already exists [2025-09-16T10:13:39.192Z] 097100c76c15: Layer already exists [2025-09-16T10:13:39.192Z] latest: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:39.516Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:39.838Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 [2025-09-16T10:13:39.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-16T10:13:39.838Z] b68d0541fa00: Preparing [2025-09-16T10:13:39.838Z] 5d9bb428a42f: Preparing [2025-09-16T10:13:39.838Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:39.838Z] cbb70fc894c5: Preparing [2025-09-16T10:13:39.838Z] 052e0a476ada: Preparing [2025-09-16T10:13:39.838Z] bda71e2fcb6e: Preparing [2025-09-16T10:13:39.838Z] 097100c76c15: Preparing [2025-09-16T10:13:39.838Z] bda71e2fcb6e: Waiting [2025-09-16T10:13:39.838Z] 097100c76c15: Waiting [2025-09-16T10:13:39.838Z] b68d0541fa00: Layer already exists [2025-09-16T10:13:39.838Z] 5d9bb428a42f: Layer already exists [2025-09-16T10:13:39.838Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:39.838Z] 052e0a476ada: Layer already exists [2025-09-16T10:13:39.838Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:39.838Z] 097100c76c15: Layer already exists [2025-09-16T10:13:39.838Z] bda71e2fcb6e: Layer already exists [2025-09-16T10:13:39.838Z] 4.1.0-dev.61: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:40.160Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:40.479Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:40.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-16T10:13:40.479Z] b68d0541fa00: Preparing [2025-09-16T10:13:40.479Z] 5d9bb428a42f: Preparing [2025-09-16T10:13:40.479Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:40.479Z] cbb70fc894c5: Preparing [2025-09-16T10:13:40.479Z] 052e0a476ada: Preparing [2025-09-16T10:13:40.479Z] bda71e2fcb6e: Preparing [2025-09-16T10:13:40.479Z] 097100c76c15: Preparing [2025-09-16T10:13:40.479Z] bda71e2fcb6e: Waiting [2025-09-16T10:13:40.479Z] 097100c76c15: Waiting [2025-09-16T10:13:40.479Z] 052e0a476ada: Layer already exists [2025-09-16T10:13:40.479Z] 5d9bb428a42f: Layer already exists [2025-09-16T10:13:40.479Z] b68d0541fa00: Layer already exists [2025-09-16T10:13:40.479Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:40.479Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:40.479Z] bda71e2fcb6e: Layer already exists [2025-09-16T10:13:40.479Z] 097100c76c15: Layer already exists [2025-09-16T10:13:40.479Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:40.811Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:13:41.130Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-16T10:13:41.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-16T10:13:41.130Z] b68d0541fa00: Preparing [2025-09-16T10:13:41.130Z] 5d9bb428a42f: Preparing [2025-09-16T10:13:41.130Z] 6c9de026e4e9: Preparing [2025-09-16T10:13:41.130Z] cbb70fc894c5: Preparing [2025-09-16T10:13:41.130Z] 052e0a476ada: Preparing [2025-09-16T10:13:41.130Z] bda71e2fcb6e: Preparing [2025-09-16T10:13:41.130Z] 097100c76c15: Preparing [2025-09-16T10:13:41.130Z] bda71e2fcb6e: Waiting [2025-09-16T10:13:41.130Z] 097100c76c15: Waiting [2025-09-16T10:13:41.130Z] 052e0a476ada: Layer already exists [2025-09-16T10:13:41.130Z] 5d9bb428a42f: Layer already exists [2025-09-16T10:13:41.130Z] 6c9de026e4e9: Layer already exists [2025-09-16T10:13:41.130Z] b68d0541fa00: Layer already exists [2025-09-16T10:13:41.130Z] cbb70fc894c5: Layer already exists [2025-09-16T10:13:41.130Z] bda71e2fcb6e: Layer already exists [2025-09-16T10:13:41.130Z] 097100c76c15: Layer already exists [2025-09-16T10:13:41.130Z] main: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:13:41.212Z] ===================================================== [Pipeline] echo [2025-09-16T10:13:41.229Z] taggedImages: [2025-09-16T10:13:41.229Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.229Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-16T10:13:41.229Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 [2025-09-16T10:13:41.229Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.229Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-09-16T10:13:41.339Z] ========================================================= [2025-09-16T10:13:41.339Z] [edgeXBuildMultiArch] RAW Config: [2025-09-16T10:13:41.339Z] images: [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:13:41.339Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-16T10:13:41.339Z] settingsFile: [2025-09-16T10:13:41.339Z] edgex-go-settings [2025-09-16T10:13:41.339Z] ========================================================= [Pipeline] node [2025-09-16T10:13:56.342Z] Still waiting to schedule task [2025-09-16T10:13:56.343Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-09-16T10:14:50.184Z] Running on prd-centos7-docker-4c-2g-8919 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-16T10:14:50.237Z] provisioning config files... [2025-09-16T10:14:50.257Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4164298555449458931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:14:51.162Z] ---> ****-login.sh [2025-09-16T10:14:51.162Z] nexus3.edgexfoundry.org:10001 [2025-09-16T10:14:51.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:14:51.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:14:51.162Z] Configure a credential helper to remove this warning. See [2025-09-16T10:14:51.162Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:14:51.162Z] [2025-09-16T10:14:51.162Z] Login Succeeded [2025-09-16T10:14:51.162Z] nexus3.edgexfoundry.org:10002 [2025-09-16T10:14:51.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:14:51.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:14:51.424Z] Configure a credential helper to remove this warning. See [2025-09-16T10:14:51.424Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:14:51.424Z] [2025-09-16T10:14:51.424Z] Login Succeeded [2025-09-16T10:14:51.424Z] nexus3.edgexfoundry.org:10003 [2025-09-16T10:14:51.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:14:51.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:14:51.424Z] Configure a credential helper to remove this warning. See [2025-09-16T10:14:51.424Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:14:51.424Z] [2025-09-16T10:14:51.424Z] Login Succeeded [2025-09-16T10:14:51.424Z] nexus3.edgexfoundry.org:10004 [2025-09-16T10:14:51.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:14:51.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:14:51.425Z] Configure a credential helper to remove this warning. See [2025-09-16T10:14:51.425Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:14:51.425Z] [2025-09-16T10:14:51.425Z] Login Succeeded [2025-09-16T10:14:51.425Z] ****.io [2025-09-16T10:14:51.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:14:51.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:14:51.684Z] Configure a credential helper to remove this warning. See [2025-09-16T10:14:51.684Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:14:51.684Z] [2025-09-16T10:14:51.684Z] Login Succeeded [2025-09-16T10:14:51.684Z] ---> ****-login.sh ends [Pipeline] } [2025-09-16T10:14:51.695Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-16T10:14:52.040Z] + docker buildx ls [2025-09-16T10:14:52.040Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-09-16T10:14:52.040Z] default * docker [2025-09-16T10:14:52.040Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-09-16T10:14:52.366Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-09-16T10:14:52.366Z] edgex-builder [Pipeline] sh [2025-09-16T10:14:52.655Z] + docker buildx inspect --bootstrap [2025-09-16T10:14:52.655Z] #1 [internal] booting buildkit [2025-09-16T10:14:52.655Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-09-16T10:14:55.956Z] #1 pulling image moby/buildkit:buildx-stable-1 3.6s done [2025-09-16T10:14:56.215Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-09-16T10:14:57.159Z] #1 creating container buildx_buildkit_edgex-builder0 1.2s done [2025-09-16T10:14:57.159Z] #1 DONE 4.9s [2025-09-16T10:14:57.159Z] Name: edgex-builder [2025-09-16T10:14:57.159Z] Driver: docker-container [2025-09-16T10:14:57.159Z] [2025-09-16T10:14:57.159Z] Nodes: [2025-09-16T10:14:57.159Z] Name: edgex-builder0 [2025-09-16T10:14:57.159Z] Endpoint: unix:///var/run/docker.sock [2025-09-16T10:14:57.159Z] Status: running [2025-09-16T10:14:57.159Z] Buildkit: v0.24.0 [2025-09-16T10:14:57.159Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-09-16T10:14:57.452Z] + docker buildx ls [2025-09-16T10:14:57.452Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-09-16T10:14:57.452Z] edgex-builder * docker-container [2025-09-16T10:14:57.452Z] edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-09-16T10:14:57.452Z] default docker [2025-09-16T10:14:57.452Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-09-16T10:14:57.743Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:14:57.743Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:14:58.005Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:14:58.005Z] #1 transferring dockerfile: 197B done [2025-09-16T10:14:58.005Z] #1 DONE 0.0s [2025-09-16T10:14:58.005Z] [2025-09-16T10:14:58.005Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:14:58.005Z] #2 DONE 0.1s [2025-09-16T10:14:58.005Z] [2025-09-16T10:14:58.005Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:14:58.005Z] #3 DONE 0.1s [2025-09-16T10:14:58.005Z] [2025-09-16T10:14:58.005Z] #4 [internal] load .dockerignore [2025-09-16T10:14:58.005Z] #4 transferring context: 2B done [2025-09-16T10:14:58.005Z] #4 DONE 0.0s [2025-09-16T10:14:58.005Z] [2025-09-16T10:14:58.005Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:58.005Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:58.005Z] #5 DONE 0.0s [2025-09-16T10:14:58.005Z] [2025-09-16T10:14:58.005Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:58.005Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:58.005Z] #6 DONE 0.1s [2025-09-16T10:14:58.266Z] [2025-09-16T10:14:58.266Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:14:58.266Z] #7 DONE 0.0s [2025-09-16T10:14:58.266Z] [2025-09-16T10:14:58.266Z] #8 exporting to image [2025-09-16T10:14:58.266Z] #8 exporting layers done [2025-09-16T10:14:58.266Z] #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 0.0s done [2025-09-16T10:14:58.266Z] #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done [2025-09-16T10:14:58.266Z] #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done [2025-09-16T10:14:58.267Z] #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b 0.0s done [2025-09-16T10:14:58.267Z] #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done [2025-09-16T10:14:58.267Z] #8 pushing layers [2025-09-16T10:14:58.267Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:14:58.267Z] #8 pushing layers 0.1s done [2025-09-16T10:14:58.267Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done [2025-09-16T10:14:58.267Z] #8 DONE 0.2s [2025-09-16T10:14:58.267Z] [2025-09-16T10:14:58.267Z] 1 warning found (use --debug to expand): [2025-09-16T10:14:58.267Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:14:58.549Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-09-16T10:14:58.549Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-09-16T10:14:58.549Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:14:58.549Z] #1 transferring dockerfile: 163B done [2025-09-16T10:14:58.549Z] #1 DONE 0.0s [2025-09-16T10:14:58.549Z] [2025-09-16T10:14:58.549Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-16T10:14:58.549Z] #2 DONE 0.0s [2025-09-16T10:14:58.549Z] [2025-09-16T10:14:58.549Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-16T10:14:58.549Z] #3 DONE 0.0s [2025-09-16T10:14:58.549Z] [2025-09-16T10:14:58.549Z] #4 [internal] load .dockerignore [2025-09-16T10:14:58.549Z] #4 transferring context: 2B done [2025-09-16T10:14:58.549Z] #4 DONE 0.0s [2025-09-16T10:14:58.807Z] [2025-09-16T10:14:58.807Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:58.807Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:58.807Z] #5 CACHED [2025-09-16T10:14:58.807Z] [2025-09-16T10:14:58.807Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:58.807Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:58.807Z] #6 CACHED [2025-09-16T10:14:58.807Z] [2025-09-16T10:14:58.807Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:14:58.807Z] #7 DONE 0.0s [2025-09-16T10:14:58.807Z] [2025-09-16T10:14:58.807Z] #8 exporting to image [2025-09-16T10:14:58.807Z] #8 exporting layers done [2025-09-16T10:14:58.807Z] #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done [2025-09-16T10:14:58.807Z] #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done [2025-09-16T10:14:58.807Z] #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done [2025-09-16T10:14:58.807Z] #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done [2025-09-16T10:14:58.807Z] #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done [2025-09-16T10:14:58.807Z] #8 pushing layers 0.0s done [2025-09-16T10:14:58.807Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done [2025-09-16T10:14:58.807Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:14:58.807Z] #8 DONE 0.1s [2025-09-16T10:14:58.807Z] [2025-09-16T10:14:58.807Z] 1 warning found (use --debug to expand): [2025-09-16T10:14:58.807Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:14:59.096Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61' [2025-09-16T10:14:59.096Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 --push - [2025-09-16T10:14:59.096Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:14:59.096Z] #1 transferring dockerfile: 169B done [2025-09-16T10:14:59.096Z] #1 DONE 0.0s [2025-09-16T10:14:59.096Z] [2025-09-16T10:14:59.096Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 [2025-09-16T10:14:59.096Z] #2 DONE 0.0s [2025-09-16T10:14:59.096Z] [2025-09-16T10:14:59.096Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 [2025-09-16T10:14:59.096Z] #3 DONE 0.0s [2025-09-16T10:14:59.096Z] [2025-09-16T10:14:59.096Z] #4 [internal] load .dockerignore [2025-09-16T10:14:59.096Z] #4 transferring context: 2B done [2025-09-16T10:14:59.096Z] #4 DONE 0.0s [2025-09-16T10:14:59.096Z] [2025-09-16T10:14:59.096Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:59.096Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:59.096Z] #5 CACHED [2025-09-16T10:14:59.096Z] [2025-09-16T10:14:59.096Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:59.096Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:59.096Z] #6 CACHED [2025-09-16T10:14:59.096Z] [2025-09-16T10:14:59.096Z] #7 exporting to image [2025-09-16T10:14:59.096Z] #7 exporting layers done [2025-09-16T10:14:59.096Z] #7 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done [2025-09-16T10:14:59.096Z] #7 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 [2025-09-16T10:14:59.096Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:14:59.356Z] #7 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done [2025-09-16T10:14:59.356Z] #7 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done [2025-09-16T10:14:59.356Z] #7 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done [2025-09-16T10:14:59.356Z] #7 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done [2025-09-16T10:14:59.356Z] #7 pushing layers 0.0s done [2025-09-16T10:14:59.356Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done [2025-09-16T10:14:59.356Z] #7 DONE 0.1s [2025-09-16T10:14:59.356Z] [2025-09-16T10:14:59.356Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:14:59.356Z] #8 DONE 0.0s [2025-09-16T10:14:59.356Z] [2025-09-16T10:14:59.356Z] 1 warning found (use --debug to expand): [2025-09-16T10:14:59.356Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:14:59.645Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:14:59.645Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:14:59.645Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:14:59.645Z] #1 transferring dockerfile: 210B done [2025-09-16T10:14:59.645Z] #1 DONE 0.0s [2025-09-16T10:14:59.645Z] [2025-09-16T10:14:59.645Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:14:59.645Z] #2 DONE 0.0s [2025-09-16T10:14:59.645Z] [2025-09-16T10:14:59.645Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:14:59.645Z] #3 DONE 0.0s [2025-09-16T10:14:59.645Z] [2025-09-16T10:14:59.645Z] #4 [internal] load .dockerignore [2025-09-16T10:14:59.645Z] #4 transferring context: 2B done [2025-09-16T10:14:59.645Z] #4 DONE 0.0s [2025-09-16T10:14:59.645Z] [2025-09-16T10:14:59.645Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:59.645Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:59.645Z] #5 DONE 0.0s [2025-09-16T10:14:59.645Z] [2025-09-16T10:14:59.645Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:59.904Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:14:59.904Z] #6 CACHED [2025-09-16T10:14:59.904Z] [2025-09-16T10:14:59.904Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:14:59.904Z] #5 CACHED [2025-09-16T10:14:59.904Z] [2025-09-16T10:14:59.904Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:14:59.904Z] #7 DONE 0.0s [2025-09-16T10:14:59.904Z] [2025-09-16T10:14:59.904Z] #8 exporting to image [2025-09-16T10:14:59.904Z] #8 exporting layers done [2025-09-16T10:14:59.904Z] #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done [2025-09-16T10:14:59.904Z] #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done [2025-09-16T10:14:59.904Z] #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done [2025-09-16T10:14:59.904Z] #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done [2025-09-16T10:14:59.904Z] #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done [2025-09-16T10:14:59.904Z] #8 pushing layers 0.0s done [2025-09-16T10:14:59.904Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done [2025-09-16T10:14:59.904Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:14:59.904Z] #8 DONE 0.1s [2025-09-16T10:14:59.904Z] [2025-09-16T10:14:59.904Z] 1 warning found (use --debug to expand): [2025-09-16T10:14:59.904Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:00.194Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-09-16T10:15:00.194Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-09-16T10:15:00.194Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:00.194Z] #1 transferring dockerfile: 161B done [2025-09-16T10:15:00.194Z] #1 DONE 0.0s [2025-09-16T10:15:00.194Z] [2025-09-16T10:15:00.194Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-09-16T10:15:00.194Z] #2 DONE 0.0s [2025-09-16T10:15:00.194Z] [2025-09-16T10:15:00.194Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-09-16T10:15:00.194Z] #3 DONE 0.0s [2025-09-16T10:15:00.194Z] [2025-09-16T10:15:00.194Z] #4 [internal] load .dockerignore [2025-09-16T10:15:00.194Z] #4 transferring context: 2B done [2025-09-16T10:15:00.194Z] #4 DONE 0.0s [2025-09-16T10:15:00.194Z] [2025-09-16T10:15:00.194Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:15:00.194Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:15:00.194Z] #5 CACHED [2025-09-16T10:15:00.194Z] [2025-09-16T10:15:00.194Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 [2025-09-16T10:15:00.454Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done [2025-09-16T10:15:00.454Z] #6 CACHED [2025-09-16T10:15:00.454Z] [2025-09-16T10:15:00.454Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:00.454Z] #7 DONE 0.0s [2025-09-16T10:15:00.454Z] [2025-09-16T10:15:00.454Z] #8 exporting to image [2025-09-16T10:15:00.454Z] #8 exporting layers done [2025-09-16T10:15:00.454Z] #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done [2025-09-16T10:15:00.454Z] #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done [2025-09-16T10:15:00.454Z] #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done [2025-09-16T10:15:00.454Z] #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done [2025-09-16T10:15:00.454Z] #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done [2025-09-16T10:15:00.454Z] #8 pushing layers 0.0s done [2025-09-16T10:15:00.454Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done [2025-09-16T10:15:00.454Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:00.454Z] #8 DONE 0.1s [2025-09-16T10:15:00.454Z] [2025-09-16T10:15:00.454Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:00.454Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:00.742Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:00.742Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:00.742Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:00.742Z] #1 transferring dockerfile: 216B done [2025-09-16T10:15:00.742Z] #1 DONE 0.0s [2025-09-16T10:15:00.742Z] [2025-09-16T10:15:00.742Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:00.742Z] #2 DONE 0.0s [2025-09-16T10:15:00.742Z] [2025-09-16T10:15:00.742Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:00.742Z] #3 DONE 0.1s [2025-09-16T10:15:00.742Z] [2025-09-16T10:15:00.742Z] #4 [internal] load .dockerignore [2025-09-16T10:15:00.742Z] #4 transferring context: [2025-09-16T10:15:01.001Z] #4 transferring context: 2B done [2025-09-16T10:15:01.001Z] #4 DONE 0.0s [2025-09-16T10:15:01.001Z] [2025-09-16T10:15:01.001Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:01.001Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:01.001Z] #5 DONE 0.0s [2025-09-16T10:15:01.001Z] [2025-09-16T10:15:01.001Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:01.001Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:01.001Z] #6 DONE 0.1s [2025-09-16T10:15:01.001Z] [2025-09-16T10:15:01.001Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:01.001Z] #7 DONE 0.0s [2025-09-16T10:15:01.001Z] [2025-09-16T10:15:01.001Z] #8 exporting to image [2025-09-16T10:15:01.001Z] #8 exporting layers done [2025-09-16T10:15:01.001Z] #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 0.0s done [2025-09-16T10:15:01.001Z] #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done [2025-09-16T10:15:01.001Z] #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done [2025-09-16T10:15:01.001Z] #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done [2025-09-16T10:15:01.001Z] #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.0s done [2025-09-16T10:15:01.001Z] #8 pushing layers 0.1s done [2025-09-16T10:15:01.001Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 [2025-09-16T10:15:01.001Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:01.261Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done [2025-09-16T10:15:01.261Z] #8 DONE 0.2s [2025-09-16T10:15:01.261Z] [2025-09-16T10:15:01.261Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:01.261Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:01.551Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-09-16T10:15:01.551Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-09-16T10:15:01.551Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:01.551Z] #1 transferring dockerfile: 182B done [2025-09-16T10:15:01.551Z] #1 DONE 0.0s [2025-09-16T10:15:01.551Z] [2025-09-16T10:15:01.551Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-16T10:15:01.551Z] #2 DONE 0.0s [2025-09-16T10:15:01.551Z] [2025-09-16T10:15:01.551Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-16T10:15:01.551Z] #3 DONE 0.0s [2025-09-16T10:15:01.551Z] [2025-09-16T10:15:01.551Z] #4 [internal] load .dockerignore [2025-09-16T10:15:01.551Z] #4 transferring context: [2025-09-16T10:15:01.810Z] #4 transferring context: 2B done [2025-09-16T10:15:01.810Z] #4 DONE 0.0s [2025-09-16T10:15:01.810Z] [2025-09-16T10:15:01.810Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:01.810Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:01.810Z] #5 CACHED [2025-09-16T10:15:01.810Z] [2025-09-16T10:15:01.810Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:01.810Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:01.810Z] #6 CACHED [2025-09-16T10:15:01.810Z] [2025-09-16T10:15:01.810Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:01.810Z] #7 DONE 0.0s [2025-09-16T10:15:01.810Z] [2025-09-16T10:15:01.810Z] #8 exporting to image [2025-09-16T10:15:01.810Z] #8 exporting layers done [2025-09-16T10:15:01.810Z] #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done [2025-09-16T10:15:01.810Z] #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done [2025-09-16T10:15:01.810Z] #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done [2025-09-16T10:15:01.810Z] #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done [2025-09-16T10:15:01.810Z] #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done [2025-09-16T10:15:01.810Z] #8 pushing layers 0.0s done [2025-09-16T10:15:01.810Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 [2025-09-16T10:15:01.810Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:04.370Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 2.6s done [2025-09-16T10:15:04.370Z] #8 DONE 2.7s [2025-09-16T10:15:04.370Z] [2025-09-16T10:15:04.370Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:04.370Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:04.669Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61' [2025-09-16T10:15:04.669Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 --push - [2025-09-16T10:15:04.669Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:04.669Z] #1 transferring dockerfile: 188B done [2025-09-16T10:15:04.669Z] #1 DONE 0.0s [2025-09-16T10:15:04.669Z] [2025-09-16T10:15:04.669Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 [2025-09-16T10:15:04.669Z] #2 DONE 0.0s [2025-09-16T10:15:04.669Z] [2025-09-16T10:15:04.669Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 [2025-09-16T10:15:04.669Z] #3 DONE 0.0s [2025-09-16T10:15:04.669Z] [2025-09-16T10:15:04.669Z] #4 [internal] load .dockerignore [2025-09-16T10:15:04.669Z] #4 transferring context: 2B done [2025-09-16T10:15:04.669Z] #4 DONE 0.0s [2025-09-16T10:15:04.669Z] [2025-09-16T10:15:04.669Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:04.669Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:04.669Z] #5 CACHED [2025-09-16T10:15:04.669Z] [2025-09-16T10:15:04.669Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:04.669Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:04.669Z] #6 DONE 0.0s [2025-09-16T10:15:04.928Z] [2025-09-16T10:15:04.928Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:04.929Z] #6 CACHED [2025-09-16T10:15:04.929Z] [2025-09-16T10:15:04.929Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:04.929Z] #7 DONE 0.0s [2025-09-16T10:15:04.929Z] [2025-09-16T10:15:04.929Z] #8 exporting to image [2025-09-16T10:15:04.929Z] #8 exporting layers done [2025-09-16T10:15:04.929Z] #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done [2025-09-16T10:15:04.929Z] #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done [2025-09-16T10:15:04.929Z] #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done [2025-09-16T10:15:04.929Z] #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done [2025-09-16T10:15:04.929Z] #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done [2025-09-16T10:15:04.929Z] #8 pushing layers 0.0s done [2025-09-16T10:15:04.929Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done [2025-09-16T10:15:04.929Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:04.929Z] #8 DONE 0.1s [2025-09-16T10:15:04.929Z] [2025-09-16T10:15:04.929Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:04.929Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:05.231Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:05.231Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:05.231Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:05.231Z] #1 transferring dockerfile: 229B done [2025-09-16T10:15:05.231Z] #1 DONE 0.0s [2025-09-16T10:15:05.231Z] [2025-09-16T10:15:05.231Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:05.231Z] #2 DONE 0.0s [2025-09-16T10:15:05.231Z] [2025-09-16T10:15:05.231Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:05.231Z] #3 DONE 0.0s [2025-09-16T10:15:05.231Z] [2025-09-16T10:15:05.231Z] #4 [internal] load .dockerignore [2025-09-16T10:15:05.231Z] #4 transferring context: 2B done [2025-09-16T10:15:05.231Z] #4 DONE 0.0s [2025-09-16T10:15:05.231Z] [2025-09-16T10:15:05.231Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:05.231Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:05.231Z] #5 CACHED [2025-09-16T10:15:05.231Z] [2025-09-16T10:15:05.231Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:05.231Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:05.231Z] #6 CACHED [2025-09-16T10:15:05.231Z] [2025-09-16T10:15:05.231Z] #7 exporting to image [2025-09-16T10:15:05.231Z] #7 exporting layers done [2025-09-16T10:15:05.231Z] #7 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done [2025-09-16T10:15:05.231Z] #7 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done [2025-09-16T10:15:05.231Z] #7 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done [2025-09-16T10:15:05.231Z] #7 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done [2025-09-16T10:15:05.231Z] #7 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 [2025-09-16T10:15:05.231Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:05.490Z] #7 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done [2025-09-16T10:15:05.490Z] #7 pushing layers 0.0s done [2025-09-16T10:15:05.490Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done [2025-09-16T10:15:05.490Z] #7 DONE 0.1s [2025-09-16T10:15:05.490Z] [2025-09-16T10:15:05.490Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:05.490Z] #8 DONE 0.0s [2025-09-16T10:15:05.490Z] [2025-09-16T10:15:05.490Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:05.490Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:05.781Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-09-16T10:15:05.781Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-09-16T10:15:05.781Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:05.781Z] #1 transferring dockerfile: 180B done [2025-09-16T10:15:05.781Z] #1 DONE 0.0s [2025-09-16T10:15:05.781Z] [2025-09-16T10:15:05.781Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-16T10:15:05.781Z] #2 DONE 0.0s [2025-09-16T10:15:05.781Z] [2025-09-16T10:15:05.781Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-16T10:15:05.781Z] #3 DONE 0.0s [2025-09-16T10:15:05.781Z] [2025-09-16T10:15:05.781Z] #4 [internal] load .dockerignore [2025-09-16T10:15:05.781Z] #4 transferring context: 2B done [2025-09-16T10:15:05.781Z] #4 DONE 0.0s [2025-09-16T10:15:05.781Z] [2025-09-16T10:15:05.781Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:05.781Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:05.781Z] #5 CACHED [2025-09-16T10:15:05.781Z] [2025-09-16T10:15:05.781Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 [2025-09-16T10:15:06.041Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done [2025-09-16T10:15:06.041Z] #6 CACHED [2025-09-16T10:15:06.041Z] [2025-09-16T10:15:06.041Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:06.041Z] #7 DONE 0.0s [2025-09-16T10:15:06.041Z] [2025-09-16T10:15:06.041Z] #8 exporting to image [2025-09-16T10:15:06.041Z] #8 exporting layers done [2025-09-16T10:15:06.041Z] #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done [2025-09-16T10:15:06.041Z] #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done [2025-09-16T10:15:06.041Z] #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done [2025-09-16T10:15:06.041Z] #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done [2025-09-16T10:15:06.041Z] #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done [2025-09-16T10:15:06.041Z] #8 pushing layers 0.0s done [2025-09-16T10:15:06.041Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done [2025-09-16T10:15:06.041Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:06.041Z] #8 DONE 0.1s [2025-09-16T10:15:06.041Z] [2025-09-16T10:15:06.041Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:06.041Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:06.334Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:06.334Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:06.334Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:06.334Z] #1 transferring dockerfile: 194B done [2025-09-16T10:15:06.334Z] #1 DONE 0.0s [2025-09-16T10:15:06.334Z] [2025-09-16T10:15:06.334Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:06.334Z] #2 DONE 0.0s [2025-09-16T10:15:06.334Z] [2025-09-16T10:15:06.334Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:06.334Z] #3 DONE 0.0s [2025-09-16T10:15:06.334Z] [2025-09-16T10:15:06.334Z] #4 [internal] load .dockerignore [2025-09-16T10:15:06.334Z] #4 transferring context: 2B done [2025-09-16T10:15:06.334Z] #4 DONE 0.0s [2025-09-16T10:15:06.794Z] [2025-09-16T10:15:06.794Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:06.794Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:06.794Z] #5 ... [2025-09-16T10:15:06.794Z] [2025-09-16T10:15:06.794Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:06.794Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done [2025-09-16T10:15:06.794Z] #6 DONE 0.1s [2025-09-16T10:15:06.794Z] [2025-09-16T10:15:06.794Z] #7 exporting to image [2025-09-16T10:15:06.794Z] #7 exporting layers done [2025-09-16T10:15:06.794Z] #7 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done [2025-09-16T10:15:06.794Z] #7 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done [2025-09-16T10:15:06.794Z] #7 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done [2025-09-16T10:15:06.794Z] #7 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done [2025-09-16T10:15:06.794Z] #7 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done [2025-09-16T10:15:06.794Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:06.794Z] #7 ... [2025-09-16T10:15:06.794Z] [2025-09-16T10:15:06.794Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:06.794Z] #8 DONE 0.0s [2025-09-16T10:15:06.794Z] [2025-09-16T10:15:06.794Z] #7 exporting to image [2025-09-16T10:15:06.794Z] #7 pushing layers [2025-09-16T10:15:07.053Z] #7 pushing layers 0.3s done [2025-09-16T10:15:07.053Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done [2025-09-16T10:15:07.053Z] #7 DONE 0.5s [2025-09-16T10:15:07.053Z] [2025-09-16T10:15:07.053Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:07.053Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:07.337Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-09-16T10:15:07.337Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-09-16T10:15:07.337Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:07.337Z] #1 transferring dockerfile: 160B done [2025-09-16T10:15:07.337Z] #1 DONE 0.0s [2025-09-16T10:15:07.337Z] [2025-09-16T10:15:07.337Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-16T10:15:07.337Z] #2 DONE 0.0s [2025-09-16T10:15:07.337Z] [2025-09-16T10:15:07.337Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-16T10:15:07.337Z] #3 DONE 0.0s [2025-09-16T10:15:07.337Z] [2025-09-16T10:15:07.337Z] #4 [internal] load .dockerignore [2025-09-16T10:15:07.337Z] #4 transferring context: 2B done [2025-09-16T10:15:07.337Z] #4 DONE 0.0s [2025-09-16T10:15:07.337Z] [2025-09-16T10:15:07.337Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:07.337Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:07.602Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done [2025-09-16T10:15:07.602Z] #5 CACHED [2025-09-16T10:15:07.602Z] [2025-09-16T10:15:07.602Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:07.602Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done [2025-09-16T10:15:07.602Z] #6 CACHED [2025-09-16T10:15:07.602Z] [2025-09-16T10:15:07.602Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:07.602Z] #7 DONE 0.0s [2025-09-16T10:15:07.602Z] [2025-09-16T10:15:07.602Z] #8 exporting to image [2025-09-16T10:15:07.602Z] #8 exporting layers done [2025-09-16T10:15:07.602Z] #8 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done [2025-09-16T10:15:07.602Z] #8 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done [2025-09-16T10:15:07.602Z] #8 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done [2025-09-16T10:15:07.602Z] #8 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done [2025-09-16T10:15:07.602Z] #8 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done [2025-09-16T10:15:07.602Z] #8 pushing layers 0.0s done [2025-09-16T10:15:07.602Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done [2025-09-16T10:15:07.602Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:07.602Z] #8 DONE 0.1s [2025-09-16T10:15:07.602Z] [2025-09-16T10:15:07.602Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:07.602Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:07.903Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61' [2025-09-16T10:15:07.904Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 --push - [2025-09-16T10:15:07.904Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:07.904Z] #1 transferring dockerfile: 166B done [2025-09-16T10:15:07.904Z] #1 DONE 0.0s [2025-09-16T10:15:07.904Z] [2025-09-16T10:15:07.904Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 [2025-09-16T10:15:07.904Z] #2 DONE 0.0s [2025-09-16T10:15:07.904Z] [2025-09-16T10:15:07.904Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 [2025-09-16T10:15:07.904Z] #3 DONE 0.0s [2025-09-16T10:15:07.904Z] [2025-09-16T10:15:07.904Z] #4 [internal] load .dockerignore [2025-09-16T10:15:07.904Z] #4 transferring context: 2B done [2025-09-16T10:15:07.904Z] #4 DONE 0.0s [2025-09-16T10:15:07.904Z] [2025-09-16T10:15:07.904Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:07.904Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d done [2025-09-16T10:15:07.904Z] #5 CACHED [2025-09-16T10:15:07.904Z] [2025-09-16T10:15:07.904Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:07.904Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d done [2025-09-16T10:15:07.904Z] #6 CACHED [2025-09-16T10:15:07.904Z] [2025-09-16T10:15:07.904Z] #7 exporting to image [2025-09-16T10:15:07.904Z] #7 exporting layers done [2025-09-16T10:15:07.904Z] #7 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done [2025-09-16T10:15:07.904Z] #7 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a [2025-09-16T10:15:07.904Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:08.164Z] #7 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done [2025-09-16T10:15:08.164Z] #7 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done [2025-09-16T10:15:08.164Z] #7 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done [2025-09-16T10:15:08.164Z] #7 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done [2025-09-16T10:15:08.164Z] #7 pushing layers 0.0s done [2025-09-16T10:15:08.164Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done [2025-09-16T10:15:08.164Z] #7 DONE 0.1s [2025-09-16T10:15:08.164Z] [2025-09-16T10:15:08.164Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:08.164Z] #8 DONE 0.0s [2025-09-16T10:15:08.164Z] [2025-09-16T10:15:08.164Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:08.164Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:08.455Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:08.455Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:08.455Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:08.455Z] #1 transferring dockerfile: 207B done [2025-09-16T10:15:08.455Z] #1 DONE 0.0s [2025-09-16T10:15:08.455Z] [2025-09-16T10:15:08.455Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:08.455Z] #2 DONE 0.0s [2025-09-16T10:15:08.455Z] [2025-09-16T10:15:08.455Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:08.455Z] #3 DONE 0.0s [2025-09-16T10:15:08.455Z] [2025-09-16T10:15:08.455Z] #4 [internal] load .dockerignore [2025-09-16T10:15:08.455Z] #4 transferring context: 2B done [2025-09-16T10:15:08.455Z] #4 DONE 0.0s [2025-09-16T10:15:08.455Z] [2025-09-16T10:15:08.455Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:08.455Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done [2025-09-16T10:15:08.455Z] #5 CACHED [2025-09-16T10:15:08.455Z] [2025-09-16T10:15:08.455Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:08.455Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done [2025-09-16T10:15:08.455Z] #6 DONE 0.0s [2025-09-16T10:15:08.715Z] [2025-09-16T10:15:08.715Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:08.715Z] #6 CACHED [2025-09-16T10:15:08.715Z] [2025-09-16T10:15:08.715Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:08.715Z] #7 DONE 0.0s [2025-09-16T10:15:08.715Z] [2025-09-16T10:15:08.715Z] #8 exporting to image [2025-09-16T10:15:08.715Z] #8 exporting layers done [2025-09-16T10:15:08.715Z] #8 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done [2025-09-16T10:15:08.715Z] #8 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done [2025-09-16T10:15:08.715Z] #8 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done [2025-09-16T10:15:08.715Z] #8 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done [2025-09-16T10:15:08.715Z] #8 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done [2025-09-16T10:15:08.715Z] #8 pushing layers 0.0s done [2025-09-16T10:15:08.715Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done [2025-09-16T10:15:08.715Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:08.715Z] #8 DONE 0.1s [2025-09-16T10:15:08.715Z] [2025-09-16T10:15:08.715Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:08.715Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:09.007Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-09-16T10:15:09.007Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-09-16T10:15:09.007Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:09.007Z] #1 transferring dockerfile: 158B done [2025-09-16T10:15:09.007Z] #1 DONE 0.0s [2025-09-16T10:15:09.007Z] [2025-09-16T10:15:09.007Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-09-16T10:15:09.007Z] #2 DONE 0.0s [2025-09-16T10:15:09.007Z] [2025-09-16T10:15:09.007Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-09-16T10:15:09.008Z] #3 DONE 0.0s [2025-09-16T10:15:09.008Z] [2025-09-16T10:15:09.008Z] #4 [internal] load .dockerignore [2025-09-16T10:15:09.008Z] #4 transferring context: 2B done [2025-09-16T10:15:09.008Z] #4 DONE 0.0s [2025-09-16T10:15:09.008Z] [2025-09-16T10:15:09.008Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:09.008Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done [2025-09-16T10:15:09.008Z] #5 DONE 0.0s [2025-09-16T10:15:09.008Z] [2025-09-16T10:15:09.008Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:09.267Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done [2025-09-16T10:15:09.267Z] #6 CACHED [2025-09-16T10:15:09.267Z] [2025-09-16T10:15:09.267Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d [2025-09-16T10:15:09.267Z] #5 CACHED [2025-09-16T10:15:09.267Z] [2025-09-16T10:15:09.267Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:09.267Z] #7 DONE 0.0s [2025-09-16T10:15:09.267Z] [2025-09-16T10:15:09.267Z] #8 exporting to image [2025-09-16T10:15:09.267Z] #8 exporting layers done [2025-09-16T10:15:09.267Z] #8 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done [2025-09-16T10:15:09.267Z] #8 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done [2025-09-16T10:15:09.267Z] #8 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done [2025-09-16T10:15:09.267Z] #8 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done [2025-09-16T10:15:09.267Z] #8 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done [2025-09-16T10:15:09.267Z] #8 pushing layers 0.0s done [2025-09-16T10:15:09.267Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done [2025-09-16T10:15:09.267Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:09.267Z] #8 DONE 0.1s [2025-09-16T10:15:09.267Z] [2025-09-16T10:15:09.267Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:09.267Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:09.552Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:09.552Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:09.552Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:09.552Z] #1 transferring dockerfile: 196B done [2025-09-16T10:15:09.552Z] #1 DONE 0.0s [2025-09-16T10:15:09.552Z] [2025-09-16T10:15:09.552Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:09.552Z] #2 DONE 0.0s [2025-09-16T10:15:09.552Z] [2025-09-16T10:15:09.552Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:09.552Z] #3 DONE 0.1s [2025-09-16T10:15:09.552Z] [2025-09-16T10:15:09.552Z] #4 [internal] load .dockerignore [2025-09-16T10:15:09.552Z] #4 transferring context: 2B done [2025-09-16T10:15:09.552Z] #4 DONE 0.0s [2025-09-16T10:15:09.811Z] [2025-09-16T10:15:09.811Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:09.811Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:09.811Z] #5 DONE 0.0s [2025-09-16T10:15:09.811Z] [2025-09-16T10:15:09.811Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:09.811Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:09.811Z] #6 DONE 0.1s [2025-09-16T10:15:09.811Z] [2025-09-16T10:15:09.811Z] #7 exporting to image [2025-09-16T10:15:09.811Z] #7 exporting layers done [2025-09-16T10:15:09.811Z] #7 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done [2025-09-16T10:15:09.811Z] #7 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done [2025-09-16T10:15:09.811Z] #7 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done [2025-09-16T10:15:09.811Z] #7 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done [2025-09-16T10:15:09.811Z] #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 [2025-09-16T10:15:09.811Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:09.811Z] #7 ... [2025-09-16T10:15:09.811Z] [2025-09-16T10:15:09.811Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:09.811Z] #8 DONE 0.0s [2025-09-16T10:15:09.811Z] [2025-09-16T10:15:09.811Z] #7 exporting to image [2025-09-16T10:15:09.811Z] #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done [2025-09-16T10:15:09.811Z] #7 pushing layers 0.1s done [2025-09-16T10:15:09.811Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 [2025-09-16T10:15:10.070Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done [2025-09-16T10:15:10.070Z] #7 DONE 0.2s [2025-09-16T10:15:10.070Z] [2025-09-16T10:15:10.070Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:10.071Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:10.364Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-09-16T10:15:10.364Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-09-16T10:15:10.364Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:10.364Z] #1 transferring dockerfile: 162B done [2025-09-16T10:15:10.364Z] #1 DONE 0.0s [2025-09-16T10:15:10.364Z] [2025-09-16T10:15:10.364Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-16T10:15:10.364Z] #2 DONE 0.0s [2025-09-16T10:15:10.364Z] [2025-09-16T10:15:10.364Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-16T10:15:10.364Z] #3 DONE 0.0s [2025-09-16T10:15:10.364Z] [2025-09-16T10:15:10.364Z] #4 [internal] load .dockerignore [2025-09-16T10:15:10.364Z] #4 transferring context: 2B done [2025-09-16T10:15:10.364Z] #4 DONE 0.0s [2025-09-16T10:15:10.364Z] [2025-09-16T10:15:10.364Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:10.364Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:10.364Z] #5 DONE 0.0s [2025-09-16T10:15:10.364Z] [2025-09-16T10:15:10.364Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:10.623Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:10.623Z] #6 CACHED [2025-09-16T10:15:10.623Z] [2025-09-16T10:15:10.623Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:10.623Z] #5 CACHED [2025-09-16T10:15:10.623Z] [2025-09-16T10:15:10.623Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:10.623Z] #7 DONE 0.0s [2025-09-16T10:15:10.623Z] [2025-09-16T10:15:10.623Z] #8 exporting to image [2025-09-16T10:15:10.623Z] #8 exporting layers done [2025-09-16T10:15:10.623Z] #8 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done [2025-09-16T10:15:10.623Z] #8 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done [2025-09-16T10:15:10.623Z] #8 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done [2025-09-16T10:15:10.623Z] #8 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done [2025-09-16T10:15:10.623Z] #8 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done [2025-09-16T10:15:10.623Z] #8 pushing layers 0.0s done [2025-09-16T10:15:10.623Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 [2025-09-16T10:15:10.623Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:10.623Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done [2025-09-16T10:15:10.623Z] #8 DONE 0.1s [2025-09-16T10:15:10.623Z] [2025-09-16T10:15:10.623Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:10.623Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:10.913Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61' [2025-09-16T10:15:10.913Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 --push - [2025-09-16T10:15:10.913Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:10.913Z] #1 transferring dockerfile: 168B done [2025-09-16T10:15:10.913Z] #1 DONE 0.0s [2025-09-16T10:15:10.913Z] [2025-09-16T10:15:10.913Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 [2025-09-16T10:15:10.913Z] #2 DONE 0.0s [2025-09-16T10:15:10.913Z] [2025-09-16T10:15:10.913Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 [2025-09-16T10:15:10.913Z] #3 DONE 0.0s [2025-09-16T10:15:10.913Z] [2025-09-16T10:15:10.913Z] #4 [internal] load .dockerignore [2025-09-16T10:15:10.913Z] #4 transferring context: 2B done [2025-09-16T10:15:10.913Z] #4 DONE 0.0s [2025-09-16T10:15:10.913Z] [2025-09-16T10:15:10.913Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:10.913Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:10.913Z] #5 CACHED [2025-09-16T10:15:10.913Z] [2025-09-16T10:15:10.913Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:11.171Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:11.171Z] #6 CACHED [2025-09-16T10:15:11.171Z] [2025-09-16T10:15:11.171Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:11.171Z] #7 DONE 0.0s [2025-09-16T10:15:11.171Z] [2025-09-16T10:15:11.171Z] #8 exporting to image [2025-09-16T10:15:11.171Z] #8 exporting layers done [2025-09-16T10:15:11.171Z] #8 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done [2025-09-16T10:15:11.171Z] #8 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done [2025-09-16T10:15:11.171Z] #8 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done [2025-09-16T10:15:11.171Z] #8 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done [2025-09-16T10:15:11.171Z] #8 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done [2025-09-16T10:15:11.171Z] #8 pushing layers 0.0s done [2025-09-16T10:15:11.171Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done [2025-09-16T10:15:11.171Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:11.171Z] #8 DONE 0.1s [2025-09-16T10:15:11.171Z] [2025-09-16T10:15:11.171Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:11.171Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:11.459Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:11.459Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:11.459Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:11.459Z] #1 transferring dockerfile: 209B done [2025-09-16T10:15:11.459Z] #1 DONE 0.0s [2025-09-16T10:15:11.459Z] [2025-09-16T10:15:11.459Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:11.459Z] #2 DONE 0.0s [2025-09-16T10:15:11.459Z] [2025-09-16T10:15:11.459Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:11.459Z] #3 DONE 0.0s [2025-09-16T10:15:11.459Z] [2025-09-16T10:15:11.459Z] #4 [internal] load .dockerignore [2025-09-16T10:15:11.459Z] #4 transferring context: 2B done [2025-09-16T10:15:11.459Z] #4 DONE 0.0s [2025-09-16T10:15:11.459Z] [2025-09-16T10:15:11.459Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:11.459Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:11.459Z] #5 CACHED [2025-09-16T10:15:11.459Z] [2025-09-16T10:15:11.459Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:11.459Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:11.459Z] #6 CACHED [2025-09-16T10:15:11.459Z] [2025-09-16T10:15:11.459Z] #7 exporting to image [2025-09-16T10:15:11.459Z] #7 exporting layers done [2025-09-16T10:15:11.459Z] #7 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done [2025-09-16T10:15:11.459Z] #7 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done [2025-09-16T10:15:11.459Z] #7 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done [2025-09-16T10:15:11.459Z] #7 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done [2025-09-16T10:15:11.459Z] #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done [2025-09-16T10:15:11.459Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:11.717Z] #7 pushing layers 0.0s done [2025-09-16T10:15:11.717Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done [2025-09-16T10:15:11.717Z] #7 DONE 0.1s [2025-09-16T10:15:11.717Z] [2025-09-16T10:15:11.717Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:11.717Z] #8 DONE 0.0s [2025-09-16T10:15:11.717Z] [2025-09-16T10:15:11.717Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:11.717Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:12.007Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-09-16T10:15:12.007Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-09-16T10:15:12.266Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:12.266Z] #1 transferring dockerfile: 160B done [2025-09-16T10:15:12.266Z] #1 DONE 0.0s [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-16T10:15:12.266Z] #2 DONE 0.0s [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-16T10:15:12.266Z] #3 DONE 0.0s [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] #4 [internal] load .dockerignore [2025-09-16T10:15:12.266Z] #4 transferring context: 2B done [2025-09-16T10:15:12.266Z] #4 DONE 0.0s [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:12.266Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:12.266Z] #5 CACHED [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 [2025-09-16T10:15:12.266Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done [2025-09-16T10:15:12.266Z] #6 CACHED [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] #7 exporting to image [2025-09-16T10:15:12.266Z] #7 exporting layers [2025-09-16T10:15:12.266Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:12.266Z] #7 exporting layers done [2025-09-16T10:15:12.266Z] #7 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done [2025-09-16T10:15:12.266Z] #7 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done [2025-09-16T10:15:12.266Z] #7 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done [2025-09-16T10:15:12.266Z] #7 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done [2025-09-16T10:15:12.266Z] #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done [2025-09-16T10:15:12.266Z] #7 pushing layers 0.0s done [2025-09-16T10:15:12.266Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done [2025-09-16T10:15:12.266Z] #7 DONE 0.1s [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:12.266Z] #8 DONE 0.0s [2025-09-16T10:15:12.266Z] [2025-09-16T10:15:12.266Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:12.266Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:12.551Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:12.551Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:12.551Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:12.551Z] #1 transferring dockerfile: 198B done [2025-09-16T10:15:12.551Z] #1 DONE 0.0s [2025-09-16T10:15:12.551Z] [2025-09-16T10:15:12.551Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:12.551Z] #2 DONE 0.0s [2025-09-16T10:15:12.551Z] [2025-09-16T10:15:12.551Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:12.551Z] #3 DONE 0.0s [2025-09-16T10:15:12.551Z] [2025-09-16T10:15:12.551Z] #4 [internal] load .dockerignore [2025-09-16T10:15:12.551Z] #4 transferring context: 2B done [2025-09-16T10:15:12.551Z] #4 DONE 0.0s [2025-09-16T10:15:12.813Z] [2025-09-16T10:15:12.813Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:12.813Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 done [2025-09-16T10:15:12.813Z] #5 DONE 0.0s [2025-09-16T10:15:12.813Z] [2025-09-16T10:15:12.813Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:12.813Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:12.813Z] #6 DONE 0.1s [2025-09-16T10:15:12.813Z] [2025-09-16T10:15:12.813Z] #7 exporting to image [2025-09-16T10:15:12.813Z] #7 exporting layers done [2025-09-16T10:15:12.813Z] #7 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done [2025-09-16T10:15:12.813Z] #7 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done [2025-09-16T10:15:12.813Z] #7 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done [2025-09-16T10:15:12.813Z] #7 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done [2025-09-16T10:15:12.813Z] #7 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 [2025-09-16T10:15:12.813Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:12.813Z] #7 ... [2025-09-16T10:15:12.813Z] [2025-09-16T10:15:12.813Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:12.813Z] #8 DONE 0.0s [2025-09-16T10:15:12.813Z] [2025-09-16T10:15:12.813Z] #7 exporting to image [2025-09-16T10:15:12.813Z] #7 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done [2025-09-16T10:15:12.813Z] #7 pushing layers 0.1s done [2025-09-16T10:15:12.813Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 [2025-09-16T10:15:13.072Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done [2025-09-16T10:15:13.073Z] #7 DONE 0.2s [2025-09-16T10:15:13.073Z] [2025-09-16T10:15:13.073Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:13.073Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:13.367Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-09-16T10:15:13.367Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-09-16T10:15:13.626Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:13.626Z] #1 transferring dockerfile: 164B done [2025-09-16T10:15:13.626Z] #1 DONE 0.0s [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-16T10:15:13.626Z] #2 DONE 0.0s [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-16T10:15:13.626Z] #3 DONE 0.0s [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] #4 [internal] load .dockerignore [2025-09-16T10:15:13.626Z] #4 transferring context: 2B done [2025-09-16T10:15:13.626Z] #4 DONE 0.0s [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:13.626Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:13.626Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:13.626Z] #5 CACHED [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:13.626Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:13.626Z] #6 CACHED [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:13.626Z] #7 DONE 0.0s [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] #8 exporting to image [2025-09-16T10:15:13.626Z] #8 exporting layers done [2025-09-16T10:15:13.626Z] #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done [2025-09-16T10:15:13.626Z] #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done [2025-09-16T10:15:13.626Z] #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done [2025-09-16T10:15:13.626Z] #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done [2025-09-16T10:15:13.626Z] #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done [2025-09-16T10:15:13.626Z] #8 pushing layers 0.0s done [2025-09-16T10:15:13.626Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done [2025-09-16T10:15:13.626Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:13.626Z] #8 DONE 0.1s [2025-09-16T10:15:13.626Z] [2025-09-16T10:15:13.626Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:13.626Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:13.917Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61' [2025-09-16T10:15:13.917Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 --push - [2025-09-16T10:15:13.917Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:13.917Z] #1 transferring dockerfile: 170B done [2025-09-16T10:15:13.917Z] #1 DONE 0.0s [2025-09-16T10:15:13.917Z] [2025-09-16T10:15:13.917Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 [2025-09-16T10:15:13.917Z] #2 DONE 0.0s [2025-09-16T10:15:13.917Z] [2025-09-16T10:15:13.917Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 [2025-09-16T10:15:13.917Z] #3 DONE 0.0s [2025-09-16T10:15:13.917Z] [2025-09-16T10:15:13.917Z] #4 [internal] load .dockerignore [2025-09-16T10:15:13.917Z] #4 transferring context: 2B done [2025-09-16T10:15:13.917Z] #4 DONE 0.0s [2025-09-16T10:15:13.917Z] [2025-09-16T10:15:13.917Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:13.917Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:13.917Z] #5 CACHED [2025-09-16T10:15:13.917Z] [2025-09-16T10:15:13.917Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:13.917Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:13.917Z] #6 DONE 0.0s [2025-09-16T10:15:14.175Z] [2025-09-16T10:15:14.175Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:14.175Z] #6 CACHED [2025-09-16T10:15:14.175Z] [2025-09-16T10:15:14.176Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:14.176Z] #7 DONE 0.0s [2025-09-16T10:15:14.176Z] [2025-09-16T10:15:14.176Z] #8 exporting to image [2025-09-16T10:15:14.176Z] #8 exporting layers done [2025-09-16T10:15:14.176Z] #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done [2025-09-16T10:15:14.176Z] #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done [2025-09-16T10:15:14.176Z] #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done [2025-09-16T10:15:14.176Z] #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done [2025-09-16T10:15:14.176Z] #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done [2025-09-16T10:15:14.176Z] #8 pushing layers 0.0s done [2025-09-16T10:15:14.176Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done [2025-09-16T10:15:14.176Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:14.176Z] #8 DONE 0.1s [2025-09-16T10:15:14.176Z] [2025-09-16T10:15:14.176Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:14.176Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:14.465Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:14.466Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:14.466Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:14.466Z] #1 transferring dockerfile: 211B done [2025-09-16T10:15:14.466Z] #1 DONE 0.0s [2025-09-16T10:15:14.466Z] [2025-09-16T10:15:14.466Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:14.466Z] #2 DONE 0.0s [2025-09-16T10:15:14.466Z] [2025-09-16T10:15:14.466Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:14.466Z] #3 DONE 0.0s [2025-09-16T10:15:14.466Z] [2025-09-16T10:15:14.466Z] #4 [internal] load .dockerignore [2025-09-16T10:15:14.466Z] #4 transferring context: 2B done [2025-09-16T10:15:14.466Z] #4 DONE 0.0s [2025-09-16T10:15:14.466Z] [2025-09-16T10:15:14.466Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:14.466Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:14.466Z] #5 DONE 0.0s [2025-09-16T10:15:14.466Z] [2025-09-16T10:15:14.466Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:14.727Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:14.727Z] #6 CACHED [2025-09-16T10:15:14.727Z] [2025-09-16T10:15:14.727Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:14.727Z] #5 CACHED [2025-09-16T10:15:14.727Z] [2025-09-16T10:15:14.727Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:14.727Z] #7 DONE 0.0s [2025-09-16T10:15:14.727Z] [2025-09-16T10:15:14.727Z] #8 exporting to image [2025-09-16T10:15:14.727Z] #8 exporting layers done [2025-09-16T10:15:14.727Z] #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done [2025-09-16T10:15:14.727Z] #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done [2025-09-16T10:15:14.727Z] #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done [2025-09-16T10:15:14.727Z] #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done [2025-09-16T10:15:14.727Z] #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done [2025-09-16T10:15:14.727Z] #8 pushing layers 0.0s done [2025-09-16T10:15:14.727Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done [2025-09-16T10:15:14.727Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:14.727Z] #8 DONE 0.1s [2025-09-16T10:15:14.727Z] [2025-09-16T10:15:14.727Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:14.727Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:15.016Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-09-16T10:15:15.016Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-09-16T10:15:15.016Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:15.016Z] #1 transferring dockerfile: 162B done [2025-09-16T10:15:15.016Z] #1 DONE 0.0s [2025-09-16T10:15:15.016Z] [2025-09-16T10:15:15.016Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-16T10:15:15.016Z] #2 DONE 0.0s [2025-09-16T10:15:15.016Z] [2025-09-16T10:15:15.016Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-16T10:15:15.016Z] #3 DONE 0.0s [2025-09-16T10:15:15.016Z] [2025-09-16T10:15:15.016Z] #4 [internal] load .dockerignore [2025-09-16T10:15:15.016Z] #4 transferring context: 2B done [2025-09-16T10:15:15.016Z] #4 DONE 0.0s [2025-09-16T10:15:15.016Z] [2025-09-16T10:15:15.016Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:15.016Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:15.016Z] #5 DONE 0.0s [2025-09-16T10:15:15.016Z] [2025-09-16T10:15:15.016Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:15.275Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done [2025-09-16T10:15:15.275Z] #6 CACHED [2025-09-16T10:15:15.275Z] [2025-09-16T10:15:15.275Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 [2025-09-16T10:15:15.275Z] #5 CACHED [2025-09-16T10:15:15.275Z] [2025-09-16T10:15:15.275Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:15.275Z] #7 DONE 0.0s [2025-09-16T10:15:15.275Z] [2025-09-16T10:15:15.275Z] #8 exporting to image [2025-09-16T10:15:15.275Z] #8 exporting layers done [2025-09-16T10:15:15.275Z] #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done [2025-09-16T10:15:15.275Z] #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done [2025-09-16T10:15:15.275Z] #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done [2025-09-16T10:15:15.275Z] #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done [2025-09-16T10:15:15.275Z] #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done [2025-09-16T10:15:15.275Z] #8 pushing layers 0.0s done [2025-09-16T10:15:15.275Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done [2025-09-16T10:15:15.275Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:15.275Z] #8 DONE 0.1s [2025-09-16T10:15:15.275Z] [2025-09-16T10:15:15.275Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:15.275Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:15.566Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:15.566Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:15.566Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:15.566Z] #1 transferring dockerfile: 206B done [2025-09-16T10:15:15.566Z] #1 DONE 0.0s [2025-09-16T10:15:15.566Z] [2025-09-16T10:15:15.566Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:15.566Z] #2 DONE 0.0s [2025-09-16T10:15:15.566Z] [2025-09-16T10:15:15.566Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:15.566Z] #3 DONE 0.1s [2025-09-16T10:15:15.566Z] [2025-09-16T10:15:15.566Z] #4 [internal] load .dockerignore [2025-09-16T10:15:15.566Z] #4 transferring context: 2B done [2025-09-16T10:15:15.566Z] #4 DONE 0.0s [2025-09-16T10:15:15.824Z] [2025-09-16T10:15:15.824Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:15.824Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:15.824Z] #5 ... [2025-09-16T10:15:15.824Z] [2025-09-16T10:15:15.824Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:15.824Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:16.082Z] #6 DONE 0.2s [2025-09-16T10:15:16.082Z] [2025-09-16T10:15:16.082Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:16.082Z] #7 DONE 0.0s [2025-09-16T10:15:16.082Z] [2025-09-16T10:15:16.082Z] #8 exporting to image [2025-09-16T10:15:16.082Z] #8 exporting layers done [2025-09-16T10:15:16.082Z] #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done [2025-09-16T10:15:16.082Z] #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done [2025-09-16T10:15:16.082Z] #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done [2025-09-16T10:15:16.082Z] #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done [2025-09-16T10:15:16.083Z] #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done [2025-09-16T10:15:16.083Z] #8 pushing layers 0.1s done [2025-09-16T10:15:16.083Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec [2025-09-16T10:15:16.083Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:16.342Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done [2025-09-16T10:15:16.342Z] #8 DONE 0.3s [2025-09-16T10:15:16.342Z] [2025-09-16T10:15:16.342Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:16.342Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:16.639Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-09-16T10:15:16.639Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-09-16T10:15:16.898Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:16.898Z] #1 transferring dockerfile: 172B done [2025-09-16T10:15:16.898Z] #1 DONE 0.0s [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-16T10:15:16.898Z] #2 DONE 0.0s [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-16T10:15:16.898Z] #3 DONE 0.0s [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #4 [internal] load .dockerignore [2025-09-16T10:15:16.898Z] #4 transferring context: 2B done [2025-09-16T10:15:16.898Z] #4 DONE 0.0s [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:16.898Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:16.898Z] #5 DONE 0.0s [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:16.898Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:16.898Z] #6 CACHED [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:16.898Z] #5 CACHED [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:16.898Z] #7 DONE 0.0s [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] #8 exporting to image [2025-09-16T10:15:16.898Z] #8 exporting layers done [2025-09-16T10:15:16.898Z] #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done [2025-09-16T10:15:16.898Z] #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done [2025-09-16T10:15:16.898Z] #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done [2025-09-16T10:15:16.898Z] #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done [2025-09-16T10:15:16.898Z] #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done [2025-09-16T10:15:16.898Z] #8 pushing layers 0.0s done [2025-09-16T10:15:16.898Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done [2025-09-16T10:15:16.898Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:16.898Z] #8 DONE 0.1s [2025-09-16T10:15:16.898Z] [2025-09-16T10:15:16.898Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:16.898Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:17.185Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61' [2025-09-16T10:15:17.185Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 --push - [2025-09-16T10:15:17.444Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:17.444Z] #1 transferring dockerfile: 178B done [2025-09-16T10:15:17.444Z] #1 DONE 0.0s [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 [2025-09-16T10:15:17.444Z] #2 DONE 0.0s [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 [2025-09-16T10:15:17.444Z] #3 DONE 0.0s [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] #4 [internal] load .dockerignore [2025-09-16T10:15:17.444Z] #4 transferring context: 2B done [2025-09-16T10:15:17.444Z] #4 DONE 0.0s [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:17.444Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:17.444Z] #5 CACHED [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:17.444Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:17.444Z] #6 CACHED [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:17.444Z] #7 DONE 0.0s [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] #8 exporting to image [2025-09-16T10:15:17.444Z] #8 exporting layers done [2025-09-16T10:15:17.444Z] #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done [2025-09-16T10:15:17.444Z] #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done [2025-09-16T10:15:17.444Z] #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done [2025-09-16T10:15:17.444Z] #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done [2025-09-16T10:15:17.444Z] #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done [2025-09-16T10:15:17.444Z] #8 pushing layers 0.0s done [2025-09-16T10:15:17.444Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done [2025-09-16T10:15:17.444Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:17.444Z] #8 DONE 0.1s [2025-09-16T10:15:17.444Z] [2025-09-16T10:15:17.444Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:17.444Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:17.735Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:17.736Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:17.736Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:17.736Z] #1 transferring dockerfile: 219B done [2025-09-16T10:15:17.736Z] #1 DONE 0.0s [2025-09-16T10:15:17.736Z] [2025-09-16T10:15:17.736Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:17.736Z] #2 DONE 0.0s [2025-09-16T10:15:17.736Z] [2025-09-16T10:15:17.736Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:17.736Z] #3 DONE 0.0s [2025-09-16T10:15:17.736Z] [2025-09-16T10:15:17.736Z] #4 [internal] load .dockerignore [2025-09-16T10:15:17.736Z] #4 transferring context: 2B done [2025-09-16T10:15:17.736Z] #4 DONE 0.0s [2025-09-16T10:15:17.736Z] [2025-09-16T10:15:17.736Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:17.736Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:17.736Z] #5 CACHED [2025-09-16T10:15:17.736Z] [2025-09-16T10:15:17.736Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:17.736Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:17.996Z] #6 CACHED [2025-09-16T10:15:17.996Z] [2025-09-16T10:15:17.996Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:17.996Z] #7 DONE 0.0s [2025-09-16T10:15:17.996Z] [2025-09-16T10:15:17.996Z] #8 exporting to image [2025-09-16T10:15:17.996Z] #8 exporting layers done [2025-09-16T10:15:17.996Z] #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done [2025-09-16T10:15:17.996Z] #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done [2025-09-16T10:15:17.996Z] #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done [2025-09-16T10:15:17.996Z] #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done [2025-09-16T10:15:17.996Z] #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done [2025-09-16T10:15:17.996Z] #8 pushing layers 0.0s done [2025-09-16T10:15:17.996Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done [2025-09-16T10:15:17.996Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:17.996Z] #8 DONE 0.1s [2025-09-16T10:15:17.996Z] [2025-09-16T10:15:17.996Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:17.996Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:18.289Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-09-16T10:15:18.289Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-09-16T10:15:18.289Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:18.289Z] #1 transferring dockerfile: 170B done [2025-09-16T10:15:18.289Z] #1 DONE 0.0s [2025-09-16T10:15:18.289Z] [2025-09-16T10:15:18.289Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-16T10:15:18.289Z] #2 DONE 0.0s [2025-09-16T10:15:18.289Z] [2025-09-16T10:15:18.289Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-16T10:15:18.289Z] #3 DONE 0.0s [2025-09-16T10:15:18.289Z] [2025-09-16T10:15:18.289Z] #4 [internal] load .dockerignore [2025-09-16T10:15:18.289Z] #4 transferring context: 2B done [2025-09-16T10:15:18.289Z] #4 DONE 0.0s [2025-09-16T10:15:18.289Z] [2025-09-16T10:15:18.290Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:18.290Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:18.290Z] #5 CACHED [2025-09-16T10:15:18.290Z] [2025-09-16T10:15:18.290Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 [2025-09-16T10:15:18.290Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done [2025-09-16T10:15:18.290Z] #6 CACHED [2025-09-16T10:15:18.290Z] [2025-09-16T10:15:18.290Z] #7 exporting to image [2025-09-16T10:15:18.290Z] #7 exporting layers [2025-09-16T10:15:18.290Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:18.553Z] #7 exporting layers done [2025-09-16T10:15:18.553Z] #7 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done [2025-09-16T10:15:18.553Z] #7 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done [2025-09-16T10:15:18.553Z] #7 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done [2025-09-16T10:15:18.553Z] #7 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done [2025-09-16T10:15:18.553Z] #7 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done [2025-09-16T10:15:18.553Z] #7 pushing layers 0.0s done [2025-09-16T10:15:18.553Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done [2025-09-16T10:15:18.553Z] #7 DONE 0.1s [2025-09-16T10:15:18.553Z] [2025-09-16T10:15:18.553Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:18.553Z] #8 DONE 0.0s [2025-09-16T10:15:18.553Z] [2025-09-16T10:15:18.553Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:18.553Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:18.839Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:18.839Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:18.839Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:18.839Z] #1 transferring dockerfile: 204B done [2025-09-16T10:15:18.839Z] #1 DONE 0.0s [2025-09-16T10:15:18.839Z] [2025-09-16T10:15:18.839Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:18.839Z] #2 DONE 0.0s [2025-09-16T10:15:18.839Z] [2025-09-16T10:15:18.839Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:18.839Z] #3 DONE 0.0s [2025-09-16T10:15:18.839Z] [2025-09-16T10:15:18.839Z] #4 [internal] load .dockerignore [2025-09-16T10:15:18.839Z] #4 transferring context: 2B done [2025-09-16T10:15:18.839Z] #4 DONE 0.0s [2025-09-16T10:15:18.839Z] [2025-09-16T10:15:18.839Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:18.839Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:18.839Z] #5 DONE 0.0s [2025-09-16T10:15:18.839Z] [2025-09-16T10:15:18.839Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:19.099Z] #6 DONE 0.0s [2025-09-16T10:15:19.099Z] [2025-09-16T10:15:19.099Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:19.099Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:19.099Z] #5 DONE 0.1s [2025-09-16T10:15:19.099Z] [2025-09-16T10:15:19.099Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:19.099Z] #7 DONE 0.0s [2025-09-16T10:15:19.099Z] [2025-09-16T10:15:19.099Z] #8 exporting to image [2025-09-16T10:15:19.099Z] #8 exporting layers done [2025-09-16T10:15:19.099Z] #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done [2025-09-16T10:15:19.099Z] #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done [2025-09-16T10:15:19.099Z] #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done [2025-09-16T10:15:19.099Z] #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done [2025-09-16T10:15:19.099Z] #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done [2025-09-16T10:15:19.099Z] #8 pushing layers 0.1s done [2025-09-16T10:15:19.099Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done [2025-09-16T10:15:19.099Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:19.099Z] #8 DONE 0.2s [2025-09-16T10:15:19.357Z] [2025-09-16T10:15:19.357Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:19.357Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:19.652Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-09-16T10:15:19.652Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-09-16T10:15:19.652Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:19.652Z] #1 transferring dockerfile: 170B done [2025-09-16T10:15:19.652Z] #1 DONE 0.0s [2025-09-16T10:15:19.652Z] [2025-09-16T10:15:19.652Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-16T10:15:19.652Z] #2 DONE 0.0s [2025-09-16T10:15:19.652Z] [2025-09-16T10:15:19.652Z] #3 [internal] load .dockerignore [2025-09-16T10:15:19.652Z] #3 transferring context: 2B done [2025-09-16T10:15:19.652Z] #3 DONE 0.0s [2025-09-16T10:15:19.652Z] [2025-09-16T10:15:19.652Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-16T10:15:19.652Z] #4 DONE 0.0s [2025-09-16T10:15:19.652Z] [2025-09-16T10:15:19.652Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:19.652Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:19.652Z] #5 CACHED [2025-09-16T10:15:19.652Z] [2025-09-16T10:15:19.652Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:19.914Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:19.914Z] #6 CACHED [2025-09-16T10:15:19.914Z] [2025-09-16T10:15:19.914Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:19.914Z] #7 DONE 0.0s [2025-09-16T10:15:19.914Z] [2025-09-16T10:15:19.914Z] #8 exporting to image [2025-09-16T10:15:19.914Z] #8 exporting layers done [2025-09-16T10:15:19.914Z] #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done [2025-09-16T10:15:19.914Z] #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done [2025-09-16T10:15:19.914Z] #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done [2025-09-16T10:15:19.914Z] #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done [2025-09-16T10:15:19.914Z] #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done [2025-09-16T10:15:19.914Z] #8 pushing layers 0.0s done [2025-09-16T10:15:19.914Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done [2025-09-16T10:15:19.914Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:19.914Z] #8 DONE 0.1s [2025-09-16T10:15:19.914Z] [2025-09-16T10:15:19.914Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:19.914Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:20.207Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61' [2025-09-16T10:15:20.207Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 --push - [2025-09-16T10:15:20.467Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:20.467Z] #1 transferring dockerfile: 176B done [2025-09-16T10:15:20.467Z] #1 DONE 0.0s [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 [2025-09-16T10:15:20.467Z] #2 DONE 0.0s [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 [2025-09-16T10:15:20.467Z] #3 DONE 0.0s [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] #4 [internal] load .dockerignore [2025-09-16T10:15:20.467Z] #4 transferring context: 2B done [2025-09-16T10:15:20.467Z] #4 DONE 0.0s [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:20.467Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 done [2025-09-16T10:15:20.467Z] #5 CACHED [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:20.467Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 done [2025-09-16T10:15:20.467Z] #6 CACHED [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] #7 exporting to image [2025-09-16T10:15:20.467Z] #7 exporting layers [2025-09-16T10:15:20.467Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:20.467Z] #7 exporting layers done [2025-09-16T10:15:20.467Z] #7 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done [2025-09-16T10:15:20.467Z] #7 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done [2025-09-16T10:15:20.467Z] #7 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done [2025-09-16T10:15:20.467Z] #7 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done [2025-09-16T10:15:20.467Z] #7 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done [2025-09-16T10:15:20.467Z] #7 pushing layers 0.0s done [2025-09-16T10:15:20.467Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done [2025-09-16T10:15:20.467Z] #7 DONE 0.1s [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:20.467Z] #8 DONE 0.0s [2025-09-16T10:15:20.467Z] [2025-09-16T10:15:20.467Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:20.467Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:20.757Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:20.757Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:20.757Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:20.757Z] #1 transferring dockerfile: 217B done [2025-09-16T10:15:20.757Z] #1 DONE 0.0s [2025-09-16T10:15:20.757Z] [2025-09-16T10:15:20.757Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:20.757Z] #2 DONE 0.0s [2025-09-16T10:15:20.757Z] [2025-09-16T10:15:20.757Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:20.757Z] #3 DONE 0.0s [2025-09-16T10:15:20.757Z] [2025-09-16T10:15:20.757Z] #4 [internal] load .dockerignore [2025-09-16T10:15:20.757Z] #4 transferring context: 2B done [2025-09-16T10:15:20.757Z] #4 DONE 0.0s [2025-09-16T10:15:20.757Z] [2025-09-16T10:15:20.757Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:20.757Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:20.757Z] #5 CACHED [2025-09-16T10:15:20.757Z] [2025-09-16T10:15:20.757Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:21.017Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:21.017Z] #6 CACHED [2025-09-16T10:15:21.017Z] [2025-09-16T10:15:21.017Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:21.017Z] #7 DONE 0.0s [2025-09-16T10:15:21.017Z] [2025-09-16T10:15:21.017Z] #8 exporting to image [2025-09-16T10:15:21.017Z] #8 exporting layers done [2025-09-16T10:15:21.017Z] #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done [2025-09-16T10:15:21.017Z] #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done [2025-09-16T10:15:21.017Z] #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done [2025-09-16T10:15:21.017Z] #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done [2025-09-16T10:15:21.017Z] #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done [2025-09-16T10:15:21.017Z] #8 pushing layers 0.0s done [2025-09-16T10:15:21.017Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done [2025-09-16T10:15:21.017Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:21.017Z] #8 DONE 0.1s [2025-09-16T10:15:21.017Z] [2025-09-16T10:15:21.017Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:21.017Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:21.314Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-09-16T10:15:21.314Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-09-16T10:15:21.314Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:21.314Z] #1 transferring dockerfile: 168B done [2025-09-16T10:15:21.314Z] #1 DONE 0.0s [2025-09-16T10:15:21.314Z] [2025-09-16T10:15:21.314Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-16T10:15:21.314Z] #2 DONE 0.0s [2025-09-16T10:15:21.314Z] [2025-09-16T10:15:21.314Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-16T10:15:21.314Z] #3 DONE 0.0s [2025-09-16T10:15:21.314Z] [2025-09-16T10:15:21.314Z] #4 [internal] load .dockerignore [2025-09-16T10:15:21.314Z] #4 transferring context: 2B done [2025-09-16T10:15:21.314Z] #4 DONE 0.0s [2025-09-16T10:15:21.314Z] [2025-09-16T10:15:21.314Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:21.314Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:21.314Z] #5 DONE 0.0s [2025-09-16T10:15:21.314Z] [2025-09-16T10:15:21.314Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:21.572Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done [2025-09-16T10:15:21.572Z] #6 CACHED [2025-09-16T10:15:21.572Z] [2025-09-16T10:15:21.572Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 [2025-09-16T10:15:21.572Z] #5 CACHED [2025-09-16T10:15:21.572Z] [2025-09-16T10:15:21.572Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:21.572Z] #7 DONE 0.0s [2025-09-16T10:15:21.572Z] [2025-09-16T10:15:21.572Z] #8 exporting to image [2025-09-16T10:15:21.572Z] #8 exporting layers done [2025-09-16T10:15:21.572Z] #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done [2025-09-16T10:15:21.572Z] #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done [2025-09-16T10:15:21.572Z] #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done [2025-09-16T10:15:21.572Z] #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done [2025-09-16T10:15:21.572Z] #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done [2025-09-16T10:15:21.572Z] #8 pushing layers 0.0s done [2025-09-16T10:15:21.572Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done [2025-09-16T10:15:21.572Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:21.572Z] #8 DONE 0.1s [2025-09-16T10:15:21.572Z] [2025-09-16T10:15:21.572Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:21.572Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:21.857Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:21.857Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:22.121Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:22.122Z] #1 transferring dockerfile: 205B done [2025-09-16T10:15:22.122Z] #1 DONE 0.0s [2025-09-16T10:15:22.122Z] [2025-09-16T10:15:22.122Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:22.122Z] #2 DONE 0.0s [2025-09-16T10:15:22.122Z] [2025-09-16T10:15:22.122Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:22.122Z] #3 DONE 0.0s [2025-09-16T10:15:22.122Z] [2025-09-16T10:15:22.122Z] #4 [internal] load .dockerignore [2025-09-16T10:15:22.122Z] #4 transferring context: 2B done [2025-09-16T10:15:22.122Z] #4 DONE 0.0s [2025-09-16T10:15:22.122Z] [2025-09-16T10:15:22.122Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:22.122Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:22.122Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:22.122Z] #5 DONE 0.0s [2025-09-16T10:15:22.122Z] [2025-09-16T10:15:22.122Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:22.122Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:22.122Z] #6 DONE 0.1s [2025-09-16T10:15:22.381Z] [2025-09-16T10:15:22.381Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:22.381Z] #7 DONE 0.0s [2025-09-16T10:15:22.381Z] [2025-09-16T10:15:22.381Z] #8 exporting to image [2025-09-16T10:15:22.381Z] #8 exporting layers done [2025-09-16T10:15:22.381Z] #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done [2025-09-16T10:15:22.381Z] #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done [2025-09-16T10:15:22.381Z] #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done [2025-09-16T10:15:22.381Z] #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done [2025-09-16T10:15:22.381Z] #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done [2025-09-16T10:15:22.381Z] #8 pushing layers 0.1s done [2025-09-16T10:15:22.381Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 [2025-09-16T10:15:22.381Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:22.381Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done [2025-09-16T10:15:22.381Z] #8 DONE 0.2s [2025-09-16T10:15:22.381Z] [2025-09-16T10:15:22.381Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:22.381Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:22.683Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-09-16T10:15:22.683Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-09-16T10:15:22.683Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:22.683Z] #1 transferring dockerfile: 171B done [2025-09-16T10:15:22.683Z] #1 DONE 0.0s [2025-09-16T10:15:22.683Z] [2025-09-16T10:15:22.683Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-16T10:15:22.683Z] #2 DONE 0.0s [2025-09-16T10:15:22.683Z] [2025-09-16T10:15:22.683Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-16T10:15:22.683Z] #3 DONE 0.0s [2025-09-16T10:15:22.683Z] [2025-09-16T10:15:22.683Z] #4 [internal] load .dockerignore [2025-09-16T10:15:22.683Z] #4 transferring context: 2B done [2025-09-16T10:15:22.683Z] #4 DONE 0.0s [2025-09-16T10:15:22.683Z] [2025-09-16T10:15:22.683Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:22.683Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:22.683Z] #5 CACHED [2025-09-16T10:15:22.683Z] [2025-09-16T10:15:22.683Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:22.683Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:22.683Z] #6 CACHED [2025-09-16T10:15:22.683Z] [2025-09-16T10:15:22.683Z] #7 exporting to image [2025-09-16T10:15:22.683Z] #7 exporting layers done [2025-09-16T10:15:22.683Z] #7 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done [2025-09-16T10:15:22.683Z] #7 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done [2025-09-16T10:15:22.683Z] #7 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done [2025-09-16T10:15:22.683Z] #7 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done [2025-09-16T10:15:22.683Z] #7 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done [2025-09-16T10:15:22.683Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:22.943Z] #7 pushing layers 0.0s done [2025-09-16T10:15:22.943Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done [2025-09-16T10:15:22.943Z] #7 DONE 0.1s [2025-09-16T10:15:22.943Z] [2025-09-16T10:15:22.943Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:22.943Z] #8 DONE 0.0s [2025-09-16T10:15:22.943Z] [2025-09-16T10:15:22.943Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:22.943Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:23.235Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61' [2025-09-16T10:15:23.235Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 --push - [2025-09-16T10:15:23.235Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:23.235Z] #1 transferring dockerfile: 177B done [2025-09-16T10:15:23.235Z] #1 DONE 0.0s [2025-09-16T10:15:23.235Z] [2025-09-16T10:15:23.235Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 [2025-09-16T10:15:23.235Z] #2 DONE 0.0s [2025-09-16T10:15:23.235Z] [2025-09-16T10:15:23.235Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 [2025-09-16T10:15:23.235Z] #3 DONE 0.0s [2025-09-16T10:15:23.235Z] [2025-09-16T10:15:23.235Z] #4 [internal] load .dockerignore [2025-09-16T10:15:23.235Z] #4 transferring context: 2B done [2025-09-16T10:15:23.235Z] #4 DONE 0.0s [2025-09-16T10:15:23.235Z] [2025-09-16T10:15:23.235Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:23.235Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:23.235Z] #5 CACHED [2025-09-16T10:15:23.235Z] [2025-09-16T10:15:23.235Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:23.494Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:23.494Z] #6 CACHED [2025-09-16T10:15:23.494Z] [2025-09-16T10:15:23.494Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:23.494Z] #7 DONE 0.0s [2025-09-16T10:15:23.494Z] [2025-09-16T10:15:23.494Z] #8 exporting to image [2025-09-16T10:15:23.494Z] #8 exporting layers done [2025-09-16T10:15:23.494Z] #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done [2025-09-16T10:15:23.494Z] #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done [2025-09-16T10:15:23.494Z] #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done [2025-09-16T10:15:23.494Z] #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done [2025-09-16T10:15:23.494Z] #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done [2025-09-16T10:15:23.494Z] #8 pushing layers 0.0s done [2025-09-16T10:15:23.494Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done [2025-09-16T10:15:23.494Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:23.494Z] #8 DONE 0.1s [2025-09-16T10:15:23.494Z] [2025-09-16T10:15:23.495Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:23.495Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:24.032Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:24.032Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:24.032Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:24.032Z] #1 transferring dockerfile: 218B done [2025-09-16T10:15:24.032Z] #1 DONE 0.0s [2025-09-16T10:15:24.032Z] [2025-09-16T10:15:24.032Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:24.032Z] #2 DONE 0.0s [2025-09-16T10:15:24.032Z] [2025-09-16T10:15:24.032Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:24.032Z] #3 DONE 0.0s [2025-09-16T10:15:24.032Z] [2025-09-16T10:15:24.032Z] #4 [internal] load .dockerignore [2025-09-16T10:15:24.032Z] #4 transferring context: [2025-09-16T10:15:24.309Z] #4 transferring context: 2B done [2025-09-16T10:15:24.309Z] #4 DONE 0.0s [2025-09-16T10:15:24.309Z] [2025-09-16T10:15:24.309Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:24.309Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:24.309Z] #5 CACHED [2025-09-16T10:15:24.309Z] [2025-09-16T10:15:24.309Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:24.309Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:24.309Z] #6 CACHED [2025-09-16T10:15:24.309Z] [2025-09-16T10:15:24.309Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:24.309Z] #7 DONE 0.0s [2025-09-16T10:15:24.309Z] [2025-09-16T10:15:24.309Z] #8 exporting to image [2025-09-16T10:15:24.309Z] #8 exporting layers done [2025-09-16T10:15:24.309Z] #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done [2025-09-16T10:15:24.309Z] #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done [2025-09-16T10:15:24.309Z] #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done [2025-09-16T10:15:24.309Z] #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done [2025-09-16T10:15:24.309Z] #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done [2025-09-16T10:15:24.309Z] #8 pushing layers 0.0s done [2025-09-16T10:15:24.309Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done [2025-09-16T10:15:24.309Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:24.309Z] #8 DONE 0.1s [2025-09-16T10:15:24.309Z] [2025-09-16T10:15:24.309Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:24.309Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:24.598Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-09-16T10:15:24.598Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-09-16T10:15:24.598Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:24.598Z] #1 transferring dockerfile: 169B done [2025-09-16T10:15:24.598Z] #1 DONE 0.0s [2025-09-16T10:15:24.598Z] [2025-09-16T10:15:24.598Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-16T10:15:24.598Z] #2 DONE 0.0s [2025-09-16T10:15:24.598Z] [2025-09-16T10:15:24.598Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-16T10:15:24.598Z] #3 DONE 0.0s [2025-09-16T10:15:24.598Z] [2025-09-16T10:15:24.598Z] #4 [internal] load .dockerignore [2025-09-16T10:15:24.598Z] #4 transferring context: 2B done [2025-09-16T10:15:24.598Z] #4 DONE 0.0s [2025-09-16T10:15:24.598Z] [2025-09-16T10:15:24.598Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:24.598Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:24.598Z] #5 DONE 0.0s [2025-09-16T10:15:24.598Z] [2025-09-16T10:15:24.598Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:24.859Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done [2025-09-16T10:15:24.859Z] #6 CACHED [2025-09-16T10:15:24.859Z] [2025-09-16T10:15:24.859Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 [2025-09-16T10:15:24.859Z] #5 CACHED [2025-09-16T10:15:24.859Z] [2025-09-16T10:15:24.859Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:24.859Z] #7 DONE 0.0s [2025-09-16T10:15:24.859Z] [2025-09-16T10:15:24.859Z] #8 exporting to image [2025-09-16T10:15:24.859Z] #8 exporting layers done [2025-09-16T10:15:24.859Z] #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done [2025-09-16T10:15:24.859Z] #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done [2025-09-16T10:15:24.859Z] #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done [2025-09-16T10:15:24.859Z] #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done [2025-09-16T10:15:24.859Z] #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done [2025-09-16T10:15:24.859Z] #8 pushing layers 0.0s done [2025-09-16T10:15:24.859Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done [2025-09-16T10:15:24.859Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:24.859Z] #8 DONE 0.1s [2025-09-16T10:15:24.859Z] [2025-09-16T10:15:24.859Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:24.859Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:25.153Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:25.153Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:25.153Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:25.153Z] #1 transferring dockerfile: 211B done [2025-09-16T10:15:25.153Z] #1 DONE 0.0s [2025-09-16T10:15:25.153Z] [2025-09-16T10:15:25.153Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:25.153Z] #2 DONE 0.0s [2025-09-16T10:15:25.153Z] [2025-09-16T10:15:25.153Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:25.153Z] #3 DONE 0.1s [2025-09-16T10:15:25.153Z] [2025-09-16T10:15:25.153Z] #4 [internal] load .dockerignore [2025-09-16T10:15:25.153Z] #4 transferring context: 2B done [2025-09-16T10:15:25.153Z] #4 DONE 0.0s [2025-09-16T10:15:25.153Z] [2025-09-16T10:15:25.153Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:25.153Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:25.413Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:25.413Z] #5 DONE 0.0s [2025-09-16T10:15:25.413Z] [2025-09-16T10:15:25.413Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:25.413Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:25.673Z] #6 DONE 0.2s [2025-09-16T10:15:25.673Z] [2025-09-16T10:15:25.673Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:25.673Z] #7 DONE 0.0s [2025-09-16T10:15:25.673Z] [2025-09-16T10:15:25.673Z] #8 exporting to image [2025-09-16T10:15:25.673Z] #8 exporting layers done [2025-09-16T10:15:25.673Z] #8 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f 0.0s done [2025-09-16T10:15:25.673Z] #8 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done [2025-09-16T10:15:25.673Z] #8 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done [2025-09-16T10:15:25.673Z] #8 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done [2025-09-16T10:15:25.673Z] #8 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done [2025-09-16T10:15:25.673Z] #8 pushing layers 0.1s done [2025-09-16T10:15:25.673Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 [2025-09-16T10:15:25.673Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:25.673Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done [2025-09-16T10:15:25.673Z] #8 DONE 0.2s [2025-09-16T10:15:25.673Z] [2025-09-16T10:15:25.673Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:25.673Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:25.961Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-09-16T10:15:25.961Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-09-16T10:15:25.961Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:25.961Z] #1 transferring dockerfile: 177B done [2025-09-16T10:15:25.961Z] #1 DONE 0.0s [2025-09-16T10:15:25.961Z] [2025-09-16T10:15:25.961Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-16T10:15:25.961Z] #2 DONE 0.0s [2025-09-16T10:15:25.961Z] [2025-09-16T10:15:25.961Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-16T10:15:25.961Z] #3 DONE 0.0s [2025-09-16T10:15:25.961Z] [2025-09-16T10:15:25.961Z] #4 [internal] load .dockerignore [2025-09-16T10:15:25.961Z] #4 transferring context: 2B done [2025-09-16T10:15:25.961Z] #4 DONE 0.0s [2025-09-16T10:15:25.961Z] [2025-09-16T10:15:25.961Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:25.961Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:25.961Z] #5 CACHED [2025-09-16T10:15:25.961Z] [2025-09-16T10:15:25.961Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:25.961Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:25.961Z] #6 CACHED [2025-09-16T10:15:25.961Z] [2025-09-16T10:15:25.961Z] #7 exporting to image [2025-09-16T10:15:25.961Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:26.221Z] #7 exporting layers done [2025-09-16T10:15:26.221Z] #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done [2025-09-16T10:15:26.221Z] #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done [2025-09-16T10:15:26.221Z] #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done [2025-09-16T10:15:26.221Z] #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done [2025-09-16T10:15:26.221Z] #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done [2025-09-16T10:15:26.221Z] #7 pushing layers 0.0s done [2025-09-16T10:15:26.221Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done [2025-09-16T10:15:26.221Z] #7 DONE 0.1s [2025-09-16T10:15:26.221Z] [2025-09-16T10:15:26.221Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:26.221Z] #8 DONE 0.0s [2025-09-16T10:15:26.221Z] [2025-09-16T10:15:26.221Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:26.221Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:26.514Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 --push - [2025-09-16T10:15:26.514Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61' [2025-09-16T10:15:26.514Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:26.514Z] #1 transferring dockerfile: 183B done [2025-09-16T10:15:26.514Z] #1 DONE 0.0s [2025-09-16T10:15:26.514Z] [2025-09-16T10:15:26.514Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 [2025-09-16T10:15:26.514Z] #2 DONE 0.0s [2025-09-16T10:15:26.514Z] [2025-09-16T10:15:26.514Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 [2025-09-16T10:15:26.514Z] #3 DONE 0.0s [2025-09-16T10:15:26.514Z] [2025-09-16T10:15:26.514Z] #4 [internal] load .dockerignore [2025-09-16T10:15:26.514Z] #4 transferring context: 2B done [2025-09-16T10:15:26.514Z] #4 DONE 0.0s [2025-09-16T10:15:26.514Z] [2025-09-16T10:15:26.514Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:26.514Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:26.514Z] #5 CACHED [2025-09-16T10:15:26.514Z] [2025-09-16T10:15:26.514Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:26.514Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:26.514Z] #6 CACHED [2025-09-16T10:15:26.514Z] [2025-09-16T10:15:26.514Z] #7 exporting to image [2025-09-16T10:15:26.514Z] #7 exporting layers done [2025-09-16T10:15:26.514Z] #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done [2025-09-16T10:15:26.514Z] #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b [2025-09-16T10:15:26.514Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:26.773Z] #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done [2025-09-16T10:15:26.773Z] #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done [2025-09-16T10:15:26.773Z] #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done [2025-09-16T10:15:26.773Z] #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done [2025-09-16T10:15:26.773Z] #7 pushing layers 0.0s done [2025-09-16T10:15:26.773Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done [2025-09-16T10:15:26.773Z] #7 DONE 0.1s [2025-09-16T10:15:26.773Z] [2025-09-16T10:15:26.773Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:26.773Z] #8 DONE 0.0s [2025-09-16T10:15:26.773Z] [2025-09-16T10:15:26.773Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:26.773Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:27.061Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:27.061Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:27.061Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:27.061Z] #1 transferring dockerfile: 224B done [2025-09-16T10:15:27.061Z] #1 DONE 0.0s [2025-09-16T10:15:27.061Z] [2025-09-16T10:15:27.061Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:27.061Z] #2 DONE 0.0s [2025-09-16T10:15:27.061Z] [2025-09-16T10:15:27.061Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:27.061Z] #3 DONE 0.0s [2025-09-16T10:15:27.061Z] [2025-09-16T10:15:27.061Z] #4 [internal] load .dockerignore [2025-09-16T10:15:27.061Z] #4 transferring context: 2B done [2025-09-16T10:15:27.061Z] #4 DONE 0.0s [2025-09-16T10:15:27.061Z] [2025-09-16T10:15:27.061Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:27.061Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:27.061Z] #5 CACHED [2025-09-16T10:15:27.061Z] [2025-09-16T10:15:27.061Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:27.061Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:27.061Z] #6 CACHED [2025-09-16T10:15:27.061Z] [2025-09-16T10:15:27.061Z] #7 exporting to image [2025-09-16T10:15:27.061Z] #7 exporting layers done [2025-09-16T10:15:27.061Z] #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done [2025-09-16T10:15:27.061Z] #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b [2025-09-16T10:15:27.061Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:27.321Z] #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done [2025-09-16T10:15:27.321Z] #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done [2025-09-16T10:15:27.321Z] #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done [2025-09-16T10:15:27.321Z] #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done [2025-09-16T10:15:27.321Z] #7 pushing layers 0.0s done [2025-09-16T10:15:27.321Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done [2025-09-16T10:15:27.321Z] #7 DONE 0.1s [2025-09-16T10:15:27.321Z] [2025-09-16T10:15:27.321Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:27.321Z] #8 DONE 0.0s [2025-09-16T10:15:27.321Z] [2025-09-16T10:15:27.321Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:27.321Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:27.614Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-09-16T10:15:27.614Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-09-16T10:15:27.614Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:27.614Z] #1 transferring dockerfile: 175B done [2025-09-16T10:15:27.614Z] #1 DONE 0.0s [2025-09-16T10:15:27.614Z] [2025-09-16T10:15:27.614Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-16T10:15:27.614Z] #2 DONE 0.0s [2025-09-16T10:15:27.614Z] [2025-09-16T10:15:27.614Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-16T10:15:27.614Z] #3 DONE 0.0s [2025-09-16T10:15:27.614Z] [2025-09-16T10:15:27.614Z] #4 [internal] load .dockerignore [2025-09-16T10:15:27.614Z] #4 transferring context: 2B done [2025-09-16T10:15:27.614Z] #4 DONE 0.0s [2025-09-16T10:15:27.614Z] [2025-09-16T10:15:27.614Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:27.614Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:27.614Z] #5 CACHED [2025-09-16T10:15:27.614Z] [2025-09-16T10:15:27.614Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db [2025-09-16T10:15:27.614Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done [2025-09-16T10:15:27.614Z] #6 CACHED [2025-09-16T10:15:27.614Z] [2025-09-16T10:15:27.614Z] #7 exporting to image [2025-09-16T10:15:27.614Z] #7 exporting layers done [2025-09-16T10:15:27.614Z] #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done [2025-09-16T10:15:27.614Z] #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done [2025-09-16T10:15:27.614Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:27.877Z] #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done [2025-09-16T10:15:27.877Z] #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done [2025-09-16T10:15:27.877Z] #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done [2025-09-16T10:15:27.877Z] #7 pushing layers 0.0s done [2025-09-16T10:15:27.877Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done [2025-09-16T10:15:27.877Z] #7 DONE 0.1s [2025-09-16T10:15:27.877Z] [2025-09-16T10:15:27.877Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:27.877Z] #8 DONE 0.0s [2025-09-16T10:15:27.877Z] [2025-09-16T10:15:27.877Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:27.877Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:28.163Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:28.163Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:28.163Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:28.163Z] #1 transferring dockerfile: 215B done [2025-09-16T10:15:28.163Z] #1 DONE 0.0s [2025-09-16T10:15:28.163Z] [2025-09-16T10:15:28.163Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:28.163Z] #2 DONE 0.0s [2025-09-16T10:15:28.163Z] [2025-09-16T10:15:28.163Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:28.163Z] #3 DONE 0.0s [2025-09-16T10:15:28.163Z] [2025-09-16T10:15:28.163Z] #4 [internal] load .dockerignore [2025-09-16T10:15:28.163Z] #4 transferring context: 2B done [2025-09-16T10:15:28.163Z] #4 DONE 0.0s [2025-09-16T10:15:28.163Z] [2025-09-16T10:15:28.163Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:28.163Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:28.423Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done [2025-09-16T10:15:28.423Z] #5 DONE 0.0s [2025-09-16T10:15:28.423Z] [2025-09-16T10:15:28.423Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:28.423Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done [2025-09-16T10:15:28.423Z] #6 DONE 0.1s [2025-09-16T10:15:28.423Z] [2025-09-16T10:15:28.423Z] #7 exporting to image [2025-09-16T10:15:28.424Z] #7 exporting layers done [2025-09-16T10:15:28.424Z] #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done [2025-09-16T10:15:28.424Z] #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done [2025-09-16T10:15:28.424Z] #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done [2025-09-16T10:15:28.424Z] #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a [2025-09-16T10:15:28.424Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:28.424Z] #7 ... [2025-09-16T10:15:28.424Z] [2025-09-16T10:15:28.424Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:28.424Z] #8 DONE 0.0s [2025-09-16T10:15:28.424Z] [2025-09-16T10:15:28.424Z] #7 exporting to image [2025-09-16T10:15:28.424Z] #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done [2025-09-16T10:15:28.424Z] #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done [2025-09-16T10:15:28.424Z] #7 pushing layers 0.1s done [2025-09-16T10:15:28.424Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 [2025-09-16T10:15:28.684Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done [2025-09-16T10:15:28.684Z] #7 DONE 0.2s [2025-09-16T10:15:28.684Z] [2025-09-16T10:15:28.684Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:28.684Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:28.976Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-09-16T10:15:28.976Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-09-16T10:15:28.976Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:28.976Z] #1 transferring dockerfile: 181B done [2025-09-16T10:15:28.976Z] #1 DONE 0.0s [2025-09-16T10:15:28.976Z] [2025-09-16T10:15:28.976Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-16T10:15:28.976Z] #2 DONE 0.0s [2025-09-16T10:15:28.976Z] [2025-09-16T10:15:28.976Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-16T10:15:28.976Z] #3 DONE 0.0s [2025-09-16T10:15:28.976Z] [2025-09-16T10:15:28.976Z] #4 [internal] load .dockerignore [2025-09-16T10:15:28.976Z] #4 transferring context: 2B done [2025-09-16T10:15:28.976Z] #4 DONE 0.0s [2025-09-16T10:15:28.976Z] [2025-09-16T10:15:28.976Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:28.976Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done [2025-09-16T10:15:28.976Z] #5 DONE 0.0s [2025-09-16T10:15:28.976Z] [2025-09-16T10:15:28.976Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:29.236Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done [2025-09-16T10:15:29.236Z] #6 CACHED [2025-09-16T10:15:29.236Z] [2025-09-16T10:15:29.236Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:29.236Z] #5 CACHED [2025-09-16T10:15:29.236Z] [2025-09-16T10:15:29.236Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:29.236Z] #7 DONE 0.0s [2025-09-16T10:15:29.236Z] [2025-09-16T10:15:29.236Z] #8 exporting to image [2025-09-16T10:15:29.236Z] #8 exporting layers done [2025-09-16T10:15:29.236Z] #8 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done [2025-09-16T10:15:29.236Z] #8 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done [2025-09-16T10:15:29.236Z] #8 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done [2025-09-16T10:15:29.236Z] #8 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done [2025-09-16T10:15:29.236Z] #8 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done [2025-09-16T10:15:29.236Z] #8 pushing layers 0.0s done [2025-09-16T10:15:29.236Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done [2025-09-16T10:15:29.236Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:29.236Z] #8 DONE 0.1s [2025-09-16T10:15:29.236Z] [2025-09-16T10:15:29.236Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:29.236Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:29.533Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61' [2025-09-16T10:15:29.534Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 --push - [2025-09-16T10:15:29.534Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:29.534Z] #1 transferring dockerfile: 187B done [2025-09-16T10:15:29.534Z] #1 DONE 0.0s [2025-09-16T10:15:29.534Z] [2025-09-16T10:15:29.534Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 [2025-09-16T10:15:29.534Z] #2 DONE 0.0s [2025-09-16T10:15:29.534Z] [2025-09-16T10:15:29.534Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 [2025-09-16T10:15:29.534Z] #3 DONE 0.0s [2025-09-16T10:15:29.534Z] [2025-09-16T10:15:29.534Z] #4 [internal] load .dockerignore [2025-09-16T10:15:29.534Z] #4 transferring context: 2B done [2025-09-16T10:15:29.534Z] #4 DONE 0.0s [2025-09-16T10:15:29.534Z] [2025-09-16T10:15:29.534Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:29.534Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done [2025-09-16T10:15:29.534Z] #5 CACHED [2025-09-16T10:15:29.534Z] [2025-09-16T10:15:29.534Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:29.534Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done [2025-09-16T10:15:29.534Z] #6 CACHED [2025-09-16T10:15:29.534Z] [2025-09-16T10:15:29.534Z] #7 exporting to image [2025-09-16T10:15:29.534Z] #7 exporting layers done [2025-09-16T10:15:29.534Z] #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done [2025-09-16T10:15:29.534Z] #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done [2025-09-16T10:15:29.534Z] #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done [2025-09-16T10:15:29.534Z] #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done [2025-09-16T10:15:29.534Z] #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 [2025-09-16T10:15:29.534Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:29.793Z] #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done [2025-09-16T10:15:29.793Z] #7 pushing layers 0.0s done [2025-09-16T10:15:29.793Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done [2025-09-16T10:15:29.793Z] #7 DONE 0.1s [2025-09-16T10:15:29.793Z] [2025-09-16T10:15:29.793Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:29.793Z] #8 DONE 0.0s [2025-09-16T10:15:29.793Z] [2025-09-16T10:15:29.793Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:29.793Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:30.076Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:30.076Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:30.335Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:30.335Z] #1 transferring dockerfile: 228B done [2025-09-16T10:15:30.335Z] #1 DONE 0.0s [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:30.335Z] #2 DONE 0.0s [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:30.335Z] #3 DONE 0.0s [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] #4 [internal] load .dockerignore [2025-09-16T10:15:30.335Z] #4 transferring context: 2B done [2025-09-16T10:15:30.335Z] #4 DONE 0.0s [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:30.335Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d done [2025-09-16T10:15:30.335Z] #5 CACHED [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:30.335Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d done [2025-09-16T10:15:30.335Z] #6 CACHED [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] #7 exporting to image [2025-09-16T10:15:30.335Z] #7 exporting layers done [2025-09-16T10:15:30.335Z] #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done [2025-09-16T10:15:30.335Z] #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done [2025-09-16T10:15:30.335Z] #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done [2025-09-16T10:15:30.335Z] #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done [2025-09-16T10:15:30.335Z] #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done [2025-09-16T10:15:30.335Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:30.335Z] #7 pushing layers 0.0s done [2025-09-16T10:15:30.335Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done [2025-09-16T10:15:30.335Z] #7 DONE 0.1s [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:30.335Z] #8 DONE 0.0s [2025-09-16T10:15:30.335Z] [2025-09-16T10:15:30.335Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:30.335Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:30.621Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-09-16T10:15:30.621Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-09-16T10:15:30.880Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:30.880Z] #1 transferring dockerfile: 179B done [2025-09-16T10:15:30.880Z] #1 DONE 0.0s [2025-09-16T10:15:30.880Z] [2025-09-16T10:15:30.880Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-16T10:15:30.880Z] #2 DONE 0.0s [2025-09-16T10:15:30.880Z] [2025-09-16T10:15:30.880Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-16T10:15:30.880Z] #3 DONE 0.0s [2025-09-16T10:15:30.880Z] [2025-09-16T10:15:30.880Z] #4 [internal] load .dockerignore [2025-09-16T10:15:30.880Z] #4 transferring context: 2B done [2025-09-16T10:15:30.880Z] #4 DONE 0.0s [2025-09-16T10:15:30.880Z] [2025-09-16T10:15:30.880Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:30.880Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d done [2025-09-16T10:15:30.880Z] #5 CACHED [2025-09-16T10:15:30.880Z] [2025-09-16T10:15:30.880Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d [2025-09-16T10:15:30.880Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done [2025-09-16T10:15:30.880Z] #6 CACHED [2025-09-16T10:15:30.880Z] [2025-09-16T10:15:30.880Z] #7 exporting to image [2025-09-16T10:15:30.880Z] #7 exporting layers done [2025-09-16T10:15:30.880Z] #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done [2025-09-16T10:15:30.880Z] #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 [2025-09-16T10:15:30.880Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:30.880Z] #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done [2025-09-16T10:15:30.880Z] #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done [2025-09-16T10:15:30.880Z] #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done [2025-09-16T10:15:30.880Z] #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done [2025-09-16T10:15:30.880Z] #7 pushing layers 0.0s done [2025-09-16T10:15:30.880Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done [2025-09-16T10:15:30.880Z] #7 DONE 0.1s [2025-09-16T10:15:30.880Z] [2025-09-16T10:15:30.880Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:30.881Z] #8 DONE 0.0s [2025-09-16T10:15:30.881Z] [2025-09-16T10:15:30.881Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:30.881Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:31.169Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:31.169Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:31.169Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:31.169Z] #1 transferring dockerfile: 205B done [2025-09-16T10:15:31.169Z] #1 DONE 0.0s [2025-09-16T10:15:31.169Z] [2025-09-16T10:15:31.169Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:31.169Z] #2 DONE 0.0s [2025-09-16T10:15:31.169Z] [2025-09-16T10:15:31.169Z] #3 [internal] load .dockerignore [2025-09-16T10:15:31.169Z] #3 transferring context: 2B done [2025-09-16T10:15:31.169Z] #3 DONE 0.0s [2025-09-16T10:15:31.169Z] [2025-09-16T10:15:31.169Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:31.169Z] #4 DONE 0.1s [2025-09-16T10:15:31.428Z] [2025-09-16T10:15:31.428Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:31.428Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:31.428Z] #5 DONE 0.0s [2025-09-16T10:15:31.428Z] [2025-09-16T10:15:31.428Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:31.428Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:31.428Z] #6 DONE 0.1s [2025-09-16T10:15:31.428Z] [2025-09-16T10:15:31.428Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:31.428Z] #7 DONE 0.0s [2025-09-16T10:15:31.428Z] [2025-09-16T10:15:31.428Z] #8 exporting to image [2025-09-16T10:15:31.428Z] #8 exporting layers done [2025-09-16T10:15:31.428Z] #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done [2025-09-16T10:15:31.428Z] #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done [2025-09-16T10:15:31.428Z] #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done [2025-09-16T10:15:31.428Z] #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done [2025-09-16T10:15:31.428Z] #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done [2025-09-16T10:15:31.428Z] #8 pushing layers 0.1s done [2025-09-16T10:15:31.428Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff [2025-09-16T10:15:31.428Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:31.688Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done [2025-09-16T10:15:31.688Z] #8 DONE 0.2s [2025-09-16T10:15:31.688Z] [2025-09-16T10:15:31.688Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:31.688Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:31.984Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-09-16T10:15:31.984Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-09-16T10:15:32.243Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:32.243Z] #1 transferring dockerfile: 171B done [2025-09-16T10:15:32.243Z] #1 DONE 0.0s [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-16T10:15:32.243Z] #2 DONE 0.0s [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-16T10:15:32.243Z] #3 DONE 0.0s [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #4 [internal] load .dockerignore [2025-09-16T10:15:32.243Z] #4 transferring context: 2B done [2025-09-16T10:15:32.243Z] #4 DONE 0.0s [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:32.243Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:32.243Z] #5 DONE 0.0s [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:32.243Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:32.243Z] #6 CACHED [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:32.243Z] #5 CACHED [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:32.243Z] #7 DONE 0.0s [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] #8 exporting to image [2025-09-16T10:15:32.243Z] #8 exporting layers done [2025-09-16T10:15:32.243Z] #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done [2025-09-16T10:15:32.243Z] #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done [2025-09-16T10:15:32.243Z] #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done [2025-09-16T10:15:32.243Z] #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done [2025-09-16T10:15:32.243Z] #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done [2025-09-16T10:15:32.243Z] #8 pushing layers 0.0s done [2025-09-16T10:15:32.243Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done [2025-09-16T10:15:32.243Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:32.243Z] #8 DONE 0.1s [2025-09-16T10:15:32.243Z] [2025-09-16T10:15:32.243Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:32.243Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:32.534Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61' [2025-09-16T10:15:32.534Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 --push - [2025-09-16T10:15:32.534Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:32.534Z] #1 transferring dockerfile: 177B done [2025-09-16T10:15:32.534Z] #1 DONE 0.0s [2025-09-16T10:15:32.534Z] [2025-09-16T10:15:32.534Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 [2025-09-16T10:15:32.534Z] #2 DONE 0.0s [2025-09-16T10:15:32.534Z] [2025-09-16T10:15:32.534Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 [2025-09-16T10:15:32.534Z] #3 DONE 0.0s [2025-09-16T10:15:32.534Z] [2025-09-16T10:15:32.534Z] #4 [internal] load .dockerignore [2025-09-16T10:15:32.534Z] #4 transferring context: 2B done [2025-09-16T10:15:32.534Z] #4 DONE 0.0s [2025-09-16T10:15:32.534Z] [2025-09-16T10:15:32.534Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:32.534Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:32.534Z] #5 DONE 0.0s [2025-09-16T10:15:32.534Z] [2025-09-16T10:15:32.534Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:32.793Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:32.793Z] #6 CACHED [2025-09-16T10:15:32.793Z] [2025-09-16T10:15:32.793Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:32.793Z] #5 CACHED [2025-09-16T10:15:32.793Z] [2025-09-16T10:15:32.793Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:32.793Z] #7 DONE 0.0s [2025-09-16T10:15:32.793Z] [2025-09-16T10:15:32.793Z] #8 exporting to image [2025-09-16T10:15:32.793Z] #8 exporting layers done [2025-09-16T10:15:32.793Z] #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done [2025-09-16T10:15:32.793Z] #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done [2025-09-16T10:15:32.793Z] #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done [2025-09-16T10:15:32.793Z] #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done [2025-09-16T10:15:32.793Z] #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done [2025-09-16T10:15:32.793Z] #8 pushing layers 0.0s done [2025-09-16T10:15:32.793Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done [2025-09-16T10:15:32.793Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:32.793Z] #8 DONE 0.1s [2025-09-16T10:15:32.793Z] [2025-09-16T10:15:32.793Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:32.793Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:33.080Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:33.080Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:33.080Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:33.080Z] #1 transferring dockerfile: 218B done [2025-09-16T10:15:33.080Z] #1 DONE 0.0s [2025-09-16T10:15:33.080Z] [2025-09-16T10:15:33.080Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:33.080Z] #2 DONE 0.0s [2025-09-16T10:15:33.080Z] [2025-09-16T10:15:33.080Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:33.080Z] #3 DONE 0.0s [2025-09-16T10:15:33.080Z] [2025-09-16T10:15:33.080Z] #4 [internal] load .dockerignore [2025-09-16T10:15:33.080Z] #4 transferring context: 2B done [2025-09-16T10:15:33.080Z] #4 DONE 0.0s [2025-09-16T10:15:33.080Z] [2025-09-16T10:15:33.080Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:33.080Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:33.080Z] #5 DONE 0.0s [2025-09-16T10:15:33.080Z] [2025-09-16T10:15:33.080Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:33.340Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:33.340Z] #6 CACHED [2025-09-16T10:15:33.340Z] [2025-09-16T10:15:33.340Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:33.340Z] #5 CACHED [2025-09-16T10:15:33.340Z] [2025-09-16T10:15:33.340Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:33.340Z] #7 DONE 0.0s [2025-09-16T10:15:33.340Z] [2025-09-16T10:15:33.340Z] #8 exporting to image [2025-09-16T10:15:33.340Z] #8 exporting layers done [2025-09-16T10:15:33.340Z] #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done [2025-09-16T10:15:33.340Z] #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done [2025-09-16T10:15:33.340Z] #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done [2025-09-16T10:15:33.340Z] #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done [2025-09-16T10:15:33.340Z] #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done [2025-09-16T10:15:33.341Z] #8 pushing layers 0.0s done [2025-09-16T10:15:33.341Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done [2025-09-16T10:15:33.341Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:33.341Z] #8 DONE 0.1s [2025-09-16T10:15:33.341Z] [2025-09-16T10:15:33.341Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:33.341Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:33.631Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-09-16T10:15:33.631Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-09-16T10:15:33.631Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:33.631Z] #1 transferring dockerfile: 169B done [2025-09-16T10:15:33.631Z] #1 DONE 0.0s [2025-09-16T10:15:33.631Z] [2025-09-16T10:15:33.631Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-16T10:15:33.631Z] #2 DONE 0.0s [2025-09-16T10:15:33.631Z] [2025-09-16T10:15:33.631Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-16T10:15:33.631Z] #3 DONE 0.0s [2025-09-16T10:15:33.631Z] [2025-09-16T10:15:33.631Z] #4 [internal] load .dockerignore [2025-09-16T10:15:33.631Z] #4 transferring context: 2B done [2025-09-16T10:15:33.631Z] #4 DONE 0.0s [2025-09-16T10:15:33.631Z] [2025-09-16T10:15:33.631Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:33.631Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:33.631Z] #5 DONE 0.0s [2025-09-16T10:15:33.631Z] [2025-09-16T10:15:33.631Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:33.891Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done [2025-09-16T10:15:33.891Z] #6 CACHED [2025-09-16T10:15:33.891Z] [2025-09-16T10:15:33.891Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 [2025-09-16T10:15:33.891Z] #5 CACHED [2025-09-16T10:15:33.891Z] [2025-09-16T10:15:33.891Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:33.891Z] #7 DONE 0.0s [2025-09-16T10:15:33.891Z] [2025-09-16T10:15:33.891Z] #8 exporting to image [2025-09-16T10:15:33.891Z] #8 exporting layers done [2025-09-16T10:15:33.891Z] #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done [2025-09-16T10:15:33.891Z] #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done [2025-09-16T10:15:33.891Z] #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done [2025-09-16T10:15:33.891Z] #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done [2025-09-16T10:15:33.891Z] #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done [2025-09-16T10:15:33.891Z] #8 pushing layers 0.0s done [2025-09-16T10:15:33.891Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done [2025-09-16T10:15:33.891Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:33.891Z] #8 DONE 0.1s [2025-09-16T10:15:33.891Z] [2025-09-16T10:15:33.891Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:33.891Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:34.184Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:34.184Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:34.444Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:34.444Z] #1 transferring dockerfile: 206B done [2025-09-16T10:15:34.444Z] #1 DONE 0.0s [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:34.444Z] #2 DONE 0.0s [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:34.444Z] #3 DONE 0.0s [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #4 [internal] load .dockerignore [2025-09-16T10:15:34.444Z] #4 transferring context: 2B done [2025-09-16T10:15:34.444Z] #4 DONE 0.0s [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:34.444Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:34.444Z] #5 DONE 0.0s [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:34.444Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:34.444Z] #6 DONE 0.1s [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #7 exporting to image [2025-09-16T10:15:34.444Z] #7 exporting layers done [2025-09-16T10:15:34.444Z] #7 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done [2025-09-16T10:15:34.444Z] #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 [2025-09-16T10:15:34.444Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:34.444Z] #7 ... [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:34.444Z] #8 DONE 0.0s [2025-09-16T10:15:34.444Z] [2025-09-16T10:15:34.444Z] #7 exporting to image [2025-09-16T10:15:34.444Z] #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done [2025-09-16T10:15:34.444Z] #7 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done [2025-09-16T10:15:34.444Z] #7 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done [2025-09-16T10:15:34.444Z] #7 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done [2025-09-16T10:15:34.444Z] #7 pushing layers 0.1s done [2025-09-16T10:15:34.444Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 [2025-09-16T10:15:34.704Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done [2025-09-16T10:15:34.704Z] #7 DONE 0.2s [2025-09-16T10:15:34.704Z] [2025-09-16T10:15:34.704Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:34.704Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:34.999Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-09-16T10:15:34.999Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-09-16T10:15:34.999Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:34.999Z] #1 transferring dockerfile: 172B done [2025-09-16T10:15:34.999Z] #1 DONE 0.0s [2025-09-16T10:15:34.999Z] [2025-09-16T10:15:34.999Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-16T10:15:34.999Z] #2 DONE 0.0s [2025-09-16T10:15:34.999Z] [2025-09-16T10:15:34.999Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-16T10:15:34.999Z] #3 DONE 0.0s [2025-09-16T10:15:34.999Z] [2025-09-16T10:15:34.999Z] #4 [internal] load .dockerignore [2025-09-16T10:15:34.999Z] #4 transferring context: 2B done [2025-09-16T10:15:34.999Z] #4 DONE 0.0s [2025-09-16T10:15:35.258Z] [2025-09-16T10:15:35.258Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:35.258Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f done [2025-09-16T10:15:35.258Z] #5 CACHED [2025-09-16T10:15:35.258Z] [2025-09-16T10:15:35.258Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:35.258Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:35.258Z] #6 CACHED [2025-09-16T10:15:35.258Z] [2025-09-16T10:15:35.258Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:35.258Z] #7 DONE 0.0s [2025-09-16T10:15:35.258Z] [2025-09-16T10:15:35.258Z] #8 exporting to image [2025-09-16T10:15:35.258Z] #8 exporting layers done [2025-09-16T10:15:35.258Z] #8 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done [2025-09-16T10:15:35.258Z] #8 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done [2025-09-16T10:15:35.258Z] #8 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done [2025-09-16T10:15:35.258Z] #8 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done [2025-09-16T10:15:35.258Z] #8 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done [2025-09-16T10:15:35.258Z] #8 pushing layers 0.0s done [2025-09-16T10:15:35.258Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done [2025-09-16T10:15:35.258Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:35.258Z] #8 DONE 0.1s [2025-09-16T10:15:35.258Z] [2025-09-16T10:15:35.258Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:35.258Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:35.547Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61' [2025-09-16T10:15:35.547Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 --push - [2025-09-16T10:15:35.547Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:35.547Z] #1 transferring dockerfile: 178B done [2025-09-16T10:15:35.547Z] #1 DONE 0.0s [2025-09-16T10:15:35.547Z] [2025-09-16T10:15:35.547Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 [2025-09-16T10:15:35.547Z] #2 DONE 0.0s [2025-09-16T10:15:35.547Z] [2025-09-16T10:15:35.547Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 [2025-09-16T10:15:35.547Z] #3 DONE 0.0s [2025-09-16T10:15:35.547Z] [2025-09-16T10:15:35.547Z] #4 [internal] load .dockerignore [2025-09-16T10:15:35.547Z] #4 transferring context: 2B done [2025-09-16T10:15:35.547Z] #4 DONE 0.0s [2025-09-16T10:15:35.547Z] [2025-09-16T10:15:35.547Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:35.547Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:35.547Z] #5 CACHED [2025-09-16T10:15:35.547Z] [2025-09-16T10:15:35.547Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:35.547Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:35.547Z] #6 CACHED [2025-09-16T10:15:35.547Z] [2025-09-16T10:15:35.547Z] #7 exporting to image [2025-09-16T10:15:35.547Z] #7 exporting layers done [2025-09-16T10:15:35.547Z] #7 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done [2025-09-16T10:15:35.547Z] #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done [2025-09-16T10:15:35.547Z] #7 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done [2025-09-16T10:15:35.547Z] #7 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done [2025-09-16T10:15:35.547Z] #7 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done [2025-09-16T10:15:35.547Z] #7 pushing layers [2025-09-16T10:15:35.547Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:35.808Z] #7 pushing layers 0.0s done [2025-09-16T10:15:35.808Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done [2025-09-16T10:15:35.808Z] #7 DONE 0.1s [2025-09-16T10:15:35.808Z] [2025-09-16T10:15:35.808Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:35.808Z] #8 DONE 0.0s [2025-09-16T10:15:35.808Z] [2025-09-16T10:15:35.808Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:35.808Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:36.095Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:36.095Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:36.095Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:36.095Z] #1 DONE 0.0s [2025-09-16T10:15:36.095Z] [2025-09-16T10:15:36.095Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:36.095Z] #1 transferring dockerfile: 219B done [2025-09-16T10:15:36.095Z] #1 DONE 0.0s [2025-09-16T10:15:36.095Z] [2025-09-16T10:15:36.095Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:36.095Z] #2 DONE 0.0s [2025-09-16T10:15:36.095Z] [2025-09-16T10:15:36.095Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:36.095Z] #3 DONE 0.0s [2025-09-16T10:15:36.095Z] [2025-09-16T10:15:36.095Z] #4 [internal] load .dockerignore [2025-09-16T10:15:36.095Z] #4 transferring context: 2B done [2025-09-16T10:15:36.095Z] #4 DONE 0.0s [2025-09-16T10:15:36.095Z] [2025-09-16T10:15:36.095Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:36.095Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:36.095Z] #5 CACHED [2025-09-16T10:15:36.095Z] [2025-09-16T10:15:36.095Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:36.095Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:36.095Z] #6 CACHED [2025-09-16T10:15:36.095Z] [2025-09-16T10:15:36.095Z] #7 exporting to image [2025-09-16T10:15:36.095Z] #7 exporting layers [2025-09-16T10:15:36.095Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:36.355Z] #7 exporting layers done [2025-09-16T10:15:36.355Z] #7 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done [2025-09-16T10:15:36.355Z] #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done [2025-09-16T10:15:36.355Z] #7 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done [2025-09-16T10:15:36.355Z] #7 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done [2025-09-16T10:15:36.355Z] #7 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done [2025-09-16T10:15:36.355Z] #7 pushing layers 0.0s done [2025-09-16T10:15:36.355Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done [2025-09-16T10:15:36.355Z] #7 DONE 0.1s [2025-09-16T10:15:36.355Z] [2025-09-16T10:15:36.355Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:36.355Z] #8 DONE 0.0s [2025-09-16T10:15:36.355Z] [2025-09-16T10:15:36.355Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:36.355Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:36.639Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-09-16T10:15:36.639Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-09-16T10:15:36.639Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:36.639Z] #1 transferring dockerfile: 170B done [2025-09-16T10:15:36.639Z] #1 DONE 0.0s [2025-09-16T10:15:36.639Z] [2025-09-16T10:15:36.639Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-16T10:15:36.639Z] #2 DONE 0.0s [2025-09-16T10:15:36.639Z] [2025-09-16T10:15:36.639Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-16T10:15:36.639Z] #3 DONE 0.0s [2025-09-16T10:15:36.639Z] [2025-09-16T10:15:36.639Z] #4 [internal] load .dockerignore [2025-09-16T10:15:36.639Z] #4 transferring context: 2B done [2025-09-16T10:15:36.639Z] #4 DONE 0.0s [2025-09-16T10:15:36.639Z] [2025-09-16T10:15:36.639Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:36.639Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:36.639Z] #5 DONE 0.0s [2025-09-16T10:15:36.639Z] [2025-09-16T10:15:36.639Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:36.898Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done [2025-09-16T10:15:36.898Z] #6 CACHED [2025-09-16T10:15:36.898Z] [2025-09-16T10:15:36.898Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f [2025-09-16T10:15:36.898Z] #5 CACHED [2025-09-16T10:15:36.898Z] [2025-09-16T10:15:36.898Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:36.898Z] #7 DONE 0.0s [2025-09-16T10:15:36.898Z] [2025-09-16T10:15:36.898Z] #8 exporting to image [2025-09-16T10:15:36.898Z] #8 exporting layers done [2025-09-16T10:15:36.899Z] #8 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done [2025-09-16T10:15:36.899Z] #8 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done [2025-09-16T10:15:36.899Z] #8 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done [2025-09-16T10:15:36.899Z] #8 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done [2025-09-16T10:15:36.899Z] #8 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done [2025-09-16T10:15:36.899Z] #8 pushing layers 0.0s done [2025-09-16T10:15:36.899Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done [2025-09-16T10:15:36.899Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:36.899Z] #8 DONE 0.1s [2025-09-16T10:15:36.899Z] [2025-09-16T10:15:36.899Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:36.899Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:37.183Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:37.183Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:37.445Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:37.445Z] #1 transferring dockerfile: 206B done [2025-09-16T10:15:37.445Z] #1 DONE 0.0s [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:37.445Z] #2 DONE 0.0s [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:37.445Z] #3 DONE 0.1s [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #4 [internal] load .dockerignore [2025-09-16T10:15:37.445Z] #4 transferring context: 2B done [2025-09-16T10:15:37.445Z] #4 DONE 0.0s [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:37.445Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:37.445Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a done [2025-09-16T10:15:37.445Z] #5 DONE 0.0s [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:37.445Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:37.445Z] #6 DONE 0.1s [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #7 exporting to image [2025-09-16T10:15:37.445Z] #7 exporting layers done [2025-09-16T10:15:37.445Z] #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done [2025-09-16T10:15:37.445Z] #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done [2025-09-16T10:15:37.445Z] #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done [2025-09-16T10:15:37.445Z] #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 [2025-09-16T10:15:37.445Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:37.445Z] #7 ... [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:37.445Z] #8 DONE 0.0s [2025-09-16T10:15:37.445Z] [2025-09-16T10:15:37.445Z] #7 exporting to image [2025-09-16T10:15:37.445Z] #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 0.0s done [2025-09-16T10:15:37.445Z] #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done [2025-09-16T10:15:37.445Z] #7 pushing layers 0.1s done [2025-09-16T10:15:37.445Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e [2025-09-16T10:15:37.706Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done [2025-09-16T10:15:37.706Z] #7 DONE 0.2s [2025-09-16T10:15:37.706Z] [2025-09-16T10:15:37.706Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:37.706Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:37.992Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-09-16T10:15:37.993Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-09-16T10:15:38.252Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:38.252Z] #1 transferring dockerfile: 172B done [2025-09-16T10:15:38.252Z] #1 DONE 0.0s [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-16T10:15:38.252Z] #2 DONE 0.0s [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-16T10:15:38.252Z] #3 DONE 0.0s [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] #4 [internal] load .dockerignore [2025-09-16T10:15:38.252Z] #4 transferring context: 2B done [2025-09-16T10:15:38.252Z] #4 DONE 0.0s [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:38.252Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:38.252Z] #5 CACHED [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:38.252Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:38.252Z] #6 CACHED [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] #7 exporting to image [2025-09-16T10:15:38.252Z] #7 exporting layers done [2025-09-16T10:15:38.252Z] #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done [2025-09-16T10:15:38.252Z] #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done [2025-09-16T10:15:38.252Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:38.252Z] #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done [2025-09-16T10:15:38.252Z] #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done [2025-09-16T10:15:38.252Z] #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done [2025-09-16T10:15:38.252Z] #7 pushing layers 0.0s done [2025-09-16T10:15:38.252Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done [2025-09-16T10:15:38.252Z] #7 DONE 0.1s [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:38.252Z] #8 DONE 0.0s [2025-09-16T10:15:38.252Z] [2025-09-16T10:15:38.252Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:38.252Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:38.531Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61' [2025-09-16T10:15:38.531Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 --push - [2025-09-16T10:15:38.531Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:38.531Z] #1 transferring dockerfile: 178B done [2025-09-16T10:15:38.531Z] #1 DONE 0.0s [2025-09-16T10:15:38.531Z] [2025-09-16T10:15:38.531Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 [2025-09-16T10:15:38.531Z] #2 DONE 0.0s [2025-09-16T10:15:38.531Z] [2025-09-16T10:15:38.531Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 [2025-09-16T10:15:38.531Z] #3 DONE 0.0s [2025-09-16T10:15:38.531Z] [2025-09-16T10:15:38.531Z] #4 [internal] load .dockerignore [2025-09-16T10:15:38.531Z] #4 transferring context: 2B done [2025-09-16T10:15:38.531Z] #4 DONE 0.0s [2025-09-16T10:15:38.531Z] [2025-09-16T10:15:38.531Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:38.531Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:38.531Z] #5 DONE 0.0s [2025-09-16T10:15:38.531Z] [2025-09-16T10:15:38.531Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:38.790Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:38.790Z] #6 CACHED [2025-09-16T10:15:38.790Z] [2025-09-16T10:15:38.790Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:38.790Z] #5 CACHED [2025-09-16T10:15:38.790Z] [2025-09-16T10:15:38.790Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:38.790Z] #7 DONE 0.0s [2025-09-16T10:15:38.790Z] [2025-09-16T10:15:38.790Z] #8 exporting to image [2025-09-16T10:15:38.790Z] #8 exporting layers done [2025-09-16T10:15:38.790Z] #8 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done [2025-09-16T10:15:38.790Z] #8 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done [2025-09-16T10:15:38.790Z] #8 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done [2025-09-16T10:15:38.790Z] #8 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done [2025-09-16T10:15:38.790Z] #8 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done [2025-09-16T10:15:38.790Z] #8 pushing layers 0.0s done [2025-09-16T10:15:38.790Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done [2025-09-16T10:15:38.790Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:38.790Z] #8 DONE 0.1s [2025-09-16T10:15:38.790Z] [2025-09-16T10:15:38.790Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:38.790Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:39.080Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:39.080Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:39.080Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:39.080Z] #1 transferring dockerfile: 219B done [2025-09-16T10:15:39.080Z] #1 DONE 0.0s [2025-09-16T10:15:39.080Z] [2025-09-16T10:15:39.080Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:39.080Z] #2 DONE 0.0s [2025-09-16T10:15:39.080Z] [2025-09-16T10:15:39.080Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:39.080Z] #3 DONE 0.0s [2025-09-16T10:15:39.080Z] [2025-09-16T10:15:39.080Z] #4 [internal] load .dockerignore [2025-09-16T10:15:39.080Z] #4 transferring context: 2B done [2025-09-16T10:15:39.080Z] #4 DONE 0.0s [2025-09-16T10:15:39.080Z] [2025-09-16T10:15:39.080Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:39.080Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:39.080Z] #5 CACHED [2025-09-16T10:15:39.080Z] [2025-09-16T10:15:39.080Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:39.080Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:39.080Z] #6 CACHED [2025-09-16T10:15:39.080Z] [2025-09-16T10:15:39.080Z] #7 exporting to image [2025-09-16T10:15:39.080Z] #7 exporting layers done [2025-09-16T10:15:39.080Z] #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done [2025-09-16T10:15:39.080Z] #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done [2025-09-16T10:15:39.080Z] #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done [2025-09-16T10:15:39.080Z] #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 [2025-09-16T10:15:39.080Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:39.339Z] #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done [2025-09-16T10:15:39.339Z] #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done [2025-09-16T10:15:39.339Z] #7 pushing layers 0.0s done [2025-09-16T10:15:39.339Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done [2025-09-16T10:15:39.339Z] #7 DONE 0.1s [2025-09-16T10:15:39.339Z] [2025-09-16T10:15:39.339Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:39.339Z] #8 DONE 0.0s [2025-09-16T10:15:39.339Z] [2025-09-16T10:15:39.339Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:39.339Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:39.627Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-09-16T10:15:39.628Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-09-16T10:15:39.628Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:39.628Z] #1 transferring dockerfile: 170B done [2025-09-16T10:15:39.628Z] #1 DONE 0.0s [2025-09-16T10:15:39.628Z] [2025-09-16T10:15:39.628Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-16T10:15:39.628Z] #2 DONE 0.0s [2025-09-16T10:15:39.628Z] [2025-09-16T10:15:39.628Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-16T10:15:39.628Z] #3 DONE 0.0s [2025-09-16T10:15:39.628Z] [2025-09-16T10:15:39.628Z] #4 [internal] load .dockerignore [2025-09-16T10:15:39.628Z] #4 transferring context: 2B done [2025-09-16T10:15:39.628Z] #4 DONE 0.0s [2025-09-16T10:15:39.628Z] [2025-09-16T10:15:39.628Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:39.628Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:39.628Z] #5 CACHED [2025-09-16T10:15:39.628Z] [2025-09-16T10:15:39.628Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a [2025-09-16T10:15:39.628Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done [2025-09-16T10:15:39.628Z] #6 CACHED [2025-09-16T10:15:39.628Z] [2025-09-16T10:15:39.628Z] #7 exporting to image [2025-09-16T10:15:39.628Z] #7 exporting layers [2025-09-16T10:15:39.628Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:39.886Z] #7 exporting layers done [2025-09-16T10:15:39.886Z] #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done [2025-09-16T10:15:39.886Z] #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done [2025-09-16T10:15:39.886Z] #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done [2025-09-16T10:15:39.886Z] #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done [2025-09-16T10:15:39.886Z] #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done [2025-09-16T10:15:39.886Z] #7 pushing layers 0.0s done [2025-09-16T10:15:39.886Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done [2025-09-16T10:15:39.886Z] #7 DONE 0.1s [2025-09-16T10:15:39.886Z] [2025-09-16T10:15:39.886Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:39.886Z] #8 DONE 0.0s [2025-09-16T10:15:39.886Z] [2025-09-16T10:15:39.886Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:39.886Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:40.172Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:40.172Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:40.431Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:40.431Z] #1 transferring dockerfile: 206B done [2025-09-16T10:15:40.431Z] #1 DONE 0.0s [2025-09-16T10:15:40.431Z] [2025-09-16T10:15:40.431Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:40.431Z] #2 DONE 0.0s [2025-09-16T10:15:40.431Z] [2025-09-16T10:15:40.431Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:40.431Z] #3 DONE 0.0s [2025-09-16T10:15:40.431Z] [2025-09-16T10:15:40.431Z] #4 [internal] load .dockerignore [2025-09-16T10:15:40.431Z] #4 transferring context: 2B done [2025-09-16T10:15:40.431Z] #4 DONE 0.0s [2025-09-16T10:15:40.431Z] [2025-09-16T10:15:40.431Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:40.431Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:40.431Z] #5 DONE 0.0s [2025-09-16T10:15:40.431Z] [2025-09-16T10:15:40.431Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:40.431Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:40.431Z] #6 DONE 0.0s [2025-09-16T10:15:40.431Z] [2025-09-16T10:15:40.431Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:40.431Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:40.431Z] #5 DONE 0.1s [2025-09-16T10:15:40.431Z] [2025-09-16T10:15:40.431Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:40.690Z] #7 DONE 0.0s [2025-09-16T10:15:40.690Z] [2025-09-16T10:15:40.690Z] #8 exporting to image [2025-09-16T10:15:40.690Z] #8 exporting layers done [2025-09-16T10:15:40.690Z] #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done [2025-09-16T10:15:40.690Z] #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done [2025-09-16T10:15:40.690Z] #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done [2025-09-16T10:15:40.690Z] #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done [2025-09-16T10:15:40.690Z] #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done [2025-09-16T10:15:40.690Z] #8 pushing layers 0.1s done [2025-09-16T10:15:40.691Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done [2025-09-16T10:15:40.691Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:40.691Z] #8 DONE 0.2s [2025-09-16T10:15:40.691Z] [2025-09-16T10:15:40.691Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:40.691Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:41.061Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-09-16T10:15:41.061Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-09-16T10:15:41.061Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:41.061Z] #1 transferring dockerfile: 172B done [2025-09-16T10:15:41.061Z] #1 DONE 0.0s [2025-09-16T10:15:41.061Z] [2025-09-16T10:15:41.061Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-16T10:15:41.061Z] #2 DONE 0.0s [2025-09-16T10:15:41.061Z] [2025-09-16T10:15:41.061Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-16T10:15:41.061Z] #3 DONE 0.0s [2025-09-16T10:15:41.061Z] [2025-09-16T10:15:41.061Z] #4 [internal] load .dockerignore [2025-09-16T10:15:41.061Z] #4 transferring context: 2B done [2025-09-16T10:15:41.061Z] #4 DONE 0.0s [2025-09-16T10:15:41.061Z] [2025-09-16T10:15:41.061Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:41.061Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:41.061Z] #5 DONE 0.0s [2025-09-16T10:15:41.061Z] [2025-09-16T10:15:41.061Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:41.320Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:41.320Z] #6 CACHED [2025-09-16T10:15:41.320Z] [2025-09-16T10:15:41.320Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:41.320Z] #5 CACHED [2025-09-16T10:15:41.320Z] [2025-09-16T10:15:41.320Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:41.320Z] #7 DONE 0.0s [2025-09-16T10:15:41.320Z] [2025-09-16T10:15:41.320Z] #8 exporting to image [2025-09-16T10:15:41.320Z] #8 exporting layers done [2025-09-16T10:15:41.320Z] #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done [2025-09-16T10:15:41.320Z] #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done [2025-09-16T10:15:41.320Z] #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done [2025-09-16T10:15:41.320Z] #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done [2025-09-16T10:15:41.320Z] #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done [2025-09-16T10:15:41.320Z] #8 pushing layers 0.0s done [2025-09-16T10:15:41.320Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done [2025-09-16T10:15:41.320Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:41.320Z] #8 DONE 0.1s [2025-09-16T10:15:41.320Z] [2025-09-16T10:15:41.320Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:41.320Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:41.627Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 --push - [2025-09-16T10:15:41.627Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61' [2025-09-16T10:15:41.886Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:41.886Z] #1 transferring dockerfile: 178B done [2025-09-16T10:15:41.886Z] #1 DONE 0.0s [2025-09-16T10:15:41.886Z] [2025-09-16T10:15:41.886Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 [2025-09-16T10:15:41.886Z] #2 DONE 0.0s [2025-09-16T10:15:41.886Z] [2025-09-16T10:15:41.886Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 [2025-09-16T10:15:41.886Z] #3 DONE 0.0s [2025-09-16T10:15:41.886Z] [2025-09-16T10:15:41.886Z] #4 [internal] load .dockerignore [2025-09-16T10:15:41.886Z] #4 transferring context: 2B 0.0s done [2025-09-16T10:15:41.886Z] #4 DONE 0.0s [2025-09-16T10:15:41.886Z] [2025-09-16T10:15:41.886Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:41.886Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:41.886Z] #5 DONE 0.0s [2025-09-16T10:15:41.886Z] [2025-09-16T10:15:41.886Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:41.886Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:41.886Z] #6 CACHED [2025-09-16T10:15:41.886Z] [2025-09-16T10:15:41.886Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:41.886Z] #5 CACHED [2025-09-16T10:15:41.886Z] [2025-09-16T10:15:41.886Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:41.887Z] #7 DONE 0.0s [2025-09-16T10:15:41.887Z] [2025-09-16T10:15:41.887Z] #8 exporting to image [2025-09-16T10:15:41.887Z] #8 exporting layers done [2025-09-16T10:15:41.887Z] #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done [2025-09-16T10:15:41.887Z] #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done [2025-09-16T10:15:41.887Z] #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done [2025-09-16T10:15:41.887Z] #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done [2025-09-16T10:15:41.887Z] #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done [2025-09-16T10:15:41.887Z] #8 pushing layers 0.0s done [2025-09-16T10:15:41.887Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done [2025-09-16T10:15:41.887Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:41.887Z] #8 DONE 0.1s [2025-09-16T10:15:41.887Z] [2025-09-16T10:15:41.887Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:41.887Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:42.177Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:42.177Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:42.440Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:42.440Z] #1 transferring dockerfile: 219B done [2025-09-16T10:15:42.440Z] #1 DONE 0.0s [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:42.440Z] #2 DONE 0.0s [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:42.440Z] #3 DONE 0.0s [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] #4 [internal] load .dockerignore [2025-09-16T10:15:42.440Z] #4 transferring context: 2B done [2025-09-16T10:15:42.440Z] #4 DONE 0.0s [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:42.440Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:42.440Z] #5 CACHED [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:42.440Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:42.440Z] #6 CACHED [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] #7 exporting to image [2025-09-16T10:15:42.440Z] #7 exporting layers done [2025-09-16T10:15:42.440Z] #7 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done [2025-09-16T10:15:42.440Z] #7 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done [2025-09-16T10:15:42.440Z] #7 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done [2025-09-16T10:15:42.440Z] #7 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 [2025-09-16T10:15:42.440Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:42.440Z] #7 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done [2025-09-16T10:15:42.440Z] #7 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done [2025-09-16T10:15:42.440Z] #7 pushing layers 0.0s done [2025-09-16T10:15:42.440Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done [2025-09-16T10:15:42.440Z] #7 DONE 0.1s [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:42.440Z] #8 DONE 0.0s [2025-09-16T10:15:42.440Z] [2025-09-16T10:15:42.440Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:42.440Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:42.735Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-09-16T10:15:42.736Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-09-16T10:15:42.736Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:42.736Z] #1 transferring dockerfile: 170B done [2025-09-16T10:15:42.736Z] #1 DONE 0.0s [2025-09-16T10:15:42.736Z] [2025-09-16T10:15:42.736Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-16T10:15:42.736Z] #2 DONE 0.0s [2025-09-16T10:15:42.736Z] [2025-09-16T10:15:42.736Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-16T10:15:42.736Z] #3 DONE 0.0s [2025-09-16T10:15:42.736Z] [2025-09-16T10:15:42.736Z] #4 [internal] load .dockerignore [2025-09-16T10:15:42.736Z] #4 transferring context: 2B done [2025-09-16T10:15:42.736Z] #4 DONE 0.0s [2025-09-16T10:15:42.736Z] [2025-09-16T10:15:42.736Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:42.736Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:42.736Z] #5 CACHED [2025-09-16T10:15:42.736Z] [2025-09-16T10:15:42.736Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d [2025-09-16T10:15:42.736Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done [2025-09-16T10:15:42.998Z] #6 CACHED [2025-09-16T10:15:42.998Z] [2025-09-16T10:15:42.998Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:42.998Z] #7 DONE 0.0s [2025-09-16T10:15:42.998Z] [2025-09-16T10:15:42.998Z] #8 exporting to image [2025-09-16T10:15:42.998Z] #8 exporting layers done [2025-09-16T10:15:42.998Z] #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done [2025-09-16T10:15:42.998Z] #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done [2025-09-16T10:15:42.998Z] #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done [2025-09-16T10:15:42.998Z] #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done [2025-09-16T10:15:42.998Z] #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done [2025-09-16T10:15:42.998Z] #8 pushing layers 0.0s done [2025-09-16T10:15:42.998Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done [2025-09-16T10:15:42.998Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:42.998Z] #8 DONE 0.1s [2025-09-16T10:15:42.998Z] [2025-09-16T10:15:42.998Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:42.998Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:43.282Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1' [2025-09-16T10:15:43.283Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - [2025-09-16T10:15:43.283Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:43.283Z] #1 transferring dockerfile: 202B done [2025-09-16T10:15:43.283Z] #1 DONE 0.0s [2025-09-16T10:15:43.283Z] [2025-09-16T10:15:43.283Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:43.283Z] #2 DONE 0.1s [2025-09-16T10:15:43.283Z] [2025-09-16T10:15:43.283Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:15:43.283Z] #3 DONE 0.1s [2025-09-16T10:15:43.283Z] [2025-09-16T10:15:43.283Z] #4 [internal] load .dockerignore [2025-09-16T10:15:43.283Z] #4 transferring context: [2025-09-16T10:15:43.543Z] #4 transferring context: 2B done [2025-09-16T10:15:43.543Z] #4 DONE 0.0s [2025-09-16T10:15:43.543Z] [2025-09-16T10:15:43.543Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:43.543Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:43.543Z] #5 DONE 0.0s [2025-09-16T10:15:43.543Z] [2025-09-16T10:15:43.543Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:43.543Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:43.543Z] #6 DONE 0.1s [2025-09-16T10:15:43.543Z] [2025-09-16T10:15:43.543Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:43.543Z] #7 DONE 0.0s [2025-09-16T10:15:43.543Z] [2025-09-16T10:15:43.543Z] #8 exporting to image [2025-09-16T10:15:43.543Z] #8 exporting layers done [2025-09-16T10:15:43.543Z] #8 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done [2025-09-16T10:15:43.543Z] #8 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done [2025-09-16T10:15:43.543Z] #8 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done [2025-09-16T10:15:43.543Z] #8 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done [2025-09-16T10:15:43.543Z] #8 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done [2025-09-16T10:15:43.543Z] #8 pushing layers 0.1s done [2025-09-16T10:15:43.543Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e [2025-09-16T10:15:43.543Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:43.802Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done [2025-09-16T10:15:43.802Z] #8 DONE 0.2s [2025-09-16T10:15:43.802Z] [2025-09-16T10:15:43.802Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:43.802Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:44.093Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-09-16T10:15:44.093Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-09-16T10:15:44.093Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:44.093Z] #1 transferring dockerfile: 168B done [2025-09-16T10:15:44.093Z] #1 DONE 0.0s [2025-09-16T10:15:44.093Z] [2025-09-16T10:15:44.093Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-16T10:15:44.093Z] #2 DONE 0.0s [2025-09-16T10:15:44.093Z] [2025-09-16T10:15:44.093Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-16T10:15:44.093Z] #3 DONE 0.0s [2025-09-16T10:15:44.093Z] [2025-09-16T10:15:44.093Z] #4 [internal] load .dockerignore [2025-09-16T10:15:44.093Z] #4 transferring context: 2B done [2025-09-16T10:15:44.093Z] #4 DONE 0.0s [2025-09-16T10:15:44.093Z] [2025-09-16T10:15:44.093Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:44.093Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:44.093Z] #5 CACHED [2025-09-16T10:15:44.093Z] [2025-09-16T10:15:44.093Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:44.093Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:44.093Z] #6 CACHED [2025-09-16T10:15:44.093Z] [2025-09-16T10:15:44.093Z] #7 exporting to image [2025-09-16T10:15:44.093Z] #7 exporting layers [2025-09-16T10:15:44.093Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:44.352Z] #7 exporting layers done [2025-09-16T10:15:44.352Z] #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done [2025-09-16T10:15:44.352Z] #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done [2025-09-16T10:15:44.352Z] #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done [2025-09-16T10:15:44.352Z] #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done [2025-09-16T10:15:44.352Z] #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done [2025-09-16T10:15:44.352Z] #7 pushing layers 0.0s done [2025-09-16T10:15:44.352Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done [2025-09-16T10:15:44.352Z] #7 DONE 0.1s [2025-09-16T10:15:44.352Z] [2025-09-16T10:15:44.352Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:44.352Z] #8 DONE 0.0s [2025-09-16T10:15:44.352Z] [2025-09-16T10:15:44.352Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:44.352Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:44.636Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61' [2025-09-16T10:15:44.636Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 --push - [2025-09-16T10:15:44.637Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:44.637Z] #1 transferring dockerfile: 174B done [2025-09-16T10:15:44.637Z] #1 DONE 0.0s [2025-09-16T10:15:44.637Z] [2025-09-16T10:15:44.637Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 [2025-09-16T10:15:44.637Z] #2 DONE 0.0s [2025-09-16T10:15:44.637Z] [2025-09-16T10:15:44.637Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 [2025-09-16T10:15:44.637Z] #3 DONE 0.0s [2025-09-16T10:15:44.637Z] [2025-09-16T10:15:44.637Z] #4 [internal] load .dockerignore [2025-09-16T10:15:44.637Z] #4 transferring context: 2B done [2025-09-16T10:15:44.637Z] #4 DONE 0.0s [2025-09-16T10:15:44.637Z] [2025-09-16T10:15:44.637Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:44.637Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:44.637Z] #5 CACHED [2025-09-16T10:15:44.637Z] [2025-09-16T10:15:44.637Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:44.637Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:44.637Z] #6 CACHED [2025-09-16T10:15:44.637Z] [2025-09-16T10:15:44.637Z] #7 exporting to image [2025-09-16T10:15:44.637Z] #7 exporting layers [2025-09-16T10:15:44.637Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:44.895Z] #7 exporting layers done [2025-09-16T10:15:44.895Z] #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done [2025-09-16T10:15:44.895Z] #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done [2025-09-16T10:15:44.895Z] #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done [2025-09-16T10:15:44.895Z] #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done [2025-09-16T10:15:44.895Z] #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done [2025-09-16T10:15:44.895Z] #7 pushing layers 0.0s done [2025-09-16T10:15:44.895Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done [2025-09-16T10:15:44.895Z] #7 DONE 0.1s [2025-09-16T10:15:44.895Z] [2025-09-16T10:15:44.895Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:44.895Z] #8 DONE 0.0s [2025-09-16T10:15:44.895Z] [2025-09-16T10:15:44.895Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:44.895Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:45.180Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - [2025-09-16T10:15:45.181Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' [2025-09-16T10:15:45.181Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:45.181Z] #1 transferring dockerfile: 215B done [2025-09-16T10:15:45.181Z] #1 DONE 0.0s [2025-09-16T10:15:45.181Z] [2025-09-16T10:15:45.181Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:45.181Z] #2 DONE 0.0s [2025-09-16T10:15:45.181Z] [2025-09-16T10:15:45.181Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:15:45.181Z] #3 DONE 0.0s [2025-09-16T10:15:45.181Z] [2025-09-16T10:15:45.181Z] #4 [internal] load .dockerignore [2025-09-16T10:15:45.181Z] #4 transferring context: 2B done [2025-09-16T10:15:45.181Z] #4 DONE 0.0s [2025-09-16T10:15:45.181Z] [2025-09-16T10:15:45.181Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:45.181Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a done [2025-09-16T10:15:45.181Z] #5 CACHED [2025-09-16T10:15:45.181Z] [2025-09-16T10:15:45.181Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:45.181Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a done [2025-09-16T10:15:45.181Z] #6 CACHED [2025-09-16T10:15:45.181Z] [2025-09-16T10:15:45.181Z] #7 exporting to image [2025-09-16T10:15:45.181Z] #7 exporting layers done [2025-09-16T10:15:45.181Z] #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done [2025-09-16T10:15:45.181Z] #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done [2025-09-16T10:15:45.181Z] #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done [2025-09-16T10:15:45.181Z] #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done [2025-09-16T10:15:45.181Z] #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done [2025-09-16T10:15:45.181Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:45.443Z] #7 pushing layers 0.0s done [2025-09-16T10:15:45.443Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done [2025-09-16T10:15:45.443Z] #7 DONE 0.1s [2025-09-16T10:15:45.443Z] [2025-09-16T10:15:45.443Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:45.443Z] #8 DONE 0.0s [2025-09-16T10:15:45.443Z] [2025-09-16T10:15:45.443Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:45.443Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-16T10:15:45.739Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-09-16T10:15:45.740Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-09-16T10:15:45.740Z] #1 [internal] load build definition from Dockerfile [2025-09-16T10:15:45.740Z] #1 transferring dockerfile: 166B done [2025-09-16T10:15:45.740Z] #1 DONE 0.0s [2025-09-16T10:15:45.740Z] [2025-09-16T10:15:45.740Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-16T10:15:45.740Z] #2 DONE 0.0s [2025-09-16T10:15:45.740Z] [2025-09-16T10:15:45.740Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-16T10:15:45.740Z] #3 DONE 0.0s [2025-09-16T10:15:45.740Z] [2025-09-16T10:15:45.740Z] #4 [internal] load .dockerignore [2025-09-16T10:15:45.740Z] #4 transferring context: 2B done [2025-09-16T10:15:45.740Z] #4 DONE 0.0s [2025-09-16T10:15:45.740Z] [2025-09-16T10:15:45.740Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:45.740Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:45.740Z] #5 CACHED [2025-09-16T10:15:45.740Z] [2025-09-16T10:15:45.740Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a [2025-09-16T10:15:45.740Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done [2025-09-16T10:15:45.740Z] #6 CACHED [2025-09-16T10:15:45.740Z] [2025-09-16T10:15:45.740Z] #7 exporting to image [2025-09-16T10:15:45.740Z] #7 exporting layers [2025-09-16T10:15:45.740Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-16T10:15:45.999Z] #7 exporting layers done [2025-09-16T10:15:45.999Z] #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done [2025-09-16T10:15:45.999Z] #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done [2025-09-16T10:15:45.999Z] #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done [2025-09-16T10:15:45.999Z] #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done [2025-09-16T10:15:45.999Z] #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done [2025-09-16T10:15:45.999Z] #7 pushing layers 0.0s done [2025-09-16T10:15:46.000Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done [2025-09-16T10:15:46.000Z] #7 DONE 0.1s [2025-09-16T10:15:46.000Z] [2025-09-16T10:15:46.000Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-16T10:15:46.000Z] #8 DONE 0.0s [2025-09-16T10:15:46.000Z] [2025-09-16T10:15:46.000Z] 1 warning found (use --debug to expand): [2025-09-16T10:15:46.000Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-09-16T10:15:46.433Z] + '[' -d /w/workspace/edgex-go/905/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:15:46.721Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:15:47.274Z] ---> package-listing.sh [2025-09-16T10:15:47.274Z] ++ facter osfamily [2025-09-16T10:15:47.274Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-16T10:15:47.536Z] + OS_FAMILY=redhat [2025-09-16T10:15:47.536Z] + workspace=/w/workspace/edgex-go/905 [2025-09-16T10:15:47.536Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-16T10:15:47.536Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-16T10:15:47.536Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-16T10:15:47.536Z] + PACKAGES=/tmp/packages_start.txt [2025-09-16T10:15:47.536Z] + '[' /w/workspace/edgex-go/905 ']' [2025-09-16T10:15:47.536Z] + PACKAGES=/tmp/packages_end.txt [2025-09-16T10:15:47.536Z] + case "${OS_FAMILY}" in [2025-09-16T10:15:47.536Z] + sort [2025-09-16T10:15:47.536Z] + rpm -qa [2025-09-16T10:15:48.111Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-16T10:15:48.111Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-16T10:15:48.111Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-16T10:15:48.111Z] + '[' /w/workspace/edgex-go/905 ']' [2025-09-16T10:15:48.111Z] + mkdir -p /w/workspace/edgex-go/905/archives/ [2025-09-16T10:15:48.111Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/905/archives/ [Pipeline] echo [2025-09-16T10:15:48.123Z] 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/905/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-09-16T10:15:48.405Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:15:48.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-16T10:15:48.965Z] [2025-09-16T10:15:48.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:15:49.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-16T10:15:49.268Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-16T10:15:49.268Z] 5eb5b503b376: Pulling fs layer [2025-09-16T10:15:49.268Z] 5c69ac0246d0: Pulling fs layer [2025-09-16T10:15:49.268Z] ec43610c2a17: Pulling fs layer [2025-09-16T10:15:49.268Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-16T10:15:49.268Z] 33b1e0a273af: Pulling fs layer [2025-09-16T10:15:49.268Z] 5d3b04190fa2: Pulling fs layer [2025-09-16T10:15:49.268Z] 2f39f015ded8: Pulling fs layer [2025-09-16T10:15:49.268Z] 3a2ae6a8a46f: Waiting [2025-09-16T10:15:49.268Z] 33b1e0a273af: Waiting [2025-09-16T10:15:49.268Z] 5d3b04190fa2: Waiting [2025-09-16T10:15:49.268Z] 2f39f015ded8: Waiting [2025-09-16T10:15:49.268Z] 5c69ac0246d0: Verifying Checksum [2025-09-16T10:15:49.268Z] 5c69ac0246d0: Download complete [2025-09-16T10:15:49.268Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-16T10:15:49.268Z] 3a2ae6a8a46f: Download complete [2025-09-16T10:15:49.268Z] 33b1e0a273af: Verifying Checksum [2025-09-16T10:15:49.268Z] 33b1e0a273af: Download complete [2025-09-16T10:15:49.268Z] ec43610c2a17: Verifying Checksum [2025-09-16T10:15:49.268Z] ec43610c2a17: Download complete [2025-09-16T10:15:49.268Z] 5d3b04190fa2: Verifying Checksum [2025-09-16T10:15:49.268Z] 5d3b04190fa2: Download complete [2025-09-16T10:15:49.529Z] 5eb5b503b376: Verifying Checksum [2025-09-16T10:15:49.529Z] 5eb5b503b376: Download complete [2025-09-16T10:15:50.106Z] 2f39f015ded8: Verifying Checksum [2025-09-16T10:15:50.106Z] 2f39f015ded8: Download complete [2025-09-16T10:15:51.044Z] 5eb5b503b376: Pull complete [2025-09-16T10:15:51.044Z] 5c69ac0246d0: Pull complete [2025-09-16T10:15:51.303Z] ec43610c2a17: Pull complete [2025-09-16T10:15:51.303Z] 3a2ae6a8a46f: Pull complete [2025-09-16T10:15:51.564Z] 33b1e0a273af: Pull complete [2025-09-16T10:15:51.564Z] 5d3b04190fa2: Pull complete [2025-09-16T10:15:55.786Z] 2f39f015ded8: Pull complete [2025-09-16T10:15:55.786Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-16T10:15:55.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-16T10:15:55.786Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:15:55.925Z] prd-centos7-docker-4c-2g-8919 does not seem to be running inside a container [2025-09-16T10:15:55.955Z] $ 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/905/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 [2025-09-16T10:15:59.178Z] $ docker top 118e6a38a32f019ef248a4b341d4a1b9ea0d146a32b383972f6771afb03635ea -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-16T10:15:59.537Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-16T10:15:59.826Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-16T10:16:00.117Z] + ls /var/log/sa-host [2025-09-16T10:16:00.117Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-16T10:16:00.312Z] provisioning config files... [2025-09-16T10:16:00.325Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1302018859404515246tmp [Pipeline] { [Pipeline] echo [2025-09-16T10:16:00.350Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:16:00.634Z] ---> create-netrc.sh [Pipeline] } [2025-09-16T10:16:00.641Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:16:01.003Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-16T10:16:01.014Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:16:01.299Z] ---> sudo-logs.sh [2025-09-16T10:16:01.299Z] Archiving 'sudo' log.. [2025-09-16T10:16:01.299Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:16:01.334Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-09-16T10:16:01.338Z] $ docker stop --time=1 118e6a38a32f019ef248a4b341d4a1b9ea0d146a32b383972f6771afb03635ea [2025-09-16T10:16:02.482Z] $ docker rm -f --volumes 118e6a38a32f019ef248a4b341d4a1b9ea0d146a32b383972f6771afb03635ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-09-16T10:16:02.597Z] [WS-CLEANUP] Deleting project workspace... [2025-09-16T10:16:02.597Z] [WS-CLEANUP] Deferred wipeout is used... [2025-09-16T10:16:02.615Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-09-16T10:28:07.706Z] #144 ... [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-16T10:28:07.706Z] #149 DONE 1074.5s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-16T10:28:07.706Z] #154 ... [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:28:07.706Z] #155 DONE 0.2s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:28:07.706Z] #156 DONE 0.1s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-09-16T10:28:07.706Z] #157 DONE 0.3s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:28:07.706Z] #148 ... [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #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 [2025-09-16T10:28:07.706Z] #158 DONE 0.1s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-09-16T10:28:07.706Z] #159 DONE 0.1s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-16T10:28:07.706Z] #153 ... [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:28:07.706Z] #160 DONE 2.3s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-16T10:28:07.706Z] #151 ... [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #108 [core-common-config-bootstrapper] exporting to image [2025-09-16T10:28:07.706Z] #108 exporting layers [2025-09-16T10:28:07.706Z] #108 exporting layers 0.7s done [2025-09-16T10:28:07.706Z] #108 writing image sha256:991bd6c83969c0d2ecab95f114e6114387c6b7ed9332fca1092a8b684328cb14 done [2025-09-16T10:28:07.706Z] #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-09-16T10:28:07.706Z] #108 DONE 7.9s [2025-09-16T10:28:07.706Z] [2025-09-16T10:28:07.706Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-16T10:28:17.774Z] #153 ... [2025-09-16T10:28:17.774Z] [2025-09-16T10:28:17.774Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-16T10:28:17.774Z] #151 DONE 1092.9s [2025-09-16T10:28:17.774Z] [2025-09-16T10:28:17.774Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-09-16T10:28:17.774Z] #161 DONE 0.4s [2025-09-16T10:28:17.774Z] [2025-09-16T10:28:17.774Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-09-16T10:28:19.720Z] #162 DONE 2.1s [2025-09-16T10:28:19.720Z] [2025-09-16T10:28:19.720Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:28:19.720Z] #163 DONE 0.2s [2025-09-16T10:28:19.720Z] [2025-09-16T10:28:19.720Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:28:20.302Z] #164 DONE 0.3s [2025-09-16T10:28:20.302Z] [2025-09-16T10:28:20.302Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-09-16T10:28:20.302Z] #165 DONE 0.2s [2025-09-16T10:28:20.302Z] [2025-09-16T10:28:20.302Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-09-16T10:28:20.302Z] #166 DONE 0.1s [2025-09-16T10:28:20.302Z] [2025-09-16T10:28:20.302Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:28:20.571Z] #150 ... [2025-09-16T10:28:20.571Z] [2025-09-16T10:28:20.571Z] #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/ [2025-09-16T10:28:20.571Z] #167 DONE 0.1s [2025-09-16T10:28:20.858Z] [2025-09-16T10:28:20.858Z] #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/ [2025-09-16T10:28:20.858Z] #168 DONE 0.1s [2025-09-16T10:28:20.858Z] [2025-09-16T10:28:20.858Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:28:20.858Z] #135 ... [2025-09-16T10:28:20.858Z] [2025-09-16T10:28:20.858Z] #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/ [2025-09-16T10:28:20.858Z] #169 DONE 0.1s [2025-09-16T10:28:20.858Z] [2025-09-16T10:28:20.858Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-09-16T10:28:20.858Z] #170 DONE 0.1s [2025-09-16T10:28:20.858Z] [2025-09-16T10:28:20.858Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:28:21.126Z] #144 ... [2025-09-16T10:28:21.126Z] [2025-09-16T10:28:21.126Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-09-16T10:28:23.071Z] #171 DONE 1.8s [2025-09-16T10:28:23.071Z] [2025-09-16T10:28:23.071Z] #108 [security-bootstrapper] exporting to image [2025-09-16T10:28:23.071Z] #108 exporting layers [2025-09-16T10:28:23.655Z] #108 exporting layers 0.8s done [2025-09-16T10:28:23.922Z] #108 writing image sha256:cbc4bb45d24dc281979483ee3a5108105c9428bf8b77fc387059c39e1bd9bd89 done [2025-09-16T10:28:23.923Z] #108 naming to docker.io/library/security-bootstrapper-arm64 done [2025-09-16T10:28:23.923Z] #108 DONE 8.7s [2025-09-16T10:28:23.923Z] [2025-09-16T10:28:23.923Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:43:31.794Z] #144 ... [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-16T10:43:31.794Z] #146 DONE 1994.8s [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:43:31.794Z] #145 ... [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:43:31.794Z] #172 DONE 0.1s [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:43:31.794Z] #173 DONE 0.1s [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:43:31.794Z] #144 ... [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-09-16T10:43:31.794Z] #174 DONE 0.4s [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:43:31.794Z] #135 ... [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:43:31.794Z] #175 DONE 0.1s [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #108 [core-command] exporting to image [2025-09-16T10:43:31.794Z] #108 exporting layers [2025-09-16T10:43:31.794Z] #108 exporting layers 0.4s done [2025-09-16T10:43:31.794Z] #108 writing image sha256:1d0ea12f762625884bc0e74359bde5da7c9abec2bf335cd49b9d6193477e6da1 done [2025-09-16T10:43:31.794Z] #108 naming to docker.io/library/core-command-arm64 done [2025-09-16T10:43:31.794Z] #108 DONE 9.2s [2025-09-16T10:43:31.794Z] [2025-09-16T10:43:31.794Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:43:53.847Z] #144 ... [2025-09-16T10:43:53.847Z] [2025-09-16T10:43:53.848Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-16T10:43:53.848Z] #154 DONE 2027.3s [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:43:53.848Z] #150 ... [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:43:53.848Z] #176 DONE 0.2s [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:43:53.848Z] #177 DONE 0.4s [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #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 [2025-09-16T10:43:53.848Z] #178 DONE 0.3s [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-09-16T10:43:53.848Z] #179 DONE 0.1s [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-09-16T10:43:53.848Z] #180 DONE 0.4s [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:43:53.848Z] #144 ... [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-09-16T10:43:53.848Z] #181 DONE 0.1s [2025-09-16T10:43:53.848Z] [2025-09-16T10:43:53.848Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:43:55.789Z] #182 DONE 2.2s [2025-09-16T10:43:55.789Z] [2025-09-16T10:43:55.789Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:43:55.789Z] #150 ... [2025-09-16T10:43:55.789Z] [2025-09-16T10:43:55.789Z] #108 [security-proxy-setup] exporting to image [2025-09-16T10:43:55.789Z] #108 exporting layers [2025-09-16T10:43:56.750Z] #108 exporting layers 0.9s done [2025-09-16T10:43:56.750Z] #108 writing image sha256:02ed9a67dc6b4e508daf47f6def617cf410586e5dadf6dd9a2b7e90223ac5260 done [2025-09-16T10:43:56.750Z] #108 naming to docker.io/library/security-proxy-setup-arm64 done [2025-09-16T10:43:56.750Z] #108 DONE 10.1s [2025-09-16T10:43:56.750Z] [2025-09-16T10:43:56.750Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:43:57.722Z] #144 ... [2025-09-16T10:43:57.722Z] [2025-09-16T10:43:57.722Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-16T10:43:57.722Z] #153 2033.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-09-16T10:44:29.941Z] #153 DONE 2065.3s [2025-09-16T10:44:29.941Z] [2025-09-16T10:44:29.941Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:44:30.210Z] #150 ... [2025-09-16T10:44:30.210Z] [2025-09-16T10:44:30.210Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:44:30.210Z] #183 DONE 0.1s [2025-09-16T10:44:30.210Z] [2025-09-16T10:44:30.210Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-16T10:44:30.492Z] #152 ... [2025-09-16T10:44:30.492Z] [2025-09-16T10:44:30.492Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:44:30.492Z] #184 DONE 0.1s [2025-09-16T10:44:30.492Z] [2025-09-16T10:44:30.492Z] #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 [2025-09-16T10:44:30.492Z] #185 DONE 0.1s [2025-09-16T10:44:30.492Z] [2025-09-16T10:44:30.492Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:44:30.763Z] #135 ... [2025-09-16T10:44:30.763Z] [2025-09-16T10:44:30.763Z] #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 [2025-09-16T10:44:30.763Z] #186 DONE 0.1s [2025-09-16T10:44:30.763Z] [2025-09-16T10:44:30.763Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:44:30.763Z] #187 DONE 0.1s [2025-09-16T10:44:30.763Z] [2025-09-16T10:44:30.763Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:44:31.095Z] #144 ... [2025-09-16T10:44:31.095Z] [2025-09-16T10:44:31.095Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-09-16T10:44:31.364Z] #188 DONE 0.3s [2025-09-16T10:44:31.364Z] [2025-09-16T10:44:31.364Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-09-16T10:44:31.634Z] #189 DONE 0.5s [2025-09-16T10:44:31.634Z] [2025-09-16T10:44:31.634Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-09-16T10:44:31.901Z] #190 DONE 0.1s [2025-09-16T10:44:31.901Z] [2025-09-16T10:44:31.901Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:44:33.846Z] #191 DONE 1.9s [2025-09-16T10:44:33.846Z] [2025-09-16T10:44:33.846Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:44:33.846Z] #147 ... [2025-09-16T10:44:33.846Z] [2025-09-16T10:44:33.846Z] #108 [security-secretstore-setup] exporting to image [2025-09-16T10:44:33.846Z] #108 exporting layers [2025-09-16T10:44:35.797Z] #108 exporting layers 1.9s done [2025-09-16T10:44:35.797Z] #108 writing image sha256:f1f4cdfe22134738c8e6a044e6d7794a0e191669fb9f049811df36b9a2e1fea1 done [2025-09-16T10:44:35.797Z] #108 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-09-16T10:44:35.797Z] #108 DONE 12.0s [2025-09-16T10:44:35.797Z] [2025-09-16T10:44:35.797Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:45:22.629Z] #135 ... [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-16T10:45:22.629Z] #144 DONE 2112.1s [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:45:22.629Z] #135 ... [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:45:22.629Z] #192 DONE 0.2s [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:45:22.629Z] #193 DONE 0.3s [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:45:22.629Z] #148 ... [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-09-16T10:45:22.629Z] #194 DONE 0.5s [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #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 [2025-09-16T10:45:22.629Z] #195 DONE 0.1s [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #108 [security-spiffe-token-provider] exporting to image [2025-09-16T10:45:22.629Z] #108 exporting layers [2025-09-16T10:45:22.629Z] #108 exporting layers 1.0s done [2025-09-16T10:45:22.629Z] #108 writing image sha256:b43637a798a32a31251c7c09a77ad6b75ba24d85f146841d8671d71e549c9470 done [2025-09-16T10:45:22.629Z] #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-09-16T10:45:22.629Z] #108 DONE 13.0s [2025-09-16T10:45:22.629Z] [2025-09-16T10:45:22.629Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:01.916Z] #145 ... [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-16T10:46:01.916Z] #135 DONE 2155.2s [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:46:01.916Z] #148 ... [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:46:01.916Z] #196 DONE 0.3s [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:46:01.916Z] #148 ... [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-09-16T10:46:01.916Z] #197 DONE 0.6s [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:01.916Z] #145 ... [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:46:01.916Z] #198 DONE 0.1s [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #108 [core-keeper] exporting to image [2025-09-16T10:46:01.916Z] #108 exporting layers [2025-09-16T10:46:01.916Z] #108 exporting layers 0.6s done [2025-09-16T10:46:01.916Z] #108 writing image sha256:0fb719e73cb5c0c15e946c9dc38acd97b6272a6559de485bcd432a8c51e3ee94 done [2025-09-16T10:46:01.916Z] #108 naming to docker.io/library/core-keeper-arm64 done [2025-09-16T10:46:01.916Z] #108 DONE 13.6s [2025-09-16T10:46:01.916Z] [2025-09-16T10:46:01.916Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:46:02.890Z] #147 ... [2025-09-16T10:46:02.890Z] [2025-09-16T10:46:02.890Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-16T10:46:02.890Z] #152 DONE 2158.7s [2025-09-16T10:46:02.890Z] [2025-09-16T10:46:02.890Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:46:03.158Z] #147 ... [2025-09-16T10:46:03.158Z] [2025-09-16T10:46:03.158Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:46:03.158Z] #199 DONE 0.2s [2025-09-16T10:46:03.158Z] [2025-09-16T10:46:03.158Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:46:03.423Z] #148 ... [2025-09-16T10:46:03.423Z] [2025-09-16T10:46:03.423Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:46:03.688Z] #200 DONE 0.1s [2025-09-16T10:46:03.688Z] [2025-09-16T10:46:03.688Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-09-16T10:46:03.953Z] #201 DONE 0.5s [2025-09-16T10:46:03.953Z] [2025-09-16T10:46:03.953Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:04.221Z] #145 ... [2025-09-16T10:46:04.221Z] [2025-09-16T10:46:04.221Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-09-16T10:46:04.490Z] #202 DONE 0.2s [2025-09-16T10:46:04.491Z] [2025-09-16T10:46:04.491Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-09-16T10:46:04.491Z] #203 DONE 0.1s [2025-09-16T10:46:04.491Z] [2025-09-16T10:46:04.491Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:46:04.491Z] #147 ... [2025-09-16T10:46:04.491Z] [2025-09-16T10:46:04.491Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-16T10:46:06.456Z] #204 DONE 1.9s [2025-09-16T10:46:06.456Z] [2025-09-16T10:46:06.456Z] #108 [security-proxy-auth] exporting to image [2025-09-16T10:46:07.426Z] #108 exporting layers 1.0s done [2025-09-16T10:46:07.426Z] #108 writing image sha256:d7eaaa31149d54e2a99652038b76c40f4153000923c047ae60b5bb8ee4a9e8b7 done [2025-09-16T10:46:07.426Z] #108 naming to docker.io/library/security-proxy-auth-arm64 done [2025-09-16T10:46:07.426Z] #108 DONE 14.6s [2025-09-16T10:46:07.426Z] [2025-09-16T10:46:07.426Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:46:10.775Z] #147 ... [2025-09-16T10:46:10.775Z] [2025-09-16T10:46:10.775Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-16T10:46:10.775Z] #150 DONE 2166.1s [2025-09-16T10:46:10.775Z] [2025-09-16T10:46:10.775Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:46:10.775Z] #147 ... [2025-09-16T10:46:10.775Z] [2025-09-16T10:46:10.775Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:46:10.775Z] #205 DONE 0.2s [2025-09-16T10:46:10.775Z] [2025-09-16T10:46:10.775Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:46:10.775Z] #42 ... [2025-09-16T10:46:10.775Z] [2025-09-16T10:46:10.775Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:46:10.775Z] #206 DONE 0.1s [2025-09-16T10:46:11.053Z] [2025-09-16T10:46:11.053Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:46:11.053Z] #148 ... [2025-09-16T10:46:11.053Z] [2025-09-16T10:46:11.053Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-09-16T10:46:11.643Z] #207 DONE 0.6s [2025-09-16T10:46:11.643Z] [2025-09-16T10:46:11.643Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:46:11.913Z] #208 DONE 0.2s [2025-09-16T10:46:11.913Z] [2025-09-16T10:46:11.913Z] #108 [core-data] exporting to image [2025-09-16T10:46:12.496Z] #108 exporting layers 0.8s done [2025-09-16T10:46:12.496Z] #108 writing image sha256:51dc8f5e585fac67386f1077234a7c0a18c83b430310c39245d57bc3b4f089c6 [2025-09-16T10:46:12.763Z] #108 writing image sha256:51dc8f5e585fac67386f1077234a7c0a18c83b430310c39245d57bc3b4f089c6 done [2025-09-16T10:46:12.763Z] #108 naming to docker.io/library/core-data-arm64 done [2025-09-16T10:46:12.763Z] #108 DONE 15.4s [2025-09-16T10:46:12.763Z] [2025-09-16T10:46:12.763Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:46:13.596Z] #148 ... [2025-09-16T10:46:13.596Z] [2025-09-16T10:46:13.596Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-16T10:46:13.596Z] #147 DONE 2169.5s [2025-09-16T10:46:13.596Z] [2025-09-16T10:46:13.596Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:13.869Z] #145 ... [2025-09-16T10:46:13.869Z] [2025-09-16T10:46:13.869Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:46:14.136Z] #209 DONE 0.2s [2025-09-16T10:46:14.136Z] [2025-09-16T10:46:14.136Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:14.136Z] #145 ... [2025-09-16T10:46:14.136Z] [2025-09-16T10:46:14.136Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:46:14.403Z] #210 DONE 0.2s [2025-09-16T10:46:14.403Z] [2025-09-16T10:46:14.403Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-09-16T10:46:14.923Z] #211 DONE 0.6s [2025-09-16T10:46:14.923Z] [2025-09-16T10:46:14.923Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:46:14.923Z] #212 DONE 0.1s [2025-09-16T10:46:14.923Z] [2025-09-16T10:46:14.923Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:15.202Z] #145 ... [2025-09-16T10:46:15.202Z] [2025-09-16T10:46:15.202Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-09-16T10:46:15.202Z] #213 DONE 0.1s [2025-09-16T10:46:15.202Z] [2025-09-16T10:46:15.202Z] #108 [core-metadata] exporting to image [2025-09-16T10:46:15.800Z] #108 exporting layers 0.5s done [2025-09-16T10:46:15.800Z] #108 writing image sha256:ee54dc35670abcf72be6c0321121092c2168d925620ff248981da9636d6559d7 done [2025-09-16T10:46:15.800Z] #108 naming to docker.io/library/core-metadata-arm64 [2025-09-16T10:46:15.800Z] #108 naming to docker.io/library/core-metadata-arm64 done [2025-09-16T10:46:15.800Z] #108 DONE 15.9s [2025-09-16T10:46:15.800Z] [2025-09-16T10:46:15.800Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:42.821Z] #145 ... [2025-09-16T10:46:42.821Z] [2025-09-16T10:46:42.821Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-16T10:46:42.821Z] #148 DONE 2196.0s [2025-09-16T10:46:42.821Z] [2025-09-16T10:46:42.821Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:46:42.821Z] #214 DONE 0.2s [2025-09-16T10:46:42.821Z] [2025-09-16T10:46:42.821Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:46:42.821Z] #215 DONE 0.1s [2025-09-16T10:46:42.821Z] [2025-09-16T10:46:42.821Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:42.821Z] #145 ... [2025-09-16T10:46:42.821Z] [2025-09-16T10:46:42.821Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-09-16T10:46:42.821Z] #216 DONE 1.4s [2025-09-16T10:46:42.821Z] [2025-09-16T10:46:42.821Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-09-16T10:46:42.821Z] #217 DONE 0.1s [2025-09-16T10:46:42.821Z] [2025-09-16T10:46:42.821Z] #108 [support-scheduler] exporting to image [2025-09-16T10:46:42.821Z] #108 exporting layers [2025-09-16T10:46:43.084Z] #108 exporting layers 1.0s done [2025-09-16T10:46:43.351Z] #108 writing image sha256:509518814050e0c33bd44099aaa5b9c90a3ef23d90dff74ae6283c732375a3c8 done [2025-09-16T10:46:43.351Z] #108 naming to docker.io/library/support-scheduler-arm64 done [2025-09-16T10:46:43.351Z] #108 DONE 16.9s [2025-09-16T10:46:43.351Z] [2025-09-16T10:46:43.351Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:46:45.939Z] #42 ... [2025-09-16T10:46:45.939Z] [2025-09-16T10:46:45.939Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-16T10:46:45.939Z] #145 DONE 2201.8s [2025-09-16T10:46:45.939Z] [2025-09-16T10:46:45.939Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:46:46.207Z] #42 ... [2025-09-16T10:46:46.207Z] [2025-09-16T10:46:46.207Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-16T10:46:46.475Z] #218 DONE 0.1s [2025-09-16T10:46:46.475Z] [2025-09-16T10:46:46.475Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-16T10:46:46.475Z] #219 DONE 0.1s [2025-09-16T10:46:46.475Z] [2025-09-16T10:46:46.475Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:46:46.475Z] #42 ... [2025-09-16T10:46:46.475Z] [2025-09-16T10:46:46.475Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-09-16T10:46:47.105Z] #220 DONE 0.5s [2025-09-16T10:46:47.105Z] [2025-09-16T10:46:47.105Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-09-16T10:46:47.105Z] #221 DONE 0.1s [2025-09-16T10:46:47.105Z] [2025-09-16T10:46:47.105Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:46:47.105Z] #42 ... [2025-09-16T10:46:47.105Z] [2025-09-16T10:46:47.105Z] #108 [support-notifications] exporting to image [2025-09-16T10:46:47.690Z] #108 exporting layers 0.6s done [2025-09-16T10:46:47.690Z] #108 writing image sha256:260bde94cc6c8f578a445f9c479d354f8088d2624b8e536fba0192ac71963499 done [2025-09-16T10:46:47.690Z] #108 naming to docker.io/library/support-notifications-arm64 done [2025-09-16T10:46:47.690Z] #108 DONE 17.5s [2025-09-16T10:46:47.690Z] [2025-09-16T10:46:47.690Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-16T10:46:47.690Z] time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-09-16T10:46:47.709Z] $ docker stop --time=1 61e5561657bd4cc8a21dbcbf344e7a99e90757ec7810dbbbef68f290d3411b09 [2025-09-16T10:46:49.379Z] $ docker rm -f --volumes 61e5561657bd4cc8a21dbcbf344e7a99e90757ec7810dbbbef68f290d3411b09 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-16T10:46:49.897Z] + docker images [2025-09-16T10:46:49.897Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-09-16T10:46:49.897Z] support-notifications-arm64 latest 260bde94cc6c 3 seconds ago 54.1MB [2025-09-16T10:46:49.897Z] support-scheduler-arm64 latest 509518814050 7 seconds ago 50.3MB [2025-09-16T10:46:49.897Z] core-metadata-arm64 latest ee54dc35670a 35 seconds ago 46.7MB [2025-09-16T10:46:49.897Z] core-data-arm64 latest 51dc8f5e585f 38 seconds ago 46.6MB [2025-09-16T10:46:49.897Z] security-proxy-auth-arm64 latest d7eaaa31149d 43 seconds ago 45.8MB [2025-09-16T10:46:49.897Z] core-keeper-arm64 latest 0fb719e73cb5 49 seconds ago 45.4MB [2025-09-16T10:46:49.897Z] security-spiffe-token-provider-arm64 latest b43637a798a3 About a minute ago 49.9MB [2025-09-16T10:46:49.897Z] security-secretstore-setup-arm64 latest f1f4cdfe2213 2 minutes ago 80.2MB [2025-09-16T10:46:49.897Z] security-proxy-setup-arm64 latest 02ed9a67dc6b 2 minutes ago 50.3MB [2025-09-16T10:46:49.897Z] core-command-arm64 latest 1d0ea12f7626 3 minutes ago 41MB [2025-09-16T10:46:49.897Z] security-bootstrapper-arm64 latest cbc4bb45d24d 18 minutes ago 22.1MB [2025-09-16T10:46:49.897Z] core-common-config-bootstrapper-arm64 latest 991bd6c83969 18 minutes ago 21MB [2025-09-16T10:46:49.897Z] security-spire-agent-arm64 latest 97d8134e5160 38 minutes ago 188MB [2025-09-16T10:46:49.897Z] security-spire-server-arm64 latest a45560d56242 38 minutes ago 145MB [2025-09-16T10:46:49.897Z] security-spire-config-arm64 latest 1e486ad1cb75 38 minutes ago 144MB [2025-09-16T10:46:49.897Z] ci-base-image-arm64 latest e8eb0048a06a 40 minutes ago 922MB [2025-09-16T10:46:49.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 6 weeks ago 566MB [2025-09-16T10:46:49.897Z] 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 [2025-09-16T10:46:50.057Z] provisioning config files... [2025-09-16T10:46:50.072Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config2490080535293034381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:46:50.415Z] ---> ****-login.sh [2025-09-16T10:46:50.415Z] nexus3.edgexfoundry.org:10001 [2025-09-16T10:46:50.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:46:50.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:46:50.680Z] Configure a credential helper to remove this warning. See [2025-09-16T10:46:50.680Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:46:50.680Z] [2025-09-16T10:46:50.680Z] Login Succeeded [2025-09-16T10:46:50.680Z] nexus3.edgexfoundry.org:10002 [2025-09-16T10:46:50.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:46:51.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:46:51.210Z] Configure a credential helper to remove this warning. See [2025-09-16T10:46:51.210Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:46:51.210Z] [2025-09-16T10:46:51.210Z] Login Succeeded [2025-09-16T10:46:51.210Z] nexus3.edgexfoundry.org:10003 [2025-09-16T10:46:51.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:46:51.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:46:51.476Z] Configure a credential helper to remove this warning. See [2025-09-16T10:46:51.476Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:46:51.476Z] [2025-09-16T10:46:51.476Z] Login Succeeded [2025-09-16T10:46:51.476Z] nexus3.edgexfoundry.org:10004 [2025-09-16T10:46:51.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:46:51.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:46:51.747Z] Configure a credential helper to remove this warning. See [2025-09-16T10:46:51.747Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:46:51.747Z] [2025-09-16T10:46:51.747Z] Login Succeeded [2025-09-16T10:46:51.747Z] ****.io [2025-09-16T10:46:52.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-16T10:46:52.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-16T10:46:52.280Z] Configure a credential helper to remove this warning. See [2025-09-16T10:46:52.280Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-16T10:46:52.280Z] [2025-09-16T10:46:52.280Z] Login Succeeded [2025-09-16T10:46:52.280Z] ---> ****-login.sh ends [Pipeline] } [2025-09-16T10:46:52.294Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:46:52.353Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-16T10:46:52.387Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-09-16T10:46:52.387Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:46:52.387Z] latest [2025-09-16T10:46:52.387Z] 4.1.0-dev.61 [2025-09-16T10:46:52.387Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:46:52.387Z] main [2025-09-16T10:46:52.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:46:52.767Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:46:54.526Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:46:54.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-16T10:46:54.526Z] c191a361882b: Preparing [2025-09-16T10:46:54.526Z] 73f4adc8ed5f: Preparing [2025-09-16T10:46:54.526Z] 7773717ccbc5: Preparing [2025-09-16T10:46:54.526Z] 8c8599dbb6a4: Preparing [2025-09-16T10:46:54.526Z] a3051721faec: Preparing [2025-09-16T10:46:54.526Z] 2cf163e317b0: Preparing [2025-09-16T10:46:54.526Z] 1e890da81ec9: Preparing [2025-09-16T10:46:54.526Z] 1e890da81ec9: Waiting [2025-09-16T10:46:54.792Z] 7773717ccbc5: Pushed [2025-09-16T10:46:54.792Z] 8c8599dbb6a4: Pushed [2025-09-16T10:46:54.792Z] c191a361882b: Pushed [2025-09-16T10:46:54.792Z] 1e890da81ec9: Layer already exists [2025-09-16T10:46:54.792Z] 2cf163e317b0: Pushed [2025-09-16T10:46:55.057Z] a3051721faec: Pushed [2025-09-16T10:47:00.942Z] 73f4adc8ed5f: Pushed [2025-09-16T10:47:01.329Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:01.693Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:03.798Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-09-16T10:47:03.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-16T10:47:03.798Z] c191a361882b: Preparing [2025-09-16T10:47:03.798Z] 73f4adc8ed5f: Preparing [2025-09-16T10:47:03.798Z] 7773717ccbc5: Preparing [2025-09-16T10:47:03.798Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:03.798Z] a3051721faec: Preparing [2025-09-16T10:47:03.798Z] 2cf163e317b0: Preparing [2025-09-16T10:47:03.798Z] 1e890da81ec9: Preparing [2025-09-16T10:47:03.798Z] 2cf163e317b0: Waiting [2025-09-16T10:47:03.798Z] a3051721faec: Layer already exists [2025-09-16T10:47:03.798Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:03.798Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:03.798Z] 73f4adc8ed5f: Layer already exists [2025-09-16T10:47:03.798Z] c191a361882b: Layer already exists [2025-09-16T10:47:03.798Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:03.798Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:04.063Z] latest: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:04.420Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:04.765Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 [2025-09-16T10:47:04.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-16T10:47:04.766Z] c191a361882b: Preparing [2025-09-16T10:47:04.766Z] 73f4adc8ed5f: Preparing [2025-09-16T10:47:04.766Z] 7773717ccbc5: Preparing [2025-09-16T10:47:04.766Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:04.766Z] a3051721faec: Preparing [2025-09-16T10:47:04.766Z] 2cf163e317b0: Preparing [2025-09-16T10:47:04.766Z] 1e890da81ec9: Preparing [2025-09-16T10:47:04.766Z] 2cf163e317b0: Waiting [2025-09-16T10:47:04.766Z] 1e890da81ec9: Waiting [2025-09-16T10:47:04.766Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:04.766Z] 73f4adc8ed5f: Layer already exists [2025-09-16T10:47:04.766Z] a3051721faec: Layer already exists [2025-09-16T10:47:04.766Z] c191a361882b: Layer already exists [2025-09-16T10:47:04.766Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:04.766Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:04.766Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:05.031Z] 4.1.0-dev.61: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:05.396Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:06.334Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:06.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-16T10:47:06.334Z] c191a361882b: Preparing [2025-09-16T10:47:06.334Z] 73f4adc8ed5f: Preparing [2025-09-16T10:47:06.334Z] 7773717ccbc5: Preparing [2025-09-16T10:47:06.334Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:06.334Z] a3051721faec: Preparing [2025-09-16T10:47:06.334Z] 2cf163e317b0: Preparing [2025-09-16T10:47:06.334Z] 1e890da81ec9: Preparing [2025-09-16T10:47:06.334Z] 2cf163e317b0: Waiting [2025-09-16T10:47:06.334Z] 1e890da81ec9: Waiting [2025-09-16T10:47:06.334Z] 73f4adc8ed5f: Layer already exists [2025-09-16T10:47:06.334Z] a3051721faec: Layer already exists [2025-09-16T10:47:06.334Z] c191a361882b: Layer already exists [2025-09-16T10:47:06.334Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:06.334Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:06.334Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:06.334Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:06.599Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:06.958Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:07.422Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-09-16T10:47:07.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-16T10:47:07.422Z] c191a361882b: Preparing [2025-09-16T10:47:07.422Z] 73f4adc8ed5f: Preparing [2025-09-16T10:47:07.422Z] 7773717ccbc5: Preparing [2025-09-16T10:47:07.422Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:07.422Z] a3051721faec: Preparing [2025-09-16T10:47:07.422Z] 2cf163e317b0: Preparing [2025-09-16T10:47:07.422Z] 1e890da81ec9: Preparing [2025-09-16T10:47:07.422Z] 2cf163e317b0: Waiting [2025-09-16T10:47:07.422Z] 1e890da81ec9: Waiting [2025-09-16T10:47:07.422Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:07.422Z] c191a361882b: Layer already exists [2025-09-16T10:47:07.422Z] 73f4adc8ed5f: Layer already exists [2025-09-16T10:47:07.422Z] a3051721faec: Layer already exists [2025-09-16T10:47:07.422Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:07.422Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:07.422Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:07.422Z] main: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:47:07.491Z] ===================================================== [Pipeline] echo [2025-09-16T10:47:07.506Z] taggedImages: [2025-09-16T10:47:07.506Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:07.506Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-09-16T10:47:07.506Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 [2025-09-16T10:47:07.506Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:07.506Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-09-16T10:47:07.538Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-09-16T10:47:07.538Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:07.538Z] latest [2025-09-16T10:47:07.538Z] 4.1.0-dev.61 [2025-09-16T10:47:07.538Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:07.538Z] main [2025-09-16T10:47:07.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:07.900Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:08.254Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:08.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-16T10:47:08.254Z] f05326ce6903: Preparing [2025-09-16T10:47:08.254Z] 4e6e33a5fb45: Preparing [2025-09-16T10:47:08.254Z] e7a4317e6e28: Preparing [2025-09-16T10:47:08.254Z] 29ed66080c6a: Preparing [2025-09-16T10:47:08.254Z] 7773717ccbc5: Preparing [2025-09-16T10:47:08.254Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:08.254Z] a3051721faec: Preparing [2025-09-16T10:47:08.254Z] 8c8599dbb6a4: Waiting [2025-09-16T10:47:08.254Z] 2cf163e317b0: Preparing [2025-09-16T10:47:08.254Z] a3051721faec: Waiting [2025-09-16T10:47:08.254Z] 1e890da81ec9: Preparing [2025-09-16T10:47:08.254Z] 2cf163e317b0: Waiting [2025-09-16T10:47:08.254Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:08.518Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:08.518Z] 4e6e33a5fb45: Pushed [2025-09-16T10:47:08.518Z] e7a4317e6e28: Pushed [2025-09-16T10:47:08.518Z] a3051721faec: Layer already exists [2025-09-16T10:47:08.518Z] f05326ce6903: Pushed [2025-09-16T10:47:08.518Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:08.518Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:11.079Z] 29ed66080c6a: Pushed [2025-09-16T10:47:11.079Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:11.435Z] + 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 [2025-09-16T10:47:11.787Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-09-16T10:47:11.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-16T10:47:11.787Z] f05326ce6903: Preparing [2025-09-16T10:47:11.787Z] 4e6e33a5fb45: Preparing [2025-09-16T10:47:11.787Z] e7a4317e6e28: Preparing [2025-09-16T10:47:11.787Z] 29ed66080c6a: Preparing [2025-09-16T10:47:11.787Z] 7773717ccbc5: Preparing [2025-09-16T10:47:11.787Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:11.787Z] a3051721faec: Preparing [2025-09-16T10:47:11.787Z] 2cf163e317b0: Preparing [2025-09-16T10:47:11.787Z] 1e890da81ec9: Preparing [2025-09-16T10:47:11.787Z] 8c8599dbb6a4: Waiting [2025-09-16T10:47:11.787Z] a3051721faec: Waiting [2025-09-16T10:47:11.787Z] 2cf163e317b0: Waiting [2025-09-16T10:47:11.787Z] 1e890da81ec9: Waiting [2025-09-16T10:47:11.787Z] 4e6e33a5fb45: Layer already exists [2025-09-16T10:47:11.787Z] 29ed66080c6a: Layer already exists [2025-09-16T10:47:11.787Z] e7a4317e6e28: Layer already exists [2025-09-16T10:47:11.787Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:11.787Z] f05326ce6903: Layer already exists [2025-09-16T10:47:11.787Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:11.787Z] a3051721faec: Layer already exists [2025-09-16T10:47:11.787Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:11.787Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:12.051Z] latest: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:12.409Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:12.755Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 [2025-09-16T10:47:12.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-16T10:47:12.755Z] f05326ce6903: Preparing [2025-09-16T10:47:12.755Z] 4e6e33a5fb45: Preparing [2025-09-16T10:47:12.755Z] e7a4317e6e28: Preparing [2025-09-16T10:47:12.755Z] 29ed66080c6a: Preparing [2025-09-16T10:47:12.755Z] 7773717ccbc5: Preparing [2025-09-16T10:47:12.755Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:12.755Z] a3051721faec: Preparing [2025-09-16T10:47:12.755Z] 2cf163e317b0: Preparing [2025-09-16T10:47:12.755Z] 1e890da81ec9: Preparing [2025-09-16T10:47:12.755Z] 8c8599dbb6a4: Waiting [2025-09-16T10:47:12.755Z] 2cf163e317b0: Waiting [2025-09-16T10:47:12.755Z] a3051721faec: Waiting [2025-09-16T10:47:12.755Z] 1e890da81ec9: Waiting [2025-09-16T10:47:12.755Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:12.755Z] 4e6e33a5fb45: Layer already exists [2025-09-16T10:47:12.755Z] e7a4317e6e28: Layer already exists [2025-09-16T10:47:12.755Z] f05326ce6903: Layer already exists [2025-09-16T10:47:12.755Z] 29ed66080c6a: Layer already exists [2025-09-16T10:47:12.755Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:12.755Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:12.755Z] a3051721faec: Layer already exists [2025-09-16T10:47:12.755Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:12.755Z] 4.1.0-dev.61: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:13.385Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:13.734Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:13.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-16T10:47:13.734Z] f05326ce6903: Preparing [2025-09-16T10:47:13.734Z] 4e6e33a5fb45: Preparing [2025-09-16T10:47:13.734Z] e7a4317e6e28: Preparing [2025-09-16T10:47:13.734Z] 29ed66080c6a: Preparing [2025-09-16T10:47:13.734Z] 7773717ccbc5: Preparing [2025-09-16T10:47:13.734Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:13.734Z] a3051721faec: Preparing [2025-09-16T10:47:13.734Z] 2cf163e317b0: Preparing [2025-09-16T10:47:13.734Z] 1e890da81ec9: Preparing [2025-09-16T10:47:13.734Z] a3051721faec: Waiting [2025-09-16T10:47:13.734Z] 2cf163e317b0: Waiting [2025-09-16T10:47:13.734Z] 1e890da81ec9: Waiting [2025-09-16T10:47:13.734Z] 8c8599dbb6a4: Waiting [2025-09-16T10:47:13.734Z] e7a4317e6e28: Layer already exists [2025-09-16T10:47:13.734Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:13.734Z] 4e6e33a5fb45: Layer already exists [2025-09-16T10:47:13.734Z] f05326ce6903: Layer already exists [2025-09-16T10:47:13.734Z] 29ed66080c6a: Layer already exists [2025-09-16T10:47:13.734Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:13.734Z] a3051721faec: Layer already exists [2025-09-16T10:47:13.734Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:13.734Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:14.002Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:14.343Z] + 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 [2025-09-16T10:47:14.696Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-09-16T10:47:14.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-16T10:47:14.696Z] f05326ce6903: Preparing [2025-09-16T10:47:14.696Z] 4e6e33a5fb45: Preparing [2025-09-16T10:47:14.696Z] e7a4317e6e28: Preparing [2025-09-16T10:47:14.696Z] 29ed66080c6a: Preparing [2025-09-16T10:47:14.696Z] 7773717ccbc5: Preparing [2025-09-16T10:47:14.696Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:14.696Z] a3051721faec: Preparing [2025-09-16T10:47:14.696Z] 8c8599dbb6a4: Waiting [2025-09-16T10:47:14.696Z] 2cf163e317b0: Preparing [2025-09-16T10:47:14.696Z] 1e890da81ec9: Preparing [2025-09-16T10:47:14.696Z] a3051721faec: Waiting [2025-09-16T10:47:14.696Z] 1e890da81ec9: Waiting [2025-09-16T10:47:14.696Z] 2cf163e317b0: Waiting [2025-09-16T10:47:14.696Z] 4e6e33a5fb45: Layer already exists [2025-09-16T10:47:14.696Z] f05326ce6903: Layer already exists [2025-09-16T10:47:14.696Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:14.696Z] 29ed66080c6a: Layer already exists [2025-09-16T10:47:14.696Z] e7a4317e6e28: Layer already exists [2025-09-16T10:47:14.696Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:14.696Z] a3051721faec: Layer already exists [2025-09-16T10:47:14.696Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:14.696Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:14.960Z] main: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:47:15.032Z] ===================================================== [Pipeline] echo [2025-09-16T10:47:15.049Z] taggedImages: [2025-09-16T10:47:15.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:15.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-09-16T10:47:15.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 [2025-09-16T10:47:15.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:15.049Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-09-16T10:47:15.082Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-09-16T10:47:15.082Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:15.082Z] latest [2025-09-16T10:47:15.082Z] 4.1.0-dev.61 [2025-09-16T10:47:15.082Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:15.082Z] main [2025-09-16T10:47:15.082Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:15.449Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:15.813Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:15.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-16T10:47:15.813Z] 66db56fa97ab: Preparing [2025-09-16T10:47:15.813Z] 88266e1cd216: Preparing [2025-09-16T10:47:15.813Z] 7773717ccbc5: Preparing [2025-09-16T10:47:15.813Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:15.813Z] 530884d53783: Preparing [2025-09-16T10:47:15.813Z] 3c6e356b1f85: Preparing [2025-09-16T10:47:15.813Z] 1e890da81ec9: Preparing [2025-09-16T10:47:15.813Z] 3c6e356b1f85: Waiting [2025-09-16T10:47:15.813Z] 1e890da81ec9: Waiting [2025-09-16T10:47:15.813Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:15.813Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:16.079Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:16.079Z] 66db56fa97ab: Pushed [2025-09-16T10:47:16.079Z] 3c6e356b1f85: Pushed [2025-09-16T10:47:16.342Z] 530884d53783: Pushed [2025-09-16T10:47:24.511Z] 88266e1cd216: Pushed [2025-09-16T10:47:24.511Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:24.872Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:25.215Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-09-16T10:47:25.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-16T10:47:25.215Z] 66db56fa97ab: Preparing [2025-09-16T10:47:25.215Z] 88266e1cd216: Preparing [2025-09-16T10:47:25.215Z] 7773717ccbc5: Preparing [2025-09-16T10:47:25.215Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:25.215Z] 530884d53783: Preparing [2025-09-16T10:47:25.215Z] 3c6e356b1f85: Preparing [2025-09-16T10:47:25.215Z] 1e890da81ec9: Preparing [2025-09-16T10:47:25.215Z] 3c6e356b1f85: Waiting [2025-09-16T10:47:25.215Z] 1e890da81ec9: Waiting [2025-09-16T10:47:25.215Z] 530884d53783: Layer already exists [2025-09-16T10:47:25.215Z] 66db56fa97ab: Layer already exists [2025-09-16T10:47:25.215Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:25.215Z] 88266e1cd216: Layer already exists [2025-09-16T10:47:25.215Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:25.215Z] 3c6e356b1f85: Layer already exists [2025-09-16T10:47:25.215Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:25.478Z] latest: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:25.827Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:26.174Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 [2025-09-16T10:47:26.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-16T10:47:26.174Z] 66db56fa97ab: Preparing [2025-09-16T10:47:26.174Z] 88266e1cd216: Preparing [2025-09-16T10:47:26.174Z] 7773717ccbc5: Preparing [2025-09-16T10:47:26.174Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:26.174Z] 530884d53783: Preparing [2025-09-16T10:47:26.174Z] 3c6e356b1f85: Preparing [2025-09-16T10:47:26.174Z] 1e890da81ec9: Preparing [2025-09-16T10:47:26.174Z] 3c6e356b1f85: Waiting [2025-09-16T10:47:26.174Z] 1e890da81ec9: Waiting [2025-09-16T10:47:26.174Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:26.174Z] 530884d53783: Layer already exists [2025-09-16T10:47:26.174Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:26.174Z] 66db56fa97ab: Layer already exists [2025-09-16T10:47:26.174Z] 88266e1cd216: Layer already exists [2025-09-16T10:47:26.174Z] 3c6e356b1f85: Layer already exists [2025-09-16T10:47:26.174Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:26.437Z] 4.1.0-dev.61: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:26.787Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:27.135Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:27.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-16T10:47:27.135Z] 66db56fa97ab: Preparing [2025-09-16T10:47:27.135Z] 88266e1cd216: Preparing [2025-09-16T10:47:27.135Z] 7773717ccbc5: Preparing [2025-09-16T10:47:27.135Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:27.135Z] 530884d53783: Preparing [2025-09-16T10:47:27.135Z] 3c6e356b1f85: Preparing [2025-09-16T10:47:27.135Z] 1e890da81ec9: Preparing [2025-09-16T10:47:27.135Z] 3c6e356b1f85: Waiting [2025-09-16T10:47:27.135Z] 1e890da81ec9: Waiting [2025-09-16T10:47:27.135Z] 66db56fa97ab: Layer already exists [2025-09-16T10:47:27.135Z] 530884d53783: Layer already exists [2025-09-16T10:47:27.135Z] 88266e1cd216: Layer already exists [2025-09-16T10:47:27.135Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:27.135Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:27.135Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:27.135Z] 3c6e356b1f85: Layer already exists [2025-09-16T10:47:27.398Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:27.742Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:28.093Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-09-16T10:47:28.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-16T10:47:28.093Z] 66db56fa97ab: Preparing [2025-09-16T10:47:28.093Z] 88266e1cd216: Preparing [2025-09-16T10:47:28.093Z] 7773717ccbc5: Preparing [2025-09-16T10:47:28.093Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:28.093Z] 530884d53783: Preparing [2025-09-16T10:47:28.093Z] 3c6e356b1f85: Preparing [2025-09-16T10:47:28.093Z] 1e890da81ec9: Preparing [2025-09-16T10:47:28.093Z] 3c6e356b1f85: Waiting [2025-09-16T10:47:28.093Z] 1e890da81ec9: Waiting [2025-09-16T10:47:28.093Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:28.093Z] 530884d53783: Layer already exists [2025-09-16T10:47:28.093Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:28.093Z] 66db56fa97ab: Layer already exists [2025-09-16T10:47:28.093Z] 88266e1cd216: Layer already exists [2025-09-16T10:47:28.093Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:28.093Z] 3c6e356b1f85: Layer already exists [2025-09-16T10:47:28.093Z] main: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:47:28.443Z] ===================================================== [Pipeline] echo [2025-09-16T10:47:28.460Z] taggedImages: [2025-09-16T10:47:28.460Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:28.460Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-09-16T10:47:28.460Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 [2025-09-16T10:47:28.460Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:28.460Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-09-16T10:47:28.485Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-09-16T10:47:28.485Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:28.485Z] latest [2025-09-16T10:47:28.485Z] 4.1.0-dev.61 [2025-09-16T10:47:28.485Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:28.485Z] main [2025-09-16T10:47:28.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:28.856Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:29.222Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:29.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-16T10:47:29.222Z] 749395ffd8a9: Preparing [2025-09-16T10:47:29.222Z] e8559ca8f13b: Preparing [2025-09-16T10:47:29.222Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:29.222Z] 15d2fef80aac: Preparing [2025-09-16T10:47:29.222Z] 3d9338f8325c: Preparing [2025-09-16T10:47:29.222Z] 1e890da81ec9: Preparing [2025-09-16T10:47:29.222Z] 1e890da81ec9: Waiting [2025-09-16T10:47:29.222Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:29.491Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:29.491Z] 3d9338f8325c: Pushed [2025-09-16T10:47:29.491Z] 749395ffd8a9: Pushed [2025-09-16T10:47:29.491Z] 15d2fef80aac: Pushed [2025-09-16T10:47:37.679Z] e8559ca8f13b: Pushed [2025-09-16T10:47:37.679Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:38.034Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:38.375Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-09-16T10:47:38.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-16T10:47:38.375Z] 749395ffd8a9: Preparing [2025-09-16T10:47:38.375Z] e8559ca8f13b: Preparing [2025-09-16T10:47:38.375Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:38.375Z] 15d2fef80aac: Preparing [2025-09-16T10:47:38.375Z] 3d9338f8325c: Preparing [2025-09-16T10:47:38.375Z] 1e890da81ec9: Preparing [2025-09-16T10:47:38.375Z] 1e890da81ec9: Waiting [2025-09-16T10:47:38.375Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:38.375Z] 15d2fef80aac: Layer already exists [2025-09-16T10:47:38.375Z] e8559ca8f13b: Layer already exists [2025-09-16T10:47:38.375Z] 749395ffd8a9: Layer already exists [2025-09-16T10:47:38.375Z] 3d9338f8325c: Layer already exists [2025-09-16T10:47:38.375Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:38.637Z] latest: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:38.992Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:39.338Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 [2025-09-16T10:47:39.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-16T10:47:39.338Z] 749395ffd8a9: Preparing [2025-09-16T10:47:39.338Z] e8559ca8f13b: Preparing [2025-09-16T10:47:39.338Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:39.338Z] 15d2fef80aac: Preparing [2025-09-16T10:47:39.338Z] 3d9338f8325c: Preparing [2025-09-16T10:47:39.338Z] 1e890da81ec9: Preparing [2025-09-16T10:47:39.338Z] 1e890da81ec9: Waiting [2025-09-16T10:47:39.338Z] 749395ffd8a9: Layer already exists [2025-09-16T10:47:39.338Z] e8559ca8f13b: Layer already exists [2025-09-16T10:47:39.338Z] 15d2fef80aac: Layer already exists [2025-09-16T10:47:39.338Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:39.338Z] 3d9338f8325c: Layer already exists [2025-09-16T10:47:39.338Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:39.602Z] 4.1.0-dev.61: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:39.952Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:40.986Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:40.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-16T10:47:40.986Z] 749395ffd8a9: Preparing [2025-09-16T10:47:40.986Z] e8559ca8f13b: Preparing [2025-09-16T10:47:40.986Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:40.986Z] 15d2fef80aac: Preparing [2025-09-16T10:47:40.986Z] 3d9338f8325c: Preparing [2025-09-16T10:47:40.986Z] 1e890da81ec9: Preparing [2025-09-16T10:47:40.986Z] 1e890da81ec9: Waiting [2025-09-16T10:47:40.986Z] e8559ca8f13b: Layer already exists [2025-09-16T10:47:40.986Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:40.986Z] 15d2fef80aac: Layer already exists [2025-09-16T10:47:40.986Z] 3d9338f8325c: Layer already exists [2025-09-16T10:47:40.986Z] 749395ffd8a9: Layer already exists [2025-09-16T10:47:40.986Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:41.256Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:41.627Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:41.988Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-09-16T10:47:41.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-16T10:47:41.988Z] 749395ffd8a9: Preparing [2025-09-16T10:47:41.988Z] e8559ca8f13b: Preparing [2025-09-16T10:47:41.988Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:41.988Z] 15d2fef80aac: Preparing [2025-09-16T10:47:41.988Z] 3d9338f8325c: Preparing [2025-09-16T10:47:41.988Z] 1e890da81ec9: Preparing [2025-09-16T10:47:41.988Z] 1e890da81ec9: Waiting [2025-09-16T10:47:41.988Z] e8559ca8f13b: Layer already exists [2025-09-16T10:47:41.988Z] 15d2fef80aac: Layer already exists [2025-09-16T10:47:41.988Z] 749395ffd8a9: Layer already exists [2025-09-16T10:47:41.988Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:41.988Z] 3d9338f8325c: Layer already exists [2025-09-16T10:47:41.988Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:42.258Z] main: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:47:42.324Z] ===================================================== [Pipeline] echo [2025-09-16T10:47:42.340Z] taggedImages: [2025-09-16T10:47:42.340Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:42.340Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-09-16T10:47:42.340Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 [2025-09-16T10:47:42.340Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:42.340Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-09-16T10:47:42.372Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-09-16T10:47:42.372Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:42.372Z] latest [2025-09-16T10:47:42.372Z] 4.1.0-dev.61 [2025-09-16T10:47:42.372Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:42.372Z] main [2025-09-16T10:47:42.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:42.737Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:43.085Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:43.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-16T10:47:43.085Z] 1633ca5b0b7d: Preparing [2025-09-16T10:47:43.085Z] 5d33657ef968: Preparing [2025-09-16T10:47:43.085Z] b8419a2469bb: Preparing [2025-09-16T10:47:43.085Z] 7773717ccbc5: Preparing [2025-09-16T10:47:43.085Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:43.085Z] a3051721faec: Preparing [2025-09-16T10:47:43.085Z] 2cf163e317b0: Preparing [2025-09-16T10:47:43.085Z] 1e890da81ec9: Preparing [2025-09-16T10:47:43.085Z] 2cf163e317b0: Waiting [2025-09-16T10:47:43.085Z] 1e890da81ec9: Waiting [2025-09-16T10:47:43.085Z] a3051721faec: Waiting [2025-09-16T10:47:43.085Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:43.085Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:43.351Z] a3051721faec: Layer already exists [2025-09-16T10:47:43.351Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:43.351Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:43.351Z] 5d33657ef968: Pushed [2025-09-16T10:47:43.351Z] 1633ca5b0b7d: Pushed [2025-09-16T10:47:51.532Z] b8419a2469bb: Pushed [2025-09-16T10:47:51.532Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:51.890Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:52.251Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-09-16T10:47:52.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-16T10:47:52.251Z] 1633ca5b0b7d: Preparing [2025-09-16T10:47:52.251Z] 5d33657ef968: Preparing [2025-09-16T10:47:52.251Z] b8419a2469bb: Preparing [2025-09-16T10:47:52.251Z] 7773717ccbc5: Preparing [2025-09-16T10:47:52.251Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:52.251Z] a3051721faec: Preparing [2025-09-16T10:47:52.251Z] 2cf163e317b0: Preparing [2025-09-16T10:47:52.251Z] 1e890da81ec9: Preparing [2025-09-16T10:47:52.251Z] a3051721faec: Waiting [2025-09-16T10:47:52.251Z] 2cf163e317b0: Waiting [2025-09-16T10:47:52.251Z] 1e890da81ec9: Waiting [2025-09-16T10:47:52.251Z] b8419a2469bb: Layer already exists [2025-09-16T10:47:52.251Z] 1633ca5b0b7d: Layer already exists [2025-09-16T10:47:52.251Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:52.251Z] 5d33657ef968: Layer already exists [2025-09-16T10:47:52.251Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:52.251Z] a3051721faec: Layer already exists [2025-09-16T10:47:52.251Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:52.251Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:52.517Z] latest: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:52.864Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:53.203Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 [2025-09-16T10:47:53.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-16T10:47:53.203Z] 1633ca5b0b7d: Preparing [2025-09-16T10:47:53.203Z] 5d33657ef968: Preparing [2025-09-16T10:47:53.203Z] b8419a2469bb: Preparing [2025-09-16T10:47:53.203Z] 7773717ccbc5: Preparing [2025-09-16T10:47:53.203Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:53.203Z] a3051721faec: Preparing [2025-09-16T10:47:53.203Z] 2cf163e317b0: Preparing [2025-09-16T10:47:53.203Z] 1e890da81ec9: Preparing [2025-09-16T10:47:53.203Z] a3051721faec: Waiting [2025-09-16T10:47:53.203Z] 2cf163e317b0: Waiting [2025-09-16T10:47:53.203Z] 1e890da81ec9: Waiting [2025-09-16T10:47:53.203Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:53.203Z] 5d33657ef968: Layer already exists [2025-09-16T10:47:53.203Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:53.203Z] b8419a2469bb: Layer already exists [2025-09-16T10:47:53.203Z] 1633ca5b0b7d: Layer already exists [2025-09-16T10:47:53.203Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:53.203Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:53.203Z] a3051721faec: Layer already exists [2025-09-16T10:47:53.466Z] 4.1.0-dev.61: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:53.821Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:54.164Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:54.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-16T10:47:54.164Z] 1633ca5b0b7d: Preparing [2025-09-16T10:47:54.164Z] 5d33657ef968: Preparing [2025-09-16T10:47:54.164Z] b8419a2469bb: Preparing [2025-09-16T10:47:54.164Z] 7773717ccbc5: Preparing [2025-09-16T10:47:54.164Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:54.164Z] a3051721faec: Preparing [2025-09-16T10:47:54.164Z] 2cf163e317b0: Preparing [2025-09-16T10:47:54.164Z] 1e890da81ec9: Preparing [2025-09-16T10:47:54.164Z] a3051721faec: Waiting [2025-09-16T10:47:54.164Z] 2cf163e317b0: Waiting [2025-09-16T10:47:54.164Z] 1e890da81ec9: Waiting [2025-09-16T10:47:54.164Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:54.164Z] 1633ca5b0b7d: Layer already exists [2025-09-16T10:47:54.164Z] 5d33657ef968: Layer already exists [2025-09-16T10:47:54.164Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:54.164Z] b8419a2469bb: Layer already exists [2025-09-16T10:47:54.164Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:54.164Z] a3051721faec: Layer already exists [2025-09-16T10:47:54.164Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:54.164Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:54.766Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:55.112Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-09-16T10:47:55.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-16T10:47:55.113Z] 1633ca5b0b7d: Preparing [2025-09-16T10:47:55.113Z] 5d33657ef968: Preparing [2025-09-16T10:47:55.113Z] b8419a2469bb: Preparing [2025-09-16T10:47:55.113Z] 7773717ccbc5: Preparing [2025-09-16T10:47:55.113Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:55.113Z] a3051721faec: Preparing [2025-09-16T10:47:55.113Z] 2cf163e317b0: Preparing [2025-09-16T10:47:55.113Z] 1e890da81ec9: Preparing [2025-09-16T10:47:55.113Z] 2cf163e317b0: Waiting [2025-09-16T10:47:55.113Z] 1e890da81ec9: Waiting [2025-09-16T10:47:55.113Z] a3051721faec: Waiting [2025-09-16T10:47:55.113Z] 1633ca5b0b7d: Layer already exists [2025-09-16T10:47:55.113Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:55.113Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:55.113Z] 5d33657ef968: Layer already exists [2025-09-16T10:47:55.113Z] b8419a2469bb: Layer already exists [2025-09-16T10:47:55.113Z] a3051721faec: Layer already exists [2025-09-16T10:47:55.113Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:55.113Z] 2cf163e317b0: Layer already exists [2025-09-16T10:47:55.377Z] main: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:47:55.457Z] ===================================================== [Pipeline] echo [2025-09-16T10:47:55.474Z] taggedImages: [2025-09-16T10:47:55.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:55.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-09-16T10:47:55.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 [2025-09-16T10:47:55.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:55.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-09-16T10:47:55.503Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-09-16T10:47:55.503Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:55.503Z] latest [2025-09-16T10:47:55.503Z] 4.1.0-dev.61 [2025-09-16T10:47:55.503Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:47:55.503Z] main [2025-09-16T10:47:55.503Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:55.862Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:56.209Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:47:56.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-16T10:47:56.209Z] f01e8c04631a: Preparing [2025-09-16T10:47:56.209Z] 25e7a45e061c: Preparing [2025-09-16T10:47:56.209Z] 31b378048959: Preparing [2025-09-16T10:47:56.209Z] d266eac7b838: Preparing [2025-09-16T10:47:56.209Z] 2d290bb69998: Preparing [2025-09-16T10:47:56.209Z] a14205dd35be: Preparing [2025-09-16T10:47:56.209Z] 380de841ab5d: Preparing [2025-09-16T10:47:56.209Z] 7773717ccbc5: Preparing [2025-09-16T10:47:56.209Z] 8c8599dbb6a4: Preparing [2025-09-16T10:47:56.209Z] d1ba8dcd7948: Preparing [2025-09-16T10:47:56.209Z] 465d3c99cc1f: Preparing [2025-09-16T10:47:56.209Z] 5f70bf18a086: Preparing [2025-09-16T10:47:56.209Z] e4d3fe6752c5: Preparing [2025-09-16T10:47:56.209Z] c4124ddc15ff: Preparing [2025-09-16T10:47:56.209Z] 5a9cce54a142: Preparing [2025-09-16T10:47:56.209Z] 1e890da81ec9: Preparing [2025-09-16T10:47:56.209Z] e4d3fe6752c5: Waiting [2025-09-16T10:47:56.209Z] c4124ddc15ff: Waiting [2025-09-16T10:47:56.209Z] 5a9cce54a142: Waiting [2025-09-16T10:47:56.209Z] 1e890da81ec9: Waiting [2025-09-16T10:47:56.209Z] 8c8599dbb6a4: Waiting [2025-09-16T10:47:56.209Z] d1ba8dcd7948: Waiting [2025-09-16T10:47:56.209Z] 465d3c99cc1f: Waiting [2025-09-16T10:47:56.209Z] a14205dd35be: Waiting [2025-09-16T10:47:56.209Z] 5f70bf18a086: Waiting [2025-09-16T10:47:56.209Z] 380de841ab5d: Waiting [2025-09-16T10:47:56.209Z] 7773717ccbc5: Waiting [2025-09-16T10:47:56.474Z] 25e7a45e061c: Pushed [2025-09-16T10:47:56.474Z] 31b378048959: Pushed [2025-09-16T10:47:56.474Z] 2d290bb69998: Pushed [2025-09-16T10:47:56.474Z] d266eac7b838: Pushed [2025-09-16T10:47:56.474Z] f01e8c04631a: Pushed [2025-09-16T10:47:56.474Z] 7773717ccbc5: Layer already exists [2025-09-16T10:47:56.474Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:47:56.474Z] a14205dd35be: Pushed [2025-09-16T10:47:56.737Z] 5f70bf18a086: Layer already exists [2025-09-16T10:47:56.737Z] d1ba8dcd7948: Pushed [2025-09-16T10:47:56.737Z] 465d3c99cc1f: Pushed [2025-09-16T10:47:56.737Z] e4d3fe6752c5: Pushed [2025-09-16T10:47:56.737Z] 1e890da81ec9: Layer already exists [2025-09-16T10:47:56.737Z] 5a9cce54a142: Pushed [2025-09-16T10:47:57.001Z] c4124ddc15ff: Pushed [2025-09-16T10:47:59.562Z] 380de841ab5d: Pushed [2025-09-16T10:47:59.562Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:47:59.911Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:00.261Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-09-16T10:48:00.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-16T10:48:00.261Z] f01e8c04631a: Preparing [2025-09-16T10:48:00.261Z] 25e7a45e061c: Preparing [2025-09-16T10:48:00.261Z] 31b378048959: Preparing [2025-09-16T10:48:00.261Z] d266eac7b838: Preparing [2025-09-16T10:48:00.261Z] 2d290bb69998: Preparing [2025-09-16T10:48:00.261Z] a14205dd35be: Preparing [2025-09-16T10:48:00.261Z] 380de841ab5d: Preparing [2025-09-16T10:48:00.261Z] 7773717ccbc5: Preparing [2025-09-16T10:48:00.261Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:00.261Z] d1ba8dcd7948: Preparing [2025-09-16T10:48:00.261Z] 465d3c99cc1f: Preparing [2025-09-16T10:48:00.261Z] 5f70bf18a086: Preparing [2025-09-16T10:48:00.261Z] e4d3fe6752c5: Preparing [2025-09-16T10:48:00.261Z] c4124ddc15ff: Preparing [2025-09-16T10:48:00.261Z] 5a9cce54a142: Preparing [2025-09-16T10:48:00.261Z] 1e890da81ec9: Preparing [2025-09-16T10:48:00.261Z] d1ba8dcd7948: Waiting [2025-09-16T10:48:00.261Z] 465d3c99cc1f: Waiting [2025-09-16T10:48:00.261Z] 5f70bf18a086: Waiting [2025-09-16T10:48:00.261Z] 380de841ab5d: Waiting [2025-09-16T10:48:00.261Z] e4d3fe6752c5: Waiting [2025-09-16T10:48:00.261Z] a14205dd35be: Waiting [2025-09-16T10:48:00.261Z] 5a9cce54a142: Waiting [2025-09-16T10:48:00.261Z] c4124ddc15ff: Waiting [2025-09-16T10:48:00.261Z] 1e890da81ec9: Waiting [2025-09-16T10:48:00.261Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:00.261Z] f01e8c04631a: Layer already exists [2025-09-16T10:48:00.261Z] 31b378048959: Layer already exists [2025-09-16T10:48:00.261Z] 2d290bb69998: Layer already exists [2025-09-16T10:48:00.261Z] d266eac7b838: Layer already exists [2025-09-16T10:48:00.261Z] 25e7a45e061c: Layer already exists [2025-09-16T10:48:00.261Z] 380de841ab5d: Layer already exists [2025-09-16T10:48:00.261Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:00.261Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:00.261Z] a14205dd35be: Layer already exists [2025-09-16T10:48:00.261Z] d1ba8dcd7948: Layer already exists [2025-09-16T10:48:00.261Z] 465d3c99cc1f: Layer already exists [2025-09-16T10:48:00.261Z] c4124ddc15ff: Layer already exists [2025-09-16T10:48:00.261Z] 5a9cce54a142: Layer already exists [2025-09-16T10:48:00.261Z] e4d3fe6752c5: Layer already exists [2025-09-16T10:48:00.261Z] 5f70bf18a086: Layer already exists [2025-09-16T10:48:00.261Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:00.526Z] latest: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:00.882Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:01.236Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 [2025-09-16T10:48:01.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-16T10:48:01.236Z] f01e8c04631a: Preparing [2025-09-16T10:48:01.236Z] 25e7a45e061c: Preparing [2025-09-16T10:48:01.236Z] 31b378048959: Preparing [2025-09-16T10:48:01.236Z] d266eac7b838: Preparing [2025-09-16T10:48:01.236Z] 2d290bb69998: Preparing [2025-09-16T10:48:01.236Z] a14205dd35be: Preparing [2025-09-16T10:48:01.236Z] 380de841ab5d: Preparing [2025-09-16T10:48:01.236Z] 7773717ccbc5: Preparing [2025-09-16T10:48:01.236Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:01.236Z] d1ba8dcd7948: Preparing [2025-09-16T10:48:01.236Z] 465d3c99cc1f: Preparing [2025-09-16T10:48:01.236Z] 5f70bf18a086: Preparing [2025-09-16T10:48:01.236Z] e4d3fe6752c5: Preparing [2025-09-16T10:48:01.236Z] c4124ddc15ff: Preparing [2025-09-16T10:48:01.236Z] 5a9cce54a142: Preparing [2025-09-16T10:48:01.236Z] 1e890da81ec9: Preparing [2025-09-16T10:48:01.236Z] a14205dd35be: Waiting [2025-09-16T10:48:01.236Z] 7773717ccbc5: Waiting [2025-09-16T10:48:01.236Z] 380de841ab5d: Waiting [2025-09-16T10:48:01.236Z] 5f70bf18a086: Waiting [2025-09-16T10:48:01.236Z] e4d3fe6752c5: Waiting [2025-09-16T10:48:01.236Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:01.236Z] d1ba8dcd7948: Waiting [2025-09-16T10:48:01.236Z] c4124ddc15ff: Waiting [2025-09-16T10:48:01.236Z] 1e890da81ec9: Waiting [2025-09-16T10:48:01.236Z] 5a9cce54a142: Waiting [2025-09-16T10:48:01.236Z] 465d3c99cc1f: Waiting [2025-09-16T10:48:01.236Z] 25e7a45e061c: Layer already exists [2025-09-16T10:48:01.236Z] 2d290bb69998: Layer already exists [2025-09-16T10:48:01.236Z] f01e8c04631a: Layer already exists [2025-09-16T10:48:01.236Z] d266eac7b838: Layer already exists [2025-09-16T10:48:01.236Z] 31b378048959: Layer already exists [2025-09-16T10:48:01.236Z] d1ba8dcd7948: Layer already exists [2025-09-16T10:48:01.236Z] a14205dd35be: Layer already exists [2025-09-16T10:48:01.236Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:01.236Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:01.236Z] 380de841ab5d: Layer already exists [2025-09-16T10:48:01.236Z] 5f70bf18a086: Layer already exists [2025-09-16T10:48:01.236Z] 465d3c99cc1f: Layer already exists [2025-09-16T10:48:01.236Z] e4d3fe6752c5: Layer already exists [2025-09-16T10:48:01.236Z] 5a9cce54a142: Layer already exists [2025-09-16T10:48:01.236Z] c4124ddc15ff: Layer already exists [2025-09-16T10:48:01.501Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:01.501Z] 4.1.0-dev.61: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:01.859Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:02.204Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:02.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-16T10:48:02.204Z] f01e8c04631a: Preparing [2025-09-16T10:48:02.204Z] 25e7a45e061c: Preparing [2025-09-16T10:48:02.204Z] 31b378048959: Preparing [2025-09-16T10:48:02.204Z] d266eac7b838: Preparing [2025-09-16T10:48:02.204Z] 2d290bb69998: Preparing [2025-09-16T10:48:02.204Z] a14205dd35be: Preparing [2025-09-16T10:48:02.204Z] 380de841ab5d: Preparing [2025-09-16T10:48:02.204Z] 7773717ccbc5: Preparing [2025-09-16T10:48:02.204Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:02.204Z] d1ba8dcd7948: Preparing [2025-09-16T10:48:02.204Z] 465d3c99cc1f: Preparing [2025-09-16T10:48:02.204Z] 5f70bf18a086: Preparing [2025-09-16T10:48:02.204Z] e4d3fe6752c5: Preparing [2025-09-16T10:48:02.204Z] c4124ddc15ff: Preparing [2025-09-16T10:48:02.204Z] 5a9cce54a142: Preparing [2025-09-16T10:48:02.204Z] 1e890da81ec9: Preparing [2025-09-16T10:48:02.204Z] a14205dd35be: Waiting [2025-09-16T10:48:02.204Z] 465d3c99cc1f: Waiting [2025-09-16T10:48:02.204Z] 5f70bf18a086: Waiting [2025-09-16T10:48:02.204Z] e4d3fe6752c5: Waiting [2025-09-16T10:48:02.204Z] 380de841ab5d: Waiting [2025-09-16T10:48:02.204Z] c4124ddc15ff: Waiting [2025-09-16T10:48:02.204Z] 7773717ccbc5: Waiting [2025-09-16T10:48:02.204Z] 5a9cce54a142: Waiting [2025-09-16T10:48:02.204Z] 1e890da81ec9: Waiting [2025-09-16T10:48:02.204Z] d1ba8dcd7948: Waiting [2025-09-16T10:48:02.204Z] d266eac7b838: Layer already exists [2025-09-16T10:48:02.204Z] f01e8c04631a: Layer already exists [2025-09-16T10:48:02.204Z] 31b378048959: Layer already exists [2025-09-16T10:48:02.204Z] 25e7a45e061c: Layer already exists [2025-09-16T10:48:02.204Z] 2d290bb69998: Layer already exists [2025-09-16T10:48:02.204Z] a14205dd35be: Layer already exists [2025-09-16T10:48:02.204Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:02.204Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:02.204Z] 380de841ab5d: Layer already exists [2025-09-16T10:48:02.204Z] d1ba8dcd7948: Layer already exists [2025-09-16T10:48:02.204Z] 465d3c99cc1f: Layer already exists [2025-09-16T10:48:02.204Z] 5f70bf18a086: Layer already exists [2025-09-16T10:48:02.204Z] c4124ddc15ff: Layer already exists [2025-09-16T10:48:02.204Z] e4d3fe6752c5: Layer already exists [2025-09-16T10:48:02.204Z] 5a9cce54a142: Layer already exists [2025-09-16T10:48:02.204Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:02.468Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:02.824Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:03.179Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-09-16T10:48:03.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-16T10:48:03.179Z] f01e8c04631a: Preparing [2025-09-16T10:48:03.179Z] 25e7a45e061c: Preparing [2025-09-16T10:48:03.179Z] 31b378048959: Preparing [2025-09-16T10:48:03.179Z] d266eac7b838: Preparing [2025-09-16T10:48:03.179Z] 2d290bb69998: Preparing [2025-09-16T10:48:03.179Z] a14205dd35be: Preparing [2025-09-16T10:48:03.179Z] 380de841ab5d: Preparing [2025-09-16T10:48:03.179Z] 7773717ccbc5: Preparing [2025-09-16T10:48:03.179Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:03.179Z] d1ba8dcd7948: Preparing [2025-09-16T10:48:03.179Z] 465d3c99cc1f: Preparing [2025-09-16T10:48:03.179Z] 5f70bf18a086: Preparing [2025-09-16T10:48:03.179Z] e4d3fe6752c5: Preparing [2025-09-16T10:48:03.179Z] c4124ddc15ff: Preparing [2025-09-16T10:48:03.179Z] 5a9cce54a142: Preparing [2025-09-16T10:48:03.179Z] 1e890da81ec9: Preparing [2025-09-16T10:48:03.179Z] d1ba8dcd7948: Waiting [2025-09-16T10:48:03.179Z] 465d3c99cc1f: Waiting [2025-09-16T10:48:03.179Z] 5f70bf18a086: Waiting [2025-09-16T10:48:03.179Z] e4d3fe6752c5: Waiting [2025-09-16T10:48:03.179Z] c4124ddc15ff: Waiting [2025-09-16T10:48:03.179Z] 5a9cce54a142: Waiting [2025-09-16T10:48:03.179Z] 1e890da81ec9: Waiting [2025-09-16T10:48:03.179Z] 380de841ab5d: Waiting [2025-09-16T10:48:03.179Z] 7773717ccbc5: Waiting [2025-09-16T10:48:03.179Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:03.179Z] f01e8c04631a: Layer already exists [2025-09-16T10:48:03.179Z] d266eac7b838: Layer already exists [2025-09-16T10:48:03.179Z] 31b378048959: Layer already exists [2025-09-16T10:48:03.179Z] 2d290bb69998: Layer already exists [2025-09-16T10:48:03.179Z] 25e7a45e061c: Layer already exists [2025-09-16T10:48:03.179Z] a14205dd35be: Layer already exists [2025-09-16T10:48:03.179Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:03.179Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:03.179Z] 380de841ab5d: Layer already exists [2025-09-16T10:48:03.179Z] d1ba8dcd7948: Layer already exists [2025-09-16T10:48:03.179Z] c4124ddc15ff: Layer already exists [2025-09-16T10:48:03.179Z] 5a9cce54a142: Layer already exists [2025-09-16T10:48:03.179Z] 465d3c99cc1f: Layer already exists [2025-09-16T10:48:03.179Z] e4d3fe6752c5: Layer already exists [2025-09-16T10:48:03.179Z] 5f70bf18a086: Layer already exists [2025-09-16T10:48:03.179Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:03.444Z] main: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:48:03.530Z] ===================================================== [Pipeline] echo [2025-09-16T10:48:03.544Z] taggedImages: [2025-09-16T10:48:03.545Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:03.545Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-09-16T10:48:03.545Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 [2025-09-16T10:48:03.545Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:03.545Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-09-16T10:48:03.571Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-09-16T10:48:03.571Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:03.571Z] latest [2025-09-16T10:48:03.571Z] 4.1.0-dev.61 [2025-09-16T10:48:03.571Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:03.571Z] main [2025-09-16T10:48:03.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:03.937Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:04.283Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:04.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-16T10:48:04.284Z] 965cb16a942b: Preparing [2025-09-16T10:48:04.284Z] 432845cd2d63: Preparing [2025-09-16T10:48:04.284Z] 485f83b8018a: Preparing [2025-09-16T10:48:04.284Z] 21c8458e1f20: Preparing [2025-09-16T10:48:04.284Z] 7773717ccbc5: Preparing [2025-09-16T10:48:04.284Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:04.284Z] a3051721faec: Preparing [2025-09-16T10:48:04.284Z] 2cf163e317b0: Preparing [2025-09-16T10:48:04.284Z] 1e890da81ec9: Preparing [2025-09-16T10:48:04.284Z] a3051721faec: Waiting [2025-09-16T10:48:04.284Z] 2cf163e317b0: Waiting [2025-09-16T10:48:04.284Z] 1e890da81ec9: Waiting [2025-09-16T10:48:04.284Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:04.284Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:04.548Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:04.548Z] a3051721faec: Layer already exists [2025-09-16T10:48:04.548Z] 432845cd2d63: Pushed [2025-09-16T10:48:04.548Z] 485f83b8018a: Pushed [2025-09-16T10:48:04.548Z] 965cb16a942b: Pushed [2025-09-16T10:48:04.548Z] 2cf163e317b0: Layer already exists [2025-09-16T10:48:04.548Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:12.726Z] 21c8458e1f20: Pushed [2025-09-16T10:48:12.726Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:13.082Z] + 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 [2025-09-16T10:48:13.435Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-09-16T10:48:13.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-16T10:48:13.435Z] 965cb16a942b: Preparing [2025-09-16T10:48:13.435Z] 432845cd2d63: Preparing [2025-09-16T10:48:13.435Z] 485f83b8018a: Preparing [2025-09-16T10:48:13.435Z] 21c8458e1f20: Preparing [2025-09-16T10:48:13.435Z] 7773717ccbc5: Preparing [2025-09-16T10:48:13.435Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:13.435Z] a3051721faec: Preparing [2025-09-16T10:48:13.435Z] 2cf163e317b0: Preparing [2025-09-16T10:48:13.435Z] 1e890da81ec9: Preparing [2025-09-16T10:48:13.435Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:13.435Z] a3051721faec: Waiting [2025-09-16T10:48:13.435Z] 2cf163e317b0: Waiting [2025-09-16T10:48:13.435Z] 485f83b8018a: Layer already exists [2025-09-16T10:48:13.435Z] 432845cd2d63: Layer already exists [2025-09-16T10:48:13.435Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:13.435Z] 21c8458e1f20: Layer already exists [2025-09-16T10:48:13.435Z] 965cb16a942b: Layer already exists [2025-09-16T10:48:13.435Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:13.435Z] 2cf163e317b0: Layer already exists [2025-09-16T10:48:13.435Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:13.435Z] a3051721faec: Layer already exists [2025-09-16T10:48:13.698Z] latest: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:14.045Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:15.342Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 [2025-09-16T10:48:15.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-16T10:48:15.342Z] 965cb16a942b: Preparing [2025-09-16T10:48:15.342Z] 432845cd2d63: Preparing [2025-09-16T10:48:15.342Z] 485f83b8018a: Preparing [2025-09-16T10:48:15.342Z] 21c8458e1f20: Preparing [2025-09-16T10:48:15.342Z] 7773717ccbc5: Preparing [2025-09-16T10:48:15.342Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:15.342Z] a3051721faec: Preparing [2025-09-16T10:48:15.342Z] 2cf163e317b0: Preparing [2025-09-16T10:48:15.342Z] a3051721faec: Waiting [2025-09-16T10:48:15.342Z] 1e890da81ec9: Preparing [2025-09-16T10:48:15.342Z] 2cf163e317b0: Waiting [2025-09-16T10:48:15.342Z] 1e890da81ec9: Waiting [2025-09-16T10:48:15.342Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:15.342Z] 432845cd2d63: Layer already exists [2025-09-16T10:48:15.342Z] 21c8458e1f20: Layer already exists [2025-09-16T10:48:15.342Z] 485f83b8018a: Layer already exists [2025-09-16T10:48:15.342Z] 965cb16a942b: Layer already exists [2025-09-16T10:48:15.342Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:15.342Z] a3051721faec: Layer already exists [2025-09-16T10:48:15.342Z] 2cf163e317b0: Layer already exists [2025-09-16T10:48:15.342Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:15.605Z] 4.1.0-dev.61: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:15.957Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:16.307Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:16.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-16T10:48:16.307Z] 965cb16a942b: Preparing [2025-09-16T10:48:16.307Z] 432845cd2d63: Preparing [2025-09-16T10:48:16.307Z] 485f83b8018a: Preparing [2025-09-16T10:48:16.307Z] 21c8458e1f20: Preparing [2025-09-16T10:48:16.307Z] 7773717ccbc5: Preparing [2025-09-16T10:48:16.307Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:16.307Z] a3051721faec: Preparing [2025-09-16T10:48:16.307Z] 2cf163e317b0: Preparing [2025-09-16T10:48:16.307Z] 1e890da81ec9: Preparing [2025-09-16T10:48:16.307Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:16.307Z] a3051721faec: Waiting [2025-09-16T10:48:16.307Z] 2cf163e317b0: Waiting [2025-09-16T10:48:16.307Z] 1e890da81ec9: Waiting [2025-09-16T10:48:16.307Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:16.307Z] 965cb16a942b: Layer already exists [2025-09-16T10:48:16.307Z] 485f83b8018a: Layer already exists [2025-09-16T10:48:16.307Z] 21c8458e1f20: Layer already exists [2025-09-16T10:48:16.307Z] 432845cd2d63: Layer already exists [2025-09-16T10:48:16.307Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:16.307Z] 2cf163e317b0: Layer already exists [2025-09-16T10:48:16.307Z] a3051721faec: Layer already exists [2025-09-16T10:48:16.307Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:16.571Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:16.921Z] + 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 [2025-09-16T10:48:17.268Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-09-16T10:48:17.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-16T10:48:17.268Z] 965cb16a942b: Preparing [2025-09-16T10:48:17.268Z] 432845cd2d63: Preparing [2025-09-16T10:48:17.268Z] 485f83b8018a: Preparing [2025-09-16T10:48:17.268Z] 21c8458e1f20: Preparing [2025-09-16T10:48:17.268Z] 7773717ccbc5: Preparing [2025-09-16T10:48:17.268Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:17.268Z] a3051721faec: Preparing [2025-09-16T10:48:17.268Z] 2cf163e317b0: Preparing [2025-09-16T10:48:17.268Z] 1e890da81ec9: Preparing [2025-09-16T10:48:17.268Z] a3051721faec: Waiting [2025-09-16T10:48:17.268Z] 2cf163e317b0: Waiting [2025-09-16T10:48:17.268Z] 1e890da81ec9: Waiting [2025-09-16T10:48:17.268Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:17.268Z] 965cb16a942b: Layer already exists [2025-09-16T10:48:17.268Z] 21c8458e1f20: Layer already exists [2025-09-16T10:48:17.268Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:17.268Z] 485f83b8018a: Layer already exists [2025-09-16T10:48:17.268Z] 432845cd2d63: Layer already exists [2025-09-16T10:48:17.268Z] a3051721faec: Layer already exists [2025-09-16T10:48:17.268Z] 2cf163e317b0: Layer already exists [2025-09-16T10:48:17.268Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:17.268Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:17.531Z] main: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:48:17.614Z] ===================================================== [Pipeline] echo [2025-09-16T10:48:17.633Z] taggedImages: [2025-09-16T10:48:17.633Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:17.633Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-09-16T10:48:17.633Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 [2025-09-16T10:48:17.633Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:17.633Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-09-16T10:48:17.667Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-09-16T10:48:17.667Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:17.667Z] latest [2025-09-16T10:48:17.667Z] 4.1.0-dev.61 [2025-09-16T10:48:17.667Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:17.667Z] main [2025-09-16T10:48:17.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:18.044Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:18.389Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:18.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-16T10:48:18.389Z] 464438abfca4: Preparing [2025-09-16T10:48:18.389Z] 89e9fee90921: Preparing [2025-09-16T10:48:18.389Z] c8c4a00b1492: Preparing [2025-09-16T10:48:18.389Z] 7a02a98a310a: Preparing [2025-09-16T10:48:18.389Z] 9703951367a2: Preparing [2025-09-16T10:48:18.389Z] 7773717ccbc5: Preparing [2025-09-16T10:48:18.389Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:18.389Z] 7773717ccbc5: Waiting [2025-09-16T10:48:18.389Z] ebf2e546f689: Preparing [2025-09-16T10:48:18.389Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:18.389Z] 8763cbf80acb: Preparing [2025-09-16T10:48:18.389Z] ebf2e546f689: Waiting [2025-09-16T10:48:18.389Z] 8763cbf80acb: Waiting [2025-09-16T10:48:18.389Z] 6d8e8906ec7f: Preparing [2025-09-16T10:48:18.389Z] 1e890da81ec9: Preparing [2025-09-16T10:48:18.389Z] 6d8e8906ec7f: Waiting [2025-09-16T10:48:18.389Z] 1e890da81ec9: Waiting [2025-09-16T10:48:18.653Z] 9703951367a2: Pushed [2025-09-16T10:48:18.653Z] 7a02a98a310a: Pushed [2025-09-16T10:48:18.653Z] 464438abfca4: Pushed [2025-09-16T10:48:18.653Z] 89e9fee90921: Pushed [2025-09-16T10:48:18.653Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:18.653Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:18.653Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:18.653Z] ebf2e546f689: Pushed [2025-09-16T10:48:18.919Z] 8763cbf80acb: Pushed [2025-09-16T10:48:21.484Z] 6d8e8906ec7f: Pushed [2025-09-16T10:48:24.802Z] c8c4a00b1492: Pushed [2025-09-16T10:48:24.802Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:25.152Z] + 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 [2025-09-16T10:48:25.503Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-09-16T10:48:25.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-16T10:48:25.503Z] 464438abfca4: Preparing [2025-09-16T10:48:25.503Z] 89e9fee90921: Preparing [2025-09-16T10:48:25.503Z] c8c4a00b1492: Preparing [2025-09-16T10:48:25.503Z] 7a02a98a310a: Preparing [2025-09-16T10:48:25.503Z] 9703951367a2: Preparing [2025-09-16T10:48:25.503Z] 7773717ccbc5: Preparing [2025-09-16T10:48:25.503Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:25.503Z] ebf2e546f689: Preparing [2025-09-16T10:48:25.503Z] 8763cbf80acb: Preparing [2025-09-16T10:48:25.503Z] 6d8e8906ec7f: Preparing [2025-09-16T10:48:25.503Z] 1e890da81ec9: Preparing [2025-09-16T10:48:25.503Z] ebf2e546f689: Waiting [2025-09-16T10:48:25.503Z] 8763cbf80acb: Waiting [2025-09-16T10:48:25.503Z] 6d8e8906ec7f: Waiting [2025-09-16T10:48:25.503Z] 7773717ccbc5: Waiting [2025-09-16T10:48:25.503Z] 1e890da81ec9: Waiting [2025-09-16T10:48:25.503Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:25.503Z] 89e9fee90921: Layer already exists [2025-09-16T10:48:25.503Z] 7a02a98a310a: Layer already exists [2025-09-16T10:48:25.503Z] 9703951367a2: Layer already exists [2025-09-16T10:48:25.503Z] 464438abfca4: Layer already exists [2025-09-16T10:48:25.503Z] c8c4a00b1492: Layer already exists [2025-09-16T10:48:25.503Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:25.503Z] 8763cbf80acb: Layer already exists [2025-09-16T10:48:25.503Z] ebf2e546f689: Layer already exists [2025-09-16T10:48:25.503Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:25.503Z] 6d8e8906ec7f: Layer already exists [2025-09-16T10:48:25.503Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:25.767Z] latest: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:26.124Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:26.473Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 [2025-09-16T10:48:26.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-16T10:48:26.473Z] 464438abfca4: Preparing [2025-09-16T10:48:26.473Z] 89e9fee90921: Preparing [2025-09-16T10:48:26.473Z] c8c4a00b1492: Preparing [2025-09-16T10:48:26.473Z] 7a02a98a310a: Preparing [2025-09-16T10:48:26.473Z] 9703951367a2: Preparing [2025-09-16T10:48:26.473Z] 7773717ccbc5: Preparing [2025-09-16T10:48:26.473Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:26.473Z] ebf2e546f689: Preparing [2025-09-16T10:48:26.473Z] 8763cbf80acb: Preparing [2025-09-16T10:48:26.473Z] 6d8e8906ec7f: Preparing [2025-09-16T10:48:26.473Z] 1e890da81ec9: Preparing [2025-09-16T10:48:26.473Z] 7773717ccbc5: Waiting [2025-09-16T10:48:26.473Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:26.473Z] 8763cbf80acb: Waiting [2025-09-16T10:48:26.473Z] 6d8e8906ec7f: Waiting [2025-09-16T10:48:26.473Z] 1e890da81ec9: Waiting [2025-09-16T10:48:26.473Z] ebf2e546f689: Waiting [2025-09-16T10:48:26.473Z] 9703951367a2: Layer already exists [2025-09-16T10:48:26.473Z] 464438abfca4: Layer already exists [2025-09-16T10:48:26.473Z] 89e9fee90921: Layer already exists [2025-09-16T10:48:26.473Z] c8c4a00b1492: Layer already exists [2025-09-16T10:48:26.473Z] 7a02a98a310a: Layer already exists [2025-09-16T10:48:26.473Z] 8763cbf80acb: Layer already exists [2025-09-16T10:48:26.473Z] ebf2e546f689: Layer already exists [2025-09-16T10:48:26.473Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:26.473Z] 6d8e8906ec7f: Layer already exists [2025-09-16T10:48:26.473Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:26.473Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:26.737Z] 4.1.0-dev.61: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:27.094Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:27.498Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:27.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-16T10:48:27.498Z] 464438abfca4: Preparing [2025-09-16T10:48:27.498Z] 89e9fee90921: Preparing [2025-09-16T10:48:27.498Z] c8c4a00b1492: Preparing [2025-09-16T10:48:27.498Z] 7a02a98a310a: Preparing [2025-09-16T10:48:27.498Z] 9703951367a2: Preparing [2025-09-16T10:48:27.498Z] 7773717ccbc5: Preparing [2025-09-16T10:48:27.498Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:27.498Z] ebf2e546f689: Preparing [2025-09-16T10:48:27.498Z] 8763cbf80acb: Preparing [2025-09-16T10:48:27.498Z] 6d8e8906ec7f: Preparing [2025-09-16T10:48:27.498Z] 1e890da81ec9: Preparing [2025-09-16T10:48:27.498Z] ebf2e546f689: Waiting [2025-09-16T10:48:27.498Z] 8763cbf80acb: Waiting [2025-09-16T10:48:27.498Z] 6d8e8906ec7f: Waiting [2025-09-16T10:48:27.498Z] 1e890da81ec9: Waiting [2025-09-16T10:48:27.498Z] 7773717ccbc5: Waiting [2025-09-16T10:48:27.498Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:27.498Z] 464438abfca4: Layer already exists [2025-09-16T10:48:27.498Z] 9703951367a2: Layer already exists [2025-09-16T10:48:27.498Z] 89e9fee90921: Layer already exists [2025-09-16T10:48:27.498Z] 7a02a98a310a: Layer already exists [2025-09-16T10:48:27.498Z] c8c4a00b1492: Layer already exists [2025-09-16T10:48:27.498Z] ebf2e546f689: Layer already exists [2025-09-16T10:48:27.498Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:27.498Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:27.498Z] 8763cbf80acb: Layer already exists [2025-09-16T10:48:27.498Z] 6d8e8906ec7f: Layer already exists [2025-09-16T10:48:27.498Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:27.761Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:28.108Z] + 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 [2025-09-16T10:48:28.445Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-09-16T10:48:28.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-16T10:48:28.446Z] 464438abfca4: Preparing [2025-09-16T10:48:28.446Z] 89e9fee90921: Preparing [2025-09-16T10:48:28.446Z] c8c4a00b1492: Preparing [2025-09-16T10:48:28.446Z] 7a02a98a310a: Preparing [2025-09-16T10:48:28.446Z] 9703951367a2: Preparing [2025-09-16T10:48:28.446Z] 7773717ccbc5: Preparing [2025-09-16T10:48:28.446Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:28.446Z] 7773717ccbc5: Waiting [2025-09-16T10:48:28.446Z] ebf2e546f689: Preparing [2025-09-16T10:48:28.446Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:28.446Z] 8763cbf80acb: Preparing [2025-09-16T10:48:28.446Z] ebf2e546f689: Waiting [2025-09-16T10:48:28.446Z] 8763cbf80acb: Waiting [2025-09-16T10:48:28.446Z] 6d8e8906ec7f: Preparing [2025-09-16T10:48:28.446Z] 1e890da81ec9: Preparing [2025-09-16T10:48:28.446Z] 1e890da81ec9: Waiting [2025-09-16T10:48:28.446Z] 6d8e8906ec7f: Waiting [2025-09-16T10:48:28.446Z] 9703951367a2: Layer already exists [2025-09-16T10:48:28.446Z] 7a02a98a310a: Layer already exists [2025-09-16T10:48:28.446Z] c8c4a00b1492: Layer already exists [2025-09-16T10:48:28.446Z] 89e9fee90921: Layer already exists [2025-09-16T10:48:28.446Z] 464438abfca4: Layer already exists [2025-09-16T10:48:28.446Z] ebf2e546f689: Layer already exists [2025-09-16T10:48:28.446Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:28.446Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:28.446Z] 6d8e8906ec7f: Layer already exists [2025-09-16T10:48:28.446Z] 8763cbf80acb: Layer already exists [2025-09-16T10:48:28.446Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:28.709Z] main: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:48:28.794Z] ===================================================== [Pipeline] echo [2025-09-16T10:48:28.812Z] taggedImages: [2025-09-16T10:48:28.812Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:28.812Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-09-16T10:48:28.812Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 [2025-09-16T10:48:28.812Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:28.812Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-09-16T10:48:28.853Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-09-16T10:48:28.853Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:28.853Z] latest [2025-09-16T10:48:28.853Z] 4.1.0-dev.61 [2025-09-16T10:48:28.853Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:28.853Z] main [2025-09-16T10:48:28.853Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:29.234Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:29.580Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:29.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-16T10:48:29.581Z] a61c38646a5c: Preparing [2025-09-16T10:48:29.581Z] 49cc26c65356: Preparing [2025-09-16T10:48:29.581Z] 0eb020b86222: Preparing [2025-09-16T10:48:29.581Z] 830dc52023dd: Preparing [2025-09-16T10:48:29.581Z] 21b2531c27ad: Preparing [2025-09-16T10:48:29.581Z] c991dbdddd85: Preparing [2025-09-16T10:48:29.581Z] d11bfa054b40: Preparing [2025-09-16T10:48:29.581Z] 7773717ccbc5: Preparing [2025-09-16T10:48:29.581Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:29.581Z] 97ee4c9f30c5: Preparing [2025-09-16T10:48:29.581Z] 42c39e4e1f6d: Preparing [2025-09-16T10:48:29.581Z] 1e890da81ec9: Preparing [2025-09-16T10:48:29.581Z] c991dbdddd85: Waiting [2025-09-16T10:48:29.581Z] d11bfa054b40: Waiting [2025-09-16T10:48:29.581Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:29.581Z] 7773717ccbc5: Waiting [2025-09-16T10:48:29.581Z] 97ee4c9f30c5: Waiting [2025-09-16T10:48:29.581Z] 1e890da81ec9: Waiting [2025-09-16T10:48:29.845Z] 21b2531c27ad: Pushed [2025-09-16T10:48:29.845Z] 49cc26c65356: Pushed [2025-09-16T10:48:29.845Z] a61c38646a5c: Pushed [2025-09-16T10:48:29.845Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:29.845Z] c991dbdddd85: Pushed [2025-09-16T10:48:29.845Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:30.107Z] d11bfa054b40: Pushed [2025-09-16T10:48:30.371Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:30.371Z] 97ee4c9f30c5: Pushed [2025-09-16T10:48:33.136Z] 42c39e4e1f6d: Pushed [2025-09-16T10:48:36.505Z] 830dc52023dd: Pushed [2025-09-16T10:48:36.505Z] 0eb020b86222: Pushed [2025-09-16T10:48:38.434Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:38.793Z] + 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 [2025-09-16T10:48:39.149Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-09-16T10:48:39.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-16T10:48:39.149Z] a61c38646a5c: Preparing [2025-09-16T10:48:39.149Z] 49cc26c65356: Preparing [2025-09-16T10:48:39.149Z] 0eb020b86222: Preparing [2025-09-16T10:48:39.149Z] 830dc52023dd: Preparing [2025-09-16T10:48:39.149Z] 21b2531c27ad: Preparing [2025-09-16T10:48:39.149Z] c991dbdddd85: Preparing [2025-09-16T10:48:39.149Z] d11bfa054b40: Preparing [2025-09-16T10:48:39.149Z] 7773717ccbc5: Preparing [2025-09-16T10:48:39.149Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:39.149Z] 97ee4c9f30c5: Preparing [2025-09-16T10:48:39.149Z] 42c39e4e1f6d: Preparing [2025-09-16T10:48:39.149Z] 1e890da81ec9: Preparing [2025-09-16T10:48:39.149Z] c991dbdddd85: Waiting [2025-09-16T10:48:39.149Z] 7773717ccbc5: Waiting [2025-09-16T10:48:39.149Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:39.149Z] 97ee4c9f30c5: Waiting [2025-09-16T10:48:39.149Z] 42c39e4e1f6d: Waiting [2025-09-16T10:48:39.149Z] 1e890da81ec9: Waiting [2025-09-16T10:48:39.149Z] d11bfa054b40: Waiting [2025-09-16T10:48:39.149Z] 49cc26c65356: Layer already exists [2025-09-16T10:48:39.149Z] a61c38646a5c: Layer already exists [2025-09-16T10:48:39.149Z] 0eb020b86222: Layer already exists [2025-09-16T10:48:39.149Z] 21b2531c27ad: Layer already exists [2025-09-16T10:48:39.149Z] 830dc52023dd: Layer already exists [2025-09-16T10:48:39.149Z] d11bfa054b40: Layer already exists [2025-09-16T10:48:39.149Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:39.149Z] 97ee4c9f30c5: Layer already exists [2025-09-16T10:48:39.149Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:39.149Z] c991dbdddd85: Layer already exists [2025-09-16T10:48:39.149Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:39.149Z] 42c39e4e1f6d: Layer already exists [2025-09-16T10:48:39.413Z] latest: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:39.767Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:40.124Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 [2025-09-16T10:48:40.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-16T10:48:40.124Z] a61c38646a5c: Preparing [2025-09-16T10:48:40.124Z] 49cc26c65356: Preparing [2025-09-16T10:48:40.124Z] 0eb020b86222: Preparing [2025-09-16T10:48:40.124Z] 830dc52023dd: Preparing [2025-09-16T10:48:40.124Z] 21b2531c27ad: Preparing [2025-09-16T10:48:40.124Z] c991dbdddd85: Preparing [2025-09-16T10:48:40.124Z] d11bfa054b40: Preparing [2025-09-16T10:48:40.124Z] 7773717ccbc5: Preparing [2025-09-16T10:48:40.124Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:40.124Z] 97ee4c9f30c5: Preparing [2025-09-16T10:48:40.124Z] 42c39e4e1f6d: Preparing [2025-09-16T10:48:40.124Z] 1e890da81ec9: Preparing [2025-09-16T10:48:40.124Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:40.124Z] 97ee4c9f30c5: Waiting [2025-09-16T10:48:40.124Z] 42c39e4e1f6d: Waiting [2025-09-16T10:48:40.124Z] 1e890da81ec9: Waiting [2025-09-16T10:48:40.124Z] d11bfa054b40: Waiting [2025-09-16T10:48:40.124Z] 7773717ccbc5: Waiting [2025-09-16T10:48:40.124Z] c991dbdddd85: Waiting [2025-09-16T10:48:40.124Z] 830dc52023dd: Layer already exists [2025-09-16T10:48:40.124Z] 21b2531c27ad: Layer already exists [2025-09-16T10:48:40.124Z] 49cc26c65356: Layer already exists [2025-09-16T10:48:40.124Z] a61c38646a5c: Layer already exists [2025-09-16T10:48:40.124Z] 0eb020b86222: Layer already exists [2025-09-16T10:48:40.124Z] c991dbdddd85: Layer already exists [2025-09-16T10:48:40.124Z] d11bfa054b40: Layer already exists [2025-09-16T10:48:40.124Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:40.124Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:40.124Z] 97ee4c9f30c5: Layer already exists [2025-09-16T10:48:40.124Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:40.124Z] 42c39e4e1f6d: Layer already exists [2025-09-16T10:48:40.390Z] 4.1.0-dev.61: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:40.742Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:41.089Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:41.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-16T10:48:41.089Z] a61c38646a5c: Preparing [2025-09-16T10:48:41.089Z] 49cc26c65356: Preparing [2025-09-16T10:48:41.089Z] 0eb020b86222: Preparing [2025-09-16T10:48:41.089Z] 830dc52023dd: Preparing [2025-09-16T10:48:41.089Z] 21b2531c27ad: Preparing [2025-09-16T10:48:41.089Z] c991dbdddd85: Preparing [2025-09-16T10:48:41.089Z] d11bfa054b40: Preparing [2025-09-16T10:48:41.089Z] 7773717ccbc5: Preparing [2025-09-16T10:48:41.089Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:41.089Z] 97ee4c9f30c5: Preparing [2025-09-16T10:48:41.089Z] 42c39e4e1f6d: Preparing [2025-09-16T10:48:41.089Z] 1e890da81ec9: Preparing [2025-09-16T10:48:41.089Z] 7773717ccbc5: Waiting [2025-09-16T10:48:41.089Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:41.089Z] 97ee4c9f30c5: Waiting [2025-09-16T10:48:41.089Z] 42c39e4e1f6d: Waiting [2025-09-16T10:48:41.089Z] 1e890da81ec9: Waiting [2025-09-16T10:48:41.089Z] c991dbdddd85: Waiting [2025-09-16T10:48:41.089Z] d11bfa054b40: Waiting [2025-09-16T10:48:41.089Z] 49cc26c65356: Layer already exists [2025-09-16T10:48:41.089Z] 21b2531c27ad: Layer already exists [2025-09-16T10:48:41.089Z] 0eb020b86222: Layer already exists [2025-09-16T10:48:41.089Z] a61c38646a5c: Layer already exists [2025-09-16T10:48:41.089Z] 830dc52023dd: Layer already exists [2025-09-16T10:48:41.089Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:41.089Z] d11bfa054b40: Layer already exists [2025-09-16T10:48:41.089Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:41.089Z] c991dbdddd85: Layer already exists [2025-09-16T10:48:41.089Z] 97ee4c9f30c5: Layer already exists [2025-09-16T10:48:41.089Z] 42c39e4e1f6d: Layer already exists [2025-09-16T10:48:41.089Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:41.352Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:41.706Z] + 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 [2025-09-16T10:48:42.048Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-09-16T10:48:42.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-16T10:48:42.048Z] a61c38646a5c: Preparing [2025-09-16T10:48:42.048Z] 49cc26c65356: Preparing [2025-09-16T10:48:42.048Z] 0eb020b86222: Preparing [2025-09-16T10:48:42.048Z] 830dc52023dd: Preparing [2025-09-16T10:48:42.048Z] 21b2531c27ad: Preparing [2025-09-16T10:48:42.048Z] c991dbdddd85: Preparing [2025-09-16T10:48:42.048Z] d11bfa054b40: Preparing [2025-09-16T10:48:42.048Z] 7773717ccbc5: Preparing [2025-09-16T10:48:42.048Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:42.048Z] 97ee4c9f30c5: Preparing [2025-09-16T10:48:42.048Z] 42c39e4e1f6d: Preparing [2025-09-16T10:48:42.048Z] 1e890da81ec9: Preparing [2025-09-16T10:48:42.048Z] c991dbdddd85: Waiting [2025-09-16T10:48:42.048Z] d11bfa054b40: Waiting [2025-09-16T10:48:42.048Z] 7773717ccbc5: Waiting [2025-09-16T10:48:42.048Z] 8c8599dbb6a4: Waiting [2025-09-16T10:48:42.048Z] 97ee4c9f30c5: Waiting [2025-09-16T10:48:42.048Z] 42c39e4e1f6d: Waiting [2025-09-16T10:48:42.048Z] 1e890da81ec9: Waiting [2025-09-16T10:48:42.048Z] 49cc26c65356: Layer already exists [2025-09-16T10:48:42.048Z] 21b2531c27ad: Layer already exists [2025-09-16T10:48:42.048Z] a61c38646a5c: Layer already exists [2025-09-16T10:48:42.048Z] 830dc52023dd: Layer already exists [2025-09-16T10:48:42.048Z] 0eb020b86222: Layer already exists [2025-09-16T10:48:42.048Z] c991dbdddd85: Layer already exists [2025-09-16T10:48:42.048Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:42.048Z] d11bfa054b40: Layer already exists [2025-09-16T10:48:42.048Z] 97ee4c9f30c5: Layer already exists [2025-09-16T10:48:42.048Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:42.048Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:42.048Z] 42c39e4e1f6d: Layer already exists [2025-09-16T10:48:42.312Z] main: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:48:42.385Z] ===================================================== [Pipeline] echo [2025-09-16T10:48:42.400Z] taggedImages: [2025-09-16T10:48:42.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:42.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-09-16T10:48:42.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 [2025-09-16T10:48:42.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:42.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-09-16T10:48:42.433Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-09-16T10:48:42.433Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:42.433Z] latest [2025-09-16T10:48:42.433Z] 4.1.0-dev.61 [2025-09-16T10:48:42.433Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:42.433Z] main [2025-09-16T10:48:42.433Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:42.786Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:43.130Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:43.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-16T10:48:43.131Z] 143626bdde5d: Preparing [2025-09-16T10:48:43.131Z] 29735bf35cd3: Preparing [2025-09-16T10:48:43.131Z] 7773717ccbc5: Preparing [2025-09-16T10:48:43.131Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:43.131Z] 2577ce5c14ae: Preparing [2025-09-16T10:48:43.131Z] afab4bd0aaaf: Preparing [2025-09-16T10:48:43.131Z] 1e890da81ec9: Preparing [2025-09-16T10:48:43.131Z] afab4bd0aaaf: Waiting [2025-09-16T10:48:43.131Z] 1e890da81ec9: Waiting [2025-09-16T10:48:43.131Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:43.131Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:43.394Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:43.394Z] 143626bdde5d: Pushed [2025-09-16T10:48:43.658Z] 2577ce5c14ae: Pushed [2025-09-16T10:48:45.586Z] afab4bd0aaaf: Pushed [2025-09-16T10:48:50.901Z] 29735bf35cd3: Pushed [2025-09-16T10:48:50.901Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:51.257Z] + 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 [2025-09-16T10:48:51.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-09-16T10:48:51.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-16T10:48:51.603Z] 143626bdde5d: Preparing [2025-09-16T10:48:51.603Z] 29735bf35cd3: Preparing [2025-09-16T10:48:51.603Z] 7773717ccbc5: Preparing [2025-09-16T10:48:51.603Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:51.603Z] 2577ce5c14ae: Preparing [2025-09-16T10:48:51.603Z] afab4bd0aaaf: Preparing [2025-09-16T10:48:51.603Z] 1e890da81ec9: Preparing [2025-09-16T10:48:51.603Z] afab4bd0aaaf: Waiting [2025-09-16T10:48:51.603Z] 1e890da81ec9: Waiting [2025-09-16T10:48:51.603Z] 29735bf35cd3: Layer already exists [2025-09-16T10:48:51.603Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:51.603Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:51.603Z] 2577ce5c14ae: Layer already exists [2025-09-16T10:48:51.603Z] 143626bdde5d: Layer already exists [2025-09-16T10:48:51.603Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:51.603Z] afab4bd0aaaf: Layer already exists [2025-09-16T10:48:51.603Z] latest: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:52.270Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:52.616Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 [2025-09-16T10:48:52.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-16T10:48:52.616Z] 143626bdde5d: Preparing [2025-09-16T10:48:52.616Z] 29735bf35cd3: Preparing [2025-09-16T10:48:52.616Z] 7773717ccbc5: Preparing [2025-09-16T10:48:52.616Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:52.616Z] 2577ce5c14ae: Preparing [2025-09-16T10:48:52.616Z] afab4bd0aaaf: Preparing [2025-09-16T10:48:52.616Z] 1e890da81ec9: Preparing [2025-09-16T10:48:52.616Z] 1e890da81ec9: Waiting [2025-09-16T10:48:52.616Z] afab4bd0aaaf: Waiting [2025-09-16T10:48:52.616Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:52.616Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:52.616Z] 29735bf35cd3: Layer already exists [2025-09-16T10:48:52.616Z] 2577ce5c14ae: Layer already exists [2025-09-16T10:48:52.616Z] 143626bdde5d: Layer already exists [2025-09-16T10:48:52.616Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:52.616Z] afab4bd0aaaf: Layer already exists [2025-09-16T10:48:52.880Z] 4.1.0-dev.61: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:53.234Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:53.579Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:53.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-16T10:48:53.579Z] 143626bdde5d: Preparing [2025-09-16T10:48:53.579Z] 29735bf35cd3: Preparing [2025-09-16T10:48:53.579Z] 7773717ccbc5: Preparing [2025-09-16T10:48:53.579Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:53.579Z] 2577ce5c14ae: Preparing [2025-09-16T10:48:53.579Z] afab4bd0aaaf: Preparing [2025-09-16T10:48:53.579Z] 1e890da81ec9: Preparing [2025-09-16T10:48:53.579Z] afab4bd0aaaf: Waiting [2025-09-16T10:48:53.579Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:53.579Z] 29735bf35cd3: Layer already exists [2025-09-16T10:48:53.579Z] 2577ce5c14ae: Layer already exists [2025-09-16T10:48:53.579Z] 143626bdde5d: Layer already exists [2025-09-16T10:48:53.579Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:53.579Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:53.579Z] afab4bd0aaaf: Layer already exists [2025-09-16T10:48:53.579Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:53.927Z] + 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 [2025-09-16T10:48:54.275Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-09-16T10:48:54.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-16T10:48:54.275Z] 143626bdde5d: Preparing [2025-09-16T10:48:54.275Z] 29735bf35cd3: Preparing [2025-09-16T10:48:54.275Z] 7773717ccbc5: Preparing [2025-09-16T10:48:54.275Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:54.275Z] 2577ce5c14ae: Preparing [2025-09-16T10:48:54.275Z] afab4bd0aaaf: Preparing [2025-09-16T10:48:54.275Z] 1e890da81ec9: Preparing [2025-09-16T10:48:54.275Z] afab4bd0aaaf: Waiting [2025-09-16T10:48:54.275Z] 1e890da81ec9: Waiting [2025-09-16T10:48:54.275Z] 29735bf35cd3: Layer already exists [2025-09-16T10:48:54.275Z] 2577ce5c14ae: Layer already exists [2025-09-16T10:48:54.275Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:54.275Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:54.275Z] 143626bdde5d: Layer already exists [2025-09-16T10:48:54.275Z] afab4bd0aaaf: Layer already exists [2025-09-16T10:48:54.275Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:54.275Z] main: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:48:54.620Z] ===================================================== [Pipeline] echo [2025-09-16T10:48:54.638Z] taggedImages: [2025-09-16T10:48:54.638Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:54.638Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-09-16T10:48:54.638Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 [2025-09-16T10:48:54.638Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:54.638Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-09-16T10:48:54.677Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-09-16T10:48:54.677Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:54.677Z] latest [2025-09-16T10:48:54.677Z] 4.1.0-dev.61 [2025-09-16T10:48:54.677Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:48:54.677Z] main [2025-09-16T10:48:54.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:55.069Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:48:55.419Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:48:55.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-16T10:48:55.419Z] 511491c069ae: Preparing [2025-09-16T10:48:55.419Z] 2d4d9a966bda: Preparing [2025-09-16T10:48:55.419Z] 3d463d587a55: Preparing [2025-09-16T10:48:55.419Z] 7773717ccbc5: Preparing [2025-09-16T10:48:55.419Z] 8c8599dbb6a4: Preparing [2025-09-16T10:48:55.419Z] 91a681c72de7: Preparing [2025-09-16T10:48:55.419Z] 949562d2b739: Preparing [2025-09-16T10:48:55.419Z] e81f17e13172: Preparing [2025-09-16T10:48:55.419Z] cb7691172779: Preparing [2025-09-16T10:48:55.419Z] 1e890da81ec9: Preparing [2025-09-16T10:48:55.419Z] 91a681c72de7: Waiting [2025-09-16T10:48:55.419Z] cb7691172779: Waiting [2025-09-16T10:48:55.419Z] 949562d2b739: Waiting [2025-09-16T10:48:55.419Z] 1e890da81ec9: Waiting [2025-09-16T10:48:55.419Z] e81f17e13172: Waiting [2025-09-16T10:48:55.419Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:48:55.419Z] 7773717ccbc5: Layer already exists [2025-09-16T10:48:55.682Z] 3d463d587a55: Pushed [2025-09-16T10:48:55.682Z] 2d4d9a966bda: Pushed [2025-09-16T10:48:55.682Z] 511491c069ae: Pushed [2025-09-16T10:48:55.945Z] 1e890da81ec9: Layer already exists [2025-09-16T10:48:55.945Z] e81f17e13172: Pushed [2025-09-16T10:48:56.522Z] cb7691172779: Pushed [2025-09-16T10:49:06.723Z] 949562d2b739: Pushed [2025-09-16T10:49:21.697Z] 91a681c72de7: Pushed [2025-09-16T10:49:21.697Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:22.065Z] + 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 [2025-09-16T10:49:22.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-09-16T10:49:22.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-16T10:49:22.410Z] 511491c069ae: Preparing [2025-09-16T10:49:22.410Z] 2d4d9a966bda: Preparing [2025-09-16T10:49:22.410Z] 3d463d587a55: Preparing [2025-09-16T10:49:22.410Z] 7773717ccbc5: Preparing [2025-09-16T10:49:22.410Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:22.410Z] 91a681c72de7: Preparing [2025-09-16T10:49:22.410Z] 949562d2b739: Preparing [2025-09-16T10:49:22.410Z] e81f17e13172: Preparing [2025-09-16T10:49:22.410Z] cb7691172779: Preparing [2025-09-16T10:49:22.410Z] 1e890da81ec9: Preparing [2025-09-16T10:49:22.410Z] 91a681c72de7: Waiting [2025-09-16T10:49:22.410Z] 949562d2b739: Waiting [2025-09-16T10:49:22.410Z] e81f17e13172: Waiting [2025-09-16T10:49:22.410Z] cb7691172779: Waiting [2025-09-16T10:49:22.410Z] 1e890da81ec9: Waiting [2025-09-16T10:49:22.410Z] 3d463d587a55: Layer already exists [2025-09-16T10:49:22.410Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:22.410Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:22.410Z] 2d4d9a966bda: Layer already exists [2025-09-16T10:49:22.410Z] 511491c069ae: Layer already exists [2025-09-16T10:49:22.410Z] 91a681c72de7: Layer already exists [2025-09-16T10:49:22.410Z] 949562d2b739: Layer already exists [2025-09-16T10:49:22.410Z] cb7691172779: Layer already exists [2025-09-16T10:49:22.410Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:22.410Z] e81f17e13172: Layer already exists [2025-09-16T10:49:22.672Z] latest: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:23.021Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:23.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 [2025-09-16T10:49:23.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-16T10:49:23.465Z] 511491c069ae: Preparing [2025-09-16T10:49:23.465Z] 2d4d9a966bda: Preparing [2025-09-16T10:49:23.465Z] 3d463d587a55: Preparing [2025-09-16T10:49:23.465Z] 7773717ccbc5: Preparing [2025-09-16T10:49:23.465Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:23.465Z] 91a681c72de7: Preparing [2025-09-16T10:49:23.466Z] 949562d2b739: Preparing [2025-09-16T10:49:23.466Z] e81f17e13172: Preparing [2025-09-16T10:49:23.466Z] cb7691172779: Preparing [2025-09-16T10:49:23.466Z] 1e890da81ec9: Preparing [2025-09-16T10:49:23.466Z] 949562d2b739: Waiting [2025-09-16T10:49:23.466Z] e81f17e13172: Waiting [2025-09-16T10:49:23.466Z] cb7691172779: Waiting [2025-09-16T10:49:23.466Z] 1e890da81ec9: Waiting [2025-09-16T10:49:23.466Z] 91a681c72de7: Waiting [2025-09-16T10:49:23.466Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:23.466Z] 3d463d587a55: Layer already exists [2025-09-16T10:49:23.466Z] 511491c069ae: Layer already exists [2025-09-16T10:49:23.466Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:23.466Z] 2d4d9a966bda: Layer already exists [2025-09-16T10:49:23.466Z] 91a681c72de7: Layer already exists [2025-09-16T10:49:23.466Z] e81f17e13172: Layer already exists [2025-09-16T10:49:23.466Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:23.466Z] cb7691172779: Layer already exists [2025-09-16T10:49:23.466Z] 949562d2b739: Layer already exists [2025-09-16T10:49:23.730Z] 4.1.0-dev.61: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:24.078Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:24.417Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:49:24.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-16T10:49:24.417Z] 511491c069ae: Preparing [2025-09-16T10:49:24.417Z] 2d4d9a966bda: Preparing [2025-09-16T10:49:24.417Z] 3d463d587a55: Preparing [2025-09-16T10:49:24.417Z] 7773717ccbc5: Preparing [2025-09-16T10:49:24.417Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:24.417Z] 91a681c72de7: Preparing [2025-09-16T10:49:24.417Z] 949562d2b739: Preparing [2025-09-16T10:49:24.417Z] e81f17e13172: Preparing [2025-09-16T10:49:24.417Z] cb7691172779: Preparing [2025-09-16T10:49:24.417Z] 1e890da81ec9: Preparing [2025-09-16T10:49:24.417Z] 949562d2b739: Waiting [2025-09-16T10:49:24.417Z] e81f17e13172: Waiting [2025-09-16T10:49:24.417Z] 1e890da81ec9: Waiting [2025-09-16T10:49:24.417Z] cb7691172779: Waiting [2025-09-16T10:49:24.417Z] 91a681c72de7: Waiting [2025-09-16T10:49:24.417Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:24.417Z] 2d4d9a966bda: Layer already exists [2025-09-16T10:49:24.417Z] 511491c069ae: Layer already exists [2025-09-16T10:49:24.417Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:24.417Z] 3d463d587a55: Layer already exists [2025-09-16T10:49:24.417Z] 949562d2b739: Layer already exists [2025-09-16T10:49:24.417Z] 91a681c72de7: Layer already exists [2025-09-16T10:49:24.417Z] cb7691172779: Layer already exists [2025-09-16T10:49:24.417Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:24.417Z] e81f17e13172: Layer already exists [2025-09-16T10:49:24.681Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:25.041Z] + 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 [2025-09-16T10:49:25.653Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-09-16T10:49:25.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-16T10:49:25.653Z] 511491c069ae: Preparing [2025-09-16T10:49:25.653Z] 2d4d9a966bda: Preparing [2025-09-16T10:49:25.653Z] 3d463d587a55: Preparing [2025-09-16T10:49:25.653Z] 7773717ccbc5: Preparing [2025-09-16T10:49:25.653Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:25.653Z] 91a681c72de7: Preparing [2025-09-16T10:49:25.653Z] 949562d2b739: Preparing [2025-09-16T10:49:25.653Z] e81f17e13172: Preparing [2025-09-16T10:49:25.653Z] cb7691172779: Preparing [2025-09-16T10:49:25.653Z] 1e890da81ec9: Preparing [2025-09-16T10:49:25.653Z] e81f17e13172: Waiting [2025-09-16T10:49:25.653Z] cb7691172779: Waiting [2025-09-16T10:49:25.653Z] 1e890da81ec9: Waiting [2025-09-16T10:49:25.653Z] 91a681c72de7: Waiting [2025-09-16T10:49:25.653Z] 949562d2b739: Waiting [2025-09-16T10:49:25.653Z] 2d4d9a966bda: Layer already exists [2025-09-16T10:49:25.653Z] 3d463d587a55: Layer already exists [2025-09-16T10:49:25.653Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:25.653Z] 511491c069ae: Layer already exists [2025-09-16T10:49:25.653Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:25.653Z] 949562d2b739: Layer already exists [2025-09-16T10:49:25.653Z] 91a681c72de7: Layer already exists [2025-09-16T10:49:25.653Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:25.653Z] cb7691172779: Layer already exists [2025-09-16T10:49:25.653Z] e81f17e13172: Layer already exists [2025-09-16T10:49:25.918Z] main: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:49:25.989Z] ===================================================== [Pipeline] echo [2025-09-16T10:49:26.010Z] taggedImages: [2025-09-16T10:49:26.010Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:49:26.010Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-09-16T10:49:26.010Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 [2025-09-16T10:49:26.010Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:49:26.010Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-09-16T10:49:26.043Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-09-16T10:49:26.043Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:49:26.043Z] latest [2025-09-16T10:49:26.044Z] 4.1.0-dev.61 [2025-09-16T10:49:26.044Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:49:26.044Z] main [2025-09-16T10:49:26.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:26.422Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:26.771Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:49:26.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-16T10:49:26.771Z] 06b0de7b453c: Preparing [2025-09-16T10:49:26.771Z] 454cfa3934b5: Preparing [2025-09-16T10:49:26.771Z] e955ba993669: Preparing [2025-09-16T10:49:26.771Z] 7773717ccbc5: Preparing [2025-09-16T10:49:26.771Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:26.771Z] 1d681ca5ddf2: Preparing [2025-09-16T10:49:26.771Z] 035aad67c8be: Preparing [2025-09-16T10:49:26.771Z] a00013e58d3a: Preparing [2025-09-16T10:49:26.771Z] 1e890da81ec9: Preparing [2025-09-16T10:49:26.771Z] a00013e58d3a: Waiting [2025-09-16T10:49:26.771Z] 1e890da81ec9: Waiting [2025-09-16T10:49:26.771Z] 1d681ca5ddf2: Waiting [2025-09-16T10:49:26.771Z] 035aad67c8be: Waiting [2025-09-16T10:49:26.771Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:26.771Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:27.035Z] e955ba993669: Pushed [2025-09-16T10:49:27.035Z] 454cfa3934b5: Pushed [2025-09-16T10:49:27.035Z] 06b0de7b453c: Pushed [2025-09-16T10:49:27.035Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:27.299Z] 035aad67c8be: Pushed [2025-09-16T10:49:27.564Z] a00013e58d3a: Pushed [2025-09-16T10:49:54.193Z] 1d681ca5ddf2: Pushed [2025-09-16T10:49:54.193Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:54.547Z] + 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 [2025-09-16T10:49:54.897Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-09-16T10:49:54.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-16T10:49:54.897Z] 06b0de7b453c: Preparing [2025-09-16T10:49:54.897Z] 454cfa3934b5: Preparing [2025-09-16T10:49:54.897Z] e955ba993669: Preparing [2025-09-16T10:49:54.897Z] 7773717ccbc5: Preparing [2025-09-16T10:49:54.897Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:54.897Z] 1d681ca5ddf2: Preparing [2025-09-16T10:49:54.897Z] 035aad67c8be: Preparing [2025-09-16T10:49:54.897Z] a00013e58d3a: Preparing [2025-09-16T10:49:54.897Z] 1e890da81ec9: Preparing [2025-09-16T10:49:54.897Z] 1d681ca5ddf2: Waiting [2025-09-16T10:49:54.897Z] 035aad67c8be: Waiting [2025-09-16T10:49:54.897Z] a00013e58d3a: Waiting [2025-09-16T10:49:54.897Z] 1e890da81ec9: Waiting [2025-09-16T10:49:54.897Z] 06b0de7b453c: Layer already exists [2025-09-16T10:49:54.897Z] e955ba993669: Layer already exists [2025-09-16T10:49:54.897Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:54.897Z] 454cfa3934b5: Layer already exists [2025-09-16T10:49:54.897Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:54.897Z] 035aad67c8be: Layer already exists [2025-09-16T10:49:54.897Z] a00013e58d3a: Layer already exists [2025-09-16T10:49:54.897Z] 1d681ca5ddf2: Layer already exists [2025-09-16T10:49:54.897Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:55.161Z] latest: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:55.518Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:55.870Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 [2025-09-16T10:49:55.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-16T10:49:55.870Z] 06b0de7b453c: Preparing [2025-09-16T10:49:55.870Z] 454cfa3934b5: Preparing [2025-09-16T10:49:55.870Z] e955ba993669: Preparing [2025-09-16T10:49:55.870Z] 7773717ccbc5: Preparing [2025-09-16T10:49:55.870Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:55.870Z] 1d681ca5ddf2: Preparing [2025-09-16T10:49:55.870Z] 035aad67c8be: Preparing [2025-09-16T10:49:55.870Z] a00013e58d3a: Preparing [2025-09-16T10:49:55.870Z] 1e890da81ec9: Preparing [2025-09-16T10:49:55.870Z] a00013e58d3a: Waiting [2025-09-16T10:49:55.870Z] 1e890da81ec9: Waiting [2025-09-16T10:49:55.870Z] 1d681ca5ddf2: Waiting [2025-09-16T10:49:55.870Z] 035aad67c8be: Waiting [2025-09-16T10:49:55.870Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:55.870Z] e955ba993669: Layer already exists [2025-09-16T10:49:55.870Z] 454cfa3934b5: Layer already exists [2025-09-16T10:49:55.870Z] 06b0de7b453c: Layer already exists [2025-09-16T10:49:55.870Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:55.870Z] 035aad67c8be: Layer already exists [2025-09-16T10:49:55.870Z] a00013e58d3a: Layer already exists [2025-09-16T10:49:55.870Z] 1d681ca5ddf2: Layer already exists [2025-09-16T10:49:55.870Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:56.135Z] 4.1.0-dev.61: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:56.496Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:56.856Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:49:56.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-16T10:49:56.856Z] 06b0de7b453c: Preparing [2025-09-16T10:49:56.856Z] 454cfa3934b5: Preparing [2025-09-16T10:49:56.856Z] e955ba993669: Preparing [2025-09-16T10:49:56.856Z] 7773717ccbc5: Preparing [2025-09-16T10:49:56.856Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:56.856Z] 1d681ca5ddf2: Preparing [2025-09-16T10:49:56.856Z] 035aad67c8be: Preparing [2025-09-16T10:49:56.856Z] a00013e58d3a: Preparing [2025-09-16T10:49:56.856Z] 1e890da81ec9: Preparing [2025-09-16T10:49:56.856Z] 035aad67c8be: Waiting [2025-09-16T10:49:56.856Z] a00013e58d3a: Waiting [2025-09-16T10:49:56.856Z] 1d681ca5ddf2: Waiting [2025-09-16T10:49:56.856Z] 1e890da81ec9: Waiting [2025-09-16T10:49:56.856Z] 454cfa3934b5: Layer already exists [2025-09-16T10:49:56.856Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:56.856Z] 06b0de7b453c: Layer already exists [2025-09-16T10:49:56.856Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:56.856Z] e955ba993669: Layer already exists [2025-09-16T10:49:56.856Z] 035aad67c8be: Layer already exists [2025-09-16T10:49:56.856Z] 1d681ca5ddf2: Layer already exists [2025-09-16T10:49:56.856Z] a00013e58d3a: Layer already exists [2025-09-16T10:49:56.856Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:57.121Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:57.477Z] + 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 [2025-09-16T10:49:57.823Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-09-16T10:49:57.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-16T10:49:57.824Z] 06b0de7b453c: Preparing [2025-09-16T10:49:57.824Z] 454cfa3934b5: Preparing [2025-09-16T10:49:57.824Z] e955ba993669: Preparing [2025-09-16T10:49:57.824Z] 7773717ccbc5: Preparing [2025-09-16T10:49:57.824Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:57.824Z] 1d681ca5ddf2: Preparing [2025-09-16T10:49:57.824Z] 035aad67c8be: Preparing [2025-09-16T10:49:57.824Z] a00013e58d3a: Preparing [2025-09-16T10:49:57.824Z] 1e890da81ec9: Preparing [2025-09-16T10:49:57.824Z] 1d681ca5ddf2: Waiting [2025-09-16T10:49:57.824Z] 035aad67c8be: Waiting [2025-09-16T10:49:57.824Z] a00013e58d3a: Waiting [2025-09-16T10:49:57.824Z] 1e890da81ec9: Waiting [2025-09-16T10:49:57.824Z] 06b0de7b453c: Layer already exists [2025-09-16T10:49:57.824Z] e955ba993669: Layer already exists [2025-09-16T10:49:57.824Z] 454cfa3934b5: Layer already exists [2025-09-16T10:49:57.824Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:57.824Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:57.824Z] 1d681ca5ddf2: Layer already exists [2025-09-16T10:49:57.824Z] a00013e58d3a: Layer already exists [2025-09-16T10:49:57.824Z] 035aad67c8be: Layer already exists [2025-09-16T10:49:57.824Z] 1e890da81ec9: Layer already exists [2025-09-16T10:49:57.824Z] main: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:49:58.164Z] ===================================================== [Pipeline] echo [2025-09-16T10:49:58.182Z] taggedImages: [2025-09-16T10:49:58.182Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:49:58.182Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-09-16T10:49:58.182Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 [2025-09-16T10:49:58.182Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:49:58.182Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-09-16T10:49:58.219Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-09-16T10:49:58.219Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:49:58.219Z] latest [2025-09-16T10:49:58.219Z] 4.1.0-dev.61 [2025-09-16T10:49:58.219Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:49:58.219Z] main [2025-09-16T10:49:58.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:58.600Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:49:58.961Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:49:58.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-16T10:49:58.961Z] 400f4bda9638: Preparing [2025-09-16T10:49:58.961Z] 550a71ef2f23: Preparing [2025-09-16T10:49:58.961Z] 794a46d674d4: Preparing [2025-09-16T10:49:58.961Z] 7773717ccbc5: Preparing [2025-09-16T10:49:58.961Z] 8c8599dbb6a4: Preparing [2025-09-16T10:49:58.961Z] 64a01318ff22: Preparing [2025-09-16T10:49:58.961Z] e81f17e13172: Preparing [2025-09-16T10:49:58.961Z] cb7691172779: Preparing [2025-09-16T10:49:58.961Z] 1e890da81ec9: Preparing [2025-09-16T10:49:58.961Z] e81f17e13172: Waiting [2025-09-16T10:49:58.961Z] cb7691172779: Waiting [2025-09-16T10:49:58.961Z] 64a01318ff22: Waiting [2025-09-16T10:49:58.961Z] 1e890da81ec9: Waiting [2025-09-16T10:49:58.961Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:49:59.227Z] 7773717ccbc5: Layer already exists [2025-09-16T10:49:59.227Z] e81f17e13172: Layer already exists [2025-09-16T10:49:59.227Z] cb7691172779: Layer already exists [2025-09-16T10:49:59.227Z] 794a46d674d4: Pushed [2025-09-16T10:49:59.227Z] 550a71ef2f23: Pushed [2025-09-16T10:49:59.227Z] 400f4bda9638: Pushed [2025-09-16T10:49:59.227Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:25.870Z] 64a01318ff22: Pushed [2025-09-16T10:50:25.870Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:26.221Z] + 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 [2025-09-16T10:50:26.627Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-09-16T10:50:26.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-16T10:50:26.627Z] 400f4bda9638: Preparing [2025-09-16T10:50:26.627Z] 550a71ef2f23: Preparing [2025-09-16T10:50:26.627Z] 794a46d674d4: Preparing [2025-09-16T10:50:26.627Z] 7773717ccbc5: Preparing [2025-09-16T10:50:26.627Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:26.627Z] 64a01318ff22: Preparing [2025-09-16T10:50:26.627Z] e81f17e13172: Preparing [2025-09-16T10:50:26.627Z] 64a01318ff22: Waiting [2025-09-16T10:50:26.627Z] e81f17e13172: Waiting [2025-09-16T10:50:26.627Z] cb7691172779: Preparing [2025-09-16T10:50:26.627Z] 1e890da81ec9: Preparing [2025-09-16T10:50:26.627Z] cb7691172779: Waiting [2025-09-16T10:50:26.627Z] 1e890da81ec9: Waiting [2025-09-16T10:50:26.627Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:26.627Z] 400f4bda9638: Layer already exists [2025-09-16T10:50:26.627Z] 550a71ef2f23: Layer already exists [2025-09-16T10:50:26.627Z] 794a46d674d4: Layer already exists [2025-09-16T10:50:26.627Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:26.627Z] e81f17e13172: Layer already exists [2025-09-16T10:50:26.627Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:26.627Z] 64a01318ff22: Layer already exists [2025-09-16T10:50:26.627Z] cb7691172779: Layer already exists [2025-09-16T10:50:26.895Z] latest: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:27.261Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:27.644Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 [2025-09-16T10:50:27.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-16T10:50:27.644Z] 400f4bda9638: Preparing [2025-09-16T10:50:27.644Z] 550a71ef2f23: Preparing [2025-09-16T10:50:27.644Z] 794a46d674d4: Preparing [2025-09-16T10:50:27.644Z] 7773717ccbc5: Preparing [2025-09-16T10:50:27.644Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:27.644Z] 64a01318ff22: Preparing [2025-09-16T10:50:27.644Z] e81f17e13172: Preparing [2025-09-16T10:50:27.644Z] cb7691172779: Preparing [2025-09-16T10:50:27.644Z] 1e890da81ec9: Preparing [2025-09-16T10:50:27.644Z] 64a01318ff22: Waiting [2025-09-16T10:50:27.644Z] e81f17e13172: Waiting [2025-09-16T10:50:27.644Z] 1e890da81ec9: Waiting [2025-09-16T10:50:27.644Z] cb7691172779: Waiting [2025-09-16T10:50:27.644Z] 400f4bda9638: Layer already exists [2025-09-16T10:50:27.644Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:27.644Z] 550a71ef2f23: Layer already exists [2025-09-16T10:50:27.644Z] e81f17e13172: Layer already exists [2025-09-16T10:50:27.644Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:27.644Z] 64a01318ff22: Layer already exists [2025-09-16T10:50:27.644Z] 794a46d674d4: Layer already exists [2025-09-16T10:50:27.644Z] cb7691172779: Layer already exists [2025-09-16T10:50:27.644Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:27.924Z] 4.1.0-dev.61: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:28.282Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:28.630Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:28.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-16T10:50:28.630Z] 400f4bda9638: Preparing [2025-09-16T10:50:28.630Z] 550a71ef2f23: Preparing [2025-09-16T10:50:28.630Z] 794a46d674d4: Preparing [2025-09-16T10:50:28.630Z] 7773717ccbc5: Preparing [2025-09-16T10:50:28.630Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:28.630Z] 64a01318ff22: Preparing [2025-09-16T10:50:28.630Z] e81f17e13172: Preparing [2025-09-16T10:50:28.630Z] cb7691172779: Preparing [2025-09-16T10:50:28.630Z] 1e890da81ec9: Preparing [2025-09-16T10:50:28.630Z] e81f17e13172: Waiting [2025-09-16T10:50:28.630Z] cb7691172779: Waiting [2025-09-16T10:50:28.630Z] 1e890da81ec9: Waiting [2025-09-16T10:50:28.630Z] 64a01318ff22: Waiting [2025-09-16T10:50:28.630Z] 400f4bda9638: Layer already exists [2025-09-16T10:50:28.630Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:28.630Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:28.630Z] 550a71ef2f23: Layer already exists [2025-09-16T10:50:28.630Z] 794a46d674d4: Layer already exists [2025-09-16T10:50:28.630Z] 64a01318ff22: Layer already exists [2025-09-16T10:50:28.630Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:28.630Z] e81f17e13172: Layer already exists [2025-09-16T10:50:28.630Z] cb7691172779: Layer already exists [2025-09-16T10:50:28.894Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:29.249Z] + 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 [2025-09-16T10:50:29.606Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-09-16T10:50:29.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-16T10:50:29.606Z] 400f4bda9638: Preparing [2025-09-16T10:50:29.606Z] 550a71ef2f23: Preparing [2025-09-16T10:50:29.606Z] 794a46d674d4: Preparing [2025-09-16T10:50:29.606Z] 7773717ccbc5: Preparing [2025-09-16T10:50:29.606Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:29.606Z] 64a01318ff22: Preparing [2025-09-16T10:50:29.606Z] 64a01318ff22: Waiting [2025-09-16T10:50:29.606Z] e81f17e13172: Preparing [2025-09-16T10:50:29.606Z] e81f17e13172: Waiting [2025-09-16T10:50:29.606Z] cb7691172779: Preparing [2025-09-16T10:50:29.606Z] 1e890da81ec9: Preparing [2025-09-16T10:50:29.606Z] cb7691172779: Waiting [2025-09-16T10:50:29.606Z] 1e890da81ec9: Waiting [2025-09-16T10:50:29.606Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:29.606Z] 794a46d674d4: Layer already exists [2025-09-16T10:50:29.606Z] 400f4bda9638: Layer already exists [2025-09-16T10:50:29.606Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:29.606Z] 550a71ef2f23: Layer already exists [2025-09-16T10:50:29.606Z] 64a01318ff22: Layer already exists [2025-09-16T10:50:29.606Z] e81f17e13172: Layer already exists [2025-09-16T10:50:29.606Z] cb7691172779: Layer already exists [2025-09-16T10:50:29.606Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:29.872Z] main: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:50:29.961Z] ===================================================== [Pipeline] echo [2025-09-16T10:50:29.976Z] taggedImages: [2025-09-16T10:50:29.976Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:50:29.976Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-09-16T10:50:29.976Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 [2025-09-16T10:50:29.976Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:29.976Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-09-16T10:50:30.000Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-09-16T10:50:30.000Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:50:30.000Z] latest [2025-09-16T10:50:30.000Z] 4.1.0-dev.61 [2025-09-16T10:50:30.000Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:30.000Z] main [2025-09-16T10:50:30.000Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:30.353Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:30.702Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:50:30.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-16T10:50:30.702Z] aa3d64f92a3e: Preparing [2025-09-16T10:50:30.703Z] c6d97dcf065b: Preparing [2025-09-16T10:50:30.703Z] 7773717ccbc5: Preparing [2025-09-16T10:50:30.703Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:30.703Z] cc2a5956847a: Preparing [2025-09-16T10:50:30.703Z] 934d4f33f4ca: Preparing [2025-09-16T10:50:30.703Z] 1e890da81ec9: Preparing [2025-09-16T10:50:30.703Z] 1e890da81ec9: Waiting [2025-09-16T10:50:30.703Z] 934d4f33f4ca: Waiting [2025-09-16T10:50:30.703Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:30.703Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:30.966Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:30.966Z] aa3d64f92a3e: Pushed [2025-09-16T10:50:31.229Z] cc2a5956847a: Pushed [2025-09-16T10:50:32.185Z] 934d4f33f4ca: Pushed [2025-09-16T10:50:40.358Z] c6d97dcf065b: Pushed [2025-09-16T10:50:40.358Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:40.707Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:41.061Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-09-16T10:50:41.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-16T10:50:41.061Z] aa3d64f92a3e: Preparing [2025-09-16T10:50:41.061Z] c6d97dcf065b: Preparing [2025-09-16T10:50:41.061Z] 7773717ccbc5: Preparing [2025-09-16T10:50:41.061Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:41.061Z] cc2a5956847a: Preparing [2025-09-16T10:50:41.061Z] 934d4f33f4ca: Preparing [2025-09-16T10:50:41.061Z] 1e890da81ec9: Preparing [2025-09-16T10:50:41.061Z] 934d4f33f4ca: Waiting [2025-09-16T10:50:41.061Z] 1e890da81ec9: Waiting [2025-09-16T10:50:41.061Z] c6d97dcf065b: Layer already exists [2025-09-16T10:50:41.061Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:41.061Z] aa3d64f92a3e: Layer already exists [2025-09-16T10:50:41.061Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:41.061Z] cc2a5956847a: Layer already exists [2025-09-16T10:50:41.061Z] 934d4f33f4ca: Layer already exists [2025-09-16T10:50:41.061Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:41.061Z] latest: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:41.680Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:42.028Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 [2025-09-16T10:50:42.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-16T10:50:42.028Z] aa3d64f92a3e: Preparing [2025-09-16T10:50:42.028Z] c6d97dcf065b: Preparing [2025-09-16T10:50:42.028Z] 7773717ccbc5: Preparing [2025-09-16T10:50:42.028Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:42.028Z] cc2a5956847a: Preparing [2025-09-16T10:50:42.028Z] 934d4f33f4ca: Preparing [2025-09-16T10:50:42.028Z] 1e890da81ec9: Preparing [2025-09-16T10:50:42.028Z] 934d4f33f4ca: Waiting [2025-09-16T10:50:42.028Z] 1e890da81ec9: Waiting [2025-09-16T10:50:42.028Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:42.028Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:42.028Z] cc2a5956847a: Layer already exists [2025-09-16T10:50:42.028Z] aa3d64f92a3e: Layer already exists [2025-09-16T10:50:42.028Z] c6d97dcf065b: Layer already exists [2025-09-16T10:50:42.028Z] 934d4f33f4ca: Layer already exists [2025-09-16T10:50:42.028Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:42.293Z] 4.1.0-dev.61: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:42.633Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:42.983Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:42.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-16T10:50:42.983Z] aa3d64f92a3e: Preparing [2025-09-16T10:50:42.983Z] c6d97dcf065b: Preparing [2025-09-16T10:50:42.983Z] 7773717ccbc5: Preparing [2025-09-16T10:50:42.983Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:42.983Z] cc2a5956847a: Preparing [2025-09-16T10:50:42.983Z] 934d4f33f4ca: Preparing [2025-09-16T10:50:42.983Z] 1e890da81ec9: Preparing [2025-09-16T10:50:42.983Z] 934d4f33f4ca: Waiting [2025-09-16T10:50:42.983Z] 1e890da81ec9: Waiting [2025-09-16T10:50:42.983Z] aa3d64f92a3e: Layer already exists [2025-09-16T10:50:42.983Z] cc2a5956847a: Layer already exists [2025-09-16T10:50:42.983Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:42.983Z] c6d97dcf065b: Layer already exists [2025-09-16T10:50:42.983Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:42.983Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:42.983Z] 934d4f33f4ca: Layer already exists [2025-09-16T10:50:43.246Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:43.591Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:43.937Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-09-16T10:50:43.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-16T10:50:43.937Z] aa3d64f92a3e: Preparing [2025-09-16T10:50:43.937Z] c6d97dcf065b: Preparing [2025-09-16T10:50:43.937Z] 7773717ccbc5: Preparing [2025-09-16T10:50:43.937Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:43.937Z] cc2a5956847a: Preparing [2025-09-16T10:50:43.937Z] 934d4f33f4ca: Preparing [2025-09-16T10:50:43.937Z] 1e890da81ec9: Preparing [2025-09-16T10:50:43.937Z] 934d4f33f4ca: Waiting [2025-09-16T10:50:43.937Z] 1e890da81ec9: Waiting [2025-09-16T10:50:43.937Z] cc2a5956847a: Layer already exists [2025-09-16T10:50:43.937Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:43.937Z] aa3d64f92a3e: Layer already exists [2025-09-16T10:50:43.937Z] c6d97dcf065b: Layer already exists [2025-09-16T10:50:43.937Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:43.937Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:43.937Z] 934d4f33f4ca: Layer already exists [2025-09-16T10:50:44.200Z] main: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:50:44.277Z] ===================================================== [Pipeline] echo [2025-09-16T10:50:44.291Z] taggedImages: [2025-09-16T10:50:44.291Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:50:44.291Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-09-16T10:50:44.291Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 [2025-09-16T10:50:44.291Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:44.291Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-09-16T10:50:44.320Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-09-16T10:50:44.320Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:50:44.320Z] latest [2025-09-16T10:50:44.320Z] 4.1.0-dev.61 [2025-09-16T10:50:44.320Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:44.320Z] main [2025-09-16T10:50:44.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:44.667Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:45.009Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:50:45.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-16T10:50:45.009Z] 180e5661a869: Preparing [2025-09-16T10:50:45.009Z] 8c7363607b22: Preparing [2025-09-16T10:50:45.009Z] 7773717ccbc5: Preparing [2025-09-16T10:50:45.009Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:45.009Z] acc76c4190bc: Preparing [2025-09-16T10:50:45.009Z] 68f862820d53: Preparing [2025-09-16T10:50:45.009Z] 1e890da81ec9: Preparing [2025-09-16T10:50:45.009Z] 68f862820d53: Waiting [2025-09-16T10:50:45.009Z] 1e890da81ec9: Waiting [2025-09-16T10:50:45.274Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:45.274Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:45.274Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:45.274Z] 180e5661a869: Pushed [2025-09-16T10:50:45.538Z] acc76c4190bc: Pushed [2025-09-16T10:50:45.801Z] 68f862820d53: Pushed [2025-09-16T10:50:54.001Z] 8c7363607b22: Pushed [2025-09-16T10:50:54.001Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:54.358Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:54.704Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-09-16T10:50:54.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-16T10:50:54.704Z] 180e5661a869: Preparing [2025-09-16T10:50:54.704Z] 8c7363607b22: Preparing [2025-09-16T10:50:54.704Z] 7773717ccbc5: Preparing [2025-09-16T10:50:54.704Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:54.704Z] acc76c4190bc: Preparing [2025-09-16T10:50:54.704Z] 68f862820d53: Preparing [2025-09-16T10:50:54.704Z] 1e890da81ec9: Preparing [2025-09-16T10:50:54.704Z] 68f862820d53: Waiting [2025-09-16T10:50:54.704Z] 1e890da81ec9: Waiting [2025-09-16T10:50:54.704Z] acc76c4190bc: Layer already exists [2025-09-16T10:50:54.704Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:54.704Z] 8c7363607b22: Layer already exists [2025-09-16T10:50:54.704Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:54.704Z] 180e5661a869: Layer already exists [2025-09-16T10:50:54.704Z] 68f862820d53: Layer already exists [2025-09-16T10:50:54.704Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:54.970Z] latest: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:55.326Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:55.670Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 [2025-09-16T10:50:55.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-16T10:50:55.670Z] 180e5661a869: Preparing [2025-09-16T10:50:55.670Z] 8c7363607b22: Preparing [2025-09-16T10:50:55.670Z] 7773717ccbc5: Preparing [2025-09-16T10:50:55.670Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:55.670Z] acc76c4190bc: Preparing [2025-09-16T10:50:55.670Z] 68f862820d53: Preparing [2025-09-16T10:50:55.670Z] 1e890da81ec9: Preparing [2025-09-16T10:50:55.670Z] 68f862820d53: Waiting [2025-09-16T10:50:55.670Z] 1e890da81ec9: Waiting [2025-09-16T10:50:55.670Z] 180e5661a869: Layer already exists [2025-09-16T10:50:55.670Z] acc76c4190bc: Layer already exists [2025-09-16T10:50:55.670Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:55.670Z] 8c7363607b22: Layer already exists [2025-09-16T10:50:55.670Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:55.670Z] 68f862820d53: Layer already exists [2025-09-16T10:50:55.670Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:55.935Z] 4.1.0-dev.61: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:56.281Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:56.626Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:56.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-16T10:50:56.626Z] 180e5661a869: Preparing [2025-09-16T10:50:56.626Z] 8c7363607b22: Preparing [2025-09-16T10:50:56.626Z] 7773717ccbc5: Preparing [2025-09-16T10:50:56.626Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:56.626Z] acc76c4190bc: Preparing [2025-09-16T10:50:56.626Z] 68f862820d53: Preparing [2025-09-16T10:50:56.626Z] 1e890da81ec9: Preparing [2025-09-16T10:50:56.626Z] 68f862820d53: Waiting [2025-09-16T10:50:56.626Z] 1e890da81ec9: Waiting [2025-09-16T10:50:56.626Z] 180e5661a869: Layer already exists [2025-09-16T10:50:56.626Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:56.626Z] 8c7363607b22: Layer already exists [2025-09-16T10:50:56.626Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:56.626Z] acc76c4190bc: Layer already exists [2025-09-16T10:50:56.626Z] 68f862820d53: Layer already exists [2025-09-16T10:50:56.626Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:56.890Z] 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:57.248Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:57.591Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-09-16T10:50:57.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-16T10:50:57.592Z] 180e5661a869: Preparing [2025-09-16T10:50:57.592Z] 8c7363607b22: Preparing [2025-09-16T10:50:57.592Z] 7773717ccbc5: Preparing [2025-09-16T10:50:57.592Z] 8c8599dbb6a4: Preparing [2025-09-16T10:50:57.592Z] acc76c4190bc: Preparing [2025-09-16T10:50:57.592Z] 68f862820d53: Preparing [2025-09-16T10:50:57.592Z] 1e890da81ec9: Preparing [2025-09-16T10:50:57.592Z] 68f862820d53: Waiting [2025-09-16T10:50:57.592Z] 1e890da81ec9: Waiting [2025-09-16T10:50:57.592Z] 7773717ccbc5: Layer already exists [2025-09-16T10:50:57.592Z] acc76c4190bc: Layer already exists [2025-09-16T10:50:57.592Z] 8c7363607b22: Layer already exists [2025-09-16T10:50:57.592Z] 180e5661a869: Layer already exists [2025-09-16T10:50:57.592Z] 8c8599dbb6a4: Layer already exists [2025-09-16T10:50:57.592Z] 68f862820d53: Layer already exists [2025-09-16T10:50:57.592Z] 1e890da81ec9: Layer already exists [2025-09-16T10:50:57.592Z] main: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-16T10:50:57.932Z] ===================================================== [Pipeline] echo [2025-09-16T10:50:57.951Z] taggedImages: [2025-09-16T10:50:57.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [2025-09-16T10:50:57.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-09-16T10:50:57.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 [2025-09-16T10:50:57.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [2025-09-16T10:50:57.952Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-09-16T10:50:57.970Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:57.983Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-09-16T10:50:57.999Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.010Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.024Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-09-16T10:50:58.039Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.052Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.064Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.078Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.088Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-09-16T10:50:58.100Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.114Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.133Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.145Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.155Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-09-16T10:50:58.170Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.182Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.198Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.216Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.227Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-09-16T10:50:58.239Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.253Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.266Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.281Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.294Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-09-16T10:50:58.310Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.327Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.341Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.358Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.371Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-09-16T10:50:58.387Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.401Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.419Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.431Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.446Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-09-16T10:50:58.458Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.475Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.489Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.503Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.515Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-09-16T10:50:58.531Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.548Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.559Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.576Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.592Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-09-16T10:50:58.609Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.624Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.639Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.656Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.674Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-09-16T10:50:58.683Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.694Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.705Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.718Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.731Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-09-16T10:50:58.744Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.755Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.770Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.786Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.802Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-09-16T10:50:58.816Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.834Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.846Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.855Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.872Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-09-16T10:50:58.883Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.898Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.914Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.928Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.939Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-09-16T10:50:58.955Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo [2025-09-16T10:50:58.966Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-09-16T10:50:58.979Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:58.991Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:50:59.006Z] 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 [2025-09-16T10:50:59.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-16T10:50:59.405Z] [2025-09-16T10:50:59.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:50:59.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-16T10:50:59.730Z] arm64: Pulling from edgex-lftools-log-publisher [2025-09-16T10:50:59.730Z] 8998bd30e6a1: Pulling fs layer [2025-09-16T10:50:59.730Z] 04944245beec: Pulling fs layer [2025-09-16T10:50:59.730Z] 699f458cf7ca: Pulling fs layer [2025-09-16T10:50:59.730Z] 765212b225bb: Pulling fs layer [2025-09-16T10:50:59.730Z] f23df028b6ca: Pulling fs layer [2025-09-16T10:50:59.730Z] d65c8cfc05b1: Pulling fs layer [2025-09-16T10:50:59.730Z] 2437ff75d9bd: Pulling fs layer [2025-09-16T10:50:59.730Z] 765212b225bb: Waiting [2025-09-16T10:50:59.730Z] f23df028b6ca: Waiting [2025-09-16T10:50:59.730Z] d65c8cfc05b1: Waiting [2025-09-16T10:50:59.730Z] 2437ff75d9bd: Waiting [2025-09-16T10:50:59.998Z] 04944245beec: Verifying Checksum [2025-09-16T10:50:59.998Z] 04944245beec: Download complete [2025-09-16T10:50:59.998Z] 765212b225bb: Verifying Checksum [2025-09-16T10:50:59.998Z] 765212b225bb: Download complete [2025-09-16T10:50:59.998Z] f23df028b6ca: Verifying Checksum [2025-09-16T10:50:59.998Z] f23df028b6ca: Download complete [2025-09-16T10:50:59.998Z] d65c8cfc05b1: Verifying Checksum [2025-09-16T10:50:59.998Z] d65c8cfc05b1: Download complete [2025-09-16T10:50:59.998Z] 699f458cf7ca: Verifying Checksum [2025-09-16T10:50:59.998Z] 699f458cf7ca: Download complete [2025-09-16T10:51:00.577Z] 8998bd30e6a1: Verifying Checksum [2025-09-16T10:51:00.577Z] 8998bd30e6a1: Download complete [2025-09-16T10:51:03.154Z] 2437ff75d9bd: Verifying Checksum [2025-09-16T10:51:03.154Z] 2437ff75d9bd: Download complete [2025-09-16T10:51:05.727Z] 8998bd30e6a1: Pull complete [2025-09-16T10:51:05.727Z] 04944245beec: Pull complete [2025-09-16T10:51:07.663Z] 699f458cf7ca: Pull complete [2025-09-16T10:51:07.663Z] 765212b225bb: Pull complete [2025-09-16T10:51:08.619Z] f23df028b6ca: Pull complete [2025-09-16T10:51:08.619Z] d65c8cfc05b1: Pull complete [2025-09-16T10:51:26.799Z] 2437ff75d9bd: Pull complete [2025-09-16T10:51:26.799Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-09-16T10:51:26.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-16T10:51:26.799Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:51:27.011Z] prd-ubuntu20.04-docker-arm64-4c-16g-8918 does not seem to be running inside a container [2025-09-16T10:51:27.065Z] $ 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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:arm64 cat [2025-09-16T10:51:29.835Z] $ docker top 6755213c70fee7f5f693a10cb8f74ceba882deb73bbd408e12598e580cbfeddb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:51:30.735Z] ---> job-cost.sh [2025-09-16T10:51:30.735Z] lf-activate-venv: SKIPPING [2025-09-16T10:51:30.735Z] INFO: No Stack... [2025-09-16T10:51:31.313Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-09-16T10:51:31.890Z] INFO: Archiving Costs [Pipeline] sh [2025-09-16T10:51:32.516Z] + cat /w/workspace/edgex-go/905/archives/cost.csv [2025-09-16T10:51:32.516Z] + cut -d, -f6 [Pipeline] lock [2025-09-16T10:51:32.549Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-905-stack-cost] [2025-09-16T10:51:32.557Z] Resource [jenkins-edgexfoundry-edgex-go-main-905-stack-cost] did not exist. Created. [2025-09-16T10:51:32.564Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-905-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-09-16T10:51:33.212Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-09-16T10:51:33.873Z] Stashed 1 file(s) [Pipeline] } [2025-09-16T10:51:33.885Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-905-stack-cost] [Pipeline] // lock [Pipeline] } [2025-09-16T10:51:33.919Z] $ docker stop --time=1 6755213c70fee7f5f693a10cb8f74ceba882deb73bbd408e12598e580cbfeddb [2025-09-16T10:51:36.408Z] $ docker rm -f --volumes 6755213c70fee7f5f693a10cb8f74ceba882deb73bbd408e12598e580cbfeddb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-09-16T10:51:37.063Z] provisioning config files... [2025-09-16T10:51:37.070Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/905@tmp/config14169295863826974720tmp [Pipeline] { [Pipeline] sh [2025-09-16T10:51:37.369Z] + set +x [2025-09-16T10:51:37.370Z] + curl -s https://codecov.io/bash [2025-09-16T10:51:37.370Z] + bash -s -- [2025-09-16T10:51:37.370Z] [2025-09-16T10:51:37.370Z] _____ _ [2025-09-16T10:51:37.370Z] / ____| | | [2025-09-16T10:51:37.370Z] | | ___ __| | ___ ___ _____ __ [2025-09-16T10:51:37.370Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-09-16T10:51:37.370Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-09-16T10:51:37.370Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-09-16T10:51:37.370Z] Bash-1.0.6 [2025-09-16T10:51:37.370Z] [2025-09-16T10:51:37.370Z] [2025-09-16T10:51:37.370Z] ==> git version 2.25.1 found [2025-09-16T10:51:37.370Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-09-16T10:51:37.370Z] Release-Date: 2020-01-08 [2025-09-16T10:51:37.370Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-09-16T10:51:37.370Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-09-16T10:51:37.370Z] ==> Jenkins CI detected. [2025-09-16T10:51:37.370Z] current dir:  /w/workspace/edgex-go/905 [2025-09-16T10:51:37.370Z] project root: . [2025-09-16T10:51:37.370Z] --> token set from env [2025-09-16T10:51:37.370Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-09-16T10:51:37.370Z] ==> Running gcov in . (disable via -X gcov) [2025-09-16T10:51:37.370Z] ==> Python coveragepy not found [2025-09-16T10:51:37.370Z] ==> Searching for coverage reports in: [2025-09-16T10:51:37.370Z] + . [2025-09-16T10:51:37.370Z] -> Found 1 reports [2025-09-16T10:51:37.370Z] ==> Detecting git/mercurial file structure [2025-09-16T10:51:37.629Z] ==> Reading reports [2025-09-16T10:51:37.629Z] + ./coverage.out bytes=1733635 [2025-09-16T10:51:37.629Z] ==> Appending adjustments [2025-09-16T10:51:37.629Z] https://docs.codecov.io/docs/fixing-reports [2025-09-16T10:51:39.006Z] + Found adjustments [2025-09-16T10:51:39.006Z] ==> Gzipping contents [2025-09-16T10:51:39.006Z] 148K /tmp/codecov.DdX3Ch.gz [2025-09-16T10:51:39.006Z] ==> Uploading reports [2025-09-16T10:51:39.006Z] url: https://codecov.io [2025-09-16T10:51:39.006Z] query: branch=main&commit=7be32007d386ece0ad1d736d44db8f7765ab5de1&build=905&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F905%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-09-16T10:51:39.006Z] -> Pinging Codecov [2025-09-16T10:51:39.006Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7be32007d386ece0ad1d736d44db8f7765ab5de1&build=905&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F905%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-09-16T10:51:39.265Z] -> Uploading to [2025-09-16T10:51:39.265Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/7be32007d386ece0ad1d736d44db8f7765ab5de1/399b45fa-5f40-45da-a306-df02b9d7b92c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250916%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250916T105139Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=e61390a61e24dabb1f70d1b6458aa9a21a84a26713c352f60a6b462d6687a708 [2025-09-16T10:51:39.265Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:51:39.265Z] Dload Upload Total Spent Left Speed [2025-09-16T10:51:39.523Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 145k 0 0 100 145k 0 701k --:--:-- --:--:-- --:--:-- 701k [2025-09-16T10:51:39.523Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [2025-09-16T10:51:39.530Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-09-16T10:51:39.750Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-09-16T10:51:39.769Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:51:40.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-16T10:51:40.077Z] [2025-09-16T10:51:40.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:51:40.379Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-16T10:51:40.379Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-09-16T10:51:40.379Z] 0a9a5dfd008f: Already exists [2025-09-16T10:51:40.379Z] 36466aa92d05: Already exists [2025-09-16T10:51:40.379Z] e10405b45d13: Already exists [2025-09-16T10:51:40.379Z] 096b7ceb2af7: Already exists [2025-09-16T10:51:40.379Z] 4f4fb700ef54: Already exists [2025-09-16T10:51:40.379Z] e50aa161e22a: Pulling fs layer [2025-09-16T10:51:40.379Z] d3c8db5fb9df: Pulling fs layer [2025-09-16T10:51:40.638Z] e50aa161e22a: Verifying Checksum [2025-09-16T10:51:40.638Z] e50aa161e22a: Download complete [2025-09-16T10:51:40.896Z] e50aa161e22a: Pull complete [2025-09-16T10:51:41.463Z] d3c8db5fb9df: Verifying Checksum [2025-09-16T10:51:41.464Z] d3c8db5fb9df: Download complete [2025-09-16T10:51:44.747Z] d3c8db5fb9df: Pull complete [2025-09-16T10:51:44.747Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-09-16T10:51:44.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-16T10:51:44.747Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:51:44.853Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:51:44.908Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-09-16T10:51:52.028Z] $ docker top 73e5fc16b824a8d5b5b4f5addcbaf23f4f7fb6cdb5017e5b0b10e636a9fb1125 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-16T10:51:52.347Z] + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] echo [2025-09-16T10:51:52.358Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-09-16T10:51:52.637Z] + set -o pipefail [2025-09-16T10:51:52.637Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-09-16T10:52:00.762Z] [2025-09-16T10:52:00.762Z] Monitoring /w/workspace/edgex-go/905 (github.com/edgexfoundry/edgex-go)... [2025-09-16T10:52:00.762Z] [2025-09-16T10:52:00.762Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/28536f61-a088-449e-8b27-60f58a56f92b [2025-09-16T10:52:00.762Z] [2025-09-16T10:52:00.762Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-09-16T10:52:00.762Z] [2025-09-16T10:52:00.762Z] [2025-09-16T10:52:00.762Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-09-16T10:52:00.762Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-09-16T10:52:01.367Z] $ docker stop --time=1 73e5fc16b824a8d5b5b4f5addcbaf23f4f7fb6cdb5017e5b0b10e636a9fb1125 [2025-09-16T10:52:07.489Z] $ docker rm -f --volumes 73e5fc16b824a8d5b5b4f5addcbaf23f4f7fb6cdb5017e5b0b10e636a9fb1125 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-09-16T10:52:07.995Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-16T10:52:08.012Z] provisioning config files... [2025-09-16T10:52:08.023Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/905@tmp/config7191167811917066003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:52:08.330Z] --> edgex-publish-swagger.sh [2025-09-16T10:52:08.330Z] === Publish openapi API === [2025-09-16T10:52:08.330Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-09-16T10:52:08.330Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/905/openapi/core-command.yaml] [2025-09-16T10:52:08.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:08.330Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:08.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 423 209k --:--:-- --:--:-- --:--:-- 209k [2025-09-16T10:52:08.330Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:08.330Z] [2025-09-16T10:52:08.330Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/905/openapi/core-data.yaml] [2025-09-16T10:52:08.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:08.330Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:08.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75367 100 66 100 75301 564 628k --:--:-- --:--:-- --:--:-- 629k [2025-09-16T10:52:08.589Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:08.589Z] [2025-09-16T10:52:08.589Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/905/openapi/core-keeper.yaml] [2025-09-16T10:52:08.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:08.589Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:08.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 532 238k --:--:-- --:--:-- --:--:-- 238k 100 30300 100 66 100 30234 532 238k --:--:-- --:--:-- --:--:-- 236k [2025-09-16T10:52:08.589Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:08.589Z] [2025-09-16T10:52:08.589Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/905/openapi/core-metadata.yaml] [2025-09-16T10:52:08.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:08.589Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:08.849Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 503 1197k --:--:-- --:--:-- --:--:-- 1197k [2025-09-16T10:52:08.849Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:08.849Z] [2025-09-16T10:52:08.849Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/905/openapi/security-proxy-auth.yaml] [2025-09-16T10:52:08.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:08.849Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:08.849Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 709 256k --:--:-- --:--:-- --:--:-- 257k [2025-09-16T10:52:08.849Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:08.849Z] [2025-09-16T10:52:08.849Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/905/openapi/security-secretstore-setup.yaml] [2025-09-16T10:52:08.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:08.849Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:09.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 795 47144 --:--:-- --:--:-- --:--:-- 47939 [2025-09-16T10:52:09.110Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:09.110Z] [2025-09-16T10:52:09.110Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/905/openapi/support-notifications.yaml] [2025-09-16T10:52:09.110Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:09.110Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:09.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 550 813k --:--:-- --:--:-- --:--:-- 814k [2025-09-16T10:52:09.110Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:09.110Z] [2025-09-16T10:52:09.110Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/905/openapi/support-scheduler.yaml] [2025-09-16T10:52:09.110Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-16T10:52:09.110Z] Dload Upload Total Spent Left Speed [2025-09-16T10:52:09.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 634 476k --:--:-- --:--:-- --:--:-- 476k [2025-09-16T10:52:09.370Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-16T10:52:09.370Z] [Pipeline] } [2025-09-16T10:52:09.377Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-09-16T10:52:09.851Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-16T10:52:09.851Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:52:10.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-16T10:52:10.155Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:52:10.235Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:52:10.290Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-16T10:52:10.655Z] $ docker top 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd -eo pid,comm [2025-09-16T10:52:10.678Z] 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). [2025-09-16T10:52:10.678Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-16T10:52:10.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-16T10:52:10.742Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-16T10:52:10.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-16T10:52:10.885Z] $ docker exec 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd ssh-agent [2025-09-16T10:52:10.963Z] SSH_AUTH_SOCK=/tmp/ssh-Iq3gI8o87zoZ/agent.32 [2025-09-16T10:52:10.963Z] SSH_AGENT_PID=38 [2025-09-16T10:52:10.969Z] Running ssh-add (command line suppressed) [2025-09-16T10:52:11.099Z] Identity added: /w/workspace/edgex-go/905@tmp/private_key_13100134471895169758.key (/w/workspace/edgex-go/905@tmp/private_key_13100134471895169758.key) [2025-09-16T10:52:11.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-16T10:52:11.385Z] + git semver tag [2025-09-16T10:52:11.643Z] 2025-09-16 10:52:11,638 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-16T10:52:11.643Z] 2025-09-16 10:52:11,640 [run_tag] DEBUG tag force:False [2025-09-16T10:52:11.643Z] 2025-09-16 10:52:11,640 [check_head_tag] DEBUG check head tag [2025-09-16T10:52:11.643Z] 2025-09-16 10:52:11,641 [execute] INFO git cat-file --batch-check [2025-09-16T10:52:11.643Z] 2025-09-16 10:52:11,642 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/905, stdin=, shell=False, universal_newlines=False) [2025-09-16T10:52:11.643Z] 2025-09-16 10:52:11,643 [execute] INFO git cat-file --batch [2025-09-16T10:52:11.643Z] 2025-09-16 10:52:11,644 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/905, stdin=, shell=False, universal_newlines=False) [2025-09-16T10:52:11.901Z] 2025-09-16 10:52:11,670 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:52:11.901Z] 2025-09-16 10:52:11,670 [execute] INFO git tag -a v4.1.0-dev.61 -m v4.1.0-dev.61 [2025-09-16T10:52:11.901Z] 2025-09-16 10:52:11,670 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.61', '-m', 'v4.1.0-dev.61'], cwd=/w/workspace/edgex-go/905, stdin=None, shell=False, universal_newlines=False) [2025-09-16T10:52:11.901Z] 2025-09-16 10:52:11,673 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:52:11.901Z] 4.1.0-dev.61 [Pipeline] } [2025-09-16T10:52:11.934Z] $ docker exec --env ******** --env ******** 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd ssh-agent -k [2025-09-16T10:52:12.020Z] unset SSH_AUTH_SOCK; [2025-09-16T10:52:12.021Z] unset SSH_AGENT_PID; [2025-09-16T10:52:12.021Z] echo Agent pid 38 killed; [2025-09-16T10:52:12.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-16T10:52:12.331Z] + git semver [Pipeline] } [2025-09-16T10:52:12.934Z] $ docker stop --time=1 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd [2025-09-16T10:52:14.182Z] $ docker rm -f --volumes 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:52:14.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-16T10:52:14.753Z] [2025-09-16T10:52:14.753Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:52:15.126Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-16T10:52:15.410Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-09-16T10:52:15.411Z] ab5ef0e58194: Pulling fs layer [2025-09-16T10:52:15.411Z] 9712f1f96733: Pulling fs layer [2025-09-16T10:52:15.411Z] 63f879dbbcfc: Pulling fs layer [2025-09-16T10:52:15.411Z] 0d9ebad4ef96: Pulling fs layer [2025-09-16T10:52:15.411Z] e9a5061849ea: Pulling fs layer [2025-09-16T10:52:15.411Z] d747dcd14b5f: Pulling fs layer [2025-09-16T10:52:15.411Z] 2de7ff778b66: Pulling fs layer [2025-09-16T10:52:15.411Z] 0d9ebad4ef96: Waiting [2025-09-16T10:52:15.411Z] 2de7ff778b66: Waiting [2025-09-16T10:52:15.411Z] d747dcd14b5f: Waiting [2025-09-16T10:52:15.411Z] e9a5061849ea: Waiting [2025-09-16T10:52:15.411Z] 9712f1f96733: Verifying Checksum [2025-09-16T10:52:15.411Z] 9712f1f96733: Download complete [2025-09-16T10:52:15.690Z] 63f879dbbcfc: Verifying Checksum [2025-09-16T10:52:15.690Z] 63f879dbbcfc: Download complete [2025-09-16T10:52:15.690Z] e9a5061849ea: Verifying Checksum [2025-09-16T10:52:15.690Z] e9a5061849ea: Download complete [2025-09-16T10:52:15.690Z] d747dcd14b5f: Verifying Checksum [2025-09-16T10:52:15.690Z] d747dcd14b5f: Download complete [2025-09-16T10:52:15.964Z] ab5ef0e58194: Verifying Checksum [2025-09-16T10:52:15.964Z] ab5ef0e58194: Download complete [2025-09-16T10:52:15.964Z] 0d9ebad4ef96: Verifying Checksum [2025-09-16T10:52:15.964Z] 0d9ebad4ef96: Download complete [2025-09-16T10:52:15.964Z] 2de7ff778b66: Verifying Checksum [2025-09-16T10:52:15.964Z] 2de7ff778b66: Download complete [2025-09-16T10:52:19.247Z] ab5ef0e58194: Pull complete [2025-09-16T10:52:19.505Z] 9712f1f96733: Pull complete [2025-09-16T10:52:20.080Z] 63f879dbbcfc: Pull complete [2025-09-16T10:52:25.349Z] 0d9ebad4ef96: Pull complete [2025-09-16T10:52:25.349Z] e9a5061849ea: Pull complete [2025-09-16T10:52:25.349Z] d747dcd14b5f: Pull complete [2025-09-16T10:52:26.287Z] 2de7ff778b66: Pull complete [2025-09-16T10:52:26.287Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-09-16T10:52:26.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-16T10:52:26.287Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:52:26.393Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:52:26.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-09-16T10:52:34.509Z] $ docker top c3d23fde5e3578f67bed5e625f928cee635dd4a3ed27e56ee719d92bc5441647 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-09-16T10:52:34.567Z] provisioning config files... [2025-09-16T10:52:34.574Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/905@tmp/config9429506940746388807tmp [2025-09-16T10:52:34.582Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/905@tmp/config15735049629414738918tmp [2025-09-16T10:52:34.588Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/905@tmp/config6551781082023110218tmp [Pipeline] { [Pipeline] echo [2025-09-16T10:52:34.619Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:52:34.909Z] ---> sigul-configuration.sh [2025-09-16T10:52:34.909Z] gpg: directory `/root/.gnupg' created [2025-09-16T10:52:34.909Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-09-16T10:52:34.909Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-09-16T10:52:34.909Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-09-16T10:52:34.909Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-09-16T10:52:34.909Z] gpg: CAST5 encrypted data [2025-09-16T10:52:34.909Z] gpg: encrypted with 1 passphrase [2025-09-16T10:52:34.909Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-09-16T10:52:35.206Z] + mkdir /home/jenkins [2025-09-16T10:52:35.206Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-09-16T10:52:35.504Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-09-16T10:52:35.515Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:52:35.820Z] ---> sigul-install.sh [2025-09-16T10:52:35.820Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-09-16T10:52:36.117Z] + git tag --list [2025-09-16T10:52:36.117Z] 0.6.0 [2025-09-16T10:52:36.117Z] 0.6.1 [2025-09-16T10:52:36.117Z] 0.7.0 [2025-09-16T10:52:36.117Z] 0.7.1 [2025-09-16T10:52:36.117Z] v1.0.0 [2025-09-16T10:52:36.117Z] v1.0.1 [2025-09-16T10:52:36.117Z] v1.1.0 [2025-09-16T10:52:36.117Z] v1.2.0 [2025-09-16T10:52:36.117Z] v1.2.1 [2025-09-16T10:52:36.117Z] v1.3.0 [2025-09-16T10:52:36.117Z] v1.3.1 [2025-09-16T10:52:36.117Z] v2.0.0 [2025-09-16T10:52:36.117Z] v2.1.0 [2025-09-16T10:52:36.117Z] v2.1.1 [2025-09-16T10:52:36.117Z] v2.2.0 [2025-09-16T10:52:36.117Z] v2.3.0 [2025-09-16T10:52:36.117Z] v3.0 [2025-09-16T10:52:36.117Z] v3.0.0 [2025-09-16T10:52:36.117Z] v3.1 [2025-09-16T10:52:36.117Z] v3.1.0 [2025-09-16T10:52:36.117Z] v3.1.1 [2025-09-16T10:52:36.117Z] v4.0 [2025-09-16T10:52:36.117Z] v4.0.0 [2025-09-16T10:52:36.117Z] v4.0.1 [2025-09-16T10:52:36.117Z] v4.0.1-dev.1 [2025-09-16T10:52:36.117Z] v4.1.0-dev.1 [2025-09-16T10:52:36.117Z] v4.1.0-dev.10 [2025-09-16T10:52:36.117Z] v4.1.0-dev.11 [2025-09-16T10:52:36.117Z] v4.1.0-dev.12 [2025-09-16T10:52:36.117Z] v4.1.0-dev.13 [2025-09-16T10:52:36.117Z] v4.1.0-dev.14 [2025-09-16T10:52:36.117Z] v4.1.0-dev.15 [2025-09-16T10:52:36.117Z] v4.1.0-dev.16 [2025-09-16T10:52:36.117Z] v4.1.0-dev.17 [2025-09-16T10:52:36.117Z] v4.1.0-dev.18 [2025-09-16T10:52:36.117Z] v4.1.0-dev.19 [2025-09-16T10:52:36.117Z] v4.1.0-dev.2 [2025-09-16T10:52:36.117Z] v4.1.0-dev.20 [2025-09-16T10:52:36.117Z] v4.1.0-dev.21 [2025-09-16T10:52:36.117Z] v4.1.0-dev.22 [2025-09-16T10:52:36.117Z] v4.1.0-dev.23 [2025-09-16T10:52:36.117Z] v4.1.0-dev.24 [2025-09-16T10:52:36.117Z] v4.1.0-dev.25 [2025-09-16T10:52:36.117Z] v4.1.0-dev.26 [2025-09-16T10:52:36.117Z] v4.1.0-dev.27 [2025-09-16T10:52:36.117Z] v4.1.0-dev.28 [2025-09-16T10:52:36.117Z] v4.1.0-dev.29 [2025-09-16T10:52:36.117Z] v4.1.0-dev.3 [2025-09-16T10:52:36.117Z] v4.1.0-dev.30 [2025-09-16T10:52:36.117Z] v4.1.0-dev.31 [2025-09-16T10:52:36.117Z] v4.1.0-dev.32 [2025-09-16T10:52:36.117Z] v4.1.0-dev.33 [2025-09-16T10:52:36.117Z] v4.1.0-dev.34 [2025-09-16T10:52:36.117Z] v4.1.0-dev.35 [2025-09-16T10:52:36.117Z] v4.1.0-dev.36 [2025-09-16T10:52:36.117Z] v4.1.0-dev.37 [2025-09-16T10:52:36.117Z] v4.1.0-dev.38 [2025-09-16T10:52:36.117Z] v4.1.0-dev.39 [2025-09-16T10:52:36.117Z] v4.1.0-dev.4 [2025-09-16T10:52:36.117Z] v4.1.0-dev.40 [2025-09-16T10:52:36.117Z] v4.1.0-dev.41 [2025-09-16T10:52:36.117Z] v4.1.0-dev.42 [2025-09-16T10:52:36.117Z] v4.1.0-dev.43 [2025-09-16T10:52:36.117Z] v4.1.0-dev.44 [2025-09-16T10:52:36.117Z] v4.1.0-dev.45 [2025-09-16T10:52:36.117Z] v4.1.0-dev.46 [2025-09-16T10:52:36.117Z] v4.1.0-dev.47 [2025-09-16T10:52:36.117Z] v4.1.0-dev.48 [2025-09-16T10:52:36.117Z] v4.1.0-dev.49 [2025-09-16T10:52:36.117Z] v4.1.0-dev.5 [2025-09-16T10:52:36.117Z] v4.1.0-dev.50 [2025-09-16T10:52:36.117Z] v4.1.0-dev.51 [2025-09-16T10:52:36.117Z] v4.1.0-dev.52 [2025-09-16T10:52:36.117Z] v4.1.0-dev.53 [2025-09-16T10:52:36.117Z] v4.1.0-dev.54 [2025-09-16T10:52:36.117Z] v4.1.0-dev.55 [2025-09-16T10:52:36.117Z] v4.1.0-dev.56 [2025-09-16T10:52:36.117Z] v4.1.0-dev.57 [2025-09-16T10:52:36.117Z] v4.1.0-dev.58 [2025-09-16T10:52:36.117Z] v4.1.0-dev.59 [2025-09-16T10:52:36.117Z] v4.1.0-dev.6 [2025-09-16T10:52:36.117Z] v4.1.0-dev.60 [2025-09-16T10:52:36.117Z] v4.1.0-dev.61 [2025-09-16T10:52:36.117Z] v4.1.0-dev.7 [2025-09-16T10:52:36.117Z] v4.1.0-dev.8 [2025-09-16T10:52:36.117Z] v4.1.0-dev.9 [Pipeline] sh [2025-09-16T10:52:36.412Z] + lftools sign git-tag v4.1.0-dev.61 [2025-09-16T10:52:36.980Z] Signing Git tag with Sigul... [2025-09-16T10:52:36.980Z] Signing v4.1.0-dev.61 [Pipeline] echo [2025-09-16T10:52:37.568Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:52:37.863Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-09-16T10:52:37.871Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-09-16T10:52:37.924Z] $ docker stop --time=1 c3d23fde5e3578f67bed5e625f928cee635dd4a3ed27e56ee719d92bc5441647 [2025-09-16T10:52:39.185Z] $ docker rm -f --volumes c3d23fde5e3578f67bed5e625f928cee635dd4a3ed27e56ee719d92bc5441647 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-09-16T10:52:39.604Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-16T10:52:39.604Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:52:39.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-16T10:52:39.907Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:52:39.994Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:52:40.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-16T10:52:40.276Z] $ docker top 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f -eo pid,comm [2025-09-16T10:52:40.294Z] 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). [2025-09-16T10:52:40.294Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-16T10:52:40.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-16T10:52:40.355Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-16T10:52:40.459Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-16T10:52:40.485Z] $ docker exec 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f ssh-agent [2025-09-16T10:52:40.570Z] SSH_AUTH_SOCK=/tmp/ssh-FAGZQRxoPABh/agent.32 [2025-09-16T10:52:40.570Z] SSH_AGENT_PID=39 [2025-09-16T10:52:40.575Z] Running ssh-add (command line suppressed) [2025-09-16T10:52:40.697Z] Identity added: /w/workspace/edgex-go/905@tmp/private_key_4979174730830758517.key (/w/workspace/edgex-go/905@tmp/private_key_4979174730830758517.key) [2025-09-16T10:52:40.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-16T10:52:40.982Z] + git semver bump pre [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,220 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,224 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,224 [bump_version] DEBUG bumping version:4.1.0-dev.61 on axis:pre with prefix:dev [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,224 [bump_version] DEBUG bumped version:4.1.0-dev.62 [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,224 [write_version] DEBUG write version:4.1.0-dev.62 to path:/w/workspace/edgex-go/905/.semver/main with force:True [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,224 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,224 [write_file] DEBUG write to file:/w/workspace/edgex-go/905/.semver/main [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,226 [execute] INFO git cat-file --batch-check [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,226 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/905/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,229 [execute] INFO git cat-file --batch [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,229 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/905/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-16T10:52:41.241Z] 2025-09-16 10:52:41,232 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:52:41.241Z] 4.1.0-dev.62 [Pipeline] } [2025-09-16T10:52:41.275Z] $ docker exec --env ******** --env ******** 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f ssh-agent -k [2025-09-16T10:52:41.366Z] unset SSH_AUTH_SOCK; [2025-09-16T10:52:41.367Z] unset SSH_AGENT_PID; [2025-09-16T10:52:41.367Z] echo Agent pid 39 killed; [2025-09-16T10:52:41.352Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-16T10:52:41.679Z] + git semver [Pipeline] } [2025-09-16T10:52:42.287Z] $ docker stop --time=1 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f [2025-09-16T10:52:43.566Z] $ docker rm -f --volumes 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-16T10:52:43.899Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-16T10:52:43.899Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:52:44.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-16T10:52:44.213Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:52:44.285Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:52:44.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-16T10:52:44.561Z] $ docker top 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 -eo pid,comm [2025-09-16T10:52:44.579Z] 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). [2025-09-16T10:52:44.579Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-16T10:52:44.643Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-16T10:52:44.643Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-16T10:52:44.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-16T10:52:44.769Z] $ docker exec 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 ssh-agent [2025-09-16T10:52:44.849Z] SSH_AUTH_SOCK=/tmp/ssh-dAxIhtb7co9o/agent.32 [2025-09-16T10:52:44.849Z] SSH_AGENT_PID=38 [2025-09-16T10:52:44.853Z] Running ssh-add (command line suppressed) [2025-09-16T10:52:44.968Z] Identity added: /w/workspace/edgex-go/905@tmp/private_key_1078675817273415501.key (/w/workspace/edgex-go/905@tmp/private_key_1078675817273415501.key) [2025-09-16T10:52:44.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-16T10:52:45.256Z] + git semver push [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,491 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,495 [run_push] DEBUG push [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,496 [execute] INFO git cat-file --batch-check [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,496 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/905/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,498 [execute] INFO git rev-list 42071e3c80bea28c149ebad8c056ea5a4d336dfe -- [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,498 [execute] DEBUG Popen(['git', 'rev-list', '42071e3c80bea28c149ebad8c056ea5a4d336dfe', '--'], cwd=/w/workspace/edgex-go/905/.semver, stdin=None, shell=False, universal_newlines=False) [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,524 [execute] INFO git fetch -v -- origin [2025-09-16T10:52:45.516Z] 2025-09-16 10:52:45,524 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/905/.semver, stdin=None, shell=False, universal_newlines=True) [2025-09-16T10:52:46.084Z] 2025-09-16 10:52:45,982 [run_push] DEBUG no remote changes detected [2025-09-16T10:52:46.084Z] 2025-09-16 10:52:45,982 [execute] INFO git push origin semver [2025-09-16T10:52:46.084Z] 2025-09-16 10:52:45,983 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/905/.semver, stdin=None, shell=False, universal_newlines=False) [2025-09-16T10:52:47.018Z] 2025-09-16 10:52:46,769 [run_push] DEBUG push all version tags [2025-09-16T10:52:47.018Z] 2025-09-16 10:52:46,770 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-09-16T10:52:47.019Z] 2025-09-16 10:52:46,770 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/905, stdin=None, shell=False, universal_newlines=False) [2025-09-16T10:52:47.961Z] 2025-09-16 10:52:47,634 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main [2025-09-16T10:52:47.961Z] 4.1.0-dev.62 [Pipeline] } [2025-09-16T10:52:47.993Z] $ docker exec --env ******** --env ******** 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 ssh-agent -k [2025-09-16T10:52:48.074Z] unset SSH_AUTH_SOCK; [2025-09-16T10:52:48.074Z] unset SSH_AGENT_PID; [2025-09-16T10:52:48.074Z] echo Agent pid 38 killed; [2025-09-16T10:52:48.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-16T10:52:48.371Z] + git semver [Pipeline] } [2025-09-16T10:52:48.975Z] $ docker stop --time=1 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 [2025-09-16T10:52:50.218Z] $ docker rm -f --volumes 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-09-16T10:52:50.716Z] + [ -d /w/workspace/edgex-go/905/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:52:51.007Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:52:51.863Z] ---> package-listing.sh [2025-09-16T10:52:51.863Z] ++ facter osfamily [2025-09-16T10:52:51.863Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-16T10:52:52.123Z] + OS_FAMILY=debian [2025-09-16T10:52:52.123Z] + workspace=/w/workspace/edgex-go/905 [2025-09-16T10:52:52.123Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-16T10:52:52.123Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-16T10:52:52.123Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-16T10:52:52.123Z] + PACKAGES=/tmp/packages_start.txt [2025-09-16T10:52:52.123Z] + '[' /w/workspace/edgex-go/905 ']' [2025-09-16T10:52:52.123Z] + PACKAGES=/tmp/packages_end.txt [2025-09-16T10:52:52.123Z] + case "${OS_FAMILY}" in [2025-09-16T10:52:52.123Z] + dpkg -l [2025-09-16T10:52:52.123Z] + grep '^ii' [2025-09-16T10:52:52.123Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-16T10:52:52.123Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-16T10:52:52.123Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-16T10:52:52.123Z] + '[' /w/workspace/edgex-go/905 ']' [2025-09-16T10:52:52.123Z] + mkdir -p /w/workspace/edgex-go/905/archives/ [2025-09-16T10:52:52.123Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/905/archives/ [Pipeline] echo [2025-09-16T10:52:52.135Z] 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/905/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-09-16T10:52:52.412Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:52:52.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-16T10:52:52.976Z] [2025-09-16T10:52:52.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-16T10:52:53.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-16T10:52:53.281Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-16T10:52:53.281Z] 5eb5b503b376: Pulling fs layer [2025-09-16T10:52:53.281Z] 5c69ac0246d0: Pulling fs layer [2025-09-16T10:52:53.281Z] ec43610c2a17: Pulling fs layer [2025-09-16T10:52:53.281Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-16T10:52:53.282Z] 33b1e0a273af: Pulling fs layer [2025-09-16T10:52:53.282Z] 5d3b04190fa2: Pulling fs layer [2025-09-16T10:52:53.282Z] 2f39f015ded8: Pulling fs layer [2025-09-16T10:52:53.282Z] 33b1e0a273af: Waiting [2025-09-16T10:52:53.282Z] 5d3b04190fa2: Waiting [2025-09-16T10:52:53.282Z] 2f39f015ded8: Waiting [2025-09-16T10:52:53.282Z] 3a2ae6a8a46f: Waiting [2025-09-16T10:52:53.282Z] 5c69ac0246d0: Verifying Checksum [2025-09-16T10:52:53.282Z] 5c69ac0246d0: Download complete [2025-09-16T10:52:53.282Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-16T10:52:53.282Z] 3a2ae6a8a46f: Download complete [2025-09-16T10:52:53.282Z] 33b1e0a273af: Verifying Checksum [2025-09-16T10:52:53.282Z] 33b1e0a273af: Download complete [2025-09-16T10:52:53.282Z] ec43610c2a17: Verifying Checksum [2025-09-16T10:52:53.282Z] ec43610c2a17: Download complete [2025-09-16T10:52:53.282Z] 5d3b04190fa2: Verifying Checksum [2025-09-16T10:52:53.282Z] 5d3b04190fa2: Download complete [2025-09-16T10:52:53.541Z] 5eb5b503b376: Verifying Checksum [2025-09-16T10:52:53.541Z] 5eb5b503b376: Download complete [2025-09-16T10:52:54.109Z] 2f39f015ded8: Download complete [2025-09-16T10:52:55.046Z] 5eb5b503b376: Pull complete [2025-09-16T10:52:55.046Z] 5c69ac0246d0: Pull complete [2025-09-16T10:52:55.615Z] ec43610c2a17: Pull complete [2025-09-16T10:52:55.615Z] 3a2ae6a8a46f: Pull complete [2025-09-16T10:52:55.875Z] 33b1e0a273af: Pull complete [2025-09-16T10:52:55.875Z] 5d3b04190fa2: Pull complete [2025-09-16T10:53:01.144Z] 2f39f015ded8: Pull complete [2025-09-16T10:53:01.144Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-16T10:53:01.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-16T10:53:01.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-16T10:53:01.241Z] prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container [2025-09-16T10:53:01.297Z] $ 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/905/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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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 [2025-09-16T10:53:06.256Z] $ docker top 560929f3682b621cbb3c29af6705b5248e23b63b251279b7ac8ba7c72a53eaf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-16T10:53:06.576Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-16T10:53:06.864Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-16T10:53:07.148Z] + ls /var/log/sa-host [2025-09-16T10:53:07.148Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-16T10:53:07.183Z] provisioning config files... [2025-09-16T10:53:07.191Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/905@tmp/config9850920173178361014tmp [Pipeline] { [Pipeline] echo [2025-09-16T10:53:07.211Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:53:07.506Z] ---> create-netrc.sh [Pipeline] } [2025-09-16T10:53:07.514Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:53:07.825Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-16T10:53:07.834Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:53:08.115Z] ---> sudo-logs.sh [2025-09-16T10:53:08.115Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-09-16T10:53:08.149Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:53:08.440Z] ---> job-cost.sh [2025-09-16T10:53:08.440Z] lf-activate-venv: SKIPPING [2025-09-16T10:53:08.440Z] DEBUG: total: 0.10999999940395355 [2025-09-16T10:53:08.440Z] INFO: Retrieving Stack Cost... [2025-09-16T10:53:09.007Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-16T10:53:09.266Z] INFO: Archiving Costs [Pipeline] echo [2025-09-16T10:53:09.279Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-16T10:53:09.566Z] ---> logs-deploy.sh [2025-09-16T10:53:09.566Z] lf-activate-venv: SKIPPING [2025-09-16T10:53:09.566Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/905 [2025-09-16T10:53:09.566Z] INFO: archiving workspace using pattern(s): [2025-09-16T10:53:10.502Z] Archives upload complete. [2025-09-16T10:53:10.761Z] INFO: archiving logs to Nexus [2025-09-16T10:53:11.330Z] ---> uname -a: [2025-09-16T10:53:11.330Z] Linux prd-ubuntu20-04-docker-8c-8g-8916 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-09-16T10:53:11.330Z] [2025-09-16T10:53:11.330Z] [2025-09-16T10:53:11.330Z] ---> lscpu: [2025-09-16T10:53:11.330Z] Architecture: x86_64 [2025-09-16T10:53:11.330Z] CPU op-mode(s): 32-bit, 64-bit [2025-09-16T10:53:11.330Z] Byte Order: Little Endian [2025-09-16T10:53:11.330Z] Address sizes: 40 bits physical, 48 bits virtual [2025-09-16T10:53:11.330Z] CPU(s): 8 [2025-09-16T10:53:11.330Z] On-line CPU(s) list: 0-7 [2025-09-16T10:53:11.330Z] Thread(s) per core: 1 [2025-09-16T10:53:11.330Z] Core(s) per socket: 1 [2025-09-16T10:53:11.330Z] Socket(s): 8 [2025-09-16T10:53:11.330Z] NUMA node(s): 1 [2025-09-16T10:53:11.330Z] Vendor ID: AuthenticAMD [2025-09-16T10:53:11.330Z] CPU family: 23 [2025-09-16T10:53:11.330Z] Model: 49 [2025-09-16T10:53:11.330Z] Model name: AMD EPYC-Rome Processor [2025-09-16T10:53:11.330Z] Stepping: 0 [2025-09-16T10:53:11.330Z] CPU MHz: 2799.998 [2025-09-16T10:53:11.330Z] BogoMIPS: 5599.99 [2025-09-16T10:53:11.330Z] Virtualization: AMD-V [2025-09-16T10:53:11.330Z] Hypervisor vendor: KVM [2025-09-16T10:53:11.330Z] Virtualization type: full [2025-09-16T10:53:11.330Z] L1d cache: 256 KiB [2025-09-16T10:53:11.330Z] L1i cache: 256 KiB [2025-09-16T10:53:11.330Z] L2 cache: 4 MiB [2025-09-16T10:53:11.330Z] L3 cache: 128 MiB [2025-09-16T10:53:11.330Z] NUMA node0 CPU(s): 0-7 [2025-09-16T10:53:11.330Z] Vulnerability Gather data sampling: Not affected [2025-09-16T10:53:11.330Z] Vulnerability Itlb multihit: Not affected [2025-09-16T10:53:11.330Z] Vulnerability L1tf: Not affected [2025-09-16T10:53:11.330Z] Vulnerability Mds: Not affected [2025-09-16T10:53:11.330Z] Vulnerability Meltdown: Not affected [2025-09-16T10:53:11.330Z] Vulnerability Mmio stale data: Not affected [2025-09-16T10:53:11.330Z] Vulnerability Retbleed: Vulnerable [2025-09-16T10:53:11.330Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-09-16T10:53:11.330Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-09-16T10:53:11.330Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-09-16T10:53:11.330Z] Vulnerability Srbds: Not affected [2025-09-16T10:53:11.330Z] Vulnerability Tsx async abort: Not affected [2025-09-16T10:53:11.330Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-09-16T10:53:11.330Z] [2025-09-16T10:53:11.330Z] [2025-09-16T10:53:11.330Z] ---> nproc: [2025-09-16T10:53:11.330Z] 8 [2025-09-16T10:53:11.330Z] [2025-09-16T10:53:11.330Z] [2025-09-16T10:53:11.330Z] ---> df -h: [2025-09-16T10:53:11.330Z] Filesystem Size Used Avail Use% Mounted on [2025-09-16T10:53:11.330Z] overlay 155G 33G 123G 21% / [2025-09-16T10:53:11.330Z] tmpfs 64M 0 64M 0% /dev [2025-09-16T10:53:11.330Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-09-16T10:53:11.330Z] shm 64M 0 64M 0% /dev/shm [2025-09-16T10:53:11.330Z] /dev/vda1 155G 33G 123G 21% /facter-os [2025-09-16T10:53:11.330Z] [2025-09-16T10:53:11.330Z]